.aa-input-container {
  display: inline-block;
  position: relative;
}
.aa-input-search {

}
.aa-input-search::-webkit-search-decoration, .aa-input-search::-webkit-search-cancel-button,
.aa-input-search::-webkit-search-results-button, .aa-input-search::-webkit-search-results-decoration {
    display: none;
}
.aa-input-icon {
  height: 16px;
  width: 16px;
  position: absolute;
  top: 50%;
  right: 16px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  fill: #e4e4e4;
  pointer-events: none;
}
.aa-dropdown-menu {
  width:100%;
  border: 1px solid rgba(228, 228, 228, 0.6);
  min-width: 300px;
  margin-top: 10px;
  box-sizing: border-box;
  position: absolute;
  margin: 0;
  background: #004882;
  padding: 15px;
}
.aa-suggestion {
  padding: 6px 12px;
  cursor: pointer;
  color:white;
}
.aa-suggestion.aa-cursor {
  background: rgba(255,255,255,0.2);
}
.aa-suggestions-category {
  padding: 6px 12px;
  color: white;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 18px;
}
.aa-dropdown-menu {
  min-width: 600px;
  border:none;
  padding: 0 15px 15px;
}
.aa-dropdown-menu > div {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.aa-empty {
  padding: 6px 12px;
}
span.algolia-autocomplete {
  display: block !important;
  padding-bottom: 5px !important;
}
.aa-search-input{
  background: #004882 !important;
  color: white !important;
  border-bottom: 1px solid #c1b5a5 !important;
  margin-left: 25px !important;
  margin-right: 25px !important;
  width: calc(100% - 50px) !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

input[type='search'] {
  padding:0.5rem;
}

@charset "UTF-8";
@import url(../node_modules/instantsearch.js/dist/instantsearch-theme-algolia.min.css);
footer {
  background-color: #1D1D1D;
  color: #B1B3B4;
  text-transform: uppercase;
  font-weight: bold;
}

footer ul li {
  list-style: none;
  font-size: 12px;
  letter-spacing: 3px;
}

footer ul li a {
  opacity: 0.5;
  transition: all 0.2s ease-in-out;
  padding: 0.5rem;
  display: inline-block;
  color: #B1B3B4;
}

footer ul li a:hover {
  color: white;
  opacity: 1;
}

@media screen and (max-width: 39.9375em) {
  footer ul {
    text-align: center;
    margin: 0;
  }
}

footer .social-icons {
  margin-top: 3.5rem;
}

footer .social-icons li {
  display: inline-block;
  font-size: 2rem;
}

footer .social-icons li a {
  padding: 0.1rem;
}

@media screen and (max-width: 39.9375em) {
  footer .social-icons {
    margin-top: 2.5rem;
  }
}

footer .footer-logo {
  float: right;
  font-size: 52px;
  color: white;
  transition: all 0.2s ease-in-out;
}

footer .footer-logo:hover {
  opacity: 0.8;
}

@media screen and (max-width: 39.9375em) {
  footer .footer-logo {
    float: none;
    display: block;
    margin-bottom: 2.5rem;
  }
  footer .footer-logo span {
    display: block;
    text-align: center;
  }
}

footer .m-4cimprint {
  float: right;
  margin-right: 1.8rem;
  margin-top: -0.8rem;
}

@media screen and (max-width: 39.9375em) {
  footer .m-4cimprint {
    float: none;
    display: block;
    margin: 3rem 0 0 0;
  }
}

footer .copyright {
  text-align: right;
  font-size: 10px;
  display: block;
  margin-top: 1rem;
  opacity: 0.5;
}

@media screen and (max-width: 39.9375em) {
  footer .copyright {
    text-align: center;
  }
}

/**
 * Foundation for Sites by ZURB
 * Version 6.3.1
 * 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.
     */
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 {
  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=64em&xlarge=75em&xxlarge=90em&xxxlarge=120em";
}

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

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

body {
  margin: 0;
  padding: 0;
  background: #FFF;
  font-family: "Roboto", Arial, sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #004882;
  -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.1rem;
}

select {
  box-sizing: border-box;
  width: 100%;
  border-radius: 0.1rem;
}

.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.1rem;
  background: transparent;
  line-height: 1;
}

[data-whatinput='mouse'] button {
  outline: 0;
}

pre {
  overflow: auto;
}

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

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

.row {
  max-width: 93.5rem;
  margin-right: auto;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

.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: 64em) {
  .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;
  }
}

@media screen and (min-width: 90em) {
  .row .row {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}

@media screen and (min-width: 120em) {
  .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:not(.expanded) .row {
  max-width: none;
}

.row.collapse > .column, .row.collapse > .columns {
  padding-right: 0;
  padding-left: 0;
}

.row.is-collapse-child,
.row.collapse > .column > .row,
.row.collapse > .columns > .row {
  margin-right: 0;
  margin-left: 0;
}

.column, .columns {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0px;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  min-width: initial;
}

@media print, screen and (min-width: 40em) {
  .column, .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

.column.row.row, .row.row.columns {
  float: none;
  display: block;
}

.row .column.row.row, .row .row.row.columns {
  margin-right: 0;
  margin-left: 0;
  padding-right: 0;
  padding-left: 0;
}

.flex-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flex-child-auto {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.flex-child-grow {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

.flex-child-shrink {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}

.flex-dir-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.flex-dir-row-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.flex-dir-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.flex-dir-column-reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

.small-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 8.33333%;
          flex: 0 0 8.33333%;
  max-width: 8.33333%;
}

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

.small-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.66667%;
          flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

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

.small-3 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
}

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

.small-4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33333%;
          flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

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

.small-5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 41.66667%;
          flex: 0 0 41.66667%;
  max-width: 41.66667%;
}

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

.small-6 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}

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

.small-7 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 58.33333%;
          flex: 0 0 58.33333%;
  max-width: 58.33333%;
}

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

.small-8 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 66.66667%;
          flex: 0 0 66.66667%;
  max-width: 66.66667%;
}

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

.small-9 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 75%;
          flex: 0 0 75%;
  max-width: 75%;
}

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

.small-10 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 83.33333%;
          flex: 0 0 83.33333%;
  max-width: 83.33333%;
}

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

.small-11 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 91.66667%;
          flex: 0 0 91.66667%;
  max-width: 91.66667%;
}

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

.small-12 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

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

