@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);
@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css);
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; }
    @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; }

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("webfonts/font-awesome/fontawesome-webfont.eot?v=4.7.0");
  src: url("webfonts/font-awesome/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("webfonts/font-awesome/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("webfonts/font-awesome/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("webfonts/font-awesome/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("webfonts/font-awesome/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

.fa, .mobile-filter__toggle:after, .dropdown__toggle:after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.28571em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center; }
  .fa-li.fa-lg {
    left: -1.85714em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left, .fa-pull-left.mobile-filter__toggle:after, .fa-pull-left.dropdown__toggle:after {
  margin-right: .3em; }

.fa.fa-pull-right, .fa-pull-right.mobile-filter__toggle:after, .fa-pull-right.dropdown__toggle:after {
  margin-left: .3em; }

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left, .pull-left.mobile-filter__toggle:after, .pull-left.dropdown__toggle:after {
  margin-right: .3em; }

.fa.pull-right, .pull-right.mobile-filter__toggle:after, .pull-right.dropdown__toggle:after {
  margin-left: .3em; }

.fa-spin {
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  animation: fa-spin 1s infinite steps(8); }

@keyframes fa-spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(359deg); } }

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg); }

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg); }

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg); }

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scale(-1, 1); }

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none; }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: ""; }

.fa-music:before {
  content: ""; }

.fa-search:before {
  content: ""; }

.fa-envelope-o:before {
  content: ""; }

.fa-heart:before {
  content: ""; }

.fa-star:before {
  content: ""; }

.fa-star-o:before {
  content: ""; }

.fa-user:before {
  content: ""; }

.fa-film:before {
  content: ""; }

.fa-th-large:before {
  content: ""; }

.fa-th:before {
  content: ""; }

.fa-th-list:before {
  content: ""; }

.fa-check:before {
  content: ""; }

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: ""; }

.fa-search-plus:before {
  content: ""; }

.fa-search-minus:before {
  content: ""; }

.fa-power-off:before {
  content: ""; }

.fa-signal:before {
  content: ""; }

.fa-gear:before,
.fa-cog:before {
  content: ""; }

.fa-trash-o:before {
  content: ""; }

.fa-home:before {
  content: ""; }

.fa-file-o:before {
  content: ""; }

.fa-clock-o:before {
  content: ""; }

.fa-road:before {
  content: ""; }

.fa-download:before {
  content: ""; }

.fa-arrow-circle-o-down:before {
  content: ""; }

.fa-arrow-circle-o-up:before {
  content: ""; }

.fa-inbox:before {
  content: ""; }

.fa-play-circle-o:before {
  content: ""; }

.fa-rotate-right:before,
.fa-repeat:before {
  content: ""; }

.fa-refresh:before {
  content: ""; }

.fa-list-alt:before {
  content: ""; }

.fa-lock:before {
  content: ""; }

.fa-flag:before {
  content: ""; }

.fa-headphones:before {
  content: ""; }

.fa-volume-off:before {
  content: ""; }

.fa-volume-down:before {
  content: ""; }

.fa-volume-up:before {
  content: ""; }

.fa-qrcode:before {
  content: ""; }

.fa-barcode:before {
  content: ""; }

.fa-tag:before {
  content: ""; }

.fa-tags:before {
  content: ""; }

.fa-book:before {
  content: ""; }

.fa-bookmark:before {
  content: ""; }

.fa-print:before {
  content: ""; }

.fa-camera:before {
  content: ""; }

.fa-font:before {
  content: ""; }

.fa-bold:before {
  content: ""; }

.fa-italic:before {
  content: ""; }

.fa-text-height:before {
  content: ""; }

.fa-text-width:before {
  content: ""; }

.fa-align-left:before {
  content: ""; }

.fa-align-center:before {
  content: ""; }

.fa-align-right:before {
  content: ""; }

.fa-align-justify:before {
  content: ""; }

.fa-list:before {
  content: ""; }

.fa-dedent:before,
.fa-outdent:before {
  content: ""; }

.fa-indent:before {
  content: ""; }

.fa-video-camera:before {
  content: ""; }

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: ""; }

.fa-pencil:before {
  content: ""; }

.fa-map-marker:before {
  content: ""; }

.fa-adjust:before {
  content: ""; }

.fa-tint:before {
  content: ""; }

.fa-edit:before,
.fa-pencil-square-o:before {
  content: ""; }

.fa-share-square-o:before {
  content: ""; }

.fa-check-square-o:before {
  content: ""; }

.fa-arrows:before {
  content: ""; }

.fa-step-backward:before {
  content: ""; }

.fa-fast-backward:before {
  content: ""; }

.fa-backward:before {
  content: ""; }

.fa-play:before {
  content: ""; }

.fa-pause:before {
  content: ""; }

.fa-stop:before {
  content: ""; }

.fa-forward:before {
  content: ""; }

.fa-fast-forward:before {
  content: ""; }

.fa-step-forward:before {
  content: ""; }

.fa-eject:before {
  content: ""; }

.fa-chevron-left:before {
  content: ""; }

.fa-chevron-right:before {
  content: ""; }

.fa-plus-circle:before {
  content: ""; }

.fa-minus-circle:before {
  content: ""; }

.fa-times-circle:before {
  content: ""; }

.fa-check-circle:before {
  content: ""; }

.fa-question-circle:before {
  content: ""; }

.fa-info-circle:before {
  content: ""; }

.fa-crosshairs:before {
  content: ""; }

.fa-times-circle-o:before {
  content: ""; }

.fa-check-circle-o:before {
  content: ""; }

.fa-ban:before {
  content: ""; }

.fa-arrow-left:before {
  content: ""; }

.fa-arrow-right:before {
  content: ""; }

.fa-arrow-up:before {
  content: ""; }

.fa-arrow-down:before {
  content: ""; }

.fa-mail-forward:before,
.fa-share:before {
  content: ""; }

.fa-expand:before {
  content: ""; }

.fa-compress:before {
  content: ""; }

.fa-plus:before {
  content: ""; }

.fa-minus:before {
  content: ""; }

.fa-asterisk:before {
  content: ""; }

.fa-exclamation-circle:before {
  content: ""; }

.fa-gift:before {
  content: ""; }

.fa-leaf:before {
  content: ""; }

.fa-fire:before {
  content: ""; }

.fa-eye:before {
  content: ""; }

.fa-eye-slash:before {
  content: ""; }

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: ""; }

.fa-plane:before {
  content: ""; }

.fa-calendar:before {
  content: ""; }

.fa-random:before {
  content: ""; }

.fa-comment:before {
  content: ""; }

.fa-magnet:before {
  content: ""; }

.fa-chevron-up:before {
  content: ""; }

.fa-chevron-down:before {
  content: ""; }

.fa-retweet:before {
  content: ""; }

.fa-shopping-cart:before {
  content: ""; }

.fa-folder:before {
  content: ""; }

.fa-folder-open:before {
  content: ""; }

.fa-arrows-v:before {
  content: ""; }

.fa-arrows-h:before {
  content: ""; }

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: ""; }

.fa-twitter-square:before {
  content: ""; }

.fa-facebook-square:before {
  content: ""; }

.fa-camera-retro:before {
  content: ""; }

.fa-key:before {
  content: ""; }

.fa-gears:before,
.fa-cogs:before {
  content: ""; }

.fa-comments:before {
  content: ""; }

.fa-thumbs-o-up:before {
  content: ""; }

.fa-thumbs-o-down:before {
  content: ""; }

.fa-star-half:before {
  content: ""; }

.fa-heart-o:before {
  content: ""; }

.fa-sign-out:before {
  content: ""; }

.fa-linkedin-square:before {
  content: ""; }

.fa-thumb-tack:before {
  content: ""; }

.fa-external-link:before {
  content: ""; }

.fa-sign-in:before {
  content: ""; }

.fa-trophy:before {
  content: ""; }

.fa-github-square:before {
  content: ""; }

.fa-upload:before {
  content: ""; }

.fa-lemon-o:before {
  content: ""; }

.fa-phone:before {
  content: ""; }

.fa-square-o:before {
  content: ""; }

.fa-bookmark-o:before {
  content: ""; }

.fa-phone-square:before {
  content: ""; }

.fa-twitter:before {
  content: ""; }

.fa-facebook-f:before,
.fa-facebook:before {
  content: ""; }

.fa-github:before {
  content: ""; }

.fa-unlock:before {
  content: ""; }

.fa-credit-card:before {
  content: ""; }

.fa-feed:before,
.fa-rss:before {
  content: ""; }

.fa-hdd-o:before {
  content: ""; }

.fa-bullhorn:before {
  content: ""; }

.fa-bell:before {
  content: ""; }

.fa-certificate:before {
  content: ""; }

.fa-hand-o-right:before {
  content: ""; }

.fa-hand-o-left:before {
  content: ""; }

.fa-hand-o-up:before {
  content: ""; }

.fa-hand-o-down:before {
  content: ""; }

.fa-arrow-circle-left:before {
  content: ""; }

.fa-arrow-circle-right:before {
  content: ""; }

.fa-arrow-circle-up:before {
  content: ""; }

.fa-arrow-circle-down:before {
  content: ""; }

.fa-globe:before {
  content: ""; }

.fa-wrench:before {
  content: ""; }

.fa-tasks:before {
  content: ""; }

.fa-filter:before {
  content: ""; }

.fa-briefcase:before {
  content: ""; }

.fa-arrows-alt:before {
  content: ""; }

.fa-group:before,
.fa-users:before {
  content: ""; }

.fa-chain:before,
.fa-link:before {
  content: ""; }

.fa-cloud:before {
  content: ""; }

.fa-flask:before {
  content: ""; }

.fa-cut:before,
.fa-scissors:before {
  content: ""; }

.fa-copy:before,
.fa-files-o:before {
  content: ""; }

.fa-paperclip:before {
  content: ""; }

.fa-save:before,
.fa-floppy-o:before {
  content: ""; }

.fa-square:before {
  content: ""; }

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: ""; }

.fa-list-ul:before {
  content: ""; }

.fa-list-ol:before {
  content: ""; }

.fa-strikethrough:before {
  content: ""; }

.fa-underline:before {
  content: ""; }

.fa-table:before {
  content: ""; }

.fa-magic:before {
  content: ""; }

.fa-truck:before {
  content: ""; }

.fa-pinterest:before {
  content: ""; }

.fa-pinterest-square:before {
  content: ""; }

.fa-google-plus-square:before {
  content: ""; }

.fa-google-plus:before {
  content: ""; }

.fa-money:before {
  content: ""; }

.fa-caret-down:before {
  content: ""; }

.fa-caret-up:before {
  content: ""; }

.fa-caret-left:before {
  content: ""; }

.fa-caret-right:before {
  content: ""; }

.fa-columns:before {
  content: ""; }

.fa-unsorted:before,
.fa-sort:before {
  content: ""; }

.fa-sort-down:before,
.fa-sort-desc:before {
  content: ""; }

.fa-sort-up:before,
.fa-sort-asc:before {
  content: ""; }

.fa-envelope:before {
  content: ""; }

.fa-linkedin:before {
  content: ""; }

.fa-rotate-left:before,
.fa-undo:before {
  content: ""; }

.fa-legal:before,
.fa-gavel:before {
  content: ""; }

.fa-dashboard:before,
.fa-tachometer:before {
  content: ""; }

.fa-comment-o:before {
  content: ""; }

.fa-comments-o:before {
  content: ""; }

.fa-flash:before,
.fa-bolt:before {
  content: ""; }

.fa-sitemap:before {
  content: ""; }

.fa-umbrella:before {
  content: ""; }

.fa-paste:before,
.fa-clipboard:before {
  content: ""; }

.fa-lightbulb-o:before {
  content: ""; }

.fa-exchange:before {
  content: ""; }

.fa-cloud-download:before {
  content: ""; }

.fa-cloud-upload:before {
  content: ""; }

.fa-user-md:before {
  content: ""; }

.fa-stethoscope:before {
  content: ""; }

.fa-suitcase:before {
  content: ""; }

.fa-bell-o:before {
  content: ""; }

.fa-coffee:before {
  content: ""; }

.fa-cutlery:before {
  content: ""; }

.fa-file-text-o:before {
  content: ""; }

.fa-building-o:before {
  content: ""; }

.fa-hospital-o:before {
  content: ""; }

.fa-ambulance:before {
  content: ""; }

.fa-medkit:before {
  content: ""; }

.fa-fighter-jet:before {
  content: ""; }

.fa-beer:before {
  content: ""; }

.fa-h-square:before {
  content: ""; }

.fa-plus-square:before {
  content: ""; }

.fa-angle-double-left:before {
  content: ""; }

.fa-angle-double-right:before {
  content: ""; }

.fa-angle-double-up:before {
  content: ""; }

.fa-angle-double-down:before {
  content: ""; }

.fa-angle-left:before {
  content: ""; }

.fa-angle-right:before {
  content: ""; }

.fa-angle-up:before {
  content: ""; }

.fa-angle-down:before, .mobile-filter__toggle:after, .dropdown__toggle:after {
  content: ""; }

.fa-desktop:before {
  content: ""; }

.fa-laptop:before {
  content: ""; }

.fa-tablet:before {
  content: ""; }

.fa-mobile-phone:before,
.fa-mobile:before {
  content: ""; }

.fa-circle-o:before {
  content: ""; }

.fa-quote-left:before {
  content: ""; }

.fa-quote-right:before {
  content: ""; }

.fa-spinner:before {
  content: ""; }

.fa-circle:before {
  content: ""; }

.fa-mail-reply:before,
.fa-reply:before {
  content: ""; }

.fa-github-alt:before {
  content: ""; }

.fa-folder-o:before {
  content: ""; }

.fa-folder-open-o:before {
  content: ""; }

.fa-smile-o:before {
  content: ""; }

.fa-frown-o:before {
  content: ""; }

.fa-meh-o:before {
  content: ""; }

.fa-gamepad:before {
  content: ""; }

.fa-keyboard-o:before {
  content: ""; }

.fa-flag-o:before {
  content: ""; }

.fa-flag-checkered:before {
  content: ""; }

.fa-terminal:before {
  content: ""; }

.fa-code:before {
  content: ""; }

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: ""; }

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: ""; }

.fa-location-arrow:before {
  content: ""; }

.fa-crop:before {
  content: ""; }

.fa-code-fork:before {
  content: ""; }

.fa-unlink:before,
.fa-chain-broken:before {
  content: ""; }

.fa-question:before {
  content: ""; }

.fa-info:before {
  content: ""; }

.fa-exclamation:before {
  content: ""; }

.fa-superscript:before {
  content: ""; }

.fa-subscript:before {
  content: ""; }

.fa-eraser:before {
  content: ""; }

.fa-puzzle-piece:before {
  content: ""; }

.fa-microphone:before {
  content: ""; }

.fa-microphone-slash:before {
  content: ""; }

.fa-shield:before {
  content: ""; }

.fa-calendar-o:before {
  content: ""; }

.fa-fire-extinguisher:before {
  content: ""; }

.fa-rocket:before {
  content: ""; }

.fa-maxcdn:before {
  content: ""; }

.fa-chevron-circle-left:before {
  content: ""; }

.fa-chevron-circle-right:before {
  content: ""; }

.fa-chevron-circle-up:before {
  content: ""; }

.fa-chevron-circle-down:before {
  content: ""; }

.fa-html5:before {
  content: ""; }

.fa-css3:before {
  content: ""; }

.fa-anchor:before {
  content: ""; }

.fa-unlock-alt:before {
  content: ""; }

.fa-bullseye:before {
  content: ""; }

.fa-ellipsis-h:before {
  content: ""; }

.fa-ellipsis-v:before {
  content: ""; }

.fa-rss-square:before {
  content: ""; }

.fa-play-circle:before {
  content: ""; }

.fa-ticket:before {
  content: ""; }

.fa-minus-square:before {
  content: ""; }

.fa-minus-square-o:before {
  content: ""; }

.fa-level-up:before {
  content: ""; }

.fa-level-down:before {
  content: ""; }

.fa-check-square:before {
  content: ""; }

.fa-pencil-square:before {
  content: ""; }

.fa-external-link-square:before {
  content: ""; }

.fa-share-square:before {
  content: ""; }

.fa-compass:before {
  content: ""; }

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: ""; }

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: ""; }

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: ""; }

.fa-euro:before,
.fa-eur:before {
  content: ""; }

.fa-gbp:before {
  content: ""; }

.fa-dollar:before,
.fa-usd:before {
  content: ""; }

.fa-rupee:before,
.fa-inr:before {
  content: ""; }

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: ""; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: ""; }

.fa-won:before,
.fa-krw:before {
  content: ""; }

.fa-bitcoin:before,
.fa-btc:before {
  content: ""; }

.fa-file:before {
  content: ""; }

.fa-file-text:before {
  content: ""; }

.fa-sort-alpha-asc:before {
  content: ""; }

.fa-sort-alpha-desc:before {
  content: ""; }

.fa-sort-amount-asc:before {
  content: ""; }

.fa-sort-amount-desc:before {
  content: ""; }

.fa-sort-numeric-asc:before {
  content: ""; }

.fa-sort-numeric-desc:before {
  content: ""; }

.fa-thumbs-up:before {
  content: ""; }

.fa-thumbs-down:before {
  content: ""; }

.fa-youtube-square:before {
  content: ""; }

.fa-youtube:before {
  content: ""; }

.fa-xing:before {
  content: ""; }

.fa-xing-square:before {
  content: ""; }

.fa-youtube-play:before {
  content: ""; }

.fa-dropbox:before {
  content: ""; }

.fa-stack-overflow:before {
  content: ""; }

