@charset "UTF-8";
/******************************************************************
	
Stylesheet: Main Stylesheet

Here's where the magic happens. Here is where you import
all of your Sass files so they can compile into one
CSS file. 

******************************************************************/
/**
 * Foundation for Sites by ZURB
 * Version 6.3.0
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
/* Document
       ========================================================================== */
/**
     * 1. Change the default font family in all browsers (opinionated).
     * 2. Correct the line height in all browsers.
     * 3. Prevent adjustments of font size after orientation changes in
     *    IE on Windows Phone and in iOS.
     */
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700&subset=latin,latin-ext);


html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */ }

/* Sections
       ========================================================================== */
/**
     * Remove the margin in all browsers (opinionated).
     */
body {
  margin: 0; }

/**
     * Add the correct display in IE 9-.
     */
article,
aside,
footer,
header,
nav,
section,
.section {
  display: block; }

/**
     * Correct the font size and margin on `h1` elements within `section` and
     * `article` contexts in Chrome, Firefox, and Safari.
     */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
figcaption,
figure {
  display: block; }

/**
     * Add the correct margin in IE 8.
     */
figure {
  margin: 1em 40px; }

/**
     * 1. Add the correct box sizing in Firefox.
     * 2. Show the overflow in Edge and IE.
     */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
     * Add the correct display in IE.
     */
main {
  display: block; }

/**
     * 1. Correct the inheritance and scaling of font size in all browsers.
     * 2. Correct the odd `em` font sizing in all browsers.
     */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Links
       ========================================================================== */
/**
     * 1. Remove the gray background on active links in IE 10.
     * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
     */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
     * Remove the outline on focused links when they are also active or hovered
     * in all browsers (opinionated).
     */
a:active,
a:hover {
  outline-width: 0; }

/* Text-level semantics
       ========================================================================== */
/**
     * 1. Remove the bottom border in Firefox 39-.
     * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
     */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
     * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
     */
b,
strong {
  font-weight: inherit; }

/**
     * Add the correct font weight in Chrome, Edge, and Safari.
     */
b,
strong {
  font-weight: bolder; }

/**
     * 1. Correct the inheritance and scaling of font size in all browsers.
     * 2. Correct the odd `em` font sizing in all browsers.
     */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
     * Add the correct font style in Android 4.3-.
     */
dfn {
  font-style: italic; }

/**
     * Add the correct background and color in IE 9-.
     */
mark {
  background-color: #ff0;
  color: #000; }

/**
     * Add the correct font size in all browsers.
     */
small {
  font-size: 80%; }

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
audio,
video {
  display: inline-block; }

/**
     * Add the correct display in iOS 4-7.
     */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
     * Remove the border on images inside links in IE 10-.
     */
img {
  border-style: none; }

/**
     * Hide the overflow in IE.
     */
svg:not(:root) {
  overflow: hidden; }

/* Forms
       ========================================================================== */
/**
     * 1. Change the font styles in all browsers (opinionated).
     * 2. Remove the margin in Firefox and Safari.
     */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
     * Show the overflow in IE.
     */
button {
  overflow: visible; }

/**
     * Remove the inheritance of text transform in Edge, Firefox, and IE.
     * 1. Remove the inheritance of text transform in Firefox.
     */
button,
select {
  /* 1 */
  text-transform: none; }

/**
     * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
     *    controls in Android 4.
     * 2. Correct the inability to style clickable types in iOS and Safari.
     */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

button,
[type="button"],
[type="reset"],
[type="submit"] {
  /**
       * Remove the inner border and padding in Firefox.
       */
  /**
       * Restore the focus styles unset by the previous rule.
       */ }
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
     * Show the overflow in Edge.
     */
input {
  overflow: visible; }

/**
     * 1. Add the correct box sizing in IE 10-.
     * 2. Remove the padding in IE 10-.
     */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
     * Correct the cursor style of increment and decrement buttons in Chrome.
     */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
     * 1. Correct the odd appearance in Chrome and Safari.
     * 2. Correct the outline style in Safari.
     */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
  /**
       * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
       */ }
[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
     * 1. Correct the inability to style clickable types in iOS and Safari.
     * 2. Change font properties to `inherit` in Safari.
     */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/**
     * Change the border, margin, and padding in all browsers (opinionated).
     */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
     * 1. Correct the text wrapping in Edge and IE.
     * 2. Correct the color inheritance from `fieldset` elements in IE.
     * 3. Remove the padding so developers are not caught out when they zero out
     *    `fieldset` elements in all browsers.
     */
legend {
  box-sizing: border-box;
  /* 1 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  color: inherit;
  /* 2 */
  white-space: normal;
  /* 1 */ }

/**
     * 1. Add the correct display in IE 9-.
     * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
     */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
     * Remove the default vertical scrollbar in IE.
     */
textarea {
  overflow: auto; }

/* Interactive
       ========================================================================== */
/*
     * Add the correct display in Edge, IE, and Firefox.
     */
details {
  display: block; }

/*
     * Add the correct display in all browsers.
     */
summary {
  display: list-item; }

/*
     * Add the correct display in IE 9-.
     */
menu {
  display: block; }

/* Scripting
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
canvas {
  display: inline-block; }

/**
     * Add the correct display in IE.
     */
template {
  display: none; }

/* Hidden
       ========================================================================== */
/**
     * Add the correct display in IE 10-.
     */
[hidden] {
  display: none; }

.foundation-mq {
  font-family: "small=0em&medium=40em&large=53.75em&xlarge=64.0625em&xxlarge=75em"; }

html {
  box-sizing: border-box;
  font-size: 100%; }

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

body {
  margin: 0;
  padding: 0;
  background: #dddee3;
  font-family: "FrutigerLTPro-Roman", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #000000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic; }

textarea {
  height: auto;
  min-height: 50px;
  border-radius: 0; }

select {
  width: 100%;
  border-radius: 0; }

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

button {
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  border-radius: 0;
  background: transparent;
  line-height: 1; }
[data-whatinput='mouse'] button {
  outline: 0; }

.is-visible {
  display: block !important; }

.is-hidden {
  display: none !important; }

.row {
  max-width: 80rem;
  margin-right: auto;
  margin-left: auto; }
.row::before, .row::after {
  display: table;
  content: ' '; }
.row::after {
  clear: both; }
.row.collapse > .column, .row.collapse > .columns, .responsive-accordion-tabs .row.collapse > .tabs.vertical, .responsive-accordion-tabs .row.collapse > .tabs.vertical + .tabs-content {
  padding-right: 0;
  padding-left: 0; }
.row .row {
  margin-right: -0.625rem;
  margin-left: -0.625rem; }
@media print, screen and (min-width: 40em) {
  .row .row {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem; } }
@media print, screen and (min-width: 53.75em) {
  .row .row {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem; } }
@media screen and (min-width: 64.0625em) {
  .row .row {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem; } }
@media screen and (min-width: 75em) {
  .row .row {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem; } }
.row .row.collapse {
  margin-right: 0;
  margin-left: 0; }
.row.expanded {
  max-width: none; }
.row.expanded .row {
  margin-right: auto;
  margin-left: auto; }
.row.gutter-small > .column, .row.gutter-small > .columns, .responsive-accordion-tabs .row.gutter-small > .tabs.vertical, .responsive-accordion-tabs .row.gutter-small > .tabs.vertical + .tabs-content {
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
.row.gutter-medium > .column, .row.gutter-medium > .columns, .responsive-accordion-tabs .row.gutter-medium > .tabs.vertical, .responsive-accordion-tabs .row.gutter-medium > .tabs.vertical + .tabs-content {
  padding-right: 0.9375rem;
  padding-left: 0.9375rem; }
.row.gutter-large > .column, .row.gutter-large > .columns, .responsive-accordion-tabs .row.gutter-large > .tabs.vertical, .responsive-accordion-tabs .row.gutter-large > .tabs.vertical + .tabs-content {
  padding-right: 0.9375rem;
  padding-left: 0.9375rem; }
.row.gutter-xlarge > .column, .row.gutter-xlarge > .columns, .responsive-accordion-tabs .row.gutter-xlarge > .tabs.vertical, .responsive-accordion-tabs .row.gutter-xlarge > .tabs.vertical + .tabs-content {
  padding-right: 0.9375rem;
  padding-left: 0.9375rem; }
.row.gutter-xxlarge > .column, .row.gutter-xxlarge > .columns, .responsive-accordion-tabs .row.gutter-xxlarge > .tabs.vertical, .responsive-accordion-tabs .row.gutter-xxlarge > .tabs.vertical + .tabs-content {
  padding-right: 0.9375rem;
  padding-left: 0.9375rem; }

.column, .columns, .responsive-accordion-tabs .tabs.vertical, .responsive-accordion-tabs .tabs.vertical + .tabs-content {
  width: 100%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
@media print, screen and (min-width: 40em) {
  .column, .columns, .responsive-accordion-tabs .tabs.vertical, .responsive-accordion-tabs .tabs.vertical + .tabs-content {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; } }
@media print, screen and (min-width: 53.75em) {
  .column, .columns, .responsive-accordion-tabs .tabs.vertical, .responsive-accordion-tabs .tabs.vertical + .tabs-content {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; } }
@media screen and (min-width: 64.0625em) {
  .column, .columns, .responsive-accordion-tabs .tabs.vertical, .responsive-accordion-tabs .tabs.vertical + .tabs-content {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; } }
@media screen and (min-width: 75em) {
  .column, .columns, .responsive-accordion-tabs .tabs.vertical, .responsive-accordion-tabs .tabs.vertical + .tabs-content {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; } }
.column:last-child:not(:first-child), .columns:last-child:not(:first-child), .responsive-accordion-tabs .tabs.vertical:last-child:not(:first-child), .responsive-accordion-tabs .tabs.vertical + .tabs-content:last-child:not(:first-child) {
  float: right; }
.column.end:last-child:last-child, .end.columns:last-child:last-child, .responsive-accordion-tabs .end.tabs.vertical:last-child:last-child, .responsive-accordion-tabs .tabs.vertical + .end.tabs-content:last-child:last-child {
  float: left; }

.column.row.row, .row.row.columns, .responsive-accordion-tabs .row.row.tabs.vertical, .responsive-accordion-tabs .tabs.vertical + .row.row.tabs-content {
  float: none; }

.row .column.row.row, .row .row.row.columns, .row .responsive-accordion-tabs .row.row.tabs.vertical, .responsive-accordion-tabs .row .row.row.tabs.vertical, .row .responsive-accordion-tabs .tabs.vertical + .row.row.tabs-content, .responsive-accordion-tabs .row .tabs.vertical + .row.row.tabs-content {
  margin-right: 0;
  margin-left: 0;
  padding-right: 0;
  padding-left: 0; }

.small-1 {
  width: 8.33333%; }

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

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

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

.small-2 {
  width: 16.66667%; }

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

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

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

.small-3 {
  width: 25%; }

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

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

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

.small-4 {
  width: 33.33333%; }

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

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

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

.small-5 {
  width: 41.66667%; }

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

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

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

.small-6 {
  width: 50%; }

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

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

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

.small-7 {
  width: 58.33333%; }

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

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

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

.small-8 {
  width: 66.66667%; }

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

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

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

.small-9 {
  width: 75%; }

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

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

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

.small-10 {
  width: 83.33333%; }

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

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

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

.small-11 {
  width: 91.66667%; }

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

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

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

.small-12 {
  width: 100%; }

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

.small-up-1 > .column, .small-up-1 > .columns, .responsive-accordion-tabs .small-up-1 > .tabs.vertical, .responsive-accordion-tabs .small-up-1 > .tabs.vertical + .tabs-content {
  float: left;
  width: 100%; }
.small-up-1 > .column:nth-of-type(1n), .small-up-1 > .columns:nth-of-type(1n), .responsive-accordion-tabs .small-up-1 > .tabs.vertical:nth-of-type(1n), .responsive-accordion-tabs .small-up-1 > .tabs.vertical + .tabs-content:nth-of-type(1n) {
  clear: none; }
.small-up-1 > .column:nth-of-type(1n+1), .small-up-1 > .columns:nth-of-type(1n+1), .responsive-accordion-tabs .small-up-1 > .tabs.vertical:nth-of-type(1n+1), .responsive-accordion-tabs .small-up-1 > .tabs.vertical + .tabs-content:nth-of-type(1n+1) {
  clear: both; }
.small-up-1 > .column:last-child, .small-up-1 > .columns:last-child, .responsive-accordion-tabs .small-up-1 > .tabs.vertical:last-child, .responsive-accordion-tabs .small-up-1 > .tabs.vertical + .tabs-content:last-child {
  float: left; }

.small-up-2 > .column, .small-up-2 > .columns, .responsive-accordion-tabs .small-up-2 > .tabs.vertical, .responsive-accordion-tabs .small-up-2 > .tabs.vertical + .tabs-content {
  float: left;
  width: 50%; }
.small-up-2 > .column:nth-of-type(1n), .small-up-2 > .columns:nth-of-type(1n), .responsive-accordion-tabs .small-up-2 > .tabs.vertical:nth-of-type(1n), .responsive-accordion-tabs .small-up-2 > .tabs.vertical + .tabs-content:nth-of-type(1n) {
  clear: none; }
.small-up-2 > .column:nth-of-type(2n+1), .small-up-2 > .columns:nth-of-type(2n+1), .responsive-accordion-tabs .small-up-2 > .tabs.vertical:nth-of-type(2n+1), .responsive-accordion-tabs .small-up-2 > .tabs.vertical + .tabs-content:nth-of-type(2n+1) {
  clear: both; }
.small-up-2 > .column:last-child, .small-up-2 > .columns:last-child, .responsive-accordion-tabs .small-up-2 > .tabs.vertical:last-child, .responsive-accordion-tabs .small-up-2 > .tabs.vertical + .tabs-content:last-child {
  float: left; }

.small-up-3 > .column, .small-up-3 > .columns, .responsive-accordion-tabs .small-up-3 > .tabs.vertical, .responsive-accordion-tabs .small-up-3 > .tabs.vertical + .tabs-content {
  float: left;
  width: 33.33333%; }
.small-up-3 > .column:nth-of-type(1n), .small-up-3 > .columns:nth-of-type(1n), .responsive-accordion-tabs .small-up-3 > .tabs.vertical:nth-of-type(1n), .responsive-accordion-tabs .small-up-3 > .tabs.vertical + .tabs-content:nth-of-type(1n) {
  clear: none; }
.small-up-3 > .column:nth-of-type(3n+1), .small-up-3 > .columns:nth-of-type(3n+1), .responsive-accordion-tabs .small-up-3 > .tabs.vertical:nth-of-type(3n+1), .responsive-accordion-tabs .small-up-3 > .tabs.vertical + .tabs-content:nth-of-type(3n+1) {
  clear: both; }
.small-up-3 > .column:last-child, .small-up-3 > .columns:last-child, .responsive-accordion-tabs .small-up-3 > .tabs.vertical:last-child, .responsive-accordion-tabs .small-up-3 > .tabs.vertical + .tabs-content:last-child {
  float: left; }

.small-up-4 > .column, .small-up-4 > .columns, .responsive-accordion-tabs .small-up-4 > .tabs.vertical, .responsive-accordion-tabs .small-up-4 > .tabs.vertical + .tabs-content {
  float: left;
  width: 25%; }
.small-up-4 > .column:nth-of-type(1n), .small-up-4 > .columns:nth-of-type(1n), .responsive-accordion-tabs .small-up-4 > .tabs.vertical:nth-of-type(1n), .responsive-accordion-tabs .small-up-4 > .tabs.vertical + .tabs-content:nth-of-type(1n) {
  clear: none; }
.small-up-4 > .column:nth-of-type(4n+1), .small-up-4 > .columns:nth-of-type(4n+1), .responsive-accordion-tabs .small-up-4 > .tabs.vertical:nth-of-type(4n+1), .responsive-accordion-tabs .small-up-4 > .tabs.vertical + .tabs-content:nth-of-type(4n+1) {
  clear: both; }
.small-up-4 > .column:last-child, .small-up-4 > .columns:last-child, .responsive-accordion-tabs .small-up-4 > .tabs.vertical:last-child, .responsive-accordion-tabs .small-up-4 > .tabs.vertical + .tabs-content:last-child {
  float: left; }

.small-up-5 > .column, .small-up-5 > .columns, .responsive-accordion-tabs .small-up-5 > .tabs.vertical, .responsive-accordion-tabs .small-up-5 > .tabs.vertical + .tabs-content {
  float: left;
  width: 20%; }
.small-up-5 > .column:nth-of-type(1n), .small-up-5 > .columns:nth-of-type(1n), .responsive-accordion-tabs .small-up-5 > .tabs.vertical:nth-of-type(1n), .responsive-accordion-tabs .small-up-5 > .tabs.vertical + .tabs-content:nth-of-type(1n) {
  clear: none; }
.small-up-5 > .column:nth-of-type(5n+1), .small-up-5 > .columns:nth-of-type(5n+1), .responsive-accordion-tabs .small-up-5 > .tabs.vertical:nth-of-type(5n+1), .responsive-accordion-tabs .small-up-5 > .tabs.vertical + .tabs-content:nth-of-type(5n+1) {
  clear: both; }
.small-up-5 > .column:last-child, .small-up-5 > .columns:last-child, .responsive-accordion-tabs .small-up-5 > .tabs.vertical:last-child, .responsive-accordion-tabs .small-up-5 > .tabs.vertical + .tabs-content:last-child {
  float: left; }

.small-up-6 > .column, .small-up-6 > .columns, .responsive-accordion-tabs .small-up-6 > .tabs.vertical, .responsive-accordion-tabs .small-up-6 > .tabs.vertical + .tabs-content {
  float: left;
  width: 16.66667%; }
.small-up-6 > .column:nth-of-type(1n), .small-up-6 > .columns:nth-of-type(1n), .responsive-accordion-tabs .small-up-6 > .tabs.vertical:nth-of-type(1n), .responsive-accordion-tabs .small-up-6 > .tabs.vertical + .tabs-content:nth-of-type(1n) {
  clear: none; }
.small-up-6 > .column:nth-of-type(6n+1), .small-up-6 > .columns:nth-of-type(6n+1), .responsive-accordion-tabs .small-up-6 > .tabs.vertical:nth-of-type(6n+1), .responsive-accordion-tabs .small-up-6 > .tabs.vertical + .tabs-content:nth-of-type(6n+1) {
  clear: both; }
.small-up-6 > .column:last-child, .small-up-6 > .columns:last-child, .responsive-accordion-tabs .small-up-6 > .tabs.vertical:last-child, .responsive-accordion-tabs .small-up-6 > .tabs.vertical + .tabs-content:last-child {
  float: left; }

.small-up-7 > .column, .small-up-7 > .columns, .responsive-accordion-tabs .small-up-7 > .tabs.vertical, .responsive-accordion-tabs .small-up-7 > .tabs.vertical + .tabs-content {
  float: left;
  width: 14.28571%; }
.small-up-7 > .column:nth-of-type(1n), .small-up-7 > .columns:nth-of-type(1n), .responsive-accordion-tabs .small-up-7 > .tabs.vertical:nth-of-type(1n), .responsive-accordion-tabs .small-up-7 > .tabs.vertical + .tabs-content:nth-of-type(1n) {
  clear: none; }
.small-up-7 > .column:nth-of-type(7n+1), .small-up-7 > .columns:nth-of-type(7n+1), .responsive-accordion-tabs .small-up-7 > .tabs.vertical:nth-of-type(7n+1), .responsive-accordion-tabs .small-up-7 > .tabs.vertical + .tabs-content:nth-of-type(7n+1) {
  clear: both; }
.small-up-7 > .column:last-child, .small-up-7 > .columns:last-child, .responsive-accordion-tabs .small-up-7 > .tabs.vertical:last-child, .responsive-accordion-tabs .small-up-7 > .tabs.vertical + .tabs-content:last-child {
  float: left; }

.small-up-8 > .column, .small-up-8 > .columns, .responsive-accordion-tabs .small-up-8 > .tabs.vertical, .responsive-accordion-tabs .small-up-8 > .tabs.vertical + .tabs-content {
  float: left;
  width: 12.5%; }
.small-up-8 > .column:nth-of-type(1n), .small-up-8 > .columns:nth-of-type(1n), .responsive-accordion-tabs .small-up-8 > .tabs.vertical:nth-of-type(1n), .responsive-accordion-tabs .small-up-8 > .tabs.vertical + .tabs-content:nth-of-type(1n) {
  clear: none; }
.small-up-8 > .column:nth-of-type(8n+1), .small-up-8 > .columns:nth-of-type(8n+1), .responsive-accordion-tabs .small-up-8 > .tabs.vertical:nth-of-type(8n+1), .responsive-accordion-tabs .small-up-8 > .tabs.vertical + .tabs-content:nth-of-type(8n+1) {
  clear: both; }
.small-up-8 > .column:last-child, .small-up-8 > .columns:last-child, .responsive-accordion-tabs .small-up-8 > .tabs.vertical:last-child, .responsive-accordion-tabs .small-up-8 > .tabs.vertical + .tabs-content:last-child {
  float: left; }

.small-collapse > .column, .small-collapse > .columns, .responsive-accordion-tabs .small-collapse > .tabs.vertical, .responsive-accordion-tabs .small-collapse > .tabs.vertical + .tabs-content {
  padding-right: 0;
  padding-left: 0; }

.small-collapse .row {
  margin-right: 0;
  margin-left: 0; }

.expanded.row .small-collapse.row {
  margin-right: 0;
  margin-left: 0; }

.small-uncollapse > .column, .small-uncollapse > .columns, .responsive-accordion-tabs .small-uncollapse > .tabs.vertical, .responsive-accordion-tabs .small-uncollapse > .tabs.vertical + .tabs-content {
  padding-right: 0.625rem;
  padding-left: 0.625rem; }

.small-centered {
  margin-right: auto;
  margin-left: auto; }
.small-centered, .small-centered:last-child:not(:first-child) {
  float: none;
  clear: both; }

.small-uncentered,
.small-push-0,
.small-pull-0 {
  position: static;
  float: left;
  margin-right: 0;
  margin-left: 0; }

@media print, screen and (min-width: 40em) {
  .medium-1 {
    width: 8.33333%; }
  .medium-push-1 {
    position: relative;
    left: 8.33333%; }
  .medium-pull-1 {
    position: relative;
    left: -8.33333%; }
  .medium-offset-0 {
    margin-left: 0%; }
  .medium-2 {
    width: 16.66667%; }
  .medium-push-2 {
    position: relative;
    left: 16.66667%; }
  .medium-pull-2 {
    position: relative;
    left: -16.66667%; }
  .medium-offset-1 {
    margin-left: 8.33333%; }
  .medium-3 {
    width: 25%; }
  .medium-push-3 {
    position: relative;
    left: 25%; }
  .medium-pull-3 {
    position: relative;
    left: -25%; }
  .medium-offset-2 {
    margin-left: 16.66667%; }
  .medium-4 {
    width: 33.33333%; }
  .medium-push-4 {
    position: relative;
    left: 33.33333%; }
  .medium-pull-4 {
    position: relative;
    left: -33.33333%; }
  .medium-offset-3 {
    margin-left: 25%; }
  .medium-5 {
    width: 41.66667%; }
  .medium-push-5 {
    position: relative;
    left: 41.66667%; }
  .medium-pull-5 {
    position: relative;
    left: -41.66667%; }
  .medium-offset-4 {
    margin-left: 33.33333%; }
  .medium-6 {
    width: 50%; }
  .medium-push-6 {
    position: relative;
    left: 50%; }
  .medium-pull-6 {
    position: relative;
    left: -50%; }
  .medium-offset-5 {
    margin-left: 41.66667%; }
  .medium-7 {
    width: 58.33333%; }
  .medium-push-7 {
    position: relative;
    left: 58.33333%; }
  .medium-pull-7 {
    position: relative;
    left: -58.33333%; }
  .medium-offset-6 {
    margin-left: 50%; }
  .medium-8 {
    width: 66.66667%; }
  .medium-push-8 {
    position: relative;
    left: 66.66667%; }
  .medium-pull-8 {
    position: relative;
    left: -66.66667%; }
  .medium-offset-7 {
    margin-left: 58.33333%; }
  .medium-9 {
    width: 75%; }
  .medium-push-9 {
    position: relative;
    left: 75%; }
  .medium-pull-9 {
    position: relative;
    left: -75%; }
  .medium-offset-8 {
    margin-left: 66.66667%; }
  .medium-10 {
    width: 83.33333%; }
  .medium-push-10 {
    position: relative;
    left: 83.33333%; }
  .medium-pull-10 {
    position: relative;
    left: -83.33333%; }
  .medium-offset-9 {
    margin-left: 75%; }
  .medium-11 {
    width: 91.66667%; }
  .medium-push-11 {
    position: relative;
    left: 91.66667%; }
  .medium-pull-11 {
    position: relative;
    left: -91.66667%; }
  .medium-offset-10 {
    margin-left: 83.33333%; }
  .medium-12 {
    width: 100%; }
  .medium-offset-11 {
    margin-left: 91.66667%; }
  .medium-up-1 > .column, .medium-up-1 > .columns, .responsive-accordion-tabs .medium-up-1 > .tabs.vertical, .responsive-accordion-tabs .medium-up-1 > .tabs.vertical + .tabs-content {
    float: left;
    width: 100%; }
  .medium-up-1 > .column:nth-of-type(1n), .medium-up-1 > .columns:nth-of-type(1n), .responsive-accordion-tabs .medium-up-1 > .tabs.vertical:nth-of-type(1n), .responsive-accordion-tabs .medium-up-1 > .tabs.vertical + .tabs-content:nth-of-type(1n) {
    clear: none; }
  .medium-up-1 > .column:nth-of-type(1n+1), .medium-up-1 > .columns:nth-of-type(1n+1), .responsive-accordion-tabs .medium-up-1 > .tabs.vertical:nth-of-type(1n+1), .responsive-accordion-tabs .medium-up-1 > .tabs.vertical + .tabs-content:nth-of-type(1n+1) {
    clear: both; }
  .medium-up-1 > .column:last-child, .medium-up-1 > .columns:last-child, .responsive-accordion-tabs .medium-up-1 > .tabs.vertical:last-child, .responsive-accordion-tabs .medium-up-1 > .tabs.vertical + .tabs-content:last-child {
    float: left; }
  .medium-up-2 > .column, .medium-up-2 > .columns, .responsive-accordion-tabs .medium-up-2 > .tabs.vertical, .responsive-accordion-tabs .medium-up-2 > .tabs.vertical + .tabs-content {
    float: left;
    width: 50%; }
  .medium-up-2 > .column:nth-of-type(1n), .medium-up-2 > .columns:nth-of-type(1n), .responsive-accordion-tabs .medium-up-2 > .tabs.vertical:nth-of-type(1n), .responsive-accordion-tabs .medium-up-2 > .tabs.vertical + .tabs-content:nth-of-type(1n) {
    clear: none; }
  .medium-up-2 > .column:nth-of-type(2n+1), .medium-up-2 > .columns:nth-of-type(2n+1), .responsive-accordion-tabs .medium-up-2 > .tabs.vertical:nth-of-type(2n+1), .responsive-accordion-tabs .medium-up-2 > .tabs.vertical + .tabs-content:nth-of-type(2n+1) {
    clear: both; }
  .medium-up-2 > .column:last-child, .medium-up-2 > .columns:last-child, .responsive-accordion-tabs .medium-up-2 > .tabs.vertical:last-child, .responsive-accordion-tabs .medium-up-2 > .tabs.vertical + .tabs-content:last-child {
    float: left; }
  .medium-up-3 > .column, .medium-up-3 > .columns, .responsive-accordion-tabs .medium-up-3 > .tabs.vertical, .responsive-accordion-tabs .medium-up-3 > .tabs.vertical + .tabs-content {
    float: left;
    width: 33.33333%; }
  .medium-up-3 > .column:nth-of-type(1n), .medium-up-3 > .columns:nth-of-type(1n), .responsive-accordion-tabs .medium-up-3 > .tabs.vertical:nth-of-type(1n), .responsive-accordion-tabs .medium-up-3 > .tabs.vertical + .tabs-content:nth-of-type(1n) {
    clear: none; }
  .medium-up-3 > .column:nth-of-type(3n+1), .medium-up-3 > .columns:nth-of-type(3n+1), .responsive-accordion-tabs .medium-up-3 > .tabs.vertical:nth-of-type(3n+1), .responsive-accordion-tabs .medium-up-3 > .tabs.vertical + .tabs-content:nth-of-type(3n+1) {
    clear: both; }
  .medium-up-3 > .column:last-child, .medium-up-3 > .columns:last-child, .responsive-accordion-tabs .medium-up-3 > .tabs.vertical:last-child, .responsive-accordion-tabs .medium-up-3 > .tabs.vertical + .tabs-content:last-child {
    float: left; }
  .medium-up-4 > .column, .medium-up-4 > .columns, .responsive-accordion-tabs .medium-up-4 > .tabs.vertical, .responsive-accordion-tabs .medium-up-4 > .tabs.vertical + .tabs-content {
    float: left;
    width: 25%; }
  .medium-up-4 > .column:nth-of-type(1n), .medium-up-4 > .columns:nth-of-type(1n), .responsive-accordion-tabs .medium-up-4 > .tabs.vertical:nth-of-type(1n), .responsive-accordion-tabs .medium-up-4 > .tabs.vertical + .tabs-content:nth-of-type(1n) {
    clear: none; }
  .medium-up-4 > .column:nth-of-type(4n+1), .medium-up-4 > .columns:nth-of-type(4n+1), .responsive-accordion-tabs .medium-up-4 > .tabs.vertical:nth-of-type(4n+1), .responsive-accordion-tabs .medium-up-4 > .tabs.vertical + .tabs-content:nth-of-type(4n+1) {
    clear: both; }
  .medium-up-4 > .column:last-child, .medium-up-4 > .columns:last-child, .responsive-accordion-tabs .medium-up-4 > .tabs.vertical:last-child, .responsive-accordion-tabs .medium-up-4 > .tabs.vertical + .tabs-content:last-child {
    float: left; }
  .medium-up-5 > .column, .medium-up-5 > .columns, .responsive-accordion-tabs .medium-up-5 > .tabs.vertical, .responsive-accordion-tabs .medium-up-5 > .tabs.vertical + .tabs-content {
    float: left;
    width: 20%; }
  .medium-up-5 > .column:nth-of-type(1n), .medium-up-5 > .columns:nth-of-type(1n), .responsive-accordion-tabs .medium-up-5 > .tabs.vertical:nth-of-type(1n), .responsive-accordion-tabs .medium-up-5 > .tabs.vertical + .tabs-content:nth-of-type(1n) {
    clear: none; }
  .medium-up-5 > .column:nth-of-type(5n+1), .medium-up-5 > .columns:nth-of-type(5n+1), .responsive-accordion-tabs .medium-up-5 > .tabs.vertical:nth-of-type(5n+1), .responsive-accordion-tabs .medium-up-5 > .tabs.vertical + .tabs-content:nth-of-type(5n+1) {
    clear: both; }
  .medium-up-5 > .column:last-child, .medium-up-5 > .columns:last-child, .responsive-accordion-tabs .medium-up-5 > .tabs.vertical:last-child, .responsive-accordion-tabs .medium-up-5 > .tabs.vertical + .tabs-content:last-child {
    float: left; }
  .medium-up-6 > .column, .medium-up-6 > .columns, .responsive-accordion-tabs .medium-up-6 > .tabs.vertical, .responsive-accordion-tabs .medium-up-6 > .tabs.vertical + .tabs-content {
    float: left;
    width: 16.66667%; }
  .medium-up-6 > .column:nth-of-type(1n), .medium-up-6 > .columns:nth-of-type(1n), .responsive-accordion-tabs .medium-up-6 > .tabs.vertical:nth-of-type(1n), .responsive-accordion-tabs .medium-up-6 > .tabs.vertical + .tabs-content:nth-of-type(1n) {
    clear: none; }
  .medium-up-6 > .column:nth-of-type(6n+1), .medium-up-6 > .columns:nth-of-type(6n+1), .responsive-accordion-tabs .medium-up-6 > .tabs.vertical:nth-of-type(6n+1), .responsive-accordion-tabs .medium-up-6 > .tabs.vertical + .tabs-content:nth-of-type(6n+1) {
    clear: both; }
  .medium-up-6 > .column:last-child, .medium-up-6 > .columns:last-child, .responsive-accordion-tabs .medium-up-6 > .tabs.vertical:last-child, .responsive-accordion-tabs .medium-up-6 > .tabs.vertical + .tabs-content:last-child {
    float: left; }
  .medium-up-7 > .column, .medium-up-7 > .columns, .responsive-accordion-tabs .medium-up-7 > .tabs.vertical, .responsive-accordion-tabs .medium-up-7 > .tabs.vertical + .tabs-content {
    float: left;
    width: 14.28571%; }
  .medium-up-7 > .column:nth-of-type(1n), .medium-up-7 > .columns:nth-of-type(1n), .responsive-accordion-tabs .medium-up-7 > .tabs.vertical:nth-of-type(1n), .responsive-accordion-tabs .medium-up-7 > .tabs.vertical + .tabs-content:nth-of-type(1n) {
    clear: none; }
  .medium-up-7 > .column:nth-of-type(7n+1), .medium-up-7 > .columns:nth-of-type(7n+1), .responsive-accordion-tabs .medium-up-7 > .tabs.vertical:nth-of-type(7n+1), .responsive-accordion-tabs .medium-up-7 > .tabs.vertical + .tabs-content:nth-of-type(7n+1) {
    clear: both; }
  .medium-up-7 > .column:last-child, .medium-up-7 > .columns:last-child, .responsive-accordion-tabs .medium-up-7 > .tabs.vertical:last-child, .responsive-accordion-tabs .medium-up-7 > .tabs.vertical + .tabs-content:last-child {
    float: left; }
  .medium-up-8 > .column, .medium-up-8 > .columns, .responsive-accordion-tabs .medium-up-8 > .tabs.vertical, .responsive-accordion-tabs .medium-up-8 > .tabs.vertical + .tabs-content {
    float: left;
    width: 12.5%; }
  .medium-up-8 > .column:nth-of-type(1n), .medium-up-8 > .columns:nth-of-type(1n), .responsive-accordion-tabs .medium-up-8 > .tabs.vertical:nth-of-type(1n), .responsive-accordion-tabs .medium-up-8 > .tabs.vertical + .tabs-content:nth-of-type(1n) {
    clear: none; }
  .medium-up-8 > .column:nth-of-type(8n+1), .medium-up-8 > .columns:nth-of-type(8n+1), .responsive-accordion-tabs .medium-up-8 > .tabs.vertical:nth-of-type(8n+1), .responsive-accordion-tabs .medium-up-8 > .tabs.vertical + .tabs-content:nth-of-type(8n+1) {
    clear: both; }
  .medium-up-8 > .column:last-child, .medium-up-8 > .columns:last-child, .responsive-accordion-tabs .medium-up-8 > .tabs.vertical:last-child, .responsive-accordion-tabs .medium-up-8 > .tabs.vertical + .tabs-content:last-child {
    float: left; }
  .medium-collapse > .column, .medium-collapse > .columns, .responsive-accordion-tabs .medium-collapse > .tabs.vertical, .responsive-accordion-tabs .medium-collapse > .tabs.vertical + .tabs-content {
    padding-right: 0;
    padding-left: 0; }
  .medium-collapse .row {
    margin-right: 0;
    margin-left: 0; }
  .expanded.row .medium-collapse.row {
    margin-right: 0;
    margin-left: 0; }
  .medium-uncollapse > .column, .medium-uncollapse > .columns, .responsive-accordion-tabs .medium-uncollapse > .tabs.vertical, .responsive-accordion-tabs .medium-uncollapse > .tabs.vertical + .tabs-content {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; }
  .medium-centered {
    margin-right: auto;
    margin-left: auto; }
  .medium-centered, .medium-centered:last-child:not(:first-child) {
    float: none;
    clear: both; }
  .medium-uncentered,
  .medium-push-0,
  .medium-pull-0 {
    position: static;
    float: left;
    margin-right: 0;
    margin-left: 0; } }

@media print, screen and (min-width: 53.75em) {
  .large-1 {
    width: 8.33333%; }
  .large-push-1 {
    position: relative;
    left: 8.33333%; }
  .large-pull-1 {
    position: relative;
    left: -8.33333%; }
  .large-offset-0 {
    margin-left: 0%; }
  .large-2 {
    width: 16.66667%; }
  .large-push-2 {
    position: relative;
    left: 16.66667%; }
  .large-pull-2 {
    position: relative;
    left: -16.66667%; }
  .large-offset-1 {
    margin-left: 8.33333%; }
  .large-3 {
    width: 25%; }
  .large-push-3 {
    position: relative;
    left: 25%; }
  .large-pull-3 {
    position: relative;
    left: -25%; }
  .large-offset-2 {
    margin-left: 16.66667%; }
  .large-4, .responsive-accordion-tabs .tabs.vertical {
    width: 33.33333%; }
  .large-push-4 {
    position: relative;
    left: 33.33333%; }
  .large-pull-4 {
    position: relative;
    left: -33.33333%; }
  .large-offset-3 {
    margin-left: 25%; }
  .large-5 {
    width: 41.66667%; }
  .large-push-5 {
    position: relative;
    left: 41.66667%; }
  .large-pull-5 {
    position: relative;
    left: -41.66667%; }
  .large-offset-4 {
    margin-left: 33.33333%; }
  .large-6 {
    width: 50%; }
  .large-push-6 {
    position: relative;
    left: 50%; }
  .large-pull-6 {
    position: relative;
    left: -50%; }
  .large-offset-5 {
    margin-left: 41.66667%; }
  .large-7 {
    width: 58.33333%; }
  .large-push-7 {
    position: relative;
    left: 58.33333%; }
  .large-pull-7 {
    position: relative;
    left: -58.33333%; }
  .large-offset-6 {
    margin-left: 50%; }
  .large-8, .responsive-accordion-tabs .tabs.vertical + .tabs-content {
    width: 66.66667%; }
  .large-push-8 {
    position: relative;
    left: 66.66667%; }
  .large-pull-8 {
    position: relative;
    left: -66.66667%; }
  .large-offset-7 {
    margin-left: 58.33333%; }
  .large-9 {
    width: 75%; }
  .large-push-9 {
    position: relative;
    left: 75%; }
  .large-pull-9 {
    position: relative;
    left: -75%; }
  .large-offset-8 {
    margin-left: 66.66667%; }
  .large-10 {
    width: 83.33333%; }
  .large-push-10 {
    position: relative;
    left: 83.33333%; }
  .large-pull-10 {
    position: relative;
    left: -83.33333%; }
  .large-offset-9 {
    margin-left: 75%; }
  .large-11 {
    width: 91.66667%; }
  .large-push-11 {
    position: relative;
    left: 91.66667%; }
  .large-pull-11 {
    position: relative;
    left: -91.66667%; }
  .large-offset-10 {
    margin-left: 83.33333%; }
  .large-12 {
    width: 100%; }
  .large-offset-11 {
    margin-left: 91.66667%; }
  .large-up-1 > .column, .large-up-1 > .columns, .responsive-accordion-tabs .large-up-1 > .tabs.vertical, .responsive-accordion-tabs .large-up-1 > .tabs.vertical + .tabs-content {
    float: left;
    width: 100%; }
  .large-up-1 > .column:nth-of-type(1n), .large-up-1 > .columns:nth-of-type(1n), .responsive-accordion-tabs .large-up-1 > .tabs.vertical:nth-of-type(1n), .responsive-accordion-tabs .large-up-1 > .tabs.vertical + .tabs-content:nth-of-type(1n) {
    clear: none; }
  .large-up-1 > .column:nth-of-type(1n+1), .large-up-1 > .columns:nth-of-type(1n+1), .responsive-accordion-tabs .large-up-1 > .tabs.vertical:nth-of-type(1n+1), .responsive-accordion-tabs .large-up-1 > .tabs.vertical + .tabs-content:nth-of-type(1n+1) {
    clear: both; }
  .large-up-1 > .column:last-child, .large-up-1 > .columns:last-child, .responsive-accordion-tabs .large-up-1 > .tabs.vertical:last-child, .responsive-accordion-tabs .large-up-1 > .tabs.vertical + .tabs-content:last-child {
    float: left; }
  .large-up-2 > .column, .large-up-2 > .columns, .responsive-accordion-tabs .large-up-2 > .tabs.vertical, .responsive-accordion-tabs .large-up-2 > .tabs.vertical + .tabs-content {
    float: left;
    width: 50%; }
  .large-up-2 > .column:nth-of-type(1n), .large-up-2 > .columns:nth-of-type(1n), .responsive-accordion-tabs .large-up-2 > .tabs.vertical:nth-of-type(1n), .responsive-accordion-tabs .large-up-2 > .tabs.vertical + .tabs-content:nth-of-type(1n) {
    clear: none; }
  .large-up-2 > .column:nth-of-type(2n+1), .large-up-2 > .columns:nth-of-type(2n+1), .responsive-accordion-tabs .large-up-2 > .tabs.vertical:nth-of-type(2n+1), .responsive-accordion-tabs .large-up-2 > .tabs.vertical + .tabs-content:nth-of-type(2n+1) {
    clear: both; }
  .large-up-2 > .column:last-child, .large-up-2 > .columns:last-child, .responsive-accordion-tabs .large-up-2 > .tabs.vertical:last-child, .responsive-accordion-tabs .large-up-2 > .tabs.vertical + .tabs-content:last-child {
    float: left; }
  .large-up-3 > .column, .large-up-3 > .columns, .responsive-accordion-tabs .large-up-3 > .tabs.vertical, .responsive-accordion-tabs .large-up-3 > .tabs.vertical + .tabs-content {
    float: left;
    width: 33.33333%; }
  .large-up-3 > .column:nth-of-type(1n), .large-up-3 > .columns:nth-of-type(1n), .responsive-accordion-tabs .large-up-3 > .tabs.vertical:nth-of-type(1n), .responsive-accordion-tabs .large-up-3 > .tabs.vertical + .tabs-content:nth-of-type(1n) {
    clear: none; }
  .large-up-3 > .column:nth-of-type(3n+1), .large-up-3 > .columns:nth-of-type(3n+1), .responsive-accordion-tabs .large-up-3 > .tabs.vertical:nth-of-type(3n+1), .responsive-accordion-tabs .large-up-3 > .tabs.vertical + .tabs-content:nth-of-type(3n+1) {
    clear: both; }
  .large-up-3 > .column:last-child, .large-up-3 > .columns:last-child, .responsive-accordion-tabs .large-up-3 > .tabs.vertical:last-child, .responsive-accordion-tabs .large-up-3 > .tabs.vertical + .tabs-content:last-child {
    float: left; }
  .large-up-4 > .column, .large-up-4 > .columns, .responsive-accordion-tabs .large-up-4 > .tabs.vertical, .responsive-accordion-tabs .large-up-4 > .tabs.vertical + .tabs-content {
    float: left;
    width: 25%; }
  .large-up-4 > .column:nth-of-type(1n), .large-up-4 > .columns:nth-of-type(1n), .responsive-accordion-tabs .large-up-4 > .tabs.vertical:nth-of-type(1n), .responsive-accordion-tabs .large-up-4 > .tabs.vertical + .tabs-content:nth-of-type(1n) {
    clear: none; }
  .large-up-4 > .column:nth-of-type(4n+1), .large-up-4 > .columns:nth-of-type(4n+1), .responsive-accordion-tabs .large-up-4 > .tabs.vertical:nth-of-type(4n+1), .responsive-accordion-tabs .large-up-4 > .tabs.vertical + .tabs-content:nth-of-type(4n+1) {
    clear: both; }
  .large-up-4 > .column:last-child, .large-up-4 > .columns:last-child, .responsive-accordion-tabs .large-up-4 > .tabs.vertical:last-child, .responsive-accordion-tabs .large-up-4 > .tabs.vertical + .tabs-content:last-child {
    float: left; }
  .large-up-5 > .column, .large-up-5 > .columns, .responsive-accordion-tabs .large-up-5 > .tabs.vertical, .responsive-accordion-tabs .large-up-5 > .tabs.vertical + .tabs-content {
    float: left;
    width: 20%; }
  .large-up-5 > .column:nth-of-type(1n), .large-up-5 > .columns:nth-of-type(1n), .responsive-accordion-tabs .large-up-5 > .tabs.vertical:nth-of-type(1n), .responsive-accordion-tabs .large-up-5 > .tabs.vertical + .tabs-content:nth-of-type(1n) {
    clear: none; }
  .large-up-5 > .column:nth-of-type(5n+1), .large-up-5 > .columns:nth-of-type(5n+1), .responsive-accordion-tabs .large-up-5 > .tabs.vertical:nth-of-type(5n+1), .responsive-accordion-tabs .large-up-5 > .tabs.vertical + .tabs-content:nth-of-type(5n+1) {
    clear: both; }
  .large-up-5 > .column:last-child, .large-up-5 > .columns:last-child, .responsive-accordion-tabs .large-up-5 > .tabs.vertical:last-child, .responsive-accordion-tabs .large-up-5 > .tabs.vertical + .tabs-content:last-child {
    float: left; }
  .large-up-6 > .column, .large-up-6 > .columns, .responsive-accordion-tabs .large-up-6 > .tabs.vertical, .responsive-accordion-tabs .large-up-6 > .tabs.vertical + .tabs-content {
    float: left;
    width: 16.66667%; }
  .large-up-6 > .column:nth-of-type(1n), .large-up-6 > .columns:nth-of-type(1n), .responsive-accordion-tabs .large-up-6 > .tabs.vertical:nth-of-type(1n), .responsive-accordion-tabs .large-up-6 > .tabs.vertical + .tabs-content:nth-of-type(1n) {
    clear: none; }
  .large-up-6 > .column:nth-of-type(6n+1), .large-up-6 > .columns:nth-of-type(6n+1), .responsive-accordion-tabs .large-up-6 > .tabs.vertical:nth-of-type(6n+1), .responsive-accordion-tabs .large-up-6 > .tabs.vertical + .tabs-content:nth-of-type(6n+1) {
    clear: both; }
  .large-up-6 > .column:last-child, .large-up-6 > .columns:last-child, .responsive-accordion-tabs .large-up-6 > .tabs.vertical:last-child, .responsive-accordion-tabs .large-up-6 > .tabs.vertical + .tabs-content:last-child {
    float: left; }
  .large-up-7 > .column, .large-up-7 > .columns, .responsive-accordion-tabs .large-up-7 > .tabs.vertical, .responsive-accordion-tabs .large-up-7 > .tabs.vertical + .tabs-content {
    float: left;
    width: 14.28571%; }
  .large-up-7 > .column:nth-of-type(1n), .large-up-7 > .columns:nth-of-type(1n), .responsive-accordion-tabs .large-up-7 > .tabs.vertical:nth-of-type(1n), .responsive-accordion-tabs .large-up-7 > .tabs.vertical + .tabs-content:nth-of-type(1n) {
    clear: none; }
  .large-up-7 > .column:nth-of-type(7n+1), .large-up-7 > .columns:nth-of-type(7n+1), .responsive-accordion-tabs .large-up-7 > .tabs.vertical:nth-of-type(7n+1), .responsive-accordion-tabs .large-up-7 > .tabs.vertical + .tabs-content:nth-of-type(7n+1) {
    clear: both; }
  .large-up-7 > .column:last-child, .large-up-7 > .columns:last-child, .responsive-accordion-tabs .large-up-7 > .tabs.vertical:last-child, .responsive-accordion-tabs .large-up-7 > .tabs.vertical + .tabs-content:last-child {
    float: left; }
  .large-up-8 > .column, .large-up-8 > .columns, .responsive-accordion-tabs .large-up-8 > .tabs.vertical, .responsive-accordion-tabs .large-up-8 > .tabs.vertical + .tabs-content {
    float: left;
    width: 12.5%; }
  .large-up-8 > .column:nth-of-type(1n), .large-up-8 > .columns:nth-of-type(1n), .responsive-accordion-tabs .large-up-8 > .tabs.vertical:nth-of-type(1n), .responsive-accordion-tabs .large-up-8 > .tabs.vertical + .tabs-content:nth-of-type(1n) {
    clear: none; }
  .large-up-8 > .column:nth-of-type(8n+1), .large-up-8 > .columns:nth-of-type(8n+1), .responsive-accordion-tabs .large-up-8 > .tabs.vertical:nth-of-type(8n+1), .responsive-accordion-tabs .large-up-8 > .tabs.vertical + .tabs-content:nth-of-type(8n+1) {
    clear: both; }
  .large-up-8 > .column:last-child, .large-up-8 > .columns:last-child, .responsive-accordion-tabs .large-up-8 > .tabs.vertical:last-child, .responsive-accordion-tabs .large-up-8 > .tabs.vertical + .tabs-content:last-child {
    float: left; }
  .large-collapse > .column, .large-collapse > .columns, .responsive-accordion-tabs .large-collapse > .tabs.vertical, .responsive-accordion-tabs .large-collapse > .tabs.vertical + .tabs-content {
    padding-right: 0;
    padding-left: 0; }
  .large-collapse .row {
    margin-right: 0;
    margin-left: 0; }
  .expanded.row .large-collapse.row {
    margin-right: 0;
    margin-left: 0; }
  .large-uncollapse > .column, .large-uncollapse > .columns, .responsive-accordion-tabs .large-uncollapse > .tabs.vertical, .responsive-accordion-tabs .large-uncollapse > .tabs.vertical + .tabs-content {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; }
  .large-centered {
    margin-right: auto;
    margin-left: auto; }
  .large-centered, .large-centered:last-child:not(:first-child) {
    float: none;
    clear: both; }
  .large-uncentered,
  .large-push-0,
  .large-pull-0 {
    position: static;
    float: left;
    margin-right: 0;
    margin-left: 0; } }

@media screen and (min-width: 64.0625em) {
  .xlarge-1 {
    width: 8.33333%; }
  .xlarge-push-1 {
    position: relative;
    left: 8.33333%; }
  .xlarge-pull-1 {
    position: relative;
    left: -8.33333%; }
  .xlarge-offset-0 {
    margin-left: 0%; }
  .xlarge-2 {
    width: 16.66667%; }
  .xlarge-push-2 {
    position: relative;
    left: 16.66667%; }
  .xlarge-pull-2 {
    position: relative;
    left: -16.66667%; }
  .xlarge-offset-1 {
    margin-left: 8.33333%; }
  .xlarge-3, .responsive-accordion-tabs .tabs.vertical {
    width: 25%; }
  .xlarge-push-3 {
    position: relative;
    left: 25%; }
  .xlarge-pull-3 {
    position: relative;
    left: -25%; }
  .xlarge-offset-2 {
    margin-left: 16.66667%; }
  .xlarge-4 {
    width: 33.33333%; }
  .xlarge-push-4 {
    position: relative;
    left: 33.33333%; }
  .xlarge-pull-4 {
    position: relative;
    left: -33.33333%; }
  .xlarge-offset-3 {
    margin-left: 25%; }
  .xlarge-5 {
    width: 41.66667%; }
  .xlarge-push-5 {
    position: relative;
    left: 41.66667%; }
  .xlarge-pull-5 {
    position: relative;
    left: -41.66667%; }
  .xlarge-offset-4 {
    margin-left: 33.33333%; }
  .xlarge-6 {
    width: 50%; }
  .xlarge-push-6 {
    position: relative;
    left: 50%; }
  .xlarge-pull-6 {
    position: relative;
    left: -50%; }
  .xlarge-offset-5 {
    margin-left: 41.66667%; }
  .xlarge-7 {
    width: 58.33333%; }
  .xlarge-push-7 {
    position: relative;
    left: 58.33333%; }
  .xlarge-pull-7 {
    position: relative;
    left: -58.33333%; }
  .xlarge-offset-6 {
    margin-left: 50%; }
  .xlarge-8 {
    width: 66.66667%; }
  .xlarge-push-8 {
    position: relative;
    left: 66.66667%; }
  .xlarge-pull-8 {
    position: relative;
    left: -66.66667%; }
  .xlarge-offset-7 {
    margin-left: 58.33333%; }
  .xlarge-9, .responsive-accordion-tabs .tabs.vertical + .tabs-content {
    width: 75%; }
  .xlarge-push-9 {
    position: relative;
    left: 75%; }
  .xlarge-pull-9 {
    position: relative;
    left: -75%; }
  .xlarge-offset-8 {
    margin-left: 66.66667%; }
  .xlarge-10 {
    width: 83.33333%; }
  .xlarge-push-10 {
    position: relative;
    left: 83.33333%; }
  .xlarge-pull-10 {
    position: relative;
    left: -83.33333%; }
  .xlarge-offset-9 {
    margin-left: 75%; }
  .xlarge-11 {
    width: 91.66667%; }
  .xlarge-push-11 {
    position: relative;
    left: 91.66667%; }
  .xlarge-pull-11 {
    position: relative;
    left: -91.66667%; }
  .xlarge-offset-10 {
    margin-left: 83.33333%; }
  .xlarge-12 {
    width: 100%; }
  .xlarge-offset-11 {
    margin-left: 91.66667%; }
  .xlarge-up-1 > .column, .xlarge-up-1 > .columns, .responsive-accordion-tabs .xlarge-up-1 > .tabs.vertical, .responsive-accordion-tabs .xlarge-up-1 > .tabs.vertical + .tabs-content {
    float: left;
    width: 100%; }
  .xlarge-up-1 > .column:nth-of-type(1n), .xlarge-up-1 > .columns:nth-of-type(1n), .responsive-accordion-tabs .xlarge-up-1 > .tabs.vertical:nth-of-type(1n), .responsive-accordion-tabs .xlarge-up-1 > .tabs.vertical + .tabs-content:nth-of-type(1n) {
    clear: none; }
  .xlarge-up-1 > .column:nth-of-type(1n+1), .xlarge-up-1 > .columns:nth-of-type(1n+1), .responsive-accordion-tabs .xlarge-up-1 > .tabs.vertical:nth-of-type(1n+1), .responsive-accordion-tabs .xlarge-up-1 > .tabs.vertical + .tabs-content:nth-of-type(1n+1) {
    clear: both; }
  .xlarge-up-1 > .column:last-child, .xlarge-up-1 > .columns:last-child, .responsive-accordion-tabs .xlarge-up-1 > .tabs.vertical:last-child, .responsive-accordion-tabs .xlarge-up-1 > .tabs.vertical + .tabs-content:last-child {
    float: left; }
  .xlarge-up-2 > .column, .xlarge-up-2 > .columns, .responsive-accordion-tabs .xlarge-up-2 > .tabs.vertical, .responsive-accordion-tabs .xlarge-up-2 > .tabs.vertical + .tabs-content {
    float: left;
    width: 50%; }
  .xlarge-up-2 > .column:nth-of-type(1n), .xlarge-up-2 > .columns:nth-of-type(1n), .responsive-accordion-tabs .xlarge-up-2 > .tabs.vertical:nth-of-type(1n), .responsive-accordion-tabs .xlarge-up-2 > .tabs.vertical + .tabs-content:nth-of-type(1n) {
    clear: none; }
  .xlarge-up-2 > .column:nth-of-type(2n+1), .xlarge-up-2 > .columns:nth-of-type(2n+1), .responsive-accordion-tabs .xlarge-up-2 > .tabs.vertical:nth-of-type(2n+1), .responsive-accordion-tabs .xlarge-up-2 > .tabs.vertical + .tabs-content:nth-of-type(2n+1) {
    clear: both; }
  .xlarge-up-2 > .column:last-child, .xlarge-up-2 > .columns:last-child, .responsive-accordion-tabs .xlarge-up-2 > .tabs.vertical:last-child, .responsive-accordion-tabs .xlarge-up-2 > .tabs.vertical + .tabs-content:last-child {
    float: left; }
  .xlarge-up-3 > .column, .xlarge-up-3 > .columns, .responsive-accordion-tabs .xlarge-up-3 > .tabs.vertical, .responsive-accordion-tabs .xlarge-up-3 > .tabs.vertical + .tabs-content {
    float: left;
    width: 33.33333%; }
  .xlarge-up-3 > .column:nth-of-type(1n), .xlarge-up-3 > .columns:nth-of-type(1n), .responsive-accordion-tabs .xlarge-up-3 > .tabs.vertical:nth-of-type(1n), .responsive-accordion-tabs .xlarge-up-3 > .tabs.vertical + .tabs-content:nth-of-type(1n) {
    clear: none; }
  .xlarge-up-3 > .column:nth-of-type(3n+1), .xlarge-up-3 > .columns:nth-of-type(3n+1), .responsive-accordion-tabs .xlarge-up-3 > .tabs.vertical:nth-of-type(3n+1), .responsive-accordion-tabs .xlarge-up-3 > .tabs.vertical + .tabs-content:nth-of-type(3n+1) {
    clear: both; }
  .xlarge-up-3 > .column:last-child, .xlarge-up-3 > .columns:last-child, .responsive-accordion-tabs .xlarge-up-3 > .tabs.vertical:last-child, .responsive-accordion-tabs .xlarge-up-3 > .tabs.vertical + .tabs-content:last-child {
    float: left; }
  .xlarge-up-4 > .column, .xlarge-up-4 > .columns, .responsive-accordion-tabs .xlarge-up-4 > .tabs.vertical, .responsive-accordion-tabs .xlarge-up-4 > .tabs.vertical + .tabs-content {
    float: left;
    width: 25%; }
  .xlarge-up-4 > .column:nth-of-type(1n), .xlarge-up-4 > .columns:nth-of-type(1n), .responsive-accordion-tabs .xlarge-up-4 > .tabs.vertical:nth-of-type(1n), .responsive-accordion-tabs .xlarge-up-4 > .tabs.vertical + .tabs-content:nth-of-type(1n) {
    clear: none; }
  .xlarge-up-4 > .column:nth-of-type(4n+1), .xlarge-up-4 > .columns:nth-of-type(4n+1), .responsive-accordion-tabs .xlarge-up-4 > .tabs.vertical:nth-of-type(4n+1), .responsive-accordion-tabs .xlarge-up-4 > .tabs.vertical + .tabs-content:nth-of-type(4n+1) {
    clear: both; }
  .xlarge-up-4 > .column:last-child, .xlarge-up-4 > .columns:last-child, .responsive-accordion-tabs .xlarge-up-4 > .tabs.vertical:last-child, .responsive-accordion-tabs .xlarge-up-4 > .tabs.vertical + .tabs-content:last-child {
    float: left; }
  .xlarge-up-5 > .column, .xlarge-up-5 > .columns, .responsive-accordion-tabs .xlarge-up-5 > .tabs.vertical, .responsive-accordion-tabs .xlarge-up-5 > .tabs.vertical + .tabs-content {
    float: left;
    width: 20%; }
  .xlarge-up-5 > .column:nth-of-type(1n), .xlarge-up-5 > .columns:nth-of-type(1n), .responsive-accordion-tabs .xlarge-up-5 > .tabs.vertical:nth-of-type(1n), .responsive-accordion-tabs .xlarge-up-5 > .tabs.vertical + .tabs-content:nth-of-type(1n) {
    clear: none; }
  .xlarge-up-5 > .column:nth-of-type(5n+1), .xlarge-up-5 > .columns:nth-of-type(5n+1), .responsive-accordion-tabs .xlarge-up-5 > .tabs.vertical:nth-of-type(5n+1), .responsive-accordion-tabs .xlarge-up-5 > .tabs.vertical + .tabs-content:nth-of-type(5n+1) {
    clear: both; }
  .xlarge-up-5 > .column:last-child, .xlarge-up-5 > .columns:last-child, .responsive-accordion-tabs .xlarge-up-5 > .tabs.vertical:last-child, .responsive-accordion-tabs .xlarge-up-5 > .tabs.vertical + .tabs-content:last-child {
    float: left; }
  .xlarge-up-6 > .column, .xlarge-up-6 > .columns, .responsive-accordion-tabs .xlarge-up-6 > .tabs.vertical, .responsive-accordion-tabs .xlarge-up-6 > .tabs.vertical + .tabs-content {
    float: left;
    width: 16.66667%; }
  .xlarge-up-6 > .column:nth-of-type(1n), .xlarge-up-6 > .columns:nth-of-type(1n), .responsive-accordion-tabs .xlarge-up-6 > .tabs.vertical:nth-of-type(1n), .responsive-accordion-tabs .xlarge-up-6 > .tabs.vertical + .tabs-content:nth-of-type(1n) {
    clear: none; }
  .xlarge-up-6 > .column:nth-of-type(6n+1), .xlarge-up-6 > .columns:nth-of-type(6n+1), .responsive-accordion-tabs .xlarge-up-6 > .tabs.vertical:nth-of-type(6n+1), .responsive-accordion-tabs .xlarge-up-6 > .tabs.vertical + .tabs-content:nth-of-type(6n+1) {
    clear: both; }
  .xlarge-up-6 > .column:last-child, .xlarge-up-6 > .columns:last-child, .responsive-accordion-tabs .xlarge-up-6 > .tabs.vertical:last-child, .responsive-accordion-tabs .xlarge-up-6 > .tabs.vertical + .tabs-content:last-child {
    float: left; }
  .xlarge-up-7 > .column, .xlarge-up-7 > .columns, .responsive-accordion-tabs .xlarge-up-7 > .tabs.vertical, .responsive-accordion-tabs .xlarge-up-7 > .tabs.vertical + .tabs-content {
    float: left;
    width: 14.28571%; }
  .xlarge-up-7 > .column:nth-of-type(1n), .xlarge-up-7 > .columns:nth-of-type(1n), .responsive-accordion-tabs .xlarge-up-7 > .tabs.vertical:nth-of-type(1n), .responsive-accordion-tabs .xlarge-up-7 > .tabs.vertical + .tabs-content:nth-of-type(1n) {
    clear: none; }
  .xlarge-up-7 > .column:nth-of-type(7n+1), .xlarge-up-7 > .columns:nth-of-type(7n+1), .responsive-accordion-tabs .xlarge-up-7 > .tabs.vertical:nth-of-type(7n+1), .responsive-accordion-tabs .xlarge-up-7 > .tabs.vertical + .tabs-content:nth-of-type(7n+1) {
    clear: both; }
  .xlarge-up-7 > .column:last-child, .xlarge-up-7 > .columns:last-child, .responsive-accordion-tabs .xlarge-up-7 > .tabs.vertical:last-child, .responsive-accordion-tabs .xlarge-up-7 > .tabs.vertical + .tabs-content:last-child {
    float: left; }
  .xlarge-up-8 > .column, .xlarge-up-8 > .columns, .responsive-accordion-tabs .xlarge-up-8 > .tabs.vertical, .responsive-accordion-tabs .xlarge-up-8 > .tabs.vertical + .tabs-content {
    float: left;
    width: 12.5%; }
  .xlarge-up-8 > .column:nth-of-type(1n), .xlarge-up-8 > .columns:nth-of-type(1n), .responsive-accordion-tabs .xlarge-up-8 > .tabs.vertical:nth-of-type(1n), .responsive-accordion-tabs .xlarge-up-8 > .tabs.vertical + .tabs-content:nth-of-type(1n) {
    clear: none; }
  .xlarge-up-8 > .column:nth-of-type(8n+1), .xlarge-up-8 > .columns:nth-of-type(8n+1), .responsive-accordion-tabs .xlarge-up-8 > .tabs.vertical:nth-of-type(8n+1), .responsive-accordion-tabs .xlarge-up-8 > .tabs.vertical + .tabs-content:nth-of-type(8n+1) {
    clear: both; }
  .xlarge-up-8 > .column:last-child, .xlarge-up-8 > .columns:last-child, .responsive-accordion-tabs .xlarge-up-8 > .tabs.vertical:last-child, .responsive-accordion-tabs .xlarge-up-8 > .tabs.vertical + .tabs-content:last-child {
    float: left; }
  .xlarge-collapse > .column, .xlarge-collapse > .columns, .responsive-accordion-tabs .xlarge-collapse > .tabs.vertical, .responsive-accordion-tabs .xlarge-collapse > .tabs.vertical + .tabs-content {
    padding-right: 0;
    padding-left: 0; }
  .xlarge-collapse .row {
    margin-right: 0;
    margin-left: 0; }
  .expanded.row .xlarge-collapse.row {
    margin-right: 0;
    margin-left: 0; }
  .xlarge-uncollapse > .column, .xlarge-uncollapse > .columns, .responsive-accordion-tabs .xlarge-uncollapse > .tabs.vertical, .responsive-accordion-tabs .xlarge-uncollapse > .tabs.vertical + .tabs-content {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; }
  .xlarge-centered {
    margin-right: auto;
    margin-left: auto; }
  .xlarge-centered, .xlarge-centered:last-child:not(:first-child) {
    float: none;
    clear: both; }
  .xlarge-uncentered,
  .xlarge-push-0,
  .xlarge-pull-0 {
    position: static;
    float: left;
    margin-right: 0;
    margin-left: 0; } }

@media screen and (min-width: 75em) {
  .xxlarge-1 {
    width: 8.33333%; }
  .xxlarge-push-1 {
    position: relative;
    left: 8.33333%; }
  .xxlarge-pull-1 {
    position: relative;
    left: -8.33333%; }
  .xxlarge-offset-0 {
    margin-left: 0%; }
  .xxlarge-2 {
    width: 16.66667%; }
  .xxlarge-push-2 {
    position: relative;
    left: 16.66667%; }
  .xxlarge-pull-2 {
    position: relative;
    left: -16.66667%; }
  .xxlarge-offset-1 {
    margin-left: 8.33333%; }
  .xxlarge-3 {
    width: 25%; }
  .xxlarge-push-3 {
    position: relative;
    left: 25%; }
  .xxlarge-pull-3 {
    position: relative;
    left: -25%; }
  .xxlarge-offset-2 {
    margin-left: 16.66667%; }
  .xxlarge-4 {
    width: 33.33333%; }
  .xxlarge-push-4 {
    position: relative;
    left: 33.33333%; }
  .xxlarge-pull-4 {
    position: relative;
    left: -33.33333%; }
  .xxlarge-offset-3 {
    margin-left: 25%; }
  .xxlarge-5 {
    width: 41.66667%; }
  .xxlarge-push-5 {
    position: relative;
    left: 41.66667%; }
  .xxlarge-pull-5 {
    position: relative;
    left: -41.66667%; }
  .xxlarge-offset-4 {
    margin-left: 33.33333%; }
  .xxlarge-6 {
    width: 50%; }
  .xxlarge-push-6 {
    position: relative;
    left: 50%; }
  .xxlarge-pull-6 {
    position: relative;
    left: -50%; }
  .xxlarge-offset-5 {
    margin-left: 41.66667%; }
  .xxlarge-7 {
    width: 58.33333%; }
  .xxlarge-push-7 {
    position: relative;
    left: 58.33333%; }
  .xxlarge-pull-7 {
    position: relative;
    left: -58.33333%; }
  .xxlarge-offset-6 {
    margin-left: 50%; }
  .xxlarge-8 {
    width: 66.66667%; }
  .xxlarge-push-8 {
    position: relative;
    left: 66.66667%; }
  .xxlarge-pull-8 {
    position: relative;
    left: -66.66667%; }
  .xxlarge-offset-7 {
    margin-left: 58.33333%; }
  .xxlarge-9 {
    width: 75%; }
  .xxlarge-push-9 {
    position: relative;
    left: 75%; }
  .xxlarge-pull-9 {
    position: relative;
    left: -75%; }
  .xxlarge-offset-8 {
    margin-left: 66.66667%; }
  .xxlarge-10 {
    width: 83.33333%; }
  .xxlarge-push-10 {
    position: relative;
    left: 83.33333%; }
  .xxlarge-pull-10 {
    position: relative;
    left: -83.33333%; }
  .xxlarge-offset-9 {
    margin-left: 75%; }
  .xxlarge-11 {
    width: 91.66667%; }
  .xxlarge-push-11 {
    position: relative;
    left: 91.66667%; }
  .xxlarge-pull-11 {
    position: relative;
    left: -91.66667%; }
  .xxlarge-offset-10 {
    margin-left: 83.33333%; }
  .xxlarge-12 {
    width: 100%; }
  .xxlarge-offset-11 {
    margin-left: 91.66667%; }
  .xxlarge-up-1 > .column, .xxlarge-up-1 > .columns, .responsive-accordion-tabs .xxlarge-up-1 > .tabs.vertical, .responsive-accordion-tabs .xxlarge-up-1 > .tabs.vertical + .tabs-content {
    float: left;
    width: 100%; }
  .xxlarge-up-1 > .column:nth-of-type(1n), .xxlarge-up-1 > .columns:nth-of-type(1n), .responsive-accordion-tabs .xxlarge-up-1 > .tabs.vertical:nth-of-type(1n), .responsive-accordion-tabs .xxlarge-up-1 > .tabs.vertical + .tabs-content:nth-of-type(1n) {
    clear: none; }
  .xxlarge-up-1 > .column:nth-of-type(1n+1), .xxlarge-up-1 > .columns:nth-of-type(1n+1), .responsive-accordion-tabs .xxlarge-up-1 > .tabs.vertical:nth-of-type(1n+1), .responsive-accordion-tabs .xxlarge-up-1 > .tabs.vertical + .tabs-content:nth-of-type(1n+1) {
    clear: both; }
  .xxlarge-up-1 > .column:last-child, .xxlarge-up-1 > .columns:last-child, .responsive-accordion-tabs .xxlarge-up-1 > .tabs.vertical:last-child, .responsive-accordion-tabs .xxlarge-up-1 > .tabs.vertical + .tabs-content:last-child {
    float: left; }
  .xxlarge-up-2 > .column, .xxlarge-up-2 > .columns, .responsive-accordion-tabs .xxlarge-up-2 > .tabs.vertical, .responsive-accordion-tabs .xxlarge-up-2 > .tabs.vertical + .tabs-content {
    float: left;
    width: 50%; }
  .xxlarge-up-2 > .column:nth-of-type(1n), .xxlarge-up-2 > .columns:nth-of-type(1n), .responsive-accordion-tabs .xxlarge-up-2 > .tabs.vertical:nth-of-type(1n), .responsive-accordion-tabs .xxlarge-up-2 > .tabs.vertical + .tabs-content:nth-of-type(1n) {
    clear: none; }
  .xxlarge-up-2 > .column:nth-of-type(2n+1), .xxlarge-up-2 > .columns:nth-of-type(2n+1), .responsive-accordion-tabs .xxlarge-up-2 > .tabs.vertical:nth-of-type(2n+1), .responsive-accordion-tabs .xxlarge-up-2 > .tabs.vertical + .tabs-content:nth-of-type(2n+1) {
    clear: both; }
  .xxlarge-up-2 > .column:last-child, .xxlarge-up-2 > .columns:last-child, .responsive-accordion-tabs .xxlarge-up-2 > .tabs.vertical:last-child, .responsive-accordion-tabs .xxlarge-up-2 > .tabs.vertical + .tabs-content:last-child {
    float: left; }
  .xxlarge-up-3 > .column, .xxlarge-up-3 > .columns, .responsive-accordion-tabs .xxlarge-up-3 > .tabs.vertical, .responsive-accordion-tabs .xxlarge-up-3 > .tabs.vertical + .tabs-content {
    float: left;
    width: 33.33333%; }
  .xxlarge-up-3 > .column:nth-of-type(1n), .xxlarge-up-3 > .columns:nth-of-type(1n), .responsive-accordion-tabs .xxlarge-up-3 > .tabs.vertical:nth-of-type(1n), .responsive-accordion-tabs .xxlarge-up-3 > .tabs.vertical + .tabs-content:nth-of-type(1n) {
    clear: none; }
  .xxlarge-up-3 > .column:nth-of-type(3n+1), .xxlarge-up-3 > .columns:nth-of-type(3n+1), .responsive-accordion-tabs .xxlarge-up-3 > .tabs.vertical:nth-of-type(3n+1), .responsive-accordion-tabs .xxlarge-up-3 > .tabs.vertical + .tabs-content:nth-of-type(3n+1) {
    clear: both; }
  .xxlarge-up-3 > .column:last-child, .xxlarge-up-3 > .columns:last-child, .responsive-accordion-tabs .xxlarge-up-3 > .tabs.vertical:last-child, .responsive-accordion-tabs .xxlarge-up-3 > .tabs.vertical + .tabs-content:last-child {
    float: left; }
  .xxlarge-up-4 > .column, .xxlarge-up-4 > .columns, .responsive-accordion-tabs .xxlarge-up-4 > .tabs.vertical, .responsive-accordion-tabs .xxlarge-up-4 > .tabs.vertical + .tabs-content {
    float: left;
    width: 25%; }
  .xxlarge-up-4 > .column:nth-of-type(1n), .xxlarge-up-4 > .columns:nth-of-type(1n), .responsive-accordion-tabs .xxlarge-up-4 > .tabs.vertical:nth-of-type(1n), .responsive-accordion-tabs .xxlarge-up-4 > .tabs.vertical + .tabs-content:nth-of-type(1n) {
    clear: none; }
  .xxlarge-up-4 > .column:nth-of-type(4n+1), .xxlarge-up-4 > .columns:nth-of-type(4n+1), .responsive-accordion-tabs .xxlarge-up-4 > .tabs.vertical:nth-of-type(4n+1), .responsive-accordion-tabs .xxlarge-up-4 > .tabs.vertical + .tabs-content:nth-of-type(4n+1) {
    clear: both; }
  .xxlarge-up-4 > .column:last-child, .xxlarge-up-4 > .columns:last-child, .responsive-accordion-tabs .xxlarge-up-4 > .tabs.vertical:last-child, .responsive-accordion-tabs .xxlarge-up-4 > .tabs.vertical + .tabs-content:last-child {
    float: left; }
  .xxlarge-up-5 > .column, .xxlarge-up-5 > .columns, .responsive-accordion-tabs .xxlarge-up-5 > .tabs.vertical, .responsive-accordion-tabs .xxlarge-up-5 > .tabs.vertical + .tabs-content {
    float: left;
    width: 20%; }
  .xxlarge-up-5 > .column:nth-of-type(1n), .xxlarge-up-5 > .columns:nth-of-type(1n), .responsive-accordion-tabs .xxlarge-up-5 > .tabs.vertical:nth-of-type(1n), .responsive-accordion-tabs .xxlarge-up-5 > .tabs.vertical + .tabs-content:nth-of-type(1n) {
    clear: none; }
  .xxlarge-up-5 > .column:nth-of-type(5n+1), .xxlarge-up-5 > .columns:nth-of-type(5n+1), .responsive-accordion-tabs .xxlarge-up-5 > .tabs.vertical:nth-of-type(5n+1), .responsive-accordion-tabs .xxlarge-up-5 > .tabs.vertical + .tabs-content:nth-of-type(5n+1) {
    clear: both; }
  .xxlarge-up-5 > .column:last-child, .xxlarge-up-5 > .columns:last-child, .responsive-accordion-tabs .xxlarge-up-5 > .tabs.vertical:last-child, .responsive-accordion-tabs .xxlarge-up-5 > .tabs.vertical + .tabs-content:last-child {
    float: left; }
  .xxlarge-up-6 > .column, .xxlarge-up-6 > .columns, .responsive-accordion-tabs .xxlarge-up-6 > .tabs.vertical, .responsive-accordion-tabs .xxlarge-up-6 > .tabs.vertical + .tabs-content {
    float: left;
    width: 16.66667%; }
  .xxlarge-up-6 > .column:nth-of-type(1n), .xxlarge-up-6 > .columns:nth-of-type(1n), .responsive-accordion-tabs .xxlarge-up-6 > .tabs.vertical:nth-of-type(1n), .responsive-accordion-tabs .xxlarge-up-6 > .tabs.vertical + .tabs-content:nth-of-type(1n) {
    clear: none; }
  .xxlarge-up-6 > .column:nth-of-type(6n+1), .xxlarge-up-6 > .columns:nth-of-type(6n+1), .responsive-accordion-tabs .xxlarge-up-6 > .tabs.vertical:nth-of-type(6n+1), .responsive-accordion-tabs .xxlarge-up-6 > .tabs.vertical + .tabs-content:nth-of-type(6n+1) {
    clear: both; }
  .xxlarge-up-6 > .column:last-child, .xxlarge-up-6 > .columns:last-child, .responsive-accordion-tabs .xxlarge-up-6 > .tabs.vertical:last-child, .responsive-accordion-tabs .xxlarge-up-6 > .tabs.vertical + .tabs-content:last-child {
    float: left; }
  .xxlarge-up-7 > .column, .xxlarge-up-7 > .columns, .responsive-accordion-tabs .xxlarge-up-7 > .tabs.vertical, .responsive-accordion-tabs .xxlarge-up-7 > .tabs.vertical + .tabs-content {
    float: left;
    width: 14.28571%; }
  .xxlarge-up-7 > .column:nth-of-type(1n), .xxlarge-up-7 > .columns:nth-of-type(1n), .responsive-accordion-tabs .xxlarge-up-7 > .tabs.vertical:nth-of-type(1n), .responsive-accordion-tabs .xxlarge-up-7 > .tabs.vertical + .tabs-content:nth-of-type(1n) {
    clear: none; }
  .xxlarge-up-7 > .column:nth-of-type(7n+1), .xxlarge-up-7 > .columns:nth-of-type(7n+1), .responsive-accordion-tabs .xxlarge-up-7 > .tabs.vertical:nth-of-type(7n+1), .responsive-accordion-tabs .xxlarge-up-7 > .tabs.vertical + .tabs-content:nth-of-type(7n+1) {
    clear: both; }
  .xxlarge-up-7 > .column:last-child, .xxlarge-up-7 > .columns:last-child, .responsive-accordion-tabs .xxlarge-up-7 > .tabs.vertical:last-child, .responsive-accordion-tabs .xxlarge-up-7 > .tabs.vertical + .tabs-content:last-child {
    float: left; }
  .xxlarge-up-8 > .column, .xxlarge-up-8 > .columns, .responsive-accordion-tabs .xxlarge-up-8 > .tabs.vertical, .responsive-accordion-tabs .xxlarge-up-8 > .tabs.vertical + .tabs-content {
    float: left;
    width: 12.5%; }
  .xxlarge-up-8 > .column:nth-of-type(1n), .xxlarge-up-8 > .columns:nth-of-type(1n), .responsive-accordion-tabs .xxlarge-up-8 > .tabs.vertical:nth-of-type(1n), .responsive-accordion-tabs .xxlarge-up-8 > .tabs.vertical + .tabs-content:nth-of-type(1n) {
    clear: none; }
  .xxlarge-up-8 > .column:nth-of-type(8n+1), .xxlarge-up-8 > .columns:nth-of-type(8n+1), .responsive-accordion-tabs .xxlarge-up-8 > .tabs.vertical:nth-of-type(8n+1), .responsive-accordion-tabs .xxlarge-up-8 > .tabs.vertical + .tabs-content:nth-of-type(8n+1) {
    clear: both; }
  .xxlarge-up-8 > .column:last-child, .xxlarge-up-8 > .columns:last-child, .responsive-accordion-tabs .xxlarge-up-8 > .tabs.vertical:last-child, .responsive-accordion-tabs .xxlarge-up-8 > .tabs.vertical + .tabs-content:last-child {
    float: left; }
  .xxlarge-collapse > .column, .xxlarge-collapse > .columns, .responsive-accordion-tabs .xxlarge-collapse > .tabs.vertical, .responsive-accordion-tabs .xxlarge-collapse > .tabs.vertical + .tabs-content {
    padding-right: 0;
    padding-left: 0; }
  .xxlarge-collapse .row {
    margin-right: 0;
    margin-left: 0; }
  .expanded.row .xxlarge-collapse.row {
    margin-right: 0;
    margin-left: 0; }
  .xxlarge-uncollapse > .column, .xxlarge-uncollapse > .columns, .responsive-accordion-tabs .xxlarge-uncollapse > .tabs.vertical, .responsive-accordion-tabs .xxlarge-uncollapse > .tabs.vertical + .tabs-content {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; }
  .xxlarge-centered {
    margin-right: auto;
    margin-left: auto; }
  .xxlarge-centered, .xxlarge-centered:last-child:not(:first-child) {
    float: none;
    clear: both; }
  .xxlarge-uncentered,
  .xxlarge-push-0,
  .xxlarge-pull-0 {
    position: static;
    float: left;
    margin-right: 0;
    margin-left: 0; } }

.column-block {
  margin-bottom: 1.25rem; }
.column-block > :last-child {
  margin-bottom: 0; }
@media print, screen and (min-width: 40em) {
  .column-block {
    margin-bottom: 1.875rem; }
  .column-block > :last-child {
    margin-bottom: 0; } }
@media print, screen and (min-width: 53.75em) {
  .column-block {
    margin-bottom: 1.875rem; }
  .column-block > :last-child {
    margin-bottom: 0; } }
@media screen and (min-width: 64.0625em) {
  .column-block {
    margin-bottom: 1.875rem; }
  .column-block > :last-child {
    margin-bottom: 0; } }
@media screen and (min-width: 75em) {
  .column-block {
    margin-bottom: 1.875rem; }
  .column-block > :last-child {
    margin-bottom: 0; } }

.align-right {
  -ms-flex-pack: end;
  justify-content: flex-end; }

.align-center {
  -ms-flex-pack: center;
  justify-content: center; }

.align-justify {
  -ms-flex-pack: justify;
  justify-content: space-between; }

.align-spaced {
  -ms-flex-pack: distribute;
  justify-content: space-around; }

.align-top {
  -ms-flex-align: start;
  align-items: flex-start; }

.align-self-top {
  -ms-flex-item-align: start;
  align-self: flex-start; }

.align-bottom {
  -ms-flex-align: end;
  align-items: flex-end; }

.align-self-bottom {
  -ms-flex-item-align: end;
  align-self: flex-end; }

.align-middle {
  -ms-flex-align: center;
  align-items: center; }

.align-self-middle {
  -ms-flex-item-align: center;
  align-self: center; }

.align-stretch {
  -ms-flex-align: stretch;
  align-items: stretch; }

.align-self-stretch {
  -ms-flex-item-align: stretch;
  align-self: stretch; }

.small-order-1 {
  -ms-flex-order: 1;
  order: 1; }

.small-order-2 {
  -ms-flex-order: 2;
  order: 2; }

.small-order-3 {
  -ms-flex-order: 3;
  order: 3; }

.small-order-4 {
  -ms-flex-order: 4;
  order: 4; }

.small-order-5 {
  -ms-flex-order: 5;
  order: 5; }

.small-order-6 {
  -ms-flex-order: 6;
  order: 6; }

@media print, screen and (min-width: 40em) {
  .medium-order-1 {
    -ms-flex-order: 1;
    order: 1; }
  .medium-order-2 {
    -ms-flex-order: 2;
    order: 2; }
  .medium-order-3 {
    -ms-flex-order: 3;
    order: 3; }
  .medium-order-4 {
    -ms-flex-order: 4;
    order: 4; }
  .medium-order-5 {
    -ms-flex-order: 5;
    order: 5; }
  .medium-order-6 {
    -ms-flex-order: 6;
    order: 6; } }

@media print, screen and (min-width: 53.75em) {
  .large-order-1 {
    -ms-flex-order: 1;
    order: 1; }
  .large-order-2 {
    -ms-flex-order: 2;
    order: 2; }
  .large-order-3 {
    -ms-flex-order: 3;
    order: 3; }
  .large-order-4 {
    -ms-flex-order: 4;
    order: 4; }
  .large-order-5 {
    -ms-flex-order: 5;
    order: 5; }
  .large-order-6 {
    -ms-flex-order: 6;
    order: 6; } }

@media screen and (min-width: 64.0625em) {
  .xlarge-order-1 {
    -ms-flex-order: 1;
    order: 1; }
  .xlarge-order-2 {
    -ms-flex-order: 2;
    order: 2; }
  .xlarge-order-3 {
    -ms-flex-order: 3;
    order: 3; }
  .xlarge-order-4 {
    -ms-flex-order: 4;
    order: 4; }
  .xlarge-order-5 {
    -ms-flex-order: 5;
    order: 5; }
  .xlarge-order-6 {
    -ms-flex-order: 6;
    order: 6; } }

@media screen and (min-width: 75em) {
  .xxlarge-order-1 {
    -ms-flex-order: 1;
    order: 1; }
  .xxlarge-order-2 {
    -ms-flex-order: 2;
    order: 2; }
  .xxlarge-order-3 {
    -ms-flex-order: 3;
    order: 3; }
  .xxlarge-order-4 {
    -ms-flex-order: 4;
    order: 4; }
  .xxlarge-order-5 {
    -ms-flex-order: 5;
    order: 5; }
  .xxlarge-order-6 {
    -ms-flex-order: 6;
    order: 6; } }

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
.member-info__contact h4,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0; }

p {
  margin-bottom: 1rem;
  font-size: inherit;
  line-height: 1.6;
  text-rendering: optimizeLegibility; }

em,
i {
  font-style: italic;
  line-height: inherit; }

strong,
b {
  font-weight: bold;
  line-height: inherit; }

small {
  font-size: 80%;
  line-height: inherit; }

h1,
h2,
.member-info__contact h4,
h3,
h4,
h5,
h6 {
  font-family: "FrutigerLTPro-Roman", Helvetica, Roboto, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  color: inherit;
  text-rendering: optimizeLegibility; }
h1 small,
h2 small, .member-info__contact h4 small,
h3 small,
h4 small,
h5 small,
h6 small {
  line-height: 0;
  color: #f0f0f0; }

h1 {
  font-size: 1.5rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h2, .member-info__contact h4 {
  font-size: 1.375rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h3 {
  font-size: 1.25rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h4 {
  font-size: 1rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h5 {
  font-size: 1.0625rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h6 {
  font-size: 1rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

@media print, screen and (min-width: 40em) {
  h1 {
    font-size: 1.6875rem; }
  h2, .member-info__contact h4 {
    font-size: 1.5rem; }
  h3 {
    font-size: 1.375rem; }
  h4 {
    font-size: 1.125rem; }
  h5 {
    font-size: 1.25rem; }
  h6 {
    font-size: 1.125rem; } }

@media print, screen and (min-width: 53.75em) {
  h1 {
    font-size: 2.125rem; }
  h2, .member-info__contact h4 {
    font-size: 1.875rem; }
  h3 {
    font-size: 1.5rem; }
  h4 {
    font-size: 1.25rem; }
  h5 {
    font-size: 1.25rem; }
  h6 {
    font-size: 1.25rem; } }

@media screen and (min-width: 64.0625em) {
  h1 {
    font-size: 2.625rem; }
  h2, .member-info__contact h4 {
    font-size: 2.25rem; }
  h3 {
    font-size: 1.625rem; }
  h4 {
    font-size: 1.375rem; }
  h5 {
    font-size: 1.25rem; }
  h6 {
    font-size: 1.375rem; } }

@media screen and (min-width: 75em) {
  h1 {
    font-size: 3.5rem; }
  h2, .member-info__contact h4 {
    font-size: 2.5rem; }
  h3 {
    font-size: 1.75rem; }
  h4 {
    font-size: 1.625rem; }
  h5 {
    font-size: 1.25rem; }
  h6 {
    font-size: 1rem; } }

a {
  line-height: inherit;
  color: #283583;
  text-decoration: none;
  cursor: pointer; }
a:hover, a:focus {
  color: #222e71; }
a img {
  border: 0; }

hr {
  clear: both;
  max-width: 80rem;
  height: 0;
  margin: 1.25rem auto;
  border-top: 0;
  border-right: 0;
  border-bottom: 1px solid #f0f0f0;
  border-left: 0; }

ul,
ol,
dl {
  margin-bottom: 1rem;
  list-style-position: outside;
  line-height: 1.6; }

li {
  font-size: inherit; }

ul {
  margin-left: 1.25rem;
  list-style-type: disc; }

ol {
  margin-left: 1.25rem; }

ul ul, ol ul, ul ol, ol ol {
  margin-left: 1.25rem;
  margin-bottom: 0; }

dl {
  margin-bottom: 1rem; }
dl dt {
  margin-bottom: 0.3rem;
  font-weight: bold; }

blockquote {
  margin: 0 0 1rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #f0f0f0; }
blockquote, blockquote p {
  line-height: 1.6;
  color: #e7e7e7; }

cite {
  display: block;
  font-size: 0.8125rem;
  color: #e7e7e7; }
cite:before {
  content: "— "; }

abbr {
  border-bottom: 1px dotted #000000;
  color: #000000;
  cursor: help; }

figure {
  margin: 0; }

code {
  padding: 0.125rem 0.3125rem 0.0625rem;
  border: 1px solid #f0f0f0;
  background-color: #fcfcfc;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #000000; }

kbd {
  margin: 0;
  padding: 0.125rem 0.25rem 0;
  background-color: #fcfcfc;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  color: #000000; }

.subheader {
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  font-weight: normal;
  line-height: 1.4;
  color: #e7e7e7; }

.lead {
  font-size: 125%;
  line-height: 1.6; }

.stat {
  font-size: 2.5rem;
  line-height: 1; }
p + .stat {
  margin-top: -1rem; }

.no-bullet {
  margin-left: 0;
  list-style: none; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.text-center {
  text-align: center; }

.text-justify {
  text-align: justify; }

@media print, screen and (min-width: 40em) {
  .medium-text-left {
    text-align: left; }
  .medium-text-right {
    text-align: right; }
  .medium-text-center {
    text-align: center; }
  .medium-text-justify {
    text-align: justify; } }

@media print, screen and (min-width: 53.75em) {
  .large-text-left {
    text-align: left; }
  .large-text-right {
    text-align: right; }
  .large-text-center {
    text-align: center; }
  .large-text-justify {
    text-align: justify; } }

@media screen and (min-width: 64.0625em) {
  .xlarge-text-left {
    text-align: left; }
  .xlarge-text-right {
    text-align: right; }
  .xlarge-text-center {
    text-align: center; }
  .xlarge-text-justify {
    text-align: justify; } }

@media screen and (min-width: 75em) {
  .xxlarge-text-left {
    text-align: left; }
  .xxlarge-text-right {
    text-align: right; }
  .xxlarge-text-center {
    text-align: center; }
  .xxlarge-text-justify {
    text-align: justify; } }

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

@media print {
  * {
    background: transparent !important;
    box-shadow: none !important;
    color: black !important;
    text-shadow: none !important; }
  .show-for-print {
    display: block !important; }
  .hide-for-print {
    display: none !important; }
  table.show-for-print {
    display: table !important; }
  thead.show-for-print {
    display: table-header-group !important; }
  tbody.show-for-print {
    display: table-row-group !important; }
  tr.show-for-print {
    display: table-row !important; }
  td.show-for-print {
    display: table-cell !important; }
  th.show-for-print {
    display: table-cell !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  .ir a:after,
  a[href^='javascript:']:after,
  a[href^='#']:after {
    content: ''; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  pre,
  blockquote {
    border: 1px solid #e7e7e7;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.5cm; }
  p,
  h2,
  .member-info__contact h4,
  h3 {
    orphans: 3;
    widows: 3; }
  h2, .member-info__contact h4,
  h3 {
    page-break-after: avoid; } }

[type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'],
textarea {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  border: 1px solid #f0f0f0;
  border-radius: 0;
  background-color: #ffffff;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  color: #000000;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }
[type='text']:focus, [type='password']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='week']:focus, [type='email']:focus, [type='number']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='url']:focus, [type='color']:focus,
textarea:focus {
  outline: none;
  border: 1px solid #e7e7e7;
  background-color: #ffffff;
  box-shadow: 0 0 5px #f0f0f0;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out; }

textarea {
  max-width: 100%; }
textarea[rows] {
  height: auto; }

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #f0f0f0; }

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #f0f0f0; }

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #f0f0f0; }

input::placeholder,
textarea::placeholder {
  color: #f0f0f0; }

input:disabled, input[readonly],
textarea:disabled,
textarea[readonly] {
  background-color: #fcfcfc;
  cursor: not-allowed; }

[type='submit'],
[type='button'] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0; }

input[type='search'] {
  box-sizing: border-box; }

[type='file'],
[type='checkbox'],
[type='radio'] {
  margin: 0 0 1rem; }

[type='checkbox'] + label,
[type='radio'] + label {
  display: inline-block;
  vertical-align: baseline;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0; }
[type='checkbox'] + label[for],
[type='radio'] + label[for] {
  cursor: pointer; }

label > [type='checkbox'],
label > [type='radio'] {
  margin-right: 0.5rem; }

[type='file'] {
  width: 100%; }

label {
  display: block;
  margin: 0;
  font-size: inherit;
  font-weight: normal;
  line-height: 1.8;
  color: #000000; }
label.middle {
  margin: 0 0 1rem;
  padding: 0.5625rem 0; }

.help-text {
  margin-top: -0.5rem;
  font-size: 0.8125rem;
  font-style: italic;
  color: #000000; }

.input-group {
  display: table;
  width: 100%;
  margin-bottom: 1rem; }
.input-group > :first-child {
  border-radius: 0 0 0 0; }
.input-group > :last-child > * {
  border-radius: 0 0 0 0; }

.input-group-label, .input-group-field, .input-group-button, .input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label {
  margin: 0;
  white-space: nowrap;
  display: table-cell;
  vertical-align: middle; }

.input-group-label {
  padding: 0 1rem;
  border: 1px solid #f0f0f0;
  background: #fcfcfc;
  color: #000000;
  text-align: center;
  white-space: nowrap;
  width: 1%;
  height: 100%; }
.input-group-label:first-child {
  border-right: 0; }
.input-group-label:last-child {
  border-left: 0; }

.input-group-field {
  border-radius: 0;
  height: 2.5rem; }

.input-group-button {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  width: 1%;
  height: 100%; }
.input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label {
  height: 2.5rem;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 1rem; }

.input-group .input-group-button {
  display: table-cell; }

fieldset {
  margin: 0;
  padding: 0;
  border: 0; }

legend {
  max-width: 100%;
  margin-bottom: 0.5rem; }

.fieldset {
  margin: 1.125rem 0;
  padding: 1.25rem;
  border: 1px solid #f0f0f0; }
.fieldset legend {
  margin: 0;
  margin-left: -0.1875rem;
  padding: 0 0.1875rem;
  background: #dddee3; }

select {
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #f0f0f0;
  border-radius: 0;
  background-color: #ffffff;
  font-family: inherit;
  font-size: 1rem;
  line-height: normal;
  color: #000000;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%28231, 231, 231%29'></polygon></svg>");
  background-origin: content-box;
  background-position: right -1rem center;
  background-repeat: no-repeat;
  background-size: 9px 6px;
  padding-right: 1.5rem;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out; }
@media screen and (min-width: 0\0) {
  select {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAMBJREFUeNrEllsOhCAMRVszC9IlzU7KCmVHTJsoMWYMUtpyv9BgbuXQB5ZSdgBYYY4ycgBivk8KYFsQMfMiTTBP4o3nUzCKzOabLJbLy2/g31evGkAginR4/ZegKH5qX3bJCscA3t0x3kgO5tQFyhhFf50xRqFLbyMUNJQzgyjGS/wgCpvKqkRBpuWrE4V9d+1E4dPUXqIg107SQOE/2DRQxMwTDygIInVDET9T3lCoj/6j/VCmGjZOl2lKpZ8AAwDQP7zIimDGFQAAAABJRU5ErkJggg=="); } }
select:focus {
  outline: none;
  border: 1px solid #e7e7e7;
  background-color: #ffffff;
  box-shadow: 0 0 5px #f0f0f0;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out; }
select:disabled {
  background-color: #fcfcfc;
  cursor: not-allowed; }
select::-ms-expand {
  display: none; }
select[multiple] {
  height: auto;
  background-image: none; }

.is-invalid-input:not(:focus) {
  border-color: #cc4b37;
  background-color: #faedeb; }
.is-invalid-input:not(:focus)::-webkit-input-placeholder {
  color: #cc4b37; }
.is-invalid-input:not(:focus)::-moz-placeholder {
  color: #cc4b37; }
.is-invalid-input:not(:focus):-ms-input-placeholder {
  color: #cc4b37; }
.is-invalid-input:not(:focus)::placeholder {
  color: #cc4b37; }

.is-invalid-label {
  color: #cc4b37; }

.form-error {
  display: none;
  margin-top: -0.5rem;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: bold;
  color: #cc4b37; }
.form-error.is-visible {
  display: block; }

.button {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  padding: 0.85em 1em;
  -webkit-appearance: none;
  border: 1px solid transparent;
  border-radius: 0;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-size: 0.9rem;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  background-color: #283583;
  color: #ffffff; }
[data-whatinput='mouse'] .button {
  outline: 0; }
.button:hover, .button:focus {
  background-color: #222d6f;
  color: #ffffff; }
.button.tiny {
  font-size: 0.6rem; }
.button.small, .button.icon-block.icon-block--country, .button.slider-nav--country, .button.photo-gallery__copyright {
  font-size: 0.75rem; }
.button.large, .pagination-button .button.svg-icon, .button.close-button, .photo-gallery__thumb .button.svg-icon, .button.photo-gallery__gallery-container {
  font-size: 1.25rem; }
.button.expanded {
  display: block;
  width: 100%;
  margin-right: 0;
  margin-left: 0; }
.button.primary {
  background-color: #283583;
  color: #ffffff; }
.button.primary:hover, .button.primary:focus {
  background-color: #202a69;
  color: #ffffff; }
.button.secondary {
  background-color: #ffd500;
  color: #000000; }
.button.secondary:hover, .button.secondary:focus {
  background-color: #ccaa00;
  color: #000000; }
.button.success {
  background-color: #3adb76;
  color: #000000; }
.button.success:hover, .button.success:focus {
  background-color: #22bb5b;
  color: #000000; }
.button.warning {
  background-color: #ffae00;
  color: #000000; }
.button.warning:hover, .button.warning:focus {
  background-color: #cc8b00;
  color: #000000; }
.button.alert {
  background-color: #cc4b37;
  color: #000000; }
.button.alert:hover, .button.alert:focus {
  background-color: #a53b2a;
  color: #000000; }
.button.hollow {
  border: 1px solid #283583;
  color: #283583; }
.button.hollow, .button.hollow:hover, .button.hollow:focus {
  background-color: transparent; }
.button.hollow:hover, .button.hollow:focus {
  border-color: #141b42;
  color: #141b42; }
.button.hollow.primary {
  border: 1px solid #283583;
  color: #283583; }
.button.hollow.primary:hover, .button.hollow.primary:focus {
  border-color: #141b42;
  color: #141b42; }
.button.hollow.secondary {
  border: 1px solid #ffd500;
  color: #ffd500; }
.button.hollow.secondary:hover, .button.hollow.secondary:focus {
  border-color: #806b00;
  color: #806b00; }
.button.hollow.success {
  border: 1px solid #3adb76;
  color: #3adb76; }
.button.hollow.success:hover, .button.hollow.success:focus {
  border-color: #157539;
  color: #157539; }
.button.hollow.warning {
  border: 1px solid #ffae00;
  color: #ffae00; }
.button.hollow.warning:hover, .button.hollow.warning:focus {
  border-color: #805700;
  color: #805700; }
.button.hollow.alert {
  border: 1px solid #cc4b37;
  color: #cc4b37; }
.button.hollow.alert:hover, .button.hollow.alert:focus {
  border-color: #67251a;
  color: #67251a; }
.button.disabled, .button[disabled] {
  opacity: 0.25;
  cursor: not-allowed; }
.button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
  background-color: #283583;
  color: #ffffff; }
.button.disabled.primary, .button[disabled].primary {
  opacity: 0.25;
  cursor: not-allowed; }
.button.disabled.primary:hover, .button.disabled.primary:focus, .button[disabled].primary:hover, .button[disabled].primary:focus {
  background-color: #283583;
  color: #ffffff; }
.button.disabled.secondary, .button[disabled].secondary {
  opacity: 0.25;
  cursor: not-allowed; }
.button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
  background-color: #ffd500;
  color: #ffffff; }
.button.disabled.success, .button[disabled].success {
  opacity: 0.25;
  cursor: not-allowed; }
.button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
  background-color: #3adb76;
  color: #ffffff; }
.button.disabled.warning, .button[disabled].warning {
  opacity: 0.25;
  cursor: not-allowed; }
.button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning:hover, .button[disabled].warning:focus {
  background-color: #ffae00;
  color: #ffffff; }
.button.disabled.alert, .button[disabled].alert {
  opacity: 0.25;
  cursor: not-allowed; }
.button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
  background-color: #cc4b37;
  color: #ffffff; }
.button.dropdown::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.4em;
  content: '';
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #ffffff transparent transparent;
  position: relative;
  top: 0.4em;
  display: inline-block;
  float: right;
  margin-left: 1em; }
.button.arrow-only::after {
  top: -0.1em;
  float: none;
  margin-left: 0; }

.accordion {
  margin-left: 0;
  background: #ffffff;
  list-style-type: none; }

.accordion-item:first-child > :first-child {
  border-radius: 0 0 0 0; }

.accordion-item:last-child > :last-child {
  border-radius: 0 0 0 0; }

.accordion-title {
  position: relative;
  display: block;
  padding: 1.25rem 1rem;
  border: 1px solid #fcfcfc;
  border-bottom: 0;
  font-size: 0.75rem;
  line-height: 1;
  color: #283583; }
:last-child:not(.is-active) > .accordion-title {
  border-bottom: 1px solid #fcfcfc;
  border-radius: 0 0 0 0; }
.accordion-title:hover, .accordion-title:focus {
  background-color: #fcfcfc; }
.accordion-title::before {
  position: absolute;
  top: 50%;
  right: 1rem;
  margin-top: -0.5rem;
  content: '+'; }
.is-active > .accordion-title::before {
  content: '–'; }

.accordion-content {
  display: none;
  padding: 1rem;
  border: 1px solid #fcfcfc;
  border-bottom: 0;
  background-color: #ffffff;
  color: #000000; }
:last-child > .accordion-content:last-child {
  border-bottom: 1px solid #fcfcfc; }

.close-button {
  position: absolute;
  color: #e7e7e7;
  cursor: pointer; }
[data-whatinput='mouse'] .close-button {
  outline: 0; }
.close-button:hover, .close-button:focus {
  color: #000000; }
.close-button.small, .close-button.icon-block.icon-block--country, .close-button.slider-nav--country, .close-button.photo-gallery__copyright {
  right: 0.66rem;
  top: 0.33em;
  font-size: 1.5em;
  line-height: 1; }
.close-button, .close-button.medium, .accordion-full-width.accordion-full-width-v2 .close-button.accordion-title, .accordion-full-width.accordion-full-width-v2 .content-row .close-button.main-col, .responsive-accordion-tabs .tabs.vertical .tabs-title > a.close-button, .close-button.info-list, .close-button.nav-teaser-events__content, .close-button.dropdown-pane, .close-button.searchbar__input, .close-button.eu4energy-footer__label {
  right: 1rem;
  top: 0.5rem;
  font-size: 2em;
  line-height: 1; }

.menu {
  margin: 0;
  list-style-type: none; }
.menu > li {
  display: table-cell;
  vertical-align: middle; }
[data-whatinput='mouse'] .menu > li {
  outline: 0; }
.menu > li > a {
  display: block;
  padding: 0.7rem 1rem;
  line-height: 1; }
.menu input,
.menu select,
.menu a,
.menu button {
  margin-bottom: 0; }
.menu > li > a img,
.menu > li > a i,
.menu > li > a svg {
  vertical-align: middle; }
.menu > li > a img + span,
.menu > li > a i + span,
.menu > li > a svg + span {
  vertical-align: middle; }
.menu > li > a img,
.menu > li > a i,
.menu > li > a svg {
  margin-right: 0.25rem;
  display: inline-block; }
.menu > li, .menu.horizontal > li {
  display: table-cell; }
.menu.expanded {
  display: table;
  width: 100%;
  table-layout: fixed; }
.menu.expanded > li:first-child:last-child {
  width: 100%; }
.menu.vertical > li {
  display: block; }
@media print, screen and (min-width: 40em) {
  .menu.medium-horizontal > li {
    display: table-cell; }
  .menu.medium-expanded {
    display: table;
    width: 100%;
    table-layout: fixed; }
  .menu.medium-expanded > li:first-child:last-child {
    width: 100%; }
  .menu.medium-vertical > li {
    display: block; } }
@media print, screen and (min-width: 53.75em) {
  .menu.large-horizontal > li {
    display: table-cell; }
  .menu.large-expanded {
    display: table;
    width: 100%;
    table-layout: fixed; }
  .menu.large-expanded > li:first-child:last-child {
    width: 100%; }
  .menu.large-vertical > li {
    display: block; } }
@media screen and (min-width: 64.0625em) {
  .menu.xlarge-horizontal > li {
    display: table-cell; }
  .menu.xlarge-expanded {
    display: table;
    width: 100%;
    table-layout: fixed; }
  .menu.xlarge-expanded > li:first-child:last-child {
    width: 100%; }
  .menu.xlarge-vertical > li {
    display: block; } }
@media screen and (min-width: 75em) {
  .menu.xxlarge-horizontal > li {
    display: table-cell; }
  .menu.xxlarge-expanded {
    display: table;
    width: 100%;
    table-layout: fixed; }
  .menu.xxlarge-expanded > li:first-child:last-child {
    width: 100%; }
  .menu.xxlarge-vertical > li {
    display: block; } }
.menu.simple li {
  display: inline-block;
  margin-right: 1rem;
  line-height: 1; }
.menu.simple a {
  padding: 0; }
.menu.align-right::before, .menu.align-right::after {
  display: table;
  content: ' '; }
.menu.align-right::after {
  clear: both; }
.menu.align-right > li {
  float: right; }
.menu.icon-top > li > a {
  text-align: center; }
.menu.icon-top > li > a img,
.menu.icon-top > li > a i,
.menu.icon-top > li > a svg {
  display: block;
  margin: 0 auto 0.25rem; }
.menu.icon-top.vertical a > span {
  margin: auto; }
.menu.nested {
  margin-left: 1rem; }
.menu .active > a {
  background: #283583;
  color: #ffffff; }
.menu.menu-bordered li {
  border: 1px solid #fcfcfc; }
.menu.menu-bordered li:not(:first-child) {
  border-top: 0; }
.menu.menu-hover li:hover {
  background-color: #fcfcfc; }

.menu-text {
  padding-top: 0;
  padding-bottom: 0;
  padding: 0.7rem 1rem;
  font-weight: bold;
  line-height: 1;
  color: inherit; }

.menu-centered {
  text-align: center; }
.menu-centered > .menu {
  display: inline-block; }

.no-js [data-responsive-menu] ul {
  display: none; }

.dropdown-pane {
  position: absolute;
  z-index: 10;
  display: block;
  width: auto;
  padding: 1.875rem 0.9375rem 1.875rem 2rem;
  visibility: hidden;
  border: 0;
  border-radius: 0;
  background-color: #dddee3;
  font-size: 1rem; }
.dropdown-pane.is-open {
  visibility: visible; }

.dropdown-pane.tiny {
  width: 100px; }

.dropdown-pane.small, .dropdown-pane.icon-block.icon-block--country, .dropdown-pane.slider-nav--country, .dropdown-pane.photo-gallery__copyright {
  width: 200px; }

.dropdown-pane.large, .pagination-button .dropdown-pane.svg-icon, .dropdown-pane.close-button, .photo-gallery__thumb .dropdown-pane.svg-icon, .dropdown-pane.photo-gallery__gallery-container {
  width: 400px; }

.label {
  display: inline-block;
  padding: 0.5625rem 0.625rem 0.4375rem;
  border-radius: 0.2rem;
  font-size: inherit;
  line-height: 1;
  white-space: nowrap;
  cursor: default;
  background: #283583;
  color: #ffffff; }
.label.primary {
  background: #283583;
  color: #ffffff; }
.label.secondary {
  background: #ffd500;
  color: #000000; }
.label.success {
  background: #3adb76;
  color: #000000; }
.label.warning {
  background: #ffae00;
  color: #000000; }
.label.alert {
  background: #cc4b37;
  color: #000000; }

.is-off-canvas-open {
  overflow: hidden; }

.js-off-canvas-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: opacity 0.5s ease, visibility 0.5s ease;
  background: rgba(255, 255, 255, 0.25);
  opacity: 0;
  visibility: hidden;
  overflow: hidden; }
.js-off-canvas-overlay.is-visible {
  opacity: 1;
  visibility: visible; }
.js-off-canvas-overlay.is-closable {
  cursor: pointer; }
.js-off-canvas-overlay.is-overlay-absolute {
  position: absolute; }
.js-off-canvas-overlay.is-overlay-fixed {
  position: fixed; }

.off-canvas-wrapper {
  position: relative;
  overflow: hidden; }

.off-canvas {
  position: fixed;
  z-index: 1;
  transition: transform 0.5s ease;
  backface-visibility: hidden;
  background: #fcfcfc; }
[data-whatinput='mouse'] .off-canvas {
  outline: 0; }
.off-canvas.is-transition-overlap {
  z-index: 10; }
.off-canvas.is-transition-overlap.is-open {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.7); }
.off-canvas.is-open {
  transform: translate(0, 0); }

.off-canvas-absolute {
  position: absolute;
  z-index: 1;
  transition: transform 0.5s ease;
  backface-visibility: hidden;
  background: #fcfcfc; }
[data-whatinput='mouse'] .off-canvas-absolute {
  outline: 0; }
.off-canvas-absolute.is-transition-overlap {
  z-index: 10; }
.off-canvas-absolute.is-transition-overlap.is-open {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.7); }
.off-canvas-absolute.is-open {
  transform: translate(0, 0); }

.position-left {
  top: 0;
  left: 0;
  width: 250px;
  height: 100%;
  transform: translateX(-250px);
  overflow-y: auto; }
.position-left.is-open ~ .off-canvas-content {
  transform: translateX(250px); }
.position-left.is-transition-push::after {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 1px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
  content: " "; }
.position-left.is-transition-overlap.is-open ~ .off-canvas-content {
  transform: none; }

.position-right {
  top: 0;
  right: 0;
  width: 250px;
  height: 100%;
  transform: translateX(250px);
  overflow-y: auto; }
.position-right.is-open ~ .off-canvas-content {
  transform: translateX(-250px); }
.position-right.is-transition-push::after {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 1px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
  content: " "; }
.position-right.is-transition-overlap.is-open ~ .off-canvas-content {
  transform: none; }

.position-top {
  top: 0;
  left: 0;
  width: 100%;
  height: 250px;
  transform: translateY(-250px);
  overflow-x: auto; }
.position-top.is-open ~ .off-canvas-content {
  transform: translateY(250px); }
.position-top.is-transition-push::after {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 100%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
  content: " "; }
.position-top.is-transition-overlap.is-open ~ .off-canvas-content {
  transform: none; }

.position-bottom {
  bottom: 0;
  left: 0;
  width: 100%;
  height: 250px;
  transform: translateY(250px);
  overflow-x: auto; }
.position-bottom.is-open ~ .off-canvas-content {
  transform: translateY(-250px); }
.position-bottom.is-transition-push::after {
  position: absolute;
  top: 0;
  left: 0;
  height: 1px;
  width: 100%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
  content: " "; }
.position-bottom.is-transition-overlap.is-open ~ .off-canvas-content {
  transform: none; }

.off-canvas-content {
  transition: transform 0.5s ease;
  backface-visibility: hidden; }

@media print, screen and (min-width: 40em) {
  .position-left.reveal-for-medium {
    transform: none;
    z-index: 1; }
  .position-left.reveal-for-medium ~ .off-canvas-content {
    margin-left: 250px; }
  .position-right.reveal-for-medium {
    transform: none;
    z-index: 1; }
  .position-right.reveal-for-medium ~ .off-canvas-content {
    margin-right: 250px; }
  .position-top.reveal-for-medium {
    transform: none;
    z-index: 1; }
  .position-top.reveal-for-medium ~ .off-canvas-content {
    margin-top: 250px; }
  .position-bottom.reveal-for-medium {
    transform: none;
    z-index: 1; }
  .position-bottom.reveal-for-medium ~ .off-canvas-content {
    margin-bottom: 250px; } }

@media print, screen and (min-width: 53.75em) {
  .position-left.reveal-for-large {
    transform: none;
    z-index: 1; }
  .position-left.reveal-for-large ~ .off-canvas-content {
    margin-left: 250px; }
  .position-right.reveal-for-large {
    transform: none;
    z-index: 1; }
  .position-right.reveal-for-large ~ .off-canvas-content {
    margin-right: 250px; }
  .position-top.reveal-for-large {
    transform: none;
    z-index: 1; }
  .position-top.reveal-for-large ~ .off-canvas-content {
    margin-top: 250px; }
  .position-bottom.reveal-for-large {
    transform: none;
    z-index: 1; }
  .position-bottom.reveal-for-large ~ .off-canvas-content {
    margin-bottom: 250px; } }

@media screen and (min-width: 64.0625em) {
  .position-left.reveal-for-xlarge {
    transform: none;
    z-index: 1; }
  .position-left.reveal-for-xlarge ~ .off-canvas-content {
    margin-left: 250px; }
  .position-right.reveal-for-xlarge {
    transform: none;
    z-index: 1; }
  .position-right.reveal-for-xlarge ~ .off-canvas-content {
    margin-right: 250px; }
  .position-top.reveal-for-xlarge {
    transform: none;
    z-index: 1; }
  .position-top.reveal-for-xlarge ~ .off-canvas-content {
    margin-top: 250px; }
  .position-bottom.reveal-for-xlarge {
    transform: none;
    z-index: 1; }
  .position-bottom.reveal-for-xlarge ~ .off-canvas-content {
    margin-bottom: 250px; } }

@media screen and (min-width: 75em) {
  .position-left.reveal-for-xxlarge {
    transform: none;
    z-index: 1; }
  .position-left.reveal-for-xxlarge ~ .off-canvas-content {
    margin-left: 250px; }
  .position-right.reveal-for-xxlarge {
    transform: none;
    z-index: 1; }
  .position-right.reveal-for-xxlarge ~ .off-canvas-content {
    margin-right: 250px; }
  .position-top.reveal-for-xxlarge {
    transform: none;
    z-index: 1; }
  .position-top.reveal-for-xxlarge ~ .off-canvas-content {
    margin-top: 250px; }
  .position-bottom.reveal-for-xxlarge {
    transform: none;
    z-index: 1; }
  .position-bottom.reveal-for-xxlarge ~ .off-canvas-content {
    margin-bottom: 250px; } }

.pagination {
  margin-left: 0;
  margin-bottom: 1rem; }
.pagination::before, .pagination::after {
  display: table;
  content: ' '; }
.pagination::after {
  clear: both; }
.pagination li {
  margin-right: 0;
  border-radius: 0;
  font-size: 1.125rem;
  display: none; }
.pagination li:last-child, .pagination li:first-child {
  display: inline-block !important; }
@media print, screen and (min-width: 40em) {
  .pagination li {
    display: inline-block; } }
.pagination a,
.pagination button {
  display: block;
  padding: 0;
  border-radius: 0;
  color: #000000; }
.pagination a:hover,
.pagination button:hover {
  background: #ffffff; }
.pagination .current {
  padding: 0;
  background: #283583;
  color: #ffffff;
  cursor: default; }
.pagination .disabled {
  padding: 0;
  color: #f0f0f0;
  cursor: not-allowed; }
.pagination .disabled:hover {
  background: transparent; }
.pagination .ellipsis::after {
  padding: 0;
  content: '\2026';
  color: #000000; }

.pagination-previous a::before,
.pagination-previous.disabled::before {
  display: inline-block;
  margin-right: 0.5rem;
  content: '\00ab'; }

.pagination-next a::after,
.pagination-next.disabled::after {
  display: inline-block;
  margin-left: 0.5rem;
  content: '\00bb'; }

body.is-reveal-open {
  overflow: hidden; }

html.is-reveal-open,
html.is-reveal-open body {
  min-height: 100%;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.reveal-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1005;
  display: none;
  background-color: rgba(40, 53, 131, 0.15);
  overflow-y: scroll; }

.reveal {
  z-index: 1006;
  backface-visibility: hidden;
  display: none;
  padding: 1rem;
  border: none;
  border-radius: 0;
  background-color: #ffffff;
  position: relative;
  top: 100px;
  margin-right: auto;
  margin-left: auto;
  overflow-y: auto; }
[data-whatinput='mouse'] .reveal {
  outline: 0; }
@media print, screen and (min-width: 40em) {
  .reveal {
    min-height: 0; } }
.reveal .column, .reveal .columns, .reveal .responsive-accordion-tabs .tabs.vertical, .responsive-accordion-tabs .reveal .tabs.vertical, .reveal .responsive-accordion-tabs .tabs.vertical + .tabs-content, .responsive-accordion-tabs .reveal .tabs.vertical + .tabs-content,
.reveal .columns {
  min-width: 0; }
.reveal > :last-child {
  margin-bottom: 0; }
@media print, screen and (min-width: 40em) {
  .reveal {
    width: 600px;
    max-width: 80rem; } }
@media print, screen and (min-width: 40em) {
  .reveal .reveal {
    right: auto;
    left: auto;
    margin: 0 auto; } }
.reveal.collapse {
  padding: 0; }
@media print, screen and (min-width: 40em) {
  .reveal.tiny {
    width: 30%;
    max-width: 80rem; } }
@media print, screen and (min-width: 40em) {
  .reveal.small, .reveal.icon-block.icon-block--country, .reveal.slider-nav--country, .reveal.photo-gallery__copyright {
    width: 50%;
    max-width: 80rem; } }
@media print, screen and (min-width: 40em) {
  .reveal.large, .pagination-button .reveal.svg-icon, .reveal.close-button, .photo-gallery__thumb .reveal.svg-icon, .reveal.photo-gallery__gallery-container {
    width: 90%;
    max-width: 80rem; } }
.reveal.full {
  top: 0;
  left: 0;
  width: 100%;
  max-width: none;
  height: 100%;
  height: 100vh;
  min-height: 100vh;
  margin-left: 0;
  border: 0;
  border-radius: 0; }
@media screen and (max-width: 39.9375em) {
  .reveal {
    top: 0;
    left: 0;
    width: 100%;
    max-width: none;
    height: 100%;
    height: 100vh;
    min-height: 100vh;
    margin-left: 0;
    border: 0;
    border-radius: 0; } }
.reveal.without-overlay {
  position: fixed; }

table {
  width: 100%;
  margin-bottom: 1rem;
  border-radius: 0; }
table thead,
table tbody,
table tfoot {
  border: 1px solid #e7e7e7;
  background-color: #ffffff; }
table caption {
  padding: 1.25rem 1.25rem;
  font-weight: bold; }
table thead {
  background: #283583;
  color: #ffffff; }
table tfoot {
  background: #f2f2f2;
  color: #000000; }
table thead tr,
table tfoot tr {
  background: transparent; }
table thead th,
table thead td,
table tfoot th,
table tfoot td {
  padding: 1.25rem 1.25rem;
  font-weight: bold;
  text-align: left; }
table tbody th,
table tbody td {
  padding: 1.25rem 1.25rem; }
table tbody tr {
  border-bottom: 0;
  border-bottom: 1px solid #e7e7e7;
  background-color: #ffffff; }
table.striped tbody tr:nth-child(even) {
  border-bottom: 0;
  background-color: #f2f2f2; }

@media screen and (max-width: 53.6875em) {
  table.stack thead {
    display: none; }
  table.stack tfoot {
    display: none; }
  table.stack tr,
  table.stack th,
  table.stack td {
    display: block; }
  table.stack td {
    border-top: 0; } }

table.scroll {
  display: block;
  width: 100%;
  overflow-x: auto; }

table.hover thead tr:hover {
  background-color: #26327b; }

table.hover tfoot tr:hover {
  background-color: #ededed; }

table.hover tbody tr:hover {
  background-color: #fafafa; }

table.hover.striped tr:nth-of-type(even):hover {
  background-color: #ededed; }

.table-scroll {
  overflow-x: auto; }
.table-scroll table {
  width: auto; }

.tabs {
  margin: 0;
  border: 1px solid #fcfcfc;
  background: #ffffff;
  list-style-type: none; }
.tabs::before, .tabs::after {
  display: table;
  content: ' '; }
.tabs::after {
  clear: both; }

.tabs.vertical > li {
  display: block;
  float: none;
  width: auto; }

.tabs.simple > li > a {
  padding: 0; }
.tabs.simple > li > a:hover {
  background: transparent; }

.tabs.primary {
  background: #283583; }
.tabs.primary > li > a {
  color: #ffffff; }
.tabs.primary > li > a:hover, .tabs.primary > li > a:focus {
  background: #2c3a90; }

.tabs-title {
  float: left; }
.tabs-title > a {
  display: block;
  padding: 1.25rem 1.5rem;
  font-size: 0.75rem;
  line-height: 1;
  color: #283583; }
.tabs-title > a:hover {
  background: #ffffff;
  color: #222e71; }
.tabs-title > a:focus, .tabs-title > a[aria-selected='true'] {
  background: #fcfcfc;
  color: #283583; }

.tabs-content {
  border: 1px solid #fcfcfc;
  border-top: 0;
  background: #ffffff;
  color: #000000;
  transition: all 0.5s ease; }

.tabs-content.vertical {
  border: 1px solid #fcfcfc;
  border-left: 0; }

.tabs-panel {
  display: none;
  padding: 1rem; }
.tabs-panel[aria-hidden="false"] {
  display: block; }

.hide {
  display: none !important; }

.invisible {
  visibility: hidden; }

@media screen and (max-width: 39.9375em) {
  .hide-for-small-only {
    display: none !important; } }

@media screen and (max-width: 0em), screen and (min-width: 40em) {
  .show-for-small-only {
    display: none !important; } }

@media print, screen and (min-width: 40em) {
  .hide-for-medium {
    display: none !important; } }

@media screen and (max-width: 39.9375em) {
  .show-for-medium {
    display: none !important; } }

@media screen and (min-width: 40em) and (max-width: 53.6875em) {
  .hide-for-medium-only {
    display: none !important; } }

@media screen and (max-width: 39.9375em), screen and (min-width: 53.75em) {
  .show-for-medium-only {
    display: none !important; } }

@media print, screen and (min-width: 53.75em) {
  .hide-for-large {
    display: none !important; } }

@media screen and (max-width: 53.6875em) {
  .show-for-large {
    display: none !important; } }

@media screen and (min-width: 53.75em) and (max-width: 64em) {
  .hide-for-large-only {
    display: none !important; } }

@media screen and (max-width: 53.6875em), screen and (min-width: 64.0625em) {
  .show-for-large-only {
    display: none !important; } }

@media screen and (min-width: 64.0625em) {
  .hide-for-xlarge {
    display: none !important; } }

@media screen and (max-width: 64em) {
  .show-for-xlarge {
    display: none !important; } }

@media screen and (min-width: 64.0625em) and (max-width: 74.9375em) {
  .hide-for-xlarge-only {
    display: none !important; } }

@media screen and (max-width: 64em), screen and (min-width: 75em) {
  .show-for-xlarge-only {
    display: none !important; } }

@media screen and (min-width: 75em) {
  .hide-for-xxlarge {
    display: none !important; } }

@media screen and (max-width: 74.9375em) {
  .show-for-xxlarge {
    display: none !important; } }

@media screen and (min-width: 75em) {
  .hide-for-xxlarge-only {
    display: none !important; } }

@media screen and (max-width: 74.9375em) {
  .show-for-xxlarge-only {
    display: none !important; } }

.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0); }

.show-on-focus:active, .show-on-focus:focus {
  position: static !important;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto; }

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

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

.float-left {
  float: left !important; }

.float-right {
  float: right !important; }

.float-center {
  display: block;
  margin-right: auto;
  margin-left: auto; }

.clearfix::before, .responsive-accordion-tabs::before, .item-list--2col::before, .slider-nav::before, .news__scope ul::before, .pagination__container::before, .member-info__map::before, .clearfix::after, .responsive-accordion-tabs::after, .item-list--2col::after, .slider-nav::after, .news__scope ul::after, .pagination__container::after, .member-info__map::after {
  display: table;
  content: ' '; }

.clearfix::after, .responsive-accordion-tabs::after, .item-list--2col::after, .slider-nav::after, .news__scope ul::after, .pagination__container::after, .member-info__map::after {
  clear: both; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

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

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

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

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

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

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

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

/* Icons */
@font-face {
  font-family: "slick";
  src: url("../fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent; }
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1; }
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25; }
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

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

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

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

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

.jalendar-input {
  position: relative;
  width: 280px;
  display: inline-block; }

.jalendar-input input {
  padding: 8px 12px;
  width: 100%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box; }

.jalendar-input input.selected + .jalendar {
  opacity: 1;
  visibility: visible;
  z-index: 999999; }

.jalendar-input .jalendar {
  transition: all 0.2s;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: 0;
  top: 34px; }

.jalendar {
  position: relative;
  width: 280px;
  margin: 10px auto;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  display: inline-block; }

.jalendar .clear {
  clear: both; }

.jalendar .left {
  float: left; }

.jalendar .added-event {
  display: none; }

.jalendar .jalendar-container {
  display: inline-block;
  width: 100%; }

.jalendar .jalendar-container .jalendar-pages {
  position: relative;
  border-radius: 3px;
  display: inline-block;
  width: 100%;
  padding: 20px;
  background-color: #207cd1;
  background: -o-linear-gradient(top, #207cd1, #33c1ea);
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  transition: all 1s cubic-bezier(0.45, 0.24, 0.36, 1.31);
  /* inside .jalendar-pages */ }

.jalendar .jalendar-container .jalendar-pages > .header {
  text-align: center;
  position: relative;
  overflow: hidden;
  padding: 0;
  background-color: transparent !important; }

.jalendar .jalendar-container .jalendar-pages > .header h1 {
  margin: 10px 0 30px 0;
  padding: 0;
  display: inline-block;
  font: 700 16px "Open Sans", Arial, Helvetica, Geneva, sans-serif;
  text-transform: uppercase;
  color: #fff;
  position: relative;
  border: none;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(0, 0, 0, 0.05); }

.jalendar .jalendar-container .jalendar-pages > .header h2, .jalendar .jalendar-container .jalendar-pages > .header .member-info__contact h4, .member-info__contact .jalendar .jalendar-container .jalendar-pages > .header h4 {
  display: inline-block;
  width: 14%;
  padding: 0;
  text-indent: 1px;
  text-align: center;
  margin: 0;
  font: 700 10px "Open Sans", Arial, Helvetica, Geneva, sans-serif;
  color: rgba(255, 255, 255, 0.5);
  text-transform: uppercase; }

.jalendar .jalendar-container .jalendar-pages > .header .day-names {
  overflow: hidden;
  text-align: center;
  font-size: 0; }

.jalendar .jalendar-container .jalendar-pages > .header .prv-m,
.jalendar .jalendar-container .jalendar-pages > .header .nxt-m {
  text-decoration: none;
  position: absolute;
  display: inline-block;
  top: 4px;
  cursor: pointer;
  color: #fff; }

.jalendar .jalendar-container .jalendar-pages > .header .prv-m i,
.jalendar .jalendar-container .jalendar-pages > .header .nxt-m i {
  font-size: 32px; }

.jalendar .jalendar-container .jalendar-pages > .header .prv-m {
  left: 10px; }

.jalendar .jalendar-container .jalendar-pages > .header .nxt-m {
  right: 10px; }

.jalendar .jalendar-container .jalendar-pages .total-bar {
  position: absolute;
  right: -15px;
  top: -9px;
  border-radius: 20px;
  width: 15px;
  height: 14px;
  z-index: 99;
  display: inline-block;
  padding: 1px 0 0 0;
  text-align: center;
  color: #fff;
  background-color: #e25757;
  font: 400 9px "Open Sans", Arial, Helvetica, Geneva, sans-serif;
  text-shadow: none; }

.jalendar .jalendar-container .jalendar-pages .days {
  margin: 10px 0 0 0;
  font-size: 0;
  text-align: center;
  overflow: hidden; }

.jalendar .jalendar-container .jalendar-pages .days .day {
  display: inline-block;
  width: 14.2%;
  height: 35px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  position: relative;
  float: left;
  color: rgba(0, 0, 0, 0.2);
  font: 700 13px "Open Sans", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  /* inside .day */ }

.jalendar .jalendar-container .jalendar-pages .days .day.this-month.disable-selecting {
  cursor: not-allowed !important; }

.jalendar .jalendar-container .jalendar-pages .days .day.this-month.disable-selecting span {
  opacity: .7 !important;
  cursor: not-allowed !important; }

.jalendar .jalendar-container .jalendar-pages .days .day.this-month span {
  color: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  opacity: 1; }

.jalendar .jalendar-container .jalendar-pages .days .day.this-month span:hover {
  background-color: rgba(0, 0, 0, 0.1);
  color: #333 !important; }

.jalendar .jalendar-container .jalendar-pages .days .day.this-month.selected span {
  background-color: #ffffff;
  color: #333; }

.jalendar .jalendar-container .jalendar-pages .days .day span {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  border-radius: 50px;
  width: 30px;
  height: 30px;
  margin: 3px 0 0 0;
  padding: 6px 0 0 0;
  display: inline-block;
  position: relative;
  opacity: .7; }

.jalendar .jalendar-container .jalendar-pages .days .day span a {
  text-decoration: none;
  display: inline-block;
  width: 100%;
  color: rgba(0, 0, 0, 0.6); }

.jalendar .jalendar-container .jalendar-pages .days .day span a:hover {
  color: rgba(0, 0, 0, 0.9); }

.jalendar .jalendar-container .jalendar-pages .days .day.today span {
  color: rgba(255, 255, 255, 0.8);
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 50px; }

.jalendar .jalendar-container .jalendar-pages .days .day.today span a {
  color: rgba(255, 255, 255, 0.8); }

.jalendar .jalendar-container .jalendar-pages .days .day.have-event span:before {
  content: '';
  display: inline-block;
  width: 4px;
  height: 4px;
  border-radius: 8px;
  background-color: #e25757;
  position: absolute;
  right: 1px;
  top: 5px; }

.jalendar .jalendar-container .jalendar-pages .days .day > .event-single {
  display: none; }

.jalendar .jalendar-container .jalendar-pages .days .day.first-range {
  border-radius: 6px 0 0 6px;
  background-color: rgba(0, 0, 0, 0.3);
  position: relative; }

.jalendar .jalendar-container .jalendar-pages .days .day.first-range:after {
  content: '';
  display: inline-block;
  position: absolute;
  right: -10px;
  top: 50%;
  margin-top: -5px;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-left: 5px solid rgba(0, 0, 0, 0.4); }

.jalendar .jalendar-container .jalendar-pages .days .day.range {
  background-color: rgba(0, 0, 0, 0.1); }

.jalendar .jalendar-container .jalendar-pages .days .day.last-range {
  border-radius: 0 6px 6px 0;
  background-color: rgba(0, 0, 0, 0.3); }

.jalendar .jalendar-container .jalendar-pages .days .day.last-range:after {
  content: '';
  display: inline-block;
  position: absolute;
  left: -10px;
  top: 50%;
  margin-top: -5px;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-right: 5px solid rgba(0, 0, 0, 0.4); }

.jalendar .jalendar-container .jalendar-pages .days .day.first-range span:hover,
.jalendar .jalendar-container .jalendar-pages .days .day.range span:hover,
.jalendar .jalendar-container .jalendar-pages .days .day.last-range span:hover {
  background-color: transparent; }

.jalendar .jalendar-container .jalendar-pages .add-event {
  height: 0;
  overflow: hidden;
  margin: 0 -20px;
  text-align: left;
  transition: all 0.3s cubic-bezier(0.45, 0.24, 0.36, 1.31); }

.jalendar .jalendar-container .jalendar-pages .add-event.selected {
  margin-bottom: -20px; }

.jalendar .jalendar-container .jalendar-pages .add-event.selected .close-button {
  display: block; }

.jalendar .jalendar-container .jalendar-pages .add-event .close-button {
  cursor: pointer;
  margin: 15px 0 -20px 0;
  padding: 10px 0;
  font: 700 10px 'Open Sans', 'Helvetica Neue', Arial;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.1);
  text-align: center;
  border-radius: 0 0 3px 3px;
  position: absolute;
  bottom: 20px;
  width: 100%;
  display: none; }

.jalendar .jalendar-container .jalendar-pages .add-event .close-button:hover {
  background-color: rgba(0, 0, 0, 0.2); }

.jalendar .jalendar-container .jalendar-pages .add-event .events {
  position: relative;
  margin: 10px 0 0 0;
  padding: 0 20px; }

.jalendar .jalendar-container .jalendar-pages .add-event .events h3 {
  font: 700 11px "Open Sans", "Helvetica Neue", Arial;
  color: rgba(255, 255, 255, 0.7);
  text-transform: uppercase;
  text-align: center;
  margin: 0;
  padding: 0; }

.jalendar .jalendar-container .jalendar-pages .add-event .events .events-list .event-single {
  margin: 14px 0 0 0;
  display: inline-block;
  width: 100%;
  position: relative;
  padding: 0 0 14px 0; }

.jalendar .jalendar-container .jalendar-pages .add-event .events .events-list .event-single:last-child {
  padding-bottom: 0; }

.jalendar .jalendar-container .jalendar-pages .add-event .events .events-list .event-single:last-child:before {
  display: none; }

.jalendar .jalendar-container .jalendar-pages .add-event .events .events-list .event-single:before {
  content: '';
  display: inline-block;
  position: absolute;
  bottom: 0;
  right: -20px;
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.2); }

.jalendar .jalendar-container .jalendar-pages .add-event .events .events-list .event-single a {
  padding: 0;
  font: 400 12px "Open Sans", 'Helvetica Neue', Arial;
  margin: 0;
  color: #fff;
  display: inline-block;
  position: relative;
  padding: 0 0 0 20px;
  text-decoration: none; }

.jalendar .jalendar-container .jalendar-pages .add-event .events .events-list .event-single a:before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 8px;
  height: 8px;
  top: 6px;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 12px; }

.jalendar .jalendar-container .jalendar-pages .add-event .events .events-list .event-single a a {
  color: #333; }

/*# sourceMappingURL=jalendar.css.map */
.inherit-height {
  height: inherit; }

.no-vert-padding {
  padding-top: 0 !important;
  padding-bottom: 0 !important; }

.no-top-padding {
  padding-top: 0 !important; }
.no-bottom-padding {
  padding-bottom: 0 !important; }


.no-vert-margin {
  margin-top: 0 !important;
  margin-bottom: 0 !important; }

.no-hor-margin {
  margin-left: 0 !important;
  margin-right: 0 !important; }

.no-spacing {
  padding: 0;
  margin: 0; }

.no-float {
  float: none !important; }

.no-border {
  border: 0 !important; }

.transparent-border {
  border-color: transparent !important; }

.overflow-visible {
  overflow: visible !important; }

.light {
  font-family: "FrutigerLTPro-Light", Helvetica, Roboto, Arial, sans-serif; }

.bold {
  font-family: "FrutigerLTPro-Bold", Helvetica, Roboto, Arial, sans-serif; }

.bold-highlight {
  font-weight: 700; }

.uppercase {
  text-transform: uppercase; }

.text-right {
  text-align: right; }

.text-left {
  text-align: left; }

.text-centered {
  text-align: center; }

.abs-bottom {
  position: absolute;
  bottom: 0; }

.rel-pos {
  position: relative; }

.blocked {
  display: block; }

@media print, screen and (min-width: 53.75em) {
  .clear-large-uncentered {
    float: left !important;
    clear: none !important; } }

.light-blue {
  color: #729dd2 !important; }

.medium-blue {
  color: #009dcc !important; }

.white {
  color: #ffffff !important; }

.black {
  color: #000000 !important; }

.dark-gray-1 {
  color: #afb1ba !important; }

.bg-transparent {
  background-color: transparent !important; }

.bg-light-gray {
  background-color: #fcfcfc; }

.bg-light-gray-1 {
  background-color: #f8f8f8; }

.bg-white {
  background-color: #ffffff; }

.bg-medium-gray {
  background-color: #f0f0f0; }

.bg-dark-gray {
  background-color: #e6e6ea; }

.bg-blue-gray {
  background-color: #eeeff5; }

.bg-light-blue {
  background-color: #729dd2; }

.bg-medium-blue {
  background-color: #009dcc; }

.bg-primary {
  background-color: #283583; }

.social-icon-link {
  width: 2.5rem;
  height: 2.5rem;
  font-size: 1.25rem;
  text-align: center;
  float: left;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem; }
@media print, screen and (min-width: 53.75em) {
  .social-icon-link {
    width: 3.125rem;
    height: 3.125rem;
    font-size: 1.5rem;
    padding-top: 0.8125rem;
    padding-bottom: 0.8125rem; } }

hr.secondary {
  height: 2px;
  background-color: #ffd500;
  border-bottom: 0; }
@media screen and (min-width: 64.0625em) {
  hr.secondary {
    height: 3px; } }

hr.divider--short {
  width: 6.25rem;
  margin-left: 0; }

@media screen and (min-width: 64.0625em) {
  hr.divider--teammember {
    margin-bottom: 1.5625rem; } }

.overlay {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #000000;
  opacity: 0;
  transition: visibility 0.5s, opacity 0.5s;
  z-index: 19;
  visibility: hidden; }

.content-pic {
  margin-bottom: 1.125rem; }
@media print, screen and (min-width: 40em) {
  .content-pic {
    margin-bottom: 1.125rem; } }
@media print, screen and (min-width: 53.75em) {
  .content-pic {
    margin-bottom: 1.5rem; } }
@media screen and (min-width: 64.0625em) {
  .content-pic {
    margin-bottom: 1.75rem; } }
@media screen and (min-width: 75em) {
  .content-pic {
    margin-bottom: 1.75rem; } }

body {
  min-width: 20rem; }

.full-width {
  width: 100%; }

.max-width {
  max-width: 90rem;
  position: relative;
  height: 100%; }

/* header */
.page-header {
  position: fixed;
  left: 0px;
  right: 0px;
  top: 0px;
  height: 3.75rem;
  z-index: 20; }
@media screen and (min-width: 64.0625em) {
  .page-header {
    position: absolute;
    height: 7.8125rem;
    border-bottom: 0; } }

section, .section {
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 2.1875rem;
  padding-bottom: 2.1875rem;
  overflow: hidden; }
@media print, screen and (min-width: 40em) {
  section, .section {
    padding-top: 3.125rem;
    padding-bottom: 3.125rem; } }
@media print, screen and (min-width: 53.75em) {
  section, .section {
    padding-top: 4.0625rem;
    padding-bottom: 4.0625rem; } }
@media screen and (min-width: 64.0625em) {
  section, .section {
    padding-top: 5rem;
    padding-bottom: 5rem; } }
@media screen and (min-width: 75em) {
  section, .section {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem; } }
section.bg-primary *, .bg-primary.section * {
  color: #ffffff; }
section.tag-section, .tag-section.section {
  padding-top: 0.625rem;
  padding-bottom: 0; }

.section-padding {
  padding-top: 2.1875rem;
  padding-bottom: 2.1875rem;
  overflow: hidden; }
@media print, screen and (min-width: 40em) {
  .section-padding {
    padding-top: 3.125rem;
    padding-bottom: 3.125rem; } }
@media print, screen and (min-width: 53.75em) {
  .section-padding {
    padding-top: 4.0625rem;
    padding-bottom: 4.0625rem; } }
@media screen and (min-width: 64.0625em) {
  .section-padding {
    padding-top: 5rem;
    padding-bottom: 5rem; } }
@media screen and (min-width: 75em) {
  .section-padding {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem; } }

.section-info {
  border-top: solid 0.0625rem #e7e7e7;
  border-bottom: solid 0.0625rem #e7e7e7;
  font-family: "FrutigerLTPro-Light", Helvetica, Roboto, Arial, sans-serif;
  font-size: 0.8125rem;
  line-height: 1.1875rem;
  padding-top: 1.375rem;
  padding-bottom: 1.375rem;
  margin-top: -2.1875rem;
  margin-bottom: 2.1875rem;
  color: #404040; }
@media print, screen and (min-width: 40em) {
  .section-info {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
    margin-top: -3.125rem;
    margin-bottom: 3.125rem;
    font-size: 0.8125rem;
    line-height: 1.1875rem; } }
@media print, screen and (min-width: 53.75em) {
  .section-info {
    margin-top: -4.0625rem;
    margin-bottom: 4.0625rem;
    font-size: 0.9375rem;
    line-height: 1.5625rem; } }
@media screen and (min-width: 64.0625em) {
  .section-info {
    margin-top: -5rem;
    margin-bottom: 5rem;
    font-size: 1rem;
    line-height: 1.625rem;
    padding-top: 2.25rem;
    padding-bottom: 2.25rem; } }
@media screen and (min-width: 75em) {
  .section-info {
    margin-top: -6.25rem;
    margin-bottom: 6.25rem;
    font-size: 1rem;
    line-height: 1.625rem; } }

.section--mini {
  padding-top: 0;
  padding-bottom: 0; }

.section--bottom {
  padding-top: 0; }

.section--top {
  padding-bottom: 0; }

/*body*/
.detail-page .section--shadowed, .detail-page .filter-indicator__section, .detail-page .filter__section {
  position: static;
  box-shadow: none; }

.column-inner-wrapper {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem; }
@media print, screen and (min-width: 40em) {
  .column-inner-wrapper {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem; } }
@media print, screen and (min-width: 53.75em) {
  .column-inner-wrapper {
    padding-left: 1.25rem;
    padding-right: 1.25rem; } }
@media screen and (min-width: 64.0625em) {
  .column-inner-wrapper {
    padding-left: 1.25rem;
    padding-right: 1.25rem; } }
@media screen and (min-width: 75em) {
  .column-inner-wrapper {
    padding-left: 0;
    padding-right: 0; } }
@media screen and (min-width: 1200px) and (max-width: 1320px) {
  .column-inner-wrapper {
    padding-left: 1.25rem;
    padding-right: 1.25rem; } }

@media screen and (min-width: 40em) and (max-width: 53.6875em) {
  article .main-col .column-inner-wrapper {
    padding-right: 20%; } }

@media print, screen and (min-width: 53.75em) {
  .side-col-quote.large-4 .column-inner-wrapper, .responsive-accordion-tabs .side-col-quote.tabs.vertical .column-inner-wrapper {
    padding-left: 0; } }

/*body*/
.detail-page section .column-inner-wrapper, .detail-page .section .column-inner-wrapper {
  position: relative;
  z-index: 2; }

.detail-page section .member-info__contents .column-inner-wrapper, .detail-page .section .member-info__contents .column-inner-wrapper {
  position: static; }

.detail-page .filter__section,
.detail-page .filter-indicator__section {
  position: relative; }

.detail-page .filter__section {
  overflow: visible;
  z-index: 17; }
.detail-page .filter__section .column-inner-wrapper {
  position: static; }
.detail-page .filter__section .dropdown-pane {
  z-index: 18; }
.detail-page .filter__section .dropdown-pane.is-open {
  z-index: 21; }
.detail-page .filter__section.filter-dropdown-open {
  z-index: 21; }

.detail-page .filter-indicator__section.bg-white {
  z-index: 2; }

.flex-row {
  max-width: 80rem;
  margin-right: auto;
  margin-left: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap; }

body {
  font-size: 0.875rem;
  line-height: 1.25rem; }
@media print, screen and (min-width: 40em) {
  body {
    font-size: 0.875rem;
    line-height: 1.375rem; } }
@media print, screen and (min-width: 53.75em) {
  body {
    font-size: 1rem;
    line-height: 1.625rem; } }
@media screen and (min-width: 64.0625em) {
  body {
    font-size: 1.125rem;
    line-height: 1.75rem; } }
@media screen and (min-width: 75em) {
  body {
    font-size: 1.125rem;
    line-height: 1.75rem; } }

p {
  line-height: 1.25rem;
  margin-bottom: 1.125rem; }
@media print, screen and (min-width: 40em) {
  p {
    line-height: 1.375rem;
    margin-bottom: 1.125rem; } }
@media print, screen and (min-width: 53.75em) {
  p {
    line-height: 1.625rem;
    margin-bottom: 1.5rem; } }
@media screen and (min-width: 64.0625em) {
  p {
    font-family: "FrutigerLTPro-Light", Helvetica, Roboto, Arial, sans-serif;
    line-height: 1.75rem;
    margin-bottom: 1.75rem; } }
@media screen and (min-width: 75em) {
  p {
    line-height: 1.75rem;
    margin-bottom: 1.75rem; } }

h1 {
  font-family: "minion-pro";
  font-weight: 400;
  line-height: 1.75rem;
  margin-bottom: 1.375rem; }
@media print, screen and (min-width: 40em) {
  h1 {
    line-height: 2rem;
    margin-bottom: 2.125rem; } }
@media print, screen and (min-width: 53.75em) {
  h1 {
    line-height: 2.375rem;
    margin-bottom: 2.5rem; } }
@media screen and (min-width: 64.0625em) {
  h1 {
    line-height: 3.125rem;
    margin-bottom: 2.875rem; } }
@media screen and (min-width: 75em) {
  h1 {
    line-height: 4rem;
    margin-bottom: 3.375rem; } }

h2, .member-info__contact h4 {
  font-family: "minion-pro";
  font-weight: 400;
  line-height: 1.625rem;
  margin-bottom: 1.25rem; }
@media print, screen and (min-width: 40em) {
  h2, .member-info__contact h4 {
    line-height: 1.8125rem;
    margin-bottom: 1.375rem; } }
@media print, screen and (min-width: 53.75em) {
  h2, .member-info__contact h4 {
    line-height: 2.25rem;
    margin-bottom: 1.75rem; } }
@media screen and (min-width: 64.0625em) {
  h2, .member-info__contact h4 {
    line-height: 2.75rem;
    margin-bottom: 2.125rem; } }
@media screen and (min-width: 75em) {
  h2, .member-info__contact h4 {
    line-height: 3rem;
    margin-bottom: 2.375rem; } }
@media screen and (max-width: 39.9375em) {
  h2 .blocked, .member-info__contact h4 .blocked {
    display: inline; } }
h2.text-flow, .member-info__contact h4.text-flow {
  margin-bottom: .63em; }
h2.team-alphabet, .member-info__contact h4.team-alphabet {
  font-size: 1.5rem;
  line-height: 1.75rem; }
@media print, screen and (min-width: 40em) {
  h2.team-alphabet, .member-info__contact h4.team-alphabet {
    font-size: 1.6875rem;
    line-height: 2rem; } }
@media print, screen and (min-width: 53.75em) {
  h2.team-alphabet, .member-info__contact h4.team-alphabet {
    font-size: 2.125rem;
    line-height: 2.375rem; } }
@media screen and (min-width: 64.0625em) {
  h2.team-alphabet, .member-info__contact h4.team-alphabet {
    font-size: 2.625rem;
    line-height: 3.125rem; } }
@media screen and (min-width: 75em) {
  h2.team-alphabet, .member-info__contact h4.team-alphabet {
    font-size: 3.5rem;
    line-height: 4rem;
    margin-bottom: 3.375rem; } }

h3 {
  font-family: "minion-pro";
  font-weight: 700;
  line-height: 1.5rem;
  margin-bottom: 0.875rem; }
@media print, screen and (min-width: 40em) {
  h3 {
    line-height: 1.625rem;
    margin-bottom: 1rem; } }
@media print, screen and (min-width: 53.75em) {
  h3 {
    line-height: 1.75rem;
    margin-bottom: 1rem; } }
@media screen and (min-width: 64.0625em) {
  h3 {
    line-height: 1.875rem;
    margin-bottom: 1rem; } }
@media screen and (min-width: 75em) {
  h3 {
    line-height: 2.125rem;
    margin-bottom: 1rem; } }

h4 {
  font-family: "FrutigerLTPro-Light", Helvetica, Roboto, Arial, sans-serif;
  line-height: 1.5rem;
  margin-bottom: 1.125rem; }
@media print, screen and (min-width: 40em) {
  h4 {
    line-height: 1.625rem;
    margin-bottom: 1.125rem; } }
@media print, screen and (min-width: 53.75em) {
  h4 {
    line-height: 1.75rem;
    margin-bottom: 1.625rem; } }
@media screen and (min-width: 64.0625em) {
  h4 {
    line-height: 1.875rem;
    margin-bottom: 2.0625rem; } }
@media screen and (min-width: 75em) {
  h4 {
    line-height: 2.125rem;
    margin-bottom: 2.0625rem; } }

.xsmall, .caption, .icon-block.icon-block--ec, .info-list--standard dt, .nav-teaser-events__badge, .slider-nav--ec-cat, .news__scope h3, .member-info__related h4, .photo-gallery__gallery .photo-gallery__copyright {
  font-size: 0.6875rem;
  line-height: 1rem; }
@media print, screen and (min-width: 40em) {
  .xsmall, .caption, .icon-block.icon-block--ec, .info-list--standard dt, .nav-teaser-events__badge, .slider-nav--ec-cat, .news__scope h3, .member-info__related h4, .photo-gallery__gallery .photo-gallery__copyright {
    font-size: 0.6875rem;
    line-height: 1rem; } }
@media print, screen and (min-width: 53.75em) {
  .xsmall, .caption, .icon-block.icon-block--ec, .info-list--standard dt, .nav-teaser-events__badge, .slider-nav--ec-cat, .news__scope h3, .member-info__related h4, .photo-gallery__gallery .photo-gallery__copyright {
    font-size: 0.8125rem;
    line-height: 1.125rem; } }
@media screen and (min-width: 64.0625em) {
  .xsmall, .caption, .icon-block.icon-block--ec, .info-list--standard dt, .nav-teaser-events__badge, .slider-nav--ec-cat, .news__scope h3, .member-info__related h4, .photo-gallery__gallery .photo-gallery__copyright {
    font-size: 0.875rem;
    line-height: 1.375rem; } }
@media screen and (min-width: 75em) {
  .xsmall, .caption, .icon-block.icon-block--ec, .info-list--standard dt, .nav-teaser-events__badge, .slider-nav--ec-cat, .news__scope h3, .member-info__related h4, .photo-gallery__gallery .photo-gallery__copyright {
    font-size: 0.875rem;
    line-height: 1.375rem; } }

.small, .icon-block.icon-block--country, .slider-nav--country, .photo-gallery__copyright {
  font-size: 0.75rem;
  line-height: 1.125rem; }
@media print, screen and (min-width: 40em) {
  .small, .icon-block.icon-block--country, .slider-nav--country, .photo-gallery__copyright {
    font-size: 0.75rem;
    line-height: 1.25rem; } }
@media print, screen and (min-width: 53.75em) {
  .small, .icon-block.icon-block--country, .slider-nav--country, .photo-gallery__copyright {
    font-size: 0.875rem;
    line-height: 1.25rem; } }
@media screen and (min-width: 64.0625em) {
  .small, .icon-block.icon-block--country, .slider-nav--country, .photo-gallery__copyright {
    font-size: 0.9375rem;
    line-height: 1.5rem; } }
@media screen and (min-width: 75em) {
  .small, .icon-block.icon-block--country, .slider-nav--country, .photo-gallery__copyright {
    font-size: 0.9375rem;
    line-height: 1.5rem; } }

.medium, .accordion-full-width.accordion-full-width-v2 .accordion-title, .accordion-full-width.accordion-full-width-v2 .content-row .main-col, .responsive-accordion-tabs .tabs.vertical .tabs-title > a, .info-list, .nav-teaser-events__content, .dropdown-pane, .searchbar__input, .eu4energy-footer__label {
  font-size: 0.8125rem;
  line-height: 1.1875rem; }
@media print, screen and (min-width: 40em) {
  .medium, .accordion-full-width.accordion-full-width-v2 .accordion-title, .accordion-full-width.accordion-full-width-v2 .content-row .main-col, .responsive-accordion-tabs .tabs.vertical .tabs-title > a, .info-list, .nav-teaser-events__content, .dropdown-pane, .searchbar__input, .eu4energy-footer__label {
    font-size: 0.8125rem;
    line-height: 1.1875rem; } }
@media print, screen and (min-width: 53.75em) {
  .medium, .accordion-full-width.accordion-full-width-v2 .accordion-title, .accordion-full-width.accordion-full-width-v2 .content-row .main-col, .responsive-accordion-tabs .tabs.vertical .tabs-title > a, .info-list, .nav-teaser-events__content, .dropdown-pane, .searchbar__input, .eu4energy-footer__label {
    font-size: 0.9375rem;
    line-height: 1.5625rem; } }
@media screen and (min-width: 64.0625em) {
  .medium, .accordion-full-width.accordion-full-width-v2 .accordion-title, .accordion-full-width.accordion-full-width-v2 .content-row .main-col, .responsive-accordion-tabs .tabs.vertical .tabs-title > a, .info-list, .nav-teaser-events__content, .dropdown-pane, .searchbar__input, .eu4energy-footer__label {
    font-size: 1rem;
    line-height: 1.625rem; } }
@media screen and (min-width: 75em) {
  .medium, .accordion-full-width.accordion-full-width-v2 .accordion-title, .accordion-full-width.accordion-full-width-v2 .content-row .main-col, .responsive-accordion-tabs .tabs.vertical .tabs-title > a, .info-list, .nav-teaser-events__content, .dropdown-pane, .searchbar__input, .eu4energy-footer__label {
    font-size: 1rem;
    line-height: 1.625rem; } }

.standard, .info-list--standard dd, .color-legend, .dropdown__toggle.dropdown__toggle--multiple-categories, .member-info__related .link-list, .touchevents .photo-gallery__thumb .svg-icon, .photo-gallery__thumb-slider__page-info {
  font-size: 0.875rem;
  line-height: 1.25rem; }
@media print, screen and (min-width: 40em) {
  .standard, .info-list--standard dd, .color-legend, .dropdown__toggle.dropdown__toggle--multiple-categories, .member-info__related .link-list, .touchevents .photo-gallery__thumb .svg-icon, .photo-gallery__thumb-slider__page-info {
    font-size: 0.875rem;
    line-height: 1.375rem; } }
@media print, screen and (min-width: 53.75em) {
  .standard, .info-list--standard dd, .color-legend, .dropdown__toggle.dropdown__toggle--multiple-categories, .member-info__related .link-list, .touchevents .photo-gallery__thumb .svg-icon, .photo-gallery__thumb-slider__page-info {
    font-size: 1rem;
    line-height: 1.625rem; } }
@media screen and (min-width: 64.0625em) {
  .standard, .info-list--standard dd, .color-legend, .dropdown__toggle.dropdown__toggle--multiple-categories, .member-info__related .link-list, .touchevents .photo-gallery__thumb .svg-icon, .photo-gallery__thumb-slider__page-info {
    font-size: 1.125rem;
    line-height: 1.75rem; } }
@media screen and (min-width: 75em) {
  .standard, .info-list--standard dd, .color-legend, .dropdown__toggle.dropdown__toggle--multiple-categories, .member-info__related .link-list, .touchevents .photo-gallery__thumb .svg-icon, .photo-gallery__thumb-slider__page-info {
    font-size: 1.125rem;
    line-height: 1.75rem; } }

.large, .pagination-button .svg-icon, .close-button, .photo-gallery__thumb .svg-icon, .photo-gallery__gallery-container {
  font-size: 1rem; }
@media print, screen and (min-width: 40em) {
  .large, .pagination-button .svg-icon, .close-button, .photo-gallery__thumb .svg-icon, .photo-gallery__gallery-container {
    font-size: 1rem; } }
@media print, screen and (min-width: 53.75em) {
  .large, .pagination-button .svg-icon, .close-button, .photo-gallery__thumb .svg-icon, .photo-gallery__gallery-container {
    font-size: 1.25rem; } }
@media screen and (min-width: 64.0625em) {
  .large, .pagination-button .svg-icon, .close-button, .photo-gallery__thumb .svg-icon, .photo-gallery__gallery-container {
    font-size: 1.5rem; } }
@media screen and (min-width: 75em) {
  .large, .pagination-button .svg-icon, .close-button, .photo-gallery__thumb .svg-icon, .photo-gallery__gallery-container {
    font-size: 1.5rem; } }

.xlarge, .nav-teaser-events__date-day {
  font-size: 1.125rem;
  line-height: 1.25rem; }
@media print, screen and (min-width: 40em) {
  .xlarge, .nav-teaser-events__date-day {
    font-size: 1.125rem;
    line-height: 1.375rem; } }
@media print, screen and (min-width: 53.75em) {
  .xlarge, .nav-teaser-events__date-day {
    font-size: 1.25rem;
    line-height: 1.625rem; } }
@media screen and (min-width: 64.0625em) {
  .xlarge, .nav-teaser-events__date-day {
    font-size: 1.5rem;
    line-height: 1.75rem; } }
@media screen and (min-width: 75em) {
  .xlarge, .nav-teaser-events__date-day {
    font-size: 1.5rem;
    line-height: 1.75rem; } }

.caption {
  font-family: "FrutigerLTPro-Bold", Helvetica, Roboto, Arial, sans-serif;
  text-transform: uppercase;
  margin-bottom: 0.5rem; }

a {
  color: #283583;
  display: inline-block; }
a.chevron {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  font-family: "FrutigerLTPro-Bold", Helvetica, Roboto, Arial, sans-serif; }
a.chevron:after {
  font-family: "FontAwesome";
  content: "\f105";
  color: #ffd500;
  font-size: 1.125rem;
  font-weight: 700;
  margin-left: 0.875rem;
  vertical-align: -0.0625rem; }
@media print, screen and (min-width: 40em) {
  a.chevron:after {
    margin-left: 1.0625rem;
    font-size: 1.25rem;
    vertical-align: -0.125rem; } }
@media print, screen and (min-width: 53.75em) {
  a.chevron:after {
    margin-left: 1.0625rem;
    font-size: 1.375rem; } }
@media screen and (min-width: 64.0625em) {
  a.chevron:after {
    margin-left: 1.0625rem;
    font-size: 1.5rem; } }
@media screen and (min-width: 75em) {
  a.chevron:after {
    margin-left: 1.0625rem;
    font-size: 1.5rem; } }
a.bold:hover {
  text-decoration: underline; }
a.email .svg-icon, a.phone .svg-icon {
  vertical-align: text-bottom;
  font-size: 1.8em; }
a.email .svg-icon {
  margin-right: 0.9375rem;
  font-size: 1.8em; }
a.phone .svg-icon {
  margin-right: 0.625rem; }

.light-text, .photo-gallery__gallery .photo-gallery__copyright {
  color: #afb1ba; }

.icon--round {
  border-radius: 50%;
  display: inline-block;
  width: 1.4em;
  height: 1.4em;
  line-height: 1.4em;
  text-align: center;
  vertical-align: top; }
.icon--round.icon--lg {
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  vertical-align: middle; }
@media print, screen and (min-width: 53.75em) {
  .icon--round.icon--lg {
    width: 1.875rem;
    height: 1.875rem;
    line-height: 1.875rem; } }
@media screen and (min-width: 64.0625em) {
  .icon--round.icon--lg {
    width: 2.1875rem;
    height: 2.1875rem;
    line-height: 2.1875rem; } }
.icon--round svg {
  height: 60%;
  width: 60%;
  margin-top: 20%;
  fill: #ffffff; }

.icon--texted {
  display: inline-block;
  line-height: 1.5; }
.icon--texted .icon--round {
  margin-right: .4rem; }

.icon-block {
  display: block;
  position: relative; }
.icon-block svg {
  vertical-align: middle; }
.icon-block.is-active,
.is-active .icon-block {
  position: relative;
  z-index: 1; }
.tab-xl .icon-block.icon-block--country {
  height: 10.66em;
}
.icon-block.icon-block--country {
  width: 8.5em;
  height: 8.66em; }
.icon-block.icon-block--country svg {
  width: 3.733em;
  height: 3.733em; }
.icon-block.icon-block--country,
.touchevents .icon-block.icon-block--country:hover,
.touchevents .icon-block.icon-block--country:focus {
  color: #afb1ba; }
.icon-block.icon-block--country svg,
.touchevents .icon-block.icon-block--country:hover svg,
.touchevents .icon-block.icon-block--country:focus svg {
  fill: #afb1ba; }
.no-touchevents .icon-block.icon-block--country:hover,
.no-touchevents .icon-block.icon-block--country:focus, .icon-block.icon-block--country.is-active,
.is-active .icon-block.icon-block--country {
  color: #404040 !important; }
.no-touchevents .icon-block.icon-block--country:hover svg,
.no-touchevents .icon-block.icon-block--country:focus svg, .icon-block.icon-block--country.is-active svg,
.is-active .icon-block.icon-block--country svg {
  fill: #404040 !important; }
.icon-block.icon-block--ec {
  width: 8.14em;
  height: 9.29em; }
.icon-block.icon-block--ec svg {
  width: 3.786em;
  height: 2.64em;
  vertical-align: bottom; }
.icon-block.icon-block--ec,
.touchevents .icon-block.icon-block--ec:hover,
.touchevents .icon-block.icon-block--ec:focus {
  color: #afb1ba; }
.icon-block.icon-block--ec svg,
.touchevents .icon-block.icon-block--ec:hover svg,
.touchevents .icon-block.icon-block--ec:focus svg {
  fill: #afb1ba; }
.no-touchevents .icon-block.icon-block--ec:hover,
.no-touchevents .icon-block.icon-block--ec:focus, .icon-block.icon-block--ec.is-active,
.is-active .icon-block.icon-block--ec {
  color: #404040 !important; }
.no-touchevents .icon-block.icon-block--ec:hover svg,
.no-touchevents .icon-block.icon-block--ec:focus svg, .icon-block.icon-block--ec.is-active svg,
.is-active .icon-block.icon-block--ec svg {
  fill: #404040 !important; }
.icon-block--competition svg {
  position: relative;
  top: .7em; }
.icon-block--social svg {
  position: relative;
  top: .15em; }
.icon-block__content {
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  height: 100%;
  background: transparent; }
.icon-block__content > * {
  text-align: center;
  display: block; }
.icon-block--country .icon-block__content {
  padding: 0 0.53em; }
.no-touchevents .icon-block--country:hover .icon-block__content,
.no-touchevents .icon-block--country:focus .icon-block__content,
.icon-block--country.is-active .icon-block__content,
.is-active .icon-block--country .icon-block__content {
  box-shadow: 0px 0px 0.66em 0.165em rgba(0, 0, 0, 0.15);
  background: #FFF; }
.icon-block--country.is-active .icon-block__content,
.is-active .icon-block--country .icon-block__content {
  top: -0.67em;
  left: -0.67em;
  height: calc(100% + 1.34em);
  width: calc(100% + 1.34em);
  padding: 0.67em 1.2em; }
.icon-block--ec .icon-block__content {
  padding: 0 0.53em; }
.no-touchevents .icon-block--ec:hover .icon-block__content,
.no-touchevents .icon-block--ec:focus .icon-block__content,
.icon-block--ec.is-active .icon-block__content,
.is-active .icon-block--ec .icon-block__content {
  color: #ffffff !important; }
.no-touchevents .icon-block--ec:hover .icon-block__content svg,
.no-touchevents .icon-block--ec:focus .icon-block__content svg,
.icon-block--ec.is-active .icon-block__content svg,
.is-active .icon-block--ec .icon-block__content svg {
  fill: #ffffff !important; }
.icon-block--ec.is-active .icon-block__content,
.is-active .icon-block--ec .icon-block__content {
  top: -0.714em;
  left: -0.714em;
  height: calc(100% + 1.428em);
  width: calc(100% + 1.428em);
  padding: 0.714em 1.244em; }
.no-touchevents .icon-block--competition:hover .icon-block__content,
.no-touchevents .icon-block--competition:focus .icon-block__content,
.icon-block--competition.is-active .icon-block__content,
.is-active .icon-block--competition .icon-block__content {
  background: #D11E61; }
.no-touchevents .icon-block--electricity:hover .icon-block__content,
.no-touchevents .icon-block--electricity:focus .icon-block__content,
.icon-block--electricity.is-active .icon-block__content,
.is-active .icon-block--electricity .icon-block__content {
  background: #00ACD4; }
.no-touchevents .icon-block--energy-efficiency:hover .icon-block__content,
.no-touchevents .icon-block--energy-efficiency:focus .icon-block__content,
.icon-block--energy-efficiency.is-active .icon-block__content,
.is-active .icon-block--energy-efficiency .icon-block__content {
  background: #00AFA5; }
.no-touchevents .icon-block--environment:hover .icon-block__content,
.no-touchevents .icon-block--environment:focus .icon-block__content,
.icon-block--environment.is-active .icon-block__content,
.is-active .icon-block--environment .icon-block__content {
  background: #BFD730; }
.no-touchevents .icon-block--gas:hover .icon-block__content,
.no-touchevents .icon-block--gas:focus .icon-block__content,
.icon-block--gas.is-active .icon-block__content,
.is-active .icon-block--gas .icon-block__content {
  background: #FFD400; }
.no-touchevents .icon-block--infrastructure:hover .icon-block__content,
.no-touchevents .icon-block--infrastructure:focus .icon-block__content,
.icon-block--infrastructure.is-active .icon-block__content,
.is-active .icon-block--infrastructure .icon-block__content {
  background: #F99D1C; }
.no-touchevents .icon-block--neutral:hover .icon-block__content,
.no-touchevents .icon-block--neutral:focus .icon-block__content,
.icon-block--neutral.is-active .icon-block__content,
.is-active .icon-block--neutral .icon-block__content {
  background: #25408F; }
.no-touchevents .icon-block--oil:hover .icon-block__content,
.no-touchevents .icon-block--oil:focus .icon-block__content,
.icon-block--oil.is-active .icon-block__content,
.is-active .icon-block--oil .icon-block__content {
  background: #662D91; }
.no-touchevents .icon-block--regulator:hover .icon-block__content,
.no-touchevents .icon-block--regulator:focus .icon-block__content,
.icon-block--regulator.is-active .icon-block__content,
.is-active .icon-block--regulator .icon-block__content {
  background: #0077af; }
.no-touchevents .icon-block--renewable-energy:hover .icon-block__content,
.no-touchevents .icon-block--renewable-energy:focus .icon-block__content,
.icon-block--renewable-energy.is-active .icon-block__content,
.is-active .icon-block--renewable-energy .icon-block__content {
  background: #6CC071; }
.no-touchevents .icon-block--social:hover .icon-block__content,
.no-touchevents .icon-block--social:focus .icon-block__content,
.icon-block--social.is-active .icon-block__content,
.is-active .icon-block--social .icon-block__content {
  background: #9A258F; }
.no-touchevents .icon-block--statistics:hover .icon-block__content,
.no-touchevents .icon-block--statistics:focus .icon-block__content,
.icon-block--statistics.is-active .icon-block__content,
.is-active .icon-block--statistics .icon-block__content {
  background: #F26649; }
.no-touchevents .icon-block--supply-security:hover .icon-block__content,
.no-touchevents .icon-block--supply-security:focus .icon-block__content,
.icon-block--supply-security.is-active .icon-block__content,
.is-active .icon-block--supply-security .icon-block__content {
  background: #939598; }
.icon-block--country .icon-block__icon {
  height: 5.5em;
  line-height: 5.5em; }
.icon-block--ec .icon-block__icon {
  height: 5.91em;
  line-height: 4.4325em; }
.icon-block__text {
  line-height: 1.2; }

.svg-icon {
  display: inline-block;
  font-size: 2rem;
  width: 1em;
  height: 1em;
  position: relative; }
.svg-icon svg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0; }
.svg-icon--inline {
  width: .7em;
  height: .7em;
  vertical-align: sub;
  margin-right: .2em; }
.svg-icon__competition.icon--round {
  background: #D11E61; }
.svg-icon__electricity.icon--round {
  background: #00ACD4; }
.svg-icon__energy-efficiency.icon--round {
  background: #00AFA5; }
.svg-icon__environment.icon--round {
  background: #BFD730; }
.svg-icon__gas.icon--round {
  background: #FFD400; }
.svg-icon__infrastructure.icon--round {
  background: #F99D1C; }
.svg-icon__neutral.icon--round {
  background: #25408F; }
.svg-icon__oil.icon--round {
  background: #662D91; }
.svg-icon__regulator.icon--round {
  background: #0077af; }
.svg-icon__renewable-energy.icon--round {
  background: #6CC071; }
.svg-icon__social.icon--round {
  background: #9A258F; }
.svg-icon__statistics.icon--round {
  background: #F26649; }
.svg-icon__supply-security.icon--round {
  background: #939598; }
.svg-icon__scale.icon--round {
  background: #634e42; }
.svg-icon__megaphone.icon--round {
  background: #283583; }
.svg-icon__megaphone.icon--round svg {
  width: 45%;
  height: 45%;
  margin-top: 25%; }
.svg-icon__microphone.icon--round {
  background: #283583;
  /*
      svg{
        width: 45%;
        height: 45%;
        margin-top: 25%;
      }
      */ }

.accordion {
  background-color: transparent;
  border-bottom: solid 0.0625rem #e7e7e7; }
.responsive-accordion-tabs .accordion .accordion-item > .accordion-title {
  background-color: #ffd500;
  border-color: #ffd500; }
.responsive-accordion-tabs .accordion .accordion-item > .accordion-title, .responsive-accordion-tabs .accordion .accordion-item > .accordion-title:before {
  color: #000000; }
.responsive-accordion-tabs .accordion .accordion-item.is-active > .accordion-title {
  background-color: #283583;
  border-color: #283583; }
.responsive-accordion-tabs .accordion .accordion-item.is-active > .accordion-title, .responsive-accordion-tabs .accordion .accordion-item.is-active > .accordion-title:before {
  color: #ffffff; }

.accordion-title {
  border-top: solid 0.0625rem #e7e7e7;
  border-left: solid 0.0625rem #e7e7e7;
  border-right: solid 0.0625rem #e7e7e7;
  background-color: #ffffff;
  font-family: "FrutigerLTPro-Light", Helvetica, Roboto, Arial, sans-serif;
  font-size: 1rem;
  color: #000000;
  padding: 1.25rem 3.125rem 1.25rem 1.5625rem; }
.accordion-title:hover, .accordion-title:focus, .accordion-title:active {
  color: #000000; }
.accordion-title::before {
  right: 1.5625rem;
  color: #283583;
  font-size: 1rem;
  margin-top: -0.5rem; }
@media print, screen and (min-width: 40em) {
  .accordion-title {
    padding: 1.25rem 3.125rem 1.25rem 1.5625rem;
    font-size: 1rem; }
  .accordion-title:before {
    right: 1.5625rem;
    font-size: 1rem;
    margin-top: -0.5rem; } }
@media print, screen and (min-width: 53.75em) {
  .accordion-title {
    padding: 1.5625rem 3.75rem 1.5625rem 1.5625rem;
    font-size: 1.25rem; }
  .accordion-title:before {
    right: 1.5625rem;
    font-size: 1.25rem;
    margin-top: -0.625rem; } }
@media screen and (min-width: 64.0625em) {
  .accordion-title {
    padding: 2.1875rem 5rem 2.1875rem 2.5rem;
    font-size: 1.5rem; }
  .accordion-title:before {
    right: 2.5rem;
    font-size: 1.5rem;
    margin-top: -0.75rem; } }
@media screen and (min-width: 75em) {
  .accordion-title {
    padding: 2.1875rem 5rem 2.1875rem 2.5rem;
    font-size: 1.625rem; }
  .accordion-title:before {
    right: 2.5rem;
    font-size: 1.625rem;
    margin-top: -0.8125rem; } }

@media screen and (max-width: 39.9375em) {
  .quad-accordion .accordion-title {
    font-size: 0.9375rem; } }

@media screen and (min-width: 40em) and (max-width: 53.6875em) {
  .quad-accordion .accordion-title {
    font-size: 0.9375rem; } }

.accordion-content {
  background-color: transparent;
  border: 0;
  padding: 1.25rem 1.5625rem;
  font-family: "FrutigerLTPro-Light", Helvetica, Roboto, Arial, sans-serif; }
@media print, screen and (min-width: 40em) {
  .accordion-content {
    padding: 1.25rem 2.1875rem; } }
@media print, screen and (min-width: 53.75em) {
  .accordion-content {
    padding: 1.5625rem 1.5625rem; } }
@media screen and (min-width: 64.0625em) {
  .accordion-content {
    padding: 2.1875rem 2.5rem; } }
@media screen and (min-width: 75em) {
  .accordion-content {
    padding: 2.1875rem 2.5rem; } }
.accordion-content p:last-child {
  margin-bottom: 0; }
.responsive-accordion-tabs .accordion-content > *:last-child {
  margin-bottom: 0; }
.accordion-content .image-wrapper {
  text-align: center;
  background-color: #f0f0f0;
  padding: 2.3125rem 2.5rem; }

:last-child > .accordion-content:last-child {
  border-bottom: 0; }

@media print, screen and (min-width: 53.75em) {
  .accordion-full-width .accordion-content {
    font-size: 0.9375rem; } }

@media screen and (min-width: 64.0625em) {
  .accordion-full-width .accordion-content {
    font-size: 1rem; } }

@media screen and (min-width: 75em) {
  .accordion-full-width .accordion-content {
    font-size: 1rem; } }

.accordion-full-width.accordion-full-width-v2 {
  /* ul */ }
.accordion-full-width.accordion-full-width-v2 .accordion-title .light {
  color: #afb1ba; }
.accordion-full-width.accordion-full-width-v2 .is-active .accordion-title {
  background-color: #283583; }
.accordion-full-width.accordion-full-width-v2 .is-active .accordion-title .bold {
  color: #ffffff; }
.accordion-full-width.accordion-full-width-v2 .is-active .accordion-title .light {
  color: #729dd2; }
.accordion-full-width.accordion-full-width-v2 .is-active .accordion-title:before {
  color: #ffd500; }
.accordion-full-width.accordion-full-width-v2 .accordion-content {
  padding: 0;
  border-left: solid 1px transparent;
  border-right: solid 1px transparent; }
.accordion-full-width.accordion-full-width-v2 .accordion-content .column-inner-wrapper {
  padding: 1.25rem 1.5625rem; }
@media print, screen and (min-width: 40em) {
  .accordion-full-width.accordion-full-width-v2 .accordion-content .column-inner-wrapper {
    padding: 1.25rem 1.5625rem; } }
@media print, screen and (min-width: 53.75em) {
  .accordion-full-width.accordion-full-width-v2 .accordion-content .column-inner-wrapper {
    padding: 1.5625rem 1.5625rem; } }
@media screen and (min-width: 64.0625em) {
  .accordion-full-width.accordion-full-width-v2 .accordion-content .column-inner-wrapper {
    padding: 2.1875rem 2.5rem; } }
@media screen and (min-width: 75em) {
  .accordion-full-width.accordion-full-width-v2 .accordion-content .column-inner-wrapper {
    padding: 2.1875rem 2.5rem; } }
@media screen and (max-width: 39.9375em) {
  .accordion-full-width.accordion-full-width-v2 .info-section .column-inner-wrapper {
    padding-bottom: 0; } }
@media screen and (max-width: 39.9375em) {
  .accordion-full-width.accordion-full-width-v2 .download-section .column-inner-wrapper {
    padding-top: 0.625rem; } }
@media screen and (max-width: 39.9375em) {
  .accordion-full-width.accordion-full-width-v2 .download-wrapper {
    border-top: solid 0.125rem #ffd500;
    padding-top: 0.625rem; }
  .accordion-full-width.accordion-full-width-v2 .download-wrapper .caption {
    margin-top: 1.25rem; } }
@media print, screen and (min-width: 40em) {
  .accordion-full-width.accordion-full-width-v2 .download-wrapper {
    border-left: solid 0.125rem #ffd500; } }
@media screen and (min-width: 64.0625em) {
  .accordion-full-width.accordion-full-width-v2 .download-wrapper {
    border-left: solid 0.1875rem #ffd500; } }
@media print, screen and (min-width: 40em) {
  .accordion-full-width.accordion-full-width-v2 .download-wrapper .caption {
    padding-left: 1.5625rem; } }
@media print, screen and (min-width: 53.75em) {
  .accordion-full-width.accordion-full-width-v2 .download-wrapper .caption {
    padding-left: 2.5rem; } }
@media screen and (max-width: 39.9375em) {
  .accordion-full-width.accordion-full-width-v2 .content-row .side-col .column-inner-wrapper {
    padding-bottom: 0; }
  .accordion-full-width.accordion-full-width-v2 .content-row .side-col .column-inner-wrapper .caption {
    margin-bottom: 0; } }
@media screen and (min-width: 40em) and (max-width: 53.6875em) {
  .accordion-full-width.accordion-full-width-v2 .content-row .side-col .column-inner-wrapper {
    padding-bottom: 0; }
  .accordion-full-width.accordion-full-width-v2 .content-row .side-col .column-inner-wrapper .caption {
    margin-bottom: 0; } }
@media print, screen and (min-width: 53.75em) {
  .accordion-full-width.accordion-full-width-v2 .content-row .main-col {
    font-size: 0.8125rem;
    line-height: 1.125rem; } }
@media screen and (min-width: 64.0625em) {
  .accordion-full-width.accordion-full-width-v2 .content-row .main-col {
    font-size: 0.875rem;
    line-height: 1.375rem; } }
@media screen and (min-width: 75em) {
  .accordion-full-width.accordion-full-width-v2 .content-row .main-col {
    font-size: 0.875rem;
    line-height: 1.375rem; } }
.accordion-full-width.accordion-full-width-v2 .download-list {
  border-left: 0;
  font-family: "FrutigerLTPro-Bold", Helvetica, Roboto, Arial, sans-serif;
  margin-bottom: 0; }
@media print, screen and (min-width: 40em) {
  .accordion-full-width.accordion-full-width-v2 .download-list {
    margin-bottom: 1.875rem; } }
.accordion-full-width.accordion-full-width-v2 .download-list a {
  padding-top: 0; }
.accordion-full-width.accordion-full-width-v2 .download-list li {
  margin-bottom: 0; }
@media screen and (max-width: 39.9375em) {
  .accordion-full-width.accordion-full-width-v2 .download-list li {
    padding-left: 0;
    font-size: 0.75rem; } }
@media screen and (min-width: 40em) and (max-width: 53.6875em) {
  .accordion-full-width.accordion-full-width-v2 .download-list li {
    font-size: 0.75rem; } }

@media screen and (max-width: 74.9375em) {
  .home .accordion.accordion-to-tabs .accordion-title {
    background-color: #283583;
    color: #ffffff;
    font-family: "FrutigerLTPro-Bold", Helvetica, Roboto, Arial, sans-serif;
    border: 0; }
  .home .accordion.accordion-to-tabs .accordion-title:hover {
    color: #ffd500; }
  .home .accordion.accordion-to-tabs .accordion-title:hover:before {
    background-image: url("../../img/icons/icon-arrow-white.svg"); }
  .home .accordion.accordion-to-tabs .accordion-content {
    border-left: solid 0.1875rem #ffd500; }
  .home .accordion.accordion-to-tabs .is-active .accordion-title {
    background-color: #ffffff;
    color: #283583; }
  .home .accordion.accordion-to-tabs .is-active .accordion-title:before {
    transform: rotate(-90deg); }
  .home .accordion.accordion-to-tabs .is-active .accordion-title:hover:before {
    background-image: url("../../img/icons/icon-arrow-secondary.svg"); } }

.home .accordion.accordion-to-tabs .accordion-title {
  font-size: 0.8125rem; }
.home .accordion.accordion-to-tabs .accordion-title:before {
  position: absolute;
  right: 1.5625rem;
  top: 50%;
  width: 1rem;
  height: 1rem;
  margin-top: -0.5rem;
  content: '';
  display: block;
  background-image: url("../../img/icons/icon-arrow-secondary.svg");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  transform: rotate(90deg); }
@media print, screen and (min-width: 53.75em) {
  .home .accordion.accordion-to-tabs .accordion-title:before {
    right: 1.875rem; } }
@media screen and (min-width: 64.0625em) {
  .home .accordion.accordion-to-tabs .accordion-title:before {
    width: 1.125rem;
    height: 1.125rem;
    margin-top: -0.625rem;
    right: 2.5rem; } }
@media print, screen and (min-width: 40em) {
  .home .accordion.accordion-to-tabs .accordion-title {
    font-size: 0.8125rem; } }
@media print, screen and (min-width: 53.75em) {
  .home .accordion.accordion-to-tabs .accordion-title {
    font-size: 0.9375rem; } }

.home .accordion-to-tabs-inner {
  position: relative; }
.home .accordion-to-tabs-inner .headline-container {
  padding-left: 0;
  padding-right: 0; }
@media screen and (min-width: 75em) {
  .home .accordion-to-tabs-inner .headline-container {
    position: relative;
    z-index: 4;
    padding-left: 70px;
    padding-top: 70px; } }
@media screen and (min-width: 75em) {
  .home .accordion-to-tabs-inner ul.tabs {
    position: absolute;
    z-index: 4;
    border: 0;
    margin-bottom: 4.375rem;
    width: 25%;
    float: left;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
    width: 23.75rem;
    padding-left: 0 !important;
    padding-right: 0 !important;
    transform: translate3d(4.375rem, 0, 0);
    background-color: transparent; } }
@media screen and (min-width: 75em) and (min-width: 40em) {
  .home .accordion-to-tabs-inner ul.tabs {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; } }
@media screen and (min-width: 75em) and (min-width: 53.75em) {
  .home .accordion-to-tabs-inner ul.tabs {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; } }
@media screen and (min-width: 75em) and (min-width: 64.0625em) {
  .home .accordion-to-tabs-inner ul.tabs {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; } }
@media screen and (min-width: 75em) and (min-width: 75em) {
  .home .accordion-to-tabs-inner ul.tabs {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; } }
@media screen and (min-width: 75em) {
  .home .accordion-to-tabs-inner ul.tabs:last-child:not(:first-child) {
    float: right; }
  .home .accordion-to-tabs-inner ul.tabs li a {
    background-color: #283583;
    height: 4.375rem;
    border-bottom: solid 0.1875rem #283583;
    font-family: "FrutigerLTPro-Light", Helvetica, Roboto, Arial, sans-serif;
    font-size: 1rem;
    line-height: 2rem;
    color: #ffffff;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-right: 3.4375rem; }
  .home .accordion-to-tabs-inner ul.tabs li a:hover {
    color: #ffd500; }
  .home .accordion-to-tabs-inner ul.tabs li a:after {
    position: absolute;
    right: 1.25rem;
    top: 50%;
    width: 1rem;
    height: 1rem;
    margin-top: -0.5rem;
    content: '';
    display: block;
    background-image: url("../../img/icons/icon-arrow-secondary.svg");
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat; } }
@media screen and (min-width: 75em) and (min-width: 64.0625em) {
  .home .accordion-to-tabs-inner ul.tabs li a:after {
    width: 1.125rem;
    height: 1.125rem;
    margin-top: -0.625rem; } }
@media screen and (min-width: 75em) {
  .home .accordion-to-tabs-inner ul.tabs li a:hover:after {
    background-image: url("../../img/icons/icon-arrow-white.svg"); }
  .home .accordion-to-tabs-inner ul.tabs li {
    transform: translate3d(0, 0, 0);
    transition: transform 0.3s; }
  .home .accordion-to-tabs-inner ul.tabs li.is-active {
    transform: translate3d(4.375rem, 0, 0); }
  .home .accordion-to-tabs-inner ul.tabs li.is-active a {
    background-color: #ffffff;
    border-bottom: solid 0.1875rem #ffd500;
    color: #283583;
    font-family: "FrutigerLTPro-Bold", Helvetica, Roboto, Arial, sans-serif; }
  .home .accordion-to-tabs-inner ul.tabs li.is-active a:after {
    background-image: url("../../img/icons/icon-arrow-primary.svg"); } }
.home .accordion-to-tabs-inner .tabs-bg {
  display: none; }
@media screen and (min-width: 75em) {
  .home .accordion-to-tabs-inner .tabs-bg {
    display: block;
    width: 33.33333%;
    float: left;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
    background-color: #f8f8f8;
    border: 0;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 3; } }
@media screen and (min-width: 75em) and (min-width: 40em) {
  .home .accordion-to-tabs-inner .tabs-bg {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; } }
@media screen and (min-width: 75em) and (min-width: 53.75em) {
  .home .accordion-to-tabs-inner .tabs-bg {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; } }
@media screen and (min-width: 75em) and (min-width: 64.0625em) {
  .home .accordion-to-tabs-inner .tabs-bg {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; } }
@media screen and (min-width: 75em) and (min-width: 75em) {
  .home .accordion-to-tabs-inner .tabs-bg {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; } }
@media screen and (min-width: 75em) {
  .home .accordion-to-tabs-inner .tabs-bg:last-child:not(:first-child) {
    float: right; } }
.home .accordion-to-tabs-inner .tabs-placeholder {
  margin-bottom: 4.375rem; }
.home .accordion-to-tabs-inner .tabs-content-placeholder {
  position: relative;
  z-index: 4;
  border: 0;
  margin-bottom: 4.375rem;
  width: 25%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  padding-left: 0 !important;
  padding-right: 0 !important; }
@media print, screen and (min-width: 40em) {
  .home .accordion-to-tabs-inner .tabs-content-placeholder {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; } }
@media print, screen and (min-width: 53.75em) {
  .home .accordion-to-tabs-inner .tabs-content-placeholder {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; } }
@media screen and (min-width: 64.0625em) {
  .home .accordion-to-tabs-inner .tabs-content-placeholder {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; } }
@media screen and (min-width: 75em) {
  .home .accordion-to-tabs-inner .tabs-content-placeholder {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; } }
.home .accordion-to-tabs-inner .tabs-content-placeholder:last-child:not(:first-child) {
  float: right; }
.home .accordion-to-tabs-inner .tab-content-bg {
  display: none; }
@media screen and (min-width: 75em) {
  .home .accordion-to-tabs-inner .tab-content-bg {
    display: block;
    width: 75%;
    float: left;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
    background-color: #f0f0f0;
    border: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    box-shadow: 0px 0px 150px 0px rgba(40, 53, 131, 0.08);
    background-image: url("../../img/bg/bg-pic-accordion-to-tabbox.png");
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center center; } }
@media screen and (min-width: 75em) and (min-width: 40em) {
  .home .accordion-to-tabs-inner .tab-content-bg {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; } }
@media screen and (min-width: 75em) and (min-width: 53.75em) {
  .home .accordion-to-tabs-inner .tab-content-bg {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; } }
@media screen and (min-width: 75em) and (min-width: 64.0625em) {
  .home .accordion-to-tabs-inner .tab-content-bg {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; } }
@media screen and (min-width: 75em) and (min-width: 75em) {
  .home .accordion-to-tabs-inner .tab-content-bg {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; } }
@media screen and (min-width: 75em) {
  .home .accordion-to-tabs-inner .tab-content-bg:last-child:not(:first-child) {
    float: right; } }
@media screen and (min-width: 75em) {
  .home .accordion-to-tabs-inner .tabs-content {
    border: 0;
    width: 75%;
    float: left;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
    margin-top: -12.75rem;
    background-color: #f0f0f0;
    position: relative;
    z-index: 2;
    padding: 0 !important; } }
@media screen and (min-width: 75em) and (min-width: 40em) {
  .home .accordion-to-tabs-inner .tabs-content {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; } }
@media screen and (min-width: 75em) and (min-width: 53.75em) {
  .home .accordion-to-tabs-inner .tabs-content {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; } }
@media screen and (min-width: 75em) and (min-width: 64.0625em) {
  .home .accordion-to-tabs-inner .tabs-content {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; } }
@media screen and (min-width: 75em) and (min-width: 75em) {
  .home .accordion-to-tabs-inner .tabs-content {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; } }
@media screen and (min-width: 75em) {
  .home .accordion-to-tabs-inner .tabs-content:last-child:not(:first-child) {
    float: right; }
  .home .accordion-to-tabs-inner .tabs-content h4, .home .accordion-to-tabs-inner .tabs-content p {
    font-family: "FrutigerLTPro-Light", Helvetica, Roboto, Arial, sans-serif; } }
.home .accordion-to-tabs-inner .tabs-panel {
  padding: 5.3125rem 9.0625rem 6.5625rem 16.875rem; }
@media screen and (min-width: 75em) {
  .home .accordion-to-tabs-inner .tabs-title {
    float: none; } }
@media screen and (min-width: 75em) {
  .home .accordion-to-tabs-inner .tabbox-close {
    display: block; } }

.responsive-accordion-tabs .tabs.vertical {
  padding-left: 0; }
.responsive-accordion-tabs .tabs.vertical,
.responsive-accordion-tabs .tabs.vertical + .tabs-content {
  position: relative;
  border: 0;
  background: transparent; }
.responsive-accordion-tabs .tabs.vertical:before,
.responsive-accordion-tabs .tabs.vertical + .tabs-content:before {
  content: '';
  height: 100%;
  width: 0.1875rem;
  background: #ffd500;
  position: absolute;
  top: 0;
  display: block; }
.responsive-accordion-tabs .tabs.vertical:before {
  right: 0.75rem; }
.responsive-accordion-tabs .tabs.vertical + .tabs-content {
  padding-right: 0; }
.responsive-accordion-tabs .tabs.vertical + .tabs-content:before {
  left: -15px; }
.responsive-accordion-tabs .tabs.vertical + .tabs-content .tabs-panel {
  padding: 0; }
.responsive-accordion-tabs .tabs.vertical .tabs-title > a {
  padding: 2.3125rem 2.5rem; }
.responsive-accordion-tabs .tabs.vertical .tabs-title > a:focus, .responsive-accordion-tabs .tabs.vertical .tabs-title > a[aria-selected="true"] {
  background: #ffd500; }

.responsive-accordion-tabs .tabs-content .image-wrapper {
  text-align: center;
  background-color: #f0f0f0;
  padding: 2.3125rem 2.5rem; }

.breadcrumb-wrapper {
  opacity: 1;
  transition: opacity 0.8s; }
@media screen and (min-width: 64.0625em) {
  .breadcrumb-wrapper {
    position: absolute;
    left: 3px;
    right: 170px;
    top: 5.625rem; } }
@media screen and (min-width: 1440px) {
  .breadcrumb-wrapper {
    right: 100px; } }
.breadcrumb-wrapper * {
  font-size: 0.75rem; }

.breadcrumb-menu {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }
.breadcrumb-menu > li {
  line-height: 1;
  color: #404040;
  padding-left: 0.4375rem; }
.breadcrumb-menu > li:first-child {
  padding-left: 0; }
.breadcrumb-menu > li:last-child {
  padding-top: 0.7rem;
  padding-bottom: 0.7rem;
  padding-right: 0; }
.breadcrumb-menu > li:last-child:after {
  content: ''; }
.breadcrumb-menu > li:after {
  font-family: "FontAwesome";
  content: "\f105";
  font-size: 0.875rem;
  font-weight: bold;
  color: #ffd500;
  vertical-align: -1px; }
.breadcrumb-menu > li > a {
  padding: 0.7rem 0;
  display: inline-block;
  margin-right: 0.625rem; }
.breadcrumb-menu > li > a:hover {
  text-decoration: underline; }

.breadcrumb-wrapper .breadcrumb-menu li {
  display: inline; }

/* body */
.keyvisual-blue .breadcrumb-menu > li {
  color: #ffffff; }
.keyvisual-blue .breadcrumb-menu > li a {
  color: #ffffff; }

button {
  cursor: pointer;
  font-family: inherit; }

.button {
  font-family: "FrutigerLTPro-Bold", Helvetica, Roboto, Arial, sans-serif;
  font-size: 0.875rem;
  padding: 0.875rem 1.375rem;
  border-top: solid 0.125rem #ffd500;
  border-bottom: solid 0.125rem #ffd500;
  border-left: 0;
  border-right: 0;
  background-color: #ffffff;
  color: #283583;
  position: relative;
  text-transform: uppercase;
  transition: none;
  min-width: 10.625rem; }
.button:hover {
  background-color: #ffd500; }
.button:focus, .button:active {
  background-color: #ffffff;
  color: #283583; }
.button.button--small {
  padding: 0.625rem 1.375rem;
  border-top: solid 0.125rem #ffd500;
  border-bottom: solid 0.125rem #ffd500;
  font-size: 0.75rem; }
@media print, screen and (min-width: 40em) {
  .button {
    font-size: 0.875rem;
    padding: 1rem 1.375rem; }
  .button.button--small {
    padding: 0.875rem 1.375rem;
    border-top: solid 0.125rem #ffd500;
    border-bottom: solid 0.125rem #ffd500;
    font-size: 0.75rem; } }
@media print, screen and (min-width: 53.75em) {
  .button {
    font-size: 0.9375rem;
    padding: 1.0625rem 1.375rem;
    border-top: solid 0.1875rem #ffd500;
    border-bottom: solid 0.1875rem #ffd500; }
  .button.button--small {
    padding: 0.875rem 1.375rem;
    border-top: solid 0.125rem #ffd500;
    border-bottom: solid 0.125rem #ffd500;
    font-size: 0.875rem; } }
@media screen and (min-width: 64.0625em) {
  .button {
    font-size: 1rem;
    padding: 1.0625rem 1.375rem; }
  .button.button--small {
    padding: 0.875rem 1.375rem;
    border-top: solid 0.125rem #ffd500;
    border-bottom: solid 0.125rem #ffd500;
    font-size: 0.9375rem; } }
@media screen and (min-width: 75em) {
  .button {
    font-size: 1rem;
    padding: 1.1875rem 1.375rem; }
  .button.button--small {
    padding: 0.875rem 1.375rem;
    border-top: solid 0.125rem #ffd500;
    border-bottom: solid 0.125rem #ffd500;
    font-size: 0.9375rem; } }
.button.primary {
  background-color: #283583;
  border-top-color: #283583;
  color: #ffffff; }
.button.primary:hover {
  background-color: #ffd500;
  border-top-color: #ffd500;
  border-bottom-color: #283583;
  color: #283583; }
.button.primary.button--small {
  border-bottom-color: #283583; }
.button.primary.button--small:hover {
  border-bottom-color: #ffd500; }
.button.download {
  padding-right: 3.4375rem; }
.button.download:after {
  position: absolute;
  right: 1.25rem;
  top: 50%;
  width: 0.8125rem;
  height: 1.25rem;
  margin-top: -0.625rem;
  content: '';
  display: block;
  background-image: url("../../img/icons/icon-download-secondary.svg");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat; }
@media screen and (min-width: 64.0625em) {
  .button.download:after {
    width: 1rem;
    height: 1.5rem;
    margin-top: -0.75rem; } }
.button.download:hover:after {
  background-image: url("../../img/icons/icon-download-primary.svg"); }
.button.arrow {
  padding-right: 3.4375rem; }
.button.arrow:after {
  position: absolute;
  right: 1.25rem;
  top: 50%;
  width: 1rem;
  height: 1rem;
  margin-top: -0.5rem;
  content: '';
  display: block;
  background-image: url("../../img/icons/icon-arrow-secondary.svg");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat; }
@media screen and (min-width: 64.0625em) {
  .button.arrow:after {
    width: 1.125rem;
    height: 1.125rem;
    margin-top: -0.625rem; } }
.button.arrow:hover:after {
  background-image: url("../../img/icons/icon-arrow-primary.svg"); }
.button--for-2col {
  width: calc(50% - 1rem);
  min-width: 0; }
@media screen and (max-width: 39.9375em) {
  .button--for-2col {
    width: 100%; } }

.bg-primary .button.download {
  background-color: transparent; }
.bg-primary .button.download:hover {
  color: #ffd500; }
.bg-primary .button.download:hover:after {
  background-image: url("../../img/icons/icon-download-white.svg"); }

.pagination-button {
  width: 2.8125rem;
  height: 2.8125rem;
  line-height: 2.8125rem;
  color: #000000;
  background: #ffd500; }
@media print, screen and (min-width: 40em) {
  .pagination-button {
    width: 3.125rem;
    height: 3.125rem;
    line-height: 3.125rem; } }
@media print, screen and (min-width: 53.75em) {
  .pagination-button {
    width: 3.125rem;
    height: 3.125rem;
    line-height: 3.125rem; } }
@media screen and (min-width: 64.0625em) {
  .pagination-button {
    width: 3.75rem;
    height: 3.75rem;
    line-height: 3.75rem; } }
@media screen and (min-width: 75em) {
  .pagination-button {
    width: 4.375rem;
    height: 4.375rem;
    line-height: 4.375rem; } }
.no-touchevents .pagination-button:hover,
.no-touchevents .pagination-button:focus {
  color: #ffd500;
  background: #000000; }
.pagination-button:disabled {
  background: transparent;
  color: #000000;
  opacity: .4; }
.pagination-button .svg-icon {
  vertical-align: middle; }
.pagination-button svg {
  fill: currentColor; }

button:disabled {
  cursor: not-allowed; }

.close-button {
  width: 2.92em;
  height: 2.92em;
  background: #ffd500; }
.close-button .svg-icon {
  position: absolute;
  right: 50%;
  top: 50%;
  transform: translate(50%, -50%);
  font-size: 0.833333em; }
.no-touchevents .close-button:hover,
.no-touchevents .close-button:focus {
  background: #000000; }
.no-touchevents .close-button:hover svg,
.no-touchevents .close-button:focus svg {
  fill: #ffd500; }
.reveal .close-button {
  top: 0;
  right: 0; }

.event-calendar-info {
  border-bottom: solid 0.0625rem #e7e7e7;
  font-family: "FrutigerLTPro-Light", Helvetica, Roboto, Arial, sans-serif;
  font-size: 0.8125rem;
  line-height: 1.1875rem;
  padding-top: 1.375rem;
  padding-bottom: 1.375rem;
  margin-top: -2.1875rem;
  color: #404040; }
@media print, screen and (min-width: 40em) {
  .event-calendar-info {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
    margin-top: -3.125rem;
    font-size: 0.8125rem;
    line-height: 1.1875rem; } }
@media print, screen and (min-width: 53.75em) {
  .event-calendar-info {
    margin-top: -4.0625rem;
    font-size: 0.9375rem;
    line-height: 1.5625rem; } }
@media screen and (min-width: 64.0625em) {
  .event-calendar-info {
    margin-top: -5rem;
    font-size: 1rem;
    line-height: 1.625rem;
    padding-top: 2.25rem;
    padding-bottom: 2.25rem; } }
@media screen and (min-width: 75em) {
  .event-calendar-info {
    margin-top: -6.25rem;
    font-size: 1rem;
    line-height: 1.625rem; } }

.event-calendar-wrapper {
  position: relative;
  padding-top: 2.1875rem; }
@media print, screen and (min-width: 40em) {
  .event-calendar-wrapper {
    padding-top: 3.125rem; } }
@media print, screen and (min-width: 53.75em) {
  .event-calendar-wrapper {
    padding-top: 4.0625rem; } }
@media screen and (min-width: 64.0625em) {
  .event-calendar-wrapper {
    padding-top: 5rem; } }
@media screen and (min-width: 75em) {
  .event-calendar-wrapper {
    padding-top: 6.25rem; } }
.event-calendar-wrapper > .button-wrapper {
  margin-top: 0.625rem; }
@media screen and (max-width: 39.9375em) {
  .event-calendar-wrapper > .button-wrapper {
    max-width: 19.375rem;
    margin-left: auto;
    margin-right: auto; } }
@media print, screen and (min-width: 40em) {
  .event-calendar-wrapper > .button-wrapper {
    margin-top: 1.875rem; } }
@media screen and (min-width: 64.0625em) {
  .event-calendar-wrapper > .button-wrapper {
    margin-top: 3.125rem; } }
@media screen and (min-width: 75em) {
  .event-calendar-wrapper > .button-wrapper {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 4; } }
.event-calendar-wrapper > .button-wrapper .button {
  margin-bottom: 0; }

#event-calendar {
  width: 100%; }
#event-calendar.jalendar {
  position: static;
  margin: 0; }
#event-calendar.jalendar .jalendar-container {
  position: relative; }
#event-calendar.jalendar .jalendar-container .jalendar-pages {
  position: static;
  background: transparent !important;
  border-radius: 0;
  padding: 0; }
#event-calendar.jalendar .jalendar-container .jalendar-pages > .header {
  background-color: #283583 !important;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-bottom: 0.625rem;
  box-shadow: 0px 0px 33px 5px rgba(0, 0, 0, 0.15);
  z-index: 2;
  max-width: 19.375rem; }
@media screen and (max-width: 39.9375em) {
  #event-calendar.jalendar .jalendar-container .jalendar-pages > .header {
    margin-left: auto;
    margin-right: auto; } }
@media print, screen and (min-width: 53.75em) {
  #event-calendar.jalendar .jalendar-container .jalendar-pages > .header {
    max-width: 21.875rem; } }
@media screen and (min-width: 64.0625em) {
  #event-calendar.jalendar .jalendar-container .jalendar-pages > .header {
    max-width: 24.375rem; } }
#event-calendar.jalendar .jalendar-container .jalendar-pages > .header h1 {
  text-transform: none;
  margin-top: 0.8125rem;
  margin-bottom: 0.8125rem;
  font-size: 0.9375rem; }
@media print, screen and (min-width: 40em) {
  #event-calendar.jalendar .jalendar-container .jalendar-pages > .header h1 {
    font-size: 0.9375rem; } }
@media print, screen and (min-width: 53.75em) {
  #event-calendar.jalendar .jalendar-container .jalendar-pages > .header h1 {
    font-size: 1.125rem; } }
@media screen and (min-width: 64.0625em) {
  #event-calendar.jalendar .jalendar-container .jalendar-pages > .header h1 {
    font-size: 1.25rem;
    margin-top: 1rem;
    margin-bottom: 1rem; } }
#event-calendar.jalendar .jalendar-container .jalendar-pages > .header h2, #event-calendar.jalendar .jalendar-container .jalendar-pages > .header .member-info__contact h4, .member-info__contact #event-calendar.jalendar .jalendar-container .jalendar-pages > .header h4 {
  font-family: "FrutigerLTPro-Bold", Helvetica, Roboto, Arial, sans-serif;
  font-size: 0.75rem;
  color: #729dd2;
  font-weight: normal; }
@media print, screen and (min-width: 40em) {
  #event-calendar.jalendar .jalendar-container .jalendar-pages > .header h2, #event-calendar.jalendar .jalendar-container .jalendar-pages > .header .member-info__contact h4, .member-info__contact #event-calendar.jalendar .jalendar-container .jalendar-pages > .header h4 {
    font-size: 0.75rem; } }
@media print, screen and (min-width: 53.75em) {
  #event-calendar.jalendar .jalendar-container .jalendar-pages > .header h2, #event-calendar.jalendar .jalendar-container .jalendar-pages > .header .member-info__contact h4, .member-info__contact #event-calendar.jalendar .jalendar-container .jalendar-pages > .header h4 {
    font-size: 0.8125rem; } }
@media screen and (min-width: 64.0625em) {
  #event-calendar.jalendar .jalendar-container .jalendar-pages > .header h2, #event-calendar.jalendar .jalendar-container .jalendar-pages > .header .member-info__contact h4, .member-info__contact #event-calendar.jalendar .jalendar-container .jalendar-pages > .header h4 {
    font-size: 0.875rem; } }
@media screen and (min-width: 75em) {
  #event-calendar.jalendar .jalendar-container .jalendar-pages > .header h2, #event-calendar.jalendar .jalendar-container .jalendar-pages > .header .member-info__contact h4, .member-info__contact #event-calendar.jalendar .jalendar-container .jalendar-pages > .header h4 {
    font-size: 0.875rem; } }
#event-calendar.jalendar .jalendar-container .jalendar-pages > .header .prv-m,
#event-calendar.jalendar .jalendar-container .jalendar-pages > .header .nxt-m {
  color: #ffd500;
  margin-top: 0.8125rem; }
#event-calendar.jalendar .jalendar-container .jalendar-pages > .header .prv-m i,
#event-calendar.jalendar .jalendar-container .jalendar-pages > .header .nxt-m i {
  font-size: 1.3125rem; }
@media screen and (min-width: 64.0625em) {
  #event-calendar.jalendar .jalendar-container .jalendar-pages > .header .prv-m i,
  #event-calendar.jalendar .jalendar-container .jalendar-pages > .header .nxt-m i {
    font-size: 1.625rem; } }
#event-calendar.jalendar .jalendar-container .jalendar-pages > .header .prv-m {
  left: 0;
  margin-left: 1.875rem; }
#event-calendar.jalendar .jalendar-container .jalendar-pages > .header .nxt-m {
  margin-right: 1.5625rem; }
#event-calendar.jalendar .jalendar-container .jalendar-pages .total-bar {
  display: none; }
#event-calendar.jalendar .jalendar-container .jalendar-pages .days {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  background-color: #ffffff;
  margin-top: 0;
  padding-top: 0.9375rem;
  padding-bottom: 0.3125rem;
  position: relative;
  z-index: 2;
  box-shadow: 0px 0px 33px 5px rgba(0, 0, 0, 0.15);
  max-width: 19.375rem; }
@media screen and (max-width: 39.9375em) {
  #event-calendar.jalendar .jalendar-container .jalendar-pages .days {
    margin-left: auto;
    margin-right: auto; } }
@media print, screen and (min-width: 53.75em) {
  #event-calendar.jalendar .jalendar-container .jalendar-pages .days {
    max-width: 21.875rem; } }
@media screen and (min-width: 64.0625em) {
  #event-calendar.jalendar .jalendar-container .jalendar-pages .days {
    padding-top: 1.875rem;
    padding-bottom: 1.375rem;
    max-width: 24.375rem; } }
#event-calendar.jalendar .jalendar-container .jalendar-pages .days .day {
  font-family: "FrutigerLTPro-Roman", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  color: #afb1ba;
  height: 2.5rem;
  font-size: 0.9375rem;
  line-height: 1.2; }
@media screen and (min-width: 64.0625em) {
  #event-calendar.jalendar .jalendar-container .jalendar-pages .days .day {
    font-size: 1rem;
    line-height: 1.125rem;
    height: 3.125rem; } }
@media screen and (min-width: 75em) {
  #event-calendar.jalendar .jalendar-container .jalendar-pages .days .day {
    font-size: 1rem; } }
#event-calendar.jalendar .jalendar-container .jalendar-pages .days .day span {
  padding-top: 0.4375rem; }
@media screen and (min-width: 64.0625em) {
  #event-calendar.jalendar .jalendar-container .jalendar-pages .days .day span {
    padding-top: 0.5rem; } }
#event-calendar.jalendar .jalendar-container .jalendar-pages .days .day.today span {
  background-color: #ffd500; }
#event-calendar.jalendar .jalendar-container .jalendar-pages .days .day.have-event span:before {
  background-color: #afb1ba;
  width: 0.375rem;
  height: 0.375rem;
  border-radius: 50%;
  left: 50%;
  margin-left: -0.1875rem;
  top: auto;
  bottom: -0.5rem; }
#event-calendar.jalendar .jalendar-container .jalendar-pages .days .day.this-month span {
  color: #000000; }
#event-calendar.jalendar .jalendar-container .jalendar-pages .days .day.this-month.selected span {
  background-color: #283583;
  color: #ffffff; }
#event-calendar.jalendar .jalendar-container .jalendar-pages .days .day.this-month.selected span:hover {
  color: #ffffff !important; }
#event-calendar.jalendar .jalendar-container .jalendar-pages .add-event {
  margin-right: 0;
  margin-left: 0;
  height: auto !important; }
#event-calendar.jalendar .jalendar-container .jalendar-pages .add-event.selected {
  margin-bottom: 0; }
#event-calendar.jalendar .jalendar-container .jalendar-pages .add-event.selected .close-button {
  display: none; }
@media print, screen and (min-width: 40em) {
  #event-calendar.jalendar .jalendar-container .jalendar-pages .add-event.selected {
    overflow: visible; } }
@media print, screen and (min-width: 40em) {
  #event-calendar.jalendar .jalendar-container .jalendar-pages .add-event {
    position: relative;
    margin-top: -17.1875rem;
    width: 100%;
    padding-left: 16.25rem;
    z-index: 1;
    overflow: visible; } }
@media print, screen and (min-width: 53.75em) {
  #event-calendar.jalendar .jalendar-container .jalendar-pages .add-event {
    padding-left: 16.25rem; } }
@media screen and (min-width: 64.0625em) {
  #event-calendar.jalendar .jalendar-container .jalendar-pages .add-event {
    padding-left: 19.375rem;
    margin-top: -22.8125rem; } }
@media screen and (min-width: 75em) {
  #event-calendar.jalendar .jalendar-container .jalendar-pages .add-event {
    padding-left: 19.375rem; } }
#event-calendar.jalendar .jalendar-container .jalendar-pages .add-event .events {
  margin-top: 0;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem; }
@media screen and (max-width: 39.9375em) {
  #event-calendar.jalendar .jalendar-container .jalendar-pages .add-event .events {
    padding-left: 0;
    padding-right: 0; } }
@media print, screen and (min-width: 40em) {
  #event-calendar.jalendar .jalendar-container .jalendar-pages .add-event .events {
    background-color: #fcfcfc;
    padding-left: 5rem;
    min-height: 20.625rem;
    max-width: 28.125rem;
    box-shadow: 0px 0px 33px 5px rgba(0, 0, 0, 0.15); } }
@media print, screen and (min-width: 53.75em) {
  #event-calendar.jalendar .jalendar-container .jalendar-pages .add-event .events {
    padding-left: 7.5rem;
    max-width: 34.375rem; } }
@media screen and (min-width: 64.0625em) {
  #event-calendar.jalendar .jalendar-container .jalendar-pages .add-event .events {
    min-height: 25.625rem; } }
@media screen and (min-width: 75em) {
  #event-calendar.jalendar .jalendar-container .jalendar-pages .add-event .events {
    min-height: 27.1875rem; } }
#event-calendar.jalendar .jalendar-container .jalendar-pages .add-event .events h3 {
  display: none; }
#event-calendar.jalendar .jalendar-container .jalendar-pages .add-event .events .events-list {
  padding-top: 0.625rem; }
@media screen and (max-width: 39.9375em) {
  #event-calendar.jalendar .jalendar-container .jalendar-pages .add-event .events .events-list {
    max-width: 19.375rem;
    margin-left: auto;
    margin-right: auto; } }
@media print, screen and (min-width: 40em) {
  #event-calendar.jalendar .jalendar-container .jalendar-pages .add-event .events .events-list {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem; } }
@media screen and (min-width: 64.0625em) {
  #event-calendar.jalendar .jalendar-container .jalendar-pages .add-event .events .events-list {
    padding-top: 3.125rem;
    padding-bottom: 3.125rem; } }
#event-calendar.jalendar .jalendar-container .jalendar-pages .add-event .events .events-list .event-single {
  margin-top: 0; }
#event-calendar.jalendar .jalendar-container .jalendar-pages .add-event .events .events-list .event-single h2, #event-calendar.jalendar .jalendar-container .jalendar-pages .add-event .events .events-list .event-single .member-info__contact h4, .member-info__contact #event-calendar.jalendar .jalendar-container .jalendar-pages .add-event .events .events-list .event-single h4 {
  display: none; }
@media screen and (min-width: 64.0625em) {
  #event-calendar.jalendar .jalendar-container .jalendar-pages .add-event .events .events-list .event-single h2, #event-calendar.jalendar .jalendar-container .jalendar-pages .add-event .events .events-list .event-single .member-info__contact h4, .member-info__contact #event-calendar.jalendar .jalendar-container .jalendar-pages .add-event .events .events-list .event-single h4 {
    margin-bottom: 3.4375rem; } }
#event-calendar.jalendar .jalendar-container .jalendar-pages .add-event .events .events-list .event-single:first-child {
  margin-top: 0.625rem; }
#event-calendar.jalendar .jalendar-container .jalendar-pages .add-event .events .events-list .event-single:first-child h2, #event-calendar.jalendar .jalendar-container .jalendar-pages .add-event .events .events-list .event-single:first-child .member-info__contact h4, .member-info__contact #event-calendar.jalendar .jalendar-container .jalendar-pages .add-event .events .events-list .event-single:first-child h4 {
  display: block; }
@media print, screen and (min-width: 40em) {
  #event-calendar.jalendar .jalendar-container .jalendar-pages .add-event .events .events-list .event-single:first-child {
    margin-top: 0; } }
#event-calendar.jalendar .jalendar-container .jalendar-pages .add-event .events .events-list .event-single .date-range {
  color: #afb1ba;
  font-family: "FrutigerLTPro-LightItalic", Helvetica, Roboto, Arial, sans-serif; }
#event-calendar.jalendar .jalendar-container .jalendar-pages .add-event .events .events-list .event-single a {
  font-family: "FrutigerLTPro-Bold", Helvetica, Roboto, Arial, sans-serif;
  font-size: 0.875rem;
  color: #283583;
  padding: 0.625rem 0; }
@media print, screen and (min-width: 40em) {
  #event-calendar.jalendar .jalendar-container .jalendar-pages .add-event .events .events-list .event-single a {
    font-size: 0.875rem; } }
@media print, screen and (min-width: 53.75em) {
  #event-calendar.jalendar .jalendar-container .jalendar-pages .add-event .events .events-list .event-single a {
    font-size: 1rem; } }
@media screen and (min-width: 64.0625em) {
  #event-calendar.jalendar .jalendar-container .jalendar-pages .add-event .events .events-list .event-single a {
    font-size: 1.125rem; } }
@media screen and (min-width: 75em) {
  #event-calendar.jalendar .jalendar-container .jalendar-pages .add-event .events .events-list .event-single a {
    font-size: 1.125rem; } }
#event-calendar.jalendar .jalendar-container .jalendar-pages .add-event .events .events-list .event-single a:before {
  display: none; }
#event-calendar.jalendar .jalendar-container .jalendar-pages .add-event .events .events-list .event-single .event-entry {
  position: relative;
  padding-left: 2.1875rem;
  /*
                                    &:before{
                                        content:'';
                                        width: rem-calc(24);
                                        height: rem-calc(24);
                                        display:block;
                                        background-repeat: no-repeat;
                                        background-size: rem-calc(15) rem-calc(15);
                                        background-position: center rem-calc(4);
                                        border-radius: 50%;
                                        position:absolute;
                                        left:0;
                                        top: rem-calc(-2);
                                        margin-right: rem-calc(10);
                                        background-image: url('../img/icons/icon-star-white.svg');
                                        background-color: $primary-color;
                                        @include breakpoint(large) {
                                            top: rem-calc(-4);
                                            width: rem-calc(30);
                                            height: rem-calc(30);
                                            background-position: center rem-calc(7);
                                        }
                                        @include breakpoint(xlarge) {
                                            margin-top: rem-calc(-2);
                                            width: rem-calc(35);
                                            height: rem-calc(35);
                                            background-position: center rem-calc(9);
                                        }
                                    }
                                    */ }
#event-calendar.jalendar .jalendar-container .jalendar-pages .add-event .events .events-list .event-single .event-entry .icon--round {
  position: absolute;
  left: 0;
  top: -0.25rem; }
@media print, screen and (min-width: 53.75em) {
  #event-calendar.jalendar .jalendar-container .jalendar-pages .add-event .events .events-list .event-single .event-entry {
    padding-left: 2.8125rem; }
  #event-calendar.jalendar .jalendar-container .jalendar-pages .add-event .events .events-list .event-single .event-entry .icon--round {
    top: -0.3125rem; } }
@media screen and (min-width: 64.0625em) {
  #event-calendar.jalendar .jalendar-container .jalendar-pages .add-event .events .events-list .event-single .event-entry {
    padding-left: 3.4375rem; } }

/*footer*/
.page-footer {
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 2.1875rem;
  padding-bottom: 0;
  position: relative;
  z-index: 1; }
@media print, screen and (min-width: 40em) {
  .page-footer {
    padding-top: 3.125rem;
    padding-bottom: 0.625rem; } }
@media print, screen and (min-width: 53.75em) {
  .page-footer {
    padding-top: 4.0625rem;
    padding-bottom: 1.875rem; } }
@media screen and (min-width: 64.0625em) {
  .page-footer {
    padding-top: 5rem;
    padding-bottom: 5rem; } }
@media screen and (min-width: 75em) {
  .page-footer {
    padding-top: 6.25rem;
    padding-bottom: 5.625rem; } }
.page-footer h3, .page-footer a {
  color: #ffffff; }
.page-footer .fa-facebook {
  margin-left: -0.875rem; }
.page-footer a:hover {
  color: #ffd500; }
@media screen and (max-width: 39.9375em) {
  .page-footer a.chevron {
    font-size: 0.8125rem; } }
@media print, screen and (min-width: 40em) {
  .page-footer a.chevron {
    position: absolute;
    bottom: -0.3125rem; } }
@media print, screen and (min-width: 53.75em) {
  .page-footer a.chevron {
    bottom: -0.125rem; } }
@media screen and (min-width: 64.0625em) {
  .page-footer a.chevron {
    bottom: -0.3125rem; } }
@media print, screen and (min-width: 40em) {
  .page-footer .social-wrapper {
    position: absolute;
    bottom: 0; } }
@media screen and (min-width: 64.0625em) {
  .page-footer .legal-wrapper {
    position: absolute;
    right: 2.1875rem;
    bottom: -0.1875rem;
    text-align: right; } }

.footer-column {
  margin-bottom: 1.875rem;
  position: relative; }
@media screen and (max-width: 39.9375em) {
  .footer-column p {
    max-width: 18.75rem; } }
@media screen and (min-width: 40em) and (max-width: 53.6875em) {
  .footer-column.medium-6 {
    min-height: 7.5rem;
    padding-bottom: 2.5rem; } }
@media screen and (min-width: 53.75em) and (max-width: 64em) {
  .footer-column.medium-6 {
    min-height: 8.125rem;
    margin-bottom: 2.5rem;
    padding-bottom: 3.125rem; } }
@media screen and (min-width: 64.0625em) {
  .footer-column {
    min-height: 10.625rem;
    margin-bottom: 0; } }
@media screen and (min-width: 75em) {
  .footer-column {
    min-height: 9.6875rem;
    margin-bottom: 0; } }

.legal-notice {
  display: block; }
.legal-notice a {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem; }

.copyright {
  display: block; }

.flag {
  margin-right: 0.625rem; }
@media print, screen and (min-width: 40em) {
  .flag {
    width: auto; } }
@media print, screen and (min-width: 53.75em) {
  .flag {
    margin-right: 0.9375rem; } }

@media print, screen and (min-width: 53.75em) {
  .implementations-home {
    position: relative; }
  .implementations-home:before {
    content: '';
    background-image: url("../../img/stars/stars-white-bg.svg");
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
    position: absolute;
    left: -8.125rem;
    top: -5.3125rem;
    width: 25rem;
    height: 21.125rem; }
  .implementations-home h2, .implementations-home .member-info__contact h4, .member-info__contact .implementations-home h4 {
    position: relative; } }

@media screen and (min-width: 64.0625em) {
  .implementations-home:before {
    left: -7.5rem;
    top: -6.25rem; } }

@media screen and (min-width: 75em) {
  .implementations-home:before {
    left: -13.75rem;
    top: -7.8125rem;
    width: 33.625rem;
    height: 28.4375rem; } }

@media print, screen and (min-width: 40em) {
  .implementations-home__item {
    margin-bottom: 2.1875rem; } }

@media print, screen and (min-width: 40em) {
  .implementations-home__item:last-child {
    margin-bottom: 0; } }

.implementations-home__item .column-inner-wrapper {
  padding-top: 1.5625rem; }
@media screen and (min-width: 440px) and (max-width: 639px) {
  .implementations-home__item .column-inner-wrapper {
    max-width: 27.5rem; } }
@media print, screen and (min-width: 53.75em) {
  .implementations-home__item .column-inner-wrapper {
    padding-top: 0.3125rem; } }
@media screen and (min-width: 75em) {
  .implementations-home__item .column-inner-wrapper {
    padding-left: 2.5rem;
    padding-right: 2.5rem; } }

.implementations-home__item:first-child .column-inner-wrapper {
  padding-top: 0; }
@media screen and (min-width: 40em) and (max-width: 53.6875em) {
  .implementations-home__item:first-child .column-inner-wrapper {
    padding-top: 1.5625rem; } }
@media print, screen and (min-width: 53.75em) {
  .implementations-home__item:first-child .column-inner-wrapper {
    padding-top: 0.5rem; } }

.implementations-home__item .heading {
  margin-bottom: 0.375rem; }
@media print, screen and (min-width: 53.75em) {
  .implementations-home__item .heading {
    margin-bottom: 1.125rem; } }

.implementations-home__item .flag {
  width: 1.5625rem;
  margin-top: 0.125rem; }
@media print, screen and (min-width: 53.75em) {
  .implementations-home__item .flag {
    width: auto;
    margin-top: 0; } }

.implementations-home__item .content {
  border-bottom: solid 0.0625rem #e7e7e7; }
@media screen and (max-width: 39.9375em) {
  .implementations-home__item .content {
    padding-bottom: 0.625rem; } }
@media screen and (min-width: 40em) and (max-width: 53.6875em) {
  .implementations-home__item .content {
    border-bottom: 0; } }
@media print, screen and (min-width: 53.75em) {
  .implementations-home__item .content {
    padding-bottom: 1.25rem; } }

.implementations-home__item:last-child .content {
  border-bottom: 0;
  padding-bottom: 0; }
@media print, screen and (min-width: 53.75em) {
  .implementations-home__item:last-child .content {
    padding-bottom: 0; } }

@media screen and (min-width: 40em) and (max-width: 53.6875em) {
  .implementations-home__item .intro {
    height: 4.25rem;
    overflow: hidden; } }

.implementation-report {
  background-image: url("../../img/bg/bg-implementation-report.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; }

@media print, screen and (min-width: 53.75em) {
  .implementation-report__heading {
    position: absolute;
    top: 0.9375rem; } }

@media screen and (min-width: 75em) {
  .implementation-report__heading {
    top: 20px; } }

@media screen and (min-width: 530px) and (max-width: 640px) {
  .implementation-report__image img {
    max-width: 11.25rem; } }

@media screen and (min-width: 75em) {
  .implementation-report__image img {
    max-width: 14.6875rem; } }

@media print, screen and (min-width: 53.75em) {
  .implementation-report__text {
    padding-top: 1.3125rem; } }

@media screen and (min-width: 75em) {
  .implementation-report__text {
    padding-top: 1.5625rem; } }

.implementation-report__button-col {
  padding-top: 2.0625rem; }
.implementation-report__button-col .button.download {
  margin-bottom: 0; }
@media print, screen and (min-width: 40em) {
  .implementation-report__button-col {
    position: absolute;
    bottom: 0px; } }
@media screen and (min-width: 40em) and (max-width: 53.6875em) {
  .implementation-report__button-col .button {
    float: right;
    margin-right: 1.875rem; } }
@media print, screen and (min-width: 53.75em) {
  .implementation-report__button-col {
    bottom: 1.5625rem; } }
@media screen and (min-width: 75em) {
  .implementation-report__button-col {
    bottom: 1.875rem; } }

@media screen and (min-width: 64.0625em) {
  section.keyvisual-home, .keyvisual-home.section {
    height: 37.5rem; } }

@media screen and (min-width: 75em) {
  section.keyvisual-home, .keyvisual-home.section {
    height: 48.75rem; } }

@media screen and (min-width: 1280px) {
  section.keyvisual-home, .keyvisual-home.section {
    background-color: #ffffff; } }

.keyvisual-slider-home:before {
  content: '';
  background-image: url("../../img/stars/stars-header-yellow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  z-index: 2;
  left: -4.0625rem;
  top: 18.4375rem;
  width: 8.4375rem;
  height: 6.25rem; }
@media screen and (min-width: 480px) {
  .keyvisual-slider-home:before {
    top: 20rem; } }
@media screen and (min-width: 540px) {
  .keyvisual-slider-home:before {
    top: 21.875rem;
    width: 9.375rem;
    height: 18.75rem; } }
@media print, screen and (min-width: 53.75em) {
  .keyvisual-slider-home:before {
    width: 11.25rem;
    top: 25rem; } }

@media screen and (min-width: 64.0625em) {
  .keyvisual-slider-home:before {
    display: none; } }

@media screen and (max-width: 64em) {
  .keyvisual-slider-home {
    padding-top: 5rem; } }

@media screen and (min-width: 420px) {
  .keyvisual-slider-home {
    padding-top: 5.625rem; } }

@media screen and (min-width: 64.0625em) {
  .keyvisual-slider-home {
    padding-top: 0;
    float: right;
    width: 50rem;
    height: 37.5rem; } }

@media screen and (min-width: 75em) {
  .keyvisual-slider-home {
    width: 51.5625rem;
    height: 48.75rem; } }

@media screen and (min-width: 1440px) {
  .keyvisual-slider-home {
    width: 54.0625rem; } }

.keyvisual-slider-home .slider__item {
  padding-left: 0;
  padding-right: 0;
  outline: 0; }

.keyvisual-slider-home .slider__item-inner {
  position: relative; }

.keyvisual-slider-home .slider__item-image_wrapper {
  width: 100%;
  height: 11.25rem;
  position: relative;
  margin: 0 auto;
  transition: all 300ms; }
@media screen and (min-width: 420px) {
  .keyvisual-slider-home .slider__item-image_wrapper {
    height: 12.5rem; } }
@media screen and (min-width: 480px) {
  .keyvisual-slider-home .slider__item-image_wrapper {
    height: 13.75rem; } }
@media screen and (min-width: 540px) {
  .keyvisual-slider-home .slider__item-image_wrapper {
    height: 16.875rem; } }
@media print, screen and (min-width: 53.75em) {
  .keyvisual-slider-home .slider__item-image_wrapper {
    height: 18.75rem; } }
@media screen and (min-width: 64.0625em) {
  .keyvisual-slider-home .slider__item-image_wrapper {
    height: 37.5rem; } }
@media screen and (min-width: 75em) {
  .keyvisual-slider-home .slider__item-image_wrapper {
    height: 48.75rem; } }

.keyvisual-slider-home .slider__item-image {
  position: relative;
  background-color: #ccc;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  height: 11.25rem;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  transform: scale(0.75); }
.keyvisual-slider-home .slider__item-image:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 2;
  background-color: #283583;
  opacity: 0.65;
  transition: opacity 0.3s; }
@media screen and (min-width: 420px) {
  .keyvisual-slider-home .slider__item-image {
    transform: scale(0.8);
    height: 12.5rem; } }
@media screen and (min-width: 480px) {
  .keyvisual-slider-home .slider__item-image {
    transform: scale(0.85);
    height: 13.75rem; } }
@media screen and (min-width: 540px) {
  .keyvisual-slider-home .slider__item-image {
    height: 16.875rem;
    transform: scale(0.85); } }
@media print, screen and (min-width: 40em) {
  .keyvisual-slider-home .slider__item-image {
    transform: scale(0.85); } }
@media print, screen and (min-width: 53.75em) {
  .keyvisual-slider-home .slider__item-image {
    height: 18.75rem;
    transform: scale(0.9); } }
@media screen and (min-width: 64.0625em) {
  .keyvisual-slider-home .slider__item-image {
    transform: scale(1);
    height: 37.5rem; } }
@media screen and (min-width: 75em) {
  .keyvisual-slider-home .slider__item-image {
    height: 48.75rem; } }

.keyvisual-slider-home .slick-center .slider__item-image {
  transform: scale(1);
  transition: all 300ms ease; }
.keyvisual-slider-home .slick-center .slider__item-image:before {
  opacity: 0; }

.keyvisual-slider-home .slick-center .slider__item-text {
  opacity: 1; }

.keyvisual-slider-home .slider__item-text {
  margin-top: 1.5625rem;
  text-align: center;
  opacity: 0;
  transition: opacity 0.2s;
  height: 7.9375rem;
  margin-left: -3.125rem;
  margin-right: -3.125rem;
  overflow: hidden; }
@media screen and (min-width: 420px) {
  .keyvisual-slider-home .slider__item-text {
    margin-left: -10%;
    margin-right: -10%;
    margin-top: 1.875rem; } }
@media print, screen and (min-width: 40em) {
  .keyvisual-slider-home .slider__item-text {
    margin-left: -1.875rem;
    margin-right: -1.875rem;
    height: 9.375rem; } }
@media print, screen and (min-width: 53.75em) {
  .keyvisual-slider-home .slider__item-text {
    margin-left: -1.875rem;
    margin-right: -1.875rem;
    height: 10.625rem; } }
@media screen and (min-width: 64.0625em) {
  .keyvisual-slider-home .slider__item-text {
    display: none; } }

@media screen and (min-width: 64.0625em) {
  .keyvisual-slider-home .slick-active .slider__item-text {
    opacity: 1;
    color: #ffffff; } }

.keyvisual-slider-home .slider__item-label {
  color: #729dd2;
  text-transform: uppercase;
  font-family: "FrutigerLTPro-Bold", Helvetica, Roboto, Arial, sans-serif;
  margin-bottom: 0.1875rem; }
@media print, screen and (min-width: 53.75em) {
  .keyvisual-slider-home .slider__item-label {
    margin-bottom: 0.1875rem; } }

.keyvisual-slider-home .slider__item-button {
  text-align: center;
  opacity: 0;
  transition: opacity 0.2s; }
.keyvisual-slider-home .slider__item-button .button {
  margin-bottom: 1.5625rem; }
@media screen and (min-width: 420px) {
  .keyvisual-slider-home .slider__item-button .button {
    margin-bottom: 1.875rem; } }
@media screen and (min-width: 64.0625em) {
  .keyvisual-slider-home .slider__item-button {
    position: absolute; } }

@media screen and (min-width: 64.0625em) {
  .keyvisual-slider-home h1 {
    color: #ffffff; } }

.keyvisual-slider-home .slick-center .slider__item-button {
  opacity: 1; }

.keyvisual-slider-home.slick-dotted.slick-slider {
  margin-bottom: 0; }

@media screen and (min-width: 64.0625em) {
  .keyvisual-home__shape-overlay-wrapper {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 10;
    pointer-events: none; } }

@media screen and (min-width: 64.0625em) {
  .keyvisual-home__shape-overlays {
    pointer-events: none;
    display: block;
    height: 100%;
    z-index: 10;
    position: absolute;
    margin-left: -7.625rem;
    width: 48.125rem; }
  .keyvisual-home__shape-overlays:after {
    content: '';
    background-image: url("../../img/stars/stars-header.svg");
    background-repeat: no-repeat;
    position: absolute;
    width: 20rem;
    height: 11.25rem;
    left: 19.375rem;
    top: -1.25rem;
    z-index: 15; } }

@media screen and (min-width: 1070px) {
  .keyvisual-home__shape-overlays {
    width: 50rem;
    margin-left: -5rem; }
  .keyvisual-home__shape-overlays:after {
    width: 20rem;
    height: 11.25rem;
    left: 19.375rem;
    top: -1.25rem; } }

@media screen and (min-width: 75em) {
  .keyvisual-home__shape-overlays {
    position: absolute;
    margin-left: -8.125rem;
    width: 1070px; }
  .keyvisual-home__shape-overlays:after {
    width: 28.75rem;
    height: 15.625rem;
    left: 25rem;
    top: -1.875rem; } }

@media screen and (min-width: 1280px) {
  .keyvisual-home__shape-overlays {
    position: relative;
    float: right;
    margin-right: 19.25rem;
    width: 1070px; }
  .keyvisual-home__shape-overlays:after {
    width: 28.75rem;
    height: 15.625rem;
    left: 25rem;
    top: -1.875rem; } }

@media screen and (min-width: 1370px) {
  .keyvisual-home__shape-overlays {
    width: 1140px;
    margin-right: 19.25rem; }
  .keyvisual-home__shape-overlays:after {
    width: 28.75rem;
    height: 15.625rem;
    left: 25rem;
    top: -1.875rem; } }

@media screen and (min-width: 1440px) {
  .keyvisual-home__shape-overlays {
    position: absolute;
    margin-left: 0;
    width: 66.875rem; }
  .keyvisual-home__shape-overlays:after {
    width: 28.75rem;
    height: 15.625rem;
    left: 25rem;
    top: -1.875rem; } }

.keyvisual-home__shape-overlays .overlay-left {
  float: left; }
@media screen and (min-width: 64.0625em) and (max-width: 74.9375em) {
  .keyvisual-home__shape-overlays .overlay-left {
    height: 37.5rem; } }

.keyvisual-home__shape-overlays .overlay-center {
  background-color: #283583;
  position: absolute;
  top: 0;
  bottom: 0; }
@media screen and (min-width: 64.0625em) {
  .keyvisual-home__shape-overlays .overlay-center {
    left: 20.6875rem;
    right: 20.5rem; } }
@media screen and (min-width: 75em) {
  .keyvisual-home__shape-overlays .overlay-center {
    left: 28.4375rem;
    right: 28.1875rem; } }

.keyvisual-home__shape-overlays .overlay-right {
  float: right; }
@media screen and (min-width: 64.0625em) and (max-width: 74.9375em) {
  .keyvisual-home__shape-overlays .overlay-right {
    height: 37.5rem; } }

@media screen and (min-width: 64.0625em) {
  .keyvisual-home__shape-overlays-inner {
    position: relative;
    height: 100%;
    margin-left: -7.625rem; } }

@media screen and (min-width: 1070px) {
  .keyvisual-home__shape-overlays-inner {
    margin-left: -5rem; } }

@media screen and (min-width: 75em) {
  .keyvisual-home__shape-overlays-inner {
    margin-left: -130px; } }

@media screen and (min-width: 1280px) {
  .keyvisual-home__shape-overlays-inner {
    margin-right: 150px; } }

@media screen and (min-width: 1440px) {
  .keyvisual-home__shape-overlays-inner {
    margin-left: 0; } }

.keyvisual-home__text-overlay-wrapper {
  pointer-events: none; }
@media screen and (min-width: 64.0625em) {
  .keyvisual-home__text-overlay-wrapper {
    position: absolute;
    width: 37.5rem;
    height: 37.5rem;
    z-index: 13;
    left: 11.6875rem; }
  .keyvisual-home__text-overlay-wrapper .slider__item-text {
    overflow: hidden;
    width: 34.375rem;
    height: 12.8125rem;
    margin-bottom: 3.125rem; } }
@media screen and (min-width: 1070px) {
  .keyvisual-home__text-overlay-wrapper {
    left: 14.5rem; } }
@media screen and (min-width: 75em) {
  .keyvisual-home__text-overlay-wrapper {
    width: 51.5625rem;
    height: 48.75rem;
    left: 326px; }
  .keyvisual-home__text-overlay-wrapper .slider__item-text {
    width: 43.75rem;
    height: 15.625rem;
    margin-bottom: 4.375rem; } }
@media screen and (min-width: 1280px) {
  .keyvisual-home__text-overlay-wrapper {
    right: 2.25rem;
    left: auto; } }
@media screen and (min-width: 1440px) {
  .keyvisual-home__text-overlay-wrapper {
    left: 500px; } }

.keyvisual-home__dots-wrapper {
  position: absolute;
  bottom: 1.6875rem;
  right: 0;
  height: 2.5rem;
  z-index: 13;
  width: 100%; }
@media screen and (min-width: 64.0625em) {
  .keyvisual-home__dots-wrapper .slick-dots {
    position: static;
    float: left;
    width: auto;
    margin-left: 23.125rem;
    z-index: 14;
    height: 2.5rem;
    bottom: 0; }
  .keyvisual-home__dots-wrapper .slick-dots li {
    margin: 0 0.75rem; }
  .keyvisual-home__dots-wrapper .slick-dots li:first-child {
    margin-left: 0; }
  .keyvisual-home__dots-wrapper .slick-dots li:last-child {
    margin-right: 0; }
  .keyvisual-home__dots-wrapper .slick-dots li button:before {
    content: '';
    width: 1.25rem;
    height: 1.25rem;
    border-radius: 50%;
    border: solid 0.1875rem #ffffff;
    opacity: 1; } }
@media screen and (min-width: 64.0625em) and (-ms-high-contrast: active), screen and (min-width: 64.0625em) and (-ms-high-contrast: none) {
  .keyvisual-home__dots-wrapper .slick-dots li button:before {
    background-color: #ffffff; } }
@media screen and (min-width: 64.0625em) {
  .keyvisual-home__dots-wrapper .slick-dots li.slick-active button:before {
    border-color: #ffd500;
    background-color: #ffd500; } }
@media screen and (min-width: 1070px) {
  .keyvisual-home__dots-wrapper .slick-dots {
    margin-left: 27.5rem; } }
@media screen and (min-width: 75em) {
  .keyvisual-home__dots-wrapper .slick-dots {
    margin-left: 35.3125rem; } }
@media screen and (min-width: 1280px) {
  .keyvisual-home__dots-wrapper .slick-dots {
    float: right;
    margin-left: auto;
    margin-right: 35.9375rem; } }
@media screen and (min-width: 1440px) {
  .keyvisual-home__dots-wrapper .slick-dots {
    float: left;
    margin-right: auto;
    margin-left: 43.75rem; } }

@media screen and (min-width: 64.0625em) {
  .keyvisual-home__text-overlay {
    position: absolute;
    z-index: 12;
    top: 10rem;
    pointer-events: none;
    color: #ffffff; } }

@media screen and (min-width: 75em) {
  .keyvisual-home__text-overlay {
    top: 16.25rem; } }

@media screen and (min-width: 64.0625em) {
  .keyvisual-home__text-overlay .slider__item-label {
    color: #729dd2;
    text-transform: uppercase;
    font-family: "FrutigerLTPro-Bold", Helvetica, Roboto, Arial, sans-serif;
    margin-bottom: 1.25rem; } }

@media screen and (min-width: 75em) {
  .keyvisual-home__text-overlay .slider__item-label {
    margin-bottom: 1.25rem;
    font-size: 1.375rem; } }

@media screen and (min-width: 64.0625em) {
  .keyvisual-home__text-overlay .slider__item-button .button {
    pointer-events: auto;
    background-color: #ffffff;
    color: #283583;
    border-top-color: #ffffff; }
  .keyvisual-home__text-overlay .slider__item-button .button:hover {
    background-color: #ffd500;
    border-bottom-color: #ffffff;
    border-top-color: #ffd500; } }

section.keyvisual, .keyvisual.section {
  /*
        @media screen and (min-width: 1280px){
            background-color: $white;
        }
        */ }
@media screen and (min-width: 64.0625em) {
  section.keyvisual, .keyvisual.section {
    padding-top: 0;
    height: 25rem;
    background-color: #ffffff; } }
@media screen and (min-width: 75em) {
  section.keyvisual, .keyvisual.section {
    height: 31.25rem; } }

.keyvisual__text-overlay-wrapper {
  pointer-events: none;
  position: absolute;
  left: 1.5625rem;
  right: 1.5625rem; }
.keyvisual__text-overlay-wrapper h1 {
  margin-bottom: 0;
  padding-top: 3.75rem; }
@media print, screen and (min-width: 40em) {
  .keyvisual__text-overlay-wrapper {
    left: 1.875rem;
    right: 1.875rem; }
  .keyvisual__text-overlay-wrapper h1 {
    margin-bottom: 0;
    padding-top: 5rem; } }
@media print, screen and (min-width: 53.75em) {
  .keyvisual__text-overlay-wrapper {
    left: 2.1875rem;
    right: 2.1875rem; } }
@media screen and (max-width: 64em) {
  .keyvisual__text-overlay-wrapper {
    padding-top: 3.75rem;
    top: 0; }
  .keyvisual__text-overlay-wrapper h1 {
    position: relative;
    top: 50%;
    transform: perspective(1px) translateY(-50%); } }
@media screen and (min-width: 64.0625em) {
  .keyvisual__text-overlay-wrapper {
    padding-top: 0;
    width: 37.5rem;
    height: 25rem;
    z-index: 13;
    right: 13.875rem;
    left: auto; }
  .keyvisual__text-overlay-wrapper h1 {
    padding-top: 0; } }
@media screen and (min-width: 1070px) {
  .keyvisual__text-overlay-wrapper {
    right: 13.875rem;
    left: auto; } }
@media screen and (min-width: 75em) {
  .keyvisual__text-overlay-wrapper {
    width: 51.5625rem;
    height: 31.25rem;
    right: 1.875rem;
    left: auto; } }
@media screen and (min-width: 1280px) {
  .keyvisual__text-overlay-wrapper {
    right: 2.25rem;
    left: auto; } }
@media screen and (min-width: 1440px) {
  .keyvisual__text-overlay-wrapper {
    right: 6.875rem;
    left: auto; } }

.keyvisual__text-overlay {
  color: #ffffff; }
@media screen and (max-width: 39.9375em) {
  .keyvisual__text-overlay {
    height: 12.5rem; } }
@media screen and (min-width: 40em) and (max-width: 53.6875em) {
  .keyvisual__text-overlay {
    height: 18.75rem; } }
@media screen and (min-width: 53.75em) and (max-width: 64em) {
  .keyvisual__text-overlay {
    height: 18.75rem; } }
@media screen and (min-width: 64.0625em) {
  .keyvisual__text-overlay {
    position: absolute;
    z-index: 12;
    top: 13.125rem;
    pointer-events: none; } }
@media screen and (min-width: 75em) {
  .keyvisual__text-overlay {
    top: 16.25rem; } }

.keyvisual__shape-overlay-wrapper {
  padding-top: 3.75rem; }
@media screen and (min-width: 64.0625em) {
  .keyvisual__shape-overlay-wrapper {
    padding-top: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: auto;
    bottom: 0;
    z-index: 10;
    pointer-events: none; } }

.keyvisual__shape-overlays {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 12.5rem; }
.keyvisual__shape-overlays:after {
  content: '';
  background-image: url("../../img/stars/stars-header.svg");
  background-repeat: no-repeat;
  position: absolute;
  width: 20rem;
  height: 11.25rem;
  left: 0;
  top: 0.3125rem;
  z-index: 15; }
@media print, screen and (min-width: 40em) {
  .keyvisual__shape-overlays {
    height: 18.75rem; }
  .keyvisual__shape-overlays:after {
    width: 22.5rem;
    height: 13.75rem;
    left: 0;
    top: 2.8125rem; } }
@media screen and (min-width: 64.0625em) {
  .keyvisual__shape-overlays {
    pointer-events: none;
    display: block;
    height: 100%;
    z-index: 10;
    position: absolute;
    margin-left: -0.625rem;
    width: calc(100% + 10px); }
  .keyvisual__shape-overlays:after {
    content: '';
    background-image: url("../../img/stars/stars-header.svg");
    background-repeat: no-repeat;
    position: absolute;
    width: 30rem;
    height: 13.125rem;
    left: 10.625rem;
    top: 0;
    z-index: 15; } }
@media screen and (min-width: 1070px) {
  .keyvisual__shape-overlays {
    margin-left: 1.875rem;
    width: calc(100% - 30px); }
  .keyvisual__shape-overlays:after {
    width: 30rem;
    height: 13.125rem;
    left: 10.625rem;
    top: 0; } }
@media screen and (min-width: 75em) {
  .keyvisual__shape-overlays {
    position: absolute;
    margin-left: 3.125rem;
    width: calc(100% - 50px); }
  .keyvisual__shape-overlays:after {
    width: 30rem;
    height: 16.25rem;
    left: 12.1875rem;
    top: 0.625rem; } }
@media screen and (min-width: 1280px) {
  .keyvisual__shape-overlays {
    position: relative;
    float: right;
    width: 1198px; }
  .keyvisual__shape-overlays:after {
    width: 30rem;
    height: 16.25rem;
    left: 12.1875rem;
    top: 0.625rem; } }
@media screen and (min-width: 1370px) {
  .keyvisual__shape-overlays {
    width: 1266px; }
  .keyvisual__shape-overlays:after {
    width: 30rem;
    height: 16.25rem;
    left: 12.1875rem;
    top: 0.625rem; } }
@media screen and (min-width: 1440px) {
  .keyvisual__shape-overlays {
    position: absolute;
    margin-left: 11.375rem;
    margin-right: 0;
    width: auto;
    left: 0;
    right: 0; }
  .keyvisual__shape-overlays:after {
    width: 30rem;
    height: 16.25rem;
    left: 12.1875rem;
    top: 0.625rem; } }
.keyvisual__shape-overlays .overlay-left {
  float: left;
  display: none; }
@media screen and (min-width: 64.0625em) {
  .keyvisual__shape-overlays .overlay-left {
    display: block;
    height: 25rem; } }
@media screen and (min-width: 75em) {
  .keyvisual__shape-overlays .overlay-left {
    height: 31.25rem; } }
.keyvisual__shape-overlays .overlay-center {
  background-color: #283583;
  opacity: 0.85;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }
@media screen and (min-width: 64.0625em) {
  .keyvisual__shape-overlays .overlay-center {
    left: 13.6875rem;
    right: -1.25rem; } }
@media screen and (min-width: 75em) {
  .keyvisual__shape-overlays .overlay-center {
    left: 17.0625rem; } }
@media screen and (min-width: 1370px) {
  .keyvisual__shape-overlays .overlay-center {
    width: 100%; } }
@media screen and (min-width: 1440px) {
  .keyvisual__shape-overlays .overlay-center {
    right: 0;
    width: auto; } }

.keyvisual--white .keyvisual__shape-overlay-wrapper {
  background-color: #eeeff5;
  border-bottom: solid 0.0625rem #eeeff5;
  overflow: hidden; }

@media screen and (min-width: 64.0625em) {
  .keyvisual--white .keyvisual__shape-overlays:before {
    content: '';
    position: absolute;
    left: auto;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 2;
    background-color: #283583;
    opacity: 0.65;
    transition: opacity 0.3s;
    z-index: 1;
    width: 16.875rem; }
  .keyvisual--white .keyvisual__shape-overlays:after {
    content: '';
    background-image: url("../../img/stars/stars-header-yellow-keyvisual.svg");
    background-repeat: no-repeat;
    position: absolute;
    width: 22.5rem;
    height: 5.625rem;
    left: auto;
    right: 31.25rem;
    top: 11.25rem;
    z-index: 15; } }

@media screen and (min-width: 75em) {
  .keyvisual--white .keyvisual__shape-overlays:after {
    width: 28.75rem;
    height: 7.1875rem;
    top: 12.1875rem; } }

@media screen and (min-width: 1370px) {
  .keyvisual--white .keyvisual__shape-overlays:after {
    right: 37.5rem; } }

.keyvisual--white .keyvisual__shape-overlays .overlay-center {
  background-color: #283583;
  position: absolute;
  top: 0;
  bottom: 0;
  opacity: 0.85; }
@media screen and (min-width: 64.0625em) {
  .keyvisual--white .keyvisual__shape-overlays .overlay-center {
    opacity: 1;
    background-color: #ffffff;
    left: 13.6875rem;
    right: 15rem;
    z-index: 10; } }
@media screen and (min-width: 75em) {
  .keyvisual--white .keyvisual__shape-overlays .overlay-center {
    left: 17.125rem; } }
@media screen and (min-width: 1370px) {
  .keyvisual--white .keyvisual__shape-overlays .overlay-center {
    width: auto;
    right: 16.25rem; } }

.keyvisual--white .keyvisual__shape-overlays .overlay-right {
  float: right;
  display: none; }
@media screen and (min-width: 64.0625em) {
  .keyvisual--white .keyvisual__shape-overlays .overlay-right {
    position: relative;
    z-index: 10;
    display: block;
    margin-right: -1.25rem; } }
@media screen and (min-width: 1370px) {
  .keyvisual--white .keyvisual__shape-overlays .overlay-right {
    margin-right: 0; } }

@media screen and (min-width: 75em) {
  .keyvisual--white .keyvisual__text-overlay-wrapper {
    position: relative;
    right: auto;
    width: 100%;
    max-width: 80rem;
    padding-left: 0.9375rem;
    margin: 0 auto; } }

@media screen and (max-width: 1320px) and (min-width: 1200px) {
  .keyvisual--white .keyvisual__text-overlay-wrapper {
    padding-left: 2.1875rem;
    padding-right: 2.1875rem; } }

@media screen and (min-width: 1280px) {
  .keyvisual--white .keyvisual__text-overlay-wrapper {
    width: 80rem; } }

@media screen and (min-width: 64.0625em) {
  .keyvisual--white .keyvisual__text-overlay {
    color: #000000;
    top: 18.125rem;
    max-height: 6.5625rem;
    overflow: hidden; } }

@media screen and (min-width: 75em) {
  .keyvisual--white .keyvisual__text-overlay {
    color: #000000;
    top: 21.625rem;
    max-width: 70%;
    max-height: 8.4375rem; } }

.keyvisual__image-wrapper {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center; }

/* ol */
.numbered-list,
.bullet-list {
  line-height: 1.25rem;
  padding-left: 0.3125rem;
  margin-bottom: 2.1875rem;
  padding-top: 1.25rem; }
.numbered-list li,
.bullet-list li {
  padding-left: 0.625rem;
  margin-bottom: 1.25rem; }
@media print, screen and (min-width: 40em) {
  .numbered-list,
  .bullet-list {
    line-height: 1.375rem;
    padding-left: 0.3125rem;
    margin-bottom: 2.1875rem;
    padding-top: 1.25rem; }
  .numbered-list li,
  .bullet-list li {
    padding-left: 0.625rem;
    margin-bottom: 1.25rem; } }
@media print, screen and (min-width: 53.75em) {
  .numbered-list,
  .bullet-list {
    line-height: 1.625rem;
    padding-left: 1.5625rem;
    margin-bottom: 2.5rem; }
  .numbered-list li,
  .bullet-list li {
    padding-left: 0.9375rem;
    margin-bottom: 1.25rem; } }
@media screen and (min-width: 64.0625em) {
  .numbered-list,
  .bullet-list {
    font-family: "FrutigerLTPro-Light", Helvetica, Roboto, Arial, sans-serif;
    line-height: 1.75rem;
    padding-left: 2.5rem;
    margin-bottom: 4.0625rem; }
  .numbered-list li,
  .bullet-list li {
    padding-left: 0.9375rem;
    margin-bottom: 1.25rem; } }
@media screen and (min-width: 75em) {
  .numbered-list,
  .bullet-list {
    line-height: 1.75rem;
    padding-left: 2.5rem;
    margin-bottom: 4.0625rem;
    padding-top: 1.875rem; }
  .numbered-list li,
  .bullet-list li {
    padding-left: 1.4375rem;
    margin-bottom: 1.5625rem; } }

.main-col.xxlarge-7 {
  /* ol */ }
.main-col.xxlarge-7 .numbered-list,
.main-col.xxlarge-7 .bullet-list {
  max-width: 80%; }
@media print, screen and (min-width: 40em) {
  .main-col.xxlarge-7 .numbered-list,
  .main-col.xxlarge-7 .bullet-list {
    max-width: 70%; } }
@media print, screen and (min-width: 53.75em) {
  .main-col.xxlarge-7 .numbered-list,
  .main-col.xxlarge-7 .bullet-list {
    max-width: 80%; } }
@media screen and (min-width: 64.0625em) {
  .main-col.xxlarge-7 .numbered-list,
  .main-col.xxlarge-7 .bullet-list {
    max-width: 80%; } }
@media screen and (min-width: 75em) {
  .main-col.xxlarge-7 .numbered-list,
  .main-col.xxlarge-7 .bullet-list {
    max-width: 80%; } }

/* ul */
.bullet-list {
  list-style-type: none;
  position: relative; }
.bullet-list li {
  position: relative; }
.bullet-list li:before {
  position: absolute;
  font-family: "FontAwesome";
  content: "\f105";
  border-radius: 50%;
  background-color: #ffd500;
  color: #ffffff;
  display: inline-block;
  text-align: center;
  width: 1.25rem;
  height: 1.25rem;
  font-size: 1rem;
  line-height: 1.125rem;
  padding-left: 0.125rem;
  left: -1.5rem;
  margin-right: 0.9375rem; }
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .bullet-list li:before {
    line-height: 1.2; } }

/* ul */
.download-list {
  list-style-type: none;
  border-left: solid 0.1875rem #ffd500;
  margin-left: 0;
  font-family: "FrutigerLTPro-Light", Helvetica, Roboto, Arial, sans-serif; }
.download-list li {
  font-size: 0.875rem;
  padding-left: 1.5625rem; }
@media print, screen and (min-width: 40em) {
  .download-list li {
    font-size: 0.875rem; } }
@media print, screen and (min-width: 53.75em) {
  .download-list li {
    padding-left: 2.5rem;
    font-size: 0.9375rem;
    margin-bottom: 0.25rem; } }
@media screen and (min-width: 64.0625em) {
  .download-list li {
    font-size: 1rem;
    margin-bottom: 0.75rem; } }
@media screen and (min-width: 75em) {
  .download-list li {
    font-size: 1rem;
    padding-left: 2.5rem; } }
.download-list li > a {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem; }
.download-list li > a.locked:before {
  content: '';
  display: block;
  width: 0.75rem;
  height: 0.75rem;
  background-image: url("../../img/icons/icon-lock.svg");
  background-size: contain;
  background-repeat: no-repeat;
  float: left;
  margin-right: 10px;
  margin-top: 4px; }
@media screen and (min-width: 64.0625em) {
  .download-list li > a.locked:before {
    margin-right: 15px; } }
@media screen and (min-width: 64.0625em) {
  .download-list li > a.locked:before {
    margin-right: 20px; } }
.download-list li > a:hover {
  text-decoration: underline; }
@media print, screen and (min-width: 53.75em) {
  .download-list li > a {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem; } }

/* dl */
.info-list dt {
  font-family: "FrutigerLTPro-Roman", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  color: #afb1ba;
  margin-bottom: 0; }
@media screen and (min-width: 480px) {
  .info-list dt {
    margin-bottom: 0.3rem;
    float: left; } }

.info-list dd {
  font-family: "FrutigerLTPro-Roman", Helvetica, Roboto, Arial, sans-serif;
  margin-bottom: 0.3rem; }

.info-list--standard dt {
  font-family: "FrutigerLTPro-Roman", Helvetica, Roboto, Arial, sans-serif;
  font-weight: bold;
  color: #afb1ba;
  text-transform: uppercase;
  margin-bottom: 0; }

.info-list--standard dd {
  font-family: "FrutigerLTPro-Light", Helvetica, Roboto, Arial, sans-serif;
  margin-bottom: 0.3rem; }

.category-list,
.link-list {
  list-style-type: none;
  margin: 0;
  padding: 0; }
.category-list li + li,
.link-list li + li {
  margin-top: .8em; }

.category-list li + li {
  margin-top: 0.875em; }

.inline-list, .news__scope ul {
  list-style-type: none;
  margin: 0;
  padding: 0; }
.inline-list li, .news__scope ul li {
  display: inline-block; }

.color-legend {
  font-family: "FrutigerLTPro-Light", Helvetica, Roboto, Arial, sans-serif;
  margin: 0; }
.color-legend dt {
  float: left;
  clear: left;
  display: block;
  margin-right: 1.5625rem; }
.color-legend dd {
  float: left;
  line-height: 33px; }

.item-list {
  margin: -0.625rem 0 0;
  padding: 0;
  list-style-type: none; }
.item-list li {
  padding: 0.625rem 0; }
.item-list--2col li {
  float: left;
  width: 50%; }
.item-list--2col li:nth-child(2n) {
  padding-left: 1rem; }
.item-list--2col li:nth-child(2n + 1) {
  clear: left;
  padding-right: 1rem; }
@media screen and (max-width: 39.9375em) {
  .item-list--2col li {
    float: none;
    width: 100%;
    padding-right: 0 !important;
    padding-left: 0 !important; } }
.item-list__headline {
  background: #f0f0f0;
  padding: .2em 0;
  margin-bottom: 1.25em; }

.mainnav__top-bar {
  height: 3.75rem;
  border-bottom: solid 0.0625rem #eeeff4; }

.mainnav__toggle,
.mainnav__close {
  width: 3.75rem;
  height: 3.75rem; }

.mainnav__toggle {
  background-color: #ffd500;
  margin-right: -0.625rem; }
@media print, screen and (min-width: 40em) {
  .mainnav__toggle {
    margin-right: -0.9375rem; } }

.mainnav__toggle-icon {
  position: relative;
  top: 50%;
  transform: perspective(1px) translateY(-50%);
  margin: 0 auto; }

.mainnav__toggle-bar {
  width: 18px;
  height: 3px;
  background-color: #000000;
  margin-bottom: 3px;
  margin-left: auto;
  margin-right: auto; }
.mainnav__toggle-bar:last-of-type {
  margin-bottom: 0; }

.mainnav__close {
  background-color: #000000; }

.mainnav__close-icon {
  position: relative;
  top: 50%;
  transform: perspective(1px) translateY(-50%);
  text-align: center; }
.mainnav__close-icon:before {
  content: '';
  color: #ffffff;
  width: 0.9375rem;
  height: 0.9375rem;
  background-image: url("../../img/icons/icon-close-white.svg");
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  margin: 0 auto; }

.mainnav__wrapper {
  position: fixed;
  right: -20rem;
  top: 0;
  width: 20rem;
  height: 100%;
  transition: transform 0.4s; }
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .mainnav__wrapper {
    top: auto; } }
@media screen and (max-width: 64em) {
  .mainnav__wrapper {
    background-color: #ffffff;
    transform: translate3d(0, 0, 0); } }
@media screen and (min-width: 64.0625em) {
  .mainnav__wrapper {
    position: static;
    width: auto;
    height: inherit;
    display: inline-block; } }

@media screen and (min-width: 64.0625em) {
  .mainnav__wrapper--level-1 {
    float: right; } }

mainnav__wrapper--row-level-2 {
  overflow-x: hidden; }

.mainnav__wrapper--level-2 {
  transition: transform 0.3s;
  top: 3.75rem; }
@media screen and (min-width: 64.0625em) {
  .mainnav__wrapper--level-2 {
    display: none;
    width: 100%;
    padding-bottom: 4.6875rem;
    border-top: solid 0.0625rem #eeeff4; } }
.mainnav__wrapper--level-2.open {
  transform: translate3d(-20rem, 0, 0); }
@media screen and (min-width: 64.0625em) {
  .mainnav__wrapper--level-2.open {
    display: block;
    transform: none; } }

@media screen and (min-width: 64.0625em) {
  .mainnav__wrapper--row-level-2 {
    display: -ms-flexbox;
    display: flex; } }

@media screen and (min-width: 64.0625em) {
  .mainnav__col-level-2 {
    padding-right: 0; } }

.mainnav__wrapper--level-3 {
  transition: transform 0.3s; }
@media screen and (min-width: 64.0625em) {
  .mainnav__wrapper--level-3 {
    width: 100%;
    -ms-flex: 1;
    flex: 1;
    display: none;
    background-color: #283583;
    padding-top: 1.875rem;
    padding-bottom: 1.875rem; } }
.mainnav__wrapper--level-3.open {
  transform: translate3d(-20rem, 0, 0); }
@media screen and (min-width: 64.0625em) {
  .mainnav__wrapper--level-3.open {
    display: block;
    transform: none; } }

@media screen and (min-width: 64.0625em) {
  .mainnav__col-level-3 {
    display: -ms-flexbox;
    display: flex;
    padding-left: 0; } }

.mainnav__col-level-3.nav-teaser-area {
  display: none; }
@media screen and (min-width: 64.0625em) {
  .mainnav__col-level-3.nav-teaser-area {
    display: block; } }

.mainnav__wrapper--level-4 {
  background-color: transparent;
  position: static; }

.mainnav__wrapper--level-4 {
  height: 0;
  overflow: hidden; }

@media screen and (max-width: 64em) {
  .mainnav__scrollwrapper {
    position: absolute;
    left: 0;
    right: 0;
    top: 3.75rem;
    bottom: 0;
    overflow-y: auto; } }

@media screen and (min-width: 64.0625em) {
  .mainnav__scrollwrapper {
    position: relative;
    margin-top: 1.75rem; } }

.mainnav__scrollwrapper--sublevels {
  margin-top: 0;
  top: 0;
  bottom: 3.75rem; }

/* body */
@media screen and (max-width: 64em) {
  .mainnav--open {
    overflow-y: hidden; } }

@media screen and (max-width: 64em) {
  .mainnav--open .mainnav__wrapper--level-1 {
    transform: translate3d(-20rem, 0, 0); } }

@media screen and (min-width: 64.0625em) {
  .mainnav--open .page-header {
    background-color: #ffffff; } }

@media screen and (min-width: 64.0625em) {
  .mainnav--open .mainnav__layer {
    transform: translate3d(0, 0, 0); } }

@media screen and (min-width: 64.0625em) {
  .mainnav--open .top-bar {
    background-color: #ffffff; } }

.mainnav--open .overlay {
  visibility: visible;
  opacity: 0.5; }

@media screen and (min-width: 64.0625em) {
  .mainnav--open .breadcrumb-wrapper {
    visibility: hidden;
    opacity: 0; } }

@media screen and (min-width: 64.0625em) {
  .mainnav--open .searchbar-wrapper {
    visibility: hidden;
    opacity: 0; } }

.mainnav--open .searchbar {
  z-index: -1; }

.mainnav__layer {
  position: fixed;
  right: -20rem;
  top: 0;
  height: 100%;
  width: 20rem;
  background-color: #fff;
  height: 100%;
  transition: transform 0.3s; }
@media screen and (min-width: 64.0625em) {
  .mainnav__layer {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 19;
    top: 0;
    padding-top: 7.8125rem;
    height: auto;
    background-color: #ffffff;
    transform: translate3d(0, -75rem, 0); } }

.mainnav__close-flap {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem; }
.mainnav__close-flap a {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  font-size: 1rem; }
.mainnav__close-flap a:hover {
  text-decoration: underline; }

@media screen and (min-width: 64.0625em) {
  .mainnav__close--level-2 {
    height: 4.6875rem; } }

.mainnav__image {
  width: 100%; }
@media screen and (max-width: 64em) {
  .mainnav__image {
    display: none !important; } }

.mainnav__item a {
  font-family: FrutigerLTPro-Roman; }

.mainnav__item--level-2:hover {
  background-color: #f0f0f0; }

@media screen and (min-width: 64.0625em) {
  .mainnav__item--level-2.open {
    background-color: #283583; }
  .mainnav__item--level-2.open:hover {
    background-color: #283583; }
  .mainnav__item--level-2.open > a {
    font-size: 1rem;
    font-family: FrutigerLTPro-Bold;
    color: #ffffff; } }

@media screen and (max-width: 64em) {
  .mainnav__item--level-2.active .mainnav__wrapper--level-3 {
    transform: translate3d(-20rem, 0, 0); } }

.mainnav__item--level-2.has-sub a::after {
  content: "\f105";
  font-family: "FontAwesome";
  font-size: 1.25rem;
  width: 1.3125rem;
  height: 1.3125rem;
  float: right;
  margin-top: -0.125rem; }
@media screen and (min-width: 64.0625em) {
  .mainnav__item--level-2.has-sub a::after {
    content: '';
    margin-top: -0.1875rem;
    background: url("../../img/icons/icon-arrow--nav-level-2.png"); } }

@media screen and (min-width: 64.0625em) {
  .mainnav__item--level-2.has-sub.open a::after {
    background: url("../../img/icons/icon-arrow--nav-level-2__active.png"); } }

@media screen and (max-width: 64em) {
  .mainnav__item-title h3 {
    font-family: "FrutigerLTPro-Roman", Helvetica, Roboto, Arial, sans-serif;
    padding: 1.125rem 0.7rem;
    margin-bottom: 0;
    line-height: 1;
    font-size: 1.125rem; } }

.mainnav__item-title:hover {
  background-color: #ffffff; }

.mainnav__item--level-2-back,
.mainnav__item--level-3-back {
  background-color: #afb1ba; }
.mainnav__item--level-2-back a,
.mainnav__item--level-3-back a {
  color: #ffffff; }
.mainnav__item--level-2-back a:hover,
.mainnav__item--level-3-back a:hover {
  color: #283583; }
.mainnav__item--level-2-back a:before,
.mainnav__item--level-3-back a:before {
  content: "\f104";
  font-family: "FontAwesome";
  font-size: 1.25rem;
  float: left;
  margin-top: -0.25rem;
  margin-right: 0.625rem; }

@media screen and (min-width: 64.0625em) {
  .mainnav__item--level-3 {
    padding-left: 2.0625rem;
    padding-right: 2.0625rem; } }

.mainnav__item--level-3.open .mainnav__wrapper--level-4 {
  height: auto; }

@media screen and (min-width: 64.0625em) {
  .mainnav__item--level-3 a {
    color: #ffffff; } }

.mainnav__item--level-3.has-sub > a:after {
  content: '+';
  margin-left: 0.9375rem;
  color: #ffd500; }

.mainnav__item--level-3.has-sub.open > a:after {
  content: '-';
  margin-left: 0.9375rem; }

@media screen and (max-width: 64em) {
  .mainnav__item--level-3 {
    border-bottom: solid 0.0625rem #f0f0f0; }
  .mainnav__item--level-3 > a:hover {
    background-color: #f0f0f0; } }

@media screen and (max-width: 64em) {
  .mainnav__item--level-4 > a:hover {
    background-color: #f0f0f0; } }

@media screen and (max-width: 64em) {
  .menu > li > a {
    padding-top: 1.125rem;
    padding-bottom: 1.125rem; } }

@media screen and (min-width: 64.0625em) {
  .menu--level-1 {
    display: inline-block; } }

.menu--level-1 > li {
  display: block; }
@media screen and (max-width: 64em) {
  .menu--level-1 > li {
    border-bottom: solid 0.0625rem #eeeff4; } }
@media screen and (min-width: 64.0625em) {
  .menu--level-1 > li {
    display: table-cell; } }
@media screen and (min-width: 64.0625em) {
  .menu--level-1 > li:first-child > a {
    margin-left: 0; }
  .menu--level-1 > li:last-child > a {
    margin-right: 0; } }
.menu--level-1 > li > a {
  font-size: 0.9375rem; }
@media screen and (min-width: 64.0625em) {
  .menu--level-1 > li > a {
    border-top: solid 0.1875rem transparent;
    padding-left: 0;
    padding-right: 0;
    margin-left: 0.75rem;
    margin-right: 0.75rem;
    padding-top: 1.625rem;
    padding-bottom: 1.625rem; } }
.menu--level-1 > li > a:hover {
  color: #283583; }
@media screen and (max-width: 64em) {
  .menu--level-1 > li > a:hover {
    background-color: #f0f0f0; } }
@media screen and (min-width: 64.0625em) {
  .menu--level-1 > li > a:hover {
    border-top: solid 0.1875rem #ffd500; } }
.menu--level-1 > li > a.nav-login {
  font-family: 'FrutigerLTPro-Black';
  text-transform: uppercase; }
.menu--level-1 > li > a.nav-login:hover {
  border-top-color: transparent; }
@media screen and (min-width: 64.0625em) {
  .menu--level-1 > li > a.nav-login:hover {
    text-decoration: underline; }
  .menu--level-1 > li > a.nav-login:before {
    content: '';
    width: 0.1875rem;
    height: 1rem;
    background-color: #ffd500;
    margin-left: -1.125rem;
    margin-top: -0.0625rem;
    float: left; } }
@media screen and (min-width: 75em) {
  .menu--level-1 > li > a.nav-login {
    margin-left: 3rem; }
  .menu--level-1 > li > a.nav-login:before {
    margin-left: -2.125rem; } }
.menu--level-1 > li.open > a, .menu--level-1 > li.active > a {
  background-color: transparent;
  color: #283583; }
@media screen and (min-width: 64.0625em) {
  .menu--level-1 > li.open > a, .menu--level-1 > li.active > a {
    border-top: solid 0.1875rem #ffd500; } }
@media screen and (max-width: 64em) {
  .menu--level-1 > li.has-sub > a::after {
    content: "\f105";
    font-family: "FontAwesome";
    font-size: 1.25rem;
    width: 1.3125rem;
    height: 1.3125rem;
    float: right;
    margin-top: -0.125rem; } }
@media screen and (min-width: 64.0625em) {
  .menu--level-1 > li.has-sub > a::after {
    content: '';
    background: url("../../img/icons/icon-chevron.svg"); } }

.menu--level-2 {
  position: relative;
  width: 100%;
  float: left; }
.menu--level-2 > li {
  display: block; }
@media screen and (max-width: 64em) {
  .menu--level-2 > li {
    border-bottom: solid 0.0625rem #eeeff4; } }
.menu--level-2 > li > a {
  font-size: 0.9375rem; }
@media screen and (min-width: 64.0625em) {
  .menu--level-2 > li > a {
    font-size: 1rem;
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
    padding-left: 1.375rem;
    padding-right: 1.375rem; }
  .menu--level-2 > li.active .mainnav__wrapper--level-3 {
    display: block; } }

.menu--level-3 {
  width: 100%;
  float: left; }
.menu--level-3 > li {
  display: block; }
.menu--level-3 > li > a {
  font-size: 0.9375rem; }
@media screen and (min-width: 64.0625em) {
  .menu--level-3 > li > li {
    display: table-cell; }
  .menu--level-3 > li > li > a {
    font-size: 1rem;
    padding-top: 1.75rem;
    padding-bottom: 1.75rem; } }

.menu--level-3-inner > li {
  display: block; }
@media screen and (min-width: 64.0625em) {
  .menu--level-3-inner > li > a {
    font-size: 1rem;
    padding-top: 1.75rem;
    padding-bottom: 1.75rem; }
  .menu--level-3-inner > li > a:hover {
    color: #ffd500; } }

@media screen and (min-width: 64.0625em) {
  .menu--level-3-inner {
    width: 50%;
    float: left; } }

.menu--level-4 > li {
  display: block; }
@media screen and (min-width: 64.0625em) {
  .menu--level-4 > li:hover > a {
    color: #ffd500; } }
.menu--level-4 > li > a {
  font-family: FrutigerLTPro-Light; }
@media screen and (min-width: 64.0625em) {
  .menu--level-4 > li > a {
    padding-top: 1.125rem;
    padding-bottom: 1.125rem; } }

/* body */
.home .menu--level-1 > li > a,
.keyvisual-blue .menu--level-1 > li > a {
  color: #ffffff; }

.home.mainnav--open .menu--level-1 > li > a,
.keyvisual-blue.mainnav--open .menu--level-1 > li > a {
  color: #283583; }

/* body */
.home .breadcrumb-wrapper {
  display: none !important; }

.nav-teaser-area {
  padding-left: 1.25rem; }

.nav-teaser-area__headline-wrapper {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  max-width: 100%; }
@media print, screen and (min-width: 40em) {
  .nav-teaser-area__headline-wrapper {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; } }
@media print, screen and (min-width: 53.75em) {
  .nav-teaser-area__headline-wrapper {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; } }
@media screen and (min-width: 64.0625em) {
  .nav-teaser-area__headline-wrapper {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; } }
@media screen and (min-width: 75em) {
  .nav-teaser-area__headline-wrapper {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; } }
@media screen and (min-width: 75em) {
  .nav-teaser-area__headline-wrapper {
    margin-bottom: 0.625rem; } }
.nav-teaser-area__headline-wrapper h4 {
  font-family: "FrutigerLTPro-Bold", Helvetica, Roboto, Arial, sans-serif; }

.nav-teaser-row {
  max-width: 80rem;
  margin-right: auto;
  margin-left: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  padding-top: 2.1875rem;
  padding-bottom: 3.125rem;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  background-color: #eeeff5; }

.nav-teaser-row__inner-wrapper {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem; }

.nav-teaser-events {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  max-width: 50%; }
@media print, screen and (min-width: 40em) {
  .nav-teaser-events {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; } }
@media print, screen and (min-width: 53.75em) {
  .nav-teaser-events {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; } }
@media screen and (min-width: 64.0625em) {
  .nav-teaser-events {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; } }
@media screen and (min-width: 75em) {
  .nav-teaser-events {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; } }
@media screen and (min-width: 75em) {
  .nav-teaser-events {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
    max-width: 33.33333%; } }
@media screen and (min-width: 75em) and (min-width: 40em) {
  .nav-teaser-events {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; } }
@media screen and (min-width: 75em) and (min-width: 53.75em) {
  .nav-teaser-events {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; } }
@media screen and (min-width: 75em) and (min-width: 64.0625em) {
  .nav-teaser-events {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; } }
@media screen and (min-width: 75em) and (min-width: 75em) {
  .nav-teaser-events {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; } }

.nav-teaser-events__link {
  display: block;
  height: 100%; }

.nav-teaser-events__inner-wrapper {
  background-color: #fcfcfc;
  padding-top: 1.0625rem;
  padding-bottom: 2.625rem;
  height: 100%; }

.nav-teaser-events__top,
.nav-teaser-events__content {
  padding-left: 1.875rem;
  padding-right: 1.875rem; }

.nav-teaser-events__top {
  background-color: #ffffff;
  padding-bottom: 0.625rem;
  border-bottom: solid 0.0625rem #e7e7e7; }
.nav-teaser-events__top::before, .nav-teaser-events__top::after {
  display: table;
  content: ' '; }
.nav-teaser-events__top::after {
  clear: both; }

.nav-teaser-events__date {
  float: left; }

.nav-teaser-events__date-month {
  font-family: "FrutigerLTPro-Light", Helvetica, Roboto, Arial, sans-serif;
  text-transform: uppercase;
  color: #afb1ba;
  margin-top: 0.1875rem; }

.nav-teaser-events__content {
  line-height: 1.5rem;
  font-family: "FrutigerLTPro-Light", Helvetica, Roboto, Arial, sans-serif;
  color: #404040;
  padding-top: 1.5625rem; }

.nav-teaser-events__icon {
  float: right;
  padding-top: 0.5rem; }

.nav-teaser-events__badge {
  background-color: #afb1ba;
  text-transform: uppercase;
  color: #ffffff;
  font-family: "FrutigerLTPro-Bold", Helvetica, Roboto, Arial, sans-serif;
  padding-top: 0.625rem;
  padding-bottom: 0.5rem;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  position: absolute;
  margin-top: -1.25rem; }
.nav-teaser-events__badge:before, .nav-teaser-events__badge:after {
  position: absolute;
  top: 0;
  content: '';
  width: 1.4375rem;
  height: 2.5rem;
  background-repeat: no-repeat; }
.nav-teaser-events__badge:before {
  background-image: url("../../img/event-nav/nav-teaser-events__badge-edge-left.png");
  left: -1.4375rem; }
.nav-teaser-events__badge:after {
  background-image: url("../../img/event-nav/nav-teaser-events__badge-edge-right.png");
  background-repeat: no-repeat;
  right: -1.4375rem; }

.slider-nav {
  padding: 0;
  overflow: visible; }
.slider-nav__outer-wrapper {
  position: relative;
  z-index: 19; }
.slider-nav__outer-wrapper:before {
  content: '';
  position: absolute;
  width: 100%;
  left: 0;
  background: #ffffff; }
.slider-nav__inner-wrapper {
  float: none; }
.slider-nav .owl-stage-outer {
  box-sizing: content-box;
  width: 100%;
  position: relative; }
.touchevents .slider-nav .owl-stage-outer:before, .touchevents .slider-nav .owl-stage-outer:after {
  content: '';
  background-image: linear-gradient(to right, #FFFFFF 35%, rgba(255, 255, 255, 0) 100%);
  background-clip: padding-box;
  position: absolute;
  z-index: 2; }
.slider-nav .owl-stage-outer:before {
  left: 0; }
.slider-nav .owl-stage-outer:after {
  right: 0;
  transform: rotate(180deg); }
.slider-nav .owl-stage-outer > * {
  box-sizing: border-box; }
.slider-nav .slider-nav--start .owl-stage-outer:before {
  display: none; }
.slider-nav__slider {
  position: relative; }
.no-touchevents .slider-nav__slider {
  padding: 0 2.98em; }
.no-touchevents .slider-nav__slider.slider-nav__country-slider {
  padding: 0 4.47em; }
.slider-nav .owl-next,
.slider-nav .owl-prev {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  padding: 1.49em; }
.slider-nav .owl-next .svg-icon,
.slider-nav .owl-prev .svg-icon {
  width: 1.49em;
  height: 1.49em;
  font-size: inherit; }
.slider-nav .owl-next svg,
.slider-nav .owl-prev svg {
  fill: #283583; }
.slider-nav .owl-next:not(.disabled):hover, .slider-nav .owl-next:not(.disabled):focus,
.slider-nav .owl-prev:not(.disabled):hover,
.slider-nav .owl-prev:not(.disabled):focus {
  background: #ffd500; }
.slider-nav .owl-next:not(.disabled):hover svg, .slider-nav .owl-next:not(.disabled):focus svg,
.slider-nav .owl-prev:not(.disabled):hover svg,
.slider-nav .owl-prev:not(.disabled):focus svg {
  fill: #000000; }
.slider-nav .owl-next.disabled svg,
.slider-nav .owl-prev.disabled svg {
  fill: #afb1ba; }
.touchevents .slider-nav .owl-next, .touchevents
.slider-nav .owl-prev {
  display: none; }
.slider-nav .owl-prev {
  left: -1.49em; }
.slider-nav .owl-prev .svg-icon {
  transform: rotate(180deg); }
.slider-nav .owl-next {
  right: -1.49em; }
.slider-nav + .tabs-content {
  border: 0; }
.slider-nav + .tabs-content .tabs-panel {
  padding: 0; }
.slider-nav--country {
  margin: -1.33em auto; }
.slider-nav--country .slider-nav__outer-wrapper:before {
  height: calc(100% - 2.66em);
  top: 1.33em; }
.no-touchevents .slider-nav--country .owl-stage-outer {
  padding: 1.33em 1.33em;
  margin-left: -1.33em; }
.touchevents .slider-nav--country .owl-stage-outer {
  padding: 1.33em 1.33em;
  margin-left: -1.33em; }
.touchevents .slider-nav--country .owl-stage-outer:before, .touchevents .slider-nav--country .owl-stage-outer:after {
  width: 5.33em; }
.slider-nav--ec-cat {
  margin: -0.714em 0;
  clear: both; }
.slider-nav--ec-cat .slider-nav__outer-wrapper:before {
  height: calc(100% - 1.428em);
  top: 0.714em; }
.no-touchevents .slider-nav--ec-cat .owl-stage-outer {
  padding: 0.714em 0; }
.touchevents .slider-nav--ec-cat .owl-stage-outer {
  padding: 0.714em 0.714em;
  margin-left: -0.714em; }
.touchevents .slider-nav--ec-cat .owl-stage-outer:before, .touchevents .slider-nav--ec-cat .owl-stage-outer:after {
  top: 0;
  height: 100%;
  border-image: linear-gradient(to right, #f0f0f0 35%, rgba(240, 240, 240, 0) 100%);
  border-style: solid;
  border-image-slice: 1;
  box-sizing: border-box;
  width: 4.427em;
  border-width: 0.714em 0; }
.slider-nav__outer-wrapper {
  position: relative; }
.slider-nav + section, .slider-nav + .section {
  clear: left; }
.slider-nav__prior-row {
  margin-bottom: 1.5rem; }

.date {
  color: #afb1ba;
  margin-bottom: 0.375rem; }
@media print, screen and (min-width: 53.75em) {
  .date {
    margin-bottom: 1.25rem; } }
@media screen and (min-width: 64.0625em) {
  .date {
    margin-bottom: 2.1875rem; } }

.date-icon:before {
  content: '';
  width: 1.5rem;
  height: 1.5rem;
  display: block;
  background-repeat: no-repeat;
  background-size: 0.9375rem 0.9375rem;
  background-position: center 0.25rem;
  border-radius: 50%;
  float: left;
  margin-right: 0.625rem;
  margin-top: -0.25rem; }
@media print, screen and (min-width: 53.75em) {
  .date-icon:before {
    width: 1.875rem;
    height: 1.875rem;
    background-position: center 0.4375rem; } }
@media screen and (min-width: 64.0625em) {
  .date-icon:before {
    margin-top: -0.3125rem;
    width: 2.1875rem;
    height: 2.1875rem;
    background-position: center 0.5625rem; } }

.icon--bolt:before {
  background-image: url("../../img/icons/icon-star-white.svg");
  background-color: #009dcc; }

.icon--star:before {
  background-image: url("../../img/icons/icon-star-white.svg");
  background-color: #283583; }

.news-home {
  max-width: 80rem;
  margin-right: auto;
  margin-left: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap; }
@media screen and (max-width: 39.9375em) {
  .news-home {
    padding-bottom: 3.1875rem; } }
@media print, screen and (min-width: 53.75em) {
  .news-home {
    background-image: url("../../img/bg/bg-pic-news-home.png");
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 14.375rem; } }
@media screen and (min-width: 75em) {
  .news-home {
    background-size: 18.125rem; } }

@media print, screen and (min-width: 40em) {
  .news-home__heading h2, .news-home__heading .member-info__contact h4, .member-info__contact .news-home__heading h4 {
    float: left; } }

.news-home__heading .button {
  position: absolute;
  bottom: 0;
  margin-bottom: 0; }
@media print, screen and (min-width: 40em) {
  .news-home__heading .button {
    position: relative;
    float: right; } }

@media print, screen and (min-width: 40em) {
  .news-home__heading {
    margin-bottom: 3.125rem; } }

@media print, screen and (min-width: 53.75em) {
  .news-home__heading {
    margin-bottom: 4.375rem; } }

@media screen and (min-width: 75em) {
  .news-home__heading {
    margin-bottom: 6.5625rem; } }

.news-home__item {
  margin-bottom: 0.9375rem; }
.news-home__item p + .intro {
  margin-top: 1.125rem; }
@media print, screen and (min-width: 40em) {
  .news-home__item p + .intro {
    margin-top: 1.125rem; } }
@media print, screen and (min-width: 53.75em) {
  .news-home__item p + .intro {
    margin-top: 1.5rem; } }
@media screen and (min-width: 64.0625em) {
  .news-home__item p + .intro {
    margin-top: 1.75rem; } }
@media screen and (min-width: 75em) {
  .news-home__item p + .intro {
    margin-top: 1.75rem; } }
@media screen and (min-width: 440px) and (max-width: 639px) {
  .news-home__item .column-inner-wrapper {
    max-width: 27.5rem; } }
@media screen and (min-width: 40em) and (max-width: 53.6875em) {
  .news-home__item .news-lead {
    height: 4.25rem;
    text-overflow: ellipsis; } }
@media print, screen and (min-width: 40em) {
  .news-home__item {
    margin-bottom: 3.75rem; }
  .news-home__item:last-child {
    margin-bottom: 0; } }
@media print, screen and (min-width: 53.75em) {
  .news-home__item {
    margin-bottom: 0; } }
@media screen and (min-width: 75em) {
  .news-home__item .column-inner-wrapper {
    padding-right: 20%; } }

.news__overview .pagination {
  float: left; }
.news__overview .pagination__container {
  margin-top: 5em; }
@media screen and (min-width: 64.0625em) {
  .news__overview .pagination__container {
    margin-top: 9.6em; } }

.news__detail header .indicator-wrapper--category, .news__summary-block header .indicator-wrapper--category {
  padding-right: .8em; }

.news__detail header .dropdown__toggle, .news__summary-block header .dropdown__toggle {
  padding-left: 0;
  padding-right: 0;
  background: transparent; }

.news__detail .indicator-wrapper--category, .news__summary-block .indicator-wrapper--category {
  display: inline-block; }

.news__detail .news__date, .news__summary-block .news__date {
  display: inline-block;
  color: #afb1ba; }

@media print, screen and (min-width: 40em) {
  .news__detail header,
  .news__detail .news__content,
  .news__detail .news__summary, .news__summary-block header,
  .news__summary-block .news__content,
  .news__summary-block .news__summary {
    padding-right: 20%; } }

@media screen and (min-width: 64.0625em) {
  .news__detail header,
  .news__detail .news__content,
  .news__detail .news__summary, .news__summary-block header,
  .news__summary-block .news__content,
  .news__summary-block .news__summary {
    padding-right: 0; } }

.news__detail {
  padding-top: 0; }
.news__detail header {
  margin-bottom: 1.8em; }

.news__content {
  margin-bottom: 1.85em; }

.news__summary {
  padding-top: 0.3125rem; }
@media screen and (min-width: 64.0625em) {
  .news__summary {
    padding-top: 0.625rem; } }

.news__summary-block {
  margin-bottom: 2.65em; }
@media print, screen and (min-width: 40em) {
  .news__summary-block {
    margin-bottom: 3.15em; } }
@media screen and (min-width: 75em) {
  .news__summary-block {
    margin-bottom: 4em; } }
.news__summary-block + .news__summary-block {
  padding-top: 2em;
  border-top: 1px solid #e7e7e7; }
@media print, screen and (min-width: 40em) {
  .news__summary-block + .news__summary-block {
    padding-top: 2.85em; } }
@media screen and (min-width: 75em) {
  .news__summary-block + .news__summary-block {
    padding-top: 3.35em; } }
.news__summary-block header {
  margin-bottom: .8em; }
.news__summary-block .news__summary {
  margin-bottom: 1.05em; }
.news__summary-block .news__summary p {
  margin-bottom: .1em; }

.news__scope h3 {
  color: #afb1ba;
  text-transform: uppercase;
  font-family: "FrutigerLTPro-Bold", Helvetica, Roboto, Arial, sans-serif;
  margin-bottom: .9em; }

.news__scope ul li {
  float: left;
  margin-right: 1.11111em;
  margin-top: 1.1em; }

.news__scope-list {
  background: #f0f0f0;
  padding: 0 1.1em 1.1em;
  height: 4.4857em;
  overflow: hidden;
  transition: height .2s ease 0s; }

.news__scope .filter-indicator__button {
  margin: 0; }

.news__scope .news__expand-scope {
  margin: 1.1em 0 0 1.11111em;
  float: right;
  display: none; }
.news__scope .news__expand-scope button {
  background: #ffffff;
  color: #283583;
  font-family: "FrutigerLTPro-Bold", Helvetica, Roboto, Arial, sans-serif;
  outline: 0; }
.news__scope .news__expand-scope button:after {
  color: #ffd500;
  content: '...'; }
.news__scope .news__expand-scope button:hover {
  background: #283583;
  color: #ffd500; }
.news__scope .news__expand-scope [aria-expanded="false"] [data-if="expanded"] {
  display: none; }
.news__scope .news__expand-scope [aria-expanded="true"] [data-if-not="expanded"] {
  display: none; }

.news__2-images, .news__image {
  margin-top: 2.5em;
  margin-bottom: 2.5em; }
.news__2-images img, .news__image img {
  width: 100%; }

@media screen and (max-width: 39.9375em) {
  .news__2-images {
    text-align: center; }
  .news__2-images img {
    max-width: 22rem; }
  .news__2-images > * + * {
    margin-top: 2.5em; } }

.teaser-quote {
  position: relative;
  border-left: solid 0.1875rem #ffd500;
  font-family: "FrutigerLTPro-LightItalic", Helvetica, Roboto, Arial, sans-serif;
  padding: 1.25rem 1.5625rem;
  font-size: 1rem;
  line-height: 1.5rem;
  margin-top: 0.9375rem;
  margin-bottom: 0.9375rem; }
.teaser-quote::before {
  content: '';
  position: absolute;
  right: 10%;
  top: 0.3125rem;
  width: 2rem;
  height: 1.5rem;
  background-image: url("../../img/icons/icon-quote.png");
  background-repeat: no-repeat;
  background-size: contain; }
@media print, screen and (min-width: 40em) {
  .teaser-quote {
    padding: 1.25rem 1.5625rem;
    font-size: 1rem;
    line-height: 1.5rem; }
  .teaser-quote:before {
    right: 30%;
    top: 0.3125rem;
    width: 2rem;
    height: 1.5rem; } }
@media print, screen and (min-width: 53.75em) {
  .teaser-quote {
    padding: 1.875rem 2.1875rem;
    font-size: 1.25rem;
    line-height: 1.75rem;
    margin-top: 0;
    margin-bottom: 0; }
  .teaser-quote:before {
    right: 0.625rem;
    top: 0;
    width: 2.25rem;
    height: 1.75rem; } }
@media screen and (min-width: 64.0625em) {
  .teaser-quote {
    padding: 2.5rem 2.8125rem;
    font-size: 1.5rem;
    line-height: 2.125rem; }
  .teaser-quote:before {
    right: 0.625rem;
    top: 0.3125rem;
    width: 2.625rem;
    height: 2rem; } }
@media screen and (min-width: 75em) {
  .teaser-quote {
    padding: 4.375rem 4.6875rem;
    padding-right: 3.4375rem;
    font-size: 1.625rem;
    line-height: 2.25rem; }
  .teaser-quote:before {
    right: 0.625rem;
    top: 0.9375rem;
    width: 3rem;
    height: 2.25rem; } }
.teaser-quote .text-wrapper {
  max-width: 80%; }
@media print, screen and (min-width: 40em) {
  .teaser-quote .text-wrapper {
    max-width: 60%; } }
@media print, screen and (min-width: 53.75em) {
  .teaser-quote .text-wrapper {
    max-width: none; } }

@media screen and (max-width: 64em) {
  .top-bar {
    background-color: #ffffff;
    border-bottom: solid 0.0625rem #e7e7e7; } }

@media screen and (min-width: 64.0625em) {
  .top-bar {
    position: relative;
    z-index: 20; } }

.top-bar__col {
  height: 3.75rem; }
@media screen and (min-width: 64.0625em) {
  .top-bar__col {
    height: 7.8125rem; } }

.logo-wrapper {
  background-image: url("../../img/logo.svg");
  background-repeat: no-repeat;
  width: 9.0625rem;
  height: 2.54223rem;
  height: 2.5625rem;
  margin-top: 0.5625rem; }
@media screen and (max-width: 64em) {
  .logo-wrapper {
    position: relative;
    z-index: 1; } }
@media screen and (min-width: 64.0625em) {
  .logo-wrapper {
    margin-top: 2.75rem; } }
@media screen and (min-width: 1070px) {
  .logo-wrapper {
    width: 10.625rem;
    height: 2.98055rem;
    margin-top: 2.5625rem; } }
@media screen and (min-width: 75em) {
  .logo-wrapper {
    width: 14.9375rem;
    height: 4.1903rem;
    margin-top: 2rem; } }

table {
  font-size: 0.875rem;
  border-collapse: collapse; }
table thead th:first-child,
table tbody td:first-child {
  padding-left: 2.5rem; }
table thead th:last-child,
table tbody td:last-child {
  padding-right: 2.5rem; }
@media screen and (min-width: 40em) and (max-width: 53.6875em) {
  table thead th,
  table tbody td {
    padding: 1.25rem 0.625rem; }
  table thead th:first-child,
  table tbody td:first-child {
    padding-left: 1.25rem; }
  table thead th:last-child,
  table tbody td:last-child {
    padding-right: 1.25rem; } }
table.dataTable tbody td:first-child a {
  text-decoration: underline; }
@media screen and (max-width: 39.9375em) {
  table,
  table tbody,
  table tr,
  table td {
    display: block; }
  table thead {
    position: absolute !important;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0); }
  table tbody {
    background-color: transparent;
    border: 0; }
  table tbody td {
    padding: 0.75rem 1.25rem;
    border-bottom: solid 0.0625rem #e7e7e7;
    border-left: solid 0.0625rem #e7e7e7;
    border-right: solid 0.0625rem #e7e7e7; }
  table tbody td:first-child {
    border-top: solid 0.0625rem #e7e7e7;
    background: #e6e6ea;
    padding: 0.9375rem 1.25rem 0.75rem; }
  table tbody td:last-child {
    padding: 0.75rem 1.25rem 0.9375rem;
    border-bottom: 0; }
  table tbody td:nth-child(2) {
    padding-top: 0.9375rem; }
  table tbody tr {
    margin-bottom: 0.9375rem; }
  table tbody tr:last-child {
    margin-bottom: 0; }
  table [data-title]:before {
    content: attr(data-title);
    font-weight: bold;
    display: inline-block;
    width: 7.5em; }
  table [data-title] > div {
    display: inline-block;
    width: calc(100% - 7.8em); } }

@media screen and (min-width: 40em) {
  .table__case-law thead th,
  .table__case-law tbody td {
    width: 1%;
    white-space: nowrap; }
  .table__case-law thead th:nth-child(2),
  .table__case-law tbody td:nth-child(2) {
    width: auto;
    white-space: normal; } }

@media screen and (max-width: 39.9375em) {
  .table__case-law [data-title]:nth-child(2):before {
    vertical-align: top; } }

@media screen and (max-width: 30em) {
  .table__case-law [data-title]:before {
    display: block;
    margin-bottom: 0.4375rem; }
  .table__case-law [data-title] > div {
    width: auto; } }

@media screen and (min-width: 40em) {
  .table__2col-w-date thead th:last-child,
  .table__2col-w-date tbody td:last-child {
    width: 1%;
    white-space: nowrap;
    text-align: right; } }

.pagination {
  float: right; }
.pagination__container {
  margin-top: 3.125rem; }
@media print, screen and (min-width: 40em) {
  .pagination__container {
    margin-top: 3.75rem; } }
@media print, screen and (min-width: 53.75em) {
  .pagination__container {
    margin-top: 4.6875rem; } }
@media screen and (min-width: 75em) {
  .pagination__container {
    margin-top: 6.25rem; } }
.pagination li {
  width: 2.8125rem;
  height: 2.8125rem;
  line-height: 2.8125rem;
  font-family: "FrutigerLTPro-Bold", Helvetica, Roboto, Arial, sans-serif;
  font-size: 1rem;
  display: block;
  float: left; }
@media print, screen and (min-width: 40em) {
  .pagination li {
    width: 3.125rem;
    height: 3.125rem;
    line-height: 3.125rem;
    font-size: 1rem; } }
@media print, screen and (min-width: 53.75em) {
  .pagination li {
    width: 3.125rem;
    height: 3.125rem;
    line-height: 3.125rem;
    font-size: 1rem; } }
@media screen and (min-width: 64.0625em) {
  .pagination li {
    width: 3.75rem;
    height: 3.75rem;
    line-height: 3.75rem;
    font-size: 1.125rem; } }
@media screen and (min-width: 75em) {
  .pagination li {
    width: 4.375rem;
    height: 4.375rem;
    line-height: 4.375rem;
    font-size: 1.125rem; } }
@media screen and (max-width: 34.6875em) {
  .pagination li:nth-child(4), .pagination li:nth-child(5), .pagination li:nth-child(6) {
    display: none; }
  .pagination li:last-child, .pagination li:first-child,
  .pagination li:nth-last-child(2), .pagination li.current,
    /* three items */
  .pagination li:first-child:nth-last-child(3),
  .pagination li:first-child:nth-last-child(3) ~ li,
    /* four items */
  .pagination li:first-child:nth-last-child(4),
  .pagination li:first-child:nth-last-child(4) ~ li,
    /* five items */
  .pagination li:first-child:nth-last-child(5),
  .pagination li:first-child:nth-last-child(5) ~ li,
    /* six items */
  .pagination li:first-child:nth-last-child(6),
  .pagination li:first-child:nth-last-child(6) ~ li,
    /* seven items */
  .pagination li:first-child:nth-last-child(7),
  .pagination li:first-child:nth-last-child(7) ~ li,
    /* eight items */
  .pagination li:first-child:nth-last-child(8),
  .pagination li:first-child:nth-last-child(8) ~ li
  {
  display: inline-block !important; }
}
.pagination li.current,
.pagination li.ellipsis,
.pagination li.disabled,
.pagination a {
  height: 100%;
  text-align: center; }
.pagination a {
  line-height: inherit; }
.pagination a:hover, .pagination a:hover:after, .pagination a:focus, .pagination a:focus:after {
  background: #ffffff;
  color: #283583; }
.pagination a:hover svg, .pagination a:focus svg {
  fill: #283583; }
.pagination li.disabled {
  background: transparent; }
.pagination li.disabled .svg-icon {
  opacity: .4; }
.pagination-next a:after, .pagination-next.disabled:after {
  display: none; }
.pagination-previous a:before, .pagination-previous.disabled:before {
  display: none; }
.pagination-previous .svg-icon {
  transform: rotate(180deg); }
.pagination-previous, .pagination-next {
  background: #ffd500; }
.pagination-previous .svg-icon, .pagination-next .svg-icon {
  vertical-align: middle;
  font-size: 1rem; }
@media print, screen and (min-width: 40em) {
  .pagination-previous .svg-icon, .pagination-next .svg-icon {
    font-size: 1rem; } }
@media print, screen and (min-width: 53.75em) {
  .pagination-previous .svg-icon, .pagination-next .svg-icon {
    font-size: 1.25rem; } }
@media screen and (min-width: 64.0625em) {
  .pagination-previous .svg-icon, .pagination-next .svg-icon {
    font-size: 1.5rem; } }
@media screen and (min-width: 75em) {
  .pagination-previous .svg-icon, .pagination-next .svg-icon {
    font-size: 1.5rem; } }
.pagination-previous a:hover, .pagination-previous a:focus, .pagination-next a:hover, .pagination-next a:focus {
  color: #ffd500;
  background: #000000; }
.pagination-previous a:hover svg, .pagination-previous a:focus svg, .pagination-next a:hover svg, .pagination-next a:focus svg {
  fill: #ffd500; }

.filter-indicator__button {
  display: inline-block;
  height: 2rem;
  line-height: 2rem;
  border-radius: 1rem;
  padding: 0 0.9375rem;
  margin: 0.375rem 0;
  color: inherit; }
@media print, screen and (min-width: 53.75em) {
  .filter-indicator__button {
    height: 2.25rem;
    line-height: 2.25rem;
    border-radius: 1.125rem;
    padding: 0 1.125rem; } }
@media screen and (min-width: 64.0625em) {
  .filter-indicator__button {
    height: 2.5rem;
    line-height: 2.5rem;
    border-radius: 1.25rem;
    padding: 0 1.25rem; } }
@media screen and (min-width: 75em) {
  .filter-indicator__button {
    font-size: 1rem; } }
.filter-indicator__button, .filter-indicator__button.case-status {
  border: 1px solid #e7e7e7; }
.filter-indicator__button:hover {
  background-color: #f0f0f0; }
.filter-indicator__button .close {
  font-size: 0.6em;
  vertical-align: baseline;
  margin-left: .4rem; }
.filter-indicator__button .close svg {
  fill: #283583; }
.dropdown__event-categories .filter-indicator__button {
  margin: 0; }

.filter-indicator__section {
  padding: 0.85714rem 0;
  border-top: 1px solid #e7e7e7; }
@media print, screen and (min-width: 40em) {
  .filter-indicator__section {
    padding: 0.85714rem 0; } }
@media print, screen and (min-width: 53.75em) {
  .filter-indicator__section {
    padding: 1.75rem 0; } }

.filter-indicator__fill-text {
  color: #afb1ba;
  display: inline-block;
  padding: 0 0.75rem; }

.filter-indicator--text-last .filter-indicator__fill-text {
  padding-right: 0; }

.filter-indicator__indicators {
  width: 100%;
  display: inline-block;
  padding-right: 1.875rem; }
@media screen and (min-width: 700px) {
  .filter-indicator__indicators {
    width: calc(100% - 8.75rem); } }

.filter-indicator__clear a {
  padding: 0.75rem 0; }

@media screen and (max-width: 699px) {
  .filter-indicator__clear {
    margin-top: 0.3125rem;
    margin-left: 0.75rem; }
  .filter-indicator__clear a {
    padding-bottom: 0.375rem; } }

@media screen and (min-width: 700px) {
  .filter-indicator__clear {
    float: right; } }

.filter-indicator__block {
  display: inline-block; }

.filter__section {
  padding: 0; }
.filter__section .column-inner-wrapper {
  height: 6.25rem; }
@media print, screen and (min-width: 40em) {
  .filter__section .column-inner-wrapper {
    height: 3.75rem; } }
@media print, screen and (min-width: 53.75em) {
  .filter__section .column-inner-wrapper {
    height: 5rem; } }
@media screen and (min-width: 64.0625em) {
  .filter__section .column-inner-wrapper {
    height: 5rem; } }
@media screen and (min-width: 75em) {
  .filter__section .column-inner-wrapper {
    height: 6.25rem; } }
.filter__section .dropdown__toggle {
  font-size: inherit; }
.filter__section .dropdown__toggle.float-right {
  float: none !important; }
.filter__section form {
  display: inline-block;
  height: 100%; }

.filter-indicator__button, .filter-indicator__section, .filter__section {
  font-size: 0.8125rem; }
@media print, screen and (min-width: 40em) {
  .filter-indicator__button, .filter-indicator__section, .filter__section {
    font-size: 0.8125rem; } }
@media print, screen and (min-width: 53.75em) {
  .filter-indicator__button, .filter-indicator__section, .filter__section {
    font-size: 0.9375rem; } }
@media screen and (min-width: 64.0625em) {
  .filter-indicator__button, .filter-indicator__section, .filter__section {
    font-size: 1rem; } }
@media screen and (min-width: 75em) {
  .filter-indicator__button, .filter-indicator__section, .filter__section {
    font-size: 1rem; } }

.filter__headline {
  color: #afb1ba;
  font-family: "FrutigerLTPro-Bold", Helvetica, Roboto, Arial, sans-serif;
  font-size: inherit;
  display: inline-block;
  padding-right: 2rem; }
@media screen and (max-width: 57.5em) {
  .filter__headline {
    padding-right: 1.25rem; } }
@media screen and (max-width: 45em) {
  .filter__headline {
    padding-right: 0.625rem; } }

span.filter-indicator__button {
  background-color: #ffffff; }
span.filter-indicator__button:hover {
  background-color: #ffffff; }

.mobile-filter__toggle {
  color: inherit;
  display: none; }
.mobile-filter__toggle:after {
  color: #283583;
  vertical-align: after;
  margin-left: 0.9375rem;
  transition: transform .2s ease 0s; }
@media screen and (max-width: 57.5em) {
  .mobile-filter__toggle:after {
    margin-left: 0.625rem; } }
@media screen and (max-width: 45em) {
  .mobile-filter__toggle:after {
    margin-left: 0.3125rem; } }
.mobile-filter__toggle[aria-expanded=true] {
  z-index: 1; }
.mobile-filter__toggle[aria-expanded=true]:after {
  transform: rotate(180deg); }

.mobile-filter__submit {
  display: none;
  width: 100%;
  margin-top: 1.5rem; }

@media screen and (max-width: 39.9375em) {
  .mobile-filter__toggle {
    display: inline-block;
    font-size: 0.875rem;
    outline: none;
    height: 1.875rem; }
  .mobile-filter__submit {
    display: block;
    max-width: 18.75rem; }
  .filter__section .column-inner-wrapper {
    height: auto;
    padding-top: 1rem;
    padding-bottom: 0.7rem; }
  .filter__section h2, .filter__section .member-info__contact h4, .member-info__contact .filter__section h4 {
    display: none; }
  .filter__section .dropdown__content {
    max-height: none;
    padding-left: 0.9375rem; }
  .filter__section .dropdown__toggle {
    display: block;
    height: 3rem;
    outline: none;
    font-size: 0.875rem;
    padding: 0 1.25rem; }
  .filter__section .dropdown-pane {
    padding-left: 1.25rem;
    padding-right: 1.25rem; }
  .filter__section .dropdown-pane, .filter__section .dropdown-pane:not(.is-open) {
    position: static !important; }
  .filter__section .dropdown-pane button[type=submit] {
    display: none; }
  .filter__section .dropdown-pane.is-open {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
    max-height: 25rem; } }
@media screen and (max-width: 39.9375em) and (max-width: 39.9375em) {
  .filter__section .dropdown-pane.is-open {
    max-height: none; } }

@media screen and (max-width: 39.9375em) {
  .filter__section form {
    display: block; } }

@media screen and (max-width: 39.9375em) and (min-width: 480px) {
  .filter__section .item-list li {
    width: 50%;
    float: left; } }

@media screen and (max-width: 39.9375em) {
  #filter__backdrop {
    display: none !important; } }

@media screen and (max-width: 39.9375em) {
  #filter-form:not(.is-open) {
    display: none; } }

.case-status {
  /*text-transform: uppercase; */}
.case-status--registered {
  background: #afb1ba;
  border: 1px solid #afb1ba;
  color: #ffffff; }
.case-status--registered .close svg {
  fill: #ffffff; }
.case-status--registered:hover {
  background: #e6e6ea;
  color: #404040;
  border-color: #afb1ba; }
.case-status--registered:hover .close svg {
  fill: #404040; }
.case-status--open {
  background: #ffffff;
  border: 1px solid #afb1ba;
  color: #afb1ba; }
.case-status--open .close svg {
  fill: #afb1ba; }
.case-status--open:hover {
  color: #404040; }
.case-status--open:hover .close svg {
  fill: #404040; }
.case-status--closed {
  background: #404040;
  border: 1px solid #404040;
  color: #ffffff; }
.case-status--closed .close svg {
  fill: #ffffff; }
.case-status--closed:hover {
  background-color: #afb1ba;
  color: #404040;
  border-color: #404040; }
.case-status--closed:hover .close svg {
  fill: #404040; }

/* NEW CASE STATUS COLORS */

.new_caselaw_style .case-status {
  width: 240px;
  text-align: center;
}

/* WHITE */
.case-status-new-white {
  background: #ffffff;
  border: 1px solid #afb1ba;
  color: #afb1ba;
}
.case-status-new-white .close svg {
  fill: #afb1ba;
}
.case-status-new-white:hover {
  color: #404040;
}
.case-status-new-white:hover .close svg {
  fill: #404040;
}

/* LIGHT GREEN */
.case-status-new-light-green {
  background: #c0d731;
  border: 1px solid #404040;
  color: #404040;
}
.case-status-new-light-green .close svg {
  fill: #404040;
}
.case-status-new-light-green:hover {
  background: #deeb91;
  border: 1px solid #c0d731;
  color: #afb1ba;
}
.case-status-new-light-green:hover .close svg {
  fill: #afb1ba;
}

/* YELLOW */
.case-status-new-yellow {
  background: #ffd401;
  border: 1px solid #404040;
  color: #404040;
}
.case-status-new-yellow .close svg {
  fill: #404040;
}
.case-status-new-yellow:hover {
  background: #ffe980;
  border: 1px solid #ffd401;
  color: #afb1ba;
}
.case-status-new-yellow:hover .close svg {
  fill: #afb1ba;
}

/* ORANGE */
.case-status-new-orange {
  background: #f99e1c;
  border: 1px solid #404040;
  color: #404040;
}
.case-status-new-orange .close svg {
  fill: #afb1ba;
}
.case-status-new-orange:hover {
  background: #fbce8d;
  border: 1px solid #f99e1c;
  color: #afb1ba;
}
.case-status-new-orange:hover .close svg {
  fill: #afb1ba;
}

/* GREEN */
.case-status-new-green {
  background: #009038;
  border: 1px solid #404040;
  color: #ffffff;
}
.case-status-new-green .close svg {
  fill: #ffffff;
}
.case-status-new-green:hover {
  background: #69d191;
  border: 1px solid #009038;
  color: #ffffff;
}
.case-status-new-green:hover .close svg {
  fill: #ffffff;
}

/* GREY */
.case-status-new-grey {
  background: #afb1ba;
  border: 1px solid #404040;
  color: #ffffff;
}
.case-status-new-grey .close svg {
  fill: #ffffff;
}
.case-status-new-grey:hover {
  background: #e6e6ea;
  color: #404040;
  border-color: #afb1ba;
}
.case-status-new-grey:hover .close svg {
  fill: #404040;
}

/* BLACK */
.case-status-new-black {
  background: #404040;
  border: 1px solid #404040;
  color: #ffffff;
}
.case-status-new-black .close svg {
  fill: #ffffff;
}
.case-status-new-black:hover {
  background-color: #afb1ba;
  color: #404040;
  border-color: #404040;
}
.case-status-new-black:hover .close svg {
  fill: #404040;
}

.country img {
  width: auto;
  height: .9em;
  vertical-align: text-top; }
.country img + * {
  display: inline-block;
  margin-left: .3em; }

.virtual-icon img {
  width: auto;
  height: 1.3em;
  vertical-align: text-top;
}

.action {
  font-family: "FrutigerLTPro-Bold", Helvetica, Roboto, Arial, sans-serif; }
.action .svg-icon {
  font-size: 0.6em;
  vertical-align: baseline; }
.action .svg-icon + * {
  display: inline-block;
  margin-left: .2em; }
.action svg {
  fill: #283583; }

.backdrop {
  background: rgba(0, 0, 0, 0.5);
  display: none;
  position: fixed;
  width: 100vw;
  height: 100vh;
  left: 0;
  top: 0;
  z-index: 20; }

.additional-info {
  color: #afb1ba; }

a.bold {
  font-family: "FrutigerLTPro-Bold", Helvetica, Roboto, Arial, sans-serif; }

.tabbox-close {
  display: none;
  position: absolute;
  right: 0;
  top: 0;
  width: 4.375rem;
  height: 4.375rem;
  background-color: #ffd500; }

.tabbox-close-icon {
  position: relative;
  top: 50%;
  transform: perspective(1px) translateY(-50%);
  text-align: center; }
.tabbox-close-icon:before {
  content: '';
  color: #ffffff;
  width: 0.9375rem;
  height: 0.9375rem;
  background-image: url("../../img/icons/icon-close.svg");
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  margin: 0 auto; }

.dropdown__toggle {
  position: relative;
  background: #ffffff;
  height: 100%;
  padding: 0 2rem;
  outline: none;
  font-size: 1rem; }
@media screen and (max-width: 57.5em) {
  .dropdown__toggle {
    padding: 0 1.25rem; } }
@media screen and (max-width: 45em) {
  .dropdown__toggle {
    padding: 0 0.625rem; } }
.dropdown__toggle:after {
  color: #283583;
  vertical-align: baseline;
  margin-left: 0.9375rem;
  transition: transform .2s ease 0s; }
@media screen and (max-width: 57.5em) {
  .dropdown__toggle:after {
    margin-left: 0.625rem; } }
@media screen and (max-width: 45em) {
  .dropdown__toggle:after {
    margin-left: 0.3125rem; } }
.dropdown__toggle[aria-expanded=true] {
  z-index: 21; }
.dropdown__toggle[aria-expanded=true]:after {
  transform: rotate(180deg); }

.dropdown__content {
  max-width: 30rem;
  max-height: 13.75rem;
  overflow: auto; }
.dropdown__content .item-list--2col {
  width: 30rem;
  max-width: 100%; }
@media screen and (max-width: 39.9375em) {
  .dropdown__content {
    max-width: none;
    max-height: none; }
  .dropdown__content .item-list--2col {
    width: 100%; } }
.dropdown__content label {
  padding-right: 1.25rem; }
.dropdown__content--popular label {
  font-weight: bold; }
.dropdown__content--indented {
  padding-left: 1.25em; }
.dropdown__content--indented .item-list__headline {
  box-sizing: content-box;
  width: 100%;
  padding-left: 1.25em;
  margin-left: -1.25em; }

.dropdown-pane {
  visibility: visible;
  overflow: hidden;
  max-height: 22.1875rem;
  transition: all .3s ease 0s;
  position: absolute !important;
  background-color: #ffffff;
  z-index: 21; }
.dropdown-pane button[type=submit] {
  float: right;
  margin: 1.8em 0 0; }
.dropdown-pane > * {
  padding-right: 0.9375rem; }
.dropdown-pane:not(.is-open) {
  max-height: 0;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  position: absolute !important; }
.dropdown-pane[data-no-backdrop].is-open {
  box-shadow: 0px 0px 33px 5px rgba(0, 0, 0, 0.15); }
.dropdown-pane .button--for-2col {
  margin-right: 0.9375rem !important; }

.dropdown--small.dropdown-pane {
  padding: 1.25rem; }
.dropdown--small.dropdown-pane > * {
  padding-right: 0; }

.dropdown--small .dropdown__content {
  max-width: none;
  max-height: none;
  overflow: inherit; }

.dropdown__toggle.dropdown__toggle--multiple-categories {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem; }
@media screen and (min-width: 64.0625em) {
  .dropdown__toggle.dropdown__toggle--multiple-categories {
    padding-top: 0;
    padding-bottom: 0; } }

.dropdown--divided {
  padding-top: 0;
  max-width: 100%; }
.dropdown--divided .dropdown__cols {
  display: -ms-flexbox;
  display: flex; }
@media screen and (max-width: 39.9375em) {
  .dropdown--divided .dropdown__cols {
    display: block; } }
.dropdown--divided .dropdown__col {
  padding-top: 1.875rem;
  min-width: 15em;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding-right: 1rem; }
.dropdown--divided .dropdown__col + .dropdown__col {
  border-left: 1px solid #e7e7e7;
  border-right: 0;
  padding-right: 0;
  padding-left: 2rem; }
@media screen and (max-width: 39.9375em) {
  .dropdown--divided .dropdown__col {
    border: 0;
    padding-right: 0;
    padding-top: 0; }
  .dropdown--divided .dropdown__col + .dropdown__col {
    border: 0;
    padding-left: 0;
    margin-top: 0.9375rem; } }
.dropdown--divided .dropdown__col .dropdown__content {
  max-height: calc(13.75rem - 2.6em); }
@media screen and (max-width: 39.9375em) {
  .dropdown--divided .dropdown__col .dropdown__content {
    max-height: none; } }

.dropdown__col-headline {
  text-transform: uppercase;
  color: #afb1ba;
  margin-bottom: 1em; }
@media screen and (min-width: 53.75em) {
  .dropdown__col-headline {
    font-size: 0.875rem; } }

.custom-control {
  position: relative;
  display: inline-block;
  min-height: 1.5rem;
  padding-left: 2.5em;
  margin-right: 1rem;
  cursor: pointer;
  line-height: 1.5;
  margin-bottom: -.25em; }

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
  margin: 0; }
.custom-control-input:checked ~ .custom-control-indicator {
  color: #000000;
  background-color: #ffd500;
  box-shadow: none;
  border: 1px solid #ffd500; }
.custom-control-input:focus ~ .custom-control-indicator {
  box-shadow: none; }
.custom-control-input:disabled ~ .custom-control-indicator {
  cursor: not-allowed;
  background-color: #e7e7e7; }
.custom-control-input:disabled ~ .custom-control-description {
  color: #e7e7e7;
  cursor: not-allowed; }

.custom-control-description {
  padding-top: .1em;
  display: inline-block; }

.custom-control-indicator {
  position: absolute;
  top: 0.125em;
  left: 0;
  display: block;
  width: 1.25em;
  height: 1.25em;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
  box-shadow: none;
  border: 1px solid #afb1ba; }

.custom-checkbox .custom-control-indicator {
  border-radius: 0; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-indicator {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 40.5 30.7'%3E%3Cpolygon fill='%23000000' points='13.1,30.7 0,17.6 3.2,14.3 13.1,24.2 37.3,0 40.5,3.2'/%3E%3C/svg%3E"); }

.custom-radio .custom-control-indicator {
  border-radius: 50%; }

.custom-radio .custom-control-input:checked ~ .custom-control-indicator {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23000000'/%3E%3C/svg%3E"); }

label {
  cursor: pointer; }

.is-expandable {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.6s; }

.is-expanded {
  max-height: 50rem; }

.expand-trigger {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem; }
.expand-trigger:before {
  content: 'Open';
  transition: color 0.3s; }
.expand-trigger:after {
  font-family: "FontAwesome";
  content: "\f105";
  color: #ffd500;
  font-size: 1.125rem;
  font-weight: 700;
  margin-left: 0.875rem;
  vertical-align: -0.125rem;
  transform: rotate(90deg);
  display: inline-block;
  transition: transform 0.3s; }
@media print, screen and (min-width: 40em) {
  .expand-trigger:after {
    font-size: 1.25rem;
    vertical-align: -0.1875rem; } }
@media print, screen and (min-width: 53.75em) {
  .expand-trigger:after {
    margin-left: 1.0625rem;
    font-size: 1.375rem;
    vertical-align: -0.25rem; } }
@media screen and (min-width: 64.0625em) {
  .expand-trigger:after {
    margin-left: 1.0625rem;
    font-size: 1.5rem; } }
@media screen and (min-width: 75em) {
  .expand-trigger:after {
    margin-left: 1.0625rem;
    font-size: 1.5rem; } }
.expand-trigger.is-active:before {
  content: 'Close'; }
.expand-trigger.is-active:after {
  transform: rotate(-90deg);
  vertical-align: -0.0625rem; }
@media print, screen and (min-width: 40em) {
  .expand-trigger.is-active:after {
    vertical-align: -0.125rem; } }
@media print, screen and (min-width: 53.75em) {
  .expand-trigger.is-active:after {
    vertical-align: -0.1875rem; } }

.quad-accordion {
  padding-top: 0.625rem; }
@media print, screen and (min-width: 40em) {
  .quad-accordion {
    padding-top: 1.25rem; } }
@media print, screen and (min-width: 53.75em) {
  .quad-accordion {
    padding-top: 2.5rem; } }
@media screen and (min-width: 64.0625em) {
  .quad-accordion {
    padding-top: 3.125rem; } }

.quad-accordion__row {
  border-left: solid 0.0625rem #e7e7e7; }
.quad-accordion__row .column:last-child:not(:first-child), .quad-accordion__row .columns:last-child:not(:first-child), .quad-accordion__row .responsive-accordion-tabs .tabs.vertical:last-child:not(:first-child), .responsive-accordion-tabs .quad-accordion__row .tabs.vertical:last-child:not(:first-child), .quad-accordion__row .responsive-accordion-tabs .tabs.vertical + .tabs-content:last-child:not(:first-child), .responsive-accordion-tabs .quad-accordion__row .tabs.vertical + .tabs-content:last-child:not(:first-child),
.quad-accordion__row .columns:last-child:not(:first-child) {
  float: left; }

.quad-accordion__item::before, .quad-accordion__item::after {
  display: table;
  content: ' '; }

.quad-accordion__item::after {
  clear: both; }

.quad-accordion__item .quad-accordion__heading {
  font-family: "FrutigerLTPro-Bold", Helvetica, Roboto, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.25rem;
  transition: color 0.3s;
  width: calc(100% - 40px); }

.quad-accordion__item .quad-accordion__info {
  font-family: "FrutigerLTPro-Light", Helvetica, Roboto, Arial, sans-serif;
  color: #afb1ba;
  margin-bottom: 0.625rem; }

.quad-accordion__item a {
  text-decoration: none; }
.quad-accordion__item a.expand-trigger {
  font-family: "FrutigerLTPro-Bold", Helvetica, Roboto, Arial, sans-serif;
  display: block; }

.quad-accordion__item .quad-accordion__overview {
  position: relative;
  border-bottom: solid 0.0625rem #e7e7e7;
  border-right: solid 0.0625rem #e7e7e7;
  border-top: solid 0.0625rem #e7e7e7;
  margin-top: -0.0625rem;
  padding: 1.375rem 1.25rem 0.625rem 1.25rem;
  background-image: url("../../img/bg/bg-quad-accordion-inactive.png");
  background-size: cover;
  transition: background-image 300ms ease-in; }
.quad-accordion__item .quad-accordion__overview .icon--round {
  position: absolute;
  right: 0;
  top: 0.9375rem;
  right: 1.25rem; }
.quad-accordion__item .quad-accordion__overview .icon--round svg {
  width: 90%;
  height: 90%; }

.quad-accordion__item.is-active .quad-accordion__heading {
  color: #ffffff; }

.quad-accordion__item.is-active .expand-trigger__quad-accordion {
  color: #ffffff; }

.quad-accordion__item.is-active .quad-accordion__info {
  color: #ffffff;
  opacity: 0.5; }

.quad-accordion__item.is-active.competition .quad-accordion__overview {
  background-image: url("../../img/bg/quad-accordion/bg-quad-accordion-competition-active.png"); }

.quad-accordion__item.is-active.electricity .quad-accordion__overview {
  background-image: url("../../img/bg/quad-accordion/bg-quad-accordion-electricity-active.png"); }

.quad-accordion__item.is-active.energy-mix .quad-accordion__overview {
  background-image: url("../../img/bg/quad-accordion/bg-quad-accordion-energymix-active.png"); }

.quad-accordion__item.is-active.environment .quad-accordion__overview {
  background-image: url("../../img/bg/quad-accordion/bg-quad-accordion-environment-active.png"); }

.quad-accordion__item.is-active.gas .quad-accordion__overview {
  background-image: url("../../img/bg/quad-accordion/bg-quad-accordion-gas-active.png"); }

.quad-accordion__item.is-active.infrastructure .quad-accordion__overview {
  background-image: url("../../img/bg/quad-accordion/bg-quad-accordion-infrastructure-active.png"); }

.quad-accordion__item.is-active.neutral .quad-accordion__overview {
  background-image: url("../../img/bg/quad-accordion/bg-quad-accordion-neutral-active.png"); }

.quad-accordion__item.is-active.oil .quad-accordion__overview {
  background-image: url("../../img/bg/quad-accordion/bg-quad-accordion-oil-active.png"); }

.quad-accordion__item.is-active.renewable-energy .quad-accordion__overview {
  background-image: url("../../img/bg/quad-accordion/bg-quad-accordion-renewableenergy-active.png"); }

.quad-accordion__item.is-active.regulator .quad-accordion__overview {
  background-image: url("../../img/bg/quad-accordion/bg-quad-accordion-regulator-active.png"); }

.quad-accordion__item.is-active.energy-efficiency .quad-accordion__overview {
  background-image: url("../../img/bg/quad-accordion/bg-quad-accordion-energyefficiency-active.png"); }

.quad-accordion__item.is-active.supply-security .quad-accordion__overview {
  background-image: url("../../img/bg/quad-accordion/bg-quad-accordion-securityofsupply-active.png"); }

.quad-accordion__item.is-active.social .quad-accordion__overview {
  background-image: url("../../img/bg/quad-accordion/bg-quad-accordion-social-active.png"); }

.quad-accordion__item.is-active.statistics .quad-accordion__overview {
  background-image: url("../../img/bg/quad-accordion/bg-quad-accordion-statistics-active.png"); }

.quad-accordion__item .quad-accordion__detail {
  position: relative; }
.quad-accordion__item .quad-accordion__detail .inner-wrapper {
  position: relative; }
.quad-accordion__item .quad-accordion__detail .inner-wrapper.is-expanded {
  max-height: 625rem; }

.quad-accordion__item .quad-accordion__detail-content {
  opacity: 0;
  transition: opacity 0.6s; }
.quad-accordion__item .quad-accordion__detail-content .inner-container {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem; }

.quad-accordion__item .is-expanded .quad-accordion__detail-content {
  opacity: 1; }

@media print, screen and (min-width: 40em) {
  .quad-accordion__item .quad-accordion__heading {
    height: 3.125rem;
    font-size: 1rem;
    line-height: 1.375rem;
    margin-bottom: 0; }
  .quad-accordion__item .quad-accordion__info {
    height: 4.25rem;
    overflow: hidden; }
  .quad-accordion__item .quad-accordion__overview {
    padding: 1.875rem 1.25rem 1.25rem 1.25rem; }
  .quad-accordion__item .quad-accordion__detail {
    width: 200%; }
  .quad-accordion__item .quad-accordion__detail-content .inner-container {
    padding-top: 3rem;
    padding-bottom: 3rem; } }

@media screen and (min-width: 40em) and (max-width: 53.6875em) {
  .quad-accordion__item:nth-of-type(2n+1) {
    clear: left; }
  .quad-accordion__item:nth-of-type(2n+1) .quad-accordion__detail .inner-wrapper {
    left: 0; }
  .quad-accordion__item:nth-of-type(2n) .quad-accordion__detail .inner-wrapper {
    left: -50%; } }

@media print, screen and (min-width: 53.75em) {
  .quad-accordion__item .quad-accordion__heading {
    height: 3.75rem;
    font-size: 1.125rem;
    line-height: 1.625rem; }
  .quad-accordion__item .quad-accordion__overview {
    padding: 1.875rem 1.25rem 1.25rem 1.25rem; }
  .quad-accordion__item .quad-accordion__info {
    height: 5rem; }
  .quad-accordion__item .quad-accordion__detail {
    width: 300%; }
  .quad-accordion__item .quad-accordion__detail-content .inner-container {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
    padding-left: 0;
    padding-right: 0; } }

@media screen and (min-width: 53.75em) and (max-width: 64em) {
  .quad-accordion__item:nth-of-type(3n+1) {
    clear: left; }
  .quad-accordion__item:nth-of-type(3n+1) .quad-accordion__detail .inner-wrapper {
    left: 0; }
  .quad-accordion__item:nth-of-type(3n+2) .quad-accordion__detail .inner-wrapper {
    left: -33.333333%; }
  .quad-accordion__item:nth-of-type(3n+3) .quad-accordion__detail .inner-wrapper {
    left: -66.66666%; } }

@media screen and (min-width: 64.0625em) {
  .quad-accordion__item .quad-accordion__heading {
    height: 3.75rem;
    overflow: hidden;
    font-size: 1.375rem;
    line-height: 1.75rem; }
  .quad-accordion__item .quad-accordion__detail {
    width: 300%; }
  .quad-accordion__item .quad-accordion__overview {
    padding: 1.875rem 1.875rem 1.25rem 1.875rem; }
  .quad-accordion__item .quad-accordion__detail-content .inner-container {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem; } }

@media screen and (min-width: 64.0625em) and (max-width: 74.9375em) {
  .quad-accordion__item:nth-of-type(3n+1) {
    clear: left; }
  .quad-accordion__item:nth-of-type(3n+1) .quad-accordion__detail .inner-wrapper {
    left: 0; }
  .quad-accordion__item:nth-of-type(3n+2) .quad-accordion__detail .inner-wrapper {
    left: -33.333333%; }
  .quad-accordion__item:nth-of-type(3n+3) .quad-accordion__detail .inner-wrapper {
    left: -66.66666%; } }

@media screen and (min-width: 75em) {
  .quad-accordion__item .quad-accordion__heading {
    height: 3.75rem;
    font-size: 1.375rem;
    line-height: 1.75rem;
    width: 100%; }
  .quad-accordion__item .quad-accordion__overview {
    padding: 3.75rem 4.6875rem 2.5rem 4.6875rem; }
  .quad-accordion__item .quad-accordion__content {
    width: 300%; }
  .quad-accordion__item .quad-accordion__detail-content .inner-container {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem; } }

@media screen and (min-width: 75em) {
  .quad-accordion__item:nth-of-type(3n+1) {
    clear: left; }
  .quad-accordion__item:nth-of-type(3n+1) .quad-accordion__detail .inner-wrapper {
    left: 0; }
  .quad-accordion__item:nth-of-type(3n+2) .quad-accordion__detail .inner-wrapper {
    left: -33.333333%; }
  .quad-accordion__item:nth-of-type(3n+3) .quad-accordion__detail .inner-wrapper {
    left: -66.66666%; } }

section.bg-light-gray .quad-accordion__detail .inner-wrapper, .bg-light-gray.section .quad-accordion__detail .inner-wrapper {
  border-left: solid 0.0625rem #fcfcfc;
  margin-left: -0.0625rem; }

section.bg-medium-gray .quad-accordion__detail .inner-wrapper, .bg-medium-gray.section .quad-accordion__detail .inner-wrapper {
  border-left: solid 0.0625rem #f0f0f0;
  margin-left: -0.0625rem; }

.membership-card {
  position: relative;
  z-index: 16;
  margin-top: -1.25rem; }
@media screen and (max-width: 64em) {
  .membership-card {
    background-color: #ffffff; } }
@media print, screen and (min-width: 40em) {
  .membership-card {
    margin-top: -2.5rem; } }
@media screen and (min-width: 64.0625em) {
  .membership-card {
    display: -ms-flexbox;
    display: flex;
    margin-top: -3.75rem; } }
@media screen and (min-width: 75em) {
  .membership-card {
    margin-top: -5.3125rem; } }
.membership-card h4 {
  font-family: "FrutigerLTPro-Bold", Helvetica, Roboto, Arial, sans-serif; }
@media screen and (min-width: 75em) {
  .membership-card h4 {
    font-size: 1.375rem; } }

.membership-card__content {
  background-color: #ffffff;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem; }
@media print, screen and (min-width: 40em) {
  .membership-card__content {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem; } }
@media print, screen and (min-width: 53.75em) {
  .membership-card__content {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem; } }
@media screen and (min-width: 64.0625em) {
  .membership-card__content {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 4.375rem;
    height: 11.25rem;
    overflow: hidden;
    -ms-flex: 1;
    flex: 1; } }
@media screen and (min-width: 75em) {
  .membership-card__content {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 5.625rem;
    height: 15.625rem; } }
.membership-card__content .info-heading {
  text-transform: uppercase;
  color: #afb1ba;
  font-size: 0.6875rem;
  line-height: 1rem; }
@media print, screen and (min-width: 40em) {
  .membership-card__content .info-heading {
    font-size: 0.6875rem;
    line-height: 1rem; } }
@media print, screen and (min-width: 53.75em) {
  .membership-card__content .info-heading {
    font-size: 0.8125rem;
    line-height: 1.125rem; } }
@media screen and (min-width: 64.0625em) {
  .membership-card__content .info-heading {
    font-size: 0.875rem;
    line-height: 1.375rem;
    margin-bottom: 0.1875rem; } }
@media screen and (min-width: 75em) {
  .membership-card__content .info-heading {
    font-size: 0.875rem;
    line-height: 1.375rem; } }
.membership-card__content .info-dscr {
  font-family: "FrutigerLTPro-Light", Helvetica, Roboto, Arial, sans-serif; }

@media screen and (min-width: 64.0625em) {
  .membership-card__left-edge {
    height: 11.25rem; } }

@media screen and (min-width: 75em) {
  .membership-card__left-edge {
    height: auto; } }

@media screen and (min-width: 64.0625em) {
  .membership-card__content-row {
    height: inherit; } }

@media screen and (min-width: 64.0625em) {
  .membership-card__main-col {
    position: relative;
    top: 50%;
    transform: perspective(1px) translateY(-50%); } }

@media screen and (max-width: 39.9375em) {
  .membership-card__info-col-1 {
    margin-bottom: 0.625rem; } }

@media print, screen and (min-width: 40em) {
  .membership-card__country-col {
    margin-top: -1.875rem;
    margin-bottom: -1.875rem; } }

@media screen and (min-width: 64.0625em) {
  .membership-card__country-col {
    margin-top: 0;
    margin-bottom: 0;
    height: 11.25rem; }
  .membership-card__country-col .column-inner-wrapper {
    height: inherit; } }

@media screen and (min-width: 75em) {
  .membership-card__country-col {
    height: 15.625rem; }
  .membership-card__country-col .column-inner-wrapper {
    padding-right: 2.5rem; } }

@media screen and (min-width: 64.0625em) {
  .membership-card__heading {
    margin-bottom: 0.9375rem; } }

@media screen and (min-width: 75em) {
  .membership-card__heading {
    margin-bottom: 1.25rem; } }

.membership-card__country-icon {
  width: 100%;
  height: inherit;
  display: inline-block; }
.membership-card__country-icon svg {
  fill: #afb1ba; }
@media print, screen and (min-width: 40em) {
  .membership-card__country-icon svg {
    width: 85%;
    height: 85%;
    float: right; } }
@media print, screen and (min-width: 53.75em) {
  .membership-card__country-icon svg {
    width: 75%;
    height: 75%; } }
@media screen and (min-width: 64.0625em) {
  .membership-card__country-icon svg {
    width: 90%;
    height: 90%;
    float: none; } }

.detail-page-heading__inner-row {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 5.625rem; }
@media print, screen and (min-width: 53.75em) {
  .detail-page-heading__inner-row {
    padding-top: 6.875rem; } }
@media screen and (min-width: 64.0625em) {
  .detail-page-heading__inner-row {
    padding-top: 0; } }

@media screen and (min-width: 64.0625em) {
  .detail-page-heading {
    height: 13.75rem;
    overflow: visible; } }

@media screen and (min-width: 75em) {
  .detail-page-heading {
    height: 16.875rem; } }

.detail-page-heading .keyvisual__shape-overlay-wrapper {
  z-index: 1; }

.detail-page-heading .keyvisual__shape-overlays:after {
  background-image: none;
  display: none; }

.detail-page-heading .keyvisual__shape-overlays .overlay-left {
  position: absolute;
  left: -14.625rem;
  height: auto; }
@media screen and (min-width: 75em) {
  .detail-page-heading .keyvisual__shape-overlays .overlay-left {
    left: -11.375rem; } }

@media screen and (min-width: 64.0625em) {
  .event-detail-box-col > .column-inner-wrapper {
    padding-right: 0; } }

.event-detail-box {
  position: relative;
  height: 11.25rem;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center; }
.event-detail-box:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #ffffff;
  opacity: 0.3; }
@media print, screen and (min-width: 40em) {
  .event-detail-box {
    height: 18.75rem; } }
@media print, screen and (min-width: 53.75em) {
  .event-detail-box {
    height: 25rem; } }
@media screen and (min-width: 64.0625em) {
  .event-detail-box {
    height: 31.25rem; } }
@media screen and (min-width: 75em) {
  .event-detail-box {
    height: 31.25rem; } }

@media screen and (max-width: 39.9375em) {
  .event-detail-box__venue-row .column-inner-wrapper {
    background-color: #ffffff; } }

@media screen and (min-width: 40em) and (max-width: 53.6875em) {
  .event-detail-box__venue-row .column-inner-wrapper {
    padding-left: 1.875rem;
    padding-right: 1.875rem; } }

@media screen and (min-width: 53.75em) and (max-width: 64em) {
  .event-detail-box__venue-row .column-inner-wrapper {
    padding-left: 2.5rem;
    padding-right: 2.5rem; } }

@media screen and (min-width: 64.0625em) {
  .event-detail-box__venue-row .column-inner-wrapper {
    padding-left: 0;
    padding-right: 0; } }

.event-detail-box__venue, .contact-box {
  position: relative;
  padding: 1.25rem 0; }
@media print, screen and (min-width: 40em) {
  .event-detail-box__venue, .contact-box {
    padding: 1.5625rem 1.875rem;
    margin-top: -3.125rem;
    box-shadow: 0px 0px 33px 5px rgba(0, 0, 0, 0.15); } }
@media print, screen and (min-width: 53.75em) {
  .event-detail-box__venue, .contact-box {
    padding: 1.875rem 2.5rem;
    margin-top: -3.75rem; } }
@media screen and (min-width: 64.0625em) {
  .event-detail-box__venue, .contact-box {
    padding: 2.5rem;
    margin-top: -8.75rem;
    margin-bottom: 5rem; } }
@media screen and (min-width: 75em) {
  .event-detail-box__venue, .contact-box {
    padding: 3.75rem;
    margin-top: -13.125rem;
    margin-bottom: 6.25rem; } }
.event-detail-box__venue h4, .contact-box h4 {
  margin-bottom: 0; }
@media screen and (max-width: 39.9375em) {
  .event-detail-box__venue hr, .contact-box hr {
    margin-top: 0.9375rem; } }
@media screen and (min-width: 40em) and (max-width: 53.6875em) {
  .event-detail-box__venue hr, .contact-box hr {
    margin-top: 0.9375rem; } }
@media print, screen and (min-width: 53.75em) {
  .event-detail-box__venue hr, .contact-box hr {
    margin-bottom: 1.5625rem; } }
@media screen and (min-width: 75em) {
  .event-detail-box__venue hr, .contact-box hr {
    margin-top: 1.4375rem;
    margin-bottom: 1.75rem; } }

.event-detail-box__date {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 5rem;
  min-height: 2.25rem;
  text-align: center;
  padding: 0.625rem; }
@media print, screen and (min-width: 40em) {
  .event-detail-box__date {
    min-width: 6.875rem;
    min-height: 3.75rem;
    padding: 1.25rem; } }
@media print, screen and (min-width: 53.75em) {
  .event-detail-box__date {
    min-width: 8.75rem;
    min-height: 7.5rem; } }
@media screen and (min-width: 64.0625em) {
  .event-detail-box__date {
    min-width: 10rem;
    min-height: 9.375rem;
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
    box-shadow: 0px 0px 33px 5px rgba(0, 0, 0, 0.15); } }
@media screen and (min-width: 75em) {
  .event-detail-box__date {
    min-width: 10rem;
    min-height: 9.375rem; } }

.event-detail-box__date-days {
  font-size: 1rem;
  line-height: 1.25rem;
  margin-bottom: 0.3125rem; }
@media print, screen and (min-width: 40em) {
  .event-detail-box__date-days {
    font-size: 1.25rem;
    line-height: 1.375rem; } }
@media print, screen and (min-width: 53.75em) {
  .event-detail-box__date-days {
    font-size: 1.5rem;
    line-height: 1.625rem; } }
@media screen and (min-width: 64.0625em) {
  .event-detail-box__date-days {
    font-size: 1.75rem;
    line-height: 1.75rem;
    margin-bottom: 0.5rem; } }
@media screen and (min-width: 75em) {
  .event-detail-box__date-days {
    font-size: 1.75rem;
    line-height: 1.75rem; } }

.event-detail-box__date-month-year {
  font-family: "FrutigerLTPro-Light", Helvetica, Roboto, Arial, sans-serif;
  font-size: 0.8125rem;
  line-height: 1.1875rem;
  color: #afb1ba; }
@media print, screen and (min-width: 40em) {
  .event-detail-box__date-month-year {
    font-size: 1rem;
    line-height: 1.375rem; } }
@media print, screen and (min-width: 53.75em) {
  .event-detail-box__date-month-year {
    font-size: 1.125rem;
    line-height: 1.625rem; } }
@media screen and (min-width: 64.0625em) {
  .event-detail-box__date-month-year {
    font-size: 1.375rem;
    line-height: 1.75rem; } }
@media screen and (min-width: 75em) {
  .event-detail-box__date-month-year {
    font-size: 1.375rem;
    line-height: 1.75rem; } }

@media screen and (min-width: 53.75em) and (max-width: 64em) {
  .event-detail-info-box-col .column-inner-wrapper {
    padding-left: 0;
    padding-right: 0; } }

@media screen and (min-width: 64.0625em) {
  .event-detail-info-box-col .column-inner-wrapper {
    padding-left: 0; } }

.event-detail-info-box {
  position: relative;
  margin-bottom: 2.1875rem;
  color: #ffffff;
  text-transform: uppercase;
  border-bottom: solid 3px #ffd500; }
.event-detail-info-box a {
  color: #ffffff;
  padding: 1.25rem 5rem 1.25rem 1.25rem;
  display: block; }
.event-detail-info-box a:hover {
  text-decoration: underline; }
@media print, screen and (min-width: 40em) {
  .event-detail-info-box {
    margin-left: 1.875rem;
    margin-right: 1.875rem;
    margin-bottom: 3.125rem;
    box-shadow: 0px 0px 33px 5px rgba(0, 0, 0, 0.15); }
  .event-detail-info-box a {
    padding: 1.5625rem 5.9375rem 1.5625rem 1.875rem; } }
@media print, screen and (min-width: 53.75em) {
  .event-detail-info-box {
    margin-left: 3.75rem;
    margin-right: 3.75rem;
    border-bottom: solid 3px #ffd500;
    margin-bottom: 4.0625rem; }
  .event-detail-info-box a {
    padding: 1.875rem 7.5rem 1.875rem 2.5rem; } }
@media screen and (min-width: 64.0625em) {
  .event-detail-info-box {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
    box-shadow: none;
    text-align: center; }
  .event-detail-info-box a {
    padding: 5.25rem 2.5rem; } }
.event-detail-info-box.reimbursement:before {
  top: 50%;
  margin-top: -1.25rem;
  position: absolute;
  right: 1.25rem;
  content: '';
  background-image: url("../../img/icons/icon-exchange.svg");
  background-repeat: no-repeat;
  width: 2.8125rem;
  height: 2.5rem;
  display: block; }
@media print, screen and (min-width: 40em) {
  .event-detail-info-box.reimbursement:before {
    right: 1.875rem; } }
@media print, screen and (min-width: 53.75em) {
  .event-detail-info-box.reimbursement:before {
    width: 3.4375rem;
    height: 3.125rem;
    margin-top: -1.5625rem;
    right: 2.5rem; } }
@media screen and (min-width: 64.0625em) {
  .event-detail-info-box.reimbursement:before {
    width: 3.4375rem;
    height: 3.125rem;
    margin-top: 0;
    right: 7px;
    top: 7px; } }
.event-detail-info-box.registration:before {
  top: 50%;
  margin-top: -1.25rem;
  position: absolute;
  right: 1.25rem;
  content: '';
  background-image: url("../../img/icons/icon-clipboard.svg");
  background-repeat: no-repeat;
  width: 2.25rem;
  height: 2.5rem;
  display: block; }
@media print, screen and (min-width: 40em) {
  .event-detail-info-box.registration:before {
    right: 1.875rem; } }
@media print, screen and (min-width: 53.75em) {
  .event-detail-info-box.registration:before {
    width: 2.25rem;
    height: 3.125rem;
    margin-top: -1.5625rem;
    right: 2.5rem; } }
@media screen and (min-width: 64.0625em) {
  .event-detail-info-box.registration:before {
    width: 2.25rem;
    height: 3.125rem;
    margin-top: 0;
    right: 13px;
    top: 11px; } }
.event-detail-info-box.invite-only {
  margin-bottom: 0; }

.event-detail-info-box--invite-only {
  font-family: "FrutigerLTPro-Light", Helvetica, Roboto, Arial, sans-serif;
  padding: 1rem 5rem 1rem 1.25rem;
  margin-bottom: 2.1875rem; }
@media print, screen and (min-width: 40em) {
  .event-detail-info-box--invite-only {
    padding: 1.125rem 5.9375rem 1.125rem 1.875rem;
    margin-left: 1.875rem;
    margin-right: 1.875rem;
    margin-bottom: 3.125rem; } }
@media print, screen and (min-width: 53.75em) {
  .event-detail-info-box--invite-only {
    padding: 1.5rem 7.5rem 1.5rem 2.5rem;
    margin-left: 3.75rem;
    margin-right: 3.75rem;
    margin-bottom: 4.0625rem; } }
@media screen and (min-width: 64.0625em) {
  .event-detail-info-box--invite-only {
    text-align: center;
    padding: 1rem 2.5rem;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0; } }
.event-detail-info-box--invite-only .text-wrapper {
  position: relative;
  padding-left: 0.9375rem; }
.event-detail-info-box--invite-only .text-wrapper:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -0.6875rem;
  background-image: url("../../img/icons/icon-exclamation-mark.svg");
  background-repeat: no-repeat;
  width: 0.625rem;
  height: 1.25rem;
  display: inline-block; }

[data-tabs-content="member-info-tabs"] {
  background: none;
  border: 0; }
[data-tabs-content="member-info-tabs"] .tabs-panel {
  padding: 0; }

#member-info {
  position: relative;
  overflow: visible; }

.member-info__info-box {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative; }
@media screen and (max-width: 39.9375em) {
  .member-info__info-box {
    margin: 0 !important; } }
@media screen and (min-width: 53.75em) {
  .member-info__info-box {
    -ms-flex-direction: row;
    flex-direction: row;
    margin-left: 0 !important;
    margin-right: 0 !important; } }
@media screen and (min-width: 64.0625em) {
  .member-info__info-box .tabbox-close {
    display: block;
    right: 1.875rem; } }
@media screen and (min-width: 75em) {
  .member-info__info-box .tabbox-close {
    right: 0.9375rem; } }

.member-info__header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column; }
@media screen and (min-width: 40em) and (max-width: 53.6875em) {
  .member-info__header {
    -ms-flex-direction: row;
    flex-direction: row; } }
.member-info__header .content {
  padding: 0.9375rem 1.25rem 0; }

.member-info__image {
  background-size: cover;
  background-position: center center;
  min-height: 10em; }
@media all and (min-width: 480px) and (max-width: 640px) {
  .member-info__image {
    height: 15.625rem; } }
@media screen and (min-width: 53.75em) {
  .member-info__image {
    height: 23.125rem; } }
@media screen and (min-width: 53.75em) {
  .member-info--has-related .member-info__image {
    height: 17.5rem; } }

.member-info__characteristics {
  background: #eeeff5;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 15px 0; }
@media screen and (max-width: 39.9375em) {
  .member-info__characteristics {
    padding-bottom: 1.875rem; } }
@media screen and (min-width: 40em) and (max-width: 53.6875em) {
  .member-info__characteristics {
    padding-top: 0.3125rem; } }
@media screen and (min-width: 53.75em) {
  .member-info__characteristics {
    border-right: 1px solid #eeeff5;
    padding-bottom: 0; } }
@media screen and (max-width: 39.9375em) {
  .member-info__characteristics .content {
    padding-bottom: 0.9375rem; } }
@media screen and (min-width: 40em) {
  .member-info__characteristics .content {
    padding-left: 1.875rem;
    padding-right: 1.875rem; } }
@media screen and (min-width: 64.0625em) {
  .member-info__characteristics .content {
    padding-left: 3.125rem;
    padding-right: 3.125rem; } }
.member-info__characteristics h3 {
  font-family: "FrutigerLTPro-Light", Helvetica, Roboto, Arial, sans-serif;
  font-weight: bold;
  border-bottom: 1px solid #e7e7e7;
  position: relative;
  padding-left: 3.75rem; }
@media screen and (max-width: 53.6875em) {
  .member-info__characteristics h3 {
    padding-bottom: 1.25rem;
    margin-bottom: 1.5625rem; } }
@media screen and (min-width: 53.75em) {
  .member-info__characteristics h3 {
    padding-bottom: 1.5625rem;
    margin-bottom: 1.875rem;
    font-size: 1.625rem; } }
.member-info__characteristics h3 img {
  position: absolute;
  top: 0.12em;
  left: 0;
  width: 2.5rem; }
.member-info__characteristics dl {
  margin-bottom: 0; }
@media screen and (min-width: 53.75em) {
  .member-info__characteristics dl {
    margin-bottom: 2.1875rem; } }
.member-info__characteristics dt {
  margin-bottom: .4em; }
.member-info__characteristics dd {
  margin-bottom: .8em; }

.member-info__related {
  margin-top: auto;
  overflow: hidden; }
@media screen and (max-width: 53.6875em) {
  .member-info__related {
    border-top: 1px solid #e7e7e7;
    padding-top: 0.9375rem; } }
@media screen and (min-width: 53.75em) {
  .member-info__related {
    background: #fcfcfc; } }
@media screen and (min-width: 53.75em) {
  .member-info__related .content {
    padding-top: 2.1875rem;
    padding-bottom: 2.1875rem; } }
@media screen and (min-width: 53.75em) {
  .member-info__related .link-list {
    margin-bottom: .5em; } }
.member-info__related .link-list .chevron {
  padding: 0; }
.member-info__related .link-list .chevron:after {
  margin-left: .2em; }
.member-info__related h4 {
  font-family: "FrutigerLTPro-Roman", Helvetica, Roboto, Arial, sans-serif;
  font-weight: bold;
  color: #afb1ba;
  text-transform: uppercase;
  margin-bottom: .6em; }

.member-info__contact {
  background: #ffffff; }
.member-info__contact h4 {
  padding-bottom: .5rem; }
@media screen and (min-width: 53.75em) {
  .member-info__contact h4 {
    margin-top: 1.25rem;
    padding-bottom: 1rem; } }
@media screen and (min-width: 64.0625em) {
  .member-info__contact h4 {
    margin-top: 5rem; } }
.member-info__contact h5 {
  font-family: "FrutigerLTPro-Roman", Helvetica, Roboto, Arial, sans-serif;
  font-weight: bold;
  margin-bottom: 1.125rem; }
@media print, screen and (min-width: 40em) {
  .member-info__contact h5 {
    margin-bottom: 1.125rem; } }
@media print, screen and (min-width: 53.75em) {
  .member-info__contact h5 {
    margin-bottom: 1.5rem; } }
@media screen and (min-width: 64.0625em) {
  .member-info__contact h5 {
    margin-bottom: 1.75rem; } }
@media screen and (min-width: 75em) {
  .member-info__contact h5 {
    margin-bottom: 1.75rem; } }
.member-info__contact .content {
  padding: 1.5625rem 1.25rem 1.25rem; }
@media print, screen and (min-width: 40em) {
  .member-info__contact .content {
    padding-left: 1.875rem;
    padding-right: 1.875rem; } }
@media print, screen and (min-width: 53.75em) {
  .member-info__contact .content {
    padding-left: 1.875rem;
    padding-right: 1.875rem; } }
@media screen and (min-width: 64.0625em) {
  .member-info__contact .content {
    padding-left: 3.125rem;
    padding-right: 3.125rem; } }

.member-info__map {
  display: none;
  position: relative;
  margin-top: -6rem; }
.member-info__map-img {
  float: right;
  display: block;
  margin-bottom: 1rem; }
.member-info__map dl {
  position: absolute;
  bottom: 0;
  left: 0; }
@media screen and (min-width: 64.0625em) {
  .member-info__map {
    display: block; } }

@media screen and (min-width: 64.0625em) {
  .member-info__country-slider {
    display: none; } }

@media screen and (min-width: 64.0625em) {
  .member-info__contents .tabs-panel {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 3;
    background: #283583; }
  .member-info__contents .tabs-panel[aria-hidden="false"] {
    display: -ms-flexbox;
    display: flex; }
  .member-info__contents .tabs-panel section, .member-info__contents .tabs-panel .section {
    padding: 2rem 0;
    margin: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center; }
  .member-info__contents .tabs-panel section > .row, .member-info__contents .tabs-panel .section > .row {
    width: 80rem;
    max-width: 100%;
    padding-left: 1.875rem;
    padding-right: 1.875rem; } }
@media screen and (min-width: 64.0625em) and (min-width: 75em) {
  .member-info__contents .tabs-panel section > .row, .member-info__contents .tabs-panel .section > .row {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem; } }

.member-info-eu4energy h2, .member-info-eu4energy .member-info__contact h4, .member-info__contact .member-info-eu4energy h4 {
  position: relative;
  z-index: 2; }

.member-info-eu4energy .member-info__map {
  margin-top: -7.7rem;
  z-index: 1; }
@media screen and (min-width: 64.0625em) and (max-width: 74.9375em) {
  .member-info-eu4energy .member-info__map dl {
    position: static;
    float: left; } }

@media screen and (min-width: 64.0625em) and (max-width: 74.9375em) {
  .member-info-eu4energy .color-legend {
    margin-top: 2.5rem; } }

.member-info-eu4energy .color-legend dd {
  line-height: 1.75rem;
  margin-bottom: 1.25rem; }
@media screen and (min-width: 64.0625em) and (max-width: 74.9375em) {
  .member-info-eu4energy .color-legend dd {
    margin-right: 2.5rem;
    width: 13.75rem; }
  .member-info-eu4energy .color-legend dd:nth-of-type(4), .member-info-eu4energy .color-legend dd:nth-of-type(5) {
    margin-bottom: 0; } }

@media screen and (min-width: 64.0625em) and (max-width: 74.9375em) {
  .member-info-eu4energy .color-legend dt {
    clear: none; }
  .member-info-eu4energy .color-legend dt:nth-of-type(4) {
    clear: left; } }

.event-overview-box {
  margin-bottom: 1.25rem; }
@media print, screen and (min-width: 40em) {
  .event-overview-box {
    margin-bottom: 1.875rem; } }
@media print, screen and (min-width: 53.75em) {
  .event-overview-box {
    margin-bottom: 2.1875rem; } }
@media screen and (min-width: 64.0625em) {
  .event-overview-box {
    padding-top: 2.1875rem;
    padding-bottom: 2.1875rem;
    margin-bottom: 2.5rem;
    height: 17.8125rem;
    position: relative; } }
@media screen and (min-width: 75em) {
  .event-overview-box {
    padding-top: 2.1875rem;
    padding-bottom: 2.1875rem;
    height: 19.1875rem; } }
.event-overview-box__date {
  padding-top: 0.625rem;
  padding-bottom: 0.4375rem;
  border-bottom: solid 0.0625rem #e7e7e7; }
@media print, screen and (min-width: 40em) {
  .event-overview-box__date {
    padding-top: 0.9375rem;
    padding-bottom: 0.75rem; } }
@media screen and (min-width: 64.0625em) {
  .event-overview-box__date {
    border-bottom: 0;
    border-right: solid 0.0625rem #e7e7e7;
    float: left;
    width: 25%;
    text-align: center;
    height: 100%;
    padding-left: 0.625rem;
    padding-right: 0.625rem; }
  .event-overview-box__date .column-inner-wrapper {
    height: inherit; } }
@media screen and (min-width: 75em) {
  .event-overview-box__date {
    border-bottom: 0;
    border-right: solid 0.0625rem #e7e7e7;
    padding-left: 1.25rem;
    padding-right: 1.25rem; } }
.event-overview-box__content {
  padding-top: 0.625rem;
  padding-bottom: 0.4375rem; }
@media print, screen and (min-width: 40em) {
  .event-overview-box__content {
    padding-top: 0.8125rem; } }
@media print, screen and (min-width: 40em) {
  .event-overview-box__content {
    padding-top: 0.9375rem; } }
@media screen and (min-width: 64.0625em) {
  .event-overview-box__content {
    float: left;
    width: 75%;
    padding-left: 1.875rem;
    padding-right: 1.875rem;
    border-left: solid 0.0625rem #e7e7e7;
    margin-left: -1px;
    padding-top: 0; }
  .event-overview-box__content a.chevron {
    position: absolute;
    bottom: 2.0625rem; } }
@media screen and (min-width: 75em) {
  .event-overview-box__content {
    padding-left: 3.75rem;
    padding-right: 3.75rem;
    border-left: solid 0.0625rem #e7e7e7; } }
@media screen and (min-width: 64.0625em) {
  .event-overview-box .event-overview-box__date-wrapper {
    position: relative;
    top: 50%;
    transform: perspective(1px) translateY(-50%); } }
.event-overview-box .filter-indicator__block {
  display: block;
  margin-bottom: 0.625rem; }
.event-overview-box .filter-indicator__block::before, .event-overview-box .filter-indicator__block::after {
  display: table;
  content: ' '; }
.event-overview-box .filter-indicator__block::after {
  clear: both; }
@media screen and (min-width: 64.0625em) {
  .event-overview-box .filter-indicator__button {
    margin-top: 0; } }
@media screen and (min-width: 75em) {
  .event-overview-box .filter-indicator__button {
    padding-top: 0; } }
.event-overview-box .indicator-wrapper--category {
  float: left;
  margin-right: 0.625rem; }
.event-overview-box .indicator-wrapper--categories {
  height: 2rem; }
@media print, screen and (min-width: 53.75em) {
  .event-overview-box .indicator-wrapper--categories {
    height: 2.25rem; } }
@media screen and (min-width: 64.0625em) {
  .event-overview-box .indicator-wrapper--categories {
    height: 2.5rem; } }
.event-overview-box .indicator-wrapper--categories .dropdown__toggle {
  padding: 0; }
.event-overview-box .indicator-wrapper--country {
  float: left; }
@media print, screen and (min-width: 40em) {
  .event-overview-box .indicator-wrapper--country {
    float: right; } }
.event-overview-box h4 {
  font-family: "FrutigerLTPro-Bold", Helvetica, Roboto, Arial, sans-serif;
  max-width: 26.25rem;
  font-size: 0.9375rem;
  margin-bottom: 0.3125rem; }
@media print, screen and (min-width: 40em) {
  .event-overview-box h4 {
    max-width: 35rem;
    font-size: 1.0625rem;
    margin-bottom: 0.3125rem; } }
@media print, screen and (min-width: 53.75em) {
  .event-overview-box h4 {
    font-size: 1.125rem;
    margin-bottom: 0.3125rem; } }
@media screen and (min-width: 64.0625em) {
  .event-overview-box h4 {
    font-size: 1.375rem;
    margin-bottom: 0.3125rem;
    max-height: 5.625rem;
    overflow: hidden; } }
@media screen and (min-width: 64.0625em) {
  .event-overview-box h4 {
    margin-top: 1.25rem; } }
@media screen and (min-width: 75em) {
  .event-overview-box h4 {
    font-size: 1.375rem;
    margin-top: 1.875rem;
    margin-bottom: 0.9375rem;
    max-height: 6.375rem; } }

.event-overview-box__date-days {
  font-size: 0.875rem;
  line-height: 1.25rem;
  margin-bottom: 0.3125rem;
  display: inline; }
@media print, screen and (min-width: 40em) {
  .event-overview-box__date-days {
    font-size: 1rem;
    line-height: 1.375rem; } }
@media print, screen and (min-width: 53.75em) {
  .event-overview-box__date-days {
    font-size: 1.25rem;
    line-height: 1.625rem; } }
@media screen and (min-width: 64.0625em) {
  .event-overview-box__date-days {
    font-size: 1.75rem;
    line-height: 1.75rem;
    margin-bottom: 0.5rem;
    margin-right: 0;
    display: block; } }
@media screen and (min-width: 75em) {
  .event-overview-box__date-days {
    font-size: 1.75rem;
    line-height: 1.75rem; } }

.event-overview-box__date-month {
  font-family: "FrutigerLTPro-Light", Helvetica, Roboto, Arial, sans-serif;
  font-size: 0.875rem;
  line-height: 1.1875rem;
  color: #afb1ba;
  display: inline;
  text-transform: uppercase; }
@media print, screen and (min-width: 40em) {
  .event-overview-box__date-month {
    font-size: 1rem;
    line-height: 1.375rem; } }
@media print, screen and (min-width: 53.75em) {
  .event-overview-box__date-month {
    font-size: 1.125rem;
    line-height: 1.625rem; } }
@media screen and (min-width: 64.0625em) {
  .event-overview-box__date-month {
    font-size: 1.375rem;
    line-height: 1.75rem;
    display: block; } }
@media screen and (min-width: 75em) {
  .event-overview-box__date-month {
    font-size: 1.375rem;
    line-height: 1.75rem; } }

.event-overview__pagination-wrapper {
  margin-top: -1.25rem; }
@media print, screen and (min-width: 40em) {
  .event-overview__pagination-wrapper {
    margin-top: -1.875rem; } }
@media print, screen and (min-width: 53.75em) {
  .event-overview__pagination-wrapper {
    margin-top: -2.1875rem; } }
@media screen and (min-width: 64.0625em) {
  .event-overview__pagination-wrapper {
    margin-top: -2.5rem; } }

.reveal {
  outline: 0; }

.reveal-overlay:before {
  content: '';
  display: block;
  background: rgba(0, 0, 0, 0.23);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.reveal-window {
  width: 100%;
  max-width: none;
  padding: 0;
  overflow: visible;
  background: transparent; }
.reveal-window .reveal-positioner {
  min-height: 100vh;
  display: -ms-flexbox;
  display: flex; }
.reveal-window .reveal-content {
  -ms-flex-item-align: center;
  align-self: center; }

.photo-gallery__thumb {
  padding-bottom: 100%;
  background: transparent no-repeat center center /cover;
  display: block;
  width: 100%;
  position: relative; }
.photo-gallery__thumb .svg-icon {
  position: absolute;
  right: 50%;
  top: 50%;
  transform: translate(50%, -50%);
  display: none; }
.touchevents .photo-gallery__thumb:before {
  content: '';
  position: absolute;
  display: block;
  background: rgba(40, 53, 131, 0.85);
  width: 20%;
  height: 20%;
  right: 0;
  top: 0; }
.touchevents .photo-gallery__thumb .svg-icon {
  display: block;
  fill: #ffd500;
  right: 10%;
  top: 10%; }
.no-touchevents .photo-gallery__thumb:hover:before,
.no-touchevents .photo-gallery__thumb:focus:before {
  content: '';
  position: absolute;
  display: block;
  background: rgba(40, 53, 131, 0.85);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0; }
.no-touchevents .photo-gallery__thumb:hover .svg-icon,
.no-touchevents .photo-gallery__thumb:focus .svg-icon {
  display: block; }
.no-touchevents .photo-gallery__thumb:hover .svg-icon:before,
.no-touchevents .photo-gallery__thumb:focus .svg-icon:before {
  content: '';
  position: absolute;
  display: block;
  background: #ffd500;
  width: 292%;
  height: 292%;
  left: -96%;
  top: -96%; }

.photo-gallery__thumb-slider {
  display: block; }
@media screen and (max-width: 53.6875em) {
  .photo-gallery__thumb-slider {
    margin-bottom: 1.25rem;
    margin-top: 0.4375rem; } }
.photo-gallery__thumb-slider .columns {
  position: relative; }
@media screen and (min-width: 30em) {
  .photo-gallery__thumb-slider .columns {
    width: 50%; } }
@media screen and (min-width: 40em) {
  .photo-gallery__thumb-slider .columns {
    width: 33.33333%; } }
@media screen and (min-width: 53.75em) {
  .photo-gallery__thumb-slider .columns {
    width: 50%; } }
@media screen and (min-width: 71.875em) {
  .photo-gallery__thumb-slider .columns {
    width: 33.33333%; } }
.photo-gallery__thumb-slider:not(.owl-loaded) {
  white-space: nowrap;
  overflow: hidden;
  width: auto; }
.photo-gallery__thumb-slider:not(.owl-loaded) > *:nth-child(n+4) {
  display: none; }
@media screen and (max-width: 71.8125em) {
  .photo-gallery__thumb-slider:not(.owl-loaded) > *:nth-child(n+3) {
    display: none; } }
@media screen and (max-width: 53.6875em) {
  .photo-gallery__thumb-slider:not(.owl-loaded) > *:nth-child(n+2) {
    display: none; } }
@media screen and (max-width: 39.9375em) {
  .photo-gallery__thumb-slider:not(.owl-loaded) > *:nth-child(n+3) {
    display: none; } }
@media screen and (max-width: 29.9375em) {
  .photo-gallery__thumb-slider:not(.owl-loaded) > *:nth-child(n+2) {
    display: none; } }
.photo-gallery__thumb-slider.owl-loaded {
  width: calc(100% + 20px); }
@media screen and (min-width: 40em) {
  .photo-gallery__thumb-slider.owl-loaded {
    width: calc(100% + 30px); } }
.photo-gallery__thumb-slider.owl-loaded .columns {
  width: 100%; }
.photo-gallery__thumb-slider__prev .svg-icon {
  transform: rotate(180deg); }
.photo-gallery__thumb-slider__page-info {
  margin: 0 1.5625rem; }

.photo-gallery__gallery {
  width: 100%; }
.photo-gallery__gallery-container {
  max-width: 90rem;
  padding: 4.16666em 0 2.5em;
  margin: 0 auto;
  overflow: hidden;
  background: #fcfcfc;
  position: relative; }
.photo-gallery__gallery-content {
  position: relative; }
.photo-gallery__gallery-text {
  padding: 0 20px; }
.photo-gallery__gallery-text p {
  line-height: 1.4; }
.photo-gallery__gallery-text h2, .photo-gallery__gallery-text .member-info__contact h4, .member-info__contact .photo-gallery__gallery-text h4 {
  margin-bottom: .7em; }
.photo-gallery__gallery-text header p {
  margin-bottom: .6em; }
.photo-gallery__gallery-text [data-gallery-text] {
  display: none; }
.photo-gallery__gallery-text [data-gallery-text="0"] {
  display: block; }
@media screen and (min-width: 53.75em) {
  .photo-gallery__gallery {
    background-image: linear-gradient(to right, #f0f0f0 50%, #fcfcfc 50%); }
  .photo-gallery__gallery-container {
    background-image: linear-gradient(to right, #f0f0f0 64%, #fcfcfc 64%); }
  .photo-gallery__gallery-content:before {
    content: '';
    padding-bottom: calc(64% - 7.008em * 0.96828);
    display: block;
    float: left; }
  .photo-gallery__gallery-text {
    padding-left: calc(64% + 60px); }
  .photo-gallery__gallery-text > * {
    max-width: 19.375rem; } }

.photo-gallery__download-link {
  margin-top: 2.2em; }

.photo-gallery__image-slider {
  position: static; }
.photo-gallery__image-slider__container {
  position: relative;
  padding: 0 2.92em;
  margin: 1.25rem 0;
  background: #f0f0f0; }
@media screen and (min-width: 40em) {
  .photo-gallery__image-slider__container {
    padding: 0 3.504em; } }
@media screen and (min-width: 53.75em) {
  .photo-gallery__image-slider__container {
    margin: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 64%; } }
.photo-gallery__image-slider .owl-prev,
.photo-gallery__image-slider .owl-next {
  width: 2.92em;
  height: 2.92em;
  background: #ffd500;
  position: absolute;
  top: calc(50% - 1.46em); }
.photo-gallery__image-slider .owl-prev .svg-icon,
.photo-gallery__image-slider .owl-next .svg-icon {
  position: absolute;
  right: 50%;
  top: 50%;
  transform: translate(50%, -50%);
  font-size: 0.833333em; }
.no-touchevents .photo-gallery__image-slider .owl-prev:not(.disabled):hover,
.no-touchevents .photo-gallery__image-slider .owl-prev:not(.disabled):focus, .no-touchevents
.photo-gallery__image-slider .owl-next:not(.disabled):hover,
.no-touchevents
.photo-gallery__image-slider .owl-next:not(.disabled):focus {
  background: #000000; }
.no-touchevents .photo-gallery__image-slider .owl-prev:not(.disabled):hover svg,
.no-touchevents .photo-gallery__image-slider .owl-prev:not(.disabled):focus svg, .no-touchevents
.photo-gallery__image-slider .owl-next:not(.disabled):hover svg,
.no-touchevents
.photo-gallery__image-slider .owl-next:not(.disabled):focus svg {
  fill: #ffd500; }
.photo-gallery__image-slider .owl-prev.disabled,
.photo-gallery__image-slider .owl-next.disabled {
  background: transparent;
  color: #000000;
  opacity: .4; }
.photo-gallery__image-slider .owl-prev {
  left: 0; }
.photo-gallery__image-slider .owl-prev .svg-icon {
  transform: translate(50%, -50%) rotate(180deg); }
.photo-gallery__image-slider .owl-next {
  right: 0; }

.photo-gallery__image-wrapper {
  padding-bottom: calc(96.82759%);
  display: block;
  width: 100%;
  position: relative; }
.photo-gallery__image-wrapper img {
  width: auto !important;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  display: inline-block !important;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%); }

.photo-gallery__copyright {
  margin: 0;
  padding-top: .5em;
  text-align: right;
  line-height: 1;
  color: #afb1ba;
  font-weight: bold; }
.photo-gallery__gallery .photo-gallery__copyright {
  margin-bottom: 0;
  margin-top: -.8em;
  text-align: left;
  font-weight: normal; }

.single-photo {
  background: #fcfcfc;
  padding-left: 2.1875rem;
  padding-right: 2.1875rem;
  overflow: hidden; }
@media print, screen and (min-width: 40em) {
  .single-photo {
    padding-left: 3.125rem;
    padding-right: 3.125rem; } }
@media print, screen and (min-width: 53.75em) {
  .single-photo {
    padding-left: 4.0625rem;
    padding-right: 4.0625rem; } }
@media screen and (min-width: 64.0625em) {
  .single-photo {
    padding-left: 5rem;
    padding-right: 5rem; } }
@media screen and (min-width: 75em) {
  .single-photo {
    padding-left: 6.25rem;
    padding-right: 6.25rem; } }
.single-photo h2, .single-photo .member-info__contact h4, .member-info__contact .single-photo h4 {
  margin-bottom: .6em; }
.single-photo__content {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column; }
.single-photo__image {
  width: 100%; }
.single-photo__image-sizer {
  margin: 0 auto;
  max-width: 20rem; }
.single-photo__image-sizer > * {
  background: transparent no-repeat center center /cover;
  padding-bottom: 100%;
  position: relative; }
.single-photo__download-link {
  margin: 3.2em 0 0; }
.single-photo .photo-gallery__copyright {
  position: absolute;
  right: 0;
  bottom: 0;
  transform: translate(0, 100%); }
@media screen and (min-width: 40em) and (max-width: 53.6875em) {
  .single-photo__content {
    width: 50%;
    min-height: calc(50vw - 3.125rem - 2.8125rem); }
  .single-photo__text {
    -ms-flex-positive: 2;
    flex-grow: 2; }
  .single-photo__link {
    -ms-flex-item-align: end;
    align-self: flex-end;
    width: 100%; }
  .single-photo__text, .single-photo__link {
    padding-right: 0.9375rem; }
  .single-photo__image {
    max-width: 21.875rem;
    padding-left: 0.9375rem;
    height: calc(50vw - 3.125rem - 2.8125rem);
    position: absolute;
    top: 0;
    right: -100%;
    width: 100%; }
  .single-photo__image-sizer {
    height: 100%; }
  .single-photo__image-sizer > * {
    height: 100%;
    padding-bottom: 0; }
  .single-photo__download-link {
    margin-top: 1.2em; } }
@media screen and (min-width: 53.75em) {
  .single-photo__content {
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .single-photo__text, .single-photo__link {
    padding-right: 0.9375rem; }
  .single-photo__text, .single-photo__image {
    width: 50%; }
  .single-photo__image {
    padding-left: 0.9375rem; }
  .single-photo__image-sizer {
    width: 100%;
    float: right; }
  .single-photo__download-link {
    margin-top: -3.66667em;
    display: block; } }
@media screen and (min-width: 64.0625em) {
  .single-photo__text {
    width: 33.3333%; }
  .single-photo__image {
    width: 66.6667%; } }

.searchbar-wrapper {
  overflow: hidden;
  pointer-events: none;
  top: 1.3125rem; }
.searchbar-wrapper * {
  pointer-events: auto; }
@media print, screen and (min-width: 40em) {
  .searchbar-wrapper {
    top: 1.3125rem; } }
@media print, screen and (min-width: 53.75em) {
  .searchbar-wrapper {
    top: 2.25rem; } }
@media screen and (min-width: 64.0625em) {
  .searchbar-wrapper {
    top: 0; } }
@media screen and (min-width: 75em) {
  .searchbar-wrapper {
    top: 0; } }

.searchbar {
  position: relative;
  float: right;
  margin-right: calc((100% - 10px - 0.9375rem - 3.75rem)*-1);
  width: calc(100% - 10px - 0.9375rem);
  height: 2.5rem;
  z-index: 21;
  transition: margin 0.3s ease-in-out;
  -ms-transition: margin 0.3s ease-in-out; }
@media print, screen and (min-width: 40em) {
  .searchbar {
    width: calc(100% - 15px - 0.9375rem);
    height: 2.875rem;
    margin-right: calc((100% - 15px - 0.9375rem - 3.75rem)*-1); } }
@media print, screen and (min-width: 53.75em) {
  .searchbar {
    width: calc(100% - 15px - 1.25rem);
    height: 3.125rem;
    margin-right: calc((100% - 15px - 1.25rem - 3.75rem)*-1); } }
@media screen and (min-width: 64.0625em) {
  .searchbar {
    width: 51.875rem;
    height: 3.75rem;
    margin-right: calc((51.875rem - 5.3125rem)*-1); } }
@media screen and (min-width: 1070px) {
  .searchbar {
    width: 51.875rem;
    margin-right: calc((51.875rem - 5.3125rem)*-1); } }
@media screen and (min-width: 75em) {
  .searchbar {
    width: 54.125rem;
    height: 3.75rem;
    margin-right: calc((54.125rem - 5.3125rem)*-1); } }
@media screen and (min-width: 1280px) {
  .searchbar {
    width: 67%;
    margin-right: calc((67% - 5.3125rem)*-1); } }
@media screen and (min-width: 1440px) {
  .searchbar {
    width: 59.375rem;
    margin-right: calc((59.375rem - 5.3125rem)*-1); } }
.searchbar.searchbar--is-open {
  margin-right: 0; }
.searchbar__left, .searchbar__right, .searchbar__main {
  position: absolute;
  top: 0;
  bottom: 0; }
.searchbar__left {
  left: 0;
  background-color: #ffd500;
  transition: background-color 0.3s ease-in-out;
  -ms-transition: margin-right 0.3s ease-in-out;
  width: 3.75rem; }
@media print, screen and (min-width: 40em) {
  .searchbar__left {
    width: 3.75rem; } }
@media print, screen and (min-width: 53.75em) {
  .searchbar__left {
    width: 3.75rem; } }
@media screen and (min-width: 64.0625em) {
  .searchbar__left {
    transition: none;
    -ms-transition: none;
    width: 5.3125rem; } }
@media screen and (min-width: 75em) {
  .searchbar__left {
    width: 5.3125rem; } }
.searchbar__left:before {
  background-image: url("../../img/searchbar/searchbar-left-edge--yellow.png");
  background-repeat: no-repeat;
  position: absolute;
  left: -2rem;
  top: 0; }
@media print, screen and (min-width: 53.75em) {
  .searchbar__left:before {
    height: 3.125rem; } }
@media screen and (min-width: 64.0625em) {
  .searchbar__left:before {
    content: '';
    display: block;
    width: 2rem;
    height: 3.75rem; } }
@media screen and (min-width: 75em) {
  .searchbar__left:before {
    height: 3.75rem; } }
.searchbar__right {
  background-color: #ffd500;
  right: 0;
  width: 3.75rem; }
@media print, screen and (min-width: 40em) {
  .searchbar__right {
    width: 3.75rem; } }
@media print, screen and (min-width: 53.75em) {
  .searchbar__right {
    width: 3.75rem; } }
@media screen and (min-width: 64.0625em) {
  .searchbar__right {
    width: 5.3125rem; } }
@media screen and (min-width: 75em) {
  .searchbar__right {
    width: 5.3125rem; } }
.searchbar__main {
  left: 3.75rem;
  right: 3.75rem; }
@media print, screen and (min-width: 40em) {
  .searchbar__main {
    left: 3.75rem;
    right: 3.75rem; } }
@media print, screen and (min-width: 53.75em) {
  .searchbar__main {
    left: 3.75rem;
    right: 3.75rem; } }
@media screen and (min-width: 64.0625em) {
  .searchbar__main {
    left: 5.3125rem;
    right: 5.3125rem; } }
@media screen and (min-width: 75em) {
  .searchbar__main {
    left: 5.3125rem;
    right: 5.3125rem; } }
.searchbar__open, .searchbar__close {
  display: block;
  width: inherit;
  height: 100%;
  text-align: center;
  line-height: 2.5rem; }
@media print, screen and (min-width: 40em) {
  .searchbar__open, .searchbar__close {
    line-height: 2.875rem; } }
@media print, screen and (min-width: 53.75em) {
  .searchbar__open, .searchbar__close {
    line-height: 3.125rem; } }
@media screen and (min-width: 64.0625em) {
  .searchbar__open, .searchbar__close {
    line-height: 3.75rem; } }
@media screen and (min-width: 75em) {
  .searchbar__open, .searchbar__close {
    line-height: 3.75rem; } }
.searchbar__open {
  padding-left: 0; }
.searchbar__input {
  outline: 0;
  padding: 0;
  line-height: 2.6875rem;
  font-family: "FrutigerLTPro-Bold", Helvetica, Roboto, Arial, sans-serif;
  border: 0;
  background-color: #eeeff5;
  width: calc(100% - 3.75rem); }
.searchbar__input::-webkit-input-placeholder {
  color: #afb1ba; }
.searchbar__input::-moz-placeholder {
  color: #afb1ba; }
.searchbar__input:-ms-input-placeholder {
  color: #afb1ba; }
.searchbar__input::placeholder {
  color: #afb1ba; }
@media print, screen and (min-width: 40em) {
  .searchbar__input {
    width: calc(100% - 3.75rem);
    line-height: 3.0625rem; } }
@media print, screen and (min-width: 53.75em) {
  .searchbar__input {
    width: calc(100% - 3.75rem);
    line-height: 3.3125rem; } }
@media screen and (min-width: 64.0625em) {
  .searchbar__input {
    width: calc(100% - 5.625rem);
    line-height: 3.9375rem; } }
@media screen and (min-width: 75em) {
  .searchbar__input {
    width: calc(100% - 5.625rem);
    line-height: 3.9375rem; } }
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .searchbar__input {
    /* IE10+ CSS styles go here */
    height: inherit; } }
.searchbar__submit-wrapper {
  float: right;
  width: 3.75rem;
  height: 2.5rem; }
@media print, screen and (min-width: 40em) {
  .searchbar__submit-wrapper {
    width: 3.75rem;
    height: 2.875rem; } }
@media print, screen and (min-width: 53.75em) {
  .searchbar__submit-wrapper {
    width: 3.75rem;
    height: 3.125rem; } }
@media screen and (min-width: 64.0625em) {
  .searchbar__submit-wrapper {
    width: 5.625rem;
    height: 3.75rem; } }
@media screen and (min-width: 75em) {
  .searchbar__submit-wrapper {
    width: 5.625rem;
    height: 3.75rem; } }
.searchbar__submit {
  outline: 0;
  text-align: center;
  width: 100%;
  line-height: 2.5rem; }
@media print, screen and (min-width: 40em) {
  .searchbar__submit {
    line-height: 2.875rem; } }
@media print, screen and (min-width: 53.75em) {
  .searchbar__submit {
    line-height: 3.125rem; } }
@media screen and (min-width: 64.0625em) {
  .searchbar__submit {
    line-height: 3.75rem; } }
@media screen and (min-width: 75em) {
  .searchbar__submit {
    line-height: 3.75rem; } }
.searchbar .svg-icon {
  vertical-align: middle;
  font-size: 1rem; }
@media print, screen and (min-width: 40em) {
  .searchbar .svg-icon {
    font-size: 1.2rem; } }
.searchbar__close .svg-icon {
  font-size: 1rem; }
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .searchbar #search-form {
    /* IE10+ CSS styles go here */
    height: 100%; } }

/*body*/
.home .searchbar,
.keyvisual-blue .searchbar {
  background-color: #ffffff; }
.home .searchbar__input,
.keyvisual-blue .searchbar__input {
  background-color: #ffffff; }
.home .searchbar.searchbar--is-open .searchbar__left,
.keyvisual-blue .searchbar.searchbar--is-open .searchbar__left {
  background-color: #ffffff; }
.home .searchbar.searchbar--is-open .searchbar__left:before,
.keyvisual-blue .searchbar.searchbar--is-open .searchbar__left:before {
  background-image: url("../../img/searchbar/searchbar-left-edge--white.png"); }

/*body*/
.detail-page .searchbar,
.keyvisual-white .searchbar {
  background-color: #ffffff; }
.detail-page .searchbar__input,
.keyvisual-white .searchbar__input {
  background-color: #ffffff; }
.detail-page .searchbar.searchbar--is-open .searchbar__left,
.keyvisual-white .searchbar.searchbar--is-open .searchbar__left {
  background-color: #ffffff; }
.detail-page .searchbar.searchbar--is-open .searchbar__left:before,
.keyvisual-white .searchbar.searchbar--is-open .searchbar__left:before {
  background-image: url("../../img/searchbar/searchbar-left-edge--white.png"); }
@media screen and (min-width: 64.0625em) {
  .detail-page .searchbar,
  .keyvisual-white .searchbar {
    background-color: #eeeff5; }
  .detail-page .searchbar__input,
  .keyvisual-white .searchbar__input {
    background-color: #eeeff5; }
  .detail-page .searchbar.searchbar--is-open .searchbar__left,
  .keyvisual-white .searchbar.searchbar--is-open .searchbar__left {
    background-color: #eeeff5; }
  .detail-page .searchbar.searchbar--is-open .searchbar__left:before,
  .keyvisual-white .searchbar.searchbar--is-open .searchbar__left:before {
    background-image: url("../../img/searchbar/searchbar-left-edge--gray.png"); } }

.contact-box {
  background: #eeeff5;
  margin: 5em 0 0;
  box-shadow: none;
  padding: 3em 3.3em 2.8em; }
@media screen and (min-width: 64.0625em) {
  .contact-box {
    margin: 0; } }
.contact-box__name {
  font-size: 1rem;
  margin: 1.45em 0 1.25em; }
@media screen and (min-width: 53.75em) {
  .contact-box__name {
    font-size: 1.125rem; } }
@media screen and (min-width: 64.0625em) {
  .contact-box__name {
    font-size: 1.375rem; } }
@media screen and (min-width: 75em) {
  .contact-box__name {
    font-size: 1.375rem; } }
.contact-box__contact > * {
  font-family: "FrutigerLTPro-Roman", Helvetica, Roboto, Arial, sans-serif;
  display: block; }
.contact-box__contact > * + * {
  margin-top: .35em; }
.contact-box__contact .encil {
  font-family: "FrutigerLTPro-Bold", Helvetica, Roboto, Arial, sans-serif; }
.contact-box__contact .tel a {
  color: #404040; }

section.eu4energy-footer, .eu4energy-footer.section {
  border-top: solid 0.0625rem #e7e7e7;
  padding-top: 2.1875rem;
  padding-bottom: 1.5625rem; }
@media print, screen and (min-width: 53.75em) {
  section.eu4energy-footer, .eu4energy-footer.section {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem; } }
@media screen and (min-width: 64.0625em) {
  section.eu4energy-footer, .eu4energy-footer.section {
    padding-top: 3.125rem;
    padding-bottom: 3.125rem; } }

.eu4energy-footer__block {
  margin-bottom: 1.875rem; }
@media print, screen and (min-width: 40em) {
  .eu4energy-footer__block {
    float: left; } }
@media print, screen and (min-width: 53.75em) {
  .eu4energy-footer__block {
    margin-bottom: 0; } }
@media print, screen and (min-width: 40em) {
  .eu4energy-footer__block:nth-child(1) {
    margin-bottom: 0; } }
@media print, screen and (min-width: 40em) {
  .eu4energy-footer__block:nth-child(2) .eu4energy-footer__label {
    margin-top: 0.625rem; } }
@media only screen and (min-width: 1280px) {
  .eu4energy-footer__block:nth-child(2) .eu4energy-footer__label {
    margin-right: 5rem; } }
@media print, screen and (min-width: 40em) {
  .eu4energy-footer__block:nth-child(2), .eu4energy-footer__block:nth-child(3) {
    margin-left: 3.125rem; } }
@media print, screen and (min-width: 53.75em) {
  .eu4energy-footer__block:nth-child(2), .eu4energy-footer__block:nth-child(3) {
    margin-left: 3.75rem; } }
@media print, screen and (min-width: 53.75em) {
  .eu4energy-footer__block:nth-child(2) .eu4energy-footer__label, .eu4energy-footer__block:nth-child(3) .eu4energy-footer__label {
    margin-top: 0; } }
@media screen and (min-width: 64.0625em) {
  .eu4energy-footer__block:nth-child(2) .eu4energy-footer__label, .eu4energy-footer__block:nth-child(3) .eu4energy-footer__label {
    margin-top: 0.75rem; } }
@media screen and (min-width: 75em) {
  .eu4energy-footer__block:nth-child(2), .eu4energy-footer__block:nth-child(3) {
    margin-left: 6.25rem; }
  .eu4energy-footer__block:nth-child(2) .eu4energy-footer__label, .eu4energy-footer__block:nth-child(3) .eu4energy-footer__label {
    margin-top: 2.0625rem; } }
@media screen and (min-width: 64.0625em) {
  .eu4energy-footer__block:nth-child(2) {
    margin-left: 5.375rem; } }
.eu4energy-footer__block:nth-child(3) {
  margin-bottom: 0; }
@media screen and (max-width: 53.6875em) {
  .eu4energy-footer__block:nth-child(3) {
    margin-left: 0; }
  .eu4energy-footer__block:nth-child(3) * {
    float: none; } }
@media screen and (min-width: 40em) and (max-width: 53.6875em) {
  .eu4energy-footer__block:nth-child(3) {
    clear: both; } }
@media print, screen and (min-width: 53.75em) {
  .eu4energy-footer__block:nth-child(3) {
    margin-left: 0;
    float: right; } }
.eu4energy-footer__block:nth-child(3) .eu4energy__footer-label {
  color: #000000; }
@media screen and (max-width: 39.9375em) {
  .eu4energy-footer__block:nth-child(3) .eu4energy__footer-label {
    margin-bottom: 0; } }
@media print, screen and (min-width: 40em) {
  .eu4energy-footer__block:nth-child(3) .eu4energy__footer-label {
    margin-right: 0.625rem; } }
@media only screen and (min-width: 1280px) {
  .eu4energy-footer__block:nth-child(3) .eu4energy__footer-label {
    margin-right: 1.5625rem; } }
.eu4energy-footer__block .fa-facebook:before {
  color: #3b5998; }
.eu4energy-footer__block .fa-facebook:hover:before {
  color: #ffd500; }
.eu4energy-footer__block .fa-twitter:before {
  color: #1da1f1; }
.eu4energy-footer__block .fa-twitter:hover:before {
  color: #ffd500; }
@media print, screen and (min-width: 40em) {
  .eu4energy-footer__block .social-icon-link {
    margin-top: 0.3125rem; } }
@media screen and (min-width: 64.0625em) {
  .eu4energy-footer__block .social-icon-link {
    font-size: 1.875rem;
    margin-top: 0.5rem; } }
@media screen and (min-width: 75em) {
  .eu4energy-footer__block .social-icon-link {
    font-size: 2.1875rem;
    margin-top: 1.5rem; } }

.logo-energy-charter-wrapper {
  margin-left: 1.875rem; }
@media only screen and (min-width: 1280px) {
  .logo-energy-charter-wrapper {
    margin-left: 3.75rem; } }

@media print, screen and (min-width: 53.75em) {
  .logo-eu4energy-wrapper {
    float: left; } }

.logo-eu4energy {
  height: 3.375rem;
  width: 3.9375rem;
  float: left; }
@media screen and (min-width: 64.0625em) {
  .logo-eu4energy {
    width: 5.1875rem;
    height: 4.5rem; } }
@media screen and (min-width: 75em) {
  .logo-eu4energy {
    height: 6.1875rem;
    width: 7.1875rem; } }

.logo-enceu4energy,
.logo-energy-charter {
  float: left;
  height: 2.625rem; }
@media screen and (min-width: 64.0625em) {
  .logo-enceu4energy,
  .logo-energy-charter {
    height: 3.4375rem; } }
@media screen and (min-width: 75em) {
  .logo-enceu4energy,
  .logo-energy-charter {
    height: 4.75rem; } }

.logo-enceu4energy {
  width: 9.3125rem; }
@media screen and (min-width: 64.0625em) {
  .logo-enceu4energy {
    width: 12.25rem; } }
@media screen and (min-width: 75em) {
  .logo-enceu4energy {
    width: 16.875rem; } }

.logo-energy-charter {
  width: 4.8125rem; }
@media screen and (min-width: 64.0625em) {
  .logo-energy-charter {
    width: 6.3125rem; } }
@media screen and (min-width: 75em) {
  .logo-energy-charter {
    width: 8.6875rem; } }

.eu4energy-footer__label {
  color: #afb1ba;
  float: left;
  margin-right: 1.875rem; }
@media screen and (max-width: 39.9375em) {
  .eu4energy-footer__label {
    display: block;
    width: 100%;
    margin-bottom: 0.625rem; } }
.eu4energy-footer__label.eu4energy-footer__label--social {
  color: #000000; }

.eu4energy-footer__logo-wrapper .logo-color {
  display: none; }

.no-touchevents .eu4energy-footer__logo-wrapper:hover .logo-monochrome {
  display: none; }

.no-touchevents .eu4energy-footer__logo-wrapper:hover .logo-color {
  display: block; }

.teaser-eu4energy {
  position: relative;
  border-left: solid 0.1875rem #283583;
  padding: 1.25rem 1.5625rem;
  margin-top: 0.9375rem;
  margin-bottom: 0.9375rem; }
@media print, screen and (min-width: 40em) {
  .teaser-eu4energy {
    padding: 1.25rem 1.5625rem; } }
@media print, screen and (min-width: 53.75em) {
  .teaser-eu4energy {
    padding: 1.875rem 0 1.875rem 2.8125rem;
    margin-top: 0;
    margin-bottom: 0; } }
@media screen and (min-width: 64.0625em) {
  .teaser-eu4energy {
    padding: 2.5rem 0 3.4375rem 3.75rem; } }
@media screen and (min-width: 75em) {
  .teaser-eu4energy {
    padding: 2.5rem 4.6875rem 1.875rem 4.6875rem;
    padding-right: 3.4375rem; } }
.teaser-eu4energy .text-wrapper {
  max-width: 80%;
  margin-left: 2rem; }
@media print, screen and (min-width: 40em) {
  .teaser-eu4energy .text-wrapper {
    max-width: 60%; } }
@media print, screen and (min-width: 53.75em) {
  .teaser-eu4energy .text-wrapper {
    margin-left: 0;
    max-width: none; } }
.teaser-eu4energy .text-wrapper p {
  font-family: "FrutigerLTPro-Bold", Helvetica, Roboto, Arial, sans-serif !important; }
.teaser-eu4energy .text-wrapper p:last-of-type {
  margin-bottom: 0.625rem !important; }

.teaser-eu4energy__date {
  margin-bottom: 1.25rem; }
@media print, screen and (min-width: 40em) {
  .teaser-eu4energy__date {
    margin-bottom: 1.25rem; } }
@media print, screen and (min-width: 53.75em) {
  .teaser-eu4energy__date {
    margin-bottom: 1.25rem; } }
@media screen and (min-width: 64.0625em) {
  .teaser-eu4energy__date {
    margin-bottom: 1.25rem; } }
@media screen and (min-width: 75em) {
  .teaser-eu4energy__date {
    margin-bottom: 1.25rem; } }

.tag--eu4energy {
  position: relative;
  display: inline-block;
  background-color: #283583;
  color: #ffffff;
  text-transform: uppercase;
  font-family: "FrutigerLTPro-Bold", Helvetica, Roboto, Arial, sans-serif;
  padding: 0.25rem 0.5rem 0.125rem 0.5rem;
  margin-left: 1.875rem; }
@media print, screen and (min-width: 53.75em) {
  .tag--eu4energy {
    padding: 0.3125rem 0.75rem 0 0.75rem; } }
@media screen and (min-width: 64.0625em) {
  .tag--eu4energy {
    padding: 0.3125rem 0.9375rem 0 0.9375rem;
    margin-left: 2.5rem; } }
@media screen and (min-width: 75em) {
  .tag--eu4energy {
    padding: 0.25rem 0.9375rem 0 0.9375rem;
    margin-bottom: 2.75rem;
    margin-left: 2.5rem; } }
@media only screen and (min-width: 1440px) {
  .tag--eu4energy {
    margin-left: 0; } }

.tag__icon--eu4energy {
  margin-top: -0.1875rem;
  position: absolute;
  left: -1.875rem; }
.tag__icon--eu4energy svg {
  width: 80%;
  height: 80%;
  fill: #ffd500; }
@media screen and (min-width: 64.0625em) {
  .tag__icon--eu4energy {
    left: -2.5rem; } }

.detail-page .tag-wrapper {
  margin-left: -0.125rem; }
@media screen and (max-width: 39.9375em) {
  .detail-page .tag-wrapper {
    margin-top: 0.3125rem; } }
@media screen and (min-width: 75em) {
  .detail-page .tag-wrapper {
    margin-top: -0.4375rem; } }

.detail-page .tag--eu4energy {
  margin-bottom: 1.5625rem; }
@media print, screen and (min-width: 40em) {
  .detail-page .tag--eu4energy {
    margin-bottom: 1.875rem; } }
@media print, screen and (min-width: 53.75em) {
  .detail-page .tag--eu4energy {
    margin-bottom: 2.125rem; } }
@media screen and (min-width: 64.0625em) {
  .detail-page .tag--eu4energy {
    margin-bottom: 2.75rem; } }
@media screen and (min-width: 75em) {
  .detail-page .tag--eu4energy {
    margin-bottom: 2.125rem; } }

@media print, screen and (min-width: 53.75em) {
  .teaser-eu4energy .tag-wrapper {
    margin-left: -1.875rem; } }

@media screen and (min-width: 64.0625em) {
  .teaser-eu4energy .tag-wrapper {
    margin-left: -2.5rem; } }

@media only screen and (min-width: 1440px) {
  .teaser-eu4energy .tag-wrapper {
    margin-left: 0; } }

.teaser-eu4energy .tag--eu4energy {
  margin-bottom: 1.5rem; }

.teammember {
  position: relative;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  max-width: 100%;
  margin-bottom: 2.5rem; }
@media print, screen and (min-width: 40em) {
  .teammember {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; } }
@media print, screen and (min-width: 53.75em) {
  .teammember {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; } }
@media screen and (min-width: 64.0625em) {
  .teammember {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; } }
@media screen and (min-width: 75em) {
  .teammember {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; } }
@media print, screen and (min-width: 40em) {
  .teammember {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
    max-width: 50%;
    padding-bottom: 6.25rem;
    margin-bottom: 3.75rem; } }
@media print, screen and (min-width: 40em) and (min-width: 40em) {
  .teammember {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; } }
@media print, screen and (min-width: 40em) and (min-width: 53.75em) {
  .teammember {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; } }
@media screen and (min-width: 40em) and (min-width: 64.0625em) {
  .teammember {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; } }
@media screen and (min-width: 40em) and (min-width: 75em) {
  .teammember {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; } }
@media print, screen and (min-width: 53.75em) {
  .teammember {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
    max-width: 33.33333%;
    padding-bottom: 6.875rem; } }
@media print, screen and (min-width: 53.75em) and (min-width: 40em) {
  .teammember {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; } }
@media print, screen and (min-width: 53.75em) and (min-width: 53.75em) {
  .teammember {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; } }
@media screen and (min-width: 53.75em) and (min-width: 64.0625em) {
  .teammember {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; } }
@media screen and (min-width: 53.75em) and (min-width: 75em) {
  .teammember {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; } }
@media screen and (min-width: 64.0625em) {
  .teammember {
    padding-bottom: 8.125rem;
    margin-bottom: 5.625rem; } }
@media screen and (min-width: 1440px) {
  .teammember {
    padding-bottom: 5.3125rem; } }
@media screen and (max-width: 39.9375em) {
  .teammember .inner-wrapper {
    max-width: 24.625rem; } }
.teammember-row {
  max-width: 80rem;
  margin-right: auto;
  margin-left: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap; }
.teammember__image {
  margin-bottom: 1.5625rem; }
.teammember__heading {
  position: relative;
  margin-bottom: 0.4375rem;
  padding-right: 2.8125rem; }
@media print, screen and (min-width: 40em) {
  .teammember__heading {
    margin-bottom: 0.4375rem; } }
@media print, screen and (min-width: 53.75em) {
  .teammember__heading {
    margin-bottom: 0.9375rem; } }
@media screen and (min-width: 64.0625em) {
  .teammember__heading {
    margin-bottom: 1.375rem; } }
@media screen and (min-width: 75em) {
  .teammember__heading {
    margin-bottom: 1.375rem; } }
.teammember__heading .svg-icon {
  position: absolute;
  right: 0;
  top: -0.3125rem;
  fill: #283583;
  margin-left: 1.5625rem; }
.teammember__position {
  font-size: 1rem;
  line-height: 1.5; }
@media screen and (max-width: 39.9375em) {
  .teammember__position {
    margin-bottom: 0.3125rem; } }
@media print, screen and (min-width: 40em) {
  .teammember__position {
    font-size: 1rem;
    line-height: 1.5; } }
@media print, screen and (min-width: 53.75em) {
  .teammember__position {
    font-size: 1.125rem;
    line-height: 1.625rem; } }
@media screen and (min-width: 64.0625em) {
  .teammember__position {
    font-size: 1.375rem;
    line-height: 1.75rem; } }
@media screen and (min-width: 75em) {
  .teammember__position {
    font-size: 1.375rem;
    line-height: 1.75rem; } }
@media print, screen and (min-width: 40em) {
  .teammember__contact {
    position: absolute;
    bottom: 0; } }
.teammember__contact a {
  display: block; }
.teammember__contact a:first-child {
  margin-right: 0.9375rem; }
@media screen and (max-width: 53.6875em) {
  .teammember__contact a:first-child {
    padding-bottom: 0.3125rem; } }
@media screen and (min-width: 1440px) {
  .teammember__contact a {
    display: inline; }
  .teammember__contact a:after {
    margin-left: 0.3125rem; } }

.eu4energy-chart {
  display: block;
  margin: 0 auto; }
@media screen and (max-width: 39.9375em) {
  .eu4energy-chart {
    margin-top: 2.5rem;
    margin-bottom: 1.25rem; } }

/**
  * Font Awesome hacks
 */

.mobile-filter__toggle:after, .dropdown__toggle:after {
  content: "\f107";
  display: inline-block;
  font-family: "FontAwesome";
  font-size: 14px;
  text-rendering: auto;
}