.small-order-1 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.small-order-2 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.small-order-3 {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.small-order-4 {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}

.small-order-5 {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}

.small-order-6 {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6;
}

.small-up-1 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.small-up-1 > .column, .small-up-1 > .columns {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

.small-up-2 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.small-up-2 > .column, .small-up-2 > .columns {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}

.small-up-3 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.small-up-3 > .column, .small-up-3 > .columns {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33333%;
          flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.small-up-4 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.small-up-4 > .column, .small-up-4 > .columns {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
}

.small-up-5 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.small-up-5 > .column, .small-up-5 > .columns {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  max-width: 20%;
}

.small-up-6 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.small-up-6 > .column, .small-up-6 > .columns {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.66667%;
          flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

.small-up-7 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.small-up-7 > .column, .small-up-7 > .columns {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 14.28571%;
          flex: 0 0 14.28571%;
  max-width: 14.28571%;
}

.small-up-8 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.small-up-8 > .column, .small-up-8 > .columns {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 12.5%;
          flex: 0 0 12.5%;
  max-width: 12.5%;
}

.small-collapse > .column, .small-collapse > .columns {
  padding-right: 0;
  padding-left: 0;
}

.small-uncollapse > .column, .small-uncollapse > .columns {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}

@media print, screen and (min-width: 40em) {
  .medium-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .medium-offset-0 {
    margin-left: 0%;
  }
  .medium-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .medium-offset-1 {
    margin-left: 8.33333%;
  }
  .medium-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .medium-offset-2 {
    margin-left: 16.66667%;
  }
  .medium-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .medium-offset-3 {
    margin-left: 25%;
  }
  .medium-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .medium-offset-4 {
    margin-left: 33.33333%;
  }
  .medium-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .medium-offset-5 {
    margin-left: 41.66667%;
  }
  .medium-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .medium-offset-6 {
    margin-left: 50%;
  }
  .medium-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .medium-offset-7 {
    margin-left: 58.33333%;
  }
  .medium-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .medium-offset-8 {
    margin-left: 66.66667%;
  }
  .medium-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .medium-offset-9 {
    margin-left: 75%;
  }
  .medium-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .medium-offset-10 {
    margin-left: 83.33333%;
  }
  .medium-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .medium-offset-11 {
    margin-left: 91.66667%;
  }
  .medium-order-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .medium-order-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .medium-order-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .medium-order-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .medium-order-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .medium-order-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .medium-up-1 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .medium-up-1 > .column, .medium-up-1 > .columns {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .medium-up-2 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .medium-up-2 > .column, .medium-up-2 > .columns {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .medium-up-3 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .medium-up-3 > .column, .medium-up-3 > .columns {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .medium-up-4 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .medium-up-4 > .column, .medium-up-4 > .columns {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .medium-up-5 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .medium-up-5 > .column, .medium-up-5 > .columns {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }
  .medium-up-6 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .medium-up-6 > .column, .medium-up-6 > .columns {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .medium-up-7 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .medium-up-7 > .column, .medium-up-7 > .columns {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 14.28571%;
            flex: 0 0 14.28571%;
    max-width: 14.28571%;
  }
  .medium-up-8 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .medium-up-8 > .column, .medium-up-8 > .columns {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 12.5%;
            flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}

@media print, screen and (min-width: 40em) and (min-width: 40em) {
  .medium-expand {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
  }
}

@media print, screen and (min-width: 40em) {
  .medium-flex-dir-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .medium-flex-dir-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .medium-flex-dir-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .medium-flex-dir-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .medium-flex-child-auto {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
  .medium-flex-child-grow {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
  }
  .medium-flex-child-shrink {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }
}

.row.medium-unstack > .column, .row.medium-unstack > .columns {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}

@media print, screen and (min-width: 40em) {
  .row.medium-unstack > .column, .row.medium-unstack > .columns {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
  }
}

@media print, screen and (min-width: 40em) {
  .medium-collapse > .column, .medium-collapse > .columns {
    padding-right: 0;
    padding-left: 0;
  }
  .medium-uncollapse > .column, .medium-uncollapse > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

@media print, screen and (min-width: 64em) {
  .large-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .large-offset-0 {
    margin-left: 0%;
  }
  .large-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .large-offset-1 {
    margin-left: 8.33333%;
  }
  .large-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .large-offset-2 {
    margin-left: 16.66667%;
  }
  .large-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .large-offset-3 {
    margin-left: 25%;
  }
  .large-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .large-offset-4 {
    margin-left: 33.33333%;
  }
  .large-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .large-offset-5 {
    margin-left: 41.66667%;
  }
  .large-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .large-offset-6 {
    margin-left: 50%;
  }
  .large-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .large-offset-7 {
    margin-left: 58.33333%;
  }
  .large-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .large-offset-8 {
    margin-left: 66.66667%;
  }
  .large-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .large-offset-9 {
    margin-left: 75%;
  }
  .large-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .large-offset-10 {
    margin-left: 83.33333%;
  }
  .large-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .large-offset-11 {
    margin-left: 91.66667%;
  }
  .large-order-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .large-order-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .large-order-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .large-order-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .large-order-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .large-order-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .large-up-1 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .large-up-1 > .column, .large-up-1 > .columns {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .large-up-2 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .large-up-2 > .column, .large-up-2 > .columns {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .large-up-3 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .large-up-3 > .column, .large-up-3 > .columns {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .large-up-4 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .large-up-4 > .column, .large-up-4 > .columns {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .large-up-5 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .large-up-5 > .column, .large-up-5 > .columns {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }
  .large-up-6 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .large-up-6 > .column, .large-up-6 > .columns {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .large-up-7 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .large-up-7 > .column, .large-up-7 > .columns {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 14.28571%;
            flex: 0 0 14.28571%;
    max-width: 14.28571%;
  }
  .large-up-8 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .large-up-8 > .column, .large-up-8 > .columns {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 12.5%;
            flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}

@media print, screen and (min-width: 64em) and (min-width: 64em) {
  .large-expand {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
  }
}

@media print, screen and (min-width: 64em) {
  .large-flex-dir-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .large-flex-dir-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .large-flex-dir-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .large-flex-dir-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .large-flex-child-auto {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
  .large-flex-child-grow {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
  }
  .large-flex-child-shrink {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }
}

.row.large-unstack > .column, .row.large-unstack > .columns {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}

@media print, screen and (min-width: 64em) {
  .row.large-unstack > .column, .row.large-unstack > .columns {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
  }
}

@media print, screen and (min-width: 64em) {
  .large-collapse > .column, .large-collapse > .columns {
    padding-right: 0;
    padding-left: 0;
  }
  .large-uncollapse > .column, .large-uncollapse > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

@media screen and (min-width: 75em) {
  .xlarge-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .xlarge-offset-0 {
    margin-left: 0%;
  }
  .xlarge-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .xlarge-offset-1 {
    margin-left: 8.33333%;
  }
  .xlarge-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .xlarge-offset-2 {
    margin-left: 16.66667%;
  }
  .xlarge-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .xlarge-offset-3 {
    margin-left: 25%;
  }
  .xlarge-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .xlarge-offset-4 {
    margin-left: 33.33333%;
  }
  .xlarge-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .xlarge-offset-5 {
    margin-left: 41.66667%;
  }
  .xlarge-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .xlarge-offset-6 {
    margin-left: 50%;
  }
  .xlarge-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .xlarge-offset-7 {
    margin-left: 58.33333%;
  }
  .xlarge-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .xlarge-offset-8 {
    margin-left: 66.66667%;
  }
  .xlarge-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .xlarge-offset-9 {
    margin-left: 75%;
  }
  .xlarge-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .xlarge-offset-10 {
    margin-left: 83.33333%;
  }
  .xlarge-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .xlarge-offset-11 {
    margin-left: 91.66667%;
  }
  .xlarge-order-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .xlarge-order-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .xlarge-order-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .xlarge-order-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .xlarge-order-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .xlarge-order-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .xlarge-up-1 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .xlarge-up-1 > .column, .xlarge-up-1 > .columns {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .xlarge-up-2 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .xlarge-up-2 > .column, .xlarge-up-2 > .columns {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .xlarge-up-3 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .xlarge-up-3 > .column, .xlarge-up-3 > .columns {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .xlarge-up-4 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .xlarge-up-4 > .column, .xlarge-up-4 > .columns {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .xlarge-up-5 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .xlarge-up-5 > .column, .xlarge-up-5 > .columns {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }
  .xlarge-up-6 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .xlarge-up-6 > .column, .xlarge-up-6 > .columns {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .xlarge-up-7 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .xlarge-up-7 > .column, .xlarge-up-7 > .columns {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 14.28571%;
            flex: 0 0 14.28571%;
    max-width: 14.28571%;
  }
  .xlarge-up-8 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .xlarge-up-8 > .column, .xlarge-up-8 > .columns {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 12.5%;
            flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}

@media screen and (min-width: 75em) and (min-width: 75em) {
  .xlarge-expand {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
  }
}

@media screen and (min-width: 75em) {
  .xlarge-flex-dir-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .xlarge-flex-dir-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .xlarge-flex-dir-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .xlarge-flex-dir-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .xlarge-flex-child-auto {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
  .xlarge-flex-child-grow {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
  }
  .xlarge-flex-child-shrink {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }
}

.row.xlarge-unstack > .column, .row.xlarge-unstack > .columns {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}

@media screen and (min-width: 75em) {
  .row.xlarge-unstack > .column, .row.xlarge-unstack > .columns {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
  }
}

@media screen and (min-width: 75em) {
  .xlarge-collapse > .column, .xlarge-collapse > .columns {
    padding-right: 0;
    padding-left: 0;
  }
  .xlarge-uncollapse > .column, .xlarge-uncollapse > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

@media screen and (min-width: 90em) {
  .xxlarge-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .xxlarge-offset-0 {
    margin-left: 0%;
  }
  .xxlarge-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .xxlarge-offset-1 {
    margin-left: 8.33333%;
  }
  .xxlarge-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .xxlarge-offset-2 {
    margin-left: 16.66667%;
  }
  .xxlarge-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .xxlarge-offset-3 {
    margin-left: 25%;
  }
  .xxlarge-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .xxlarge-offset-4 {
    margin-left: 33.33333%;
  }
  .xxlarge-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .xxlarge-offset-5 {
    margin-left: 41.66667%;
  }
  .xxlarge-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .xxlarge-offset-6 {
    margin-left: 50%;
  }
  .xxlarge-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .xxlarge-offset-7 {
    margin-left: 58.33333%;
  }
  .xxlarge-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .xxlarge-offset-8 {
    margin-left: 66.66667%;
  }
  .xxlarge-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .xxlarge-offset-9 {
    margin-left: 75%;
  }
  .xxlarge-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .xxlarge-offset-10 {
    margin-left: 83.33333%;
  }
  .xxlarge-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .xxlarge-offset-11 {
    margin-left: 91.66667%;
  }
  .xxlarge-order-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .xxlarge-order-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .xxlarge-order-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .xxlarge-order-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .xxlarge-order-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .xxlarge-order-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .xxlarge-up-1 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .xxlarge-up-1 > .column, .xxlarge-up-1 > .columns {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .xxlarge-up-2 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .xxlarge-up-2 > .column, .xxlarge-up-2 > .columns {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .xxlarge-up-3 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .xxlarge-up-3 > .column, .xxlarge-up-3 > .columns {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .xxlarge-up-4 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .xxlarge-up-4 > .column, .xxlarge-up-4 > .columns {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .xxlarge-up-5 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .xxlarge-up-5 > .column, .xxlarge-up-5 > .columns {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }
  .xxlarge-up-6 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .xxlarge-up-6 > .column, .xxlarge-up-6 > .columns {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .xxlarge-up-7 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .xxlarge-up-7 > .column, .xxlarge-up-7 > .columns {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 14.28571%;
            flex: 0 0 14.28571%;
    max-width: 14.28571%;
  }
  .xxlarge-up-8 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .xxlarge-up-8 > .column, .xxlarge-up-8 > .columns {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 12.5%;
            flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}

@media screen and (min-width: 90em) and (min-width: 90em) {
  .xxlarge-expand {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
  }
}

@media screen and (min-width: 90em) {
  .xxlarge-flex-dir-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .xxlarge-flex-dir-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .xxlarge-flex-dir-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .xxlarge-flex-dir-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .xxlarge-flex-child-auto {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
  .xxlarge-flex-child-grow {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
  }
  .xxlarge-flex-child-shrink {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }
}

.row.xxlarge-unstack > .column, .row.xxlarge-unstack > .columns {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}

@media screen and (min-width: 90em) {
  .row.xxlarge-unstack > .column, .row.xxlarge-unstack > .columns {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
  }
}

@media screen and (min-width: 90em) {
  .xxlarge-collapse > .column, .xxlarge-collapse > .columns {
    padding-right: 0;
    padding-left: 0;
  }
  .xxlarge-uncollapse > .column, .xxlarge-uncollapse > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

@media screen and (min-width: 120em) {
  .xxxlarge-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .xxxlarge-offset-0 {
    margin-left: 0%;
  }
  .xxxlarge-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .xxxlarge-offset-1 {
    margin-left: 8.33333%;
  }
  .xxxlarge-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .xxxlarge-offset-2 {
    margin-left: 16.66667%;
  }
  .xxxlarge-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .xxxlarge-offset-3 {
    margin-left: 25%;
  }
  .xxxlarge-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .xxxlarge-offset-4 {
    margin-left: 33.33333%;
  }
  .xxxlarge-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .xxxlarge-offset-5 {
    margin-left: 41.66667%;
  }
  .xxxlarge-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .xxxlarge-offset-6 {
    margin-left: 50%;
  }
  .xxxlarge-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .xxxlarge-offset-7 {
    margin-left: 58.33333%;
  }
  .xxxlarge-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .xxxlarge-offset-8 {
    margin-left: 66.66667%;
  }
  .xxxlarge-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .xxxlarge-offset-9 {
    margin-left: 75%;
  }
  .xxxlarge-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .xxxlarge-offset-10 {
    margin-left: 83.33333%;
  }
  .xxxlarge-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .xxxlarge-offset-11 {
    margin-left: 91.66667%;
  }
  .xxxlarge-order-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .xxxlarge-order-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .xxxlarge-order-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .xxxlarge-order-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .xxxlarge-order-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .xxxlarge-order-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .xxxlarge-up-1 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .xxxlarge-up-1 > .column, .xxxlarge-up-1 > .columns {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .xxxlarge-up-2 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .xxxlarge-up-2 > .column, .xxxlarge-up-2 > .columns {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .xxxlarge-up-3 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .xxxlarge-up-3 > .column, .xxxlarge-up-3 > .columns {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .xxxlarge-up-4 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .xxxlarge-up-4 > .column, .xxxlarge-up-4 > .columns {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .xxxlarge-up-5 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .xxxlarge-up-5 > .column, .xxxlarge-up-5 > .columns {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }
  .xxxlarge-up-6 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .xxxlarge-up-6 > .column, .xxxlarge-up-6 > .columns {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .xxxlarge-up-7 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .xxxlarge-up-7 > .column, .xxxlarge-up-7 > .columns {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 14.28571%;
            flex: 0 0 14.28571%;
    max-width: 14.28571%;
  }
  .xxxlarge-up-8 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .xxxlarge-up-8 > .column, .xxxlarge-up-8 > .columns {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 12.5%;
            flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}

@media screen and (min-width: 120em) and (min-width: 120em) {
  .xxxlarge-expand {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
  }
}

@media screen and (min-width: 120em) {
  .xxxlarge-flex-dir-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .xxxlarge-flex-dir-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .xxxlarge-flex-dir-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .xxxlarge-flex-dir-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .xxxlarge-flex-child-auto {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
  .xxxlarge-flex-child-grow {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
  }
  .xxxlarge-flex-child-shrink {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }
}

.row.xxxlarge-unstack > .column, .row.xxxlarge-unstack > .columns {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}

@media screen and (min-width: 120em) {
  .row.xxxlarge-unstack > .column, .row.xxxlarge-unstack > .columns {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
  }
}

@media screen and (min-width: 120em) {
  .xxxlarge-collapse > .column, .xxxlarge-collapse > .columns {
    padding-right: 0;
    padding-left: 0;
  }
  .xxxlarge-uncollapse > .column, .xxxlarge-uncollapse > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

.shrink {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  max-width: 100%;
}

.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;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

.small-order-1 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.small-order-2 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.small-order-3 {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.small-order-4 {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}

.small-order-5 {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}

.small-order-6 {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6;
}

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

@media print, screen and (min-width: 64em) {
  .large-order-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .large-order-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .large-order-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .large-order-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .large-order-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .large-order-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
}

@media screen and (min-width: 75em) {
  .xlarge-order-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .xlarge-order-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .xlarge-order-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .xlarge-order-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .xlarge-order-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .xlarge-order-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
}

@media screen and (min-width: 90em) {
  .xxlarge-order-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .xxlarge-order-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .xxlarge-order-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .xxlarge-order-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .xxlarge-order-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .xxlarge-order-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
}

@media screen and (min-width: 120em) {
  .xxxlarge-order-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .xxxlarge-order-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .xxxlarge-order-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .xxxlarge-order-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .xxxlarge-order-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .xxxlarge-order-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
}

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

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

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

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

small {
  font-size: 16px;
  line-height: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Roboto", Arial, sans-serif;
  font-style: normal;
  font-weight: bold;
  color: #004882;
  text-rendering: optimizeLegibility;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  line-height: 0;
  color: #004882;
}

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

h2 {
  font-size: 1.875rem;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 1.5rem;
}

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

h4 {
  font-size: 1.25rem;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 1.5rem;
}

h5 {
  font-size: 1rem;
  line-height: 1.5;
  margin-top: 0;
  margin-bottom: 1.5rem;
}

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

@media print, screen and (min-width: 40em) {
  h1 {
    font-size: 5rem;
    line-height: 1.125;
  }
  h2 {
    font-size: 3.5rem;
    line-height: 1.10714;
  }
  h3 {
    font-size: 2.25rem;
    line-height: 1.16667;
  }
  h4 {
    font-size: 1.5rem;
    line-height: 1.25;
  }
  h5 {
    font-size: 1rem;
    line-height: 1.4;
  }
  h6 {
    font-size: 1rem;
    line-height: 1.4;
  }
}

a {
  line-height: inherit;
  color: #004882;
  text-decoration: none;
  cursor: pointer;
}

a:hover, a:focus {
  color: #003e70;
}

a img {
  border: 0;
}

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

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

li {
  font-size: inherit;
}

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

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 #4c4c4c;
}

blockquote, blockquote p {
  line-height: 1.5;
  color: #364656;
}

cite {
  display: block;
  font-size: 0.8125rem;
  color: #364656;
}

cite:before {
  content: "— ";
}

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

figure {
  margin: 0;
}

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

kbd {
  margin: 0;
  padding: 0.125rem 0.25rem 0;
  background-color: #F5F5F5;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  color: #1D1D1D;
  border-radius: 0.1rem;
}

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

.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: 64em) {
  .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: 75em) {
  .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: 90em) {
  .xxlarge-text-left {
    text-align: left;
  }
  .xxlarge-text-right {
    text-align: right;
  }
  .xxlarge-text-center {
    text-align: center;
  }
  .xxlarge-text-justify {
    text-align: justify;
  }
}

@media screen and (min-width: 120em) {
  .xxxlarge-text-left {
    text-align: left;
  }
  .xxxlarge-text-right {
    text-align: right;
  }
  .xxxlarge-text-center {
    text-align: center;
  }
  .xxxlarge-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 #364656;
    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,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  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 #004882;
  border-radius: 0.1rem;
  background-color: #FFF;
  box-shadow: inset 0 1px 2px transparent;
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  color: #004882;
  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 #004882;
  background-color: #FFF;
  box-shadow: 0 0 5px transparent;
  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: #004882;
}

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

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

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

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

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: 0.875rem;
  font-weight: normal;
  line-height: 1.8;
  color: inherit;
}

label.middle {
  margin: 0 0 1rem;
  padding: 0.5625rem 0;
}

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

.input-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 1rem;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.input-group > :first-child {
  border-radius: 0.1rem 0 0 0.1rem;
}

.input-group > :last-child > * {
  border-radius: 0 0.1rem 0.1rem 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;
}

.input-group-label {
  padding: 0 1rem;
  border: 1px solid #4c4c4c;
  background: #F5F5F5;
  color: #1D1D1D;
  text-align: center;
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.input-group-label:first-child {
  border-right: 0;
}

.input-group-label:last-child {
  border-left: 0;
}

.input-group-field {
  border-radius: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0px;
  height: auto;
  min-width: 0;
}

.input-group-button {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.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;
}

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 #4c4c4c;
}

.fieldset legend {
  margin: 0;
  margin-left: -0.1875rem;
  padding: 0 0.1875rem;
  background: #FFF;
}

select {
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid #004882;
  border-radius: 0.1rem;
  background-color: #FFF;
  font-family: inherit;
  font-size: 1rem;
  line-height: normal;
  color: #004882;
  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%2854, 70, 86%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/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg==");
  }
}

select:focus {
  outline: none;
  border: 1px solid #004882;
  background-color: #FFF;
  box-shadow: 0 0 5px transparent;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}

select:disabled {
  background-color: #F5F5F5;
  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):-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: 1.11em 1.7em 1.06em;
  -webkit-appearance: none;
  border: 1px solid transparent;
  border-radius: 0.1rem;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  background-color: #004882;
  color: #FFF;
}

[data-whatinput='mouse'] .button {
  outline: 0;
}

.button:hover, .button:focus {
  background-color: #003d6f;
  color: #FFF;
}

.button.size-50 {
  font-size: 0.75rem;
}

.button.size-100 {
  font-size: 1rem;
}

.button.size-200 {
  font-size: 1.25rem;
}

.button.expanded {
  display: block;
  width: 100%;
  margin-right: 0;
  margin-left: 0;
}

.button.primary {
  background-color: #004882;
  color: #FFF;
}

.button.primary:hover, .button.primary:focus {
  background-color: #003a68;
  color: #FFF;
}

.button.secondary {
  background-color: #FBF284;
  color: #1D1D1D;
}

.button.secondary:hover, .button.secondary:focus {
  background-color: #f9ea3a;
  color: #1D1D1D;
}

.button.button-yellow {
  background-color: #FFF7CF;
  color: #1D1D1D;
}

.button.button-yellow:hover, .button.button-yellow:focus {
  background-color: #ffe873;
  color: #1D1D1D;
}

.button.success {
  background-color: #3adb76;
  color: #1D1D1D;
}

.button.success:hover, .button.success:focus {
  background-color: #22bb5b;
  color: #1D1D1D;
}

.button.warning {
  background-color: #ffae00;
  color: #1D1D1D;
}

.button.warning:hover, .button.warning:focus {
  background-color: #cc8b00;
  color: #1D1D1D;
}

.button.alert {
  background-color: #cc4b37;
  color: #FFF;
}

.button.alert:hover, .button.alert:focus {
  background-color: #a53b2a;
  color: #FFF;
}

.button.light-white {
  background-color: #F5F5F5;
  color: #1D1D1D;
}

.button.light-white:hover, .button.light-white:focus {
  background-color: #c4c4c4;
  color: #1D1D1D;
}

.button.fresh-lemon {
  background-color: #FBF284;
  color: #1D1D1D;
}

.button.fresh-lemon:hover, .button.fresh-lemon:focus {
  background-color: #f9ea3a;
  color: #1D1D1D;
}

.button.brand-yellow {
  background-color: #FFDD10;
  color: #1D1D1D;
}

.button.brand-yellow:hover, .button.brand-yellow:focus {
  background-color: #d9ba00;
  color: #1D1D1D;
}

.button.brand-blue {
  background-color: #004882;
  color: #FFF;
}

.button.brand-blue:hover, .button.brand-blue:focus {
  background-color: #003a68;
  color: #FFF;
}

.button.brand-white {
  background-color: #FFF;
  color: #1D1D1D;
}

.button.brand-white:hover, .button.brand-white:focus {
  background-color: #cccccc;
  color: #1D1D1D;
}

.button.anthrazit {
  background-color: #364656;
  color: #FFF;
}

.button.anthrazit:hover, .button.anthrazit:focus {
  background-color: #2b3845;
  color: #FFF;
}

.button.brand-grey {
  background-color: #B1B3B4;
  color: #1D1D1D;
}

.button.brand-grey:hover, .button.brand-grey:focus {
  background-color: #8d9091;
  color: #1D1D1D;
}

.button.hollow {
  border: 1px solid #004882;
  color: #004882;
}

.button.hollow, .button.hollow:hover, .button.hollow:focus {
  background-color: transparent;
}

.button.hollow:hover, .button.hollow:focus {
  border-color: #002441;
  color: #002441;
}

.button.hollow.primary {
  border: 1px solid #004882;
  color: #004882;
}

.button.hollow.primary:hover, .button.hollow.primary:focus {
  border-color: #002441;
  color: #002441;
}

.button.hollow.secondary {
  border: 1px solid #FBF284;
  color: #FBF284;
}

.button.hollow.secondary:hover, .button.hollow.secondary:focus {
  border-color: #b9ac06;
  color: #b9ac06;
}

.button.hollow.button-yellow {
  border: 1px solid #FFF7CF;
  color: #FFF7CF;
}

.button.hollow.button-yellow:hover, .button.hollow.button-yellow:focus {
  border-color: #e7c100;
  color: #e7c100;
}

.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.hollow.light-white {
  border: 1px solid #F5F5F5;
  color: #F5F5F5;
}

.button.hollow.light-white:hover, .button.hollow.light-white:focus {
  border-color: #7b7b7b;
  color: #7b7b7b;
}

.button.hollow.fresh-lemon {
  border: 1px solid #FBF284;
  color: #FBF284;
}

.button.hollow.fresh-lemon:hover, .button.hollow.fresh-lemon:focus {
  border-color: #b9ac06;
  color: #b9ac06;
}

.button.hollow.brand-yellow {
  border: 1px solid #FFDD10;
  color: #FFDD10;
}

.button.hollow.brand-yellow:hover, .button.hollow.brand-yellow:focus {
  border-color: #887400;
  color: #887400;
}

.button.hollow.brand-blue {
  border: 1px solid #004882;
  color: #004882;
}

.button.hollow.brand-blue:hover, .button.hollow.brand-blue:focus {
  border-color: #002441;
  color: #002441;
}

.button.hollow.brand-white {
  border: 1px solid #FFF;
  color: #FFF;
}

.button.hollow.brand-white:hover, .button.hollow.brand-white:focus {
  border-color: gray;
  color: gray;
}

.button.hollow.anthrazit {
  border: 1px solid #364656;
  color: #364656;
}

.button.hollow.anthrazit:hover, .button.hollow.anthrazit:focus {
  border-color: #1b232b;
  color: #1b232b;
}

.button.hollow.brand-grey {
  border: 1px solid #B1B3B4;
  color: #B1B3B4;
}

.button.hollow.brand-grey:hover, .button.hollow.brand-grey:focus {
  border-color: #585a5b;
  color: #585a5b;
}

.button.disabled, .button[disabled] {
  opacity: 0.25;
  cursor: not-allowed;
}

.button.disabled, .button.disabled:hover, .button.disabled:focus, .button[disabled], .button[disabled]:hover, .button[disabled]:focus {
  background-color: #004882;
  color: #FFF;
}

.button.disabled.primary, .button[disabled].primary {
  opacity: 0.25;
  cursor: not-allowed;
}

.button.disabled.primary, .button.disabled.primary:hover, .button.disabled.primary:focus, .button[disabled].primary, .button[disabled].primary:hover, .button[disabled].primary:focus {
  background-color: #004882;
  color: #FFF;
}

.button.disabled.secondary, .button[disabled].secondary {
  opacity: 0.25;
  cursor: not-allowed;
}

.button.disabled.secondary, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
  background-color: #FBF284;
  color: #1D1D1D;
}

.button.disabled.button-yellow, .button[disabled].button-yellow {
  opacity: 0.25;
  cursor: not-allowed;
}

.button.disabled.button-yellow, .button.disabled.button-yellow:hover, .button.disabled.button-yellow:focus, .button[disabled].button-yellow, .button[disabled].button-yellow:hover, .button[disabled].button-yellow:focus {
  background-color: #FFF7CF;
  color: #1D1D1D;
}

.button.disabled.success, .button[disabled].success {
  opacity: 0.25;
  cursor: not-allowed;
}

.button.disabled.success, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success, .button[disabled].success:hover, .button[disabled].success:focus {
  background-color: #3adb76;
  color: #1D1D1D;
}

.button.disabled.warning, .button[disabled].warning {
  opacity: 0.25;
  cursor: not-allowed;
}

.button.disabled.warning, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning, .button[disabled].warning:hover, .button[disabled].warning:focus {
  background-color: #ffae00;
  color: #1D1D1D;
}

.button.disabled.alert, .button[disabled].alert {
  opacity: 0.25;
  cursor: not-allowed;
}

.button.disabled.alert, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert, .button[disabled].alert:hover, .button[disabled].alert:focus {
  background-color: #cc4b37;
  color: #FFF;
}

.button.disabled.light-white, .button[disabled].light-white {
  opacity: 0.25;
  cursor: not-allowed;
}

.button.disabled.light-white, .button.disabled.light-white:hover, .button.disabled.light-white:focus, .button[disabled].light-white, .button[disabled].light-white:hover, .button[disabled].light-white:focus {
  background-color: #F5F5F5;
  color: #1D1D1D;
}

.button.disabled.fresh-lemon, .button[disabled].fresh-lemon {
  opacity: 0.25;
  cursor: not-allowed;
}

.button.disabled.fresh-lemon, .button.disabled.fresh-lemon:hover, .button.disabled.fresh-lemon:focus, .button[disabled].fresh-lemon, .button[disabled].fresh-lemon:hover, .button[disabled].fresh-lemon:focus {
  background-color: #FBF284;
  color: #1D1D1D;
}

.button.disabled.brand-yellow, .button[disabled].brand-yellow {
  opacity: 0.25;
  cursor: not-allowed;
}

.button.disabled.brand-yellow, .button.disabled.brand-yellow:hover, .button.disabled.brand-yellow:focus, .button[disabled].brand-yellow, .button[disabled].brand-yellow:hover, .button[disabled].brand-yellow:focus {
  background-color: #FFDD10;
  color: #1D1D1D;
}

.button.disabled.brand-blue, .button[disabled].brand-blue {
  opacity: 0.25;
  cursor: not-allowed;
}

.button.disabled.brand-blue, .button.disabled.brand-blue:hover, .button.disabled.brand-blue:focus, .button[disabled].brand-blue, .button[disabled].brand-blue:hover, .button[disabled].brand-blue:focus {
  background-color: #004882;
  color: #FFF;
}

.button.disabled.brand-white, .button[disabled].brand-white {
  opacity: 0.25;
  cursor: not-allowed;
}

.button.disabled.brand-white, .button.disabled.brand-white:hover, .button.disabled.brand-white:focus, .button[disabled].brand-white, .button[disabled].brand-white:hover, .button[disabled].brand-white:focus {
  background-color: #FFF;
  color: #1D1D1D;
}

.button.disabled.anthrazit, .button[disabled].anthrazit {
  opacity: 0.25;
  cursor: not-allowed;
}

.button.disabled.anthrazit, .button.disabled.anthrazit:hover, .button.disabled.anthrazit:focus, .button[disabled].anthrazit, .button[disabled].anthrazit:hover, .button[disabled].anthrazit:focus {
  background-color: #364656;
  color: #FFF;
}

.button.disabled.brand-grey, .button[disabled].brand-grey {
  opacity: 0.25;
  cursor: not-allowed;
}

.button.disabled.brand-grey, .button.disabled.brand-grey:hover, .button.disabled.brand-grey:focus, .button[disabled].brand-grey, .button[disabled].brand-grey:hover, .button[disabled].brand-grey:focus {
  background-color: #B1B3B4;
  color: #1D1D1D;
}

.button.dropdown::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.4em;
  content: '';
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #FFF transparent transparent;
  position: relative;
  top: 0.4em;
  display: inline-block;
  float: right;
  margin-left: 1.7em;
}

.button.arrow-only::after {
  top: -0.1em;
  float: none;
  margin-left: 0;
}

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

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

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

.accordion-title {
  position: relative;
  display: block;
  padding: 1.25rem 1rem;
  border: 1px solid #F5F5F5;
  border-bottom: 0;
  font-size: 0.75rem;
  line-height: 1;
  color: #004882;
}

:last-child:not(.is-active) > .accordion-title {
  border-bottom: 1px solid #F5F5F5;
  border-radius: 0 0 0.1rem 0.1rem;
}

.accordion-title:hover, .accordion-title:focus {
  background-color: #F5F5F5;
}

.accordion-title::before {
  position: absolute;
  top: 50%;
  right: 1rem;
  margin-top: -0.5rem;
  content: '+';
}

.is-active > .accordion-title::before {
  content: '\2013';
}

.accordion-content {
  display: none;
  padding: 1rem;
  border: 1px solid #F5F5F5;
  border-bottom: 0;
  background-color: #FFF;
  color: #004882;
}

:last-child > .accordion-content:last-child {
  border-bottom: 1px solid #F5F5F5;
}

.is-accordion-submenu-parent > a {
  position: relative;
}

.is-accordion-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #004882 transparent transparent;
  position: absolute;
  top: 50%;
  margin-top: -3px;
  right: 1rem;
}

.is-accordion-submenu-parent[aria-expanded='true'] > a::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
}

.badge {
  display: inline-block;
  min-width: 2.1em;
  padding: 0.3em;
  border-radius: 50%;
  font-size: 0.6rem;
  text-align: center;
  background: #004882;
  color: #FFF;
}

.badge.primary {
  background: #004882;
  color: #FFF;
}

.badge.secondary {
  background: #FBF284;
  color: #1D1D1D;
}

.badge.button-yellow {
  background: #FFF7CF;
  color: #1D1D1D;
}

.badge.success {
  background: #3adb76;
  color: #1D1D1D;
}

.badge.warning {
  background: #ffae00;
  color: #1D1D1D;
}

.badge.alert {
  background: #cc4b37;
  color: #FFF;
}

.badge.light-white {
  background: #F5F5F5;
  color: #1D1D1D;
}

.badge.fresh-lemon {
  background: #FBF284;
  color: #1D1D1D;
}

.badge.brand-yellow {
  background: #FFDD10;
  color: #1D1D1D;
}

.badge.brand-blue {
  background: #004882;
  color: #FFF;
}

.badge.brand-white {
  background: #FFF;
  color: #1D1D1D;
}

.badge.anthrazit {
  background: #364656;
  color: #FFF;
}

.badge.brand-grey {
  background: #B1B3B4;
  color: #1D1D1D;
}

.breadcrumbs {
  margin: 0 0 1rem 0;
  list-style: none;
}

.breadcrumbs::before, .breadcrumbs::after {
  display: table;
  content: ' ';
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.breadcrumbs::after {
  clear: both;
}

.breadcrumbs li {
  float: left;
  font-size: 0.6875rem;
  color: #1D1D1D;
  cursor: default;
  text-transform: uppercase;
}

.breadcrumbs li:not(:last-child)::after {
  position: relative;
  top: 1px;
  margin: 0 0.75rem;
  opacity: 1;
  content: "/";
  color: #4c4c4c;
}

.breadcrumbs a {
  color: #004882;
}

.breadcrumbs a:hover {
  text-decoration: underline;
}

.breadcrumbs .disabled {
  color: #4c4c4c;
  cursor: not-allowed;
}

.button-group {
  margin-bottom: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.button-group::before, .button-group::after {
  display: table;
  content: ' ';
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.button-group::after {
  clear: both;
}

.button-group .button {
  margin: 0;
  margin-right: 1px;
  margin-bottom: 1px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.button-group .button:last-child {
  margin-right: 0;
}

.button-group.size-50 .button {
  font-size: 0.75rem;
}

.button-group.size-100 .button {
  font-size: 1rem;
}

.button-group.size-200 .button {
  font-size: 1.25rem;
}

.button-group.expanded .button {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0px;
}

.button-group.primary .button {
  background-color: #004882;
  color: #FFF;
}

.button-group.primary .button:hover, .button-group.primary .button:focus {
  background-color: #003a68;
  color: #FFF;
}

.button-group.secondary .button {
  background-color: #FBF284;
  color: #1D1D1D;
}

.button-group.secondary .button:hover, .button-group.secondary .button:focus {
  background-color: #f9ea3a;
  color: #1D1D1D;
}

.button-group.button-yellow .button {
  background-color: #FFF7CF;
  color: #1D1D1D;
}

.button-group.button-yellow .button:hover, .button-group.button-yellow .button:focus {
  background-color: #ffe873;
  color: #1D1D1D;
}

.button-group.success .button {
  background-color: #3adb76;
  color: #1D1D1D;
}

.button-group.success .button:hover, .button-group.success .button:focus {
  background-color: #22bb5b;
  color: #1D1D1D;
}

.button-group.warning .button {
  background-color: #ffae00;
  color: #1D1D1D;
}

.button-group.warning .button:hover, .button-group.warning .button:focus {
  background-color: #cc8b00;
  color: #1D1D1D;
}

.button-group.alert .button {
  background-color: #cc4b37;
  color: #FFF;
}

.button-group.alert .button:hover, .button-group.alert .button:focus {
  background-color: #a53b2a;
  color: #FFF;
}

.button-group.light-white .button {
  background-color: #F5F5F5;
  color: #1D1D1D;
}

.button-group.light-white .button:hover, .button-group.light-white .button:focus {
  background-color: #c4c4c4;
  color: #1D1D1D;
}

.button-group.fresh-lemon .button {
  background-color: #FBF284;
  color: #1D1D1D;
}

.button-group.fresh-lemon .button:hover, .button-group.fresh-lemon .button:focus {
  background-color: #f9ea3a;
  color: #1D1D1D;
}

.button-group.brand-yellow .button {
  background-color: #FFDD10;
  color: #1D1D1D;
}

.button-group.brand-yellow .button:hover, .button-group.brand-yellow .button:focus {
  background-color: #d9ba00;
  color: #1D1D1D;
}

.button-group.brand-blue .button {
  background-color: #004882;
  color: #FFF;
}

.button-group.brand-blue .button:hover, .button-group.brand-blue .button:focus {
  background-color: #003a68;
  color: #FFF;
}

.button-group.brand-white .button {
  background-color: #FFF;
  color: #1D1D1D;
}

.button-group.brand-white .button:hover, .button-group.brand-white .button:focus {
  background-color: #cccccc;
  color: #1D1D1D;
}

.button-group.anthrazit .button {
  background-color: #364656;
  color: #FFF;
}

.button-group.anthrazit .button:hover, .button-group.anthrazit .button:focus {
  background-color: #2b3845;
  color: #FFF;
}

.button-group.brand-grey .button {
  background-color: #B1B3B4;
  color: #1D1D1D;
}

.button-group.brand-grey .button:hover, .button-group.brand-grey .button:focus {
  background-color: #8d9091;
  color: #1D1D1D;
}

.button-group.stacked, .button-group.stacked-for-small, .button-group.stacked-for-medium {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.button-group.stacked .button, .button-group.stacked-for-small .button, .button-group.stacked-for-medium .button {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}

.button-group.stacked .button:last-child, .button-group.stacked-for-small .button:last-child, .button-group.stacked-for-medium .button:last-child {
  margin-bottom: 0;
}

@media print, screen and (min-width: 40em) {
  .button-group.stacked-for-small .button {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
    margin-bottom: 0;
  }
}

@media print, screen and (min-width: 64em) {
  .button-group.stacked-for-medium .button {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
    margin-bottom: 0;
  }
}

@media screen and (max-width: 39.9375em) {
  .button-group.stacked-for-small.expanded {
    display: block;
  }
  .button-group.stacked-for-small.expanded .button {
    display: block;
    margin-right: 0;
  }
}

.callout {
  position: relative;
  margin: 0 0 1rem 0;
  padding: 1rem;
  border: 1px solid rgba(0, 72, 130, 0.25);
  border-radius: 0.1rem;
  background-color: white;
  color: #004882;
}

.callout > :first-child {
  margin-top: 0;
}

.callout > :last-child {
  margin-bottom: 0;
}

.callout.primary {
  background-color: #c6e6ff;
  color: #004882;
}

.callout.secondary {
  background-color: #fefded;
  color: #004882;
}

.callout.button-yellow {
  background-color: #fffef8;
  color: #004882;
}

.callout.success {
  background-color: #e1faea;
  color: #004882;
}

.callout.warning {
  background-color: #fff3d9;
  color: #004882;
}

.callout.alert {
  background-color: #f7e4e1;
  color: #004882;
}

.callout.light-white {
  background-color: #fefefe;
  color: #004882;
}

.callout.fresh-lemon {
  background-color: #fefded;
  color: #004882;
}

.callout.brand-yellow {
  background-color: #fffadb;
  color: #004882;
}

.callout.brand-blue {
  background-color: #c6e6ff;
  color: #004882;
}

.callout.brand-white {
  background-color: white;
  color: #004882;
}

.callout.anthrazit {
  background-color: #dde3ea;
  color: #004882;
}

.callout.brand-grey {
  background-color: #f3f4f4;
  color: #004882;
}

.callout.small {
  padding-top: 0.5rem;
  padding-right: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.5rem;
}

.callout.large {
  padding-top: 3rem;
  padding-right: 3rem;
  padding-bottom: 3rem;
  padding-left: 3rem;
}

.card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 1rem;
  border: 1px solid #F5F5F5;
  border-radius: 0.1rem;
  background: #FFF;
  box-shadow: none;
  overflow: hidden;
  color: #004882;
}

.card > :last-child {
  margin-bottom: 0;
}

.card-divider {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  padding: 1rem;
  background: #F5F5F5;
}

.card-divider > :last-child {
  margin-bottom: 0;
}

.card-section {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  padding: 1rem;
}

.card-section > :last-child {
  margin-bottom: 0;
}

.close-button {
  position: absolute;
  color: #364656;
  cursor: pointer;
}

[data-whatinput='mouse'] .close-button {
  outline: 0;
}

.close-button:hover, .close-button:focus {
  color: #1D1D1D;
}

.close-button.small {
  right: 0.66rem;
  top: 0.33em;
  font-size: 1.5em;
  line-height: 1;
}

.close-button, .close-button.medium {
  right: 1rem;
  top: 0.5rem;
  font-size: 2em;
  line-height: 1;
}

.menu {
  margin: 0;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

.menu > li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

[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 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.menu > li > a {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
}

.menu > li > a img,
.menu > li > a i,
.menu > li > a svg {
  margin-right: 0.25rem;
}

.menu, .menu.horizontal {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.menu > li, .menu.horizontal > li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.menu.expanded > li {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0px;
}

.menu.expanded > li:first-child:last-child {
  width: 100%;
}

.menu.vertical {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.menu.vertical > li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

.menu.vertical > li > a {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media print, screen and (min-width: 40em) {
  .menu.medium-horizontal {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .menu.medium-horizontal > li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .menu.medium-expanded > li {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
  }
  .menu.medium-expanded > li:first-child:last-child {
    width: 100%;
  }
  .menu.medium-vertical {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .menu.medium-vertical > li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .menu.medium-vertical > li > a {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

@media print, screen and (min-width: 64em) {
  .menu.large-horizontal {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .menu.large-horizontal > li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .menu.large-expanded > li {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
  }
  .menu.large-expanded > li:first-child:last-child {
    width: 100%;
  }
  .menu.large-vertical {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .menu.large-vertical > li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .menu.large-vertical > li > a {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

@media screen and (min-width: 75em) {
  .menu.xlarge-horizontal {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .menu.xlarge-horizontal > li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .menu.xlarge-expanded > li {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
  }
  .menu.xlarge-expanded > li:first-child:last-child {
    width: 100%;
  }
  .menu.xlarge-vertical {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .menu.xlarge-vertical > li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .menu.xlarge-vertical > li > a {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

@media screen and (min-width: 90em) {
  .menu.xxlarge-horizontal {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .menu.xxlarge-horizontal > li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .menu.xxlarge-expanded > li {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
  }
  .menu.xxlarge-expanded > li:first-child:last-child {
    width: 100%;
  }
  .menu.xxlarge-vertical {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .menu.xxlarge-vertical > li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .menu.xxlarge-vertical > li > a {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

@media screen and (min-width: 120em) {
  .menu.xxxlarge-horizontal {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .menu.xxxlarge-horizontal > li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .menu.xxxlarge-expanded > li {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
  }
  .menu.xxxlarge-expanded > li:first-child:last-child {
    width: 100%;
  }
  .menu.xxxlarge-vertical {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .menu.xxxlarge-vertical > li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .menu.xxxlarge-vertical > li > a {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.menu.simple li {
  display: inline-block;
  vertical-align: top;
  line-height: 1;
}

.menu.simple a {
  padding: 0;
}

.menu.simple li {
  margin-left: 0;
  margin-right: 1rem;
}

.menu.simple.align-right li {
  margin-right: 0;
  margin-left: 1rem;
}

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

.menu.icon-top > li > a {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
}

.menu.icon-top > li > a img,
.menu.icon-top > li > a i,
.menu.icon-top > li > a svg {
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  margin-bottom: 0.25rem;
  text-align: center;
}

.menu.icon-top.vertical a > span {
  margin: auto;
}

.menu.nested {
  margin-left: 1rem;
}

.menu .active > a {
  background: #004882;
  color: #FFF;
}

.menu.menu-bordered li {
  border: 1px solid none;
}

.menu.menu-bordered li:not(:first-child) {
  border-top: 0;
}

.menu.menu-hover li:hover {
  background-color: #F5F5F5;
}

.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;
  vertical-align: top;
}

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

.menu-icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 16px;
  cursor: pointer;
}

.menu-icon::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background: #004882;
  box-shadow: 0 7px 0 #004882, 0 14px 0 #004882;
  content: '';
}

.menu-icon:hover::after {
  background: #004882;
  box-shadow: 0 7px 0 #004882, 0 14px 0 #004882;
}

.menu-icon.dark {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 16px;
  cursor: pointer;
}

.menu-icon.dark::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background: #1D1D1D;
  box-shadow: 0 7px 0 #1D1D1D, 0 14px 0 #1D1D1D;
  content: '';
}

.menu-icon.dark:hover::after {
  background: #364656;
  box-shadow: 0 7px 0 #364656, 0 14px 0 #364656;
}

.is-drilldown {
  position: relative;
  overflow: hidden;
}

.is-drilldown li {
  display: block;
}

.is-drilldown.animate-height {
  transition: height 0.5s;
}

.is-drilldown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: -1;
  width: 100%;
  background: #004882;
  transition: -webkit-transform 0.15s linear;
  transition: transform 0.15s linear;
  transition: transform 0.15s linear, -webkit-transform 0.15s linear;
}

.is-drilldown-submenu.is-active {
  z-index: 1;
  display: block;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}

.is-drilldown-submenu.is-closing {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}

.drilldown-submenu-cover-previous {
  min-height: 100%;
}

.dropdown-pane {
  position: absolute;
  z-index: 10;
  display: block;
  width: 300px;
  padding: 1rem;
  visibility: hidden;
  border: 1px solid #4c4c4c;
  border-radius: 0.1rem;
  background-color: #FFF;
  font-size: 1rem;
}

.dropdown-pane.is-open {
  visibility: visible;
}

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

.dropdown-pane.small {
  width: 200px;
}

.dropdown-pane.large {
  width: 400px;
}

.dropdown.menu > li.opens-left > .is-dropdown-submenu {
  top: 100%;
  right: 0;
  left: auto;
}

.dropdown.menu > li.opens-right > .is-dropdown-submenu {
  top: 100%;
  right: auto;
  left: 0;
}

.dropdown.menu > li.is-dropdown-submenu-parent > a {
  position: relative;
  padding-right: 1.5rem;
}

.dropdown.menu > li.is-dropdown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #004882 transparent transparent;
  right: 5px;
  margin-top: -3px;
}

[data-whatinput='mouse'] .dropdown.menu a {
  outline: 0;
}

.no-js .dropdown.menu ul {
  display: none;
}

.dropdown.menu.vertical > li .is-dropdown-submenu {
  top: 0;
}

.dropdown.menu.vertical > li.opens-left > .is-dropdown-submenu {
  right: 100%;
  left: auto;
}

.dropdown.menu.vertical > li.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 100%;
}

.dropdown.menu.vertical > li > a::after {
  right: 14px;
}

.dropdown.menu.vertical > li.opens-left > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #004882 transparent transparent;
}

.dropdown.menu.vertical > li.opens-right > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #004882;
}

@media print, screen and (min-width: 40em) {
  .dropdown.menu.medium-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto;
  }
  .dropdown.menu.medium-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0;
  }
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem;
  }
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #004882 transparent transparent;
    right: 5px;
    margin-top: -3px;
  }
  .dropdown.menu.medium-vertical > li .is-dropdown-submenu {
    top: 0;
  }
  .dropdown.menu.medium-vertical > li.opens-left > .is-dropdown-submenu {
    right: 100%;
    left: auto;
  }
  .dropdown.menu.medium-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }
  .dropdown.menu.medium-vertical > li > a::after {
    right: 14px;
  }
  .dropdown.menu.medium-vertical > li.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #004882 transparent transparent;
  }
  .dropdown.menu.medium-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #004882;
  }
}

@media print, screen and (min-width: 64em) {
  .dropdown.menu.large-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto;
  }
  .dropdown.menu.large-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0;
  }
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem;
  }
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #004882 transparent transparent;
    right: 5px;
    margin-top: -3px;
  }
  .dropdown.menu.large-vertical > li .is-dropdown-submenu {
    top: 0;
  }
  .dropdown.menu.large-vertical > li.opens-left > .is-dropdown-submenu {
    right: 100%;
    left: auto;
  }
  .dropdown.menu.large-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }
  .dropdown.menu.large-vertical > li > a::after {
    right: 14px;
  }
  .dropdown.menu.large-vertical > li.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #004882 transparent transparent;
  }
  .dropdown.menu.large-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #004882;
  }
}

@media screen and (min-width: 75em) {
  .dropdown.menu.xlarge-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto;
  }
  .dropdown.menu.xlarge-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0;
  }
  .dropdown.menu.xlarge-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem;
  }
  .dropdown.menu.xlarge-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #004882 transparent transparent;
    right: 5px;
    margin-top: -3px;
  }
  .dropdown.menu.xlarge-vertical > li .is-dropdown-submenu {
    top: 0;
  }
  .dropdown.menu.xlarge-vertical > li.opens-left > .is-dropdown-submenu {
    right: 100%;
    left: auto;
  }
  .dropdown.menu.xlarge-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }
  .dropdown.menu.xlarge-vertical > li > a::after {
    right: 14px;
  }
  .dropdown.menu.xlarge-vertical > li.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #004882 transparent transparent;
  }
  .dropdown.menu.xlarge-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #004882;
  }
}

@media screen and (min-width: 90em) {
  .dropdown.menu.xxlarge-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto;
  }
  .dropdown.menu.xxlarge-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0;
  }
  .dropdown.menu.xxlarge-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem;
  }
  .dropdown.menu.xxlarge-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #004882 transparent transparent;
    right: 5px;
    margin-top: -3px;
  }
  .dropdown.menu.xxlarge-vertical > li .is-dropdown-submenu {
    top: 0;
  }
  .dropdown.menu.xxlarge-vertical > li.opens-left > .is-dropdown-submenu {
    right: 100%;
    left: auto;
  }
  .dropdown.menu.xxlarge-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }
  .dropdown.menu.xxlarge-vertical > li > a::after {
    right: 14px;
  }
  .dropdown.menu.xxlarge-vertical > li.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #004882 transparent transparent;
  }
  .dropdown.menu.xxlarge-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #004882;
  }
}

@media screen and (min-width: 120em) {
  .dropdown.menu.xxxlarge-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto;
  }
  .dropdown.menu.xxxlarge-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0;
  }
  .dropdown.menu.xxxlarge-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem;
  }
  .dropdown.menu.xxxlarge-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #004882 transparent transparent;
    right: 5px;
    margin-top: -3px;
  }
  .dropdown.menu.xxxlarge-vertical > li .is-dropdown-submenu {
    top: 0;
  }
  .dropdown.menu.xxxlarge-vertical > li.opens-left > .is-dropdown-submenu {
    right: 100%;
    left: auto;
  }
  .dropdown.menu.xxxlarge-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }
  .dropdown.menu.xxxlarge-vertical > li > a::after {
    right: 14px;
  }
  .dropdown.menu.xxxlarge-vertical > li.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #004882 transparent transparent;
  }
  .dropdown.menu.xxxlarge-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #004882;
  }
}

.dropdown.menu.align-right .is-dropdown-submenu.first-sub {
  top: 100%;
  right: 0;
  left: auto;
}

.is-dropdown-menu.vertical {
  width: 100px;
}

.is-dropdown-menu.vertical.align-right {
  float: right;
}

.is-dropdown-submenu-parent {
  position: relative;
}

.is-dropdown-submenu-parent a::after {
  position: absolute;
  top: 50%;
  right: 5px;
  margin-top: -6px;
}

.is-dropdown-submenu-parent.opens-inner > .is-dropdown-submenu {
  top: 100%;
  left: auto;
}

.is-dropdown-submenu-parent.opens-left > .is-dropdown-submenu {
  right: 100%;
  left: auto;
}

.is-dropdown-submenu-parent.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 100%;
}

.is-dropdown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 1;
  display: none;
  min-width: 200px;
  border: none;
  background: #004882;
}

.is-dropdown-submenu .is-dropdown-submenu-parent > a::after {
  right: 14px;
}

.is-dropdown-submenu .is-dropdown-submenu-parent.opens-left > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #004882 transparent transparent;
}

.is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #004882;
}

.is-dropdown-submenu > li {
  width: 100%;
}

.is-dropdown-submenu.js-dropdown-active {
  display: block;
}

.responsive-embed,
.flex-video {
  position: relative;
  height: 0;
  margin-bottom: 1rem;
  padding-bottom: 75%;
  overflow: hidden;
}

.responsive-embed iframe,
.responsive-embed object,
.responsive-embed embed,
.responsive-embed video,
.flex-video iframe,
.flex-video object,
.flex-video embed,
.flex-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.responsive-embed.widescreen,
.flex-video.widescreen {
  padding-bottom: 56.25%;
}

.label {
  display: inline-block;
  padding: 0.33333rem 0.5rem;
  border-radius: 0.1rem;
  font-size: 0.8rem;
  line-height: 1;
  white-space: nowrap;
  cursor: default;
  background: #004882;
  color: #FFF;
}

.label.primary {
  background: #004882;
  color: #FFF;
}

.label.secondary {
  background: #FBF284;
  color: #1D1D1D;
}

.label.button-yellow {
  background: #FFF7CF;
  color: #1D1D1D;
}

.label.success {
  background: #3adb76;
  color: #1D1D1D;
}

.label.warning {
  background: #ffae00;
  color: #1D1D1D;
}

.label.alert {
  background: #cc4b37;
  color: #FFF;
}

.label.light-white {
  background: #F5F5F5;
  color: #1D1D1D;
}

.label.fresh-lemon {
  background: #FBF284;
  color: #1D1D1D;
}

.label.brand-yellow {
  background: #FFDD10;
  color: #1D1D1D;
}

.label.brand-blue {
  background: #004882;
  color: #FFF;
}

.label.brand-white {
  background: #FFF;
  color: #1D1D1D;
}

.label.anthrazit {
  background: #364656;
  color: #FFF;
}

.label.brand-grey {
  background: #B1B3B4;
  color: #1D1D1D;
}

.media-object {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1rem;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.media-object img {
  max-width: none;
}

@media screen and (max-width: 39.9375em) {
  .media-object.stack-for-small {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media screen and (max-width: 39.9375em) {
  .media-object.stack-for-small .media-object-section {
    padding: 0;
    padding-bottom: 1rem;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
  }
  .media-object.stack-for-small .media-object-section img {
    width: 100%;
  }
}

.media-object-section {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}

.media-object-section:first-child {
  padding-right: 1rem;
}

.media-object-section:last-child:not(:nth-child(2)) {
  padding-left: 1rem;
}

.media-object-section > :last-child {
  margin-bottom: 0;
}

.media-object-section.main-section {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0px;
}

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

.js-off-canvas-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  background: rgba(255, 255, 255, 0.7);
  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: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  background: #004882;
}

[data-whatinput='mouse'] .off-canvas {
  outline: 0;
}

.off-canvas.is-transition-overlap {
  z-index: 10;
}

.off-canvas.is-transition-overlap.is-open {
  box-shadow: none;
}

.off-canvas.is-open {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.off-canvas-absolute {
  position: absolute;
  z-index: 1;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  background: #004882;
}

[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: none;
}

.off-canvas-absolute.is-open {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.position-left {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  overflow-y: auto;
}

.position-left.is-open ~ .off-canvas-content {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}

.position-left.is-transition-push::after {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 1px;
  box-shadow: none;
  content: " ";
}

.position-left.is-transition-overlap.is-open ~ .off-canvas-content {
  -webkit-transform: none;
          transform: none;
}

.position-right {
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  overflow-y: auto;
}

.position-right.is-open ~ .off-canvas-content {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}

.position-right.is-transition-push::after {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 1px;
  box-shadow: none;
  content: " ";
}

.position-right.is-transition-overlap.is-open ~ .off-canvas-content {
  -webkit-transform: none;
          transform: none;
}

.position-top {
  top: 0;
  left: 0;
  width: 100%;
  height: 64vh;
  -webkit-transform: translateY(-64vh);
          transform: translateY(-64vh);
  overflow-x: auto;
}

.position-top.is-open ~ .off-canvas-content {
  -webkit-transform: translateY(64vh);
          transform: translateY(64vh);
}

.position-top.is-transition-push::after {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 100%;
  box-shadow: none;
  content: " ";
}

.position-top.is-transition-overlap.is-open ~ .off-canvas-content {
  -webkit-transform: none;
          transform: none;
}

.position-bottom {
  bottom: 0;
  left: 0;
  width: 100%;
  height: 64vh;
  -webkit-transform: translateY(64vh);
          transform: translateY(64vh);
  overflow-x: auto;
}

.position-bottom.is-open ~ .off-canvas-content {
  -webkit-transform: translateY(-64vh);
          transform: translateY(-64vh);
}

.position-bottom.is-transition-push::after {
  position: absolute;
  top: 0;
  left: 0;
  height: 1px;
  width: 100%;
  box-shadow: none;
  content: " ";
}

.position-bottom.is-transition-overlap.is-open ~ .off-canvas-content {
  -webkit-transform: none;
          transform: none;
}

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

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

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

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

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

@media screen and (min-width: 120em) {
  .position-left.reveal-for-xxxlarge {
    -webkit-transform: none;
            transform: none;
    z-index: 1;
  }
  .position-left.reveal-for-xxxlarge ~ .off-canvas-content {
    margin-left: 100%;
  }
  .position-right.reveal-for-xxxlarge {
    -webkit-transform: none;
            transform: none;
    z-index: 1;
  }
  .position-right.reveal-for-xxxlarge ~ .off-canvas-content {
    margin-right: 100%;
  }
  .position-top.reveal-for-xxxlarge {
    -webkit-transform: none;
            transform: none;
    z-index: 1;
  }
  .position-top.reveal-for-xxxlarge ~ .off-canvas-content {
    margin-top: 100%;
  }
  .position-bottom.reveal-for-xxxlarge {
    -webkit-transform: none;
            transform: none;
    z-index: 1;
  }
  .position-bottom.reveal-for-xxxlarge ~ .off-canvas-content {
    margin-bottom: 100%;
  }
}

.orbit {
  position: relative;
}

.orbit-container {
  position: relative;
  height: 0;
  margin: 0;
  list-style: none;
  overflow: hidden;
}

.orbit-slide {
  width: 100%;
}

.orbit-slide.no-motionui.is-active {
  top: 0;
  left: 0;
}

.orbit-figure {
  margin: 0;
}

.orbit-image {
  width: 100%;
  max-width: 100%;
  margin: 0;
}

.orbit-caption {
  position: absolute;
  bottom: 0;
  width: 100%;
  margin-bottom: 0;
  padding: 1rem;
  background-color: rgba(29, 29, 29, 0.5);
  color: #FFF;
}

.orbit-previous, .orbit-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 10;
  padding: 1rem;
  color: #FFF;
}

[data-whatinput='mouse'] .orbit-previous, [data-whatinput='mouse'] .orbit-next {
  outline: 0;
}

.orbit-previous:hover, .orbit-next:hover, .orbit-previous:active, .orbit-next:active, .orbit-previous:focus, .orbit-next:focus {
  background-color: rgba(29, 29, 29, 0.5);
}

.orbit-previous {
  left: 0;
}

.orbit-next {
  left: auto;
  right: 0;
}

.orbit-bullets {
  position: relative;
  margin-top: 0.8rem;
  margin-bottom: 0.8rem;
  text-align: center;
}

[data-whatinput='mouse'] .orbit-bullets {
  outline: 0;
}

.orbit-bullets button {
  width: 1.2rem;
  height: 1.2rem;
  margin: 0.1rem;
  border-radius: 50%;
  background-color: #4c4c4c;
}

.orbit-bullets button:hover {
  background-color: #364656;
}

.orbit-bullets button.is-active {
  background-color: #364656;
}

.pagination {
  margin-left: 0;
  margin-bottom: 1rem;
}

.pagination::before, .pagination::after {
  display: table;
  content: ' ';
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.pagination::after {
  clear: both;
}

.pagination li {
  margin-right: 0.0625rem;
  border-radius: 0.1rem;
  font-size: 0.875rem;
  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.1875rem 0.625rem;
  border-radius: 0.1rem;
  color: #1D1D1D;
}

.pagination a:hover,
.pagination button:hover {
  background: #F5F5F5;
}

.pagination .current {
  padding: 0.1875rem 0.625rem;
  background: #004882;
  color: #FFF;
  cursor: default;
}

.pagination .disabled {
  padding: 0.1875rem 0.625rem;
  color: #4c4c4c;
  cursor: not-allowed;
}

.pagination .disabled:hover {
  background: transparent;
}

.pagination .ellipsis::after {
  padding: 0.1875rem 0.625rem;
  content: '\2026';
  color: #1D1D1D;
}

.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';
}

.progress {
  height: 1rem;
  margin-bottom: 1rem;
  border-radius: 0.1rem;
  background-color: #4c4c4c;
}

.progress.primary .progress-meter {
  background-color: #004882;
}

.progress.secondary .progress-meter {
  background-color: #FBF284;
}

.progress.button-yellow .progress-meter {
  background-color: #FFF7CF;
}

.progress.success .progress-meter {
  background-color: #3adb76;
}

.progress.warning .progress-meter {
  background-color: #ffae00;
}

.progress.alert .progress-meter {
  background-color: #cc4b37;
}

.progress.light-white .progress-meter {
  background-color: #F5F5F5;
}

.progress.fresh-lemon .progress-meter {
  background-color: #FBF284;
}

.progress.brand-yellow .progress-meter {
  background-color: #FFDD10;
}

.progress.brand-blue .progress-meter {
  background-color: #004882;
}

.progress.brand-white .progress-meter {
  background-color: #FFF;
}

.progress.anthrazit .progress-meter {
  background-color: #364656;
}

.progress.brand-grey .progress-meter {
  background-color: #B1B3B4;
}

.progress-meter {
  position: relative;
  display: block;
  width: 0%;
  height: 100%;
  background-color: #004882;
  border-radius: 0.1rem;
}

.progress-meter-text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute;
  margin: 0;
  font-size: 0.75rem;
  font-weight: bold;
  color: #FFF;
  white-space: nowrap;
  border-radius: 0.1rem;
}

.slider {
  position: relative;
  height: 0.5rem;
  margin-top: 1.25rem;
  margin-bottom: 2.25rem;
  background-color: #F5F5F5;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -ms-touch-action: none;
      touch-action: none;
}

.slider-fill {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  max-width: 100%;
  height: 0.5rem;
  background-color: #4c4c4c;
  transition: all 0.2s ease-in-out;
}

.slider-fill.is-dragging {
  transition: all 0s linear;
}

.slider-handle {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
  left: 0;
  z-index: 1;
  display: inline-block;
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 0.1rem;
  background-color: #004882;
  transition: all 0.2s ease-in-out;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

[data-whatinput='mouse'] .slider-handle {
  outline: 0;
}

.slider-handle:hover {
  background-color: #003d6f;
}

.slider-handle.is-dragging {
  transition: all 0s linear;
}

.slider.disabled,
.slider[disabled] {
  opacity: 0.25;
  cursor: not-allowed;
}

.slider.vertical {
  display: inline-block;
  width: 0.5rem;
  height: 12.5rem;
  margin: 0 1.25rem;
  -webkit-transform: scale(1, -1);
          transform: scale(1, -1);
}

.slider.vertical .slider-fill {
  top: 0;
  width: 0.5rem;
  max-height: 100%;
}

.slider.vertical .slider-handle {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1.4rem;
  height: 1.4rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.sticky-container {
  position: relative;
}

.sticky {
  position: relative;
  z-index: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.sticky.is-stuck {
  position: fixed;
  z-index: 5;
}

.sticky.is-stuck.is-at-top {
  top: 0;
}

.sticky.is-stuck.is-at-bottom {
  bottom: 0;
}

.sticky.is-anchored {
  position: relative;
  right: auto;
  left: auto;
}

.sticky.is-anchored.is-at-bottom {
  bottom: 0;
}

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(29, 29, 29, 0.45);
  overflow-y: scroll;
}

.reveal {
  z-index: 1006;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  display: none;
  padding: 1rem;
  border: 1px solid #4c4c4c;
  border-radius: 0.1rem;
  background-color: #FFF;
  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 .columns {
  min-width: 0;
}

.reveal > :last-child {
  margin-bottom: 0;
}

@media print, screen and (min-width: 40em) {
  .reveal {
    width: 600px;
    max-width: 93.5rem;
  }
}

@media print, screen and (min-width: 40em) {
  .reveal .reveal, .reveal .o-modal {
    right: auto;
    left: auto;
    margin: 0 auto;
  }
}

.reveal.collapse {
  padding: 0;
}

@media print, screen and (min-width: 40em) {
  .reveal.tiny {
    width: 30%;
    max-width: 93.5rem;
  }
}

@media print, screen and (min-width: 40em) {
  .reveal.small {
    width: 50%;
    max-width: 93.5rem;
  }
}

@media print, screen and (min-width: 40em) {
  .reveal.large {
    width: 90%;
    max-width: 93.5rem;
  }
}

.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;
}

.switch {
  height: 2rem;
  position: relative;
  margin-bottom: 1rem;
  outline: 0;
  font-size: 0.875rem;
  font-weight: bold;
  color: #FFF;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.switch-input {
  position: absolute;
  margin-bottom: 0;
  opacity: 0;
}

.switch-paddle {
  position: relative;
  display: block;
  width: 4rem;
  height: 2rem;
  border-radius: 0.1rem;
  background: #4c4c4c;
  transition: all 0.25s ease-out;
  font-weight: inherit;
  color: inherit;
  cursor: pointer;
}

input + .switch-paddle {
  margin: 0;
}

.switch-paddle::after {
  position: absolute;
  top: 0.25rem;
  left: 0.25rem;
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  border-radius: 0.1rem;
  background: #FFF;
  transition: all 0.25s ease-out;
  content: '';
}

input:checked ~ .switch-paddle {
  background: #004882;
}

input:checked ~ .switch-paddle::after {
  left: 2.25rem;
}

[data-whatinput='mouse'] input:focus ~ .switch-paddle {
  outline: 0;
}

.switch-active, .switch-inactive {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.switch-active {
  left: 8%;
  display: none;
}

input:checked + label > .switch-active {
  display: block;
}

.switch-inactive {
  right: 15%;
}

input:checked + label > .switch-inactive {
  display: none;
}

.switch.tiny {
  height: 1.5rem;
}

.switch.tiny .switch-paddle {
  width: 3rem;
  height: 1.5rem;
  font-size: 0.625rem;
}

.switch.tiny .switch-paddle::after {
  top: 0.25rem;
  left: 0.25rem;
  width: 1rem;
  height: 1rem;
}

.switch.tiny input:checked ~ .switch-paddle::after {
  left: 1.75rem;
}

.switch.small {
  height: 1.75rem;
}

.switch.small .switch-paddle {
  width: 3.5rem;
  height: 1.75rem;
  font-size: 0.75rem;
}

.switch.small .switch-paddle::after {
  top: 0.25rem;
  left: 0.25rem;
  width: 1.25rem;
  height: 1.25rem;
}

.switch.small input:checked ~ .switch-paddle::after {
  left: 2rem;
}

.switch.large {
  height: 2.5rem;
}

.switch.large .switch-paddle {
  width: 5rem;
  height: 2.5rem;
  font-size: 1rem;
}

.switch.large .switch-paddle::after {
  top: 0.25rem;
  left: 0.25rem;
  width: 2rem;
  height: 2rem;
}

.switch.large input:checked ~ .switch-paddle::after {
  left: 2.75rem;
}

table {
  width: 100%;
  margin-bottom: 1rem;
  border-radius: 0.1rem;
}

thead, tbody, tfoot {
  border: 1px solid #f2f2f2;
  background-color: #FFF;
}

caption {
  padding: 0.5rem 0.625rem 0.625rem;
  font-weight: bold;
}

thead {
  background: #f9f9f9;
  color: #004882;
}

tfoot {
  background: #f2f2f2;
  color: #004882;
}

thead tr, tfoot tr {
  background: transparent;
}

thead th, thead td, tfoot th, tfoot td {
  padding: 0.5rem 0.625rem 0.625rem;
  font-weight: bold;
  text-align: left;
}

tbody th, tbody td {
  padding: 0.5rem 0.625rem 0.625rem;
}

tbody tr:nth-child(even) {
  border-bottom: 0;
  background-color: #f2f2f2;
}

table.unstriped tbody {
  background-color: #FFF;
}

table.unstriped tbody tr {
  border-bottom: 0;
  border-bottom: 1px solid #f2f2f2;
  background-color: #FFF;
}

@media screen and (max-width: 63.9375em) {
  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: #f4f4f4;
}

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

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

table.hover:not(.unstriped) 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 #F5F5F5;
  background: #FFF;
  list-style-type: none;
}

.tabs::before, .tabs::after {
  display: table;
  content: ' ';
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.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: #004882;
}

.tabs.primary > li > a {
  color: #FFF;
}

.tabs.primary > li > a:hover, .tabs.primary > li > a:focus {
  background: #005395;
}

.tabs-title {
  float: left;
}

.tabs-title > a {
  display: block;
  padding: 1.25rem 1.5rem;
  font-size: 0.75rem;
  line-height: 1;
  color: #004882;
}

.tabs-title > a:hover {
  background: #FFF;
  color: #003e70;
}

.tabs-title > a:focus, .tabs-title > a[aria-selected='true'] {
  background: #F5F5F5;
  color: #004882;
}

.tabs-content {
  border: 1px solid #F5F5F5;
  border-top: 0;
  background: #FFF;
  color: #004882;
  transition: all 0.5s ease;
}

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

.tabs-panel {
  display: none;
  padding: 1rem;
}

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

.thumbnail {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 1rem;
  border: solid 4px #FFF;
  border-radius: 0.1rem;
  box-shadow: 0 0 0 1px rgba(29, 29, 29, 0.2);
  line-height: 0;
}

a.thumbnail {
  transition: box-shadow 200ms ease-out;
}

a.thumbnail:hover, a.thumbnail:focus {
  box-shadow: 0 0 6px 1px rgba(0, 72, 130, 0.5);
}

a.thumbnail image {
  box-shadow: none;
}

.title-bar {
  padding: 0.5rem;
  background: #1D1D1D;
  color: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.title-bar .menu-icon {
  margin-left: 0.35rem;
  margin-right: 0.35rem;
}

.title-bar-left,
.title-bar-right {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0px;
}

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

.title-bar-title {
  display: inline-block;
  vertical-align: middle;
  font-weight: bold;
}

.has-tip {
  position: relative;
  display: inline-block;
  border-bottom: dotted 1px #364656;
  font-weight: bold;
  cursor: help;
}

.tooltip {
  position: absolute;
  top: calc(100% + 0.6495rem);
  z-index: 1200;
  max-width: 10rem;
  padding: 0.75rem;
  border-radius: 0.1rem;
  background-color: #1D1D1D;
  font-size: 16px;
  color: #FFF;
}

.tooltip::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  content: '';
  border-top-width: 0;
  border-bottom-style: solid;
  border-color: transparent transparent #1D1D1D;
  position: absolute;
  bottom: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.tooltip.top::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  content: '';
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #1D1D1D transparent transparent;
  top: 100%;
  bottom: auto;
}

.tooltip.left::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  content: '';
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #1D1D1D;
  top: 50%;
  bottom: auto;
  left: 100%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.tooltip.right::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  content: '';
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #1D1D1D transparent transparent;
  top: 50%;
  right: 100%;
  bottom: auto;
  left: auto;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.top-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.5rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.top-bar,
.top-bar ul {
  background-color: #FFF;
}

.top-bar input {
  max-width: 200px;
  margin-right: 1rem;
}

.top-bar .input-group-field {
  width: 100%;
  margin-right: 0;
}

.top-bar input.button {
  width: auto;
}

.top-bar .top-bar-left,
.top-bar .top-bar-right {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

@media print, screen and (min-width: 40em) {
  .top-bar {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .top-bar .top-bar-left {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
  .top-bar .top-bar-right {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }
}

@media screen and (max-width: 63.9375em) {
  .top-bar.stacked-for-medium {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .top-bar.stacked-for-medium .top-bar-left,
  .top-bar.stacked-for-medium .top-bar-right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

@media screen and (max-width: 74.9375em) {
  .top-bar.stacked-for-large {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .top-bar.stacked-for-large .top-bar-left,
  .top-bar.stacked-for-large .top-bar-right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

@media screen and (max-width: 89.9375em) {
  .top-bar.stacked-for-xlarge {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .top-bar.stacked-for-xlarge .top-bar-left,
  .top-bar.stacked-for-xlarge .top-bar-right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

@media screen and (max-width: 119.9375em) {
  .top-bar.stacked-for-xxlarge {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .top-bar.stacked-for-xxlarge .top-bar-left,
  .top-bar.stacked-for-xxlarge .top-bar-right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

.top-bar.stacked-for-xxxlarge {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.top-bar.stacked-for-xxxlarge .top-bar-left,
.top-bar.stacked-for-xxxlarge .top-bar-right {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

.top-bar-title {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin: 0.5rem 1rem 0.5rem 0;
}

.top-bar-left,
.top-bar-right {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.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: 63.9375em) {
  .hide-for-medium-only {
    display: none !important;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 119.9375em) {
  .show-for-xxxlarge-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, .clearfix::after {
  display: table;
  content: ' ';
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.clearfix::after {
  clear: both;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-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 {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.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%;
  -webkit-transform: translate(0, -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;
}

/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*
	Styles for basic PhotoSwipe functionality (sliding area, open/close transitions)
*/
/* pswp = photoswipe */
.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
  /* create separate layer, to avoid paint on window.onscroll in webkit/blink */
  -webkit-backface-visibility: hidden;
  outline: none;
}

.pswp * {
  box-sizing: border-box;
}

.pswp img {
  max-width: none;
}

/* style is added when JS option showHideOpacity is set to true */
.pswp--animate_opacity {
  /* 0.001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition */
  opacity: 0.001;
  will-change: opacity;
  /* for open/close transition */
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp--open {
  display: block;
}

.pswp--zoom-allowed .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.pswp--zoomed-in .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab;
}

.pswp--dragging .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing;
}

/*
	Background is added as a separate element.
	As animating opacity is much faster than animating rgba() background-color.
*/
.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  will-change: opacity;
}

.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.pswp__container,
.pswp__zoom-wrap {
  -ms-touch-action: none;
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  -webkit-transform-origin: left top;
  transform-origin: left top;
  /* for open/close transition */
  transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1), -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp__bg {
  will-change: opacity;
  /* for open/close transition */
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  transition: none;
}

.pswp__container,
.pswp__zoom-wrap {
  -webkit-backface-visibility: hidden;
}

.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
}

.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0;
}

/*
	stretched thumbnail or div placeholder element (see below)
	style is added to avoid flickering in webkit/blink when layers overlap
*/
.pswp__img--placeholder {
  -webkit-backface-visibility: hidden;
}

/*
	div element that matches size of large image
	large image loads on top of it
*/
.pswp__img--placeholder--blank {
  background: #222;
}

.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0;
}

/*
	Error message appears when image is not loaded
	(JS option errorMsg controls markup)
*/
.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #CCC;
}

.pswp__error-msg a {
  color: #CCC;
  text-decoration: underline;
}

/*! PhotoSwipe Default UI CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*

	Contents:

	1. Buttons
	2. Share modal and links
	3. Index indicator ("1 of X" counter)
	4. Caption
	5. Loading indicator
	6. Additional styles (root element, top bar, idle state, hidden state, etc.)

*/
/*
	
	1. Buttons

 */
/* <button> css reset */
.pswp__button {
  width: 44px;
  height: 44px;
  position: relative;
  background: none;
  cursor: pointer;
  overflow: visible;
  -webkit-appearance: none;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
  float: right;
  opacity: 0.75;
  transition: opacity 0.2s;
  box-shadow: none;
}

.pswp__button:focus, .pswp__button:hover {
  opacity: 1;
}

.pswp__button:active {
  outline: none;
  opacity: 0.9;
}

.pswp__button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* pswp__ui--over-close class it added when mouse is over element that should close gallery */
.pswp__ui--over-close .pswp__button--close {
  opacity: 1;
}

.pswp__button,
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  background: url(default-skin.png) 0 0 no-repeat;
  background-size: 264px 88px;
  width: 44px;
  height: 44px;
}

@media (-webkit-min-device-pixel-ratio: 1.1), (-webkit-min-device-pixel-ratio: 1.09375), (min-resolution: 105dpi), (min-resolution: 1.1dppx) {
  /* Serve SVG sprite if browser supports SVG and resolution is more than 105dpi */
  .pswp--svg .pswp__button,
  .pswp--svg .pswp__button--arrow--left:before,
  .pswp--svg .pswp__button--arrow--right:before {
    background-image: url(default-skin.svg);
  }
  .pswp--svg .pswp__button--arrow--left,
  .pswp--svg .pswp__button--arrow--right {
    background: none;
  }
}

.pswp__button--close {
  background-position: 0 -44px;
}

.pswp__button--share {
  background-position: -44px -44px;
}

.pswp__button--fs {
  display: none;
}

.pswp--supports-fs .pswp__button--fs {
  display: block;
}

.pswp--fs .pswp__button--fs {
  background-position: -44px 0;
}

.pswp__button--zoom {
  display: none;
  background-position: -88px 0;
}

.pswp--zoom-allowed .pswp__button--zoom {
  display: block;
}

.pswp--zoomed-in .pswp__button--zoom {
  background-position: -132px 0;
}

/* no arrows on touch screens */
.pswp--touch .pswp__button--arrow--left,
.pswp--touch .pswp__button--arrow--right {
  visibility: hidden;
}

/*
	Arrow buttons hit area
	(icon is added to :before pseudo-element)
*/
.pswp__button--arrow--left,
.pswp__button--arrow--right {
  background: none;
  top: 50%;
  margin-top: -50px;
  width: 70px;
  height: 100px;
  position: absolute;
}

.pswp__button--arrow--left {
  left: 0;
}

.pswp__button--arrow--right {
  right: 0;
}

.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  content: '';
  top: 35px;
  background-color: rgba(0, 0, 0, 0.3);
  height: 30px;
  width: 32px;
  position: absolute;
}

.pswp__button--arrow--left:before {
  left: 6px;
  background-position: -138px -44px;
}

.pswp__button--arrow--right:before {
  right: 6px;
  background-position: -94px -44px;
}

/*

	2. Share modal/popup and links

 */
.pswp__counter,
.pswp__share-modal {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

.pswp__share-modal {
  display: block;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 10px;
  position: absolute;
  z-index: 1600;
  opacity: 0;
  transition: opacity 0.25s ease-out;
  -webkit-backface-visibility: hidden;
  will-change: opacity;
}

.pswp__share-modal--hidden {
  display: none;
}

.pswp__share-tooltip {
  z-index: 1620;
  position: absolute;
  background: #FFF;
  top: 56px;
  border-radius: 2px;
  display: block;
  width: auto;
  right: 44px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  -webkit-transform: translateY(6px);
          transform: translateY(6px);
  transition: -webkit-transform 0.25s;
  transition: transform 0.25s;
  transition: transform 0.25s, -webkit-transform 0.25s;
  -webkit-backface-visibility: hidden;
  will-change: transform;
}

.pswp__share-tooltip a {
  display: block;
  padding: 8px 12px;
  color: #000;
  text-decoration: none;
  font-size: 14px;
  line-height: 18px;
}

.pswp__share-tooltip a:hover {
  text-decoration: none;
  color: #000;
}

.pswp__share-tooltip a:first-child {
  /* round corners on the first/last list item */
  border-radius: 2px 2px 0 0;
}

.pswp__share-tooltip a:last-child {
  border-radius: 0 0 2px 2px;
}

.pswp__share-modal--fade-in {
  opacity: 1;
}

.pswp__share-modal--fade-in .pswp__share-tooltip {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

/* increase size of share links on touch devices */
.pswp--touch .pswp__share-tooltip a {
  padding: 16px 12px;
}

a.pswp__share--facebook:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: -12px;
  right: 15px;
  border: 6px solid transparent;
  border-bottom-color: #FFF;
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  pointer-events: none;
}

a.pswp__share--facebook:hover {
  background: #3E5C9A;
  color: #FFF;
}

a.pswp__share--facebook:hover:before {
  border-bottom-color: #3E5C9A;
}

a.pswp__share--twitter:hover {
  background: #55ACEE;
  color: #FFF;
}

a.pswp__share--pinterest:hover {
  background: #CCC;
  color: #CE272D;
}

a.pswp__share--download:hover {
  background: #DDD;
}

/*

	3. Index indicator ("1 of X" counter)

 */
.pswp__counter {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  font-size: 13px;
  line-height: 44px;
  color: #FFF;
  opacity: 0.75;
  padding: 0 10px;
}

/*
	
	4. Caption

 */
.pswp__caption {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  min-height: 44px;
}

.pswp__caption small {
  font-size: 11px;
  color: #BBB;
}

.pswp__caption__center {
  text-align: left;
  max-width: 420px;
  margin: 0 auto;
  font-size: 13px;
  padding: 10px;
  line-height: 20px;
  color: #CCC;
}

.pswp__caption--empty {
  display: none;
}

/* Fake caption element, used to calculate height of next/prev image */
.pswp__caption--fake {
  visibility: hidden;
}

/*

	5. Loading indicator (preloader)

	You can play with it here - http://codepen.io/dimsemenov/pen/yyBWoR

 */
.pswp__preloader {
  width: 44px;
  height: 44px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -22px;
  opacity: 0;
  transition: opacity 0.25s ease-out;
  will-change: opacity;
  direction: ltr;
}

.pswp__preloader__icn {
  width: 20px;
  height: 20px;
  margin: 12px;
}

.pswp__preloader--active {
  opacity: 1;
}

.pswp__preloader--active .pswp__preloader__icn {
  /* We use .gif in browsers that don't support CSS animation */
  background: url(preloader.gif) 0 0 no-repeat;
}

.pswp--css_animation .pswp__preloader--active {
  opacity: 1;
}

.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
  -webkit-animation: clockwise 500ms linear infinite;
          animation: clockwise 500ms linear infinite;
}

.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
  -webkit-animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
          animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
}

.pswp--css_animation .pswp__preloader__icn {
  background: none;
  opacity: 0.75;
  width: 14px;
  height: 14px;
  position: absolute;
  left: 15px;
  top: 15px;
  margin: 0;
}

.pswp--css_animation .pswp__preloader__cut {
  /* 
			The idea of animating inner circle is based on Polymer ("material") loading indicator 
			 by Keanu Lee https://blog.keanulee.com/2014/10/20/the-tale-of-three-spinners.html
		*/
  position: relative;
  width: 7px;
  height: 14px;
  overflow: hidden;
}

.pswp--css_animation .pswp__preloader__donut {
  box-sizing: border-box;
  width: 14px;
  height: 14px;
  border: 2px solid #FFF;
  border-radius: 50%;
  border-left-color: transparent;
  border-bottom-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  background: none;
  margin: 0;
}

@media screen and (max-width: 1024px) {
  .pswp__preloader {
    position: relative;
    left: auto;
    top: auto;
    margin: 0;
    float: right;
  }
}

@-webkit-keyframes clockwise {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes clockwise {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@-webkit-keyframes donut-rotate {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(-140deg);
            transform: rotate(-140deg);
  }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}

@keyframes donut-rotate {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(-140deg);
            transform: rotate(-140deg);
  }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}

/*
	
	6. Additional styles

 */
/* root element of UI */
.pswp__ui {
  -webkit-font-smoothing: auto;
  visibility: visible;
  opacity: 1;
  z-index: 1550;
}

/* top black bar with buttons and "1 of X" indicator */
.pswp__top-bar {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  width: 100%;
}

.pswp__caption,
.pswp__top-bar,
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  -webkit-backface-visibility: hidden;
  will-change: opacity;
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

/* pswp--has_mouse class is added only when two subsequent mousemove events occur */
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  visibility: visible;
}

.pswp__top-bar,
.pswp__caption {
  background-color: rgba(0, 0, 0, 0.5);
}

/* pswp__ui--fit class is added when main image "fits" between top bar and bottom bar (caption) */
.pswp__ui--fit .pswp__top-bar,
.pswp__ui--fit .pswp__caption {
  background-color: rgba(0, 0, 0, 0.3);
}

/* pswp__ui--idle class is added when mouse isn't moving for several seconds (JS option timeToIdle) */
.pswp__ui--idle .pswp__top-bar {
  opacity: 0;
}

.pswp__ui--idle .pswp__button--arrow--left,
.pswp__ui--idle .pswp__button--arrow--right {
  opacity: 0;
}

/*
	pswp__ui--hidden class is added when controls are hidden
	e.g. when user taps to toggle visibility of controls
*/
.pswp__ui--hidden .pswp__top-bar,
.pswp__ui--hidden .pswp__caption,
.pswp__ui--hidden .pswp__button--arrow--left,
.pswp__ui--hidden .pswp__button--arrow--right {
  /* Force paint & create composition layer for controls. */
  opacity: 0.001;
}

/* pswp__ui--one-slide class is added when there is just one item in gallery */
.pswp__ui--one-slide .pswp__button--arrow--left,
.pswp__ui--one-slide .pswp__button--arrow--right,
.pswp__ui--one-slide .pswp__counter {
  display: none;
}

.pswp__element--disabled {
  display: none !important;
}

.pswp--minimal--dark .pswp__top-bar {
  background: none;
}

.u-expand-vertical {
  height: 100%;
}

.small-shrink {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  max-width: 100%;
}

@media print, screen and (min-width: 40em) {
  .medium-shrink {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    max-width: 100%;
  }
}

@media print, screen and (min-width: 64em) {
  .large-shrink {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    max-width: 100%;
  }
}

@media screen and (min-width: 75em) {
  .xlarge-shrink {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    max-width: 100%;
  }
}

@media screen and (min-width: 90em) {
  .xxlarge-shrink {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    max-width: 100%;
  }
}

@media screen and (min-width: 120em) {
  .xxxlarge-shrink {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    max-width: 100%;
  }
}

/* enable js click-events on a tag */
a,
button {
  cursor: pointer;
}

/* speed up clicks on touch devices */
a[href],
button {
  ‐ms‐touch‐action: none;
  touch‐action: none;
}

/* kill the user agent outlines */
a:focus,
button:focus {
  outline: none;
}

a {
  transition: color 150ms ease;
}

fieldset {
  margin-bottom: 1rem;
}

.small-expand {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0px;
}

@media print, screen and (min-width: 40em) and (min-width: 40em) {
  .medium-expand {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
  }
}

@media print, screen and (min-width: 64em) and (min-width: 64em) {
  .large-expand {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
  }
}

@media screen and (min-width: 75em) and (min-width: 75em) {
  .xlarge-expand {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
  }
}

@media screen and (min-width: 90em) and (min-width: 90em) {
  .xxlarge-expand {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
  }
}

@media screen and (min-width: 120em) and (min-width: 120em) {
  .xxxlarge-expand {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
  }
}

.collapse-column {
  padding: 0;
}

@media screen and (max-width: 63.9375em) {
  .collapse-column-for-medium-down {
    padding: 0;
  }
}

@media print, screen and (min-width: 64em) {
  .row:not(.full-width) {
    padding: 0 3rem;
  }
}

@media print, screen and (min-width: 64em) {
  .row:not(.full-width) .row {
    padding: 0;
  }
}

.small-expand {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0px;
}

@media print, screen and (min-width: 40em) and (min-width: 40em) {
  .medium-expand {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
  }
}

@media print, screen and (min-width: 64em) and (min-width: 64em) {
  .large-expand {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
  }
}

@media screen and (min-width: 75em) and (min-width: 75em) {
  .xlarge-expand {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
  }
}

@media screen and (min-width: 90em) and (min-width: 90em) {
  .xxlarge-expand {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
  }
}

@media screen and (min-width: 120em) and (min-width: 120em) {
  .xxxlarge-expand {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
  }
}

@font-face {
  font-family: "icons";
  src: url('vhs-assets-css-52aafdeedbfc90a0cfe132f90b9b796b.ttf') format("truetype"), url('vhs-assets-css-9977df011c1bcbbae2faf354c05ba7b5.woff') format("woff"), url('vhs-assets-css-3c586aaa93b1c5068be8f38dff81cab1.svg') format("svg");
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Enable Ligatures ================ */
  letter-spacing: 0;
  -webkit-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  font-feature-settings: "liga";
  -webkit-font-variant-ligatures: discretionary-ligatures;
  font-variant-ligatures: discretionary-ligatures;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-checkbox-checked:before {
  content: "";
}

.icon-arrow-right:before {
  content: "";
}

.icon-calendar:before {
  content: "";
}

.icon-chat:before {
  content: "";
}

.icon-checkbox:before {
  content: "";
}

.icon-circle-play:before {
  content: "";
}

.icon-clipboard:before {
  content: "";
}

.icon-delete:before {
  content: "";
}

.icon-download:before {
  content: "";
}

.icon-facebook:before {
  content: "";
}

.icon-facts:before {
  content: "";
}

.icon-folder:before {
  content: "";
}

.icon-chart:before {
  content: "";
}

.icon-home:before {
  content: "";
}

.icon-info-outline:before {
  content: "";
}

.icon-info:before {
  content: "";
}

.icon-instagram:before {
  content: "";
}

.icon-open:before {
  content: "";
}

.icon-pinterest:before {
  content: "";
}

.icon-plus:before {
  content: "";
}

.icon-radio-selected:before {
  content: "";
}

.icon-radio:before {
  content: "";
}

.icon-send:before {
  content: "";
}

.icon-settings:before {
  content: "";
}

.icon-share:before {
  content: "";
}

.icon-square-chevron-down-ghost:before {
  content: "";
}

.icon-square-chevron-down:before {
  content: "";
}

.icon-square-download:before {
  content: "";
}

.icon-square-minus-ghost:before {
  content: "";
}

.icon-square-minus:before {
  content: "";
}

.icon-square-plus-ghost:before {
  content: "";
}

.icon-square-plus:before {
  content: "";
}

.icon-texting:before {
  content: "";
}

.icon-twitter:before {
  content: "";
}

.icon-youtube:before {
  content: "";
}

.icon-burger-search:before {
  content: "";
}

.icon-burger-three:before {
  content: "";
}

.icon-burger-two:before {
  content: "";
}

.icon-chevron-right:before {
  content: "";
}

.icon-circle-arrow-right:before {
  content: "";
}

.icon-circle-de:before {
  content: "";
}

.icon-circle-en:before {
  content: "";
}

.icon-circle-fr:before {
  content: "";
}

.icon-circle-nl:before {
  content: "";
}

.icon-circle-pl:before {
  content: "";
}

.icon-circle-ru:before {
  content: "";
}

.icon-close:before {
  content: "";
}

.icon-dot-outline:before {
  content: "";
}

.icon-dot-solid:before {
  content: "";
}

.icon-more-horizontal:before {
  content: "";
}

.icon-more-vertical:before {
  content: "";
}

.icon-regiolux-logo:before {
  content: "";
}

/* enable js click-events on a tag */
a,
button {
  cursor: pointer;
}

/* speed up clicks on touch devices */
a[href],
button {
  ‐ms‐touch‐action: none;
  touch‐action: none;
}

/* kill the user agent outlines */
a:focus,
button:focus {
  outline: none;
}

a {
  transition: color 150ms ease;
}

fieldset {
  margin-bottom: 1rem;
}

.collapse-column {
  padding: 0;
}

@media screen and (max-width: 63.9375em) {
  .collapse-column-for-medium-down {
    padding: 0;
  }
}

@media screen and (min-width: 64em) {
  .row:not(.full-width) {
    padding: 0 5rem;
  }
}

.a-button {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  padding: 1.11em 1.7em 1.06em;
  -webkit-appearance: none;
  border: 1px solid transparent;
  border-radius: 0.1rem;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  background-color: #004882;
  color: #FFF;
  font-size: 1rem;
  padding: 1.11em 1.7em 1.06em;
}

[data-whatinput='mouse'] .a-button {
  outline: 0;
}

.a-button:hover, .a-button:focus {
  background-color: #002c4f;
  color: #FFF;
}

.a-button.a-button--hollow {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  padding: 1.11em 1.7em 1.06em;
  -webkit-appearance: none;
  border: 1px solid transparent;
  border-radius: 0.1rem;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  border: 1px solid #004882;
  color: #004882;
}

[data-whatinput='mouse'] .a-button.a-button--hollow {
  outline: 0;
}

.a-button.a-button--hollow, .a-button.a-button--hollow:hover, .a-button.a-button--hollow:focus {
  background-color: transparent;
}

.a-button.a-button--hollow:hover, .a-button.a-button--hollow:focus {
  border-color: #002441;
  color: #002441;
}

.a-button--color-primary {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  padding: 1.11em 1.7em 1.06em;
  -webkit-appearance: none;
  border: 1px solid transparent;
  border-radius: 0.1rem;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  background-color: #004882;
  color: #FFF;
}

[data-whatinput='mouse'] .a-button--color-primary {
  outline: 0;
}

.a-button--color-primary:hover, .a-button--color-primary:focus {
  background-color: #002c4f;
  color: #FFF;
}

.a-button--color-primary.a-button--hollow {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  padding: 1.11em 1.7em 1.06em;
  -webkit-appearance: none;
  border: 1px solid transparent;
  border-radius: 0.1rem;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  border: 1px solid #004882;
  color: #004882;
}

[data-whatinput='mouse'] .a-button--color-primary.a-button--hollow {
  outline: 0;
}

.a-button--color-primary.a-button--hollow, .a-button--color-primary.a-button--hollow:hover, .a-button--color-primary.a-button--hollow:focus {
  background-color: transparent;
}

.a-button--color-primary.a-button--hollow:hover, .a-button--color-primary.a-button--hollow:focus {
  border-color: #002441;
  color: #002441;
}

.a-button--color-secondary {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  padding: 1.11em 1.7em 1.06em;
  -webkit-appearance: none;
  border: 1px solid transparent;
  border-radius: 0.1rem;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  background-color: #FBF284;
  color: #004882;
}

[data-whatinput='mouse'] .a-button--color-secondary {
  outline: 0;
}

.a-button--color-secondary:hover, .a-button--color-secondary:focus {
  background-color: #f9ed53;
  color: #004882;
}

.a-button--color-secondary.a-button--hollow {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  padding: 1.11em 1.7em 1.06em;
  -webkit-appearance: none;
  border: 1px solid transparent;
  border-radius: 0.1rem;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  border: 1px solid #FBF284;
  color: #FBF284;
}

[data-whatinput='mouse'] .a-button--color-secondary.a-button--hollow {
  outline: 0;
}

.a-button--color-secondary.a-button--hollow, .a-button--color-secondary.a-button--hollow:hover, .a-button--color-secondary.a-button--hollow:focus {
  background-color: transparent;
}

.a-button--color-secondary.a-button--hollow:hover, .a-button--color-secondary.a-button--hollow:focus {
  border-color: #b9ac06;
  color: #b9ac06;
}

.a-button--color-button-yellow {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  padding: 1.11em 1.7em 1.06em;
  -webkit-appearance: none;
  border: 1px solid transparent;
  border-radius: 0.1rem;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  background-color: #FFF7CF;
  color: #004882;
}

[data-whatinput='mouse'] .a-button--color-button-yellow {
  outline: 0;
}

.a-button--color-button-yellow:hover, .a-button--color-button-yellow:focus {
  background-color: #ffef9c;
  color: #004882;
}

.a-button--color-button-yellow.a-button--hollow {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  padding: 1.11em 1.7em 1.06em;
  -webkit-appearance: none;
  border: 1px solid transparent;
  border-radius: 0.1rem;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  border: 1px solid #FFF7CF;
  color: #FFF7CF;
  color: #004882;
}

[data-whatinput='mouse'] .a-button--color-button-yellow.a-button--hollow {
  outline: 0;
}

.a-button--color-button-yellow.a-button--hollow, .a-button--color-button-yellow.a-button--hollow:hover, .a-button--color-button-yellow.a-button--hollow:focus {
  background-color: transparent;
}

.a-button--color-button-yellow.a-button--hollow:hover, .a-button--color-button-yellow.a-button--hollow:focus {
  border-color: #e7c100;
  color: #e7c100;
}

.a-button--color-button-yellow.a-button--hollow.a-button--light {
  color: #FFF7CF;
}

.a-button--color-success {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  padding: 1.11em 1.7em 1.06em;
  -webkit-appearance: none;
  border: 1px solid transparent;
  border-radius: 0.1rem;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  background-color: #3adb76;
  color: #004882;
}

[data-whatinput='mouse'] .a-button--color-success {
  outline: 0;
}

.a-button--color-success:hover, .a-button--color-success:focus {
  background-color: #23bf5d;
  color: #004882;
}

.a-button--color-success.a-button--hollow {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  padding: 1.11em 1.7em 1.06em;
  -webkit-appearance: none;
  border: 1px solid transparent;
  border-radius: 0.1rem;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  border: 1px solid #3adb76;
  color: #3adb76;
}

[data-whatinput='mouse'] .a-button--color-success.a-button--hollow {
  outline: 0;
}

.a-button--color-success.a-button--hollow, .a-button--color-success.a-button--hollow:hover, .a-button--color-success.a-button--hollow:focus {
  background-color: transparent;
}

.a-button--color-success.a-button--hollow:hover, .a-button--color-success.a-button--hollow:focus {
  border-color: #157539;
  color: #157539;
}

.a-button--color-warning {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  padding: 1.11em 1.7em 1.06em;
  -webkit-appearance: none;
  border: 1px solid transparent;
  border-radius: 0.1rem;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  background-color: #ffae00;
  color: #FFF;
}

[data-whatinput='mouse'] .a-button--color-warning {
  outline: 0;
}

.a-button--color-warning:hover, .a-button--color-warning:focus {
  background-color: #cc8b00;
  color: #FFF;
}

.a-button--color-warning.a-button--hollow {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  padding: 1.11em 1.7em 1.06em;
  -webkit-appearance: none;
  border: 1px solid transparent;
  border-radius: 0.1rem;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  border: 1px solid #ffae00;
  color: #ffae00;
}

[data-whatinput='mouse'] .a-button--color-warning.a-button--hollow {
  outline: 0;
}

.a-button--color-warning.a-button--hollow, .a-button--color-warning.a-button--hollow:hover, .a-button--color-warning.a-button--hollow:focus {
  background-color: transparent;
}

.a-button--color-warning.a-button--hollow:hover, .a-button--color-warning.a-button--hollow:focus {
  border-color: #805700;
  color: #805700;
}

.a-button--color-alert {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  padding: 1.11em 1.7em 1.06em;
  -webkit-appearance: none;
  border: 1px solid transparent;
  border-radius: 0.1rem;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  background-color: #cc4b37;
  color: #004882;
}

[data-whatinput='mouse'] .a-button--color-alert {
  outline: 0;
}

.a-button--color-alert:hover, .a-button--color-alert:focus {
  background-color: #a63b2a;
  color: #004882;
}

.a-button--color-alert.a-button--hollow {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  padding: 1.11em 1.7em 1.06em;
  -webkit-appearance: none;
  border: 1px solid transparent;
  border-radius: 0.1rem;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  border: 1px solid #cc4b37;
  color: #cc4b37;
}

[data-whatinput='mouse'] .a-button--color-alert.a-button--hollow {
  outline: 0;
}

.a-button--color-alert.a-button--hollow, .a-button--color-alert.a-button--hollow:hover, .a-button--color-alert.a-button--hollow:focus {
  background-color: transparent;
}

.a-button--color-alert.a-button--hollow:hover, .a-button--color-alert.a-button--hollow:focus {
  border-color: #67251a;
  color: #67251a;
}

.a-button--color-light-white {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  padding: 1.11em 1.7em 1.06em;
  -webkit-appearance: none;
  border: 1px solid transparent;
  border-radius: 0.1rem;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  background-color: #F5F5F5;
  color: #004882;
}

[data-whatinput='mouse'] .a-button--color-light-white {
  outline: 0;
}

.a-button--color-light-white:hover, .a-button--color-light-white:focus {
  background-color: gainsboro;
  color: #004882;
}

.a-button--color-light-white.a-button--hollow {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  padding: 1.11em 1.7em 1.06em;
  -webkit-appearance: none;
  border: 1px solid transparent;
  border-radius: 0.1rem;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  border: 1px solid #F5F5F5;
  color: #F5F5F5;
  color: #004882;
}

[data-whatinput='mouse'] .a-button--color-light-white.a-button--hollow {
  outline: 0;
}

.a-button--color-light-white.a-button--hollow, .a-button--color-light-white.a-button--hollow:hover, .a-button--color-light-white.a-button--hollow:focus {
  background-color: transparent;
}

.a-button--color-light-white.a-button--hollow:hover, .a-button--color-light-white.a-button--hollow:focus {
  border-color: #7b7b7b;
  color: #7b7b7b;
}

.a-button--color-light-white.a-button--hollow.a-button--light {
  color: #F5F5F5;
}

.a-button--color-fresh-lemon {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  padding: 1.11em 1.7em 1.06em;
  -webkit-appearance: none;
  border: 1px solid transparent;
  border-radius: 0.1rem;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  background-color: #FBF284;
  color: #004882;
}

[data-whatinput='mouse'] .a-button--color-fresh-lemon {
  outline: 0;
}

.a-button--color-fresh-lemon:hover, .a-button--color-fresh-lemon:focus {
  background-color: #f9ed53;
  color: #004882;
}

.a-button--color-fresh-lemon.a-button--hollow {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  padding: 1.11em 1.7em 1.06em;
  -webkit-appearance: none;
  border: 1px solid transparent;
  border-radius: 0.1rem;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  border: 1px solid #FBF284;
  color: #FBF284;
}

[data-whatinput='mouse'] .a-button--color-fresh-lemon.a-button--hollow {
  outline: 0;
}

.a-button--color-fresh-lemon.a-button--hollow, .a-button--color-fresh-lemon.a-button--hollow:hover, .a-button--color-fresh-lemon.a-button--hollow:focus {
  background-color: transparent;
}

.a-button--color-fresh-lemon.a-button--hollow:hover, .a-button--color-fresh-lemon.a-button--hollow:focus {
  border-color: #b9ac06;
  color: #b9ac06;
}

.a-button--color-brand-yellow {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  padding: 1.11em 1.7em 1.06em;
  -webkit-appearance: none;
  border: 1px solid transparent;
  border-radius: 0.1rem;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  background-color: #FFDD10;
  color: #004882;
}

[data-whatinput='mouse'] .a-button--color-brand-yellow {
  outline: 0;
}

.a-button--color-brand-yellow:hover, .a-button--color-brand-yellow:focus {
  background-color: #dcbd00;
  color: #004882;
}

.a-button--color-brand-yellow.a-button--hollow {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  padding: 1.11em 1.7em 1.06em;
  -webkit-appearance: none;
  border: 1px solid transparent;
  border-radius: 0.1rem;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  border: 1px solid #FFDD10;
  color: #FFDD10;
}

[data-whatinput='mouse'] .a-button--color-brand-yellow.a-button--hollow {
  outline: 0;
}

.a-button--color-brand-yellow.a-button--hollow, .a-button--color-brand-yellow.a-button--hollow:hover, .a-button--color-brand-yellow.a-button--hollow:focus {
  background-color: transparent;
}

.a-button--color-brand-yellow.a-button--hollow:hover, .a-button--color-brand-yellow.a-button--hollow:focus {
  border-color: #887400;
  color: #887400;
}

.a-button--color-brand-blue {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  padding: 1.11em 1.7em 1.06em;
  -webkit-appearance: none;
  border: 1px solid transparent;
  border-radius: 0.1rem;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  background-color: #004882;
  color: #FFF;
}

[data-whatinput='mouse'] .a-button--color-brand-blue {
  outline: 0;
}

.a-button--color-brand-blue:hover, .a-button--color-brand-blue:focus {
  background-color: #002c4f;
  color: #FFF;
}

.a-button--color-brand-blue.a-button--hollow {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  padding: 1.11em 1.7em 1.06em;
  -webkit-appearance: none;
  border: 1px solid transparent;
  border-radius: 0.1rem;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  border: 1px solid #004882;
  color: #004882;
}

[data-whatinput='mouse'] .a-button--color-brand-blue.a-button--hollow {
  outline: 0;
}

.a-button--color-brand-blue.a-button--hollow, .a-button--color-brand-blue.a-button--hollow:hover, .a-button--color-brand-blue.a-button--hollow:focus {
  background-color: transparent;
}

.a-button--color-brand-blue.a-button--hollow:hover, .a-button--color-brand-blue.a-button--hollow:focus {
  border-color: #002441;
  color: #002441;
}

.a-button--color-brand-white {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  padding: 1.11em 1.7em 1.06em;
  -webkit-appearance: none;
  border: 1px solid transparent;
  border-radius: 0.1rem;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  background-color: #FFF;
  color: #004882;
}

[data-whatinput='mouse'] .a-button--color-brand-white {
  outline: 0;
}

.a-button--color-brand-white:hover, .a-button--color-brand-white:focus {
  background-color: #e6e6e6;
  color: #004882;
}

.a-button--color-brand-white.a-button--hollow {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  padding: 1.11em 1.7em 1.06em;
  -webkit-appearance: none;
  border: 1px solid transparent;
  border-radius: 0.1rem;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  border: 1px solid #FFF;
  color: #FFF;
  color: #004882;
}

[data-whatinput='mouse'] .a-button--color-brand-white.a-button--hollow {
  outline: 0;
}

.a-button--color-brand-white.a-button--hollow, .a-button--color-brand-white.a-button--hollow:hover, .a-button--color-brand-white.a-button--hollow:focus {
  background-color: transparent;
}

.a-button--color-brand-white.a-button--hollow:hover, .a-button--color-brand-white.a-button--hollow:focus {
  border-color: gray;
  color: gray;
}

.a-button--color-brand-white.a-button--hollow.a-button--light {
  color: #FFF;
}

.a-button--color-anthrazit {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  padding: 1.11em 1.7em 1.06em;
  -webkit-appearance: none;
  border: 1px solid transparent;
  border-radius: 0.1rem;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  background-color: #364656;
  color: #FFF;
}

[data-whatinput='mouse'] .a-button--color-anthrazit {
  outline: 0;
}

.a-button--color-anthrazit:hover, .a-button--color-anthrazit:focus {
  background-color: #222d37;
  color: #FFF;
}

.a-button--color-anthrazit.a-button--hollow {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  padding: 1.11em 1.7em 1.06em;
  -webkit-appearance: none;
  border: 1px solid transparent;
  border-radius: 0.1rem;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  border: 1px solid #364656;
  color: #364656;
}

[data-whatinput='mouse'] .a-button--color-anthrazit.a-button--hollow {
  outline: 0;
}

.a-button--color-anthrazit.a-button--hollow, .a-button--color-anthrazit.a-button--hollow:hover, .a-button--color-anthrazit.a-button--hollow:focus {
  background-color: transparent;
}

.a-button--color-anthrazit.a-button--hollow:hover, .a-button--color-anthrazit.a-button--hollow:focus {
  border-color: #1b232b;
  color: #1b232b;
}

.a-button--color-brand-grey {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  padding: 1.11em 1.7em 1.06em;
  -webkit-appearance: none;
  border: 1px solid transparent;
  border-radius: 0.1rem;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  background-color: #B1B3B4;
  color: #004882;
}

[data-whatinput='mouse'] .a-button--color-brand-grey {
  outline: 0;
}

.a-button--color-brand-grey:hover, .a-button--color-brand-grey:focus {
  background-color: #979a9b;
  color: #004882;
}

.a-button--color-brand-grey.a-button--hollow {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  padding: 1.11em 1.7em 1.06em;
  -webkit-appearance: none;
  border: 1px solid transparent;
  border-radius: 0.1rem;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  border: 1px solid #B1B3B4;
  color: #B1B3B4;
}

[data-whatinput='mouse'] .a-button--color-brand-grey.a-button--hollow {
  outline: 0;
}

.a-button--color-brand-grey.a-button--hollow, .a-button--color-brand-grey.a-button--hollow:hover, .a-button--color-brand-grey.a-button--hollow:focus {
  background-color: transparent;
}

.a-button--color-brand-grey.a-button--hollow:hover, .a-button--color-brand-grey.a-button--hollow:focus {
  border-color: #585a5b;
  color: #585a5b;
}

.a-button--size-50 {
  font-size: 0.75rem;
}

.a-button--size-100 {
  font-size: 1rem;
}

.a-button--size-200 {
  font-size: 1.25rem;
}

.a-button[class*="a-button--icon"] {
  position: relative;
}

.a-button--icon-right, .a-button--icon-right.a-button--hollow {
  padding-right: 2.5em;
}

.a-button--icon-right .a-icon, .a-button--icon-right.a-button--hollow .a-icon {
  right: .3em;
}

.a-button--icon-left, .a-button--icon-left.a-button--hollow {
  padding-left: 2.5em;
}

.a-button--icon-left .a-icon, .a-button--icon-left.a-button--hollow .a-icon {
  left: .3em;
}

.a-button .a-icon {
  font-size: 1.6em;
  position: absolute;
  top: .43em;
}

.a-button--icon-solo .a-icon, .a-button--icon-solo.a-button--hollow .a-icon {
  position: relative;
  top: auto;
}

.a-button--block {
  display: block;
  width: 100%;
}

.a-headline small.a-headline__subheadline--inline {
  display: inline;
}

.a-headline--light {
  color: #F5F5F5;
}

.a-headline--light small {
  color: #F5F5F5;
}

.a-headline.a-headline--size-h1 {
  font-size: 2.25rem;
  line-height: 48 px;
  margin-bottom: 1.5rem;
}

.a-headline.a-headline--size-h2 {
  font-size: 1.875rem;
  line-height: 36 px;
  margin-bottom: 1.5rem;
}

.a-headline.a-headline--size-h3 {
  font-size: 1.5rem;
  line-height: 30 px;
  margin-bottom: 1.5rem;
}

.a-headline.a-headline--size-h4 {
  font-size: 1.25rem;
  line-height: 24 px;
  margin-bottom: 1.5rem;
}

.a-headline.a-headline--size-h5 {
  font-size: 1rem;
  line-height: 24 px;
  margin-bottom: 1.5rem;
}

.a-headline.a-headline--size-h6 {
  font-size: 1rem;
  line-height: 24 px;
  margin-bottom: 1.5rem;
}

@media print, screen and (min-width: 40em) {
  .a-headline.a-headline--size-h1 {
    font-size: 5rem;
    line-height: 90 px;
    margin-bottom: 1.5rem;
  }
  .a-headline.a-headline--size-h2 {
    font-size: 3.5rem;
    line-height: 62 px;
    margin-bottom: 1.5rem;
  }
  .a-headline.a-headline--size-h3 {
    font-size: 2.25rem;
    line-height: 42 px;
    margin-bottom: 1.5rem;
  }
  .a-headline.a-headline--size-h4 {
    font-size: 1.5rem;
    line-height: 30 px;
    margin-bottom: 1.5rem;
  }
  .a-headline.a-headline--size-h5 {
    font-size: 1rem;
    line-height: 1.4 px;
    margin-bottom: 1.5rem;
  }
  .a-headline.a-headline--size-h6 {
    font-size: 1rem;
    line-height: 1.4 px;
    margin-bottom: 1.5rem;
  }
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  margin-top: .5em;
  display: block;
  line-height: 1.2;
}

.a-icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icons", Helvetica, sans-serif !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Enable Ligatures ================ */
  letter-spacing: 0;
  -webkit-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  font-feature-settings: "liga";
  -webkit-font-variant-ligatures: discretionary-ligatures;
  font-variant-ligatures: discretionary-ligatures;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

input:invalid {
  border-color: #cc4b37;
}

input:invalid:after {
  content: 'Validation error!';
}

.a-label {
  display: inline-block;
  padding: 0.33333rem 0.5rem;
  border-radius: 0.1rem;
  font-size: 0.8rem;
  line-height: 1;
  white-space: nowrap;
  cursor: default;
}

.a-label--color-primary {
  background-color: #004882;
  color: #FFF;
}

.a-label--color-secondary {
  background-color: #FBF284;
}

.a-label--color-button-yellow {
  background-color: #FFF7CF;
}

.a-label--color-success {
  background-color: #3adb76;
}

.a-label--color-warning {
  background-color: #ffae00;
}

.a-label--color-alert {
  background-color: #cc4b37;
}

.a-label--color-light-white {
  background-color: #F5F5F5;
}

.a-label--color-fresh-lemon {
  background-color: #FBF284;
}

.a-label--color-brand-yellow {
  background-color: #FFDD10;
}

.a-label--color-brand-blue {
  background-color: #004882;
  color: #FFF;
}

.a-label--color-brand-white {
  background-color: #FFF;
}

.a-label--color-anthrazit {
  background-color: #364656;
  color: #FFF;
}

.a-label--color-brand-grey {
  background-color: #B1B3B4;
}

.a-menu-toggle {
  font-size: 2rem;
}

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

.a-paragraph--footnote {
  font-size: 75%;
  line-height: 1.33333;
  color: #4c4c4c;
}

.a-paragraph--light {
  color: #F5F5F5;
}

/*======================================
  Selectric v1.11.1
======================================*/
.a-select-wrapper {
  position: relative;
  cursor: pointer;
}

.a-select-responsive {
  width: 100%;
}

.a-select {
  border: 1px solid #DDD;
  background: #F8F8F8;
  position: relative;
}

.a-select .a-select__label {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 38px 0 10px;
  font-size: 12px;
  line-height: 38px;
  color: #444;
  height: 38px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.a-select .a-select__button {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 38px;
  height: 38px;
  color: #BBB;
  text-align: center;
  font: 0/0 a;
  *font: 20px/38px Lucida Sans Unicode, Arial Unicode MS, Arial;
}

.a-select .a-select__button:after {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-top-color: #BBB;
  border-bottom: none;
}

.a-select-focus .a-select {
  border-color: #aaaaaa;
}

.a-select-hover .a-select {
  border-color: #c4c4c4;
}

.a-select-hover .a-select .a-select__button {
  color: #a2a2a2;
}

.a-select-hover .a-select .a-select__button:after {
  border-top-color: #a2a2a2;
}

.a-select-open {
  z-index: 9999;
}

.a-select-open .a-select {
  border-color: #c4c4c4;
}

.a-select-open .a-select-items {
  display: block;
}

.a-select-disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.a-select-hide-select {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 0;
}

.a-select-hide-select select {
  position: absolute;
  left: -100%;
}

.a-select-hide-select.a-select-is-native {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
}

.a-select-hide-select.a-select-is-native select {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  border: none;
  z-index: 1;
  box-sizing: border-box;
  opacity: 0;
}

.a-select-input {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  outline: none !important;
  border: none !important;
  *font: 0/0 a !important;
  background: none !important;
}

.a-select-temp-show {
  position: absolute !important;
  visibility: hidden !important;
  display: block !important;
}

/* Items box */
.a-select-items {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #F8F8F8;
  border: 1px solid #c4c4c4;
  z-index: -1;
  box-shadow: 0 0 10px -6px;
}

.a-select-items .a-select-scroll {
  height: 100%;
  overflow: auto;
}

.a-select-above .a-select-items {
  top: auto;
  bottom: 100%;
}

.a-select-items ul, .a-select-items li {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 12px;
  line-height: 20px;
  min-height: 20px;
}

.a-select-items li {
  display: block;
  padding: 10px;
  color: #666;
  cursor: pointer;
}

.a-select-items li.selected {
  background: #E0E0E0;
  color: #444;
}

.a-select-items li.highlighted {
  background: #D0D0D0;
  color: #444;
}

.a-select-items li:hover {
  background: #D5D5D5;
  color: #444;
}

.a-select-items .disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default !important;
  background: none !important;
  color: #666 !important;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.a-select-items .a-select-group .a-select-group-label {
  font-weight: bold;
  padding-left: 10px;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: none;
  color: #444;
}

.a-select-items .a-select-group.disabled li {
  filter: alpha(opacity=100);
  opacity: 1;
}

.a-select-items .a-select-group li {
  padding-left: 25px;
}

.a-select-wrapper {
  margin-bottom: 1rem;
}

.a-select-wrapper .a-select {
  border: 1px solid #004882;
  border-radius: 0.1rem;
  background: #FFF;
}

.a-select-wrapper .a-select .a-select__label {
  color: #004882;
}

.a-select-wrapper .a-select .a-select__button {
  color: #004882;
  background-color: transparent;
  font-size: 1.5rem;
  line-height: 2.4rem;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.a-select-wrapper .a-select .a-select__button:after {
  display: none;
}

.a-select-wrapper .a-select:hover .a-select__button {
  color: #004882;
}

.a-select-wrapper .a-select-items {
  border: 1px solid #004882;
  background: #FFF;
  top: calc(100% - 1px);
}

.a-select-wrapper .a-select-items li {
  border: none;
  border-top: 1px solid #F5F5F5;
  color: #004882;
}

.a-select-wrapper .a-select-items li:first-child {
  border-top: none;
}

.a-select-wrapper .a-select-items li.selected, .a-select-wrapper .a-select-items li:hover {
  background-color: #f2f2f2;
}

.m-4cimprint {
  color: #004882;
}

.m-4cimprint__logo {
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  margin: -.4rem .5rem;
  background: url('vhs-assets-css-b8627cdc7c9b94c5ce9fb9c4653d06d5.svg') no-repeat;
  background-size: 100%;
  transition: 250ms ease transform;
}

.m-4cimprint:hover {
  text-decoration: underline;
  color: #004882;
}

.m-4cimprint:hover .m-4cimprint__logo {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.m-breadcrumbs {
  *zoom: 1;
  margin: 0 0 1rem 0;
  list-style: none;
}

.m-breadcrumbs:before, .m-breadcrumbs:after {
  content: " ";
  display: table;
}

.m-breadcrumbs:after {
  clear: both;
}

.m-breadcrumbs li {
  float: left;
  font-size: 0.6875rem;
  color: #1D1D1D;
  cursor: default;
  text-transform: uppercase;
}

.m-breadcrumbs li:not(:last-child)::after {
  position: relative;
  top: 1px;
  margin: 0 0.75rem;
  opacity: 1;
  content: "/";
  color: #4c4c4c;
}

.m-breadcrumbs a {
  color: #004882;
}

.m-breadcrumbs a:hover {
  text-decoration: underline;
}

.m-figure {
  position: relative;
}

.m-figure__img {
  margin-bottom: 1rem;
}

.m-navigation__list {
  margin: 0;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.m-navigation__list > li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

[data-whatinput='mouse'] .m-navigation__list > li {
  outline: 0;
}

.m-navigation__list > li > a {
  display: block;
  padding: 0.7rem 1rem;
  line-height: 1;
}

.m-navigation__list input,
.m-navigation__list select,
.m-navigation__list a,
.m-navigation__list button {
  margin-bottom: 0;
}

.m-navigation__list > li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

.m-navigation__list > li > a {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media print, screen and (min-width: 64em) {
  .m-navigation__list {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .m-navigation__list > li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
}

.m-navigation__list ul {
  margin: 0;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.m-navigation__list ul > li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

[data-whatinput='mouse'] .m-navigation__list ul > li {
  outline: 0;
}

.m-navigation__list ul > li > a {
  display: block;
  padding: 0.7rem 1rem;
  line-height: 1;
}

.m-navigation__list ul input,
.m-navigation__list ul select,
.m-navigation__list ul a,
.m-navigation__list ul button {
  margin-bottom: 0;
}

.m-navigation__list ul > li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

.m-navigation__list ul > li > a {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media print, screen and (min-width: 64em) {
  .m-navigation__list ul {
    display: none;
  }
}

.m-navigation__list ul.js-dropdown-active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media print, screen and (min-width: 64em) {
  .m-navigation__list ul.is-dropdown-submenu.first-sub {
    top: 100%;
    left: 0;
  }
}

.m-radio-checkbox-set {
  display: block;
}

.m-radio-checkbox-set__input-wrapper {
  position: relative;
}

.m-radio-checkbox-set label {
  position: relative;
  padding-left: 1.5rem;
  margin: 0;
  vertical-align: 3px;
}

.m-radio-checkbox-set label:before {
  font-family: "icons";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: inherit;
  font-size: 1.25rem;
}

.m-radio-checkbox-set input[type="radio"],
.m-radio-checkbox-set input[type="checkbox"] {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  font-size: 1.7rem;
  cursor: pointer;
}

.m-radio-checkbox-set input[type="radio"]:disabled ~ label,
.m-radio-checkbox-set input[type="checkbox"]:disabled ~ label {
  opacity: .5;
}

.m-radio-checkbox-set--radio input[type="radio"]:checked + label:before {
  content: "";
}

.m-radio-checkbox-set--checkbox input[type="checkbox"]:checked + label:before {
  content: "";
}

.m-radio-checkbox-set--checkbox label:before {
  content: "";
}

.m-radio-checkbox-set--review-stars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.m-radio-checkbox-set--review-stars label {
  padding-left: 0;
}

.m-radio-checkbox-set--review-stars label:before {
  display: none;
}

.m-radio-checkbox-set--review-stars label .a-icon:before {
  font-size: 2rem;
}

.m-radio-checkbox-set--review-stars:hover .m-radio-checkbox-set__input-wrapper label .a-icon:before {
  content: !important;
}

.m-radio-checkbox-set--review-stars:hover .m-radio-checkbox-set__input-wrapper:hover ~ .m-radio-checkbox-set__input-wrapper label .a-icon:before {
  content: !important;
}

.o-cart {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}

@media print, screen and (min-width: 64em) {
  .o-cart {
    height: auto;
  }
}

.o-cart__header {
  overflow: visible;
  padding: 1rem;
}

@media print, screen and (min-width: 64em) {
  .o-cart__header {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
}

.o-cart__items-total:after {
  content: ' | ';
}

.o-cart__checkout-button {
  margin: 0;
}

.o-cart .o-cart__list {
  overflow: scroll;
}

.o-cart__list {
  min-height: 1px;
}

@media print, screen and (min-width: 64em) {
  .o-cart__list {
    min-height: initial;
    max-height: 30rem;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }
}

.o-cart__list ul {
  margin: 0;
}

.o-cart__list li {
  padding-top: 1rem;
}

.o-cart__list li:last-child {
  padding-bottom: 1rem;
}

.o-cart__list a {
  display: block;
}

.o-cart__article-text {
  min-width: 5px;
}

.o-cart__article-name strong, .o-cart__article-variant, .o-cart__article-color {
  max-width: 100%;
  color: #004882;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}

.o-cart__article-amount, .o-cart__article-delete {
  margin: 0;
}

.row:not(.expanded) .o-cart .o-cart__list li.row,
.row:not(.expanded) .o-cart.row {
  max-width: 100%;
  margin: 0;
}

.o-dropdown--large {
  position: relative;
}

@media print, screen and (min-width: 64em) {
  .o-dropdown--large .o-dropdown__container {
    position: relative;
    margin: 0 0 1rem 0;
    padding: 1rem;
    border: 1px solid rgba(0, 72, 130, 0.25);
    border-radius: 0.1rem;
    position: relative;
    margin: 0 0 1rem 0;
    padding: 1rem;
    border: 1px solid rgba(0, 72, 130, 0.25);
    border-radius: 0.1rem;
    background-color: white;
    color: #004882;
    position: absolute;
    display: none;
    top: 100%;
    right: 0;
  }
  .o-dropdown--large .o-dropdown__container > :first-child {
    margin-top: 0;
  }
  .o-dropdown--large .o-dropdown__container > :last-child {
    margin-bottom: 0;
  }
  .o-dropdown--large .o-dropdown__container > :first-child {
    margin-top: 0;
  }
  .o-dropdown--large .o-dropdown__container > :last-child {
    margin-bottom: 0;
  }
}

.o-dropdown--large.is-open .o-dropdown__container {
  display: block;
}

.o-dropdown__container {
  z-index: 1;
}

@media print, screen and (min-width: 64em) {
  .o-dropdown--cart .o-dropdown__container {
    min-width: 30rem;
  }
}

.o-menubar {
  background-color: #FFF;
}

.o-menubar--meta {
  display: none;
}

@media print, screen and (min-width: 64em) {
  .o-menubar--meta {
    display: block;
  }
}

@media screen and (max-width: 63.9375em) {
  .o-offcanvas--medium-down {
    position: fixed;
    z-index: 1;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    background: #004882;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    overflow-y: auto;
  }
  [data-whatinput='mouse'] .o-offcanvas--medium-down {
    outline: 0;
  }
  .o-offcanvas--medium-down.is-transition-overlap {
    z-index: 10;
  }
  .o-offcanvas--medium-down.is-transition-overlap.is-open {
    box-shadow: none;
  }
  .o-offcanvas--medium-down.is-open {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  .o-offcanvas--medium-down.is-open ~ .off-canvas-content {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  .o-offcanvas--medium-down.is-transition-push::after {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 1px;
    box-shadow: none;
    content: " ";
  }
  .o-offcanvas--medium-down.is-transition-overlap.is-open ~ .off-canvas-content {
    -webkit-transform: none;
            transform: none;
  }
  .o-offcanvas--medium-down.is-open {
    -webkit-transform: none;
            transform: none;
    z-index: 1;
  }
  .o-offcanvas--medium-down.is-open ~ .off-canvas-content {
    margin-left: 100%;
  }
}

.o-panel {
  position: relative;
}

.o-panel--background-primary {
  background-color: #004882;
}

.o-panel--background-primary h1, .o-panel--background-primary h2, .o-panel--background-primary h3, .o-panel--background-primary h4, .o-panel--background-primary h5, .o-panel--background-primary h6 {
  color: #F5F5F5;
}

.o-panel--background-primary h1 small, .o-panel--background-primary h2 small, .o-panel--background-primary h3 small, .o-panel--background-primary h4 small, .o-panel--background-primary h5 small, .o-panel--background-primary h6 small {
  color: #F5F5F5;
}

.o-panel--background-primary p {
  color: #F5F5F5;
}

.o-panel--background-primary p.a-paragraph--footnote {
  color: #4c4c4c;
}

.o-panel--background-primary ul, .o-panel--background-primary ol, .o-panel--background-primary dl {
  color: #F5F5F5;
  font-weight: normal;
}

.o-panel--background-secondary {
  background-color: #FBF284;
}

.o-panel--background-button-yellow {
  background-color: #FFF7CF;
}

.o-panel--background-brand-grey {
  background-color: #B1B3B4;
}

.o-panel--background-light-gray {
  background-color: #F5F5F5;
}

.o-panel--background-black {
  background-color: #1D1D1D;
}

.o-panel--background-black h1, .o-panel--background-black h2, .o-panel--background-black h3, .o-panel--background-black h4, .o-panel--background-black h5, .o-panel--background-black h6 {
  color: #F5F5F5;
}

.o-panel--background-black h1 small, .o-panel--background-black h2 small, .o-panel--background-black h3 small, .o-panel--background-black h4 small, .o-panel--background-black h5 small, .o-panel--background-black h6 small {
  color: #F5F5F5;
}

.o-panel--background-black p {
  color: #F5F5F5;
}

.o-panel--background-black p.a-paragraph--footnote {
  color: #4c4c4c;
}

.o-panel--background-black ul, .o-panel--background-black ol, .o-panel--background-black dl {
  color: #F5F5F5;
  font-weight: normal;
}

.o-panel--background-white {
  background-color: #FFF;
}

.o-panel--background-medium-gray {
  background-color: #4c4c4c;
}

.o-panel--background-medium-gray h1, .o-panel--background-medium-gray h2, .o-panel--background-medium-gray h3, .o-panel--background-medium-gray h4, .o-panel--background-medium-gray h5, .o-panel--background-medium-gray h6 {
  color: #F5F5F5;
}

.o-panel--background-medium-gray h1 small, .o-panel--background-medium-gray h2 small, .o-panel--background-medium-gray h3 small, .o-panel--background-medium-gray h4 small, .o-panel--background-medium-gray h5 small, .o-panel--background-medium-gray h6 small {
  color: #F5F5F5;
}

.o-panel--background-medium-gray p {
  color: #F5F5F5;
}

.o-panel--background-medium-gray p.a-paragraph--footnote {
  color: #4c4c4c;
}

.o-panel--background-medium-gray ul, .o-panel--background-medium-gray ol, .o-panel--background-medium-gray dl {
  color: #F5F5F5;
  font-weight: normal;
}

.o-panel.o-panel--padding-topbottom-50 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

@media print, screen and (min-width: 40em) {
  .o-panel.o-panel--padding-topbottom-50 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}

.o-panel.o-panel--padding-top-50 {
  padding-top: 0.75rem;
}

@media print, screen and (min-width: 40em) {
  .o-panel.o-panel--padding-top-50 {
    padding-top: 1.5rem;
  }
}

.o-panel.o-panel--padding-bottom-50 {
  padding-bottom: 0.75rem;
}

@media print, screen and (min-width: 40em) {
  .o-panel.o-panel--padding-bottom-50 {
    padding-bottom: 1.5rem;
  }
}

.o-panel.o-panel--padding-topbottom-100 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

@media print, screen and (min-width: 40em) {
  .o-panel.o-panel--padding-topbottom-100 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

.o-panel.o-panel--padding-top-100 {
  padding-top: 1.5rem;
}

@media print, screen and (min-width: 40em) {
  .o-panel.o-panel--padding-top-100 {
    padding-top: 3rem;
  }
}

.o-panel.o-panel--padding-bottom-100 {
  padding-bottom: 1.5rem;
}

@media print, screen and (min-width: 40em) {
  .o-panel.o-panel--padding-bottom-100 {
    padding-bottom: 3rem;
  }
}

.o-panel.o-panel--padding-topbottom-150 {
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
}

@media print, screen and (min-width: 40em) {
  .o-panel.o-panel--padding-topbottom-150 {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }
}

.o-panel.o-panel--padding-top-150 {
  padding-top: 2.25rem;
}

@media print, screen and (min-width: 40em) {
  .o-panel.o-panel--padding-top-150 {
    padding-top: 4.5rem;
  }
}

.o-panel.o-panel--padding-bottom-150 {
  padding-bottom: 2.25rem;
}

@media print, screen and (min-width: 40em) {
  .o-panel.o-panel--padding-bottom-150 {
    padding-bottom: 4.5rem;
  }
}

.o-panel.o-panel--padding-topbottom-200 {
  padding-top: 3.25rem;
  padding-bottom: 3.25rem;
}

@media print, screen and (min-width: 40em) {
  .o-panel.o-panel--padding-topbottom-200 {
    padding-top: 6.5rem;
    padding-bottom: 6.5rem;
  }
}

.o-panel.o-panel--padding-top-200 {
  padding-top: 3.25rem;
}

@media print, screen and (min-width: 40em) {
  .o-panel.o-panel--padding-top-200 {
    padding-top: 6.5rem;
  }
}

.o-panel.o-panel--padding-bottom-200 {
  padding-bottom: 3.25rem;
}

@media print, screen and (min-width: 40em) {
  .o-panel.o-panel--padding-bottom-200 {
    padding-bottom: 6.5rem;
  }
}

.o-panel.o-panel--padding-topbottom-250 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

@media print, screen and (min-width: 40em) {
  .o-panel.o-panel--padding-topbottom-250 {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
}

.o-panel.o-panel--padding-top-250 {
  padding-top: 5rem;
}

@media print, screen and (min-width: 40em) {
  .o-panel.o-panel--padding-top-250 {
    padding-top: 10rem;
  }
}

.o-panel.o-panel--padding-bottom-250 {
  padding-bottom: 5rem;
}

@media print, screen and (min-width: 40em) {
  .o-panel.o-panel--padding-bottom-250 {
    padding-bottom: 10rem;
  }
}

.o-panel.o-panel--padding-topbottom-300 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

@media print, screen and (min-width: 40em) {
  .o-panel.o-panel--padding-topbottom-300 {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }
}

.o-panel.o-panel--padding-top-300 {
  padding-top: 6rem;
}

@media print, screen and (min-width: 40em) {
  .o-panel.o-panel--padding-top-300 {
    padding-top: 12rem;
  }
}

.o-panel.o-panel--padding-bottom-300 {
  padding-bottom: 6rem;
}

@media print, screen and (min-width: 40em) {
  .o-panel.o-panel--padding-bottom-300 {
    padding-bottom: 12rem;
  }
}

.o-panel.o-panel--padding-topbottom-350 {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

@media print, screen and (min-width: 40em) {
  .o-panel.o-panel--padding-topbottom-350 {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }
}

.o-panel.o-panel--padding-top-350 {
  padding-top: 8rem;
}

@media print, screen and (min-width: 40em) {
  .o-panel.o-panel--padding-top-350 {
    padding-top: 16rem;
  }
}

.o-panel.o-panel--padding-bottom-350 {
  padding-bottom: 8rem;
}

@media print, screen and (min-width: 40em) {
  .o-panel.o-panel--padding-bottom-350 {
    padding-bottom: 16rem;
  }
}

.o-panel.o-panel--padding-topbottom-380 {
  padding-top: 8.5rem;
  padding-bottom: 8.5rem;
}

@media print, screen and (min-width: 40em) {
  .o-panel.o-panel--padding-topbottom-380 {
    padding-top: 17rem;
    padding-bottom: 17rem;
  }
}

.o-panel.o-panel--padding-top-380 {
  padding-top: 8.5rem;
}

@media print, screen and (min-width: 40em) {
  .o-panel.o-panel--padding-top-380 {
    padding-top: 17rem;
  }
}

.o-panel.o-panel--padding-bottom-380 {
  padding-bottom: 8.5rem;
}

@media print, screen and (min-width: 40em) {
  .o-panel.o-panel--padding-bottom-380 {
    padding-bottom: 17rem;
  }
}

.o-panel.o-panel--padding-topbottom-400 {
  padding-top: 9.5rem;
  padding-bottom: 9.5rem;
}

@media print, screen and (min-width: 40em) {
  .o-panel.o-panel--padding-topbottom-400 {
    padding-top: 19rem;
    padding-bottom: 19rem;
  }
}

.o-panel.o-panel--padding-top-400 {
  padding-top: 9.5rem;
}

@media print, screen and (min-width: 40em) {
  .o-panel.o-panel--padding-top-400 {
    padding-top: 19rem;
  }
}

.o-panel.o-panel--padding-bottom-400 {
  padding-bottom: 9.5rem;
}

@media print, screen and (min-width: 40em) {
  .o-panel.o-panel--padding-bottom-400 {
    padding-bottom: 19rem;
  }
}

.o-panel.o-panel--margin-topbottom-50 {
  margin-top: 0.99rem;
  margin-bottom: 0.99rem;
}

@media print, screen and (min-width: 40em) {
  .o-panel.o-panel--margin-topbottom-50 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
}

.o-panel.o-panel--margin-top-50 {
  margin-top: 0.99rem;
}

@media print, screen and (min-width: 40em) {
  .o-panel.o-panel--margin-top-50 {
    margin-top: 1.5rem;
  }
}

.o-panel.o-panel--margin-bottom-50 {
  margin-bottom: 0.99rem;
}

@media print, screen and (min-width: 40em) {
  .o-panel.o-panel--margin-bottom-50 {
    margin-bottom: 1.5rem;
  }
}

.o-panel.o-panel--margin-topbottom-100 {
  margin-top: 1.98rem;
  margin-bottom: 1.98rem;
}

@media print, screen and (min-width: 40em) {
  .o-panel.o-panel--margin-topbottom-100 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
}

.o-panel.o-panel--margin-top-100 {
  margin-top: 1.98rem;
}

@media print, screen and (min-width: 40em) {
  .o-panel.o-panel--margin-top-100 {
    margin-top: 3rem;
  }
}

.o-panel.o-panel--margin-bottom-100 {
  margin-bottom: 1.98rem;
}

@media print, screen and (min-width: 40em) {
  .o-panel.o-panel--margin-bottom-100 {
    margin-bottom: 3rem;
  }
}

.o-panel.o-panel--margin-topbottom-150 {
  margin-top: 2.97rem;
  margin-bottom: 2.97rem;
}

@media print, screen and (min-width: 40em) {
  .o-panel.o-panel--margin-topbottom-150 {
    margin-top: 4.5rem;
    margin-bottom: 4.5rem;
  }
}

.o-panel.o-panel--margin-top-150 {
  margin-top: 2.97rem;
}

@media print, screen and (min-width: 40em) {
  .o-panel.o-panel--margin-top-150 {
    margin-top: 4.5rem;
  }
}

.o-panel.o-panel--margin-bottom-150 {
  margin-bottom: 2.97rem;
}

@media print, screen and (min-width: 40em) {
  .o-panel.o-panel--margin-bottom-150 {
    margin-bottom: 4.5rem;
  }
}

.o-panel.o-panel--margin-topbottom-200 {
  margin-top: 4.29rem;
  margin-bottom: 4.29rem;
}

@media print, screen and (min-width: 40em) {
  .o-panel.o-panel--margin-topbottom-200 {
    margin-top: 6.5rem;
    margin-bottom: 6.5rem;
  }
}

.o-panel.o-panel--margin-top-200 {
  margin-top: 4.29rem;
}

@media print, screen and (min-width: 40em) {
  .o-panel.o-panel--margin-top-200 {
    margin-top: 6.5rem;
  }
}

.o-panel.o-panel--margin-bottom-200 {
  margin-bottom: 4.29rem;
}

@media print, screen and (min-width: 40em) {
  .o-panel.o-panel--margin-bottom-200 {
    margin-bottom: 6.5rem;
  }
}

.o-panel.o-panel--margin-topbottom-250 {
  margin-top: 6.6rem;
  margin-bottom: 6.6rem;
}

@media print, screen and (min-width: 40em) {
  .o-panel.o-panel--margin-topbottom-250 {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }
}

.o-panel.o-panel--margin-top-250 {
  margin-top: 6.6rem;
}

@media print, screen and (min-width: 40em) {
  .o-panel.o-panel--margin-top-250 {
    margin-top: 10rem;
  }
}

.o-panel.o-panel--margin-bottom-250 {
  margin-bottom: 6.6rem;
}

@media print, screen and (min-width: 40em) {
  .o-panel.o-panel--margin-bottom-250 {
    margin-bottom: 10rem;
  }
}

.o-panel.o-panel--margin-topbottom-300 {
  margin-top: 7.92rem;
  margin-bottom: 7.92rem;
}

@media print, screen and (min-width: 40em) {
  .o-panel.o-panel--margin-topbottom-300 {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }
}

.o-panel.o-panel--margin-top-300 {
  margin-top: 7.92rem;
}

@media print, screen and (min-width: 40em) {
  .o-panel.o-panel--margin-top-300 {
    margin-top: 12rem;
  }
}

.o-panel.o-panel--margin-bottom-300 {
  margin-bottom: 7.92rem;
}

@media print, screen and (min-width: 40em) {
  .o-panel.o-panel--margin-bottom-300 {
    margin-bottom: 12rem;
  }
}

.o-panel.o-panel--margin-topbottom-350 {
  margin-top: 10.56rem;
  margin-bottom: 10.56rem;
}

@media print, screen and (min-width: 40em) {
  .o-panel.o-panel--margin-topbottom-350 {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }
}

.o-panel.o-panel--margin-top-350 {
  margin-top: 10.56rem;
}

@media print, screen and (min-width: 40em) {
  .o-panel.o-panel--margin-top-350 {
    margin-top: 16rem;
  }
}

.o-panel.o-panel--margin-bottom-350 {
  margin-bottom: 10.56rem;
}

@media print, screen and (min-width: 40em) {
  .o-panel.o-panel--margin-bottom-350 {
    margin-bottom: 16rem;
  }
}

.o-panel.o-panel--margin-topbottom-380 {
  margin-top: 11.22rem;
  margin-bottom: 11.22rem;
}

@media print, screen and (min-width: 40em) {
  .o-panel.o-panel--margin-topbottom-380 {
    margin-top: 17rem;
    margin-bottom: 17rem;
  }
}

.o-panel.o-panel--margin-top-380 {
  margin-top: 11.22rem;
}

@media print, screen and (min-width: 40em) {
  .o-panel.o-panel--margin-top-380 {
    margin-top: 17rem;
  }
}

.o-panel.o-panel--margin-bottom-380 {
  margin-bottom: 11.22rem;
}

@media print, screen and (min-width: 40em) {
  .o-panel.o-panel--margin-bottom-380 {
    margin-bottom: 17rem;
  }
}

.o-panel.o-panel--margin-topbottom-400 {
  margin-top: 12.54rem;
  margin-bottom: 12.54rem;
}

@media print, screen and (min-width: 40em) {
  .o-panel.o-panel--margin-topbottom-400 {
    margin-top: 19rem;
    margin-bottom: 19rem;
  }
}

.o-panel.o-panel--margin-top-400 {
  margin-top: 12.54rem;
}

@media print, screen and (min-width: 40em) {
  .o-panel.o-panel--margin-top-400 {
    margin-top: 19rem;
  }
}

.o-panel.o-panel--margin-bottom-400 {
  margin-bottom: 12.54rem;
}

@media print, screen and (min-width: 40em) {
  .o-panel.o-panel--margin-bottom-400 {
    margin-bottom: 19rem;
  }
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-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 {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.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('vhs-assets-css-f9815cb4b8b76caf2129634306dae6e0.gif') center center no-repeat;
}

/* Icons */
/* 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%;
  -webkit-transform: translate(0, -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: "icons";
  font-size: 20px;
  line-height: 1;
  color: #004882;
  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: "icons";
  font-size: 18px;
  line-height: 20px;
  text-align: center;
  color: #004882;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: #004882;
  opacity: 0.75;
}

.slick-prev {
  -webkit-transform: rotate(180deg) translate(0, 50%);
          transform: rotate(180deg) translate(0, 50%);
}

@media screen and (max-width: 89.9375em) {
  .slick-slider {
    margin: 0 1.5rem;
  }
}

.o-slick-slider:not(.slick-filter)__slide + .o-slick-slider__slide {
  display: none;
}

.o-tabs__titles {
  *zoom: 1;
  margin: 0;
  border: 1px solid #F5F5F5;
  background: #FFF;
  list-style-type: none;
}

.o-tabs__titles:before, .o-tabs__titles:after {
  content: " ";
  display: table;
}

.o-tabs__titles:after {
  clear: both;
}

.o-tabs__title {
  float: left;
}

.o-tabs__title > a {
  display: block;
  padding: 1.25rem 1.5rem;
  font-size: 0.75rem;
  line-height: 1;
  color: #004882;
}

.o-tabs__title > a:hover {
  background: #FFF;
  color: #003e70;
}

.o-tabs__title > a:focus, .o-tabs__title > a[aria-selected='true'] {
  background: #F5F5F5;
  color: #004882;
}

.o-tabs__title:focus,
.o-tabs__title a:focus {
  outline: none;
}

.o-tabs__content {
  border: 1px solid #F5F5F5;
  border-top: 0;
  background: #FFF;
  color: #004882;
  transition: all 0.5s ease;
}

.o-tabs__panel {
  display: none;
  padding: 1rem;
}

.o-tabs__panel[aria-hidden="false"] {
  display: block;
}

.o-tabs__scroll-outer {
  height: 4.5rem;
  overflow: hidden;
  margin-top: -20px;
  position: relative;
}

.o-tabs__scroll-outer.is-scrollable:before, .o-tabs__scroll-outer.is-scrollable:after {
  position: absolute;
  top: 0;
  margin-top: 20px;
  height: 100%;
  width: 1rem;
  line-height: 3.25rem;
  border-top: 1px solid #F5F5F5;
  z-index: 1;
}

.o-tabs__scroll-outer.is-scrollable:before {
  content: ' ';
  left: 10px;
  border-left: 1px solid #F5F5F5;
}

.o-tabs__scroll-outer.is-scrollable:after {
  font-family: "icons";
  right: 10px;
  background: #FFF;
  border-right: 1px solid #F5F5F5;
}

.o-tabs__scroll-inner {
  position: relative;
  margin: 20px 10px 0 10px;
  padding: 0;
  height: 100%;
  overflow-y: hidden;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
}

@media print, screen and (min-width: 40em) {
  .o-tabs__scroll-inner {
    margin: 20px 15px 0 15px;
  }
}

footer {
  background-color: #1D1D1D;
  color: #B1B3B4;
  text-transform: uppercase;
  font-weight: bold;
}

footer ul li {
  list-style: none;
  font-size: 12px;
  letter-spacing: 3px;
}

footer ul li a {
  opacity: 0.5;
  transition: all 0.2s ease-in-out;
  padding: 0.5rem;
  display: inline-block;
  color: #B1B3B4;
}

footer ul li a:hover {
  color: white;
  opacity: 1;
}

@media screen and (max-width: 39.9375em) {
  footer ul {
    text-align: center;
    margin: 0;
  }
}

footer .social-icons {
  margin-top: 3.5rem;
}

footer .social-icons li {
  display: inline-block;
  font-size: 2rem;
}

footer .social-icons li a {
  padding: 0.1rem;
}

@media screen and (max-width: 39.9375em) {
  footer .social-icons {
    margin-top: 2.5rem;
  }
}

footer .footer-logo {
  float: right;
  font-size: 52px;
  color: white;
  transition: all 0.2s ease-in-out;
}

footer .footer-logo:hover {
  opacity: 0.8;
}

@media screen and (max-width: 39.9375em) {
  footer .footer-logo {
    float: none;
    display: block;
    margin-bottom: 2.5rem;
  }
  footer .footer-logo span {
    display: block;
    text-align: center;
  }
}

footer .m-4cimprint {
  float: right;
  margin-right: 1.8rem;
  margin-top: -0.8rem;
}

@media screen and (max-width: 39.9375em) {
  footer .m-4cimprint {
    float: none;
    display: block;
    margin: 3rem 0 0 0;
  }
}

footer .copyright {
  text-align: right;
  font-size: 10px;
  display: block;
  margin-top: 1rem;
  opacity: 0.5;
}

@media screen and (max-width: 39.9375em) {
  footer .copyright {
    text-align: center;
  }
}

.pullup {
  margin-top: -10px;
}

@media screen and (max-width: 63.9375em) {
  .pullup {
    margin-top: 15px;
    float: none !important;
  }
}

@media screen and (max-width: 63.9375em) {
  body {
    padding-top: 90px;
  }
}

a:focus {
  color: inherit;
}

.js-product-data-table-container .row .column:nth-child(2), .js-product-data-table-container .row .columns:nth-child(2) {
  position: relative;
}

.js-product-data-table-container .row .column:nth-child(2) > div .a-headline--product-info-table, .js-product-data-table-container .row .columns:nth-child(2) > div .a-headline--product-info-table {
  margin: 1.2rem 0 1rem;
}

@media print, screen and (min-width: 64em) {
  .js-product-data-table-container .row .column:nth-child(2) > div .a-headline--product-info-table, .js-product-data-table-container .row .columns:nth-child(2) > div .a-headline--product-info-table {
    margin: 0;
  }
}

@media print, screen and (min-width: 64em) {
  .js-product-data-table-container .row .column:nth-child(2) > div, .js-product-data-table-container .row .columns:nth-child(2) > div {
    position: absolute;
    padding-top: 0;
    bottom: 16px;
  }
}

.js-product-data-table-container .row .column:nth-child(3), .js-product-data-table-container .row .columns:nth-child(3) {
  position: relative;
}

@media print, screen and (min-width: 64em) {
  .js-product-data-table-container .row .column:nth-child(3) > div, .js-product-data-table-container .row .columns:nth-child(3) > div {
    position: absolute;
    right: 0.9375rem;
    bottom: 8px;
    float: right;
  }
}

body {
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

@media screen and (max-width: 63.9375em) {
  main {
    padding-top: 5rem;
  }
}

.expanded .row {
  margin: 0 auto;
}

.wordspacing-large {
  word-spacing: 100vw;
}

@media screen and (max-width: 63.9375em) {
  .wordspacing-large {
    word-spacing: normal;
  }
}

.note-float-left {
  float: left;
  text-align: center;
}

@media screen and (max-width: 63.9375em) {
  .note-float-left {
    float: none;
  }
}

.large-spacing-grid-row {
  padding: 0 5rem 4rem 5rem;
}

@media screen and (max-width: 39.9375em) {
  .large-spacing-grid-row {
    padding: 0 !important;
  }
}

.p-filter-status-bar__status {
  display: none;
}

.p-filter-status-bar__status.is-active {
  display: inline;
}

.p-filter-status-bar__status:not(:first-child):before {
  content: '| ';
}

.p-message {
  position: fixed;
  left: 50%;
  -webkit-transform: translate3d(-50%, 100%, 0);
          transform: translate3d(-50%, 100%, 0);
  bottom: 0;
  z-index: 50;
  box-shadow: 0px 3px 8px 1px rgba(29, 29, 29, 0.5);
  opacity: 0;
}

.p-message.is-animation-start {
  -webkit-animation: 4s ease messageSlideIn;
          animation: 4s ease messageSlideIn;
}

@-webkit-keyframes messageSlideIn {
  0% {
    opacity: 0;
    bottom: 0;
  }
  20% {
    opacity: 1;
    bottom: 7rem;
  }
  80% {
    opacity: 1;
    bottom: 7rem;
  }
  100% {
    opacity: 0;
    bottom: 0;
  }
}

@keyframes messageSlideIn {
  0% {
    opacity: 0;
    bottom: 0;
  }
  20% {
    opacity: 1;
    bottom: 7rem;
  }
  80% {
    opacity: 1;
    bottom: 7rem;
  }
  100% {
    opacity: 0;
    bottom: 0;
  }
}

.pswp {
  /* Serve SVG sprite if browser supports SVG */
}

.pswp .pswp__button,
.pswp .pswp__button--arrow--left:before,
.pswp .pswp__button--arrow--right:before {
  background-image: url('vhs-assets-css-f21bf8c70730f12453f5606ae75709f6.png');
}

.pswp.pswp--svg .pswp__button,
.pswp.pswp--svg .pswp__button--arrow--left:before,
.pswp.pswp--svg .pswp__button--arrow--right:before {
  background-image: url('vhs-assets-css-d95211a3768abbd6c054f33b936c940a.svg');
}

.pswp.pswp--svg .pswp__button--arrow--left,
.pswp.pswp--svg .pswp__button--arrow--right {
  background-image: none;
}

.pswp .pswp__preloader--active .pswp__preloader__icn {
  /* We use .gif in browsers that don't support CSS animation */
  background-image: url('vhs-assets-css-9cb9d7d8c98d7509200de44ed76fa402.gif');
}

h1 {
  font-family: "Oswald", Roboto, Arial, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  text-transform: uppercase;
  word-break: break-word;
  -ms-word-break: break-all;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
}

@-moz-document url-prefix() {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    word-break: normal;
  }
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-top: 2em;
  display: block;
  line-height: 24px;
  font-family: "Roboto", Arial, sans-serif;
  word-break: normal;
}

@-moz-document url-prefix() {
  h1 small,
  h2 small,
  h3 small,
  h4 small,
  h5 small,
  h6 small {
    word-break: normal;
  }
}

@media screen and (max-width: 39.9375em) {
  h1 small,
  h2 small,
  h3 small,
  h4 small,
  h5 small,
  h6 small {
    margin-top: 1em;
  }
}

h1 hr,
h2 hr,
h3 hr,
h4 hr,
h5 hr,
h6 hr {
  width: 75px;
  border-bottom: 2px solid #004882;
  margin: 0.5em 0;
  text-align: left;
}

h1 hr.text-center,
h2 hr.text-center,
h3 hr.text-center,
h4 hr.text-center,
h5 hr.text-center,
h6 hr.text-center {
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  left: 50%;
  position: relative;
}

.text-center h1.a-headline hr, .text-center
h2.a-headline hr, .text-center
h3.a-headline hr, .text-center
h4.a-headline hr, .text-center
h5.a-headline hr, .text-center
h6.a-headline hr {
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  left: 50%;
  position: relative;
}

h2,
.a-headline.a-headline--size-h2 {
  -ms-word-break: normal;
}

@-moz-document url-prefix() {
  h2,
  .a-headline.a-headline--size-h2 {
    word-break: normal;
  }
}

@media print, screen and (min-width: 40em) {
  h2,
  .a-headline.a-headline--size-h2 {
    font-size: 2.8rem;
  }
}

@media print, screen and (min-width: 64em) {
  h2,
  .a-headline.a-headline--size-h2 {
    font-size: 2rem;
  }
}

@media screen and (min-width: 75em) {
  h2,
  .a-headline.a-headline--size-h2 {
    font-size: 2.5rem;
  }
}

@media screen and (min-width: 90em) {
  h2,
  .a-headline.a-headline--size-h2 {
    font-size: 3rem;
  }
}

@media screen and (min-width: 120em) {
  h2,
  .a-headline.a-headline--size-h2 {
    font-size: 3.3rem;
  }
}

.a-headline--second-font {
  font-family: "Oswald", Roboto, Arial, sans-serif;
}

.a-headline--border-light {
  border-bottom: 1px solid #004882;
  padding-bottom: 0.2em;
}

.a-headline--border-bold {
  border-bottom: 3px solid #004882;
  padding-bottom: 0.2em;
}

.a-headline--compact-subheadline small {
  margin-top: .5rem;
}

.a-headline--compact-subheadline hr {
  margin-top: .5rem;
}

.a-headline--text-transform-none {
  text-transform: none;
}

.a-headline--text-transform-lowercase {
  text-transform: lowercase;
}

.a-headline--yellow-background {
  background-color: #FFF7CF;
  padding: 0;
  margin-bottom: 13px;
}

.a-headline--yellow-background small {
  padding: 0.8em 0.7em 0.8em 1.3em;
}

.a-headline--yellow-background small .a-icon {
  float: left;
  font-size: 29px;
  margin: -2px 18px 0 0;
}

.a-headline--yellow-background small .project-number {
  color: #B1B3B4;
  float: right;
}

@media screen and (max-width: 39.9375em) {
  .a-headline--yellow-background small .a-icon {
    font-size: 37px;
    margin: 5px 10px 15px 0;
  }
  .a-headline--yellow-background small .project-number {
    float: none;
    display: block;
  }
}

.a-headline--product-info-table {
  text-transform: uppercase;
  margin-bottom: 0;
  padding-top: 1rem;
  -webkit-box-flex: 1;
      -ms-flex: 1 auto;
          flex: 1 auto;
}

.a-headline--product-info-table > span {
  color: #B1B3B4;
}

.a-headline--product-info-table > span:before {
  position: relative;
  font-weight: bold;
  color: #004882;
}

@media screen and (max-width: 39.9375em) {
  .a-headline--product-info-table {
    border-top: 1px solid rgba(0, 72, 130, 0.25);
  }
  .a-headline--product-info-table > span {
    display: block;
    margin-left: 0;
    border-bottom: 1px solid rgba(0, 72, 130, 0.25);
    padding-bottom: 0.5em;
    line-height: 1.8em;
  }
  .a-headline--product-info-table > span:before {
    content: "";
  }
}

.product-info-table-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

h4.a-headline--border-bold {
  padding-bottom: 1.2em;
}

.a-anchor--underline {
  color: #004882;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  line-height: inherit;
  margin-bottom: 1em;
  padding: 0 0 0.3em 0;
  position: relative;
  text-decoration: none;
}

.a-anchor--underline:hover:after {
  background-color: rgba(0, 72, 130, 0.85);
}

.a-anchor--underline:after {
  background-color: rgba(0, 72, 130, 0.35);
  bottom: 0;
  content: '';
  height: 2px;
  left: 0;
  position: absolute;
  transition: background 150ms ease, bottom 300ms ease;
  width: 100%;
}

.a-anchor--underline.a-anchor--button {
  color: #B1B3B4;
  transition: color 150ms ease;
}

.a-anchor--underline.a-anchor--button:after {
  opacity: 0;
}

.a-anchor--underline.a-anchor--button.is-active {
  color: #004882;
  cursor: default;
}

.a-anchor--underline.a-anchor--button.is-active:after {
  opacity: 1;
}

.a-anchor--underline.a-anchor--button:hover {
  color: #004882;
}

.a-anchor--underline.a-anchor--button:hover:after {
  opacity: 1;
  background-color: rgba(0, 72, 130, 0.35);
}

.a-button {
  border-width: 1px;
  font-family: "Roboto", Arial, sans-serif;
  font-weight: bold;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: 12px;
}

.a-button:hover {
  border-width: 1px;
  background: transparent;
  border-color: #004882;
  color: #004882;
}

.a-button:focus {
  border-width: 1px;
  border-color: #002c4f;
}

.a-button--color-primary {
  border-color: #004882;
}

.a-button--color-primary:visited {
  color: #FFF;
  font-size: 30px;
}

.a-button--color-primary:focus {
  border-color: #002c4f;
}

.a-button--color-primary:hover {
  background-color: transparent;
  border: 1px solid #004882;
  color: #004882;
}

.a-button--color-primary:hover:visited {
  color: #004882;
}

.a-button--color-primary.a-button--hollow {
  border-width: 1px;
  color: #004882;
}

.a-button--color-primary.a-button--hollow:hover {
  background-color: #004882;
  border: 1px solid #004882;
  color: #F5F5F5;
}

.a-button--color-primary.a-button--hollow:hover:visited {
  color: #F5F5F5;
}

.a-button--color-secondary {
  border-color: #FBF284;
}

.a-button--color-secondary:visited {
  color: #004882;
}

.a-button--color-secondary:focus {
  border-color: #f9ed53;
}

.a-button--color-secondary:hover {
  background-color: transparent;
  border: 1px solid #FBF284;
  color: #FBF284;
}

.a-button--color-secondary:hover:visited {
  color: #FBF284;
}

.a-button--color-secondary.a-button--hollow {
  border-width: 1px;
  color: #FBF284;
}

.a-button--color-secondary.a-button--hollow:hover {
  background-color: #FBF284;
  border: 1px solid #FBF284;
  color: #004882;
}

.a-button--color-secondary.a-button--hollow:hover:visited {
  color: #004882;
}

.a-button--color-button-yellow {
  border-color: #FFF7CF;
}

.a-button--color-button-yellow:visited {
  color: #004882;
}

.a-button--color-button-yellow:focus {
  border-color: #ffef9c;
}

.a-button--color-button-yellow:hover {
  background-color: transparent;
  border: 1px solid #FFF7CF;
  color: #004882;
}

.a-button--color-button-yellow:hover:visited {
  color: #004882;
}

.a-button--color-button-yellow.a-button--light:hover {
  color: #FFF7CF;
}

.a-button--color-button-yellow.a-button--hollow {
  border-width: 1px;
  color: #FFF7CF;
}

.a-button--color-button-yellow.a-button--hollow:hover {
  background-color: #FFF7CF;
  border: 1px solid #FFF7CF;
  color: #004882;
}

.a-button--color-button-yellow.a-button--hollow:hover:visited {
  color: #004882;
}

.a-button--color-success {
  border-color: #3adb76;
}

.a-button--color-success:visited {
  color: #004882;
}

.a-button--color-success:focus {
  border-color: #23bf5d;
}

.a-button--color-success:hover {
  background-color: transparent;
  border: 1px solid #3adb76;
  color: #3adb76;
}

.a-button--color-success:hover:visited {
  color: #3adb76;
}

.a-button--color-success.a-button--hollow {
  border-width: 1px;
  color: #3adb76;
}

.a-button--color-success.a-button--hollow:hover {
  background-color: #3adb76;
  border: 1px solid #3adb76;
  color: #004882;
}

.a-button--color-success.a-button--hollow:hover:visited {
  color: #004882;
}

.a-button--color-warning {
  border-color: #ffae00;
}

.a-button--color-warning:visited {
  color: #FFF;
  font-size: 30px;
}

.a-button--color-warning:focus {
  border-color: #cc8b00;
}

.a-button--color-warning:hover {
  background-color: transparent;
  border: 1px solid #ffae00;
  color: #ffae00;
}

.a-button--color-warning:hover:visited {
  color: #ffae00;
}

.a-button--color-warning.a-button--hollow {
  border-width: 1px;
  color: #ffae00;
}

.a-button--color-warning.a-button--hollow:hover {
  background-color: #ffae00;
  border: 1px solid #ffae00;
  color: #F5F5F5;
}

.a-button--color-warning.a-button--hollow:hover:visited {
  color: #F5F5F5;
}

.a-button--color-alert {
  border-color: #cc4b37;
}

.a-button--color-alert:visited {
  color: #004882;
}

.a-button--color-alert:focus {
  border-color: #a63b2a;
}

.a-button--color-alert:hover {
  background-color: transparent;
  border: 1px solid #cc4b37;
  color: #cc4b37;
}

.a-button--color-alert:hover:visited {
  color: #cc4b37;
}

.a-button--color-alert.a-button--hollow {
  border-width: 1px;
  color: #cc4b37;
}

.a-button--color-alert.a-button--hollow:hover {
  background-color: #cc4b37;
  border: 1px solid #cc4b37;
  color: #004882;
}

.a-button--color-alert.a-button--hollow:hover:visited {
  color: #004882;
}

.a-button--color-light-white {
  border-color: #F5F5F5;
}

.a-button--color-light-white:visited {
  color: #004882;
}

.a-button--color-light-white:focus {
  border-color: gainsboro;
}

.a-button--color-light-white:hover {
  background-color: transparent;
  border: 1px solid #F5F5F5;
  color: #004882;
}

.a-button--color-light-white:hover:visited {
  color: #004882;
}

.a-button--color-light-white.a-button--light:hover {
  color: #F5F5F5;
}

.a-button--color-light-white.a-button--hollow {
  border-width: 1px;
  color: #F5F5F5;
}

.a-button--color-light-white.a-button--hollow:hover {
  background-color: #F5F5F5;
  border: 1px solid #F5F5F5;
  color: #004882;
}

.a-button--color-light-white.a-button--hollow:hover:visited {
  color: #004882;
}

.a-button--color-fresh-lemon {
  border-color: #FBF284;
}

.a-button--color-fresh-lemon:visited {
  color: #004882;
}

.a-button--color-fresh-lemon:focus {
  border-color: #f9ed53;
}

.a-button--color-fresh-lemon:hover {
  background-color: transparent;
  border: 1px solid #FBF284;
  color: #FBF284;
}

.a-button--color-fresh-lemon:hover:visited {
  color: #FBF284;
}

.a-button--color-fresh-lemon.a-button--hollow {
  border-width: 1px;
  color: #FBF284;
}

.a-button--color-fresh-lemon.a-button--hollow:hover {
  background-color: #FBF284;
  border: 1px solid #FBF284;
  color: #004882;
}

.a-button--color-fresh-lemon.a-button--hollow:hover:visited {
  color: #004882;
}

.a-button--color-brand-yellow {
  border-color: #FFDD10;
}

.a-button--color-brand-yellow:visited {
  color: #004882;
}

.a-button--color-brand-yellow:focus {
  border-color: #dcbd00;
}

.a-button--color-brand-yellow:hover {
  background-color: transparent;
  border: 1px solid #FFDD10;
  color: #FFDD10;
}

.a-button--color-brand-yellow:hover:visited {
  color: #FFDD10;
}

.a-button--color-brand-yellow.a-button--hollow {
  border-width: 1px;
  color: #FFDD10;
}

.a-button--color-brand-yellow.a-button--hollow:hover {
  background-color: #FFDD10;
  border: 1px solid #FFDD10;
  color: #004882;
}

.a-button--color-brand-yellow.a-button--hollow:hover:visited {
  color: #004882;
}

.a-button--color-brand-blue {
  border-color: #004882;
}

.a-button--color-brand-blue:visited {
  color: #FFF;
  font-size: 30px;
}

.a-button--color-brand-blue:focus {
  border-color: #002c4f;
}

.a-button--color-brand-blue:hover {
  background-color: transparent;
  border: 1px solid #004882;
  color: #004882;
}

.a-button--color-brand-blue:hover:visited {
  color: #004882;
}

.a-button--color-brand-blue.a-button--hollow {
  border-width: 1px;
  color: #004882;
}

.a-button--color-brand-blue.a-button--hollow:hover {
  background-color: #004882;
  border: 1px solid #004882;
  color: #F5F5F5;
}

.a-button--color-brand-blue.a-button--hollow:hover:visited {
  color: #F5F5F5;
}

.a-button--color-brand-white {
  border-color: #FFF;
}

.a-button--color-brand-white:visited {
  color: #004882;
}

.a-button--color-brand-white:focus {
  border-color: #e6e6e6;
}

.a-button--color-brand-white:hover {
  background-color: transparent;
  border: 1px solid #FFF;
  color: #004882;
}

.a-button--color-brand-white:hover:visited {
  color: #004882;
}

.a-button--color-brand-white.a-button--light:hover {
  color: #FFF;
}

.a-button--color-brand-white.a-button--hollow {
  border-width: 1px;
  color: #FFF;
}

.a-button--color-brand-white.a-button--hollow:hover {
  background-color: #FFF;
  border: 1px solid #FFF;
  color: #004882;
}

.a-button--color-brand-white.a-button--hollow:hover:visited {
  color: #004882;
}

.a-button--color-anthrazit {
  border-color: #364656;
}

.a-button--color-anthrazit:visited {
  color: #FFF;
  font-size: 30px;
}

.a-button--color-anthrazit:focus {
  border-color: #222d37;
}

.a-button--color-anthrazit:hover {
  background-color: transparent;
  border: 1px solid #364656;
  color: #364656;
}

.a-button--color-anthrazit:hover:visited {
  color: #364656;
}

.a-button--color-anthrazit.a-button--hollow {
  border-width: 1px;
  color: #364656;
}

.a-button--color-anthrazit.a-button--hollow:hover {
  background-color: #364656;
  border: 1px solid #364656;
  color: #F5F5F5;
}

.a-button--color-anthrazit.a-button--hollow:hover:visited {
  color: #F5F5F5;
}

.a-button--color-brand-grey {
  border-color: #B1B3B4;
}

.a-button--color-brand-grey:visited {
  color: #004882;
}

.a-button--color-brand-grey:focus {
  border-color: #979a9b;
}

.a-button--color-brand-grey:hover {
  background-color: transparent;
  border: 1px solid #B1B3B4;
  color: #B1B3B4;
}

.a-button--color-brand-grey:hover:visited {
  color: #B1B3B4;
}

.a-button--color-brand-grey.a-button--hollow {
  border-width: 1px;
  color: #B1B3B4;
}

.a-button--color-brand-grey.a-button--hollow:hover {
  background-color: #B1B3B4;
  border: 1px solid #B1B3B4;
  color: #004882;
}

.a-button--color-brand-grey.a-button--hollow:hover:visited {
  color: #004882;
}

.a-button--size-50, .a-button--size-50.a-button--hollow {
  letter-spacing: 2.25px;
  font-size: 9px;
}

.a-button--size-200, .a-button--size-200.a-button--hollow {
  letter-spacing: 3px;
  font-size: 12px;
  padding: 1.53em 1.7em 1.48em;
}

.a-button .a-icon {
  font-size: 1.3em;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.a-button--icon-right, .a-button--icon-right.a-button--hollow {
  padding: 1.11em 5em 1.06em 2.1em;
}

.a-button--icon-right .a-icon, .a-button--icon-right.a-button--hollow .a-icon {
  right: 1.5em;
}

.a-button--icon-right .a-icon--full, .a-button--icon-right.a-button--hollow .a-icon--full {
  right: 0;
  position: absolute;
  height: 100%;
  padding: 1rem 1.2rem;
}

.a-button--icon-right.a-button--size-200, .a-button--icon-right.a-button--hollow.a-button--size-200 {
  padding: 1.53em 7em 1.48em 2.67em;
}

.a-button--icon-right.a-button--size-200 .a-icon, .a-button--icon-right.a-button--hollow.a-button--size-200 .a-icon {
  right: 2.5em;
}

.a-button--icon-left, .a-button--icon-left.a-button--hollow {
  padding: 1.11em 2.1em 1.06em 5em;
}

.a-button--icon-left .a-icon, .a-button--icon-left.a-button--hollow .a-icon {
  left: 1.5em;
}

.a-button--icon-left .a-icon--full, .a-button--icon-left.a-button--hollow .a-icon--full {
  left: 0;
  position: absolute;
  height: 100%;
  padding: 1rem 1.2rem;
}

.a-button--icon-left.a-button--size-200, .a-button--icon-left.a-button--hollow.a-button--size-200 {
  padding: 1.53em 2.67em 1.48em 7em;
}

.a-button--icon-left.a-button--size-200 .a-icon, .a-button--icon-left.a-button--hollow.a-button--size-200 .a-icon {
  left: 2.5em;
}

.a-button--icon-solo .a-icon, .a-button--icon-solo.a-button--hollow .a-icon {
  top: auto;
}

.a-button--block {
  display: block !important;
}

.a-color-swatch {
  border-radius: 50%;
  color: transparent;
  height: 20px;
  margin: 5px;
  position: relative;
  width: 20px;
}

.a-color-swatch:before {
  border: 2px solid transparent;
  border-radius: 50%;
  content: '';
  height: 32px;
  left: -6px;
  position: absolute;
  top: -6px;
  transition: border 150ms ease;
  width: 32px;
}

.a-color-swatch.is-active:before, .a-color-swatch:hover:before {
  border: 2px solid #004882;
}

.a-color-swatch.is-active {
  cursor: default;
}

input:invalid {
  border-color: #cc4b37;
}

input:invalid:after {
  content: 'Validation error!';
}

[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 {
  padding: 1.5em 1em;
  font-weight: bold;
  letter-spacing: 3px;
  position: relative;
}

[type='text']--button,
[type='password']--button,
[type='date']--button,
[type='datetime']--button,
[type='datetime-local']--button,
[type='month']--button,
[type='week']--button,
[type='email']--button,
[type='number']--button,
[type='search']--button,
[type='tel']--button,
[type='time']--button,
[type='url']--button,
[type='color']--button,
textarea--button {
  padding: 1.5em 1em;
  position: absolute;
  background-color: #004882;
}

textarea {
  min-height: 125px;
}

input[type="email"], input[type="password"], input[type="text"] {
  box-sizing: border-box;
  height: 50px;
  padding: 0 20px;
}

.a-menu-toggle {
  color: inherit;
  font-size: 2.3rem;
  transition: color 150ms ease;
}

.a-menu-toggle--menu:after {
  display: none;
}

.a-menu-toggle__label {
  font-size: 10px;
  font-weight: bold;
  line-height: 1;
  padding-top: .5rem;
}

@media print, screen and (min-width: 64em) {
  .a-menu-toggle__label {
    font-size: 11px;
  }
}

/*======================================
  Selectric v1.11.1
======================================*/
.a-select-wrapper {
  position: relative;
  cursor: pointer;
}

.a-select-responsive {
  width: 100%;
}

.a-select {
  border: 1px solid #DDD;
  background: #F8F8F8;
  position: relative;
}

.a-select .a-select__label {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 38px 0 10px;
  font-size: 12px;
  line-height: 38px;
  color: #444;
  height: 38px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.a-select .a-select__button {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 38px;
  height: 38px;
  color: #BBB;
  text-align: center;
  font: 0/0 a;
  *font: 20px/38px Lucida Sans Unicode, Arial Unicode MS, Arial;
}

.a-select .a-select__button:after {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-top-color: #BBB;
  border-bottom: none;
}

.a-select-focus .a-select {
  border-color: #aaaaaa;
}

.a-select-hover .a-select {
  border-color: #c4c4c4;
}

.a-select-hover .a-select .a-select__button {
  color: #a2a2a2;
}

.a-select-hover .a-select .a-select__button:after {
  border-top-color: #a2a2a2;
}

.a-select-open {
  z-index: 9999;
}

.a-select-open .a-select {
  border-color: #c4c4c4;
}

.a-select-open .a-select-items {
  display: block;
}

.a-select-disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.a-select-hide-select {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 0;
}

.a-select-hide-select select {
  position: absolute;
  left: -100%;
}

.a-select-hide-select.a-select-is-native {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
}

.a-select-hide-select.a-select-is-native select {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  border: none;
  z-index: 1;
  box-sizing: border-box;
  opacity: 0;
}

.a-select-input {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  outline: none !important;
  border: none !important;
  *font: 0/0 a !important;
  background: none !important;
}

.a-select-temp-show {
  position: absolute !important;
  visibility: hidden !important;
  display: block !important;
}

/* Items box */
.a-select-items {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #F8F8F8;
  border: 1px solid #c4c4c4;
  z-index: -1;
  box-shadow: 0 0 10px -6px;
}

.a-select-items .a-select-scroll {
  height: 100%;
  overflow: auto;
}

.a-select-above .a-select-items {
  top: auto;
  bottom: 100%;
}

.a-select-items ul, .a-select-items li {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 12px;
  line-height: 20px;
  min-height: 20px;
}

.a-select-items li {
  display: block;
  padding: 10px;
  color: #666;
  cursor: pointer;
}

.a-select-items li.selected {
  background: #E0E0E0;
  color: #444;
}

.a-select-items li.highlighted {
  background: #D0D0D0;
  color: #444;
}

.a-select-items li:hover {
  background: #D5D5D5;
  color: #444;
}

.a-select-items .disabled {
  display: none;
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default !important;
  background: none !important;
  color: #666 !important;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.a-select-items .a-select-group .a-select-group-label {
  font-weight: bold;
  padding-left: 10px;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: none;
  color: #444;
}

.a-select-items .a-select-group.disabled li {
  filter: alpha(opacity=100);
  opacity: 1;
}

.a-select-items .a-select-group li {
  padding-left: 25px;
}

.a-select-wrapper {
  margin-bottom: 1rem;
}

.a-select-wrapper .a-select {
  border: 1px solid #004882;
  border-radius: 0.1rem;
  background: #FFF;
}

.a-select-wrapper .a-select .a-select__label {
  color: #004882;
}

.a-select-wrapper .a-select .a-select__button {
  color: #004882;
  background-color: transparent;
  font-size: 1.5rem;
  line-height: 2.4rem;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.a-select-wrapper .a-select .a-select__button:after {
  display: none;
}

.a-select-wrapper .a-select:hover .a-select__button {
  color: #004882;
}

.a-select-wrapper .a-select-items {
  border: 1px solid #004882;
  background: #FFF;
  top: calc(100% - 1px);
}

.a-select-wrapper .a-select-items li {
  border: none;
  border-top: 1px solid #F5F5F5;
  color: #004882;
}

.a-select-wrapper .a-select-items li:first-child {
  border-top: none;
}

.a-select-wrapper .a-select-items li.selected, .a-select-wrapper .a-select-items li:hover {
  color: #004882;
  background-color: #f2f2f2;
}

.m-4cimprint {
  color: #c1b5a5;
  display: inline-block;
  text-transform: none;
  font-weight: bold;
  text-align: center;
}

.m-4cimprint__logo {
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  margin: -.4rem .5rem;
  background: url('vhs-assets-css-b8627cdc7c9b94c5ce9fb9c4653d06d5.svg') no-repeat;
  background-size: 100%;
  background-color: #C1B6A6;
  transition: 250ms ease transform;
}

.m-4cimprint__logo-big {
  display: block;
  width: 2.5rem;
  height: 2.5rem;
  margin: 0 auto 5px auto;
  fill: currentColor;
  background: url('vhs-assets-css-b8627cdc7c9b94c5ce9fb9c4653d06d5.svg') no-repeat;
  background-size: 100%;
  transition: 250ms ease transform;
}

.m-4cimprint:hover {
  text-decoration: underline;
  color: #c1b5a5;
}

.m-4cimprint:hover .m-4cimprint__logo,
.m-4cimprint:hover .m-4cimprint__logo-big {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.m-4cimprint::after {
  position: relative;
  content: 'www.cccc.de';
  display: block;
  color: white;
  font-size: 10px;
  margin-top: -5px;
}

.m-breadcrumbs {
  *zoom: 1;
  margin: 0 0 1rem 0;
  list-style: none;
}

.m-breadcrumbs:before, .m-breadcrumbs:after {
  content: " ";
  display: table;
}

.m-breadcrumbs:after {
  clear: both;
}

.m-breadcrumbs li {
  float: left;
  font-size: 0.6875rem;
  color: #1D1D1D;
  cursor: default;
  text-transform: uppercase;
}

.m-breadcrumbs li:not(:last-child)::after {
  position: relative;
  top: 1px;
  margin: 0 0.75rem;
  opacity: 1;
  content: "/";
  color: #4c4c4c;
}

.m-breadcrumbs a {
  color: #004882;
}

.m-breadcrumbs a:hover {
  text-decoration: underline;
}

.m-breadcrumbs ul {
  list-style-type: none;
  margin-left: 0;
}

.m-breadcrumbs li {
  font-size: 12px;
  color: #004882;
  letter-spacing: 3px;
  line-height: 24px;
  color: #B1B3B4;
  font-weight: bold;
}

.m-breadcrumbs li:not(:last-child)::after {
  color: #004882;
  top: 0px;
  margin: 0 0.5em;
}

.m-breadcrumbs li a {
  font-weight: bold;
}

.m-breadcrumbs li a .a-icon {
  font-size: 1.7em;
  float: left;
  padding-top: 1px;
}

.m-breadcrumbs-special {
  position: absolute;
  z-index: 1;
}

@media screen and (max-width: 63.9375em) {
  .m-breadcrumbs-special {
    position: relative;
    background-color: #FFF7CF;
  }
  .m-breadcrumbs li {
    display: none !important;
  }
  .m-breadcrumbs li:nth-last-of-type(-n+2) {
    display: inherit !important;
  }
  .m-breadcrumbs li:nth-last-child(2) a::before {
    color: #004882;
    float: left;
    margin: 0 0.15rem 0 0;
    font-family: "icons";
    font-weight: normal;
    opacity: 1;
    content: "";
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    font-size: 1.7em;
  }
}

@media screen and (max-width: 39.9375em) {
  .m-filter-bar > .column:not(:last-child), .m-filter-bar > .columns:not(:last-child) {
    padding-bottom: 1rem;
  }
}

@media print, screen and (min-width: 40em) {
  .m-filter-bar > .column, .m-filter-bar > .columns {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}

@media screen and (min-width: 75em) {
  .m-filter-bar > .column, .m-filter-bar > .columns {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

.m-filter-bar > .column .a-headline, .m-filter-bar > .columns .a-headline {
  margin-bottom: 0;
}

.m-filter-bar > .column .a-headline small, .m-filter-bar > .columns .a-headline small {
  margin-top: 0;
  padding: 0.5rem 0;
}

.m-filter-bar > .column select, .m-filter-bar > .columns select, .m-filter-bar > .column .a-select-wrapper, .m-filter-bar > .columns .a-select-wrapper {
  margin-bottom: 0;
}

.m-filter-bar.o-panel--background-black .a-select {
  background: #1D1D1D;
  border: 1px solid #FFF;
  text-transform: uppercase;
  font-weight: bold;
}

.m-filter-bar.o-panel--background-black .a-select .a-select__label, .m-filter-bar.o-panel--background-black .a-select .a-select__button.a-icon {
  color: #B1B3B4;
}

.m-filter-bar.o-panel--background-black .a-select-items {
  background: #1D1D1D;
  border: 1px solid #FFF;
}

.m-filter-bar.o-panel--background-black .a-select-items li {
  color: #FFF;
  border-top: none;
  text-transform: uppercase;
  font-weight: bold;
  padding: 1rem;
}

.m-filter-bar.o-panel--background-black .a-select-items li.selected, .m-filter-bar.o-panel--background-black .a-select-items li:hover {
  color: #004882;
}

.m-labeled-input,
.m-labeled-textarea {
  position: relative;
}

.m-labeled-input label,
.m-labeled-textarea label {
  color: rgba(0, 72, 130, 0.5);
  font-size: 12px;
  line-height: 1;
  position: absolute;
  top: 0;
  transition: all 0.2s ease-in-out;
  z-index: -1;
}

.m-labeled-input.is-empty label,
.m-labeled-textarea.is-empty label {
  color: rgba(0, 72, 130, 0.5);
  font-size: 16px;
  top: 1.6em;
}

.m-labeled-input.is-empty input,
.m-labeled-textarea.is-empty input {
  border-bottom: 2px solid rgba(0, 72, 130, 0.5);
}

.m-labeled-input input,
.m-labeled-input textarea,
.m-labeled-textarea input,
.m-labeled-textarea textarea {
  background-color: transparent;
  border: 0px solid transparent;
  border-bottom: 2px solid rgba(0, 72, 130, 0.5);
  font-weight: normal;
  letter-spacing: normal;
  margin: 12px 0 22px 0;
  padding: 1.9em 0 1.4em 0;
  transition: all 0.2s ease-in-out;
}

.m-labeled-input input:focus,
.m-labeled-input textarea:focus,
.m-labeled-textarea input:focus,
.m-labeled-textarea textarea:focus {
  background-color: transparent;
  border: 0px solid transparent;
  border-bottom: 2px solid #004882;
}

.m-labeled-input input:focus + label,
.m-labeled-input textarea:focus + label,
.m-labeled-textarea input:focus + label,
.m-labeled-textarea textarea:focus + label {
  font-size: 12px;
  top: 0;
}

.m-labeled-textarea label {
  left: 18px;
  top: 12px;
}

.m-labeled-textarea.is-empty label {
  left: 18px;
  top: 24px;
}

.m-labeled-textarea.is-empty input {
  border-bottom: 2px solid rgba(0, 72, 130, 0.5);
}

.m-labeled-textarea textarea {
  border: 2px solid rgba(0, 72, 130, 0.5);
  margin: 42px 0;
  padding: 32px 18px;
}

.m-labeled-textarea textarea:focus {
  border: 2px solid #004882;
}

.m-labeled-textarea textarea:focus + label {
  font-size: 12px;
  left: 18px;
  top: 12px;
}

.m-labeled-input--search input {
  width: 200px;
  margin-top: 10px;
}

.m-labeled-input--search input:focus + label {
  font-size: .75rem;
}

@media screen and (min-width: 75em) {
  .m-labeled-input--search input {
    width: 300px;
  }
}

.m-labeled-input--search label {
  font-size: .75rem;
  font-weight: bold;
}

.m-labeled-input--search.is-empty label {
  font-size: .75rem;
  top: 2.4em;
  opacity: 1;
}

textarea[required] + label::before,
input[required] + label::before {
  content: '*';
  display: block;
  float: left;
  position: relative;
}

.m-local-storage-interface table thead tr th {
  padding: 0.8em 1.25rem;
}

.m-local-storage-interface table tbody td {
  padding: 0.6rem 1rem 0.8rem 0.7rem;
}

.m-local-storage-interface table tbody td.m-local-storage-interface__button-cell {
  text-align: center;
}

.m-local-storage-interface table tbody td a {
  display: block;
  color: #FFF;
}

.m-local-storage-interface table .a-icon {
  font-size: 28px;
}

.m-local-storage-interface .m-local-storage-interface__has-documents a {
  margin-bottom: .5rem;
}

.m-local-storage-interface .m-local-storage-interface__has-documents td {
  border-bottom: none;
}

.m-local-storage-interface .m-local-storage-interface__has-documents td:first-child {
  padding-bottom: 0;
}

.m-local-storage-interface .m-local-storage-interface__has-documents .m-local-storage-interface__open-documents {
  font-size: 12px;
  padding-left: 1.5rem;
  margin-bottom: 0;
  display: block;
}

.m-local-storage-interface .m-local-storage-interface__has-documents .m-local-storage-interface__open-documents:before {
  font-family: "icons";
  content: "";
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
  position: absolute;
  left: 0;
}

.m-local-storage-interface .m-local-storage-interface__has-documents .m-local-storage-interface__open-documents:after {
  display: none;
}

.m-local-storage-interface .m-local-storage-interface__has-documents.is-active .m-local-storage-interface__open-documents:before {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.m-local-storage-interface .m-local-storage-interface__has-documents.is-active + .m-local-storage-interface__document-row > td > div {
  max-height: 500px;
}

.m-local-storage-interface table tr.m-local-storage-interface__document-row > td > div {
  max-height: 3px;
  overflow: hidden;
  transition: max-height 300ms ease;
}

.m-local-storage-interface table tr.m-local-storage-interface__document-row:hover td:first-child {
  color: rgba(255, 255, 255, 0.5);
}

.m-local-storage-interface table tr.m-local-storage-interface__document-row > td {
  padding: 0 0 0 1rem;
}

.m-local-storage-interface table tr.m-local-storage-interface__document-row > td table {
  font-size: .8em;
}

.m-local-storage-interface table tr.m-local-storage-interface__document-row > td table tr:hover td:first-child {
  color: #FFF;
}

.m-local-storage-interface table tr.m-local-storage-interface__document-row > td table td {
  border: none;
  color: rgba(255, 255, 255, 0.5);
  line-height: 20px;
}

.m-local-storage-interface table tr.m-local-storage-interface__document-row > td table td:hover {
  color: #FFF;
}

.m-local-storage-interface table tr.m-local-storage-interface__document-row > td table td.m-local-storage-interface__button-cell {
  text-align: center;
  width: 30px;
}

.m-local-storage-interface table tr.m-local-storage-interface__document-row > td table td:nth-last-child(2) {
  padding-top: 1rem;
}

.m-local-storage-interface table tr.m-local-storage-interface__document-row > td table td .a-icon {
  color: rgba(255, 255, 255, 0.5);
  top: 0;
  -webkit-transform: none;
          transform: none;
  font-size: 20px;
}

.m-local-storage-interface table tr.m-local-storage-interface__document-row > td table td .a-icon:hover {
  color: #FFF;
}

.m-local-storage-interface table tr.m-local-storage-interface__document-row > td table td fieldset {
  margin: 0;
  display: inline-block;
}

.m-navigation--meta .m-navigation__list {
  margin-top: 1rem;
}

.m-navigation--meta li:last-child a {
  padding-right: 0;
}

.m-navigation--meta li a {
  color: rgba(0, 72, 130, 0.5);
  font-size: .75rem;
  font-weight: bold;
  padding: .5rem .7rem 0;
  text-transform: uppercase;
  transition: color 150ms ease;
}

.m-navigation--meta li a:hover {
  color: #004882;
}

.m-navigation--topbar > .m-navigation__list ul.is-dropdown-submenu.-sub {
  background: rgba(0, 72, 130, 0.96);
}

.m-navigation--topbar > .m-navigation__list > li {
  padding: 0 0.3vw;
}

@media print, screen and (min-width: 40em) {
  .m-navigation--topbar > .m-navigation__list > li {
    padding: 0;
  }
}

@media screen and (min-width: 75em) {
  .m-navigation--topbar > .m-navigation__list > li {
    padding: 0 1vw;
  }
}

@media screen and (min-width: 90em) {
  .m-navigation--topbar > .m-navigation__list > li {
    padding: 0 1.8vw;
  }
}

@media screen and (min-width: 90em) {
  .m-navigation--topbar > .m-navigation__list > li {
    padding: 0 1.1vw;
  }
}

.m-navigation--topbar > .m-navigation__list > li.m-navigation__megamenu-parent-meta {
  white-space: nowrap;
  padding: 0 0.4vw;
}

@media print, screen and (min-width: 40em) {
  .m-navigation--topbar > .m-navigation__list > li.m-navigation__megamenu-parent-meta {
    padding: 0;
  }
}

.m-navigation--topbar > .m-navigation__list > li.m-navigation__megamenu-parent-meta a {
  text-transform: uppercase;
  white-space: nowrap;
  font-size: 0.8rem;
  padding-top: 1.4rem;
}

.m-navigation--topbar > .m-navigation__list > li:nth-child(4) {
  margin-left: auto;
}

.m-navigation--topbar > .m-navigation__list > li:first-child {
  padding-left: 0;
}

.m-navigation--topbar > .m-navigation__list > li:last-child {
  padding-right: 0;
}

.m-navigation--topbar > .m-navigation__list > li > a {
  display: inline-block;
  font-size: 1.25rem;
  font-weight: bold;
  padding: 1rem 1rem .95rem;
  position: relative;
  text-transform: lowercase;
}

@media print, screen and (min-width: 40em) {
  .m-navigation--topbar > .m-navigation__list > li > a {
    padding: 1rem 0.5rem .95rem;
  }
}

.m-navigation--topbar > .m-navigation__list > li > a:hover:before {
  width: 100%;
}

.m-navigation--topbar > .m-navigation__list .is-dropdown-submenu .is-dropdown-submenu-parent.opens-right {
  padding-right: 50px;
}

@media screen and (min-width: 75em) {
  .m-navigation--topbar > .m-navigation__list .is-dropdown-submenu .is-dropdown-submenu-parent.opens-right {
    padding-right: 150px;
  }
}

.m-navigation--topbar > .m-navigation__list .is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a::after {
  display: none;
}

.m-navigation--topbar > .m-navigation__list .is-dropdown-submenu .is-dropdown-submenu-parent.opens-right.is-active > a {
  color: #FFDD10;
}

.m-navigation--topbar > .m-navigation__list .is-dropdown-submenu .is-dropdown-submenu-parent.opens-right.is-active > a::after {
  display: block;
  content: '...';
  font-size: 2.3rem;
  opacity: 0.3;
  height: auto;
  width: auto;
  margin: 0;
  top: auto;
  border: 0;
  right: 20px;
  position: absolute;
  bottom: 1px;
}

@media screen and (min-width: 75em) {
  .m-navigation--topbar > .m-navigation__list .is-dropdown-submenu .is-dropdown-submenu-parent.opens-right.is-active > a::after {
    right: 80px;
  }
}

.m-navigation__megamenu-parent {
  position: static;
}

.m-navigation.m-navigation--megamenu {
  color: #FFF;
  padding: 1.5rem 0;
}

.m-navigation.m-navigation--megamenu.js-dropdown-active {
  display: block;
}

@media print, screen and (min-width: 64em) {
  .m-navigation.m-navigation--megamenu {
    padding-left: calc(((100vw - 93.5rem) / 2) + 12rem);
    padding-right: calc(((100vw - 93.5rem) / 2) + 12rem);
  }
}

@media screen and (min-width: 75em) {
  .m-navigation.m-navigation--megamenu {
    padding-left: calc(((100vw - 93.5rem) / 2) + 8rem);
    padding-right: calc(((100vw - 93.5rem) / 2) + 8rem);
  }
}

.m-navigation.m-navigation--megamenu > li {
  width: 350px;
}

@media screen and (min-width: 75em) {
  .m-navigation.m-navigation--megamenu > li {
    width: 400px;
  }
}

.m-navigation.m-navigation--megamenu > li > a {
  color: #FFF;
}

.m-navigation.m-navigation--megamenu > li > a:hover {
  color: #FFDD10;
}

.m-navigation.m-navigation--megamenu > li:nth-child(1) .m-navigation--subnav {
  -webkit-transform: translateY(-0px);
          transform: translateY(-0px);
}

.m-navigation.m-navigation--megamenu > li:nth-child(2) .m-navigation--subnav {
  -webkit-transform: translateY(-43.38px);
          transform: translateY(-43.38px);
}

.m-navigation.m-navigation--megamenu > li:nth-child(3) .m-navigation--subnav {
  -webkit-transform: translateY(-86.76px);
          transform: translateY(-86.76px);
}

.m-navigation.m-navigation--megamenu > li:nth-child(4) .m-navigation--subnav {
  -webkit-transform: translateY(-130.14px);
          transform: translateY(-130.14px);
}

.m-navigation.m-navigation--megamenu > li:nth-child(5) .m-navigation--subnav {
  -webkit-transform: translateY(-173.52px);
          transform: translateY(-173.52px);
}

.m-navigation.m-navigation--megamenu > li:nth-child(6) .m-navigation--subnav {
  -webkit-transform: translateY(-216.9px);
          transform: translateY(-216.9px);
}

.m-navigation.m-navigation--megamenu > li:nth-child(7) .m-navigation--subnav {
  -webkit-transform: translateY(-260.28px);
          transform: translateY(-260.28px);
}

.m-navigation.m-navigation--megamenu > li:nth-child(8) .m-navigation--subnav {
  -webkit-transform: translateY(-303.66px);
          transform: translateY(-303.66px);
}

.m-navigation.m-navigation--megamenu > li:nth-child(9) .m-navigation--subnav {
  -webkit-transform: translateY(-347.04px);
          transform: translateY(-347.04px);
}

.m-navigation.m-navigation--megamenu > li:nth-child(10) .m-navigation--subnav {
  -webkit-transform: translateY(-390.42px);
          transform: translateY(-390.42px);
}

.m-navigation.m-navigation--megamenu > li:nth-child(11) .m-navigation--subnav {
  -webkit-transform: translateY(-433.8px);
          transform: translateY(-433.8px);
}

.m-navigation.m-navigation--megamenu li a {
  font-size: .875rem;
  line-height: 1.5;
}

.m-navigation.m-navigation--megamenu > li > a {
  font-weight: bold;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.3);
}

.m-navigation.m-navigation--megamenu .m-navigation--subnav {
  background: transparent;
  border: none;
  max-width: 600px;
  padding: 0 0 1rem;
}

.m-navigation.m-navigation--megamenu .m-navigation--subnav > li > a {
  padding: 1.5rem 1rem;
  padding-left: 7rem;
  position: relative;
  color: #FFF;
  text-transform: uppercase;
  font-size: .875rem;
  line-height: 1.5;
}

.m-navigation.m-navigation--megamenu .m-navigation--subnav > li > a:hover {
  color: #FFDD10;
}

.m-navigation.m-navigation--megamenu .m-navigation--subnav > li > a img {
  padding-left: 10px;
  position: absolute;
  left: 20px;
  top: 50%;
  width: 64px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (min-width: 75em) {
  .m-navigation.m-navigation--megamenu .m-navigation--subnav > li > a img {
    left: 0;
  }
}

.m-navigation__highlight-item:hover + .m-navigation__highlight {
  display: block;
}

.m-navigation__highlight {
  display: none;
  left: 100%;
  position: absolute;
  top: 0;
  width: 300px;
  height: 100%;
}

.m-navigation__highlight:hover {
  display: block;
}

.m-navigation__highlight h4 {
  margin: 0 0 1rem;
}

.m-navigation__highlight h4 small {
  font-size: .75rem;
  margin: .2rem 0 0;
}

.m-navigation__highlight figure {
  border-left: 1px solid #FFF;
  padding: 0 0 0 3rem;
}

.m-navigation__highlight img {
  margin: 0 0 1rem;
}

.m-navigation__highlight .a-anchor--underline {
  color: #FFF;
}

.m-navigation__highlight .a-anchor--underline:after {
  background: rgba(255, 255, 255, 0.5);
  bottom: 0;
  top: auto;
}

@media screen and (max-width: 63.9375em) {
  .m-navigation--sidebar {
    height: 100%;
  }
}

.m-navigation--sidebar .is-drilldown {
  height: 100% !important;
}

@media print, screen and (min-width: 64em) {
  .m-navigation--sidebar .m-navigation__list {
    -webkit-box-align: left;
        -ms-flex-align: left;
            align-items: left;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-pack: start;
    float: left;
    justify-content: flex-start;
    width: auto;
    -webkit-box-pack: start;
  }
}

@media print, screen and (min-width: 64em) and (min-width: 64em) {
  .m-navigation--sidebar .m-navigation__list li {
    width: 100%;
  }
}

@media print, screen and (min-width: 64em) and (min-width: 64em) {
  .m-navigation--sidebar .m-navigation__list li:nth-child(2) .m-navigation--subnav.first-sub {
    -webkit-transform: translateY(-4.6rem);
            transform: translateY(-4.6rem);
    padding-top: 1.5rem;
  }
}

@media print, screen and (min-width: 64em) and (min-width: 64em) {
  .m-navigation--sidebar .m-navigation__list li:nth-child(3) .m-navigation--subnav.first-sub {
    -webkit-transform: translateY(-6.2rem);
            transform: translateY(-6.2rem);
  }
}

@media screen and (max-width: 63.9375em) {
  .m-navigation--sidebar .m-navigation__list {
    height: auto;
    padding-top: 1rem;
  }
}

@media print, screen and (min-width: 64em) {
  .m-navigation--sidebar .m-navigation--subnav.is-dropdown-submenu.first-sub {
    left: 100%;
    top: 0;
  }
}

@media print, screen and (min-width: 64em) {
  .m-navigation--sidebar .m-navigation--subnav.is-dropdown-submenu.first-sub .m-navigation--subnav {
    left: 2rem;
    position: relative;
    width: 300px;
  }
}

.m-navigation--sidebar a {
  color: #FFF;
  font-weight: bold;
  transition: color 150ms ease;
}

.m-navigation--sidebar a:hover {
  color: #FFDD10;
}

.m-navigation--sidebar .m-navigation__list:not(.m-navigation--subnav) > li > a {
  font-size: 1.45rem;
  line-height: 1.4;
  text-transform: lowercase;
}

@media print, screen and (min-width: 64em) {
  .m-navigation--sidebar .m-navigation__list:not(.m-navigation--subnav) > li > a {
    padding: 0 3rem 0 0;
    font-size: 2.25rem;
  }
}

.m-navigation--sidebar .m-navigation__list.m-navigation--subnav {
  width: 378px;
  max-height: 500px;
  overflow-y: auto;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

@media screen and (max-width: 63.9375em) {
  .m-navigation--sidebar .m-navigation__list.m-navigation--subnav {
    width: 100%;
    height: 100%;
    border-bottom: 1px solid #054174;
  }
}

.m-navigation--sidebar .m-navigation__list.m-navigation--subnav li a {
  line-height: 1.5rem;
  padding: .9rem 1rem;
}

@media print, screen and (min-width: 64em) {
  .m-navigation--sidebar .m-navigation__list.m-navigation--subnav li a {
    font-family: "Oswald", Roboto, Arial, sans-serif;
    text-transform: uppercase;
    font-size: 1.5rem;
  }
}

.m-navigation--sidebar .m-navigation__list.m-navigation--subnav li.is-drilldown-submenu-parent > a:after {
  bottom: 24px;
}

.m-navigation--sidebar .m-navigation__list.m-navigation--subnav .m-navigation--subnav li a {
  line-height: 1.5rem;
  padding: .5rem 1rem;
}

@media print, screen and (min-width: 64em) {
  .m-navigation--sidebar .m-navigation__list.m-navigation--subnav .m-navigation--subnav li a {
    font-family: "Roboto", Arial, sans-serif;
    font-size: .875rem;
    font-weight: 500;
    line-height: 1.2;
    padding: .3rem 0;
    text-transform: uppercase;
  }
}

.m-navigation--sidebar .m-navigation__list.m-navigation--subnav li.js-drilldown-back a {
  color: transparent;
  line-height: 2rem;
  padding-bottom: 1.7rem;
  position: relative;
}

.m-navigation--sidebar .m-navigation__list.m-navigation--subnav li.js-drilldown-back a:after {
  color: #FFF;
  content: "";
  font-family: "icons";
  font-size: 2.5rem;
  left: 1rem;
  position: absolute;
  top: 0;
  -webkit-transform: rotate(180deg) translateY(-50%);
          transform: rotate(180deg) translateY(-50%);
}

.m-navigation--sidebar .m-navigation__list li.is-drilldown-submenu-parent > a {
  padding-right: 50px;
  position: relative;
}

.m-navigation--sidebar .m-navigation__list li.is-drilldown-submenu-parent > a:after {
  bottom: 9px;
  color: rgba(255, 255, 255, 0.5);
  content: "";
  font-family: "icons";
  font-size: 32px;
  position: absolute;
  right: 0;
}

.m-product-img {
  background-color: #EFEEEF;
  padding: 0;
}

@media print, screen and (min-width: 64em) {
  .m-product-img {
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: 2;
  }
}

@media screen and (min-width: 75em) {
  .m-product-img {
    top: calc(50% - 3rem);
  }
}

.m-product-img img {
  height: auto;
  width: 325px;
}

@media screen and (max-width: 39.9375em) {
  .m-product-type-filter h2 {
    font-size: 2.25rem;
  }
}

.m-product-type-filter__container {
  margin-bottom: 1.5rem;
}

.m-product-type-filter__button-container {
  text-align: center;
}

@media print, screen and (min-width: 64em) {
  .m-product-type-filter__button-container {
    text-align: left;
  }
}

.m-product-type-filter__attribute {
  border-bottom: 2px solid rgba(0, 72, 130, 0.15);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 1.4rem .5rem .6rem;
}

@media print, screen and (min-width: 40em) {
  .m-product-type-filter__attribute {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

.m-product-type-filter__attribute .m-product-type-filter__item {
  color: #004882;
}

.m-product-type-filter__attribute .m-product-type-filter__item.disabled {
  color: #B1B3B4;
  pointer-events: none;
}

.m-product-type-filter__attribute:not([data-filter-attribute="size"]) .m-product-type-filter__item {
  text-transform: uppercase;
}

.m-product-type-filter__attribute-title {
  color: #004882;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  font-weight: bold;
  margin-bottom: 1rem;
  opacity: .5;
  text-transform: uppercase;
  white-space: nowrap;
}

@media print, screen and (min-width: 40em) {
  .m-product-type-filter__attribute-title {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    margin: 0;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-left: 3rem;
  }
}

.m-product-type-filter__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media print, screen and (min-width: 40em) {
  .m-product-type-filter__items {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}

.m-product-type-filter__item:not(:last-child), .m-product-type-filter__color:not(:last-child) {
  margin-right: 1rem;
}

.m-product-type-filter__color {
  margin-bottom: 1rem;
}

hr {
  width: 100%;
}

.m-teaser {
  display: block;
}

.m-teaser__title,
.m-teaser__title small, .m-teaser__title_small, .m-teaser__text {
  display: block;
  /* Fallback for non-webkit */
  display: -webkit-box;
  max-width: 650px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
}

.m-teaser__img {
  margin-bottom: 1rem;
}

@media screen and (max-width: 39.9375em) {
  .m-teaser__img {
    margin-bottom: 0.5rem;
  }
}

.m-teaser--acs .m-teaser__title {
  height: 3rem;
  /* Fallback for non-webkit */
  font-size: 1.25rem;
  line-height: 1.2;
  -webkit-line-clamp: 2;
  margin-bottom: 1rem;
}

.m-teaser--acs .m-teaser__text {
  height: 4.5rem;
  /* Fallback for non-webkit */
  font-size: 1rem;
  line-height: 1.5;
  -webkit-line-clamp: 3;
}

.m-teaser--category,
.m-teaser--category-title .m-teaser__title-content, .m-teaser--category-icon {
  border: 1px solid transparent;
  padding-bottom: 1.4rem;
  padding-top: 1.4rem;
  text-align: center;
  transition: border 150ms ease;
}

@media screen and (max-width: 39.9375em) {
  .m-teaser--category,
  .m-teaser--category-title .m-teaser__title-content, .m-teaser--category-icon {
    padding-bottom: .4rem;
  }
}

.m-teaser--category .m-teaser__title,
.m-teaser--category-title .m-teaser__title-content .m-teaser__title, .m-teaser--category-icon .m-teaser__title {
  margin-bottom: .5rem;
}

.m-teaser--category .m-teaser__title small,
.m-teaser--category-title .m-teaser__title-content .m-teaser__title small, .m-teaser--category-icon .m-teaser__title small {
  font-size: 1.5rem;
  letter-spacing: 0;
  line-height: 1.4;
}

@media screen and (min-width: 64em) {
  .m-teaser--category .m-teaser__title small,
  .m-teaser--category-title .m-teaser__title-content .m-teaser__title small, .m-teaser--category-icon .m-teaser__title small {
    font-size: 1.7vw;
  }
}

@media screen and (min-width: 90em) {
  .m-teaser--category .m-teaser__title small,
  .m-teaser--category-title .m-teaser__title-content .m-teaser__title small, .m-teaser--category-icon .m-teaser__title small {
    font-size: 1.6vw;
  }
}

@media screen and (min-width: 120em) {
  .m-teaser--category .m-teaser__title small,
  .m-teaser--category-title .m-teaser__title-content .m-teaser__title small, .m-teaser--category-icon .m-teaser__title small {
    font-size: 1.1vw;
  }
}

.m-teaser--category .m-teaser__img img,
.m-teaser--category-title .m-teaser__title-content .m-teaser__img img, .m-teaser--category-icon .m-teaser__img img {
  width: 100%;
}

.m-teaser--category:hover,
.m-teaser--category-title .m-teaser__title-content:hover, .m-teaser--category-icon:hover {
  border: 1px solid #1D1D1D;
}

.m-teaser--category:hover .a-anchor:after,
.m-teaser--category-title .m-teaser__title-content:hover .a-anchor:after, .m-teaser--category-icon:hover .a-anchor:after {
  background-color: rgba(0, 72, 130, 0.55);
}

.m-teaser--service .m-teaser__img, .m-teaser--category-icon .m-teaser__img {
  position: relative;
  display: inline-block;
  width: 100%;
}

.m-teaser--service .m-teaser__img::before, .m-teaser--category-icon .m-teaser__img::before {
  content: '';
  margin-top: 100%;
  display: block;
}

.m-teaser--service .m-teaser__img > *, .m-teaser--category-icon .m-teaser__img > * {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.m-teaser--service .m-teaser__img img, .m-teaser--category-icon .m-teaser__img img {
  left: 50%;
  max-height: 60%;
  max-width: 60%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
}

.m-teaser--service .m-teaser__img .a-icon, .m-teaser--category-icon .m-teaser__img .a-icon {
  font-size: 10vw;
  position: absolute;
  top: 50%;
  left: 50%;
  right: auto;
  bottom: auto;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media screen and (max-width: 63.9375em) {
  .m-teaser--service .m-teaser__img .a-icon, .m-teaser--category-icon .m-teaser__img .a-icon {
    font-size: 15vw;
  }
}

@media screen and (max-width: 39.9375em) {
  .m-teaser--service .m-teaser__img .a-icon, .m-teaser--category-icon .m-teaser__img .a-icon {
    font-size: 40vw;
  }
}

.m-teaser--service .m-teaser__img .a-icon--circle, .m-teaser--category-icon .m-teaser__img .a-icon--circle {
  font-size: 4rem;
  text-align: center;
  width: 200px;
  height: 200px;
  line-height: 190px;
  border: 5px solid #004882;
  border-radius: 100%;
}

.m-teaser--service.m-teaser--category-primary .m-teaser__img, .m-teaser--category-icon.m-teaser--category-primary .m-teaser__img {
  background: #004882;
}

.m-teaser--service.m-teaser--category-primary .a-icon, .m-teaser--category-icon.m-teaser--category-primary .a-icon {
  color: white;
}

.m-teaser--service.m-teaser--category-primary .a-icon--circle, .m-teaser--category-icon.m-teaser--category-primary .a-icon--circle {
  border: 5px solid white;
}

.m-teaser--service.m-teaser--category-secondary .m-teaser__img, .m-teaser--category-icon.m-teaser--category-secondary .m-teaser__img {
  background: #FBF284;
}

.m-teaser--service.m-teaser--category-secondary .a-icon, .m-teaser--category-icon.m-teaser--category-secondary .a-icon {
  color: #004882;
}

.m-teaser--service.m-teaser--category-secondary .a-icon--circle, .m-teaser--category-icon.m-teaser--category-secondary .a-icon--circle {
  border: 5px solid #004882;
}

.m-teaser--service.m-teaser--category-button-yellow .m-teaser__img, .m-teaser--category-icon.m-teaser--category-button-yellow .m-teaser__img {
  background: #FFF7CF;
}

.m-teaser--service.m-teaser--category-button-yellow .a-icon, .m-teaser--category-icon.m-teaser--category-button-yellow .a-icon {
  color: #004882;
}

.m-teaser--service.m-teaser--category-button-yellow .a-icon--circle, .m-teaser--category-icon.m-teaser--category-button-yellow .a-icon--circle {
  border: 5px solid #004882;
}

.m-teaser--service.m-teaser--category-brand-grey .m-teaser__img, .m-teaser--category-icon.m-teaser--category-brand-grey .m-teaser__img {
  background: #B1B3B4;
}

.m-teaser--service.m-teaser--category-brand-grey .a-icon, .m-teaser--category-icon.m-teaser--category-brand-grey .a-icon {
  color: white;
}

.m-teaser--service.m-teaser--category-brand-grey .a-icon--circle, .m-teaser--category-icon.m-teaser--category-brand-grey .a-icon--circle {
  border: 5px solid white;
}

.m-teaser--service.m-teaser--category-light-gray .m-teaser__img, .m-teaser--category-icon.m-teaser--category-light-gray .m-teaser__img {
  background: #F5F5F5;
}

.m-teaser--service.m-teaser--category-light-gray .a-icon, .m-teaser--category-icon.m-teaser--category-light-gray .a-icon {
  color: #004882;
}

.m-teaser--service.m-teaser--category-light-gray .a-icon--circle, .m-teaser--category-icon.m-teaser--category-light-gray .a-icon--circle {
  border: 5px solid #004882;
}

.m-teaser--service.m-teaser--category-black .m-teaser__img, .m-teaser--category-icon.m-teaser--category-black .m-teaser__img {
  background: #1D1D1D;
}

.m-teaser--service.m-teaser--category-black .a-icon, .m-teaser--category-icon.m-teaser--category-black .a-icon {
  color: white;
}

.m-teaser--service.m-teaser--category-black .a-icon--circle, .m-teaser--category-icon.m-teaser--category-black .a-icon--circle {
  border: 5px solid white;
}

.m-teaser--service.m-teaser--category-white .m-teaser__img, .m-teaser--category-icon.m-teaser--category-white .m-teaser__img {
  background: #FFF;
}

.m-teaser--service.m-teaser--category-white .a-icon, .m-teaser--category-icon.m-teaser--category-white .a-icon {
  color: #004882;
}

.m-teaser--service.m-teaser--category-white .a-icon--circle, .m-teaser--category-icon.m-teaser--category-white .a-icon--circle {
  border: 5px solid #004882;
}

.m-teaser--service.m-teaser--category-medium-gray .m-teaser__img, .m-teaser--category-icon.m-teaser--category-medium-gray .m-teaser__img {
  background: #4c4c4c;
}

.m-teaser--service.m-teaser--category-medium-gray .a-icon, .m-teaser--category-icon.m-teaser--category-medium-gray .a-icon {
  color: white;
}

.m-teaser--service.m-teaser--category-medium-gray .a-icon--circle, .m-teaser--category-icon.m-teaser--category-medium-gray .a-icon--circle {
  border: 5px solid white;
}

@media screen and (max-width: 39.9375em) {
  .m-teaser--category-title.is-first-of-category {
    margin-top: 2rem;
  }
}

.m-teaser--category-title.is-first-of-category .m-teaser__title-wrapper {
  margin-left: 10px;
}

@media print, screen and (min-width: 40em) {
  .m-teaser--category-title.is-first-of-category .m-teaser__title-wrapper {
    margin-left: 15px;
  }
}

.m-teaser--category-title:not(.is-first-of-category) .m-teaser__title-icon,
.m-teaser--category-title:not(.is-first-of-category) .m-teaser__category {
  visibility: hidden;
}

@media screen and (max-width: 39.9375em) {
  .m-teaser--category-title:not(.is-first-of-category) .m-teaser__title-icon,
  .m-teaser--category-title:not(.is-first-of-category) .m-teaser__category {
    display: none;
  }
}

.m-teaser--category-title .m-teaser__title-wrapper {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 5px solid #FFF7CF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: .5rem;
}

.m-teaser--category-title .m-teaser__title-icon {
  background: #FFF7CF;
  padding: 10px;
}

.m-teaser--category-title .m-teaser__title-icon-wrapper {
  height: 4rem;
  position: relative;
  width: 4rem;
}

.m-teaser--category-title .m-teaser__title-icon-wrapper img {
  left: 50%;
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
}

.m-teaser--category-title .m-teaser__category {
  color: #004882;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-weight: bold;
  padding-left: 1.5rem;
  text-transform: uppercase;
}

.m-teaser--category-title .m-teaser__title-content {
  display: block;
  margin-bottom: .5rem;
  padding: 1.41rem 10px 0.4rem;
}

@media print, screen and (min-width: 40em) {
  .m-teaser--category-title .m-teaser__title-content {
    padding: 1.41rem 15px 0.4rem;
  }
}

.m-teaser--service {
  position: relative;
}

.m-teaser--service .m-teaser__img {
  height: 430px;
}

@media screen and (max-width: 39.9375em) {
  .m-teaser--service .m-teaser__img {
    height: 300px;
  }
}

.m-teaser--service .m-teaser__img img {
  width: 100%;
}

.m-teaser--service .m-teaser-inner {
  position: relative;
  border-bottom: 2px solid rgba(0, 72, 130, 0.55);
  padding-bottom: 1rem;
}

@media screen and (max-width: 63.9375em) {
  .m-teaser--service .m-teaser-inner {
    border-bottom: 0;
    padding-bottom: 2.5rem;
  }
}

.m-teaser--service .m-teaser__text {
  height: 7.5rem;
  /* Fallback for non-webkit */
  font-size: 1rem;
  line-height: 1.5;
  -webkit-line-clamp: 5;
  margin-bottom: 2.5rem;
}

@media screen and (max-width: 39.9375em) {
  .m-teaser--service .m-teaser__text {
    margin-bottom: 1rem;
    height: auto;
  }
}

.m-teaser--service .m-teaser__title {
  height: 7.92rem;
  /* Fallback for non-webkit */
  font-size: 2.2rem;
  line-height: 1.2;
  -webkit-line-clamp: 3;
  margin-bottom: 1rem;
}

@media screen and (max-width: 39.9375em) {
  .m-teaser--service .m-teaser__title {
    height: auto;
  }
}

.m-teaser--product, .m-teaser--project {
  transition: all 0.2s ease-in-out;
}

.o-slick-slider .m-teaser--product, .o-slick-slider .m-teaser--project {
  margin: 0 10px;
}

@media print, screen and (min-width: 40em) {
  .o-slick-slider .m-teaser--product, .o-slick-slider .m-teaser--project {
    margin: 0 15px;
  }
}

.m-teaser--product .m-teaser__text, .m-teaser--project .m-teaser__text {
  height: 7.5rem;
  /* Fallback for non-webkit */
  font-size: 1rem;
  line-height: 1.5;
  -webkit-line-clamp: 5;
  margin-bottom: 2.5rem;
}

@media screen and (max-width: 39.9375em) {
  .m-teaser--product .m-teaser__text, .m-teaser--project .m-teaser__text {
    margin-bottom: 1.5rem;
  }
}

.m-teaser--product .m-teaser__title, .m-teaser--project .m-teaser__title {
  height: 5.28rem;
  /* Fallback for non-webkit */
  font-size: 2.2rem;
  line-height: 1.2;
  -webkit-line-clamp: 2;
  margin-bottom: 1rem;
  font-size: 1.4rem;
}

@media screen and (max-width: 39.9375em) {
  .m-teaser--product .m-teaser__title, .m-teaser--project .m-teaser__title {
    height: auto;
  }
}

.m-teaser--product .m-teaser__title small, .m-teaser--project .m-teaser__title small {
  font-size: 0.6rem;
}

@media screen and (min-width: 90em) {
  .m-teaser--product .m-teaser__title, .m-teaser--project .m-teaser__title {
    font-size: 1.6rem;
  }
  .m-teaser--product .m-teaser__title small, .m-teaser--project .m-teaser__title small {
    font-size: 0.92rem;
  }
}

@media screen and (min-width: 120em) {
  .m-teaser--product .m-teaser__title, .m-teaser--project .m-teaser__title {
    font-size: 1.6rem;
  }
  .m-teaser--product .m-teaser__title small, .m-teaser--project .m-teaser__title small {
    font-size: 0.93rem;
  }
}

.m-teaser--product {
  padding-top: 1rem;
}

.m-teaser--product .m-teaser__text {
  height: 7.5rem;
  /* Fallback for non-webkit */
  font-size: 1rem;
  line-height: 1.5;
  -webkit-line-clamp: 5;
}

.m-teaser--project {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  background-color: white;
}

.m-teaser--project .a-headline,
.m-teaser--project .a-headline small,
.m-teaser--project p {
  color: #004882;
}

@media screen and (max-width: 39.9375em) {
  .m-teaser--project .a-headline {
    font-size: 1rem;
  }
}

.m-teaser--project .m-teaser__img img {
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  -o-object-fit: cover;
  object-fit: cover;
}

.m-teaser--project .m-teaser__content {
  padding: .5rem 1rem;
}

@media print, screen and (min-width: 64em) {
  .m-teaser--project .m-teaser__content {
    padding: 1rem 2rem;
  }
}

.m-teaser--project .m-teaser__text {
  font-size: .875rem;
  height: 10.5rem;
  /* Fallback for non-webkit */
  font-size: 0.875rem;
  line-height: 1.5;
  -webkit-line-clamp: 8;
}

.m-teaser--project:hover {
  box-shadow: 0px 9px 41px 0px rgba(0, 0, 0, 0.6);
}

.m-teaser--event {
  display: inline-block;
  max-width: 21rem;
}

.m-teaser--event .m-teaser__title {
  line-height: 1;
  margin-bottom: .5rem;
  padding: 1rem .5rem;
  text-align: center;
}

.m-teaser--event.m-teaser--event-button-yellow .m-teaser__title {
  background: #FFF7CF;
  color: #004882;
}

.m-teaser--event.m-teaser--event-primary .m-teaser__title {
  background: #004882;
  color: #FFF;
}

.large-spacing-grid {
  padding: 0 2rem 4rem 2rem;
}

.m-truncated-text {
  margin-bottom: 2rem;
  max-height: 17.5rem;
  overflow: hidden;
  position: relative;
  transition: max-height 1s ease;
}

.m-truncated-text.is-active {
  max-height: 1000px;
}

.m-truncated-text.is-active:after {
  height: 0;
}

.m-truncated-text.is-active .m-truncated-text__read-more {
  opacity: 0;
}

.m-truncated-text:after {
  background: #F5F5F5;
  background: #F5F5F5;
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(50%, #fafafa), color-stop(100%, whitesmoke));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #fafafa 50%, whitesmoke 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f5f5f5', GradientType=0);
  bottom: 0;
  content: '';
  height: 70px;
  left: 0;
  position: absolute;
  transition: height 500ms ease;
  width: 100%;
  z-index: 2;
}

.m-truncated-text__read-more {
  bottom: 0;
  left: 0;
  margin-bottom: 0;
  position: absolute;
  z-index: 3;
}

.o-form--element-inside-wrapper {
  position: relative;
}

.o-form--element-inside-wrapper a:not(.element-inside) .a-button,
.o-form--element-inside-wrapper input:not(.element-inside) {
  text-align: left;
}

.o-form--element-inside-wrapper .element-inside {
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  border-radius: 0;
}

@media screen and (max-width: 63.9375em) {
  .o-form--element-inside-wrapper input:not(.element-inside) {
    font-size: 13px;
    padding: 15px;
    line-height: 1.5;
    height: 50px;
    text-align: left;
  }
}

@media screen and (max-width: 39.9375em) {
  .o-form--element-inside-wrapper a:not(.element-inside) .a-button,
  .o-form--element-inside-wrapper input:not(.element-inside) {
    font-size: 12px;
    margin: 0;
    text-align: center;
  }
  .o-form--element-inside-wrapper .element-inside {
    text-align: center;
    position: relative;
    top: 100%;
    margin-top: -1px !important;
    right: 0;
    left: 0;
    width: 100%;
    display: block;
  }
}

.powermail_form input:invalid {
  border: 1px solid #004882;
}

.powermail_form input:invalid::after {
  display: none;
}

.powermail_form .checkbox label {
  padding-left: 20px;
}

.powermail_form .checkbox label > [type='checkbox'], .powermail_form .checkbox label label > [type='radio'] {
  position: absolute;
  margin-top: 7px;
  margin-left: -20px;
}

.powermail_form .checkbox label a {
  text-decoration: underline;
}

@media print, screen and (min-width: 64em) {
  .o-media-container--include-margin {
    width: calc(50vw - 15px);
  }
}

.o-media-container .o-media-container__media img {
  height: auto;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.o-media-container .o-media-container__media video {
  width: 100%;
  max-width: 1000px;
  height: auto;
}

@media print, screen and (min-width: 64em) {
  .o-media-container .o-media-container__media {
    height: auto;
  }
}

@media screen and (max-width: 63.9375em) {
  .o-media-container .o-media-container__media {
    margin-bottom: 1.5em;
  }
}

.o-media-container .o-media-container__media-including-video {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}

.o-media-container .o-media-container__media-including-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

@media print, screen and (min-width: 64em) {
  .o-media-container .o-media-container__media.o-slick-slider.slick-dotted {
    height: calc(100% - 6rem);
  }
}

@media print, screen and (min-width: 64em) {
  .o-media-container .o-media-container__media.o-slick-slider.slick-dotted .slick-list,
  .o-media-container .o-media-container__media.o-slick-slider.slick-dotted .slick-track,
  .o-media-container .o-media-container__media.o-slick-slider.slick-dotted .o-slick-slider__slide {
    height: auto;
  }
}

.o-media-container .o-media-container__media.o-slick-slider.slick-dotted .o-slick-slider__slide img {
  height: auto;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.o-media-container .o-media-container__media.o-slick-slider.slick-dotted .o-slick-slider__slide video {
  width: 100%;
  max-width: 1000px;
  height: auto;
}

.o-menubar {
  position: relative;
  z-index: 10;
}

.o-menubar--topbar {
  color: #004882;
}

@media screen and (max-width: 63.9375em) {
  .o-menubar--topbar {
    display: none;
  }
}

@media print, screen and (min-width: 64em) {
  .o-menubar--topbar {
    height: 155px;
    padding-top: 1.6rem;
  }
}

.o-menubar--topbar .o-menubar__logo {
  font-size: 3.5rem;
  padding-top: 1rem;
}

.o-menubar--topbar .row {
  padding: 0 3rem;
}

.o-menubar--topbar .row .text-left {
  padding-left: 280px;
}

@media screen and (max-width: 89.9375em) {
  .o-menubar--topbar .row .text-left {
    padding-left: 10vw;
  }
}

@media screen and (max-width: 74.9375em) {
  .o-menubar--topbar .row .text-left {
    padding-left: 5vw;
  }
}

.o-menubar--topbar .row .float-right {
  position: relative;
  z-index: 1;
}

.o-menubar--topbar .row .float-left {
  border-bottom: 2px solid rgba(0, 72, 130, 0.25);
  display: block;
  width: 100%;
  margin-top: -10px;
}

.o-menubar--topbar .row .float-left .m-navigation__list {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.o-menubar--topbar .row .m-labeled-input {
  display: none;
}

.o-menubar[class*="o-menubar--sidebar"] {
  color: rgba(255, 255, 255, 0.5);
}

@media print, screen and (min-width: 64em) {
  .o-menubar[class*="o-menubar--sidebar"] {
    background: #004882;
    position: fixed;
    right: 0;
    top: 50%;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
    width: 90px;
    z-index: 50;
  }
}

@media print, screen and (min-width: 64em) {
  .o-menubar[class*="o-menubar--sidebar"].is-scrolled, .o-menubar[class*="o-menubar--sidebar"].is-open {
    -webkit-transform: none;
            transform: none;
  }
}

@media print, screen and (min-width: 64em) {
  .o-menubar[class*="o-menubar--sidebar"] .a-menu-toggle {
    transition: color 150ms ease;
  }
  .o-menubar[class*="o-menubar--sidebar"] .a-menu-toggle:hover {
    color: #FFF;
  }
}

.o-menubar.o-menubar--sidebar-top {
  z-index: 10;
}

@media screen and (max-width: 63.9375em) {
  .o-menubar.o-menubar--sidebar-top {
    -webkit-animation: 250ms growWidth;
            animation: 250ms growWidth;
    -webkit-animation-delay: 0s;
            animation-delay: 0s;
    color: #004882;
    height: 90px;
    max-width: 100vw;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 12;
    width: 100%;
    -webkit-animation-fill-mode: none;
            animation-fill-mode: none;
  }
  .o-menubar.o-menubar--sidebar-top .fade-on-scroll {
    -webkit-animation: .5s fadeInWithDelay;
            animation: .5s fadeInWithDelay;
    opacity: 1;
    overflow: hidden;
    transition: opacity 1s ease;
  }
  .o-menubar.o-menubar--sidebar-top .hide-on-scroll {
    height: auto;
    overflow: hidden;
    width: auto;
    padding: 0 0.625rem;
    -webkit-animation: 1s showWithoutDelay;
            animation: 1s showWithoutDelay;
  }
  .o-menubar.o-menubar--sidebar-top.is-scrolled:not(.is-active) {
    -webkit-animation: 250ms shrinkWidth;
            animation: 250ms shrinkWidth;
    -webkit-animation-delay: 250ms;
            animation-delay: 250ms;
    height: 60px;
    max-width: 60px;
    -webkit-animation-fill-mode: backwards;
            animation-fill-mode: backwards;
  }
  .o-menubar.o-menubar--sidebar-top.is-scrolled:not(.is-active) .hide-on-scroll {
    height: 0;
    padding: 0;
    width: 0;
    -webkit-animation: 1s hideWithDelay;
            animation: 1s hideWithDelay;
  }
  .o-menubar.o-menubar--sidebar-top.is-scrolled:not(.is-active) .fade-on-scroll {
    -webkit-animation: .5s fadeOut;
            animation: .5s fadeOut;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    height: 0;
    opacity: 0;
    width: 0;
  }
  .o-menubar.o-menubar--sidebar-top .o-menubar__logo {
    padding: 27px 0 25px;
  }
  .o-menubar.o-menubar--sidebar-top .o-menubar__logo .a-icon {
    font-size: 2.5rem;
  }
  @-webkit-keyframes hideWithDelay {
    0% {
      height: auto;
      width: auto;
      padding: 0 0.625rem;
    }
    49% {
      height: auto;
      width: auto;
      padding: 0 0.625rem;
    }
    50% {
      height: 0;
      width: 0;
      padding: 0;
    }
    100% {
      height: 0;
      width: 0;
      padding: 0;
    }
  }
  @keyframes hideWithDelay {
    0% {
      height: auto;
      width: auto;
      padding: 0 0.625rem;
    }
    49% {
      height: auto;
      width: auto;
      padding: 0 0.625rem;
    }
    50% {
      height: 0;
      width: 0;
      padding: 0;
    }
    100% {
      height: 0;
      width: 0;
      padding: 0;
    }
  }
  @-webkit-keyframes shrinkWidth {
    0% {
      max-width: 100vw;
      height: 90px;
    }
    100% {
      max-width: 60px;
      height: 60px;
    }
  }
  @keyframes shrinkWidth {
    0% {
      max-width: 100vw;
      height: 90px;
    }
    100% {
      max-width: 60px;
      height: 60px;
    }
  }
  @-webkit-keyframes growWidth {
    0% {
      max-width: 60px;
      height: 60px;
    }
    100% {
      max-width: 100vw;
      height: 90px;
    }
  }
  @keyframes growWidth {
    0% {
      max-width: 60px;
      height: 60px;
    }
    100% {
      max-width: 100vw;
      height: 90px;
    }
  }
  @-webkit-keyframes fadeInWithDelay {
    0% {
      opacity: 0;
      width: 0;
      height: 0;
    }
    49% {
      width: 0;
      height: 0;
    }
    50% {
      width: auto;
      height: auto;
      opacity: 0;
    }
    100% {
      opacity: 1;
      width: auto;
      height: auto;
    }
  }
  @keyframes fadeInWithDelay {
    0% {
      opacity: 0;
      width: 0;
      height: 0;
    }
    49% {
      width: 0;
      height: 0;
    }
    50% {
      width: auto;
      height: auto;
      opacity: 0;
    }
    100% {
      opacity: 1;
      width: auto;
      height: auto;
    }
  }
  @-webkit-keyframes fadeOut {
    0% {
      opacity: 1;
      width: auto;
      height: auto;
    }
    49% {
      opacity: 0;
      width: auto;
      height: auto;
    }
    50% {
      width: 0;
      height: 0;
    }
    100% {
      opacity: 0;
      width: 0;
      height: 0;
    }
  }
  @keyframes fadeOut {
    0% {
      opacity: 1;
      width: auto;
      height: auto;
    }
    49% {
      opacity: 0;
      width: auto;
      height: auto;
    }
    50% {
      width: 0;
      height: 0;
    }
    100% {
      opacity: 0;
      width: 0;
      height: 0;
    }
  }
  .o-menubar.o-menubar--sidebar-top .a-menu-toggle {
    font-size: 2.5rem;
  }
}

@media print, screen and (min-width: 64em) {
  .o-menubar.o-menubar--sidebar-top {
    -webkit-transform: translate(100%, -145%);
            transform: translate(100%, -145%);
    padding: .5rem 0 0;
  }
  .o-menubar.o-menubar--sidebar-top.is-scrolled, .o-menubar.o-menubar--sidebar-top.is-active {
    -webkit-transform: translate(0, -145%);
            transform: translate(0, -145%);
  }
  .o-menubar.o-menubar--sidebar-top .row.text-center .column, .o-menubar.o-menubar--sidebar-top .row.text-center .columns {
    padding-top: .5rem;
    padding-bottom: .5rem;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
}

@media screen and (max-width: 63.9375em) {
  .o-menubar.o-menubar--sidebar-bottom {
    background: #004882;
    top: calc(100% - 9.5rem);
    color: #FFF;
    position: fixed;
    right: 0;
    -webkit-transform: translateX(100vw);
            transform: translateX(100vw);
    transition: -webkit-transform 300ms ease;
    transition: transform 300ms ease;
    transition: transform 300ms ease, -webkit-transform 300ms ease;
    width: calc(100vw - 2rem);
    padding: 1.5rem .5rem;
  }
  .o-menubar.o-menubar--sidebar-bottom.is-active {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .o-menubar.o-menubar--sidebar-bottom .a-menu-toggle__label {
    color: rgba(255, 255, 255, 0.5);
  }
}

@media print, screen and (min-width: 64em) {
  .o-menubar.o-menubar--sidebar-bottom {
    -webkit-transform: translate(100%, -24%);
            transform: translate(100%, -24%);
    padding: 2rem 0 0;
  }
  .o-menubar.o-menubar--sidebar-bottom .row .column, .o-menubar.o-menubar--sidebar-bottom .row .columns {
    padding: 1.5rem 0;
    position: relative;
  }
  .o-menubar.o-menubar--sidebar-bottom .row .column:first-child:before, .o-menubar.o-menubar--sidebar-bottom .row .columns:first-child:before, .o-menubar.o-menubar--sidebar-bottom .row .column:after, .o-menubar.o-menubar--sidebar-bottom .row .columns:after {
    background: rgba(255, 255, 255, 0.5);
    bottom: 0;
    content: '';
    height: 2px;
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 50px;
  }
  .o-menubar.o-menubar--sidebar-bottom .row .column:first-child:before, .o-menubar.o-menubar--sidebar-bottom .row .columns:first-child:before {
    bottom: auto;
    top: 0;
  }
  .o-menubar.o-menubar--sidebar-bottom .row .column:last-child:after, .o-menubar.o-menubar--sidebar-bottom .row .columns:last-child:after {
    display: none;
  }
  .o-menubar.o-menubar--sidebar-bottom.is-scrolled, .o-menubar.o-menubar--sidebar-bottom.is-active {
    -webkit-transform: translate(0, -24%);
            transform: translate(0, -24%);
  }
}

.o-modal {
  z-index: 1006;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  display: none;
  padding: 1rem;
  border: 1px solid #4c4c4c;
  border-radius: 0.1rem;
  background-color: #FFF;
  width: 90%;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border: none;
}

[data-whatinput='mouse'] .o-modal {
  outline: 0;
}

@media print, screen and (min-width: 40em) {
  .o-modal {
    min-height: 0;
  }
}

.o-modal .column, .o-modal .columns,
.o-modal .columns {
  min-width: 0;
}

.o-modal > :last-child {
  margin-bottom: 0;
}

@media print, screen and (min-width: 40em) {
  .o-modal {
    width: 80%;
    max-width: 93.5rem;
  }
}

.o-modal:focus {
  outline: none;
}

@media print, screen and (min-width: 64em) and (min-width: 40em) {
  .o-modal {
    width: 50%;
    max-width: 93.5rem;
  }
}

.o-modal__close-button {
  position: absolute;
  color: #364656;
  cursor: pointer;
  right: 1rem;
}

[data-whatinput='mouse'] .o-modal__close-button {
  outline: 0;
}

.o-modal__close-button:hover, .o-modal__close-button:focus {
  color: #1D1D1D;
}

.o-offcanvas {
  position: fixed;
  z-index: 1;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  background: #004882;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  overflow-y: auto;
  color: #FFF;
  padding: 1.5rem 1rem;
}

[data-whatinput='mouse'] .o-offcanvas {
  outline: 0;
}

.o-offcanvas.is-transition-overlap {
  z-index: 10;
}

.o-offcanvas.is-transition-overlap.is-open {
  box-shadow: none;
}

.o-offcanvas.is-open {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.o-offcanvas.is-open ~ .off-canvas-content {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}

.o-offcanvas.is-transition-push::after {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 1px;
  box-shadow: none;
  content: " ";
}

.o-offcanvas.is-transition-overlap.is-open ~ .off-canvas-content {
  -webkit-transform: none;
          transform: none;
}

@media screen and (max-width: 63.9375em) {
  .o-offcanvas {
    height: calc(100vh - 90px - 102px - 2.5rem);
    margin-top: 90px;
    width: calc(100vw - 2rem);
  }
}

@media print, screen and (min-width: 64em) {
  .o-offcanvas {
    height: 64vh;
    padding: 1.5rem 2rem;
    top: 18vh;
    width: auto;
    min-width: 720px;
  }
}

.o-offcanvas.is-open {
  -webkit-transform: none;
          transform: none;
  z-index: 1;
  z-index: 10;
}

@media screen and (max-width: 63.9375em) {
  .o-offcanvas.is-open {
    padding: 0 1rem;
  }
}

.o-offcanvas.is-open ~ .off-canvas-content {
  margin-left: 100%;
}

@media print, screen and (min-width: 64em) {
  .o-offcanvas.is-open {
    -webkit-transform: translate(calc(-90px - 3px), 0);
            transform: translate(calc(-90px - 3px), 0);
  }
}

.o-offcanvas--search {
  z-index: 11 !important;
  min-height: 100px !important;
}

@media screen and (min-width: 64em) {
  .o-offcanvas .m-navigation--main {
    height: 64vh;
    width: 100%;
    overflow: hidden;
    position: absolute;
    padding: 0 0 0 2.5rem;
    top: 0;
    left: 0;
  }
  .o-offcanvas .m-navigation--main > ul {
    padding-top: 1.5rem;
  }
  .o-offcanvas .m-navigation--main > ul > li > ul {
    max-height: none !important;
    height: 64vh;
  }
  .o-offcanvas .m-navigation--main > ul > li > ul > li {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
}

.o-offcanvas--wishlist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
}

.o-offcanvas--wishlist .o-offcanvas__headline {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  overflow: visible;
}

.o-offcanvas--wishlist .o-offcanvas__content {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  max-height: 30rem;
  min-height: initial;
  overflow: scroll;
}

.o-offcanvas--i18n .a-menu-toggle {
  font-size: 3rem;
}

@media print, screen and (min-width: 64em) {
  .o-offcanvas--i18n .a-menu-toggle {
    font-size: 4rem;
  }
}

.o-offcanvas--i18n .a-menu-toggle:hover, .o-offcanvas--i18n .a-menu-toggle.is-active {
  color: #FFDD10;
}

.o-panel.o-panel--margin-title {
  padding-left: 3.5rem;
}

@media print, screen and (min-width: 64em) {
  .o-panel.o-panel--margin-title {
    padding-left: 7.5rem;
  }
}

@media screen and (max-width: 39.9375em) {
  .o-panel.o-panel--margin-title {
    padding-left: 2rem;
  }
}

@media screen and (max-width: 63.9375em) {
  .o-panel.o-panel--margin-title.o-panel--margin-title-hide-on-mobile {
    padding-left: 0;
  }
  .o-panel.o-panel--margin-title.o-panel--margin-title-hide-on-mobile .o-panel__margin-title {
    display: none;
  }
}

.o-panel.o-panel--margin-title .o-panel__margin-title {
  height: 100%;
  left: 1rem;
  position: absolute;
  top: 0;
  width: 2.5rem;
}

@media print, screen and (min-width: 64em) {
  .o-panel.o-panel--margin-title .o-panel__margin-title {
    left: 3.5em;
    width: 4rem;
  }
}

@media screen and (max-width: 39.9375em) {
  .o-panel.o-panel--margin-title .o-panel__margin-title {
    width: 1.5rem;
  }
}

.o-panel.o-panel--margin-title .o-panel__margin-title:before {
  content: attr(data-margin-title);
  display: block;
  font-size: .75rem;
  font-weight: bold;
  letter-spacing: 3px;
  line-height: 1;
  padding: 10px 0px 10px 30px;
  position: absolute;
  right: 50%;
  text-transform: uppercase;
  top: 0;
  -webkit-transform: rotate(-90deg) translate(0, -50%);
          transform: rotate(-90deg) translate(0, -50%);
  -webkit-transform-origin: top right;
          transform-origin: top right;
  white-space: nowrap;
  z-index: 2;
}

@media screen and (max-width: 39.9375em) {
  .o-panel.o-panel--margin-title .o-panel__margin-title:before {
    padding: 10px 25px 10px 30px;
    top: 100px;
  }
}

.o-panel.o-panel--margin-title .o-panel__margin-title:after {
  color: transparent;
  content: '';
  display: block;
  height: 93%;
  left: 50%;
  position: absolute;
  top: 0;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  width: 4px;
  z-index: 1;
}

@media screen and (max-width: 39.9375em) {
  .o-panel.o-panel--margin-title .o-panel__margin-title:after {
    top: 5px;
  }
}

.o-panel--no-padding-leftright {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

@media screen and (max-width: 63.9375em) {
  .o-panel.o-panel--no-padding-top--medium {
    padding-top: 0;
  }
}

@media screen and (max-width: 39.9375em) {
  .o-panel.o-panel--no-padding-top--small {
    padding-top: 0;
  }
}

@media screen and (max-width: 63.9375em) {
  .o-panel .img-overflow {
    position: relative;
  }
  .o-panel .img-overflow-inner {
    position: relative;
    width: 100%;
    overflow: auto;
    overflow-y: hidden;
  }
  .o-panel .img-overflow-inner img {
    height: auto;
    min-width: 260px;
    width: auto;
    min-width: 100%;
    max-width: none;
  }
  .o-panel .img-overflow span {
    position: relative;
    height: 100px;
    width: 100%;
    display: block;
    margin-top: -100px;
    background-image: linear-gradient(to bottom right, transparent 70%, #011224 100%);
    opacity: .8;
  }
  .o-panel .img-overflow::before, .o-panel .img-overflow::after {
    content: '\e927';
    font-family: 'icons';
    position: absolute;
    bottom: 5px;
    right: 15px;
    font-size: 2rem;
    color: white;
    z-index: 1;
    opacity: 0.8;
  }
  .o-panel .img-overflow::before {
    right: 45px;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}

.o-panel.o-panel--acs-filter-top-bar + .js-accessory-products {
  display: none;
}

.o-panel.o-panel--acs-filter-top-bar .a-placeholder-label, .o-panel.o-panel--acs-filter-top-bar .m-filter-bar {
  display: none;
}

.o-panel.o-panel--acs-filter-top-bar[data-acs-state="init"] .a-placeholder-label--initial {
  display: block;
}

.o-panel.o-panel--acs-filter-top-bar[data-acs-state="noacs"] .a-placeholder-label--no-acs {
  display: block;
}

.o-panel.o-panel--acs-filter-top-bar[data-acs-state="available"] .m-filter-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.o-panel.o-panel--acs-filter-top-bar[data-acs-state="available"] + .js-accessory-products {
  display: block;
}

.o-panel.o-panel--background-primary .a-button:hover {
  border: 1px solid white;
  color: white;
}

.o-panel.o-panel--background-primary .a-button.a-button--hollow {
  border: 1px solid white;
  color: white;
}

.o-panel.o-panel--background-primary .a-button.a-button--hollow:hover {
  background-color: white;
  color: #004882;
}

.o-panel.o-panel--background-primary .a-anchor--underline {
  color: white;
}

.o-panel.o-panel--background-primary .a-anchor--underline:hover:after {
  background-color: rgba(255, 255, 255, 0.7);
}

.o-panel.o-panel--background-primary .a-anchor--underline:after {
  background-color: rgba(255, 255, 255, 0.5);
}

.o-panel.o-panel--background-primary .a-headline--border-light {
  border-bottom: 1px solid white;
}

.o-panel.o-panel--background-primary .m-teaser--project .a-button:hover {
  border: 1px solid #004882;
  color: #004882;
}

.o-panel.o-panel--background-primary .m-teaser--project .a-button.a-button--hollow {
  border: 1px solid #004882;
  color: #004882;
}

.o-panel.o-panel--background-primary .m-teaser--project .a-button.a-button--hollow:hover {
  background-color: #004882;
  color: white;
}

.o-panel.o-panel--background-primary .m-teaser--project .a-anchor--underline {
  color: #004882;
}

.o-panel.o-panel--background-primary .m-teaser--project .a-anchor--underline:hover:after {
  background-color: rgba(0, 72, 130, 0.55);
}

.o-panel.o-panel--background-primary .m-teaser--project .a-anchor--underline:after {
  background-color: rgba(0, 72, 130, 0.35);
}

.o-panel.o-panel--background-primary hr {
  border-bottom: 1px solid #ffffff;
}

.o-panel.o-panel--background-primary .o-panel.o-panel--margin-title .o-panel__margin-title:before {
  background: #004882;
}

.o-panel.o-panel--background-primary .o-panel.o-panel--margin-title .o-panel__margin-title:before {
  color: #FFF;
}

.o-panel.o-panel--background-primary .o-panel.o-panel--margin-title .o-panel__margin-title:after {
  border-left: 1px solid #FFF;
}

.o-panel.o-panel--background-secondary .o-panel.o-panel--margin-title .o-panel__margin-title:before {
  background: #FBF284;
}

.o-panel.o-panel--background-secondary .o-panel.o-panel--margin-title .o-panel__margin-title:before {
  color: #004882;
}

.o-panel.o-panel--background-secondary .o-panel.o-panel--margin-title .o-panel__margin-title:after {
  border-left: 1px solid #004882;
}

.o-panel.o-panel--background-button-yellow .o-panel.o-panel--margin-title .o-panel__margin-title:before {
  background: #FFF7CF;
}

.o-panel.o-panel--background-button-yellow .o-panel.o-panel--margin-title .o-panel__margin-title:before {
  color: #004882;
}

.o-panel.o-panel--background-button-yellow .o-panel.o-panel--margin-title .o-panel__margin-title:after {
  border-left: 1px solid #004882;
}

.o-panel.o-panel--background-brand-grey .o-panel.o-panel--margin-title .o-panel__margin-title:before {
  background: #B1B3B4;
}

.o-panel.o-panel--background-brand-grey .o-panel.o-panel--margin-title .o-panel__margin-title:before {
  color: #004882;
}

.o-panel.o-panel--background-brand-grey .o-panel.o-panel--margin-title .o-panel__margin-title:after {
  border-left: 1px solid #004882;
}

.o-panel.o-panel--background-light-gray .o-panel.o-panel--margin-title .o-panel__margin-title:before {
  background: #F5F5F5;
}

.o-panel.o-panel--background-light-gray .o-panel.o-panel--margin-title .o-panel__margin-title:before {
  color: #004882;
}

.o-panel.o-panel--background-light-gray .o-panel.o-panel--margin-title .o-panel__margin-title:after {
  border-left: 1px solid #004882;
}

.o-panel.o-panel--background-black .a-button:hover {
  border: 1px solid white;
  color: white;
}

.o-panel.o-panel--background-black .a-button.a-button--hollow {
  border: 1px solid white;
  color: white;
}

.o-panel.o-panel--background-black .a-button.a-button--hollow:hover {
  background-color: white;
  color: #004882;
}

.o-panel.o-panel--background-black .a-anchor--underline {
  color: white;
}

.o-panel.o-panel--background-black .a-anchor--underline:hover:after {
  background-color: rgba(255, 255, 255, 0.7);
}

.o-panel.o-panel--background-black .a-anchor--underline:after {
  background-color: rgba(255, 255, 255, 0.5);
}

.o-panel.o-panel--background-black .a-headline--border-light {
  border-bottom: 1px solid white;
}

.o-panel.o-panel--background-black .m-teaser--project .a-button:hover {
  border: 1px solid #004882;
  color: #004882;
}

.o-panel.o-panel--background-black .m-teaser--project .a-button.a-button--hollow {
  border: 1px solid #004882;
  color: #004882;
}

.o-panel.o-panel--background-black .m-teaser--project .a-button.a-button--hollow:hover {
  background-color: #004882;
  color: white;
}

.o-panel.o-panel--background-black .m-teaser--project .a-anchor--underline {
  color: #004882;
}

.o-panel.o-panel--background-black .m-teaser--project .a-anchor--underline:hover:after {
  background-color: rgba(0, 72, 130, 0.55);
}

.o-panel.o-panel--background-black .m-teaser--project .a-anchor--underline:after {
  background-color: rgba(0, 72, 130, 0.35);
}

.o-panel.o-panel--background-black hr {
  border-bottom: 1px solid #ffffff;
}

.o-panel.o-panel--background-black .o-panel.o-panel--margin-title .o-panel__margin-title:before {
  background: #1D1D1D;
}

.o-panel.o-panel--background-black .o-panel.o-panel--margin-title .o-panel__margin-title:before {
  color: #FFF;
}

.o-panel.o-panel--background-black .o-panel.o-panel--margin-title .o-panel__margin-title:after {
  border-left: 1px solid #FFF;
}

.o-panel.o-panel--background-white .o-panel.o-panel--margin-title .o-panel__margin-title:before {
  background: #FFF;
}

.o-panel.o-panel--background-white .o-panel.o-panel--margin-title .o-panel__margin-title:before {
  color: #004882;
}

.o-panel.o-panel--background-white .o-panel.o-panel--margin-title .o-panel__margin-title:after {
  border-left: 1px solid #004882;
}

.o-panel.o-panel--background-medium-gray .a-button:hover {
  border: 1px solid white;
  color: white;
}

.o-panel.o-panel--background-medium-gray .a-button.a-button--hollow {
  border: 1px solid white;
  color: white;
}

.o-panel.o-panel--background-medium-gray .a-button.a-button--hollow:hover {
  background-color: white;
  color: #004882;
}

.o-panel.o-panel--background-medium-gray .a-anchor--underline {
  color: white;
}

.o-panel.o-panel--background-medium-gray .a-anchor--underline:hover:after {
  background-color: rgba(255, 255, 255, 0.7);
}

.o-panel.o-panel--background-medium-gray .a-anchor--underline:after {
  background-color: rgba(255, 255, 255, 0.5);
}

.o-panel.o-panel--background-medium-gray .a-headline--border-light {
  border-bottom: 1px solid white;
}

.o-panel.o-panel--background-medium-gray .m-teaser--project .a-button:hover {
  border: 1px solid #004882;
  color: #004882;
}

.o-panel.o-panel--background-medium-gray .m-teaser--project .a-button.a-button--hollow {
  border: 1px solid #004882;
  color: #004882;
}

.o-panel.o-panel--background-medium-gray .m-teaser--project .a-button.a-button--hollow:hover {
  background-color: #004882;
  color: white;
}

.o-panel.o-panel--background-medium-gray .m-teaser--project .a-anchor--underline {
  color: #004882;
}

.o-panel.o-panel--background-medium-gray .m-teaser--project .a-anchor--underline:hover:after {
  background-color: rgba(0, 72, 130, 0.55);
}

.o-panel.o-panel--background-medium-gray .m-teaser--project .a-anchor--underline:after {
  background-color: rgba(0, 72, 130, 0.35);
}

.o-panel.o-panel--background-medium-gray hr {
  border-bottom: 1px solid #ffffff;
}

.o-panel.o-panel--background-medium-gray .o-panel.o-panel--margin-title .o-panel__margin-title:before {
  background: #4c4c4c;
}

.o-panel.o-panel--background-medium-gray .o-panel.o-panel--margin-title .o-panel__margin-title:before {
  color: #FFF;
}

.o-panel.o-panel--background-medium-gray .o-panel.o-panel--margin-title .o-panel__margin-title:after {
  border-left: 1px solid #FFF;
}

#c1533 {
  display: none;
}

.o-offcanvas #c1533 {
  display: block;
}

#c1540 .row:first-child .small-12 {
  padding: 0;
}

.ais-search-box {
  box-sizing: border-box;
  width: 100%;
}

.ais-search-box--reset-wrapper {
  display: block;
  position: absolute;
  right: 15px;
  top: 15px;
}

.ais-search-box--reset-wrapper .ais-search-box--reset {
  font-size: 10px;
  height: 20px;
  width: 20px;
}

#search-area .ais-header {
  font-size: 1.1rem;
  font-weight: bold;
  margin-top: 1rem;
}

#search-area .ais-refinement-list--label,
#search-area .ais-hierarchical-menu--link {
  color: #004882;
}

#search-area .ais-refinement-list--label::after,
#search-area .ais-hierarchical-menu--link::after {
  display: inline-block;
  position: relative;
  top: 2px;
  right: -6px;
}

#search-area select.ais-hits-per-page-selector,
#search-area select.ais-menu-select--select,
#search-area select.ais-numeric-selector,
#search-area select.ais-sort-by-selector {
  margin-top: 0.5rem;
}

#search-area .ais-hierarchical-menu--list.ais-hierarchical-menu--list__lvl1 {
  padding-left: 1rem;
}

#search-area .ais-clear-all--link {
  display: block;
  text-align: center;
  padding: 0.8rem;
  background-color: #004882;
  border: 1px solid #004882;
  color: #white;
  border-radius: 0;
  margin-bottom: 2rem;
}

#search-area .ais-clear-all--link:hover {
  background-color: #00457d;
}

#search-area #left-column {
  background-color: #f5f5f5;
  padding: 1.3rem 1.5rem;
  margin-top: 2rem;
  display: inline-block;
}

#search-area #right-column {
  padding: 2rem 0 0 3rem;
}

#search-area #right-column .ais-stats--body {
  font-size: 1.2rem;
  text-align: right;
  border-bottom: 1px solid #cdcdcd;
  text-transform: uppercase;
  padding: 0 0 0.5rem 0;
}

#search-area #right-column .ais-hits--item .medium-5 {
  padding-right: 1rem;
}

#search-area .ais-pagination {
  box-shadow: none;
  border: 0;
  border-radius: 4px;
  display: block;
  text-align: center;
  padding: 8px 16px;
  width: 100%;
}

#search-area .ais-pagination li {
  list-style-type: none;
  display: inline-block;
}

.background-img {
  position: relative;
  overflow: hidden;
}

.background-img img,
.background-img video {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
}

.background-img .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  opacity: 0.7;
}

.o-slick-slider {
  counter-reset: slides;
  margin: 0;
}

.o-slick-slider .o-slick-slider__slide {
  height: 0;
  opacity: 0;
}

.o-slick-slider .o-slick-slider__slide:first-child {
  height: auto;
  opacity: 1;
}

.o-slick-slider.slick-initialized .o-slick-slider__slide {
  height: auto;
  opacity: 1;
}

.o-slick-slider .slick-arrow {
  height: 50px;
  width: 50px;
  z-index: 2;
}

.o-slick-slider .slick-arrow:before {
  font-size: 3rem;
}

.o-slick-slider--overflow-visible {
  overflow: hidden;
}

.o-slick-slider--overflow-visible .slick-list {
  overflow: visible;
}

.o-slick-slider--arrows-bottom {
  margin-bottom: 2.5rem;
}

.o-slick-slider--arrows-bottom .slick-arrow {
  bottom: 2.5rem;
  top: auto;
  display: block;
}

.o-slick-slider--arrows-bottom .slick-prev {
  left: 0;
  -webkit-transform: rotate(180deg) translate(0, -100%);
          transform: rotate(180deg) translate(0, -100%);
}

.o-slick-slider--arrows-bottom .slick-next {
  right: 0;
  -webkit-transform: translate(0, 100%);
          transform: translate(0, 100%);
}

.o-slick-slider--arrows-single .slick-prev {
  display: none !important;
}

.o-slick-slider--arrows-boxed {
  margin: 0 1.5rem;
}

.o-slick-slider--arrows-boxed .slick-arrow {
  background: #FFF;
}

.o-slick-slider--arrows-boxed .slick-arrow:after {
  background: #004882;
  content: '';
  height: .5rem;
  position: absolute;
  right: 0;
  width: 1.5rem;
}

.o-slick-slider--arrows-boxed .slick-prev {
  left: -1.5rem;
}

.o-slick-slider--arrows-boxed .slick-prev:after {
  top: -.5rem;
}

.o-slick-slider--arrows-boxed .slick-next {
  right: -1.5rem;
}

.o-slick-slider--arrows-boxed .slick-next:after {
  bottom: -.5rem;
}

.o-slick-slider.slick-dotted {
  margin-bottom: 2rem;
  padding-bottom: 3rem;
}

@media print, screen and (min-width: 64em) {
  .o-slick-slider.slick-dotted {
    margin-bottom: 3rem;
  }
}

@media screen and (min-width: 75em) {
  .o-slick-slider.slick-dotted.o-slick-slider--dots-left {
    margin-bottom: 6rem;
  }
}

.o-slick-slider .slick-dots {
  bottom: 0.5rem;
}

@media print, screen and (min-width: 64em) {
  .o-slick-slider .slick-dots {
    bottom: 0.3rem;
  }
}

.o-slick-slider .slick-dots li {
  height: 15px;
  width: 4px;
}

@media print, screen and (min-width: 64em) {
  .o-slick-slider .slick-dots li {
    height: 20px;
    width: 12px;
  }
}

.o-slick-slider .slick-dots li button:before {
  opacity: 1;
}

@media print, screen and (min-width: 64em) {
  .o-slick-slider .slick-dots li button:before {
    font-size: 36px;
  }
}

.o-slick-slider .slick-dots li.slick-active button:before {
  content: "";
}

@media print, screen and (min-width: 64em) {
  .o-slick-slider--dots-left .slick-dots {
    text-align: left;
  }
}

.o-slick-slider--dots-inside.slick-dotted {
  margin-bottom: 0;
  padding-bottom: 0;
}

.o-slick-slider--dots-inside .slick-dots {
  bottom: 1rem;
}

@media print, screen and (min-width: 64em) {
  .o-slick-slider--dots-inside .slick-dots {
    bottom: 2.5rem;
  }
}

.o-slick-slider--dots-numbers .slick-dots {
  counter-reset: dots;
}

.o-slick-slider--dots-numbers .slick-dots li,
.o-slick-slider--dots-numbers .slick-dots li.slick-active {
  counter-increment: dots;
  padding: 0 .8rem;
}

.o-slick-slider--dots-numbers .slick-dots li button,
.o-slick-slider--dots-numbers .slick-dots li.slick-active button {
  position: relative;
}

.o-slick-slider--dots-numbers .slick-dots li button:before,
.o-slick-slider--dots-numbers .slick-dots li.slick-active button:before {
  color: #B1B3B4;
  content: "0" counter(dots);
  font-family: "Roboto", Arial, sans-serif;
  font-size: 16px;
  font-weight: bold;
}

.o-slick-slider--dots-numbers .slick-dots li button:hover:before,
.o-slick-slider--dots-numbers .slick-dots li.slick-active button:before {
  color: #004882;
}

.o-slick-slider--dots-numbers .slick-dots li.slick-active button:after {
  background: #004882;
  bottom: -5px;
  content: '';
  height: 2px;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
}

.o-slick-slider.slick-white-elements .slick-dots li button:before,
.o-slick-slider.slick-white-elements .slick-dots li.slick-active button:before {
  color: white;
}

.o-slick-slider.slick-white-elements .slick-prev:before,
.o-slick-slider.slick-white-elements .slick-next:before {
  color: white;
}

.o-slick-slider[data-center-mode="true"] .o-slick-slider__slide {
  transition: opacity 300ms ease;
}

.o-slick-slider[data-center-mode="true"] .slick-slide:not(.slick-center) .o-slick-slider__slide {
  opacity: .2;
}

.o-slick-slider[data-center-mode="true"] .slick-prev,
.o-slick-slider[data-center-mode="true"] .slick-next {
  width: 70px;
  height: 100%;
}

@media screen and (min-width: 75em) {
  .o-slick-slider[data-center-mode="true"] .slick-prev,
  .o-slick-slider[data-center-mode="true"] .slick-next {
    width: calc(50vw - 62.5rem / 2);
  }
}

.o-slick-slider[data-center-mode="true"] .slick-prev {
  left: 35px;
  -webkit-transform: rotate(180deg) translate(50%, 50%);
          transform: rotate(180deg) translate(50%, 50%);
}

@media screen and (min-width: 75em) {
  .o-slick-slider[data-center-mode="true"] .slick-prev {
    left: calc((50vw - 62.5rem / 2) / 2);
  }
}

@media screen and (max-width: 39.9375em) {
  .o-slick-slider[data-center-mode="true"] .slick-prev::before {
    display: none;
  }
}

.o-slick-slider[data-center-mode="true"] .slick-next {
  right: 35px;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
}

@media screen and (min-width: 75em) {
  .o-slick-slider[data-center-mode="true"] .slick-next {
    right: calc((50vw - 62.5rem / 2) / 2);
  }
}

@media screen and (max-width: 39.9375em) {
  .o-slick-slider[data-center-mode="true"] .slick-next::before {
    display: none;
  }
}

.o-slick-slider[data-center-mode="true"] .slick-active .m-teaser--project {
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.2);
}

.o-slick-slider[data-center-mode="true"] .slick-active .m-teaser--project:hover {
  box-shadow: 0px 9px 41px 0px rgba(0, 0, 0, 0.4);
  margin-top: -3px;
}

.o-slick-slider[data-center-mode="true"] .m-teaser--project .m-teaser__text {
  height: 2.625rem;
  /* Fallback for non-webkit */
  font-size: 0.875rem;
  line-height: 1.5;
  -webkit-line-clamp: 2;
  margin-bottom: 3.5rem;
}

.o-slick-slider[data-center-mode="true"] .m-teaser--project .a-anchor {
  float: right;
  margin-top: -2.5rem;
}

.o-slick-slider__slide:not(.slick-cloned) {
  counter-increment: slides;
}

.o-slick-slider__product-variant {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  background: #004882;
}

.o-slick-slider__product-variant-counter, .o-slick-slider__product-variant-title {
  font-weight: bold;
  line-height: 1.5rem;
  text-transform: uppercase;
}

@media print, screen and (min-width: 64em) {
  .o-slick-slider__product-variant-counter, .o-slick-slider__product-variant-title {
    line-height: 1.5rem;
  }
}

.o-slick-slider__product-variant-counter {
  background: #FFF7CF;
  color: #004882;
  font-size: .55rem;
  padding: 1.4rem 1rem 0.7rem;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media print, screen and (min-width: 64em) {
  .o-slick-slider__product-variant-counter {
    font-size: .75rem;
  }
}

.o-slick-slider__product-variant-counter:before,
.o-slick-slider__product-variant-counter .o-slick-slider__product-variant-slide-count {
  font-size: 1.5rem;
}

@media print, screen and (min-width: 64em) {
  .o-slick-slider__product-variant-counter:before,
  .o-slick-slider__product-variant-counter .o-slick-slider__product-variant-slide-count {
    font-size: 2.25rem;
  }
}

.o-slick-slider__product-variant-title {
  color: #FFF;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-size: .75rem;
  padding: 0.7rem 2rem 0.7rem;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.o-slick-slider .background-img video {
  z-index: -1;
}

.o-slick-slider--full-screen .background-img {
  height: 400px;
}

@media print, screen and (min-width: 40em) {
  .o-slick-slider--full-screen .background-img {
    height: 500px;
  }
}

@media print, screen and (min-width: 64em) {
  .o-slick-slider--full-screen .background-img {
    height: 600px;
  }
}

@media screen and (min-width: 75em) {
  .o-slick-slider--full-screen .background-img {
    height: 700px;
  }
}

@media screen and (min-width: 90em) {
  .o-slick-slider--full-screen .background-img {
    height: 800px;
  }
}

.o-slick-slider--full-screen .text-wrapper {
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  top: 50%;
  height: auto;
  width: 100%;
  z-index: 2;
  padding-top: 0;
  padding-bottom: 0;
}

.js-overview-types-slider.hidden {
  height: 0;
  opacity: 0;
}

table {
  border-spacing: 0;
}

table thead,
table tfoot {
  background-color: transparent;
  color: #004882;
}

table thead.add-button h2,
table thead.add-button h3,
table thead.add-button h4,
table tfoot.add-button h2,
table tfoot.add-button h3,
table tfoot.add-button h4 {
  display: inline-block;
}

table thead.add-button a,
table thead.add-button button,
table tfoot.add-button a,
table tfoot.add-button button {
  margin-top: -10px !important;
}

table thead tr th,
table tfoot tr th {
  padding: 0.8rem 0.7rem;
}

table > tbody {
  background-color: transparent;
}

table > tbody > tr {
  position: relative;
}

table > tbody > tr:nth-child(even) {
  background-color: transparent;
}

table > tbody > tr:nth-child(even):hover {
  background-color: transparent;
  color: inherit;
}

table > tbody > tr > td {
  padding: 0.8rem 2.5rem 0.8rem 0.7rem;
  border-bottom: 1px solid rgba(0, 72, 130, 0.25);
}

table > tbody > tr:first-child > td {
  border-top: 3px solid #004882;
}

table > tbody > tr:last-child > åtd {
  border-bottom: 0;
  border-bottom: 3px solid #004882;
}

.o-table--hard-facts {
  font-family: "Oswald", Roboto, Arial, sans-serif;
  font-weight: bold;
  font-size: 24px;
  color: #004882;
}

.o-table--hard-facts th,
.o-table--hard-facts td {
  padding: 0.45rem 2.75rem;
}

.o-table--hard-facts th .a-icon,
.o-table--hard-facts td .a-icon {
  font-size: 48px;
}

.o-table--hard-facts tbody td {
  border-bottom: 1px solid #5E606C;
}

.o-table--hard-facts tbody td:first-child {
  color: #B1B3B4;
}

@media screen and (max-width: 39.9375em) {
  .o-table--hard-facts {
    font-size: 20px;
  }
  .o-table--hard-facts th,
  .o-table--hard-facts td {
    padding: 0.45rem 1.75rem;
  }
  .o-table--hard-facts th .a-icon,
  .o-table--hard-facts td .a-icon {
    font-size: 32px;
  }
}

.o-table--padded {
  font-size: 14px;
  color: #004882;
  border-bottom: 3px solid #004882;
}

.o-table--padded tbody tr td {
  padding: 0.45rem 2.75rem;
}

.o-table--padded tbody tr td:first-child {
  font-family: "Oswald", Roboto, Arial, sans-serif;
  font-weight: bold;
  font-size: 16px;
  padding: 1.95rem 3.75rem;
}

.o-table--padded tbody tr td a {
  text-decoration: underline;
}

.o-table--padded tbody tr td span {
  font-family: "Roboto", Arial, sans-serif;
  display: block;
  font-weight: 100;
}

@media screen and (max-width: 39.9375em) {
  .o-table--padded tbody tr td {
    padding: 0.45rem 0rem;
  }
  .o-table--padded tbody tr td:first-child {
    padding: 1.5em 0.5rem;
  }
}

.o-table--padded-200 tbody tr td {
  padding: 3.2rem 0rem;
}

.o-table--padded-200 tbody tr td .a-button {
  margin: 0;
}

.o-table--padded-200 tbody tr td:first-child {
  padding: 3.2rem 0rem;
}

.o-table--product-type {
  border-bottom: 3px solid #004882;
}

.o-table--product-type thead tr th {
  padding: 1.6rem 0.7rem;
  border-bottom: 3px solid #004882;
}

.o-table--product-type tbody tr {
  position: relative;
}

.o-table--product-type tbody tr:first-child > td {
  border-top: none;
}

.o-table--product-type tbody tr td.hidden {
  color: rgba(0, 72, 130, 0.2);
}

.o-table--product-type tbody tr td .a-button {
  transition: background-color 0.1s ease-in-out, color 0.1s ease-in-out;
  margin: 0;
}

.o-table--product-type tbody tr td .a-button:focus {
  border-color: transparent;
}

@media print, screen and (min-width: 40em) {
  .o-table--product-type tbody tr td .a-button {
    background: #FFF;
    float: right;
  }
}

.o-table--product-type tbody tr td:last-child {
  width: 120px;
  padding: 0.8rem 0 0;
}

@media print, screen and (min-width: 40em) {
  .o-table--product-type tbody tr td:last-child {
    padding: 0.8rem;
  }
}

.o-table--product-type tbody tr:hover, .o-table--product-type tbody tr.is-selected {
  background-color: #004882;
  color: white;
  cursor: pointer;
}

.o-table--product-type tbody tr:hover td, .o-table--product-type tbody tr.is-selected td {
  color: #FFF;
}

.o-table--product-type tbody tr:hover td .a-button, .o-table--product-type tbody tr.is-selected td .a-button {
  background-color: rgba(255, 255, 255, 0.9);
  color: #004882;
  border-color: #FFF;
}

.o-table--product-type tbody tr:hover td .a-button:hover, .o-table--product-type tbody tr.is-selected td .a-button:hover {
  background-color: white;
}

.o-table--product-type tbody tr:last-child td {
  border-bottom: 0;
}

.o-table--product-type tbody tr:nth-child(even):hover {
  background-color: #004882;
  color: white;
}

@media screen and (max-width: 39.9375em) {
  .o-table--product-type {
    border-top: 3px solid #004882;
  }
  .o-table--product-type thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .o-table--product-type tbody tr {
    display: block;
    padding: 0.8em 0.65em;
  }
  .o-table--product-type tbody tr td {
    font-size: 12px;
    color: #4C4C4C;
    font-weight: bold;
    line-height: 1.8em;
    padding: 0;
    padding-left: 50%;
    border: 0;
    display: block;
    text-align: left;
  }
  .o-table--product-type tbody tr td:before {
    /*
            * aria-label has no advantage, it won't be read inside a table
            content: attr(aria-label);
            */
    content: attr(data-label);
    position: absolute;
    left: 12px;
    color: #004882;
    font-weight: bold;
    text-transform: uppercase;
  }
  .o-table--product-type tbody tr td.hidden {
    opacity: 1;
  }
  .o-table--product-type tbody tr td:first-child {
    display: none;
  }
  .o-table--product-type tbody tr:hover td {
    background-color: #004882;
    color: white;
  }
  .o-table--product-type tbody tr:hover td:before {
    color: white;
  }
  .o-table--product-type tbody tr:hover:after {
    margin: 0;
    right: 7%;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .o-table--product-type tbody tr:first-child td {
    border: 0;
  }
  .o-table--product-type tbody tr:nth-child(even) {
    background-color: #F5F5F5;
  }
}

.o-table--product-info {
  border-bottom: 3px solid #004882;
}

@media screen and (max-width: 39.9375em) {
  .o-table--product-info > thead tr th {
    display: block;
    padding: 0.4rem 0.7rem 0.8rem 0.7rem;
  }
  .o-table--product-info > thead tr th .pullup {
    margin-top: 0;
  }
}

.o-table--product-info > tbody > tr:hover, .o-table--product-info > tbody > tr:nth-child(even):hover {
  background-color: rgba(0, 72, 130, 0.03);
}

.o-table--product-info > tbody > tr:last-child > td {
  border-bottom: 0px;
}

.o-table--product-info > tbody > tr > td {
  position: relative;
}

.o-table--product-info > tbody > tr > td:first-child {
  color: #004882;
  font-weight: bold;
  width: 40%;
  vertical-align: top;
}

.o-table--product-info > tbody > tr.js-o-table--expandable > td {
  transition: all 0.2s ease-in-out;
}

.o-table--product-info > tbody > tr.js-o-table--expandable > td:first-child {
  padding-left: 60px;
}

.o-table--product-info > tbody > tr.js-o-table--expandable > td:first-child > .js-expand-table {
  cursor: pointer;
  height: 35px;
  width: 35px;
  position: absolute;
  top: 9px;
  left: 12px;
}

.o-table--product-info > tbody > tr.js-o-table--expandable > td:first-child > .js-expand-table:before {
  font-size: 35px;
  content: '\e920';
  font-family: 'icons';
  position: absolute;
  top: 0;
  left: 0;
  font-weight: normal;
  color: #004882;
}

.o-table--product-info > tbody > tr.js-o-table--expandable > td:not(:first-child) {
  height: 51px;
  max-height: 51px;
  transition: max-height 3s ease-out;
  overflow: hidden;
}

.o-table--product-info > tbody > tr.js-o-table--expandable > td:not(:first-child) .inner {
  height: 34px;
  opacity: 0;
  margin-top: -5px;
  transition: all 0.1s ease-in-out;
}

.o-table--product-info > tbody > tr.js-o-table--expandable.is-active > td:first-child > .js-expand-table:before {
  font-weight: normal;
  content: '\e91c';
}

.o-table--product-info > tbody > tr.js-o-table--expandable.is-active > td:not(:first-child) {
  height: auto;
  max-height: 1200px;
  transition: max-height 0.8s ease-in;
}

.o-table--product-info > tbody > tr.js-o-table--expandable.is-active > td:not(:first-child) .inner {
  height: auto;
  opacity: 1;
  margin-top: 0;
}

.o-table--product-info .table-inside > tbody > tr:hover, .o-table--product-info .table-inside > tbody > tr:nth-child(even):hover {
  background-color: transparent;
}

.o-table--product-info .table-inside > tbody > tr > td {
  padding: 0;
  border: 0;
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}

.o-table--product-info .table-inside > tbody > tr > td:first-child {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.o-table--product-info .table-inside > tbody > tr > td:last-child {
  -webkit-box-flex: 5;
      -ms-flex: 5;
          flex: 5;
}

.o-table--product-info .table-inside > tbody > tr hr {
  border-bottom: 1px solid rgba(0, 72, 130, 0.25) !important;
  margin-bottom: 30px;
}

@media screen and (max-width: 63.9375em) {
  .o-table--product-info {
    border-bottom: 0;
  }
  .o-table--product-info tbody tr {
    padding: 0.3rem 0;
  }
  .o-table--product-info tbody tr:first-child td {
    border: 0px;
  }
  .o-table--product-info tbody tr td {
    display: block;
    border-bottom: 1px solid transparent;
    width: 100%;
    -webkit-box-flex: 1;
        -ms-flex: 1 100%;
            flex: 1 100%;
    font-size: 14px;
    padding: 0rem 2.5rem 0rem 0.7rem;
  }
  .o-table--product-info tbody tr.js-o-table--expandable > td:first-child {
    padding: 15px 15px 15px 60px;
  }
  .o-table--product-info tbody tr.js-o-table--expandable > td:first-child:before {
    top: 5px;
  }
  .o-table--product-info tbody tr.js-o-table--expandable > td:not(:first-child) {
    height: 0;
    max-height: 0;
  }
  .o-table--product-info tbody tr.js-o-table--expandable > td:not(:first-child) .inner {
    height: 0;
    padding-bottom: 10px;
  }
  .o-table--product-info tbody tr.js-o-table--expandable.is-active {
    border-top: 1px solid rgba(0, 72, 130, 0.25);
    border-bottom: 1px solid rgba(0, 72, 130, 0.25);
  }
  .o-table--product-info .table-inside tbody {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    border: 0;
  }
  .o-table--product-info .table-inside tbody tr {
    display: inline-block;
    padding: 10px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-right: 15px;
  }
}

.o-table--light tr th button,
.o-table--light tr td button {
  color: rgba(255, 255, 255, 0.5);
}

.o-table--light tr th button:hover,
.o-table--light tr td button:hover {
  color: #FFF;
}

.o-table--light tr th:first-child,
.o-table--light tr td:first-child {
  color: rgba(255, 255, 255, 0.5);
}

.o-table--light tr th:first-child:hover,
.o-table--light tr td:first-child:hover {
  color: rgba(255, 255, 255, 0.5);
}

.o-table--light tr td:first-child:hover {
  color: #FFF;
}

.o-table--light tr:hover td:first-child {
  color: #FFF;
}

.o-table--light thead,
.o-table--light tfoot {
  color: rgba(255, 255, 255, 0.5);
}

.o-table--light tbody {
  background-color: transparent;
}

.o-table--light tbody tr td {
  border-bottom: 2px solid rgba(255, 255, 255, 0.25);
}

.o-table--light tbody tr:first-child td {
  border-top-color: rgba(255, 255, 255, 0.25);
  border-top-width: 2px;
}

.o-table--light tbody tr:last-child td {
  border-bottom-color: rgba(255, 255, 255, 0.25);
  border-bottom-width: 2px;
}

.o-table--downloads {
  color: #004882;
}

.o-table--downloads > tbody > tr th,
.o-table--downloads > tbody > tr > td {
  padding: 0;
  border: 0px;
}

.o-table--downloads > tbody > tr th:nth-last-child(-n+4),
.o-table--downloads > tbody > tr > td:nth-last-child(-n+4) {
  text-align: center;
  width: 80px;
  max-width: 80px;
  vertical-align: top;
  padding-top: 0.7rem;
}

.o-table--downloads > tbody > tr th:nth-last-child(-n+4) a,
.o-table--downloads > tbody > tr > td:nth-last-child(-n+4) a {
  top: 0;
}

@media screen and (max-width: 63.9375em) {
  .o-table--downloads > tbody > tr th:nth-last-child(-n+4),
  .o-table--downloads > tbody > tr > td:nth-last-child(-n+4) {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    -webkit-box-flex: 1;
        -ms-flex: 1 40%;
            flex: 1 40%;
    width: auto;
    max-width: none;
    vertical-align: middle;
  }
}

@media screen and (max-width: 63.9375em) {
  .o-table--downloads > tbody > tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.o-table--downloads.is-select-active tr td:first-child {
  color: rgba(0, 72, 130, 0.6);
}

.o-table--downloads.is-select-active tr.is-active td {
  color: #004882;
}

.o-table--downloads thead,
.o-table--downloads tfoot {
  font-size: 12px;
  color: rgba(0, 72, 130, 0.5);
}

.o-table--downloads thead tr th,
.o-table--downloads thead tr td,
.o-table--downloads tfoot tr th,
.o-table--downloads tfoot tr td {
  padding: 0.2rem;
}

.o-table--downloads tbody > tr > td {
  border-bottom: 0px;
}

.o-table--downloads tbody > tr > td a,
.o-table--downloads tbody > tr > td button,
.o-table--downloads tbody > tr > td .a-input {
  margin: 0 auto;
  padding: 10px;
  position: relative;
  font-size: 25px;
  top: 30%;
  color: #004882;
}

.o-table--downloads tbody > tr:first-child td {
  border-top: 2px solid rgba(0, 72, 130, 0.25);
}

@media screen and (max-width: 63.9375em) {
  .o-table--downloads tbody > tr:first-child td {
    border-top: 0px;
  }
}

.o-table--downloads tbody > tr:last-child td {
  border-bottom: 2px solid rgba(0, 72, 130, 0.25);
}

@media screen and (max-width: 63.9375em) {
  .o-table--downloads tbody > tr:last-child td {
    border-top: 0px;
  }
}

.o-table--downloads tbody > tr:hover, .o-table--downloads tbody > tr:nth-child(even):hover {
  background-color: rgba(0, 72, 130, 0.03);
}

.o-table--downloads tbody > tr.is-inactive td:first-child {
  color: rgba(0, 72, 130, 0.5);
}

.button-grid .a-button {
  margin: 0.3rem 0.2rem;
}

.o-table--dates {
  border-bottom: 3px solid #004882;
  color: #004882;
}

.o-table--dates tr th,
.o-table--dates tr td {
  padding: 0;
}

.o-table--dates tr th:first-child,
.o-table--dates tr td:first-child {
  font-family: "Oswald", Roboto, Arial, sans-serif;
  font-weight: bold;
  font-size: 1.5rem;
  width: 180px;
  padding: 0.3em 1.25rem;
  vertical-align: top;
}

.o-table--dates tr th:first-child .weekday,
.o-table--dates tr td:first-child .weekday {
  width: 60px;
  display: inline-block;
}

@media screen and (max-width: 63.9375em) {
  .o-table--dates tr th:first-child,
  .o-table--dates tr td:first-child {
    width: 150px;
  }
  .o-table--dates tr th:first-child .weekday,
  .o-table--dates tr td:first-child .weekday {
    width: 40px;
  }
}

@media screen and (max-width: 39.9375em) {
  .o-table--dates tr th:first-child,
  .o-table--dates tr td:first-child {
    width: 60px;
    font-size: 1rem;
    padding: 0.8em 0.65em;
    -webkit-box-flex: 1;
        -ms-flex: 1 20%;
            flex: 1 20%;
    border-bottom: 0;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .o-table--dates tr th:first-child .weekday,
  .o-table--dates tr td:first-child .weekday {
    width: auto;
    display: block;
    font-size: 1.3rem;
    margin-bottom: -5px;
  }
}

.o-table--dates tr th:nth-child(2),
.o-table--dates tr td:nth-child(2) {
  padding: 1rem 3rem;
}

@media screen and (max-width: 63.9375em) {
  .o-table--dates tr th:nth-child(2),
  .o-table--dates tr td:nth-child(2) {
    padding: 1rem;
  }
}

@media screen and (max-width: 39.9375em) {
  .o-table--dates tr th:nth-child(2),
  .o-table--dates tr td:nth-child(2) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding: 1rem 0.5rem;
    border-bottom: 0;
    -webkit-box-flex: 1;
        -ms-flex: 1 70%;
            flex: 1 70%;
  }
}

.o-table--dates tr th:nth-last-child(-n+3),
.o-table--dates tr td:nth-last-child(-n+3) {
  text-align: center;
  width: 80px;
  max-width: 80px;
  vertical-align: top;
  padding-top: 0.7rem;
}

.o-table--dates tr th:nth-last-child(-n+3) a,
.o-table--dates tr td:nth-last-child(-n+3) a {
  display: inline-block;
}

@media screen and (max-width: 39.9375em) {
  .o-table--dates tr th:nth-last-child(-n+3),
  .o-table--dates tr td:nth-last-child(-n+3) {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    -webkit-box-flex: 1;
        -ms-flex: 1 40%;
            flex: 1 40%;
    width: auto;
    max-width: none;
    vertical-align: middle;
  }
}

.o-table--dates tr th:last-child,
.o-table--dates tr td:last-child {
  text-align: center;
  width: 60px;
  max-width: 60px;
}

@media screen and (max-width: 39.9375em) {
  .o-table--dates tr th:last-child,
  .o-table--dates tr td:last-child {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    -webkit-box-flex: 1;
        -ms-flex: 1 100%;
            flex: 1 100%;
    width: auto;
    max-width: none;
  }
}

@media screen and (max-width: 39.9375em) {
  .o-table--dates tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.o-table--dates thead {
  font-size: 12px;
}

.o-table--dates thead tr th .a-icon,
.o-table--dates thead tr td .a-icon {
  font-size: 48px;
  margin: 0;
}

@media screen and (max-width: 39.9375em) {
  .o-table--dates thead tr th .a-icon,
  .o-table--dates thead tr td .a-icon {
    font-size: 32px;
  }
}

.o-table--dates thead tr th:nth-last-child(-n+3),
.o-table--dates thead tr td:nth-last-child(-n+3) {
  color: rgba(0, 72, 130, 0.5);
  vertical-align: bottom;
  padding-bottom: 1rem;
}

.o-table--dates tbody tr td a,
.o-table--dates tbody tr td button,
.o-table--dates tbody tr td .a-input {
  margin: 0 auto;
  padding: 10px;
  position: relative;
  font-size: 25px;
  color: #004882;
}

.o-table--dates tbody tr td a {
  top: 30%;
}

.o-table--dates tbody tr:hover, .o-table--dates tbody tr:nth-child(even):hover {
  background-color: rgba(0, 72, 130, 0.03);
}

.date-state-legend {
  margin: 2rem 0 0 0;
  padding: 0;
  font-size: 0.75rem;
  font-weight: bold;
  opacity: 0.6;
}

.date-state-legend table > tbody > tr:first-child > td,
.date-state-legend table > tbody > tr > td {
  border: 0;
  padding: 0 0.5rem;
}

.date-state-legend .date-state {
  margin: 0.3rem auto 0 auto;
}

.date-state {
  margin: 1rem auto 0 auto;
  width: 12px;
  height: 12px;
  border-radius: 2px;
  display: inline-block;
  opacity: 1;
}

.date-state--red {
  background-color: #D0021B;
}

.date-state--green {
  background-color: #7ED321;
}

.date-state--yellow {
  background-color: #F8E71C;
}

#pdfModal {
  position: fixed;
  z-index: 1000;
  overflow: scroll;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  padding: 10vh 5vw;
  background: rgba(255, 255, 255, 0.9);
}

#pdfModal .pdf_body {
  padding: 0;
  max-width: 780px;
  margin: 0 auto;
  background-color: white;
}

#pdfModal table > tbody > tr:first-child > td {
  border-top: 0;
}

#pdfModal table > tbody > tr > td {
  padding: 0;
  border-bottom: 0;
}

#pdfModal tbody th, #pdfModal tbody td {
  padding: 0;
}

#contactPersonList li {
  list-style: none;
  padding-bottom: 1.5rem;
  margin-bottom: 2rem;
  position: relative;
}

#contactPersonList li:after {
  content: '';
  height: 2px;
  width: calc(100% - 1.25rem);
  position: absolute;
  left: 0;
  bottom: 0;
  margin: 0 0.625rem;
  background: #004882;
}

#contactPersonList li:last-child {
  padding-bottom: 0;
}

@media screen and (max-width: 39.9375em) {
  #contactPersonList li.last-visible {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  #contactPersonList li.last-visible:after {
    content: none;
  }
}

@media print, screen and (min-width: 40em) {
  #contactPersonList li {
    padding-bottom: 2rem;
  }
  #contactPersonList li:nth-last-child(-n+3) {
    padding-bottom: 0;
  }
}

/*# sourceMappingURL=styles.css.map */