.fa-instagram:before {
  content: ""; }

.fa-flickr:before {
  content: ""; }

.fa-adn:before {
  content: ""; }

.fa-bitbucket:before {
  content: ""; }

.fa-bitbucket-square:before {
  content: ""; }

.fa-tumblr:before {
  content: ""; }

.fa-tumblr-square:before {
  content: ""; }

.fa-long-arrow-down:before {
  content: ""; }

.fa-long-arrow-up:before {
  content: ""; }

.fa-long-arrow-left:before {
  content: ""; }

.fa-long-arrow-right:before {
  content: ""; }

.fa-apple:before {
  content: ""; }

.fa-windows:before {
  content: ""; }

.fa-android:before {
  content: ""; }

.fa-linux:before {
  content: ""; }

.fa-dribbble:before {
  content: ""; }

.fa-skype:before {
  content: ""; }

.fa-foursquare:before {
  content: ""; }

.fa-trello:before {
  content: ""; }

.fa-female:before {
  content: ""; }

.fa-male:before {
  content: ""; }

.fa-gittip:before,
.fa-gratipay:before {
  content: ""; }

.fa-sun-o:before {
  content: ""; }

.fa-moon-o:before {
  content: ""; }

.fa-archive:before {
  content: ""; }

.fa-bug:before {
  content: ""; }

.fa-vk:before {
  content: ""; }

.fa-weibo:before {
  content: ""; }

.fa-renren:before {
  content: ""; }

.fa-pagelines:before {
  content: ""; }

.fa-stack-exchange:before {
  content: ""; }

.fa-arrow-circle-o-right:before {
  content: ""; }

.fa-arrow-circle-o-left:before {
  content: ""; }

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: ""; }

.fa-dot-circle-o:before {
  content: ""; }

.fa-wheelchair:before {
  content: ""; }

.fa-vimeo-square:before {
  content: ""; }

.fa-turkish-lira:before,
.fa-try:before {
  content: ""; }

.fa-plus-square-o:before {
  content: ""; }

.fa-space-shuttle:before {
  content: ""; }

.fa-slack:before {
  content: ""; }

.fa-envelope-square:before {
  content: ""; }

.fa-wordpress:before {
  content: ""; }

.fa-openid:before {
  content: ""; }

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: ""; }

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: ""; }

.fa-yahoo:before {
  content: ""; }

.fa-google:before {
  content: ""; }

.fa-reddit:before {
  content: ""; }

.fa-reddit-square:before {
  content: ""; }

.fa-stumbleupon-circle:before {
  content: ""; }

.fa-stumbleupon:before {
  content: ""; }

.fa-delicious:before {
  content: ""; }

.fa-digg:before {
  content: ""; }

.fa-pied-piper-pp:before {
  content: ""; }

.fa-pied-piper-alt:before {
  content: ""; }

.fa-drupal:before {
  content: ""; }

.fa-joomla:before {
  content: ""; }

.fa-language:before {
  content: ""; }

.fa-fax:before {
  content: ""; }

.fa-building:before {
  content: ""; }

.fa-child:before {
  content: ""; }

.fa-paw:before {
  content: ""; }

.fa-spoon:before {
  content: ""; }

.fa-cube:before {
  content: ""; }

.fa-cubes:before {
  content: ""; }

.fa-behance:before {
  content: ""; }

.fa-behance-square:before {
  content: ""; }

.fa-steam:before {
  content: ""; }

.fa-steam-square:before {
  content: ""; }

.fa-recycle:before {
  content: ""; }

.fa-automobile:before,
.fa-car:before {
  content: ""; }

.fa-cab:before,
.fa-taxi:before {
  content: ""; }

.fa-tree:before {
  content: ""; }

.fa-spotify:before {
  content: ""; }

.fa-deviantart:before {
  content: ""; }

.fa-soundcloud:before {
  content: ""; }

.fa-database:before {
  content: ""; }

.fa-file-pdf-o:before {
  content: ""; }

.fa-file-word-o:before {
  content: ""; }

.fa-file-excel-o:before {
  content: ""; }

.fa-file-powerpoint-o:before {
  content: ""; }

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: ""; }

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: ""; }

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: ""; }

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: ""; }

.fa-file-code-o:before {
  content: ""; }

.fa-vine:before {
  content: ""; }

.fa-codepen:before {
  content: ""; }

.fa-jsfiddle:before {
  content: ""; }

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: ""; }

.fa-circle-o-notch:before {
  content: ""; }

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: ""; }

.fa-ge:before,
.fa-empire:before {
  content: ""; }

.fa-git-square:before {
  content: ""; }

.fa-git:before {
  content: ""; }

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: ""; }

.fa-tencent-weibo:before {
  content: ""; }

.fa-qq:before {
  content: ""; }

.fa-wechat:before,
.fa-weixin:before {
  content: ""; }

.fa-send:before,
.fa-paper-plane:before {
  content: ""; }

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: ""; }

.fa-history:before {
  content: ""; }

.fa-circle-thin:before {
  content: ""; }

.fa-header:before {
  content: ""; }

.fa-paragraph:before {
  content: ""; }

.fa-sliders:before {
  content: ""; }

.fa-share-alt:before {
  content: ""; }

.fa-share-alt-square:before {
  content: ""; }

.fa-bomb:before {
  content: ""; }

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: ""; }

.fa-tty:before {
  content: ""; }

.fa-binoculars:before {
  content: ""; }

.fa-plug:before {
  content: ""; }

.fa-slideshare:before {
  content: ""; }

.fa-twitch:before {
  content: ""; }

.fa-yelp:before {
  content: ""; }

.fa-newspaper-o:before {
  content: ""; }

.fa-wifi:before {
  content: ""; }

.fa-calculator:before {
  content: ""; }

.fa-paypal:before {
  content: ""; }

.fa-google-wallet:before {
  content: ""; }

.fa-cc-visa:before {
  content: ""; }

.fa-cc-mastercard:before {
  content: ""; }

.fa-cc-discover:before {
  content: ""; }

.fa-cc-amex:before {
  content: ""; }

.fa-cc-paypal:before {
  content: ""; }

.fa-cc-stripe:before {
  content: ""; }

.fa-bell-slash:before {
  content: ""; }

.fa-bell-slash-o:before {
  content: ""; }

.fa-trash:before {
  content: ""; }

.fa-copyright:before {
  content: ""; }

.fa-at:before {
  content: ""; }

.fa-eyedropper:before {
  content: ""; }

.fa-paint-brush:before {
  content: ""; }

.fa-birthday-cake:before {
  content: ""; }

.fa-area-chart:before {
  content: ""; }

.fa-pie-chart:before {
  content: ""; }

.fa-line-chart:before {
  content: ""; }

.fa-lastfm:before {
  content: ""; }

.fa-lastfm-square:before {
  content: ""; }

.fa-toggle-off:before {
  content: ""; }

.fa-toggle-on:before {
  content: ""; }

.fa-bicycle:before {
  content: ""; }

.fa-bus:before {
  content: ""; }

.fa-ioxhost:before {
  content: ""; }

.fa-angellist:before {
  content: ""; }

.fa-cc:before {
  content: ""; }

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: ""; }

.fa-meanpath:before {
  content: ""; }

.fa-buysellads:before {
  content: ""; }

.fa-connectdevelop:before {
  content: ""; }

.fa-dashcube:before {
  content: ""; }

.fa-forumbee:before {
  content: ""; }

.fa-leanpub:before {
  content: ""; }

.fa-sellsy:before {
  content: ""; }

.fa-shirtsinbulk:before {
  content: ""; }

.fa-simplybuilt:before {
  content: ""; }

.fa-skyatlas:before {
  content: ""; }

.fa-cart-plus:before {
  content: ""; }

.fa-cart-arrow-down:before {
  content: ""; }

.fa-diamond:before {
  content: ""; }

.fa-ship:before {
  content: ""; }

.fa-user-secret:before {
  content: ""; }

.fa-motorcycle:before {
  content: ""; }

.fa-street-view:before {
  content: ""; }

.fa-heartbeat:before {
  content: ""; }

.fa-venus:before {
  content: ""; }

.fa-mars:before {
  content: ""; }

.fa-mercury:before {
  content: ""; }

.fa-intersex:before,
.fa-transgender:before {
  content: ""; }

.fa-transgender-alt:before {
  content: ""; }

.fa-venus-double:before {
  content: ""; }

.fa-mars-double:before {
  content: ""; }

.fa-venus-mars:before {
  content: ""; }

.fa-mars-stroke:before {
  content: ""; }

.fa-mars-stroke-v:before {
  content: ""; }

.fa-mars-stroke-h:before {
  content: ""; }

.fa-neuter:before {
  content: ""; }

.fa-genderless:before {
  content: ""; }

.fa-facebook-official:before {
  content: ""; }

.fa-pinterest-p:before {
  content: ""; }

.fa-whatsapp:before {
  content: ""; }

.fa-server:before {
  content: ""; }

.fa-user-plus:before {
  content: ""; }

.fa-user-times:before {
  content: ""; }

.fa-hotel:before,
.fa-bed:before {
  content: ""; }

.fa-viacoin:before {
  content: ""; }

.fa-train:before {
  content: ""; }

.fa-subway:before {
  content: ""; }

.fa-medium:before {
  content: ""; }

.fa-yc:before,
.fa-y-combinator:before {
  content: ""; }

.fa-optin-monster:before {
  content: ""; }

.fa-opencart:before {
  content: ""; }

.fa-expeditedssl:before {
  content: ""; }

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: ""; }

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: ""; }

.fa-battery-2:before,
.fa-battery-half:before {
  content: ""; }

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: ""; }

.fa-battery-0:before,
.fa-battery-empty:before {
  content: ""; }

.fa-mouse-pointer:before {
  content: ""; }

.fa-i-cursor:before {
  content: ""; }

.fa-object-group:before {
  content: ""; }

.fa-object-ungroup:before {
  content: ""; }

.fa-sticky-note:before {
  content: ""; }

.fa-sticky-note-o:before {
  content: ""; }

.fa-cc-jcb:before {
  content: ""; }

.fa-cc-diners-club:before {
  content: ""; }

.fa-clone:before {
  content: ""; }

.fa-balance-scale:before {
  content: ""; }

.fa-hourglass-o:before {
  content: ""; }

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: ""; }

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: ""; }

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: ""; }

.fa-hourglass:before {
  content: ""; }

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: ""; }

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: ""; }

.fa-hand-scissors-o:before {
  content: ""; }

.fa-hand-lizard-o:before {
  content: ""; }

.fa-hand-spock-o:before {
  content: ""; }

.fa-hand-pointer-o:before {
  content: ""; }

.fa-hand-peace-o:before {
  content: ""; }

.fa-trademark:before {
  content: ""; }

.fa-registered:before {
  content: ""; }

.fa-creative-commons:before {
  content: ""; }

.fa-gg:before {
  content: ""; }

.fa-gg-circle:before {
  content: ""; }

.fa-tripadvisor:before {
  content: ""; }

.fa-odnoklassniki:before {
  content: ""; }

.fa-odnoklassniki-square:before {
  content: ""; }

.fa-get-pocket:before {
  content: ""; }

.fa-wikipedia-w:before {
  content: ""; }

.fa-safari:before {
  content: ""; }

.fa-chrome:before {
  content: ""; }

.fa-firefox:before {
  content: ""; }

.fa-opera:before {
  content: ""; }

.fa-internet-explorer:before {
  content: ""; }

.fa-tv:before,
.fa-television:before {
  content: ""; }

.fa-contao:before {
  content: ""; }

.fa-500px:before {
  content: ""; }

.fa-amazon:before {
  content: ""; }

.fa-calendar-plus-o:before {
  content: ""; }

.fa-calendar-minus-o:before {
  content: ""; }

.fa-calendar-times-o:before {
  content: ""; }

.fa-calendar-check-o:before {
  content: ""; }

.fa-industry:before {
  content: ""; }

.fa-map-pin:before {
  content: ""; }

.fa-map-signs:before {
  content: ""; }

.fa-map-o:before {
  content: ""; }

.fa-map:before {
  content: ""; }

.fa-commenting:before {
  content: ""; }

.fa-commenting-o:before {
  content: ""; }

.fa-houzz:before {
  content: ""; }

.fa-vimeo:before {
  content: ""; }

.fa-black-tie:before {
  content: ""; }

.fa-fonticons:before {
  content: ""; }

.fa-reddit-alien:before {
  content: ""; }

.fa-edge:before {
  content: ""; }

.fa-credit-card-alt:before {
  content: ""; }

.fa-codiepie:before {
  content: ""; }

.fa-modx:before {
  content: ""; }

.fa-fort-awesome:before {
  content: ""; }

.fa-usb:before {
  content: ""; }

.fa-product-hunt:before {
  content: ""; }

.fa-mixcloud:before {
  content: ""; }

.fa-scribd:before {
  content: ""; }

.fa-pause-circle:before {
  content: ""; }

.fa-pause-circle-o:before {
  content: ""; }

.fa-stop-circle:before {
  content: ""; }

.fa-stop-circle-o:before {
  content: ""; }

.fa-shopping-bag:before {
  content: ""; }

.fa-shopping-basket:before {
  content: ""; }

.fa-hashtag:before {
  content: ""; }

.fa-bluetooth:before {
  content: ""; }

.fa-bluetooth-b:before {
  content: ""; }

.fa-percent:before {
  content: ""; }

.fa-gitlab:before {
  content: ""; }

.fa-wpbeginner:before {
  content: ""; }

.fa-wpforms:before {
  content: ""; }

.fa-envira:before {
  content: ""; }

.fa-universal-access:before {
  content: ""; }

.fa-wheelchair-alt:before {
  content: ""; }

.fa-question-circle-o:before {
  content: ""; }

.fa-blind:before {
  content: ""; }

.fa-audio-description:before {
  content: ""; }

.fa-volume-control-phone:before {
  content: ""; }

.fa-braille:before {
  content: ""; }

.fa-assistive-listening-systems:before {
  content: ""; }

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: ""; }

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: ""; }

.fa-glide:before {
  content: ""; }

.fa-glide-g:before {
  content: ""; }

.fa-signing:before,
.fa-sign-language:before {
  content: ""; }

.fa-low-vision:before {
  content: ""; }

.fa-viadeo:before {
  content: ""; }

.fa-viadeo-square:before {
  content: ""; }

.fa-snapchat:before {
  content: ""; }

.fa-snapchat-ghost:before {
  content: ""; }

.fa-snapchat-square:before {
  content: ""; }

.fa-pied-piper:before {
  content: ""; }

.fa-first-order:before {
  content: ""; }

.fa-yoast:before {
  content: ""; }

.fa-themeisle:before {
  content: ""; }

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: ""; }

.fa-fa:before,
.fa-font-awesome:before {
  content: ""; }

.fa-handshake-o:before {
  content: ""; }

.fa-envelope-open:before {
  content: ""; }

.fa-envelope-open-o:before {
  content: ""; }

.fa-linode:before {
  content: ""; }

.fa-address-book:before {
  content: ""; }

.fa-address-book-o:before {
  content: ""; }

.fa-vcard:before,
.fa-address-card:before {
  content: ""; }

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: ""; }

.fa-user-circle:before {
  content: ""; }

.fa-user-circle-o:before {
  content: ""; }

.fa-user-o:before {
  content: ""; }

.fa-id-badge:before {
  content: ""; }

.fa-drivers-license:before,
.fa-id-card:before {
  content: ""; }

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: ""; }

.fa-quora:before {
  content: ""; }

.fa-free-code-camp:before {
  content: ""; }

.fa-telegram:before {
  content: ""; }

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: ""; }

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: ""; }

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: ""; }

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: ""; }

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: ""; }

.fa-shower:before {
  content: ""; }

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: ""; }

.fa-podcast:before {
  content: ""; }

.fa-window-maximize:before {
  content: ""; }

.fa-window-minimize:before {
  content: ""; }

.fa-window-restore:before {
  content: ""; }

.fa-times-rectangle:before,
.fa-window-close:before {
  content: ""; }

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: ""; }

.fa-bandcamp:before {
  content: ""; }

.fa-grav:before {
  content: ""; }

.fa-etsy:before {
  content: ""; }

.fa-imdb:before {
  content: ""; }

.fa-ravelry:before {
  content: ""; }

.fa-eercast:before {
  content: ""; }

.fa-microchip:before {
  content: ""; }

.fa-snowflake-o:before {
  content: ""; }

.fa-superpowers:before {
  content: ""; }

.fa-wpexplorer:before {
  content: ""; }

.fa-meetup:before {
  content: ""; }

.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-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: "";
      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; }
  .icon-block.icon-block--country {
    width: 9.33em;
    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: "";
      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: "";
      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: "";
  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: "";
      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.3125rem;
        padding-right: 0.3125rem;
        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: "";
      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 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(3), .pagination li:nth-child(5) {
        display: none; } }
  .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; }

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

.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: "";
    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; } }
/* bradcrumb without a fix */

.breadcrumb-menu > li > strong {
      padding: 0.7rem 0;
      display: inline-block;
}


/* jalendar svg icon IE hack */

.event-entry>.icon--round>img {
	height: 100%;
}


/* List styling, so it will work with CK Editor list */

/* .numbered-list REPLACED WITH .bat-text-n-img ol */
/* .bullet-list   REPLACED WITH .bat-text-n-img ul */

/* ol */
.bat-text-n-img ol,
.bat-text-n-img ul {
  line-height: 1.25rem;
  padding-left: 0.3125rem;
  margin-bottom: 2.1875rem;
  padding-top: 1.25rem; }
  .bat-text-n-img ol li,
  .bat-text-n-img ul li {
    padding-left: 0.625rem;
    margin-bottom: 1.25rem; }
  @media print, screen and (min-width: 40em) {
    .bat-text-n-img ol,
    .bat-text-n-img ul {
      line-height: 1.375rem;
      padding-left: 0.3125rem;
      margin-bottom: 2.1875rem;
      padding-top: 1.25rem; }
      .bat-text-n-img ol li,
      .bat-text-n-img ul li {
        padding-left: 0.625rem;
        margin-bottom: 1.25rem; } }
  @media print, screen and (min-width: 53.75em) {
    .bat-text-n-img ol,
    .bat-text-n-img ul {
      line-height: 1.625rem;
      padding-left: 1.5625rem;
      margin-bottom: 2.5rem; }
      .bat-text-n-img ol li,
      .bat-text-n-img ul li {
        padding-left: 0.9375rem;
        margin-bottom: 1.25rem; } }
  @media screen and (min-width: 64.0625em) {
    .bat-text-n-img ol,
    .bat-text-n-img ul {
      font-family: "FrutigerLTPro-Light", Helvetica, Roboto, Arial, sans-serif;
      line-height: 1.75rem;
      padding-left: 2.5rem;
      margin-bottom: 4.0625rem; }
      .bat-text-n-img ol li,
      .bat-text-n-img ul li {
        padding-left: 0.9375rem;
        margin-bottom: 1.25rem; } }
  @media screen and (min-width: 75em) {
    .bat-text-n-img ol,
    .bat-text-n-img ul {
      line-height: 1.75rem;
      padding-left: 2.5rem;
      margin-bottom: 4.0625rem;
      padding-top: 1.875rem; }
      .bat-text-n-img ol li,
      .bat-text-n-img ul li {
        padding-left: 1.4375rem;
        margin-bottom: 1.5625rem; } }

.main-col.xxlarge-7 {
  /* ol */ }
  .main-col.xxlarge-7 .bat-text-n-img ol
  .main-col.xxlarge-7 .bat-text-n-img ul {
    max-width: 80%; }
    @media print, screen and (min-width: 40em) {
      .main-col.xxlarge-7 .bat-text-n-img ol,
      .main-col.xxlarge-7 .bat-text-n-img ul {
        max-width: 70%; } }
    @media print, screen and (min-width: 53.75em) {
      .main-col.xxlarge-7 .bat-text-n-img ol,
      .main-col.xxlarge-7 .bat-text-n-img ul {
        max-width: 80%; } }
    @media screen and (min-width: 64.0625em) {
      .main-col.xxlarge-7 .bat-text-n-img ol,
      .main-col.xxlarge-7 .bat-text-n-img ul {
        max-width: 80%; } }
    @media screen and (min-width: 75em) {
      .main-col.xxlarge-7 .bat-text-n-img ol,
      .main-col.xxlarge-7 .bat-text-n-img ul {
        max-width: 80%; } }

/* ul */
.bat-text-n-img ul{
  list-style-type: none;
  position: relative; }
  .bat-text-n-img ul li{
    position: relative; }
    .bat-text-n-img ul li:before {
      position: absolute;
      font-family: "FontAwesome";
      content: "";
      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) {
        .bat-text-n-img ul li:before{
          line-height: 1.2; } }

.accordion-content ul{
  list-style-type: none;
  position: relative; }
  .accordion-content ul li {
    position: relative;
    margin: 5px 0;}
    .accordion-content ul li:before {
      position: absolute;
      font-family: "FontAwesome";
      content: "";
      border-radius: 50%;
      background-color: #ffd500;
      color: #ffffff;
      display: inline-block;
      text-align: center;
      width: 1rem;
      height: 1rem;
      font-size: 0.8rem;
      line-height: 1rem;
      padding-left: 0.125rem;
      left: -1.5rem;
      top: 0.15rem;
      margin-right: 0.9375rem; }
      @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
        .accordion-content ul li:before {
          line-height: 1.2; } }

.accordion-content ul.download-list {
  list-style-type: none;
  position: relative; }
  .accordion-content ul.download-list li {
    position: relative;
    margin: 5px 0;}
    .accordion-content ul.download-list li:before {
      position: absolute;
      font-family: "FontAwesome";
      content: "";
      border-radius: 50%;
      background-color: #ffffff;
      color: #ffffff;
      /* Change see: ECY-958 */
      display: none;
      text-align: center;
      width: 1rem;
      height: 1rem;
      font-size: 0.8rem;
      line-height: 1rem;
      padding-left: 0.125rem;
      left: -1.5rem;
      top: 0.15rem;
      margin-right: 0.9375rem; }
      @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
        .accordion-content ul li:before {
          line-height: 1.2; } }

/* END List Styling */


.detail-page.small-image-header
.detail-page-heading{
    overflow:hidden;
}
.svg-icon.arrow{
        background-image: url(/resources/bat/img/icons/web-icons.svg#arrow);
}

.italic {
    font-family: "FrutigerLTPro-LightItalic", Helvetica, Roboto, Arial, sans-serif;
}

/*Forms*/

#form
.column-inner-wrapper,
#form
.form-row
.column-inner-wrapper
{
    margin:10px 0;
    float:left;
    width:100%;
}
#form
.separator{
    content: '';
    width: 0.1875rem;
    margin: 0.3rem 0.7rem;
    height: 1rem;
    background-color: #ffd500;
    float: left;
}
#form
.link,
.logout.link{
    color: #283583;
    float:left;
    font-family: "FrutigerLTPro-Bold", Helvetica, Roboto, Arial, sans-serif;
    font-size: 1.125rem;
}
#form
.column-inner-wrapper>div.column-label,
#form
.form-row
.column-inner-wrapper>div.column-label{
    width:30%;
    float:left;
}
#form
.column-inner-wrapper.buttons{
    margin:30px 0;
}
#form
.column-inner-wrapper.buttons div,
#form
.form-row
.column-inner-wrapper.buttons div{
    width:auto;
    display:inline;
}
#form
.column-inner-wrapper>div.column-input,
#form
.form-row
.column-inner-wrapper>div.column-input{
    width:70%;
    float:left;
    font-family: "FrutigerLTPro-Light", Helvetica, Roboto, Arial, sans-serif
}

#form
select{
    -moz-appearance: none;
    -webkit-appearance: none;
    appearancce: none;
    border: 0px;
    padding: 0.5rem 2rem;
    width: 100%;
    height: 3.5rem;
    background-position: right 0rem center;
    background-image: url(../img/icons/icon-arrow-down.png);
    background-size: 10px;
}

.bat-form-message {
    position: relative;
    z-index: 2;
	padding-left: 0.9375rem;
}

#form
input {
	font-family: "FrutigerLTPro-Light", Helvetica, Roboto, Arial, sans-serif
}

#form
.error-label {
	display: block;
	width: 250px;
	background-color: rgb(255, 213, 0);
	color: black;
	padding: 0.5625rem 0.625rem 0.4375rem;
	border-radius: 0.2rem;
	text-transform: uppercase;
}

#form
.error-label > p
{
    padding-bottom: 0px;
    margin-bottom: 0px;
    padding-left: 20px;
}

#form
.success,
#form
.error {
	font-family: "FrutigerLTPro-Light", Helvetica, Roboto, Arial, sans-serif
}

#form
input[readonly]
{
	background-color: #f0f0f0;
    cursor: default;
    border: none;
    box-shadow: none;
}

@media screen and (min-width: 75em)
{
body.col-subcol> main{
    margin-top:200px;    
}
}

.slider__item-text
h1 p,
.implementations-home 
h2 p,
.accordion-to-tabs-outer
h2 p,
section h2 p,
section h2,
section h2 p .bold{
    font-family: minion-pro;
}
section h2 p .bold{
    font-weight:bold;
}

@media screen and (min-width: 75em)
{
.slider__item-text
h1 p{
    line-height:2.5rem;
}
}

.implementations-home 
h2 p,
.accordion-to-tabs-outer
h2 p{
    line-height:3rem;
}


.vertical section.bg-light-gray {
    background-color: transparent;
}


.membership-card__country-icon {
    max-width: 100%;
    max-height: 75%;
    margin: 30% 0;
    opacity:0.4;
    display: inline-block; }
  
  .membership-card__country-icon img {
    fill: #afb1ba; }
    @media print, screen and (min-width: 40em) {
      .membership-card__country-icon img {
        width: 85%;
        height: 85%;
        float: right; } }
    @media print, screen and (min-width: 53.75em) {
      .membership-card__country-icon img {
        width: 75%;
        height: 75%; } }
    @media screen and (min-width: 64.0625em) {
      .membership-card__country-icon img {
        width: 90%;
        height: 90%;
        float: none; } 
        
    }
    

.mgnlEditorBar+.quad-accordion__item .quad-accordion__detail .inner-wrapper
{
    left:0px!important;
}

.icon-block--country
.icon-block__icon .img,
.icon-block--ec
.icon-block__icon .img{
    width: 3.733em;
    height: 3.733em;
    margin: 1em auto 0px auto;
}

.icon-block--country .icon-block__icon,
.icon-block--ec .icon-block__icon{
    height: 5.5em;
}

.icon-block.icon-block--country .img, .touchevents .icon-block.icon-block--country:hover .img, .touchevents .icon-block.icon-block--country:focus .mg,
.icon-block.icon-block--ec .img, .touchevents .icon-block.icon-block--ec:hover .img, .touchevents .icon-block.icon-block--ec:focus .img{
    opacity:0.35!important;
}

.no-touchevents .icon-block.icon-block--country:hover .img, .no-touchevents .icon-block.icon-block--country:focus .img, .icon-block.icon-block--country.is-active .img, .is-active .icon-block.icon-block--country .img{
      opacity:0.75!important;
}

.inner-wrapper section,
.news__content section,
.news__content .section{
    padding:0px!important;
    background-color:transparent;
}

.tabs-content .section{
   padding: 3rem 0rem !important;
}
.tabs-content section.row{
    margin: 0px;
    padding: 0px!important;
}

.accordion-content section {
    padding: 0px !important
}
.accordion-content .row+section {
    padding: 2.1875rem 0 0 0 !important
}
.accordion-content section h2{ 
    margin-bottom:0px!important;
}

#ec-cat-tabs.owl-carousel .owl-item .img,
#document-partiess.owl-carousel .owl-item .img,
[id*="member-info-tab"].owl-carousel .owl-item .img{
    display: inline;
    width: auto;
    height: auto;
    -webkit-transform-style: preserve-3d;
}

#document-partiess.owl-carousel .owl-item .img,
[id*="member-info-tab"].owl-carousel .owl-item .img{
    width: 60%;
    height: 70%;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
}

#ec-cat-tabs.owl-carousel .owl-item .img{
    width: 60%;
    height: 50%;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    vertical-align: bottom;
    margin: auto;
    background-size: contain;
        
}
.news__detail h1 p
{    font-family: minion-pro;
    
}
@media print, screen and (min-width: 40em){
.news__detail h1 p {
    line-height: 2rem;
    margin-bottom: 2.125rem;
}}
@media print, screen and (min-width: 53.75em){
.news__detail h1 p{
    line-height: 2.375rem;
    margin-bottom: 2.5rem;
}}
@media screen and (min-width: 64.0625em){
.news__detail h1 p{
    line-height: 3.125rem;
    margin-bottom: 2.875rem;
}}
@media screen and (min-width: 75em){
.news__detail h1 p{
    line-height: 4rem;
    margin-bottom: 3.375rem;
}}


@media print, screen and (min-width: 40em){
.news__summary-block h2 p{
    line-height: 1.8125rem;
    margin-bottom: 1.375rem;
}}
@media print, screen and (min-width: 53.75em){
.news__summary-block h2 p{
    line-height: 2.25rem;
    margin-bottom: 1.75rem;
}}
@media screen and (min-width: 64.0625em){
.news__summary-block h2 p {
    line-height: 2.75rem;
    margin-bottom: 2.125rem;
}}

@media screen and (min-width: 75em){
.news__summary-block h2 p{
    line-height: 3rem;
    margin-bottom: 2.375rem;
}}

.news__content
section.bg-medium-gray{
    background-color:transparent;
}
.news__content
section main.no-aside {
    width:auto!important;
}

/* Special bold for bolded highlights */

h1 > .bold {
	font-weight: 700;
	font-family: "minion-pro";
}

h2 > .bold {
	font-weight: 700;
	font-family: "minion-pro";
}

h3 > .bold {
	font-weight: 700;
	font-family: "minion-pro";
}
/* Special bold for bolded highlights */

h1 > p > .bold,
h2 > p > .bold,
h3 > p > .bold {
	font-weight: 700;
	font-family: "minion-pro";
}


table,
table p{
    font-family:"FrutigerLTPro-Roman", Helvetica, Roboto, Arial, sans-serif;
}

.categories .filter-indicator__button{
    height:auto;
}

.categories
.icon--texted{
    white-space: nowrap;
}
.categories
.dropdown__toggle{
    font-size: 1rem;
}

.row .filter__section .row {
    margin-right: 0.625rem;
    margin-left: 0.625rem; }
    @media print, screen and (min-width: 40em) {
      .row .filter__section .row {
        margin-right: 0.9375rem;
        margin-left: 0.9375rem; } }
    @media print, screen and (min-width: 53.75em) {
      .row .filter__section .row {
        margin-right: 0.9375rem;
        margin-left: 0.9375rem; } }
    @media screen and (min-width: 64.0625em) {
      .row .filter__section .row {
        margin-right: 0.9375rem;
        margin-left: 0.9375rem; } }
    @media screen and (min-width: 75em) {
      .row .filter__section .row {
        margin-right: 0.9375rem;
        margin-left: 0.9375rem; } }
        
.row .filter-indicator__section .row {
    margin-right: 0.625rem;
    margin-left: 0.625rem; }
    @media print, screen and (min-width: 40em) {
      .row .filter-indicator__section .row {
        margin-right: 0.9375rem;
        margin-left: 0.9375rem; } }
    @media print, screen and (min-width: 53.75em) {
      .row .filter-indicator__section .row {
        margin-right: 0.9375rem;
        margin-left: 0.9375rem; } }
    @media screen and (min-width: 64.0625em) {
      .row .filter-indicator__section .row {
        margin-right: 0.9375rem;
        margin-left: 0.9375rem; } }
    @media screen and (min-width: 75em) {
      .row .filter-indicator__section .row {
        margin-right: 0.9375rem;
        margin-left: 0.9375rem; } }
        
        
.row .row.categories {
    margin-right: 0.625rem;
    margin-left: 0.625rem; }
    @media print, screen and (min-width: 40em) {
      .row .row.categories{
        margin-right: 0.9375rem;
        margin-left: 0.9375rem; } }
    @media print, screen and (min-width: 53.75em) {
      .row .row.categories {
        margin-right: 0.9375rem;
        margin-left: 0.9375rem; } }
    @media screen and (min-width: 64.0625em) {
      .row .row.categories {
        margin-right: 0.9375rem;
        margin-left: 0.9375rem; } }
    @media screen and (min-width: 75em) {
     .row .row.categories {
        margin-right: 0.9375rem;
        margin-left: 0.9375rem; } }
        
        
.hideSection{
    padding-top:0px!important;
}
        
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: 8px;}
        
.custom-dataTable tbody{
    border: none;
    background-color:transparent;
    }
    .custom-dataTable thead{
    display:none;
    }
    .custom-dataTable tbody tr td{
    white-space: normal!important;
    text-align: left!important;
    background:none;
    border:none;
    padding:0px;
    }
    .custom-dataTable tbody tr {
    border-bottom: none;
    background-color: transparent;
    }
    .custom-dataTable tbody td a {
    text-decoration: none!important;
    }
    .custom-dataTable .dataTables_wrapper .dataTables_paginate{
    float: left!important;
    }
    .custom-dataTable .dataTables_wrapper .dataTables_paginate .pagination__container{
    margin-top:0px;
    }
		@media screen and (min-width: 64.0625em) {
          a.locked:before {
          margin-top: 6px; } }
    
    .hideCss{
        visibility:hidden;
    }
    
    @media screen and (max-width: 767px){
    .hideCss{
        display:none
        }
    }
.menu--level-1 > li.bat-login > .bat-login-div > a.nav-login{
    text-align:right;
    padding: 1.125rem 1rem;
}  

 @media screen and (min-width: 64.0625em) {
    .menu--level-1 > li.bat-login{
        padding-left:0.75rem;
    }
    .menu--level-1 > li.bat-login > a {
      margin-right: 0; } 
     
 }
  .menu--level-1 > li.bat-login > .bat-login-div > a.nav-login {
    font-size: 0.9375rem;
  }
    @media screen and (min-width: 64.0625em) {
      .menu--level-1 > li.bat-login > .bat-login-div > a.nav-login{
        border-top: solid 0.1875rem transparent;
        padding-left: 0.3125rem;
        padding-right: 0.3125rem;
        margin-left: 1.75rem;
        margin-right: 0;
        padding:0px;
        display: block;
        text-align:left;
        } 
        .home .menu--level-1 > li.bat-login > .bat-login-div > a.nav-login,
        .keyvisual-blue .menu--level-1 > li.bat-login > .bat-login-div > a.nav-login {
            color: white;    
        }
        .home.mainnav--open .menu--level-1 >  li.bat-login > .bat-login-div > a,
         .keyvisual-blue.mainnav--open .menu--level-1 > li.bat-login > .bat-login-div > a {
            color: #283583;
        }
    }
    .menu--level-1 > li.bat-login .bat-login-div > a:hover {
      color: #283583; }
      @media screen and (max-width: 64em) {
        .menu--level-1 >  li.bat-login .bat-login-div > a:hover {
          background-color: #f0f0f0; } }
      @media screen and (min-width: 64.0625em) {
        .menu--level-1 > li.bat-login .bat-login-div> a:hover {
          border-top: solid 0.1875rem #ffd500; } }
    .menu--level-1 >  li.bat-login .bat-login-div > a.nav-login {
      font-family: 'FrutigerLTPro-Black';
      text-transform: uppercase; }
      .menu--level-1 >  li.bat-login .bat-login-div > a.nav-login:hover {
        border-top-color: transparent; }
      @media screen and (min-width: 64.0625em) {
        .menu--level-1 >  li.bat-login .bat-login-div > a.nav-login:hover {
          text-decoration: underline; }
        .menu--level-1 >  li.bat-login .bat-login-div > a.nav-login:before {
          content: '';
          width: 0.1875rem;
          height: 1rem;
          margin-left: -1.125rem;
          margin-top: -0.0625rem;
          float: left; } 
          
    .menu--level-1 > li.bat-login .bat-login-div {
        height: 100%;
        width:100%;
        float:left;
        border-left: 0.1875rem solid #ffd500;
        margin-top: -0.0625rem;
    }  
}
  
/*News overview*/
  .news__detail .news__date, .news__summary-block .news__date{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
  
  .news__summary-block .news__summary p{
    font-family: "FrutigerLTPro-Light", Helvetica, Roboto, Arial, sans-serif;
    font-size: 1.125rem;
      
  }
    .news__summary-block .news__summary a{
    font-size: 1.125rem;
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
    font-family: "FrutigerLTPro-Bold", Helvetica, Roboto, Arial, sans-serif;
    }
  .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) {
    .dataTable tr .news__summary-block {
      margin-bottom: 4em; } }
  .dataTable tr + tr .news__summary-block{
    padding-top: 2em;
    border-top: 1px solid #e7e7e7; }
    @media print, screen and (min-width: 40em) {
      .dataTable tr + tr .news__summary-block{
        padding-top: 2.85em; } }
    @media screen and (min-width: 75em) {
      .dataTable tr + tr .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; }
      
      
div.plima-projects-map {
    height: 30rem;
    width: 100%;
}

/*eu4energy footer */
.eu4energy-logo{
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity:0.4;
}
.eu4energy-logo:hover{
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
    opacity:1;
}

/*
	better placeholders
*/

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #afb1ba; }

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #afb1ba; }

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #afb1ba; }

input::placeholder,
textarea::placeholder {
  color: #afb1ba; }
  
  .plima-teaser-image {
  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; }
  .plima-teaser-image::before {
    content: '';
    position: absolute;
    right: 10%;
    top: 0.3125rem;
    width: 2rem;
    height: 1.5rem;
    background-size: contain; }
  @media print, screen and (min-width: 40em) {
    .plima-teaser-image {
      padding: 1.25rem 1.5625rem;
      font-size: 1rem;
      line-height: 1.5rem; }
      .plima-teaser-image:before {
        right: 30%;
        top: 0.3125rem;
        width: 2rem;
        height: 1.5rem; } }
  @media print, screen and (min-width: 53.75em) {
    .plima-teaser-image {
      padding: 1.875rem 2.1875rem;
      font-size: 1.25rem;
      line-height: 1.75rem;
      margin-top: 0;
      margin-bottom: 0; }
      .plima-teaser-image:before {
        right: 0.625rem;
        top: 0;
        width: 2.25rem;
        height: 1.75rem; } }
  @media screen and (min-width: 64.0625em) {
    .plima-teaser-image {
      padding: 2.5rem 2.8125rem;
      font-size: 1.5rem;
      line-height: 2.125rem; }
      .plima-teaser-image:before {
        right: 0.625rem;
        top: 0.3125rem;
        width: 2.625rem;
        height: 2rem; } }
  @media screen and (min-width: 75em) {
    .plima-teaser-image {
      padding: 4.375rem 4.6875rem;
      padding-right: 3.4375rem;
      font-size: 1.625rem;
      line-height: 2.25rem; }
      .plima-teaser-image:before {
        right: 0.625rem;
        top: 0.9375rem;
        width: 3rem;
        height: 2.25rem; } }
  .plima-teaser-image .text-wrapper {
    max-width: 80%; }
    @media print, screen and (min-width: 40em) {
      .plima-teaser-image .text-wrapper {
        max-width: 60%; } }
    @media print, screen and (min-width: 53.75em) {
      .plima-teaser-image .text-wrapper {
        max-width: none; } }
        
    .tag--peci {
  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--peci {
      padding: 0.3125rem 0.75rem 0 0.75rem; } }
  @media screen and (min-width: 64.0625em) {
    .tag--peci {
      padding: 0.3125rem 0.9375rem 0 0.9375rem;
      margin-left: 2.5rem; } }
  @media screen and (min-width: 75em) {
    .tag--peci {
      padding: 0.25rem 0.9375rem 0 0.9375rem;
      margin-bottom: 2.75rem;
      margin-left: 2.5rem; } }
  @media only screen and (min-width: 1440px) {
    .tag--peci {
      margin-left: 2.5rem; } }
            
  /*News overview*/
  .plima-map-link {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
  
  .plima-summary-location {
  	margin-bottom: 1.05em;
  }

  .plima-project-summary {
	margin-top: 1.05em;  
	}

.case-status-wrapper {
	text-align: left;  
	}  
	
	
  .text-wrapper-event-detail-info-box--invite-only {
    position: relative;
    padding-left: 0.9375rem; }
    .text-wrapper-event-detail-info-box--invite-only:before {
      content: '';
      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; }
	
	
@media print {

    @page { 
        margin-top: 2cm;
        margin-left: 1cm;
        margin-right: 1cm;
        margin-bottom: 2cm;
    }
	
	.event-overview-box__date {
        border-bottom: none;
        padding-top: 0rem;
        padding-bottom: 0rem;
        width: 100%;
    }
    
    .custom-dataTable {
        padding-top: 0px;
    }
    
    .event-overview-box {
        padding-bottom: 0px;
        margin-bottom: 0px;
    }
    
    .mainnav__layer,
    .top-bar__col,
    .filter__section,
    .keyvisual__shape-overlay-wrapper,
    .filter-indicator__clear,
    .event-read-more,
    .indicator-wrapper--categories,
    .page-footer,
    .print-events-button,
    .pagination,
    .event-overview-box__date-days,
    .event-overview-box__date-month,
    .month-screen,
    .event-title-screen,
    .events-overview>.outer-wrapper,
    .event-overview-box__content
    {
        display: none;
    }
    
    .logo-wrapper-print {
     width: 15rem;
     height: 2rem;
     margin-bottom: 1rem;
    }
    
    .title-print {
    margin-right: 4rem;
    margin-top: -2rem;
    float: right;
    }
    
    .main-col-print {
        width:100%;
        border-top: solid 0.0625rem #e7e7e7;
        padding: 0px;
    }
    
    h2 {
        font-size: 1.3rem;
        font-weight: normal;
    }
    
    .event-title-print h4 {
        font-size: 0.8rem;
        font-weight: normal;
    }

    .event-overview-box__date-print {
        font-size: 0.7rem;
        width: 25%;
        margin-left: -2rem;
        margin-top: 0.2rem;
    }
    
     .event-title-print {
        width: 50%;
        /*float:right;*/
        margin-top:-1.95rem;
        margin-left: 10rem;
        font-size: 0.7rem;
    }

     .event-country-print {
        float:right;
        margin-top: -2.1rem;
        margin-right: -2.5rem;
        width: 10rem;
    }
    
     .event-country-print .filter-indicator__button {
        height: 1.5rem;
        margin-bottom: 0;
        display: inline;
        border:none;
    }
    
    .event-country-print .indicator-wrapper--country {
        float: none;
    }

     .filter-indicator__block {
        margin:0;
    }

     .filter-indicator__block .filter-indicator__button {
        border:none;
        margin:0;
        padding: 0.5rem;
    }
    
     .filter-indicator__section .column-inner-wrapper {
        padding: 0;
        margin-left: -0.5rem;
    }

     .filter-indicator__block .filter-indicator__button .icon--round{
        display:none;
        margin:0;
    }

     .filter-indicator__block .filter-indicator__button .icon--texted{
        margin:0;
        font-size:0.7rem;
    }
    
    .filter-indicator__fill-text {
    color: #afb1ba;
    display: inline-block;
    padding: 0 0.35rem;
    font-size: 0.7rem;
}

    .event-country-print .country {
        font-size: 0.7rem;
        line-height: 2rem;
    }
}

@media screen {
    .category-list-expanded,
    .logo-wrapper-print,
    .title-print,
    .logo-title-print,
    .event-overview-box__date-print,
    .event-title-print,
    .event-header-print,
    .event-country-print
    {
        display: none;
    }
}

.filter-indicator__social_btn {
	line-height: 3.25rem;
	float: right;
    color: #afb1ba;
    display: inline-block;
    padding: 0 0.75rem;	
	}
	
.filter-indicator__social_btn a {
    color: #afb1ba;
    font-size:1.5rem;
    margin-left:0.5rem;
}

input[type="file"] {
    color: red;
    font-weight: bold;
}
	
//DONORS SECTION STYLES

@media print, screen and (min-width: 40em) {
    .donor-passport-box {
        padding: 1.5625rem 1.875rem;
        margin-bottom: 1.5625rem;
    }
}
@media print, screen and (min-width: 53.75em) {
    .donor-passport-box {
        padding: 1.875rem 2.5rem;
        margin-bottom: 1.875rem;
    }
}
@media screen and (min-width: 64.0625em) {
    .donor-passport-box {
        padding: 2.5rem;
            margin-bottom: 3.75rem;   
    }
}
@media screen and (min-width: 75em) {
    .donor-passport-box {
        padding: 3.75rem;
        margin-bottom: 3.75rem;
    }
}

.donor-passport-box {
    position: relative;
    border: 3px solid #f0f0f0;
    background: #ffffff;
    padding: 3em 3.3em 2.8em;
}

.donor-passport-detail {
    background: #ffffff;
    margin-bottom: 0!important;
    border: 0;
}

.tag-scope-National, .tag-scope-national {
  background-color: #283583;
  color: #ffffff;
}

.tag-scope-Regional, .tag-scope-Regional {
  background-color: #f99d1c;
  color: #ffffff;
}

.tag--scope {
    margin: 0!important;
    float: right;
}

.donors-ctg-heading {
    margin-bottom: 1.5rem;
    margin-top: 1.5rem;
}

.donor-contact-box {
    margin: 0px 0px 5rem 0px;
    padding-bottom: 5rem;
}

.donor-contact-box .social-wrapper {
    margin-left: -0.5rem;
}

.donor-contact-box .social-icon-link {
    font-size: 1.5rem;
    width: 2rem;
}

@media print, screen and (min-width: 53.75em) {
    .donor-passport-box img {
        max-width:150px;
    }
}

@media screen and (min-width: 64.0625em) {
    .donor-passport-box img {
        max-width:200px;
    }
}




	/**
 * Owl Carousel v2.2.0
 * Copyright 2013-2016 David Deutsch
 * Licensed under MIT (https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE)
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }
  .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y; }
  .owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
  .owl-carousel .owl-item img {
    display: block;
    width: 100%;
    -webkit-transform-style: preserve-3d; }
  .owl-carousel .owl-nav.disabled,
  .owl-carousel .owl-dots.disabled {
    display: none; }
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-loaded {
    display: block; }
  .owl-carousel.owl-loading {
    opacity: 0;
    display: block; }
  .owl-carousel.owl-hidden {
    opacity: 0; }
  .owl-carousel.owl-refresh .owl-item {
    visibility: hidden; }
  .owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-grab {
    cursor: move;
    cursor: grab; }
  .owl-carousel.owl-rtl {
    direction: rtl; }
  .owl-carousel.owl-rtl .owl-item {
    float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
          animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut; }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease; }

.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: -webkit-transform 100ms ease;
  transition: transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transform: scale(1.3, 1.3);
      -ms-transform: scale(1.3, 1.3);
          transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }
table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc {
  cursor: pointer;
  *cursor: hand;
}
table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
  background-repeat: no-repeat;
  background-position: center right;
}
table.dataTable thead .sorting {
  background-image: url("../img/datatables/sort_both.png");
}
table.dataTable thead .sorting_asc {
  background-image: url("../img/datatables/sort_asc.png");
}
table.dataTable thead .sorting_desc {
  background-image: url("../img/datatables/sort_desc.png");
}
table.dataTable thead .sorting_asc_disabled {
  background-image: url("../img/datatables/sort_asc_disabled.png");
}
table.dataTable thead .sorting_desc_disabled {
  background-image: url("../img/datatables/sort_desc_disabled.png");
}
table.dataTable th.dt-left,
table.dataTable td.dt-left {
  text-align: left;
}
table.dataTable th.dt-center,
table.dataTable td.dt-center,
table.dataTable td.dataTables_empty {
  text-align: center;
}
table.dataTable th.dt-right,
table.dataTable td.dt-right {
  text-align: right;
}
table.dataTable th.dt-justify,
table.dataTable td.dt-justify {
  text-align: justify;
}
table.dataTable th.dt-nowrap,
table.dataTable td.dt-nowrap {
  white-space: nowrap;
}
table.dataTable thead th.dt-head-left,
table.dataTable thead td.dt-head-left,
table.dataTable tfoot th.dt-head-left,
table.dataTable tfoot td.dt-head-left {
  text-align: left;
}
table.dataTable thead th.dt-head-center,
table.dataTable thead td.dt-head-center,
table.dataTable tfoot th.dt-head-center,
table.dataTable tfoot td.dt-head-center {
  text-align: center;
}
table.dataTable thead th.dt-head-right,
table.dataTable thead td.dt-head-right,
table.dataTable tfoot th.dt-head-right,
table.dataTable tfoot td.dt-head-right {
  text-align: right;
}
table.dataTable thead th.dt-head-justify,
table.dataTable thead td.dt-head-justify,
table.dataTable tfoot th.dt-head-justify,
table.dataTable tfoot td.dt-head-justify {
  text-align: justify;
}
table.dataTable thead th.dt-head-nowrap,
table.dataTable thead td.dt-head-nowrap,
table.dataTable tfoot th.dt-head-nowrap,
table.dataTable tfoot td.dt-head-nowrap {
  white-space: nowrap;
}
table.dataTable tbody th.dt-body-left,
table.dataTable tbody td.dt-body-left {
  text-align: left;
}
table.dataTable tbody th.dt-body-center,
table.dataTable tbody td.dt-body-center {
  text-align: center;
}
table.dataTable tbody th.dt-body-right,
table.dataTable tbody td.dt-body-right {
  text-align: right;
}
table.dataTable tbody th.dt-body-justify,
table.dataTable tbody td.dt-body-justify {
  text-align: justify;
}
table.dataTable tbody th.dt-body-nowrap,
table.dataTable tbody td.dt-body-nowrap {
  white-space: nowrap;
}

.dataTables_wrapper {
  position: relative;
  clear: both;
  *zoom: 1;
  zoom: 1;
}
.dataTables_wrapper .dataTables_length {
  float: left;
}
.dataTables_wrapper .dataTables_filter {
  float: right;
  text-align: right;
}
.dataTables_wrapper .dataTables_filter input {
  margin-left: 0.5em;
}
.dataTables_wrapper .dataTables_info {
  clear: both;
  float: left;
  padding-top: 0.755em;
}
.dataTables_wrapper .dataTables_paginate {
  float: right;
  text-align: right;
  padding-top: 0.25em;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
  box-sizing: border-box;
  display: inline-block;
  min-width: 1.5em;
  padding: 0.5em 1em;
  margin-left: 2px;
  text-align: center;
  text-decoration: none !important;
  cursor: pointer;
  *cursor: hand;
  color: #333 !important;
  border: 1px solid transparent;
  border-radius: 2px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  color: #333 !important;
  border: 1px solid #979797;
  background-color: white;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #dcdcdc));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, white 0%, #dcdcdc 100%);
  /* Chrome10+,Safari5.1+ */
  background: -moz-linear-gradient(top, white 0%, #dcdcdc 100%);
  /* FF3.6+ */
  background: -ms-linear-gradient(top, white 0%, #dcdcdc 100%);
  /* IE10+ */
  background: -o-linear-gradient(top, white 0%, #dcdcdc 100%);
  /* Opera 11.10+ */
  background: linear-gradient(to bottom, white 0%, #dcdcdc 100%);
  /* W3C */
}
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
  cursor: default;
  color: #666 !important;
  border: 1px solid transparent;
  background: transparent;
  box-shadow: none;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  color: white !important;
  border: 1px solid #111;
  background-color: #585858;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #585858), color-stop(100%, #111));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #585858 0%, #111 100%);
  /* Chrome10+,Safari5.1+ */
  background: -moz-linear-gradient(top, #585858 0%, #111 100%);
  /* FF3.6+ */
  background: -ms-linear-gradient(top, #585858 0%, #111 100%);
  /* IE10+ */
  background: -o-linear-gradient(top, #585858 0%, #111 100%);
  /* Opera 11.10+ */
  background: linear-gradient(to bottom, #585858 0%, #111 100%);
  /* W3C */
}
.dataTables_wrapper .dataTables_paginate .paginate_button:active {
  outline: none;
  background-color: #2b2b2b;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2b2b2b), color-stop(100%, #0c0c0c));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
  /* Chrome10+,Safari5.1+ */
  background: -moz-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
  /* FF3.6+ */
  background: -ms-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
  /* IE10+ */
  background: -o-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
  /* Opera 11.10+ */
  background: linear-gradient(to bottom, #2b2b2b 0%, #0c0c0c 100%);
  /* W3C */
  box-shadow: inset 0 0 3px #111;
}
.dataTables_wrapper .dataTables_paginate .ellipsis {
  padding: 0 1em;
}
.dataTables_wrapper .dataTables_processing {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 40px;
  margin-left: -50%;
  margin-top: -25px;
  padding-top: 20px;
  text-align: center;
  font-size: 1.2em;
  background-color: white;
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(25%, rgba(255, 255, 255, 0.9)), color-stop(75%, rgba(255, 255, 255, 0.9)), color-stop(100%, rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
}
.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter,
.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_processing,
.dataTables_wrapper .dataTables_paginate {
  color: #333;
}
.dataTables_wrapper .dataTables_scroll {
  clear: both;
}
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody {
  *margin-top: -1px;
  -webkit-overflow-scrolling: touch;
}
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody th, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody td {
  vertical-align: middle;
}
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody th > div.dataTables_sizing,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody td > div.dataTables_sizing {
  height: 0;
  overflow: hidden;
  margin: 0 !important;
  padding: 0 !important;
}
.dataTables_wrapper.no-footer .dataTables_scrollBody {
  border-bottom: 1px solid #111;
}
.dataTables_wrapper.no-footer div.dataTables_scrollHead table,
.dataTables_wrapper.no-footer div.dataTables_scrollBody table {
  border-bottom: none;
}
.dataTables_wrapper:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0;
}

@media screen and (max-width: 767px) {
  .dataTables_wrapper .dataTables_info,
  .dataTables_wrapper .dataTables_paginate {
    float: none;
    text-align: center;
  }
  .dataTables_wrapper .dataTables_paginate {
    margin-top: 0.5em;
  }
}
@media screen and (max-width: 640px) {
  .dataTables_wrapper .dataTables_length,
  .dataTables_wrapper .dataTables_filter {
    float: none;
    text-align: center;
  }
  .dataTables_wrapper .dataTables_filter {
    margin-top: 0.5em;
  }
}.video-js .vjs-big-play-button .vjs-icon-placeholder:before, .vjs-button > .vjs-icon-placeholder:before, .video-js .vjs-modal-dialog, .vjs-modal-dialog .vjs-modal-dialog-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.video-js .vjs-big-play-button .vjs-icon-placeholder:before, .vjs-button > .vjs-icon-placeholder:before {
  text-align: center; }

@font-face {
  font-family: VideoJS;
  src: url("../font/2.0.0/VideoJS.eot?#iefix") format("eot"); }

@font-face {
  font-family: VideoJS;
  src: url(data:application/font-woff;charset=utf-8;base64,d09GRgABAAAAAA54AAoAAAAAFmgAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABPUy8yAAAA9AAAAD4AAABWUZFeBWNtYXAAAAE0AAAAOgAAAUriMBC2Z2x5ZgAAAXAAAAouAAAPUFvx6AdoZWFkAAALoAAAACsAAAA2DIPpX2hoZWEAAAvMAAAAGAAAACQOogcgaG10eAAAC+QAAAAPAAAAfNkAAABsb2NhAAAL9AAAAEAAAABAMMg06m1heHAAAAw0AAAAHwAAACABMAB5bmFtZQAADFQAAAElAAACCtXH9aBwb3N0AAANfAAAAPwAAAGBZkSN43icY2BkZ2CcwMDKwMFSyPKMgYHhF4RmjmEIZzzHwMDEwMrMgBUEpLmmMDh8ZPwoxw7iLmSHCDOCCADvEAo+AAB4nGNgYGBmgGAZBkYGEHAB8hjBfBYGDSDNBqQZGZgYGD7K/f8PUvCREUTzM0DVAwEjG8OIBwCPdwbVAAB4nI1Xe1CU1xX/zv1eLItLln0JwrIfC7sJGET2hRJ2N1GUoBJE8AESQEEhmBHjaB7UuBMTO4GMaSu7aY3RNlOdRPNqO2pqRmuTaSZtR6JJILUZk00a/4imjpmiecB303O/XUgMJOPufvd+99xzzz33nN855y4HHH7EfrGfIxwHRiANvF/sH71I9BzHszmpW+rGOQOXxXE6YhI4PoMT8zkT4cDFuf1cwMrZJI5cglM0HKVv0MaUFDgIFfg9mJJCG+kbKn1JkqBOVaFOkuhLpARq8fu0Nnc9/zdvfY9PxXW4PdH0C6N+PCejhorxFjAqRjgFRXSINEARbBGsoxcFK7IJmr4OycFJnInL59zIXwxui80fkGRbEHyosMWaATJKUfCskmwJQsAWANkmnIGOhlf514h7U8HNIv3owoHB0WMt0Eb3sx0guLi5pq/8Ny1q6969fKR9X9GBV6dPv6dp04K99SOwtmyPl47ApRa6n4ZpP1yjr5fn7MmYP/vXLUJs715UguklHBaHOZHZmG1N9FAIW2mf0MqWCIdo/8RZ1yGfxKUldDcGIbFA7ICO+vqOMSPTh/ZrSqgHi/bB/O8E8Mnzp+M+acxfpsTShBwej26TiGxBn7m4eEIO+Rueu6Hj+IFBnh88cAEUEQ//nVLx5C7kf+yIR47QEe+eMlhz9SqsGbe3hh2R03NGzoY6O42Kz8l7fB6fAk6LYnTyFo/FYyT6GGyNx2Jx2sdH4rA1Fo/HyCXaFyOp8dhYBCfJb2NIn1ImE6CYNGmgSTb52DawJR6jfXEmDU4xyTEmpgHHOIStoxfjSGdkbsK2w2jbdMQG4sgAstEONgURYCwGHhEhhscioQaAhhCf7McifEQc0l6+mxj9nI+gmSdiQ0Zbm7gZnIO7GSMEXG6UDAVocxAV8GcEXCKg1a02RcTtwANWRGIAyElor6n/+ZU2yOB3+T77Hb1MLqhn4KHVnQBjJnqe9QZSon6Kc5DxAD2vMdPL/BXSmQGwspa67z9wLUjdi9TN7QC7lyyBr9rpt7uXVC1CMpyjKRoXnGPHTuiaPLsNdc2dbAFQLAooPkXEh33FodHl4XpC6sPCIa0ftUIhHSYXVSu5iME+DIXsbZJ51BeidCgajcai43jU9nVzoSn2dPqcFvSoxSzJzgRKAx47WMRxOrIj3Wf0+hndxhJTiOkSEqxar3b3RKM9hY64oxBA64ieURLvCfpkDb8siBdUJ1bgT+urJ5PGfewQrmm5R5+0HmfyIPySD7OYkT0WxRePah8oEiyjlxIP74thVoRTURpmL6QhGuWS+QDjdANXjIM8SQa/1w128ODx0Qp4aLMNg9+JL3joUn8AMxW+aLNiuKjarn4uyyTdXjOzZTsh21uwldUvJoYza+zELALfu3p1L8/3krtyZ0Ag058J3hxHghvbGZn0dHZy6Mim/7Blre4lpHd1c28yVqRViO153F2oIWoXCIKbL4Z0cM1iaQn9mI5KuV2SzEvWXJDMNtkANpMdQoDDhIdD4A/YrP6Aye9ysxyE+uOEAcTDorgvVZJjcua043PnZ/PmdDqcbibZlXOOT8uSo7Kof0YUn9GL+Jo17ficymxiTofC6znUso0DhAxs1Fo+kF+d36vLmgZ8mk5cdGv2mwYj5k3Dm9m3LhJ1aVRNm6HrTbLgYAoWXDhDd/u4PGy5CT+xGMdiaBovewUCF/1BiWNljI9MLn7jeScpg+WyH6mfU62eVDql7hsrmvx1ezp/YldE2LhjbkiDnAn8tGy/MW3IXRMYJduvq9HpmIcKuFt+JCtgdGEGKAcF6UacVwIYbVPGfw/+YuNBS4cx/CUHcnyfc+wRDMtTr72mMSBjT/yn/GKSdeDWQUCH6Xoqq5R10RE60gV6erUL0iCti16d0hZjxut4QI/rEpgSh6WjnJXdBXRg1GKCucGJPtFqM27aD1tOqqKonsQ2KsFSSmEpmvRlsR+TcD9OFwrqXxIclL4sJTnGMSuG8KpkZvKdeVIOKDyWSyPLV16/p1QMPbP8NihwUzr47bdnXtwtjdCvqqpO0H+pOvIl3Pzv46e5CT/tQjklXCXXym1AaWY7bzHLkuDMc7ldKCvgxzLn8wYkJLBhEDyK7MT8bTbwbkxbfp+3mKAGsmTBpabSIEECzMIcQlzOPAMKsxMs7uhsnxPLuofPDTc1hkuq6MX9j16YU7CqegcYHbmWYuvAP6tCS97tgWf7dlQvnl25YPavXLVZvrzQPeHCpZmzzEUVq/xzu5sChnSTPTW7oOYmh69z4zL/gk3b+O6hoa733uviP82vnFcbqWlc9tDmZa23LVzaV1yXURi+JX+28NeBuj3+O8IrQ080Vm1eWB4OKjPmrJu7c1udWynvKF6/vs479lSW9+5gZkn+dKfellNGDPllzeULustz+A0bPvhgw7lkvEUwn/N4Ty7U7nhGsEpFkOfy+kutbOh1JQxhVDJumoW11hnkPThznh6FFlhfT+ra1x9sF56kx5YuDzVY9PQYAYA7iblw4frQ4TPCk2MK/xGU3rlmze62trHz6lsko+v+So/do74PT8KVkpJfOErKcv8znrMGsHTNxoEkWy1mYgDB6XBbPaWsuiS6CryGaL6zCjaXBgvtkuyXBua1wOKnh+k7L9AvPnYWffxK18FcJbuosGf3/Jo7amY+CE1vppzY+UTrva0FXc1i55pKQ/YjVL187N5fCn1kW5uot/1hi+DiZ+5atnJR9E+prvydJ9ZZ5mwOpU5gM4KYysMBQ71UzPuMTl9QQOyUo5nwioeYCPjFklrbK6s6X+ypUZ6rum9+CZYzWRiBJfSP0xzzSmrg7f86g0DKVj/wwFzieD9rRfPGFbeKMl05pn5j9/rsQJJ2iEgRrpohlyBo3f4QK7Kl+EcAYZgAoNVmZWXK704YAa3FwBxgSGUOs5htvGRz4Sgj3yFkSJFBuv/sxu5yk998T8WDJzvv/2RX19HtTUW1S+wpKRKRjJ6zzz/1/OPdFdWGlAKbvzS4PHOtURikg9AGz0LbIB85S/cPOpoXvuue8/iV2H1vPTy3ddvOeZ37HGmO3OmSzVzR+NS53+84dHlFhXPLqtzSO+5ruHM2vXtBdxP87LOzKAD359j/INYIbyPabIi3Cq6Wa+SaGe78diIzu7qcblcAa6/fJRvNopXFJnO+U9KKM5bqH5LM0iQSVmpPCPDu7ZT4Aoubz3709EBTyrTDjyx8MQXgUH1nqm7TWng4TzE4i4AsKskBITXfSyC4Fkl5MxnJDiKSIDSJAsGvd1y+/eNDp2e+A+5d8HeiiunrTkT6TqWLIs+/QRoWr98s0qj8uuzLuS22Ytufg3rdTaHn1m46sfgGKHXt0MGnLaRHdnwN37tvHcWKo2V6lnPxL4UvUQcRdOzmZSQs8X5CH5OxXMXpkATuDz8Et0SH4uyCRR+TjmBDP1GvsVrWEGVzEj33YVQ9jAtIKpqsl/s/0xrocwAAeJxjYGRgYADig3cEzsTz23xl4GZnAIHLRucNkWl2BrA4BwMTiAIAF4IITwB4nGNgZGBgZwCChWASxGZkQAXyABOUANh4nGNnYGBgHyAMADa8ANoAAAAAAAAOAFAAZgCyAMYA5gEeAUgBdAGcAfICLgKOAroDCgOOA7AD6gQ4BHwEuAToBQwFogXoBjYGbAbaB3IHqHicY2BkYGCQZ8hlYGcAASYg5gJCBob/YD4DABbVAaoAeJxdkE1qg0AYhl8Tk9AIoVDaVSmzahcF87PMARLIMoFAl0ZHY1BHdBJIT9AT9AQ9RQ9Qeqy+yteNMzDzfM+88w0K4BY/cNAMB6N2bUaPPBLukybCLvleeAAPj8JD+hfhMV7hC3u4wxs7OO4NzQSZcI/8Ltwnfwi75E/hAR7wJTyk/xYeY49fYQ/PztM+jbTZ7LY6OWdBJdX/pqs6NYWa+zMxa13oKrA6Uoerqi/JwtpYxZXJ1coUVmeZUWVlTjq0/tHacjmdxuL90OR8O0UEDYMNdtiSEpz5XQGqzlm30kzUdAYFFOb8R7NOZk0q2lwAyz1i7oAr1xoXvrOgtYhZx8wY5KRV269JZ5yGpmzPTjQhvY9je6vEElPOuJP3mWKnP5M3V+YAAAB4nG2P2XLCMAxFfYFspGUp3Te+IB9lHJF4cOzUS2n/voaEGR6qB+lKo+WITdhga/a/bRnDBFPMkCBFhhwF5ihxg1sssMQKa9xhg3s84BFPeMYLXvGGd3zgE9tZr/hveXKVkFYoSnoeHJXfRoWOqi54mo9ameNFdrK+dLSyaVf7oJQTlkhXpD3Z5XXhR/rUfQVuKXO91Jps4cLOS6/I5YL3XhodRRsVWZe4NnZOhWnSAWgxhMoEr6SmzZieF43Mk7ZOBdeCVGrp9Eu+54J2xhySplfB5XHwQLXUmT9KH6+kPnQ7ZYuIEzNyfs1DLU1VU4SWZ6LkXGHsD1ZKbMw=) format("woff"), url(data:application/x-font-ttf;charset=utf-8;base64,AAEAAAAKAIAAAwAgT1MvMlGRXgUAAAEoAAAAVmNtYXDiMBC2AAAB/AAAAUpnbHlmW/HoBwAAA4gAAA9QaGVhZAyD6V8AAADQAAAANmhoZWEOogcgAAAArAAAACRobXR42QAAAAAAAYAAAAB8bG9jYTDINOoAAANIAAAAQG1heHABMAB5AAABCAAAACBuYW1l1cf1oAAAEtgAAAIKcG9zdGZEjeMAABTkAAABgQABAAAHAAAAAKEHAAAAAAAHAAABAAAAAAAAAAAAAAAAAAAAHwABAAAAAQAAwdxheF8PPPUACwcAAAAAANMyzzEAAAAA0zLPMQAAAAAHAAcAAAAACAACAAAAAAAAAAEAAAAfAG0ABwAAAAAAAgAAAAoACgAAAP8AAAAAAAAAAQcAAZAABQAIBHEE5gAAAPoEcQTmAAADXABXAc4AAAIABQMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUGZFZABA8QHxHgcAAAAAoQcAAAAAAAABAAAAAAAABwAAAAcAAAAHAAAABwAAAAcAAAAHAAAABwAAAAcAAAAHAAAABwAAAAcAAAAHAAAABwAAAAcAAAAHAAAABwAAAAcAAAAHAAAABwAAAAcAAAAHAAAABwAAAAcAAAAHAAAABwAAAAcAAAAHAAAABwAAAAcAAAAHAAAABwAAAAAAAAMAAAADAAAAHAABAAAAAABEAAMAAQAAABwABAAoAAAABgAEAAEAAgAA8R7//wAAAADxAf//AAAPAAABAAAAAAAAAAABBgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAFAAZgCyAMYA5gEeAUgBdAGcAfICLgKOAroDCgOOA7AD6gQ4BHwEuAToBQwFogXoBjYGbAbaB3IHqAABAAAAAAWLBYsAAgAAAREBAlUDNgWL++oCCwAAAwAAAAAGawZrAAIADgAaAAAJAhMEAAMSAAUkABMCAAEmACc2ADcWABcGAALrAcD+QJX+w/5aCAgBpgE9AT0BpggI/lr+w/3+rgYGAVL9/QFSBgb+rgIwAVABUAGbCP5a/sP+w/5aCAgBpgE9AT0BpvrIBgFS/f0BUgYG/q79/f6uAAAAAgAAAAAFQAWLAAMABwAAASERKQERIREBwAEr/tUCVQErAXUEFvvqBBYAAAAEAAAAAAYgBiAABgATACQAJwAAAS4BJxUXNjcGBxc+ATUmACcVFhIBBwEhESEBEQEGBxU+ATcXNwEHFwTQAWVVuAO7AidxJSgF/t/lpc77t18BYf6fASsBdQE+TF1OijuZX/1gnJwDgGSeK6W4GBhqW3FGnFT0AWM4mjT+9AHrX/6f/kD+iwH2/sI7HZoSRDGYXwSWnJwAAAEAAAAABKsF1gAFAAABESEBEQECCwEqAXb+igRg/kD+iwSq/osAAAACAAAAAAVmBdYABgAMAAABLgEnET4BAREhAREBBWUBZVRUZfwRASsBdf6LA4Bkniv9piueAUT+QP6LBKr+iwAAAwAAAAAGIAYPAAUADAAaAAATESEBEQEFLgEnET4BAxUWEhcGAgcVNgA3JgDgASsBdf6LAsUBZVVVZbqlzgMDzqXlASEFBf7fBGD+QP6LBKr+i+Bkniv9piueAvOaNP70tbX+9DSaOAFi9fUBYgAAAAQAAAAABYsFiwAFAAsAEQAXAAABIxEhNSMDMzUzNSEBIxUhESMDFTMVMxECC5YBduCWluD+igOA4AF2luDglgLr/oqWAgrglvyAlgF2AqCW4AF2AAQAAAAABYsFiwAFAAsAEQAXAAABMxUzESETIxUhESMBMzUzNSETNSMRITUBdeCW/org4AF2lgHAluD+ipaWAXYCVeABdgHAlgF2++rglgHA4P6KlgAAAAACAAAAAAXWBdYADwATAAABIQ4BBxEeARchPgE3ES4BAyERIQVA/IA/VQEBVT8DgD9VAQFVP/yAA4AF1QFVP/yAP1UBAVU/A4A/VfvsA4AAAAYAAAAABmsGawAHAAwAEwAbACAAKAAACQEmJw4BBwElLgEnAQUhATYSNyYFAQYCBxYXIQUeARcBMwEWFz4BNwECvgFkTlSH8GEBEgOONemh/u4C5f3QAXpcaAEB/BP+3VxoAQEOAjD95DXpoQESeP7dTlSH8GH+7gPwAmgSAQFYUP4nd6X2Pv4nS/1zZAEBk01NAfhk/v+TTUhLpfY+Adn+CBIBAVhQAdkAAAAFAAAAAAZrBdYADwATABcAGwAfAAABIQ4BBxEeARchPgE3ES4BASEVIQEhNSEFITUhNSE1IQXV+1ZAVAICVEAEqkBUAgJU+xYBKv7WAur9FgLqAcD+1gEq/RYC6gXVAVU//IA/VQEBVT8DgD9V/ayV/tWVlZWWlQADAAAAAAYgBdYADwAnAD8AAAEhDgEHER4BFyE+ATcRLgEBIzUjFTM1MxUUBgcjLgEnET4BNzMeARUFIzUjFTM1MxUOAQcjLgE1ETQ2NzMeARcFi/vqP1QCAlQ/BBY/VAICVP1rcJWVcCog4CAqAQEqIOAgKgILcJWVcAEqIOAgKiog4CAqAQXVAVU//IA/VQEBVT8DgD9V/fcl4CVKICoBASogASogKgEBKiBKJeAlSiAqAQEqIAEqICoBASogAAAGAAAAAAYgBPYAAwAHAAsADwATABcAABMzNSMRMzUjETM1IwEhNSERITUhERUhNeCVlZWVlZUBKwQV++sEFfvrBBUDNZb+QJUBwJX+QJb+QJUCVZWVAAAAAQAAAAAGIAZsAC4AAAEiBgcBNjQnAR4BMz4BNy4BJw4BBxQXAS4BIw4BBx4BFzI2NwEGBx4BFz4BNy4BBUArSh797AcHAg8eTixffwICf19ffwIH/fEeTixffwICf18sTh4CFAUBA3tcXHsDA3sCTx8bATcZNhkBNB0gAn9fX38CAn9fGxn+zRwgAn9fX38CIBz+yhcaXHsCAntcXXsAAAIAAAAABlkGawBDAE8AAAE2NCc3PgEnAy4BDwEmLwEuASchDgEPAQYHJyYGBwMGFh8BBhQXBw4BFxMeAT8BFh8BHgEXIT4BPwE2NxcWNjcTNiYnBS4BJz4BNx4BFw4BBasFBZ4KBgeWBxkNujpEHAMUD/7WDxQCHEU5ug0aB5UHBQudBQWdCwUHlQcaDbo5RRwCFA8BKg8UAhxFOboNGgeVBwUL/ThvlAIClG9vlAIClAM3JEokewkaDQEDDAkFSy0cxg4RAQERDsYcLUsFCQz+/QwbCXskSiR7CRoN/v0MCQVLLRzGDhEBAREOxhwtSwUJDAEDDBsJQQKUb2+UAgKUb2+UAAAAAAEAAAAABmsGawALAAATEgAFJAATAgAlBACVCAGmAT0BPQGmCAj+Wv7D/sP+WgOA/sP+WggIAaYBPQE9AaYICP5aAAAAAgAAAAAGawZrAAsAFwAAAQQAAxIABSQAEwIAASYAJzYANxYAFwYAA4D+w/5aCAgBpgE9AT0BpggI/lr+w/3+rgYGAVL9/QFSBgb+rgZrCP5a/sP+w/5aCAgBpgE9AT0BpvrIBgFS/f0BUgYG/q79/f6uAAADAAAAAAZrBmsACwAXACMAAAEEAAMSAAUkABMCAAEmACc2ADcWABcGAAMOAQcuASc+ATceAQOA/sP+WggIAaYBPQE9AaYICP5a/sP9/q4GBgFS/f0BUgYG/q4dAn9fX38CAn9fX38Gawj+Wv7D/sP+WggIAaYBPQE9Aab6yAYBUv39AVIGBv6u/f3+rgJPX38CAn9fX38CAn8AAAAEAAAAAAYgBiAADwAbACUAKQAAASEOAQcRHgEXIT4BNxEuAQEjNSMVIxEzFTM1OwEhHgEXEQ4BByE3MzUjBYv76j9UAgJUPwQWP1QCAlT9a3CVcHCVcJYBKiAqAQEqIP7WcJWVBiACVD/76j9UAgJUPwQWP1T8gpWVAcC7uwEqIP7WICoBcOAAAgAAAAAGawZrAAsAFwAAAQQAAxIABSQAEwIAEwcJAScJATcJARcBA4D+w/5aCAgBpgE9AT0BpggI/lo4af70/vRpAQv+9WkBDAEMaf71BmsI/lr+w/7D/loICAGmAT0BPQGm/BFpAQv+9WkBDAEMaf71AQtp/vQAAQAAAAAF1ga2ABYAAAERCQERHgEXDgEHLgEnIxYAFzYANyYAA4D+iwF1vv0FBf2+vv0FlQYBUf7+AVEGBv6vBYsBKv6L/osBKgT9v779BQX9vv7+rwYGAVH+/gFRAAAAAQAAAAAFPwcAABQAAAERIyIGHQEhAyMRIREjETM1NDYzMgU/nVY8ASUn/v7O///QrZMG9P74SEi9/tj9CQL3ASjaus0AAAAABAAAAAAGjgcAADAARQBgAGwAAAEUHgMVFAcGBCMiJicmNTQ2NzYlLgE1NDcGIyImNTQ2Nz4BMyEHIx4BFRQOAycyNjc2NTQuAiMiBgcGFRQeAxMyPgI1NC4BLwEmLwImIyIOAxUUHgIBMxUjFSM1IzUzNTMDH0BbWkAwSP7qn4TlOSVZSoMBESAfFS4WlMtIP03TcAGiioNKTDFFRjGSJlAaNSI/akAqURkvFCs9WTY6a1s3Dg8THgocJU4QIDVob1M2RnF9A2vV1WnU1GkD5CRFQ1CATlpTenNTYDxHUYouUhIqQCkkMQTBlFKaNkJAWD+MWkhzRztAPiEbOWY6hn1SJyE7ZS5nZ1I0/JcaNF4+GTAkGCMLFx04Ag4kOF07Rms7HQNsbNvbbNkAAwAAAAAGgAZsAAMADgAqAAABESERARYGKwEiJjQ2MhYBESERNCYjIgYHBhURIRIQLwEhFSM+AzMyFgHd/rYBXwFnVAJSZGemZASP/rdRVj9VFQv+twIBAQFJAhQqR2c/q9AEj/whA98BMkliYpNhYfzd/cgCEml3RTMeM/3XAY8B8DAwkCAwOB/jAAABAAAAAAaUBgAAMQAAAQYHFhUUAg4BBCMgJxYzMjcuAScWMzI3LgE9ARYXLgE1NDcWBBcmNTQ2MzIXNjcGBzYGlENfAUyb1v7SrP7x4SMr4bBpph8hHCsqcJNETkJOLHkBW8YIvYaMYG1gJWldBWhiRQ4cgv797rdtkQSKAn1hBQsXsXUEJgMsjlNYS5WzCiYkhr1mFTlzPwoAAAABAAAAAAWABwAAIgAAARcOAQcGLgM1ESM1PgQ3PgE7AREhFSERFB4CNzYFMFAXsFlorXBOIahIckQwFAUBBwT0AU3+sg0gQzBOAc/tIz4BAjhceHg6AiDXGlddb1ctBQf+WPz9+h40NR4BAgABAAAAAAaABoAASgAAARQCBCMiJzY/AR4BMzI+ATU0LgEjIg4DFRQWFxY/ATY3NicmNTQ2MzIWFRQGIyImNz4CNTQmIyIGFRQXAwYXJgI1NBIkIAQSBoDO/p/Rb2s7EzYUaj15vmh34o5ptn9bK1BNHggIBgIGETPRqZepiWs9Sg4IJRc2Mj5WGWMRBM7+zgFhAaIBYc4DgNH+n84gXUfTJzmJ8JZyyH46YH2GQ2ieIAwgHxgGFxQ9WpfZpIOq7lc9I3VZHzJCclVJMf5eRmtbAXzp0QFhzs7+nwAABwAAAAAHAATPAA4AFwAqAD0AUABaAF0AAAERNh4CBw4BBwYmIycmNxY2NzYmBxEUBRY2Nz4BNy4BJyMGHwEeARcOARcWNjc+ATcuAScjBh8BHgEXFAYXFjY3PgE3LgEnIwYfAR4BFw4BBTM/ARUzESMGAyUVJwMchM2UWwgNq4JHrQgBAapUaAoJcWMBfiIhDiMrAQJLMB0BBAokNAIBPmMiIQ4iLAECSzAeAQUKJDQBP2MiIQ4iLAECSzAeAQUKJDQBAT75g+5B4arNLNIBJ44ByQL9BQ9mvYCKwA8FBQMDwwJVTGdzBf6VB8IHNR08lld9uT4LCRA/qGNxvUwHNR08lld9uT4LCRA/qGNxvUwHNR08lld9uT4LCRA/qGNxvVJkAWUDDEf+tYP5AQAAAAEAAAAABiAGtgAbAAABBAADER4BFzMRITU2ADcWABcVIREzPgE3EQIAA4D+4v6FBwJ/X+D+1QYBJ97eAScG/tXgX38CB/6FBrUH/oX+4v32X38CAlWV3gEnBgb+2d6V/asCf18CCgEeAXsAAAAAEADGAAEAAAAAAAEABwAAAAEAAAAAAAIABwAHAAEAAAAAAAMABwAOAAEAAAAAAAQABwAVAAEAAAAAAAUACwAcAAEAAAAAAAYABwAnAAEAAAAAAAoAKwAuAAEAAAAAAAsAEwBZAAMAAQQJAAEADgBsAAMAAQQJAAIADgB6AAMAAQQJAAMADgCIAAMAAQQJAAQADgCWAAMAAQQJAAUAFgCkAAMAAQQJAAYADgC6AAMAAQQJAAoAVgDIAAMAAQQJAAsAJgEeVmlkZW9KU1JlZ3VsYXJWaWRlb0pTVmlkZW9KU1ZlcnNpb24gMS4wVmlkZW9KU0dlbmVyYXRlZCBieSBzdmcydHRmIGZyb20gRm9udGVsbG8gcHJvamVjdC5odHRwOi8vZm9udGVsbG8uY29tAFYAaQBkAGUAbwBKAFMAUgBlAGcAdQBsAGEAcgBWAGkAZABlAG8ASgBTAFYAaQBkAGUAbwBKAFMAVgBlAHIAcwBpAG8AbgAgADEALgAwAFYAaQBkAGUAbwBKAFMARwBlAG4AZQByAGEAdABlAGQAIABiAHkAIABzAHYAZwAyAHQAdABmACAAZgByAG8AbQAgAEYAbwBuAHQAZQBsAGwAbwAgAHAAcgBvAGoAZQBjAHQALgBoAHQAdABwADoALwAvAGYAbwBuAHQAZQBsAGwAbwAuAGMAbwBtAAAAAgAAAAAAAAARAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAABAgEDAQQBBQEGAQcBCAEJAQoBCwEMAQ0BDgEPARABEQESARMBFAEVARYBFwEYARkBGgEbARwBHQEeAR8EcGxheQtwbGF5LWNpcmNsZQVwYXVzZQt2b2x1bWUtbXV0ZQp2b2x1bWUtbG93CnZvbHVtZS1taWQLdm9sdW1lLWhpZ2gQZnVsbHNjcmVlbi1lbnRlcg9mdWxsc2NyZWVuLWV4aXQGc3F1YXJlB3NwaW5uZXIJc3VidGl0bGVzCGNhcHRpb25zCGNoYXB0ZXJzBXNoYXJlA2NvZwZjaXJjbGUOY2lyY2xlLW91dGxpbmUTY2lyY2xlLWlubmVyLWNpcmNsZQJoZAZjYW5jZWwGcmVwbGF5CGZhY2Vib29rBWdwbHVzCGxpbmtlZGluB3R3aXR0ZXIGdHVtYmxyCXBpbnRlcmVzdBFhdWRpby1kZXNjcmlwdGlvbgVhdWRpbwAAAAAA) format("truetype");
  font-weight: normal;
  font-style: normal; }

.vjs-icon-play, .video-js .vjs-big-play-button .vjs-icon-placeholder:before, .video-js .vjs-play-control .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-play:before, .video-js .vjs-big-play-button .vjs-icon-placeholder:before, .video-js .vjs-play-control .vjs-icon-placeholder:before {
    content: "\f101"; }

.vjs-icon-play-circle {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-play-circle:before {
    content: "\f102"; }

.vjs-icon-pause, .video-js .vjs-play-control.vjs-playing .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-pause:before, .video-js .vjs-play-control.vjs-playing .vjs-icon-placeholder:before {
    content: "\f103"; }

.vjs-icon-volume-mute, .video-js .vjs-mute-control.vjs-vol-0 .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-volume-mute:before, .video-js .vjs-mute-control.vjs-vol-0 .vjs-icon-placeholder:before {
    content: "\f104"; }

.vjs-icon-volume-low, .video-js .vjs-mute-control.vjs-vol-1 .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-volume-low:before, .video-js .vjs-mute-control.vjs-vol-1 .vjs-icon-placeholder:before {
    content: "\f105"; }

.vjs-icon-volume-mid, .video-js .vjs-mute-control.vjs-vol-2 .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-volume-mid:before, .video-js .vjs-mute-control.vjs-vol-2 .vjs-icon-placeholder:before {
    content: "\f106"; }

.vjs-icon-volume-high, .video-js .vjs-mute-control .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-volume-high:before, .video-js .vjs-mute-control .vjs-icon-placeholder:before {
    content: "\f107"; }

.vjs-icon-fullscreen-enter, .video-js .vjs-fullscreen-control .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-fullscreen-enter:before, .video-js .vjs-fullscreen-control .vjs-icon-placeholder:before {
    content: "\f108"; }

.vjs-icon-fullscreen-exit, .video-js.vjs-fullscreen .vjs-fullscreen-control .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-fullscreen-exit:before, .video-js.vjs-fullscreen .vjs-fullscreen-control .vjs-icon-placeholder:before {
    content: "\f109"; }

.vjs-icon-square {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-square:before {
    content: "\f10a"; }

.vjs-icon-spinner {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-spinner:before {
    content: "\f10b"; }

.vjs-icon-subtitles, .video-js .vjs-subtitles-button .vjs-icon-placeholder, .video-js .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js.video-js:lang(en-GB) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js.video-js:lang(en-IE) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js.video-js:lang(en-AU) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js.video-js:lang(en-NZ) .vjs-subs-caps-button .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-subtitles:before, .video-js .vjs-subtitles-button .vjs-icon-placeholder:before, .video-js .vjs-subs-caps-button .vjs-icon-placeholder:before,
  .video-js.video-js:lang(en-GB) .vjs-subs-caps-button .vjs-icon-placeholder:before,
  .video-js.video-js:lang(en-IE) .vjs-subs-caps-button .vjs-icon-placeholder:before,
  .video-js.video-js:lang(en-AU) .vjs-subs-caps-button .vjs-icon-placeholder:before,
  .video-js.video-js:lang(en-NZ) .vjs-subs-caps-button .vjs-icon-placeholder:before {
    content: "\f10c"; }

.vjs-icon-captions, .video-js .vjs-captions-button .vjs-icon-placeholder, .video-js:lang(en) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js:lang(fr-CA) .vjs-subs-caps-button .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-captions:before, .video-js .vjs-captions-button .vjs-icon-placeholder:before, .video-js:lang(en) .vjs-subs-caps-button .vjs-icon-placeholder:before,
  .video-js:lang(fr-CA) .vjs-subs-caps-button .vjs-icon-placeholder:before {
    content: "\f10d"; }

.vjs-icon-chapters, .video-js .vjs-chapters-button .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-chapters:before, .video-js .vjs-chapters-button .vjs-icon-placeholder:before {
    content: "\f10e"; }

.vjs-icon-share {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-share:before {
    content: "\f10f"; }

.vjs-icon-cog {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-cog:before {
    content: "\f110"; }

.vjs-icon-circle, .video-js .vjs-play-progress, .video-js .vjs-volume-level {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-circle:before, .video-js .vjs-play-progress:before, .video-js .vjs-volume-level:before {
    content: "\f111"; }

.vjs-icon-circle-outline {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-circle-outline:before {
    content: "\f112"; }

.vjs-icon-circle-inner-circle {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-circle-inner-circle:before {
    content: "\f113"; }

.vjs-icon-hd {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-hd:before {
    content: "\f114"; }

.vjs-icon-cancel, .video-js .vjs-control.vjs-close-button .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-cancel:before, .video-js .vjs-control.vjs-close-button .vjs-icon-placeholder:before {
    content: "\f115"; }

.vjs-icon-replay, .video-js .vjs-play-control.vjs-ended .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-replay:before, .video-js .vjs-play-control.vjs-ended .vjs-icon-placeholder:before {
    content: "\f116"; }

.vjs-icon-facebook {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-facebook:before {
    content: "\f117"; }

.vjs-icon-gplus {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-gplus:before {
    content: "\f118"; }

.vjs-icon-linkedin {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-linkedin:before {
    content: "\f119"; }

.vjs-icon-twitter {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-twitter:before {
    content: "\f11a"; }

.vjs-icon-tumblr {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-tumblr:before {
    content: "\f11b"; }

.vjs-icon-pinterest {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-pinterest:before {
    content: "\f11c"; }

.vjs-icon-audio-description, .video-js .vjs-descriptions-button .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-audio-description:before, .video-js .vjs-descriptions-button .vjs-icon-placeholder:before {
    content: "\f11d"; }

.vjs-icon-audio, .video-js .vjs-audio-button .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-audio:before, .video-js .vjs-audio-button .vjs-icon-placeholder:before {
    content: "\f11e"; }

.video-js {
  display: block;
  vertical-align: top;
  box-sizing: border-box;
  color: #fff;
  background-color: #000;
  position: relative;
  padding: 0;
  font-size: 10px;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  font-family: Arial, Helvetica, sans-serif; }
  .video-js:-moz-full-screen {
    position: absolute; }
  .video-js:-webkit-full-screen {
    width: 100% !important;
    height: 100% !important; }

.video-js[tabindex="-1"] {
  outline: none; }

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

.video-js ul {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  list-style-position: outside;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0; }

.video-js.vjs-fluid,
.video-js.vjs-16-9,
.video-js.vjs-4-3 {
  width: 100%;
  max-width: 100%;
  height: 0; }

.video-js.vjs-16-9 {
  padding-top: 56.25%; }

.video-js.vjs-4-3 {
  padding-top: 75%; }

.video-js.vjs-fill {
  width: 100%;
  height: 100%; }

.video-js .vjs-tech {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

body.vjs-full-window {
  padding: 0;
  margin: 0;
  height: 100%;
  overflow-y: auto; }

.vjs-full-window .video-js.vjs-fullscreen {
  position: fixed;
  overflow: hidden;
  z-index: 1000;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0; }

.video-js.vjs-fullscreen {
  width: 100% !important;
  height: 100% !important;
  padding-top: 0 !important; }

.video-js.vjs-fullscreen.vjs-user-inactive {
  cursor: none; }

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

.vjs-disabled {
  opacity: 0.5;
  cursor: default; }

.video-js .vjs-offscreen {
  height: 1px;
  left: -9999px;
  position: absolute;
  top: 0;
  width: 1px; }

.vjs-lock-showing {
  display: block !important;
  opacity: 1;
  visibility: visible; }

.vjs-no-js {
  padding: 20px;
  color: #fff;
  background-color: #000;
  font-size: 18px;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
  width: 300px;
  height: 150px;
  margin: 0px auto; }

.vjs-no-js a,
.vjs-no-js a:visited {
  color: #66A8CC; }

.video-js .vjs-big-play-button {
  font-size: 3em;
  line-height: 1.5em;
  height: 1.5em;
  width: 3em;
  display: block;
  position: absolute;
  top: 10px;
  left: 10px;
  padding: 0;
  cursor: pointer;
  opacity: 1;
  border: 0.06666em solid #ffd500;
  background-color: #283583;
  background-color: rgba(40,53,131, 0.9);
  -webkit-border-radius: 0.3em;
  -moz-border-radius: 0.3em;
  border-radius: 0.3em;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s; }

.vjs-big-play-centered .vjs-big-play-button {
  top: 50%;
  left: 50%;
  margin-top: -0.75em;
  margin-left: -1.5em; }

.video-js:hover .vjs-big-play-button,
.video-js .vjs-big-play-button:focus {
  border-color: #ffd500;
  background-color: #6E77AB;
  background-color: rgba(40,53,131, 0.7);
  -webkit-transition: all 0s;
  -moz-transition: all 0s;
  -ms-transition: all 0s;
  -o-transition: all 0s;
  transition: all 0s; }

.vjs-controls-disabled .vjs-big-play-button,
.vjs-has-started .vjs-big-play-button,
.vjs-using-native-controls .vjs-big-play-button,
.vjs-error .vjs-big-play-button {
  display: none; }

.vjs-has-started.vjs-paused.vjs-show-big-play-button-on-pause .vjs-big-play-button {
  display: block; }

.video-js button {
  background: none;
  border: none;
  color: inherit;
  display: inline-block;
  overflow: visible;
  font-size: inherit;
  line-height: inherit;
  text-transform: none;
  text-decoration: none;
  transition: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.video-js .vjs-control.vjs-close-button {
  cursor: pointer;
  height: 3em;
  position: absolute;
  right: 0;
  top: 0.5em;
  z-index: 2; }

.video-js .vjs-modal-dialog {
  background: rgba(0, 0, 0, 0.8);
  background: -webkit-linear-gradient(-90deg, rgba(0, 0, 0, 0.8), rgba(255, 255, 255, 0));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.8), rgba(255, 255, 255, 0));
  overflow: auto;
  box-sizing: content-box; }

.video-js .vjs-modal-dialog > * {
  box-sizing: border-box; }

.vjs-modal-dialog .vjs-modal-dialog-content {
  font-size: 1.2em;
  line-height: 1.5;
  padding: 20px 24px;
  z-index: 1; }

.vjs-menu-button {
  cursor: pointer; }

.vjs-menu-button.vjs-disabled {
  cursor: default; }

.vjs-workinghover .vjs-menu-button.vjs-disabled:hover .vjs-menu {
  display: none; }

.vjs-menu .vjs-menu-content {
  display: block;
  padding: 0;
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  overflow: auto;
  box-sizing: content-box; }

.vjs-menu .vjs-menu-content > * {
  box-sizing: border-box; }

.vjs-scrubbing .vjs-menu-button:hover .vjs-menu {
  display: none; }

.vjs-menu li {
  list-style: none;
  margin: 0;
  padding: 0.2em 0;
  line-height: 1.4em;
  font-size: 1.2em;
  text-align: center;
  text-transform: lowercase; }

.vjs-menu li.vjs-menu-item:focus,
.vjs-menu li.vjs-menu-item:hover {
  background-color: #73859f;
  background-color: rgba(115, 133, 159, 0.5); }

.vjs-menu li.vjs-selected,
.vjs-menu li.vjs-selected:focus,
.vjs-menu li.vjs-selected:hover {
  background-color: #fff;
  color: #2B333F; }

.vjs-menu li.vjs-menu-title {
  text-align: center;
  text-transform: uppercase;
  font-size: 1em;
  line-height: 2em;
  padding: 0;
  margin: 0 0 0.3em 0;
  font-weight: bold;
  cursor: default; }

.vjs-menu-button-popup .vjs-menu {
  display: none;
  position: absolute;
  bottom: 0;
  width: 10em;
  left: -3em;
  height: 0em;
  margin-bottom: 1.5em;
  border-top-color: rgba(43, 51, 63, 0.7); }

.vjs-menu-button-popup .vjs-menu .vjs-menu-content {
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.7);
  position: absolute;
  width: 100%;
  bottom: 1.5em;
  max-height: 15em; }

.vjs-workinghover .vjs-menu-button-popup:hover .vjs-menu,
.vjs-menu-button-popup .vjs-menu.vjs-lock-showing {
  display: block; }

.video-js .vjs-menu-button-inline {
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  overflow: hidden; }

.video-js .vjs-menu-button-inline:before {
  width: 2.222222222em; }

.video-js .vjs-menu-button-inline:hover,
.video-js .vjs-menu-button-inline:focus,
.video-js .vjs-menu-button-inline.vjs-slider-active,
.video-js.vjs-no-flex .vjs-menu-button-inline {
  width: 12em; }

.vjs-menu-button-inline .vjs-menu {
  opacity: 0;
  height: 100%;
  width: auto;
  position: absolute;
  left: 4em;
  top: 0;
  padding: 0;
  margin: 0;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s; }

.vjs-menu-button-inline:hover .vjs-menu,
.vjs-menu-button-inline:focus .vjs-menu,
.vjs-menu-button-inline.vjs-slider-active .vjs-menu {
  display: block;
  opacity: 1; }

.vjs-no-flex .vjs-menu-button-inline .vjs-menu {
  display: block;
  opacity: 1;
  position: relative;
  width: auto; }

.vjs-no-flex .vjs-menu-button-inline:hover .vjs-menu,
.vjs-no-flex .vjs-menu-button-inline:focus .vjs-menu,
.vjs-no-flex .vjs-menu-button-inline.vjs-slider-active .vjs-menu {
  width: auto; }

.vjs-menu-button-inline .vjs-menu-content {
  width: auto;
  height: 100%;
  margin: 0;
  overflow: hidden; }

.video-js .vjs-control-bar {
  display: none;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3.0em;
  background-color: #283583; }

.vjs-has-started .vjs-control-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  visibility: visible;
  opacity: 1;
  -webkit-transition: visibility 0.1s, opacity 0.1s;
  -moz-transition: visibility 0.1s, opacity 0.1s;
  -ms-transition: visibility 0.1s, opacity 0.1s;
  -o-transition: visibility 0.1s, opacity 0.1s;
  transition: visibility 0.1s, opacity 0.1s; }

.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
  visibility: visible;
  opacity: 0;
  -webkit-transition: visibility 1s, opacity 1s;
  -moz-transition: visibility 1s, opacity 1s;
  -ms-transition: visibility 1s, opacity 1s;
  -o-transition: visibility 1s, opacity 1s;
  transition: visibility 1s, opacity 1s; }

.vjs-controls-disabled .vjs-control-bar,
.vjs-using-native-controls .vjs-control-bar,
.vjs-error .vjs-control-bar {
  display: none !important; }

.vjs-audio.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
  opacity: 1;
  visibility: visible; }

.vjs-has-started.vjs-no-flex .vjs-control-bar {
  display: table; }

.video-js .vjs-control {
  position: relative;
  text-align: center;
  margin: 0;
  padding: 0;
  height: 100%;
  width: 4em;
  -webkit-box-flex: none;
  -moz-box-flex: none;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none; }

.vjs-button > .vjs-icon-placeholder:before {
  font-size: 1.8em;
  line-height: 1.67; }

.video-js .vjs-control:focus:before,
.video-js .vjs-control:hover:before,
.video-js .vjs-control:focus {
  text-shadow: 0em 0em 1em white; }

.video-js .vjs-control-text {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.vjs-no-flex .vjs-control {
  display: table-cell;
  vertical-align: middle; }

.video-js .vjs-custom-control-spacer {
  display: none; }

.video-js .vjs-progress-control {
  cursor: pointer;
  -webkit-box-flex: auto;
  -moz-box-flex: auto;
  -webkit-flex: auto;
  -ms-flex: auto;
  flex: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  min-width: 4em; }

.vjs-live .vjs-progress-control {
  display: none; }

.vjs-no-flex .vjs-progress-control {
  width: auto; }

.video-js .vjs-progress-holder {
  -webkit-box-flex: auto;
  -moz-box-flex: auto;
  -webkit-flex: auto;
  -ms-flex: auto;
  flex: auto;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  height: 0.3em; }

.video-js .vjs-progress-control .vjs-progress-holder {
  margin: 0 10px; }

.video-js .vjs-progress-control:hover .vjs-progress-holder {
  font-size: 1.666666666666666666em; }

.video-js .vjs-progress-holder .vjs-play-progress,
.video-js .vjs-progress-holder .vjs-load-progress,
.video-js .vjs-progress-holder .vjs-load-progress div {
  position: absolute;
  display: block;
  height: 100%;
  margin: 0;
  padding: 0;
  width: 0;
  left: 0;
  top: 0; }

.video-js .vjs-play-progress {
  background-color: #fff; }
  .video-js .vjs-play-progress:before {
    font-size: 0.9em;
    position: absolute;
    right: -0.5em;
    top: -0.333333333333333em;
    z-index: 1; }

.video-js .vjs-load-progress {
  background: #bfc7d3;
  background: rgba(115, 133, 159, 0.5); }

.video-js .vjs-load-progress div {
  background: white;
  background: rgba(115, 133, 159, 0.75); }

.video-js .vjs-time-tooltip {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-border-radius: 0.3em;
  -moz-border-radius: 0.3em;
  border-radius: 0.3em;
  color: #000;
  float: right;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
  padding: 6px 8px 8px 8px;
  pointer-events: none;
  position: relative;
  top: -3.4em;
  visibility: hidden;
  z-index: 1; }

.video-js .vjs-progress-holder:focus .vjs-time-tooltip {
  display: none; }

.video-js .vjs-progress-control:hover .vjs-time-tooltip,
.video-js .vjs-progress-control:hover .vjs-progress-holder:focus .vjs-time-tooltip {
  display: block;
  font-size: 0.6em;
  visibility: visible; }

.video-js .vjs-progress-control .vjs-mouse-display {
  display: none;
  position: absolute;
  width: 1px;
  height: 100%;
  background-color: #000;
  z-index: 1; }

.vjs-no-flex .vjs-progress-control .vjs-mouse-display {
  z-index: 0; }

.video-js .vjs-progress-control:hover .vjs-mouse-display {
  display: block; }

.video-js.vjs-user-inactive .vjs-progress-control .vjs-mouse-display {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 1s, opacity 1s;
  -moz-transition: visibility 1s, opacity 1s;
  -ms-transition: visibility 1s, opacity 1s;
  -o-transition: visibility 1s, opacity 1s;
  transition: visibility 1s, opacity 1s; }

.video-js.vjs-user-inactive.vjs-no-flex .vjs-progress-control .vjs-mouse-display {
  display: none; }

.vjs-mouse-display .vjs-time-tooltip {
  color: #fff;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.8); }

.video-js .vjs-slider {
  position: relative;
  cursor: pointer;
  padding: 0;
  margin: 0 0.45em 0 0.45em;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #73859f;
  background-color: rgba(115, 133, 159, 0.5); }

.video-js .vjs-slider:focus {
  text-shadow: 0em 0em 1em white;
  -webkit-box-shadow: 0 0 1em #fff;
  -moz-box-shadow: 0 0 1em #fff;
  box-shadow: 0 0 1em #fff; }

.video-js .vjs-mute-control {
  cursor: pointer;
  -webkit-box-flex: none;
  -moz-box-flex: none;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  padding-left: 2em;
  padding-right: 2em;
  padding-bottom: 3em; }

.video-js .vjs-volume-control {
  cursor: pointer;
  margin-right: 1em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.video-js .vjs-volume-control.vjs-volume-horizontal {
  width: 5em; }

.video-js .vjs-volume-panel .vjs-volume-control {
  visibility: visible;
  opacity: 0;
  width: 1px;
  height: 1px;
  margin-left: -1px; }

.vjs-no-flex .vjs-volume-panel .vjs-volume-control.vjs-volume-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }
  .vjs-no-flex .vjs-volume-panel .vjs-volume-control.vjs-volume-vertical .vjs-volume-bar,
  .vjs-no-flex .vjs-volume-panel .vjs-volume-control.vjs-volume-vertical .vjs-volume-level {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }

.video-js .vjs-volume-panel {
  -webkit-transition: width 1s;
  -moz-transition: width 1s;
  -ms-transition: width 1s;
  -o-transition: width 1s;
  transition: width 1s; }
  .video-js .vjs-volume-panel:hover .vjs-volume-control,
  .video-js .vjs-volume-panel:active .vjs-volume-control,
  .video-js .vjs-volume-panel:focus .vjs-volume-control,
  .video-js .vjs-volume-panel .vjs-volume-control:hover,
  .video-js .vjs-volume-panel .vjs-volume-control:active,
  .video-js .vjs-volume-panel .vjs-volume-control:focus,
  .video-js .vjs-volume-panel .vjs-mute-control:hover ~ .vjs-volume-control,
  .video-js .vjs-volume-panel .vjs-mute-control:active ~ .vjs-volume-control,
  .video-js .vjs-volume-panel .vjs-mute-control:focus ~ .vjs-volume-control,
  .video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active {
    visibility: visible;
    opacity: 1;
    position: relative;
    -webkit-transition: visibility 0.1s, opacity 0.1s, height 0.1s, width 0.1s, left 0s, top 0s;
    -moz-transition: visibility 0.1s, opacity 0.1s, height 0.1s, width 0.1s, left 0s, top 0s;
    -ms-transition: visibility 0.1s, opacity 0.1s, height 0.1s, width 0.1s, left 0s, top 0s;
    -o-transition: visibility 0.1s, opacity 0.1s, height 0.1s, width 0.1s, left 0s, top 0s;
    transition: visibility 0.1s, opacity 0.1s, height 0.1s, width 0.1s, left 0s, top 0s; }
    .video-js .vjs-volume-panel:hover .vjs-volume-control.vjs-volume-horizontal,
    .video-js .vjs-volume-panel:active .vjs-volume-control.vjs-volume-horizontal,
    .video-js .vjs-volume-panel:focus .vjs-volume-control.vjs-volume-horizontal,
    .video-js .vjs-volume-panel .vjs-volume-control:hover.vjs-volume-horizontal,
    .video-js .vjs-volume-panel .vjs-volume-control:active.vjs-volume-horizontal,
    .video-js .vjs-volume-panel .vjs-volume-control:focus.vjs-volume-horizontal,
    .video-js .vjs-volume-panel .vjs-mute-control:hover ~ .vjs-volume-control.vjs-volume-horizontal,
    .video-js .vjs-volume-panel .vjs-mute-control:active ~ .vjs-volume-control.vjs-volume-horizontal,
    .video-js .vjs-volume-panel .vjs-mute-control:focus ~ .vjs-volume-control.vjs-volume-horizontal,
    .video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active.vjs-volume-horizontal {
      width: 5em;
      height: 3em; }
    .video-js .vjs-volume-panel:hover .vjs-volume-control.vjs-volume-vertical,
    .video-js .vjs-volume-panel:active .vjs-volume-control.vjs-volume-vertical,
    .video-js .vjs-volume-panel:focus .vjs-volume-control.vjs-volume-vertical,
    .video-js .vjs-volume-panel .vjs-volume-control:hover.vjs-volume-vertical,
    .video-js .vjs-volume-panel .vjs-volume-control:active.vjs-volume-vertical,
    .video-js .vjs-volume-panel .vjs-volume-control:focus.vjs-volume-vertical,
    .video-js .vjs-volume-panel .vjs-mute-control:hover ~ .vjs-volume-control.vjs-volume-vertical,
    .video-js .vjs-volume-panel .vjs-mute-control:active ~ .vjs-volume-control.vjs-volume-vertical,
    .video-js .vjs-volume-panel .vjs-mute-control:focus ~ .vjs-volume-control.vjs-volume-vertical,
    .video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active.vjs-volume-vertical {
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }
      .video-js .vjs-volume-panel:hover .vjs-volume-control.vjs-volume-vertical .vjs-volume-bar,
      .video-js .vjs-volume-panel:hover .vjs-volume-control.vjs-volume-vertical .vjs-volume-level,
      .video-js .vjs-volume-panel:active .vjs-volume-control.vjs-volume-vertical .vjs-volume-bar,
      .video-js .vjs-volume-panel:active .vjs-volume-control.vjs-volume-vertical .vjs-volume-level,
      .video-js .vjs-volume-panel:focus .vjs-volume-control.vjs-volume-vertical .vjs-volume-bar,
      .video-js .vjs-volume-panel:focus .vjs-volume-control.vjs-volume-vertical .vjs-volume-level,
      .video-js .vjs-volume-panel .vjs-volume-control:hover.vjs-volume-vertical .vjs-volume-bar,
      .video-js .vjs-volume-panel .vjs-volume-control:hover.vjs-volume-vertical .vjs-volume-level,
      .video-js .vjs-volume-panel .vjs-volume-control:active.vjs-volume-vertical .vjs-volume-bar,
      .video-js .vjs-volume-panel .vjs-volume-control:active.vjs-volume-vertical .vjs-volume-level,
      .video-js .vjs-volume-panel .vjs-volume-control:focus.vjs-volume-vertical .vjs-volume-bar,
      .video-js .vjs-volume-panel .vjs-volume-control:focus.vjs-volume-vertical .vjs-volume-level,
      .video-js .vjs-volume-panel .vjs-mute-control:hover ~ .vjs-volume-control.vjs-volume-vertical .vjs-volume-bar,
      .video-js .vjs-volume-panel .vjs-mute-control:hover ~ .vjs-volume-control.vjs-volume-vertical .vjs-volume-level,
      .video-js .vjs-volume-panel .vjs-mute-control:active ~ .vjs-volume-control.vjs-volume-vertical .vjs-volume-bar,
      .video-js .vjs-volume-panel .vjs-mute-control:active ~ .vjs-volume-control.vjs-volume-vertical .vjs-volume-level,
      .video-js .vjs-volume-panel .vjs-mute-control:focus ~ .vjs-volume-control.vjs-volume-vertical .vjs-volume-bar,
      .video-js .vjs-volume-panel .vjs-mute-control:focus ~ .vjs-volume-control.vjs-volume-vertical .vjs-volume-level,
      .video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active.vjs-volume-vertical .vjs-volume-bar,
      .video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active.vjs-volume-vertical .vjs-volume-level {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }
  .video-js .vjs-volume-panel.vjs-volume-panel-horizontal:hover, .video-js .vjs-volume-panel.vjs-volume-panel-horizontal:focus, .video-js .vjs-volume-panel.vjs-volume-panel-horizontal:active, .video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active {
    width: 9em;
    -webkit-transition: width 0.1s;
    -moz-transition: width 0.1s;
    -ms-transition: width 0.1s;
    -o-transition: width 0.1s;
    transition: width 0.1s; }

.video-js .vjs-volume-panel .vjs-volume-control.vjs-volume-vertical {
  height: 8em;
  width: 3em;
  left: -3.5em;
  -webkit-transition: visibility 1s, opacity 1s, height 1s 1s, width 1s 1s, left 1s 1s, top 1s 1s;
  -moz-transition: visibility 1s, opacity 1s, height 1s 1s, width 1s 1s, left 1s 1s, top 1s 1s;
  -ms-transition: visibility 1s, opacity 1s, height 1s 1s, width 1s 1s, left 1s 1s, top 1s 1s;
  -o-transition: visibility 1s, opacity 1s, height 1s 1s, width 1s 1s, left 1s 1s, top 1s 1s;
  transition: visibility 1s, opacity 1s, height 1s 1s, width 1s 1s, left 1s 1s, top 1s 1s; }

.video-js .vjs-volume-panel .vjs-volume-control.vjs-volume-horizontal {
  -webkit-transition: visibility 1s, opacity 1s, height 1s 1s, width 1s, left 1s 1s, top 1s 1s;
  -moz-transition: visibility 1s, opacity 1s, height 1s 1s, width 1s, left 1s 1s, top 1s 1s;
  -ms-transition: visibility 1s, opacity 1s, height 1s 1s, width 1s, left 1s 1s, top 1s 1s;
  -o-transition: visibility 1s, opacity 1s, height 1s 1s, width 1s, left 1s 1s, top 1s 1s;
  transition: visibility 1s, opacity 1s, height 1s 1s, width 1s, left 1s 1s, top 1s 1s; }

.video-js.vjs-no-flex .vjs-volume-panel .vjs-volume-control.vjs-volume-horizontal {
  width: 5em;
  height: 3em;
  visibility: visible;
  opacity: 1;
  position: relative;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none; }

.video-js.vjs-no-flex .vjs-volume-control.vjs-volume-vertical,
.video-js.vjs-no-flex .vjs-volume-panel .vjs-volume-control.vjs-volume-vertical {
  position: absolute;
  bottom: 3em;
  left: 0.5em; }

.video-js .vjs-volume-panel {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.video-js .vjs-volume-bar {
  margin: 1.35em 0.45em; }

.vjs-volume-bar.vjs-slider-horizontal {
  width: 5em;
  height: 0.3em; }

.vjs-volume-bar.vjs-slider-vertical {
  width: 0.3em;
  height: 5em;
  margin: 1.35em auto; }

.video-js .vjs-volume-level {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #fff; }
  .video-js .vjs-volume-level:before {
    position: absolute;
    font-size: 0.9em; }

.vjs-slider-vertical .vjs-volume-level {
  width: 0.3em; }
  .vjs-slider-vertical .vjs-volume-level:before {
    top: -0.5em;
    left: -0.3em; }

.vjs-slider-horizontal .vjs-volume-level {
  height: 0.3em; }
  .vjs-slider-horizontal .vjs-volume-level:before {
    top: -0.3em;
    right: -0.5em; }

.video-js .vjs-volume-panel.vjs-volume-panel-vertical {
  width: 4em; }

.vjs-volume-bar.vjs-slider-vertical .vjs-volume-level {
  height: 100%; }

.vjs-volume-bar.vjs-slider-horizontal .vjs-volume-level {
  width: 100%; }

.video-js .vjs-volume-vertical {
  width: 3em;
  height: 8em;
  bottom: 8em;
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.7); }

.video-js .vjs-volume-horizontal .vjs-menu {
  left: -2em; }

.vjs-poster {
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  background-color: #000000;
  cursor: pointer;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%; }

.vjs-poster img {
  display: block;
  vertical-align: middle;
  margin: 0 auto;
  max-height: 100%;
  padding: 0;
  width: 100%; }

.vjs-has-started .vjs-poster {
  display: none; }

.vjs-audio.vjs-has-started .vjs-poster {
  display: block; }

.vjs-using-native-controls .vjs-poster {
  display: none; }

.video-js .vjs-live-control {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  -webkit-box-flex: auto;
  -moz-box-flex: auto;
  -webkit-flex: auto;
  -ms-flex: auto;
  flex: auto;
  font-size: 1em;
  line-height: 3em; }

.vjs-no-flex .vjs-live-control {
  display: table-cell;
  width: auto;
  text-align: left; }

.video-js .vjs-time-control {
  -webkit-box-flex: none;
  -moz-box-flex: none;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  font-size: 1em;
  line-height: 3em;
  min-width: 2em;
  width: auto;
  padding-left: 1em;
  padding-right: 1em; }

.vjs-live .vjs-time-control {
  display: none; }

.video-js .vjs-current-time,
.vjs-no-flex .vjs-current-time {
  display: none; }

.vjs-no-flex .vjs-remaining-time.vjs-time-control.vjs-control {
  width: 0px !important;
  white-space: nowrap; }

.video-js .vjs-duration,
.vjs-no-flex .vjs-duration {
  display: none; }

.vjs-time-divider {
  display: none;
  line-height: 3em; }

.vjs-live .vjs-time-divider {
  display: none; }

.video-js .vjs-play-control .vjs-icon-placeholder {
  cursor: pointer;
  -webkit-box-flex: none;
  -moz-box-flex: none;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none; }

.vjs-text-track-display {
  position: absolute;
  bottom: 3em;
  left: 0;
  right: 0;
  top: 0;
  pointer-events: none; }

.video-js.vjs-user-inactive.vjs-playing .vjs-text-track-display {
  bottom: 1em; }

.video-js .vjs-text-track {
  font-size: 1.4em;
  text-align: center;
  margin-bottom: 0.1em;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.5); }

.vjs-subtitles {
  color: #fff; }

.vjs-captions {
  color: #fc6; }

.vjs-tt-cue {
  display: block; }

video::-webkit-media-text-track-display {
  -moz-transform: translateY(-3em);
  -ms-transform: translateY(-3em);
  -o-transform: translateY(-3em);
  -webkit-transform: translateY(-3em);
  transform: translateY(-3em); }

.video-js.vjs-user-inactive.vjs-playing video::-webkit-media-text-track-display {
  -moz-transform: translateY(-1.5em);
  -ms-transform: translateY(-1.5em);
  -o-transform: translateY(-1.5em);
  -webkit-transform: translateY(-1.5em);
  transform: translateY(-1.5em); }

.video-js .vjs-fullscreen-control {
  cursor: pointer;
  -webkit-box-flex: none;
  -moz-box-flex: none;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none; }

.vjs-playback-rate .vjs-playback-rate-value {
  font-size: 1.5em;
  line-height: 2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center; }

.vjs-playback-rate .vjs-menu {
  width: 4em;
  left: 0em; }

.vjs-error .vjs-error-display .vjs-modal-dialog-content {
  font-size: 1.4em;
  text-align: center; }

.vjs-error .vjs-error-display:before {
  color: #fff;
  content: 'X';
  font-family: Arial, Helvetica, sans-serif;
  font-size: 4em;
  left: 0;
  line-height: 1;
  margin-top: -0.5em;
  position: absolute;
  text-shadow: 0.05em 0.05em 0.1em #000;
  text-align: center;
  top: 50%;
  vertical-align: middle;
  width: 100%; }

.vjs-loading-spinner {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.85;
  text-align: left;
  border: 6px solid rgba(43, 51, 63, 0.7);
  box-sizing: border-box;
  background-clip: padding-box;
  width: 50px;
  height: 50px;
  border-radius: 25px; }

.vjs-seeking .vjs-loading-spinner,
.vjs-waiting .vjs-loading-spinner {
  display: block; }

.vjs-loading-spinner:before,
.vjs-loading-spinner:after {
  content: "";
  position: absolute;
  margin: -6px;
  box-sizing: inherit;
  width: inherit;
  height: inherit;
  border-radius: inherit;
  opacity: 1;
  border: inherit;
  border-color: transparent;
  border-top-color: white; }

.vjs-seeking .vjs-loading-spinner:before,
.vjs-seeking .vjs-loading-spinner:after,
.vjs-waiting .vjs-loading-spinner:before,
.vjs-waiting .vjs-loading-spinner:after {
  -webkit-animation: vjs-spinner-spin 1.1s cubic-bezier(0.6, 0.2, 0, 0.8) infinite, vjs-spinner-fade 1.1s linear infinite;
  animation: vjs-spinner-spin 1.1s cubic-bezier(0.6, 0.2, 0, 0.8) infinite, vjs-spinner-fade 1.1s linear infinite; }

.vjs-seeking .vjs-loading-spinner:before,
.vjs-waiting .vjs-loading-spinner:before {
  border-top-color: white; }

.vjs-seeking .vjs-loading-spinner:after,
.vjs-waiting .vjs-loading-spinner:after {
  border-top-color: white;
  -webkit-animation-delay: 0.44s;
  animation-delay: 0.44s; }

@keyframes vjs-spinner-spin {
  100% {
    transform: rotate(360deg); } }

@-webkit-keyframes vjs-spinner-spin {
  100% {
    -webkit-transform: rotate(360deg); } }

@keyframes vjs-spinner-fade {
  0% {
    border-top-color: #73859f; }
  20% {
    border-top-color: #73859f; }
  35% {
    border-top-color: white; }
  60% {
    border-top-color: #73859f; }
  100% {
    border-top-color: #73859f; } }

@-webkit-keyframes vjs-spinner-fade {
  0% {
    border-top-color: #73859f; }
  20% {
    border-top-color: #73859f; }
  35% {
    border-top-color: white; }
  60% {
    border-top-color: #73859f; }
  100% {
    border-top-color: #73859f; } }

.vjs-chapters-button .vjs-menu ul {
  width: 24em; }

.video-js .vjs-subs-caps-button + .vjs-menu .vjs-captions-menu-item .vjs-menu-item-text .vjs-icon-placeholder {
  position: absolute; }

.video-js .vjs-subs-caps-button + .vjs-menu .vjs-captions-menu-item .vjs-menu-item-text .vjs-icon-placeholder:before {
  font-family: VideoJS;
  content: "\f10d";
  font-size: 1.5em;
  line-height: inherit; }

.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-custom-control-spacer {
  -webkit-box-flex: auto;
  -moz-box-flex: auto;
  -webkit-flex: auto;
  -ms-flex: auto;
  flex: auto; }

.video-js.vjs-layout-tiny:not(.vjs-fullscreen).vjs-no-flex .vjs-custom-control-spacer {
  width: auto; }

.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-current-time, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-time-divider, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-duration, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-remaining-time,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-playback-rate, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-progress-control,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-mute-control, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-volume-control,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-chapters-button, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-descriptions-button, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-captions-button,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-subtitles-button, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-audio-button {
  display: none; }

.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-current-time, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-time-divider, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-duration, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-remaining-time,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-playback-rate,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-mute-control, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-volume-control,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-chapters-button, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-descriptions-button, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-captions-button,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-subtitles-button, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-audio-button {
  display: none; }

.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-current-time, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-time-divider, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-duration, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-remaining-time,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-playback-rate,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-mute-control, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-volume-control,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-chapters-button, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-descriptions-button, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-captions-button,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-subtitles-button .vjs-audio-button {
  display: none; }

.vjs-modal-dialog.vjs-text-track-settings {
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.75);
  color: #fff;
  height: 70%; }

.vjs-text-track-settings .vjs-modal-dialog-content {
  display: table; }

.vjs-text-track-settings .vjs-track-settings-colors,
.vjs-text-track-settings .vjs-track-settings-font,
.vjs-text-track-settings .vjs-track-settings-controls {
  display: table-cell; }

.vjs-text-track-settings .vjs-track-settings-controls {
  text-align: right;
  vertical-align: bottom; }

.vjs-text-track-settings fieldset {
  margin: 5px;
  padding: 3px;
  border: none; }

.vjs-text-track-settings fieldset span {
  display: inline-block;
  margin-left: 5px; }

.vjs-text-track-settings legend {
  color: #fff;
  margin: 0 0 5px 0; }

.vjs-text-track-settings .vjs-label {
  position: absolute;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  display: block;
  margin: 0 0 5px 0;
  padding: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden; }

.vjs-track-settings-controls button:focus,
.vjs-track-settings-controls button:active {
  outline-style: solid;
  outline-width: medium;
  background-image: linear-gradient(0deg, #fff 88%, #73859f 100%); }

.vjs-track-settings-controls button:hover {
  color: rgba(43, 51, 63, 0.75); }

.vjs-track-settings-controls button {
  background-color: #fff;
  background-image: linear-gradient(-180deg, #fff 88%, #73859f 100%);
  color: #2B333F;
  cursor: pointer;
  border-radius: 2px; }

.vjs-track-settings-controls .vjs-default-button {
  margin-right: 1em; }

@media print {
  .video-js > *:not(.vjs-tech):not(.vjs-poster) {
    visibility: hidden; } }

@media \0screen {
  .vjs-user-inactive.vjs-playing .vjs-control-bar :before {
    content: "";
  }
}

@media \0screen {
  .vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
    visibility: hidden;
  }
}
 