@charset "UTF-8";
/* ALEX Fonts */
/* Agregator BOX colors */
.nav_submenu ul, .nav_submenu_mobile ul, .nav_left ul, .nav_footer ul, .nav_footer_mobile ul, .share-buttons ul, .slider_days, .slider_time, .suche-biete .round-tags, #categoryFilter, .selection-box .options {
  padding: 0;
  margin: 0;
  list-style-type: none; }

.nav_submenu > .row > .columns, #footer > .row > .columns, #wrapper div[data-cols='1'] #main {
  padding-left: 28px;
  padding-right: 28px; }
  @media screen and (max-width: 63.9375em) {
    .nav_submenu > .row > .columns, #footer > .row > .columns, #wrapper div[data-cols='1'] #main {
      padding-left: 20px !important;
      padding-right: 20px !important;
      padding-bottom: 50px !important; } }

.fullwidth-slider-container, .mediaspace-container {
  margin-left: -28px;
  margin-right: -28px; }
  @media screen and (max-width: 63.9375em) {
    .fullwidth-slider-container, .mediaspace-container {
      margin-left: -20px;
      margin-right: -20px; } }

/**
 * Foundation for Sites by ZURB
 * Version 6.3.0
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
.slide-in-down.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(-100%);
  transition-property: transform, opacity;
  backface-visibility: hidden; }

.slide-in-down.mui-enter.mui-enter-active {
  transform: translateY(0); }

.slide-in-left.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(-100%);
  transition-property: transform, opacity;
  backface-visibility: hidden; }

.slide-in-left.mui-enter.mui-enter-active {
  transform: translateX(0); }

.slide-in-up.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(100%);
  transition-property: transform, opacity;
  backface-visibility: hidden; }

.slide-in-up.mui-enter.mui-enter-active {
  transform: translateY(0); }

.slide-in-right.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(100%);
  transition-property: transform, opacity;
  backface-visibility: hidden; }

.slide-in-right.mui-enter.mui-enter-active {
  transform: translateX(0); }

.slide-out-down.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(0);
  transition-property: transform, opacity;
  backface-visibility: hidden; }

.slide-out-down.mui-leave.mui-leave-active {
  transform: translateY(100%); }

.slide-out-right.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(0);
  transition-property: transform, opacity;
  backface-visibility: hidden; }

.slide-out-right.mui-leave.mui-leave-active {
  transform: translateX(100%); }

.slide-out-up.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(0);
  transition-property: transform, opacity;
  backface-visibility: hidden; }

.slide-out-up.mui-leave.mui-leave-active {
  transform: translateY(-100%); }

.slide-out-left.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(0);
  transition-property: transform, opacity;
  backface-visibility: hidden; }

.slide-out-left.mui-leave.mui-leave-active {
  transform: translateX(-100%); }

.fade-in.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  opacity: 0;
  transition-property: opacity; }

.fade-in.mui-enter.mui-enter-active {
  opacity: 1; }

.fade-out.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  opacity: 1;
  transition-property: opacity; }

.fade-out.mui-leave.mui-leave-active {
  opacity: 0; }

.hinge-in-from-top.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateX(-90deg);
  transform-origin: top;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-top.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-right.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(-90deg);
  transform-origin: right;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-right.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-bottom.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateX(90deg);
  transform-origin: bottom;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-bottom.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-left.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(90deg);
  transform-origin: left;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-left.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-middle-x.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateX(-90deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-middle-x.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-middle-y.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(-90deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-middle-y.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-out-from-top.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: top;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-top.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(-90deg);
  opacity: 0; }

.hinge-out-from-right.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: right;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-right.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(-90deg);
  opacity: 0; }

.hinge-out-from-bottom.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: bottom;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-bottom.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(90deg);
  opacity: 0; }

.hinge-out-from-left.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: left;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-left.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(90deg);
  opacity: 0; }

.hinge-out-from-middle-x.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-middle-x.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(-90deg);
  opacity: 0; }

.hinge-out-from-middle-y.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-middle-y.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(-90deg);
  opacity: 0; }

.scale-in-up.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: scale(0.5);
  transition-property: transform, opacity;
  opacity: 0; }

.scale-in-up.mui-enter.mui-enter-active {
  transform: scale(1);
  opacity: 1; }

.scale-in-down.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: scale(1.5);
  transition-property: transform, opacity;
  opacity: 0; }

.scale-in-down.mui-enter.mui-enter-active {
  transform: scale(1);
  opacity: 1; }

.scale-out-up.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: scale(1);
  transition-property: transform, opacity;
  opacity: 1; }

.scale-out-up.mui-leave.mui-leave-active {
  transform: scale(1.5);
  opacity: 0; }

.scale-out-down.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: scale(1);
  transition-property: transform, opacity;
  opacity: 1; }

.scale-out-down.mui-leave.mui-leave-active {
  transform: scale(0.5);
  opacity: 0; }

.spin-in.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(-0.75turn);
  transition-property: transform, opacity;
  opacity: 0; }

.spin-in.mui-enter.mui-enter-active {
  transform: rotate(0);
  opacity: 1; }

.spin-out.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(0);
  transition-property: transform, opacity;
  opacity: 1; }

.spin-out.mui-leave.mui-leave-active {
  transform: rotate(0.75turn);
  opacity: 0; }

.spin-in-ccw.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(0.75turn);
  transition-property: transform, opacity;
  opacity: 0; }

.spin-in-ccw.mui-enter.mui-enter-active {
  transform: rotate(0);
  opacity: 1; }

.spin-out-ccw.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(0);
  transition-property: transform, opacity;
  opacity: 1; }

.spin-out-ccw.mui-leave.mui-leave-active {
  transform: rotate(-0.75turn);
  opacity: 0; }

.slow {
  transition-duration: 750ms !important; }

.fast {
  transition-duration: 250ms !important; }

.linear {
  transition-timing-function: linear !important; }

.ease {
  transition-timing-function: ease !important; }

.ease-in {
  transition-timing-function: ease-in !important; }

.ease-out {
  transition-timing-function: ease-out !important; }

.ease-in-out {
  transition-timing-function: ease-in-out !important; }

.bounce-in {
  transition-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important; }

.bounce-out {
  transition-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important; }

.bounce-in-out {
  transition-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important; }

.short-delay {
  transition-delay: 300ms !important; }

.long-delay {
  transition-delay: 700ms !important; }

.shake {
  animation-name: shake-7; }

@keyframes shake-7 {
  0%, 10%, 20%, 30%, 40%, 50%, 60%, 70%, 80%, 90% {
    transform: translateX(7%); }
  5%, 15%, 25%, 35%, 45%, 55%, 65%, 75%, 85%, 95% {
    transform: translateX(-7%); } }

.spin-cw {
  animation-name: spin-cw-1turn; }

@keyframes spin-cw-1turn {
  0% {
    transform: rotate(-1turn); }
  100% {
    transform: rotate(0); } }

.spin-ccw {
  animation-name: spin-cw-1turn; }

@keyframes spin-cw-1turn {
  0% {
    transform: rotate(0); }
  100% {
    transform: rotate(1turn); } }

.wiggle {
  animation-name: wiggle-7deg; }

@keyframes wiggle-7deg {
  40%, 50%, 60% {
    transform: rotate(7deg); }
  35%, 45%, 55%, 65% {
    transform: rotate(-7deg); }
  0%, 30%, 70%, 100% {
    transform: rotate(0); } }

.shake,
.spin-cw,
.spin-ccw,
.wiggle {
  animation-duration: 500ms; }

.infinite {
  animation-iteration-count: infinite; }

.slow {
  animation-duration: 750ms !important; }

.fast {
  animation-duration: 250ms !important; }

.linear {
  animation-timing-function: linear !important; }

.ease {
  animation-timing-function: ease !important; }

.ease-in {
  animation-timing-function: ease-in !important; }

.ease-out {
  animation-timing-function: ease-out !important; }

.ease-in-out {
  animation-timing-function: ease-in-out !important; }

.bounce-in {
  animation-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important; }

.bounce-out {
  animation-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important; }

.bounce-in-out {
  animation-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important; }

.short-delay {
  animation-delay: 300ms !important; }

.long-delay {
  animation-delay: 700ms !important; }

/*! 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"; }

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

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

body {
  margin: 0;
  padding: 0;
  background: #ffffff;
  font-family: "ITC Conduit W04 Regular", arial, sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #4a4a4a;
  -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: 3px; }

select {
  width: 100%;
  border-radius: 3px; }

.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;
  appearance: none;
  border: 0;
  border-radius: 3px;
  background: transparent;
  line-height: 1; }
  [data-whatinput='mouse'] button {
    outline: 0; }

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

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

.row {
  max-width: 60.5rem;
  margin-right: auto;
  margin-left: auto; }
  .row::before, .row::after {
    display: table;
    content: ' '; }
  .row::after {
    clear: both; }
  .row.collapse > .column, .row.collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
  .row .row {
    margin-right: -0.3125rem;
    margin-left: -0.3125rem; }
    @media print, screen and (min-width: 40em) {
      .row .row {
        margin-right: -0.3125rem;
        margin-left: -0.3125rem; } }
    @media print, screen and (min-width: 64em) {
      .row .row {
        margin-right: -0.3125rem;
        margin-left: -0.3125rem; } }
    .row .row.collapse {
      margin-right: 0;
      margin-left: 0; }
  .row.expanded {
    max-width: none; }
    .row.expanded .row {
      margin-right: auto;
      margin-left: auto; }
  .row.gutter-small > .column, .row.gutter-small > .columns {
    padding-right: 0.3125rem;
    padding-left: 0.3125rem; }
  .row.gutter-medium > .column, .row.gutter-medium > .columns {
    padding-right: 0.3125rem;
    padding-left: 0.3125rem; }

.column, .columns {
  width: 100%;
  float: left;
  padding-right: 0.3125rem;
  padding-left: 0.3125rem; }
  @media print, screen and (min-width: 40em) {
    .column, .columns {
      padding-right: 0.3125rem;
      padding-left: 0.3125rem; } }
  .column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
    float: right; }
  .column.end:last-child:last-child, .end.columns:last-child:last-child {
    float: left; }

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

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

.small-1 {
  width: 8.3333333333%; }

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

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

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

.small-2 {
  width: 16.6666666667%; }

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

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

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

.small-3 {
  width: 25%; }

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

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

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

.small-4 {
  width: 33.3333333333%; }

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

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

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

.small-5 {
  width: 41.6666666667%; }

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

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

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

.small-6 {
  width: 50%; }

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

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

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

.small-7 {
  width: 58.3333333333%; }

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

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

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

.small-8 {
  width: 66.6666666667%; }

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

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

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

.small-9 {
  width: 75%; }

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

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

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

.small-10 {
  width: 83.3333333333%; }

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

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

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

.small-11 {
  width: 91.6666666667%; }

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

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

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

.small-12 {
  width: 100%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media print, screen and (min-width: 40em) {
  .medium-1 {
    width: 8.3333333333%; }
  .medium-push-1 {
    position: relative;
    left: 8.3333333333%; }
  .medium-pull-1 {
    position: relative;
    left: -8.3333333333%; }
  .medium-offset-0 {
    margin-left: 0%; }
  .medium-2 {
    width: 16.6666666667%; }
  .medium-push-2 {
    position: relative;
    left: 16.6666666667%; }
  .medium-pull-2 {
    position: relative;
    left: -16.6666666667%; }
  .medium-offset-1 {
    margin-left: 8.3333333333%; }
  .medium-3 {
    width: 25%; }
  .medium-push-3 {
    position: relative;
    left: 25%; }
  .medium-pull-3 {
    position: relative;
    left: -25%; }
  .medium-offset-2 {
    margin-left: 16.6666666667%; }
  .medium-4 {
    width: 33.3333333333%; }
  .medium-push-4 {
    position: relative;
    left: 33.3333333333%; }
  .medium-pull-4 {
    position: relative;
    left: -33.3333333333%; }
  .medium-offset-3 {
    margin-left: 25%; }
  .medium-5 {
    width: 41.6666666667%; }
  .medium-push-5 {
    position: relative;
    left: 41.6666666667%; }
  .medium-pull-5 {
    position: relative;
    left: -41.6666666667%; }
  .medium-offset-4 {
    margin-left: 33.3333333333%; }
  .medium-6 {
    width: 50%; }
  .medium-push-6 {
    position: relative;
    left: 50%; }
  .medium-pull-6 {
    position: relative;
    left: -50%; }
  .medium-offset-5 {
    margin-left: 41.6666666667%; }
  .medium-7 {
    width: 58.3333333333%; }
  .medium-push-7 {
    position: relative;
    left: 58.3333333333%; }
  .medium-pull-7 {
    position: relative;
    left: -58.3333333333%; }
  .medium-offset-6 {
    margin-left: 50%; }
  .medium-8 {
    width: 66.6666666667%; }
  .medium-push-8 {
    position: relative;
    left: 66.6666666667%; }
  .medium-pull-8 {
    position: relative;
    left: -66.6666666667%; }
  .medium-offset-7 {
    margin-left: 58.3333333333%; }
  .medium-9 {
    width: 75%; }
  .medium-push-9 {
    position: relative;
    left: 75%; }
  .medium-pull-9 {
    position: relative;
    left: -75%; }
  .medium-offset-8 {
    margin-left: 66.6666666667%; }
  .medium-10 {
    width: 83.3333333333%; }
  .medium-push-10 {
    position: relative;
    left: 83.3333333333%; }
  .medium-pull-10 {
    position: relative;
    left: -83.3333333333%; }
  .medium-offset-9 {
    margin-left: 75%; }
  .medium-11 {
    width: 91.6666666667%; }
  .medium-push-11 {
    position: relative;
    left: 91.6666666667%; }
  .medium-pull-11 {
    position: relative;
    left: -91.6666666667%; }
  .medium-offset-10 {
    margin-left: 83.3333333333%; }
  .medium-12 {
    width: 100%; }
  .medium-offset-11 {
    margin-left: 91.6666666667%; }
  .medium-up-1 > .column, .medium-up-1 > .columns {
    float: left;
    width: 100%; }
    .medium-up-1 > .column:nth-of-type(1n), .medium-up-1 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-1 > .column:nth-of-type(1n+1), .medium-up-1 > .columns:nth-of-type(1n+1) {
      clear: both; }
    .medium-up-1 > .column:last-child, .medium-up-1 > .columns:last-child {
      float: left; }
  .medium-up-2 > .column, .medium-up-2 > .columns {
    float: left;
    width: 50%; }
    .medium-up-2 > .column:nth-of-type(1n), .medium-up-2 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-2 > .column:nth-of-type(2n+1), .medium-up-2 > .columns:nth-of-type(2n+1) {
      clear: both; }
    .medium-up-2 > .column:last-child, .medium-up-2 > .columns:last-child {
      float: left; }
  .medium-up-3 > .column, .medium-up-3 > .columns {
    float: left;
    width: 33.3333333333%; }
    .medium-up-3 > .column:nth-of-type(1n), .medium-up-3 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-3 > .column:nth-of-type(3n+1), .medium-up-3 > .columns:nth-of-type(3n+1) {
      clear: both; }
    .medium-up-3 > .column:last-child, .medium-up-3 > .columns:last-child {
      float: left; }
  .medium-up-4 > .column, .medium-up-4 > .columns {
    float: left;
    width: 25%; }
    .medium-up-4 > .column:nth-of-type(1n), .medium-up-4 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-4 > .column:nth-of-type(4n+1), .medium-up-4 > .columns:nth-of-type(4n+1) {
      clear: both; }
    .medium-up-4 > .column:last-child, .medium-up-4 > .columns:last-child {
      float: left; }
  .medium-up-5 > .column, .medium-up-5 > .columns {
    float: left;
    width: 20%; }
    .medium-up-5 > .column:nth-of-type(1n), .medium-up-5 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-5 > .column:nth-of-type(5n+1), .medium-up-5 > .columns:nth-of-type(5n+1) {
      clear: both; }
    .medium-up-5 > .column:last-child, .medium-up-5 > .columns:last-child {
      float: left; }
  .medium-up-6 > .column, .medium-up-6 > .columns {
    float: left;
    width: 16.6666666667%; }
    .medium-up-6 > .column:nth-of-type(1n), .medium-up-6 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-6 > .column:nth-of-type(6n+1), .medium-up-6 > .columns:nth-of-type(6n+1) {
      clear: both; }
    .medium-up-6 > .column:last-child, .medium-up-6 > .columns:last-child {
      float: left; }
  .medium-up-7 > .column, .medium-up-7 > .columns {
    float: left;
    width: 14.2857142857%; }
    .medium-up-7 > .column:nth-of-type(1n), .medium-up-7 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-7 > .column:nth-of-type(7n+1), .medium-up-7 > .columns:nth-of-type(7n+1) {
      clear: both; }
    .medium-up-7 > .column:last-child, .medium-up-7 > .columns:last-child {
      float: left; }
  .medium-up-8 > .column, .medium-up-8 > .columns {
    float: left;
    width: 12.5%; }
    .medium-up-8 > .column:nth-of-type(1n), .medium-up-8 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-8 > .column:nth-of-type(8n+1), .medium-up-8 > .columns:nth-of-type(8n+1) {
      clear: both; }
    .medium-up-8 > .column:last-child, .medium-up-8 > .columns:last-child {
      float: left; }
  .medium-collapse > .column, .medium-collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
  .medium-collapse .row {
    margin-right: 0;
    margin-left: 0; }
  .expanded.row .medium-collapse.row {
    margin-right: 0;
    margin-left: 0; }
  .medium-uncollapse > .column, .medium-uncollapse > .columns {
    padding-right: 0.3125rem;
    padding-left: 0.3125rem; }
  .medium-centered {
    margin-right: auto;
    margin-left: auto; }
    .medium-centered, .medium-centered:last-child:not(:first-child) {
      float: none;
      clear: both; }
  .medium-uncentered,
  .medium-push-0,
  .medium-pull-0 {
    position: static;
    float: left;
    margin-right: 0;
    margin-left: 0; } }

@media print, screen and (min-width: 64em) {
  .large-1 {
    width: 8.3333333333%; }
  .large-push-1 {
    position: relative;
    left: 8.3333333333%; }
  .large-pull-1 {
    position: relative;
    left: -8.3333333333%; }
  .large-offset-0 {
    margin-left: 0%; }
  .large-2 {
    width: 16.6666666667%; }
  .large-push-2 {
    position: relative;
    left: 16.6666666667%; }
  .large-pull-2 {
    position: relative;
    left: -16.6666666667%; }
  .large-offset-1 {
    margin-left: 8.3333333333%; }
  .large-3 {
    width: 25%; }
  .large-push-3 {
    position: relative;
    left: 25%; }
  .large-pull-3 {
    position: relative;
    left: -25%; }
  .large-offset-2 {
    margin-left: 16.6666666667%; }
  .large-4 {
    width: 33.3333333333%; }
  .large-push-4 {
    position: relative;
    left: 33.3333333333%; }
  .large-pull-4 {
    position: relative;
    left: -33.3333333333%; }
  .large-offset-3 {
    margin-left: 25%; }
  .large-5 {
    width: 41.6666666667%; }
  .large-push-5 {
    position: relative;
    left: 41.6666666667%; }
  .large-pull-5 {
    position: relative;
    left: -41.6666666667%; }
  .large-offset-4 {
    margin-left: 33.3333333333%; }
  .large-6 {
    width: 50%; }
  .large-push-6 {
    position: relative;
    left: 50%; }
  .large-pull-6 {
    position: relative;
    left: -50%; }
  .large-offset-5 {
    margin-left: 41.6666666667%; }
  .large-7 {
    width: 58.3333333333%; }
  .large-push-7 {
    position: relative;
    left: 58.3333333333%; }
  .large-pull-7 {
    position: relative;
    left: -58.3333333333%; }
  .large-offset-6 {
    margin-left: 50%; }
  .large-8 {
    width: 66.6666666667%; }
  .large-push-8 {
    position: relative;
    left: 66.6666666667%; }
  .large-pull-8 {
    position: relative;
    left: -66.6666666667%; }
  .large-offset-7 {
    margin-left: 58.3333333333%; }
  .large-9 {
    width: 75%; }
  .large-push-9 {
    position: relative;
    left: 75%; }
  .large-pull-9 {
    position: relative;
    left: -75%; }
  .large-offset-8 {
    margin-left: 66.6666666667%; }
  .large-10 {
    width: 83.3333333333%; }
  .large-push-10 {
    position: relative;
    left: 83.3333333333%; }
  .large-pull-10 {
    position: relative;
    left: -83.3333333333%; }
  .large-offset-9 {
    margin-left: 75%; }
  .large-11 {
    width: 91.6666666667%; }
  .large-push-11 {
    position: relative;
    left: 91.6666666667%; }
  .large-pull-11 {
    position: relative;
    left: -91.6666666667%; }
  .large-offset-10 {
    margin-left: 83.3333333333%; }
  .large-12 {
    width: 100%; }
  .large-offset-11 {
    margin-left: 91.6666666667%; }
  .large-up-1 > .column, .large-up-1 > .columns {
    float: left;
    width: 100%; }
    .large-up-1 > .column:nth-of-type(1n), .large-up-1 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-1 > .column:nth-of-type(1n+1), .large-up-1 > .columns:nth-of-type(1n+1) {
      clear: both; }
    .large-up-1 > .column:last-child, .large-up-1 > .columns:last-child {
      float: left; }
  .large-up-2 > .column, .large-up-2 > .columns {
    float: left;
    width: 50%; }
    .large-up-2 > .column:nth-of-type(1n), .large-up-2 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-2 > .column:nth-of-type(2n+1), .large-up-2 > .columns:nth-of-type(2n+1) {
      clear: both; }
    .large-up-2 > .column:last-child, .large-up-2 > .columns:last-child {
      float: left; }
  .large-up-3 > .column, .large-up-3 > .columns {
    float: left;
    width: 33.3333333333%; }
    .large-up-3 > .column:nth-of-type(1n), .large-up-3 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-3 > .column:nth-of-type(3n+1), .large-up-3 > .columns:nth-of-type(3n+1) {
      clear: both; }
    .large-up-3 > .column:last-child, .large-up-3 > .columns:last-child {
      float: left; }
  .large-up-4 > .column, .large-up-4 > .columns {
    float: left;
    width: 25%; }
    .large-up-4 > .column:nth-of-type(1n), .large-up-4 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-4 > .column:nth-of-type(4n+1), .large-up-4 > .columns:nth-of-type(4n+1) {
      clear: both; }
    .large-up-4 > .column:last-child, .large-up-4 > .columns:last-child {
      float: left; }
  .large-up-5 > .column, .large-up-5 > .columns {
    float: left;
    width: 20%; }
    .large-up-5 > .column:nth-of-type(1n), .large-up-5 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-5 > .column:nth-of-type(5n+1), .large-up-5 > .columns:nth-of-type(5n+1) {
      clear: both; }
    .large-up-5 > .column:last-child, .large-up-5 > .columns:last-child {
      float: left; }
  .large-up-6 > .column, .large-up-6 > .columns {
    float: left;
    width: 16.6666666667%; }
    .large-up-6 > .column:nth-of-type(1n), .large-up-6 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-6 > .column:nth-of-type(6n+1), .large-up-6 > .columns:nth-of-type(6n+1) {
      clear: both; }
    .large-up-6 > .column:last-child, .large-up-6 > .columns:last-child {
      float: left; }
  .large-up-7 > .column, .large-up-7 > .columns {
    float: left;
    width: 14.2857142857%; }
    .large-up-7 > .column:nth-of-type(1n), .large-up-7 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-7 > .column:nth-of-type(7n+1), .large-up-7 > .columns:nth-of-type(7n+1) {
      clear: both; }
    .large-up-7 > .column:last-child, .large-up-7 > .columns:last-child {
      float: left; }
  .large-up-8 > .column, .large-up-8 > .columns {
    float: left;
    width: 12.5%; }
    .large-up-8 > .column:nth-of-type(1n), .large-up-8 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-8 > .column:nth-of-type(8n+1), .large-up-8 > .columns:nth-of-type(8n+1) {
      clear: both; }
    .large-up-8 > .column:last-child, .large-up-8 > .columns:last-child {
      float: left; }
  .large-collapse > .column, .large-collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
  .large-collapse .row {
    margin-right: 0;
    margin-left: 0; }
  .expanded.row .large-collapse.row {
    margin-right: 0;
    margin-left: 0; }
  .large-uncollapse > .column, .large-uncollapse > .columns {
    padding-right: 0.3125rem;
    padding-left: 0.3125rem; }
  .large-centered {
    margin-right: auto;
    margin-left: auto; }
    .large-centered, .large-centered:last-child:not(:first-child) {
      float: none;
      clear: both; }
  .large-uncentered,
  .large-push-0,
  .large-pull-0 {
    position: static;
    float: left;
    margin-right: 0;
    margin-left: 0; } }

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

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: 23px;
  text-rendering: optimizeLegibility; }

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

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

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "ITC Conduit W04 Regular", arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  color: inherit;
  text-rendering: optimizeLegibility; }
  h1 small,
  h2 small,
  h3 small,
  h4 small,
  h5 small,
  h6 small {
    line-height: 0;
    color: #cacaca; }

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

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

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

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

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

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

@media print, screen and (min-width: 40em) {
  h1 {
    font-size: 1.875rem; }
  h2 {
    font-size: 1.5625rem; }
  h3 {
    font-size: 1.25rem; }
  h4 {
    font-size: 1.125rem; }
  h5 {
    font-size: 1.0625rem; }
  h6 {
    font-size: 1rem; } }

a {
  line-height: inherit;
  color: #4179bb;
  text-decoration: none;
  cursor: pointer; }
  a:hover, a:focus {
    color: #3868a1; }
  a img {
    border: 0; }

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

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

li {
  font-size: inherit; }

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

ol {
  margin-left: 1.25rem; }

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

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

blockquote {
  margin: 0 0 1rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #cacaca; }
  blockquote, blockquote p {
    line-height: 23px;
    color: #8a8a8a; }

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

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

figure {
  margin: 0; }

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

kbd {
  margin: 0;
  padding: 0.125rem 0.25rem 0;
  background-color: #9B9B9B;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  color: #4a4a4a;
  border-radius: 3px; }

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

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

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

.button {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  padding: 0.85em 1em;
  -webkit-appearance: none;
  border: 1px solid transparent;
  border-radius: 3px;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-size: 0.9rem;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  background-color: #4179bb;
  color: #ffffff; }
  [data-whatinput='mouse'] .button {
    outline: 0; }
  .button:hover, .button:focus {
    background-color: #37679f;
    color: #ffffff; }
  .button.tiny {
    font-size: 0.6rem; }
  .button.small {
    font-size: 0.75rem; }
  .button.large {
    font-size: 1.25rem; }
  .button.expanded {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-left: 0; }
  .button.primary {
    background-color: #4179bb;
    color: #ffffff; }
    .button.primary:hover, .button.primary:focus {
      background-color: #346196;
      color: #ffffff; }
  .button.secondary {
    background-color: #ececec;
    color: #4a4a4a; }
    .button.secondary:hover, .button.secondary:focus {
      background-color: #bdbdbd;
      color: #4a4a4a; }
  .button.success {
    background-color: #3adb76;
    color: #4a4a4a; }
    .button.success:hover, .button.success:focus {
      background-color: #22bb5b;
      color: #4a4a4a; }
  .button.warning {
    background-color: #ffae00;
    color: #4a4a4a; }
    .button.warning:hover, .button.warning:focus {
      background-color: #cc8b00;
      color: #4a4a4a; }
  .button.alert {
    background-color: #cc4b37;
    color: #ffffff; }
    .button.alert:hover, .button.alert:focus {
      background-color: #a53b2a;
      color: #ffffff; }
  .button.hollow {
    border: 1px solid #4179bb;
    color: #4179bb; }
    .button.hollow, .button.hollow:hover, .button.hollow:focus {
      background-color: transparent; }
    .button.hollow:hover, .button.hollow:focus {
      border-color: #213d5e;
      color: #213d5e; }
    .button.hollow.primary {
      border: 1px solid #4179bb;
      color: #4179bb; }
      .button.hollow.primary:hover, .button.hollow.primary:focus {
        border-color: #213d5e;
        color: #213d5e; }
    .button.hollow.secondary {
      border: 1px solid #ececec;
      color: #ececec; }
      .button.hollow.secondary:hover, .button.hollow.secondary:focus {
        border-color: #767676;
        color: #767676; }
    .button.hollow.success {
      border: 1px solid #3adb76;
      color: #3adb76; }
      .button.hollow.success:hover, .button.hollow.success:focus {
        border-color: #157539;
        color: #157539; }
    .button.hollow.warning {
      border: 1px solid #ffae00;
      color: #ffae00; }
      .button.hollow.warning:hover, .button.hollow.warning:focus {
        border-color: #805700;
        color: #805700; }
    .button.hollow.alert {
      border: 1px solid #cc4b37;
      color: #cc4b37; }
      .button.hollow.alert:hover, .button.hollow.alert:focus {
        border-color: #67251a;
        color: #67251a; }
  .button.disabled, .button[disabled] {
    opacity: 0.25;
    cursor: not-allowed; }
    .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
      background-color: #4179bb;
      color: #ffffff; }
    .button.disabled.primary, .button[disabled].primary {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.primary:hover, .button.disabled.primary:focus, .button[disabled].primary:hover, .button[disabled].primary:focus {
        background-color: #4179bb;
        color: #ffffff; }
    .button.disabled.secondary, .button[disabled].secondary {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
        background-color: #ececec;
        color: #ffffff; }
    .button.disabled.success, .button[disabled].success {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
        background-color: #3adb76;
        color: #ffffff; }
    .button.disabled.warning, .button[disabled].warning {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning:hover, .button[disabled].warning:focus {
        background-color: #ffae00;
        color: #ffffff; }
    .button.disabled.alert, .button[disabled].alert {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
        background-color: #cc4b37;
        color: #ffffff; }
  .button.dropdown::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.4em;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #ffffff transparent transparent;
    position: relative;
    top: 0.4em;
    display: inline-block;
    float: right;
    margin-left: 1em; }
  .button.arrow-only::after {
    top: -0.1em;
    float: none;
    margin-left: 0; }

[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 #cacaca;
  border-radius: 0px;
  background-color: #ffffff;
  box-shadow: none;
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  color: #4a4a4a;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  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 #4179bb;
    background-color: #ffffff;
    box-shadow: none;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out; }

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

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

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

[type='submit'],
[type='button'] {
  appearance: none;
  border-radius: 3px; }

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: #4a4a4a; }
  label.middle {
    margin: 0 0 1rem;
    padding: 0.5625rem 0; }

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

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

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

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

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

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

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

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

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

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

select {
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  appearance: none;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #ffffff;
  font-family: inherit;
  font-size: 1rem;
  line-height: normal;
  color: #4a4a4a;
  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%28138, 138, 138%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) {
    select {
      background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg=="); } }
  select:focus {
    outline: none;
    border: 1px solid #4179bb;
    background-color: #ffffff;
    box-shadow: none;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out; }
  select:disabled {
    background-color: #9B9B9B;
    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)::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; }

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

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

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

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

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

.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: #4179bb transparent transparent;
    position: absolute;
    top: 50%;
    margin-top: -3px;
    right: 1rem; }

.is-accordion-submenu-parent[aria-expanded='true'] > a::after {
  transform: rotate(180deg);
  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: #4179bb;
  color: #ffffff; }
  .badge.primary {
    background: #4179bb;
    color: #ffffff; }
  .badge.secondary {
    background: #ececec;
    color: #4a4a4a; }
  .badge.success {
    background: #3adb76;
    color: #4a4a4a; }
  .badge.warning {
    background: #ffae00;
    color: #4a4a4a; }
  .badge.alert {
    background: #cc4b37;
    color: #ffffff; }

.button-group {
  margin-bottom: 1rem;
  font-size: 0; }
  .button-group::before, .button-group::after {
    display: table;
    content: ' '; }
  .button-group::after {
    clear: both; }
  .button-group .button {
    margin: 0;
    margin-right: 1px;
    margin-bottom: 1px;
    font-size: 0.9rem; }
    .button-group .button:last-child {
      margin-right: 0; }
  .button-group.tiny .button {
    font-size: 0.6rem; }
  .button-group.small .button {
    font-size: 0.75rem; }
  .button-group.large .button {
    font-size: 1.25rem; }
  .button-group.expanded {
    margin-right: -1px; }
    .button-group.expanded::before, .button-group.expanded::after {
      display: none; }
    .button-group.expanded .button:first-child:nth-last-child(2), .button-group.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button {
      display: inline-block;
      width: calc(50% - 1px);
      margin-right: 1px; }
      .button-group.expanded .button:first-child:nth-last-child(2):last-child, .button-group.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button:last-child {
        margin-right: -6px; }
    .button-group.expanded .button:first-child:nth-last-child(3), .button-group.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button {
      display: inline-block;
      width: calc(33.3333333333% - 1px);
      margin-right: 1px; }
      .button-group.expanded .button:first-child:nth-last-child(3):last-child, .button-group.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button:last-child {
        margin-right: -6px; }
    .button-group.expanded .button:first-child:nth-last-child(4), .button-group.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button {
      display: inline-block;
      width: calc(25% - 1px);
      margin-right: 1px; }
      .button-group.expanded .button:first-child:nth-last-child(4):last-child, .button-group.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button:last-child {
        margin-right: -6px; }
    .button-group.expanded .button:first-child:nth-last-child(5), .button-group.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button {
      display: inline-block;
      width: calc(20% - 1px);
      margin-right: 1px; }
      .button-group.expanded .button:first-child:nth-last-child(5):last-child, .button-group.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button:last-child {
        margin-right: -6px; }
    .button-group.expanded .button:first-child:nth-last-child(6), .button-group.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button {
      display: inline-block;
      width: calc(16.6666666667% - 1px);
      margin-right: 1px; }
      .button-group.expanded .button:first-child:nth-last-child(6):last-child, .button-group.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button:last-child {
        margin-right: -6px; }
  .button-group.primary .button {
    background-color: #4179bb;
    color: #ffffff; }
    .button-group.primary .button:hover, .button-group.primary .button:focus {
      background-color: #346196;
      color: #ffffff; }
  .button-group.secondary .button {
    background-color: #ececec;
    color: #4a4a4a; }
    .button-group.secondary .button:hover, .button-group.secondary .button:focus {
      background-color: #bdbdbd;
      color: #4a4a4a; }
  .button-group.success .button {
    background-color: #3adb76;
    color: #4a4a4a; }
    .button-group.success .button:hover, .button-group.success .button:focus {
      background-color: #22bb5b;
      color: #4a4a4a; }
  .button-group.warning .button {
    background-color: #ffae00;
    color: #4a4a4a; }
    .button-group.warning .button:hover, .button-group.warning .button:focus {
      background-color: #cc8b00;
      color: #4a4a4a; }
  .button-group.alert .button {
    background-color: #cc4b37;
    color: #ffffff; }
    .button-group.alert .button:hover, .button-group.alert .button:focus {
      background-color: #a53b2a;
      color: #ffffff; }
  .button-group.stacked .button, .button-group.stacked-for-small .button, .button-group.stacked-for-medium .button {
    width: 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 {
      width: auto;
      margin-bottom: 0; } }
  @media print, screen and (min-width: 64em) {
    .button-group.stacked-for-medium .button {
      width: auto;
      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; } }

.close-button {
  position: absolute;
  color: #8a8a8a;
  cursor: pointer; }
  [data-whatinput='mouse'] .close-button {
    outline: 0; }
  .close-button:hover, .close-button:focus {
    color: #4a4a4a; }
  .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; }
  .menu > li {
    display: table-cell;
    vertical-align: middle; }
    [data-whatinput='mouse'] .menu > li {
      outline: 0; }
  .menu > li > a {
    display: block;
    padding: 0.7rem 1rem;
    line-height: 1; }
  .menu input,
  .menu select,
  .menu a,
  .menu button {
    margin-bottom: 0; }
  .menu > li > a img,
  .menu > li > a i,
  .menu > li > a svg {
    vertical-align: middle; }
    .menu > li > a img + span,
    .menu > li > a i + span,
    .menu > li > a svg + span {
      vertical-align: middle; }
  .menu > li > a img,
  .menu > li > a i,
  .menu > li > a svg {
    margin-right: 0.25rem;
    display: inline-block; }
  .menu > li, .menu.horizontal > li {
    display: table-cell; }
  .menu.expanded {
    display: table;
    width: 100%;
    table-layout: fixed; }
    .menu.expanded > li:first-child:last-child {
      width: 100%; }
  .menu.vertical > li {
    display: block; }
  @media print, screen and (min-width: 40em) {
    .menu.medium-horizontal > li {
      display: table-cell; }
    .menu.medium-expanded {
      display: table;
      width: 100%;
      table-layout: fixed; }
      .menu.medium-expanded > li:first-child:last-child {
        width: 100%; }
    .menu.medium-vertical > li {
      display: block; } }
  @media print, screen and (min-width: 64em) {
    .menu.large-horizontal > li {
      display: table-cell; }
    .menu.large-expanded {
      display: table;
      width: 100%;
      table-layout: fixed; }
      .menu.large-expanded > li:first-child:last-child {
        width: 100%; }
    .menu.large-vertical > li {
      display: block; } }
  .menu.simple li {
    display: inline-block;
    margin-right: 1rem;
    line-height: 1; }
  .menu.simple a {
    padding: 0; }
  .menu.align-right::before, .menu.align-right::after {
    display: table;
    content: ' '; }
  .menu.align-right::after {
    clear: both; }
  .menu.align-right > li {
    float: right; }
  .menu.icon-top > li > a {
    text-align: center; }
    .menu.icon-top > li > a img,
    .menu.icon-top > li > a i,
    .menu.icon-top > li > a svg {
      display: block;
      margin: 0 auto 0.25rem; }
  .menu.icon-top.vertical a > span {
    margin: auto; }
  .menu.nested {
    margin-left: 1rem; }
  .menu .active > a {
    background: #4179bb;
    color: #ffffff; }
  .menu.menu-bordered li {
    border: 1px solid #9B9B9B; }
    .menu.menu-bordered li:not(:first-child) {
      border-top: 0; }
  .menu.menu-hover li:hover {
    background-color: #9B9B9B; }

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

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

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

.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: #ffffff;
  transition: transform 0.15s linear; }
  .is-drilldown-submenu.is-active {
    z-index: 1;
    display: block;
    transform: translateX(-100%); }
  .is-drilldown-submenu.is-closing {
    transform: translateX(100%); }

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

.is-drilldown-submenu-parent > a {
  position: relative; }
  .is-drilldown-submenu-parent > 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 #4179bb;
    position: absolute;
    top: 50%;
    margin-top: -6px;
    right: 1rem; }

.js-drilldown-back > a::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #4179bb transparent transparent;
  border-left-width: 0;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.75rem;
  border-left-width: 0; }

.dropdown-pane {
  position: absolute;
  z-index: 10;
  display: block;
  width: 300px;
  padding: 1rem;
  visibility: hidden;
  border: 1px solid #cacaca;
  border-radius: 3px;
  background-color: #ffffff;
  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: #4179bb 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 #4179bb 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 #4179bb; }

@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: #4179bb 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 #4179bb 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 #4179bb; } }

@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: #4179bb 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 #4179bb 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 #4179bb; } }

.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: 1px solid #cacaca;
  background: #ffffff; }
  .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 #4179bb 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 #4179bb; }
  .is-dropdown-submenu .is-dropdown-submenu {
    margin-top: -1px; }
  .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: 3px;
  font-size: 0.8rem;
  line-height: 1;
  white-space: nowrap;
  cursor: default;
  background: #4179bb;
  color: #ffffff; }
  .label.primary {
    background: #4179bb;
    color: #ffffff; }
  .label.secondary {
    background: #ececec;
    color: #4a4a4a; }
  .label.success {
    background: #3adb76;
    color: #4a4a4a; }
  .label.warning {
    background: #ffae00;
    color: #4a4a4a; }
  .label.alert {
    background: #cc4b37;
    color: #ffffff; }

.media-object {
  display: block;
  margin-bottom: 1rem; }
  .media-object img {
    max-width: none; }
  @media screen and (max-width: 39.9375em) {
    .media-object.stack-for-small .media-object-section {
      padding: 0;
      padding-bottom: 1rem;
      display: block; }
      .media-object.stack-for-small .media-object-section img {
        width: 100%; } }

.media-object-section {
  display: table-cell;
  vertical-align: top; }
  .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.middle {
    vertical-align: middle; }
  .media-object-section.bottom {
    vertical-align: bottom; }

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

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

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

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

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

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

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

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

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

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

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

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

.pagination {
  margin-left: 0;
  margin-bottom: 1rem; }
  .pagination::before, .pagination::after {
    display: table;
    content: ' '; }
  .pagination::after {
    clear: both; }
  .pagination li {
    margin-right: 0.0625rem;
    border-radius: 3px;
    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: 3px;
    color: #4a4a4a; }
    .pagination a:hover,
    .pagination button:hover {
      background: #9B9B9B; }
  .pagination .current {
    padding: 0.1875rem 0.625rem;
    background: #4179bb;
    color: #ffffff;
    cursor: default; }
  .pagination .disabled {
    padding: 0.1875rem 0.625rem;
    color: #cacaca;
    cursor: not-allowed; }
    .pagination .disabled:hover {
      background: transparent; }
  .pagination .ellipsis::after {
    padding: 0.1875rem 0.625rem;
    content: '\2026';
    color: #4a4a4a; }

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

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

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

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

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

.reveal {
  z-index: 1006;
  backface-visibility: hidden;
  display: none;
  padding: 1rem;
  border: 0;
  border-radius: 3px;
  background-color: transparent;
  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: 400px;
      max-width: 60.5rem; } }
  @media print, screen and (min-width: 40em) {
    .reveal .reveal {
      right: auto;
      left: auto;
      margin: 0 auto; } }
  .reveal.collapse {
    padding: 0; }
  @media print, screen and (min-width: 40em) {
    .reveal.tiny {
      width: 30%;
      max-width: 60.5rem; } }
  @media print, screen and (min-width: 40em) {
    .reveal.small {
      width: 50%;
      max-width: 60.5rem; } }
  @media print, screen and (min-width: 40em) {
    .reveal.large {
      width: 90%;
      max-width: 60.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; }

table {
  width: 100%;
  margin-bottom: 1rem;
  border-radius: 3px; }
  thead, tbody, tfoot {
    border: 1px solid #4a4a4a;
    background-color: #ffffff; }
  caption {
    padding: 0.5rem 0.625rem 0.625rem;
    font-weight: bold; }
  thead {
    background: #ececec;
    color: #4a4a4a; }
  tfoot {
    background: #f2f2f2;
    color: #4a4a4a; }
  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 {
    border-bottom: 0;
    border-bottom: 1px solid #4a4a4a;
    background-color: #ffffff; }
  table.striped tbody tr:nth-child(even) {
    border-bottom: 0;
    background-color: #f2f2f2; }

@media screen and (max-width: 63.9375em) {
  table.stack thead th:first-child {
    display: block; }
  table.stack thead th {
    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: #e7e7e7; }

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

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

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

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

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

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

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

.tabs.primary {
  background: #4179bb; }
  .tabs.primary > li > a {
    color: #ffffff; }
    .tabs.primary > li > a:hover, .tabs.primary > li > a:focus {
      background: #3e73b2; }

.tabs-title {
  float: left; }
  .tabs-title > a {
    display: block;
    padding: 1.25rem 1.5rem;
    font-size: 0.75rem;
    line-height: 1;
    color: #4179bb; }
    .tabs-title > a:hover {
      background: #ffffff;
      color: #3868a1; }
    .tabs-title > a:focus, .tabs-title > a[aria-selected='true'] {
      background: #9B9B9B;
      color: #4179bb; }

.tabs-content {
  border: 1px solid #9B9B9B;
  border-top: 0;
  background: #ffffff;
  color: #4a4a4a;
  transition: all 0.5s ease; }

.tabs-content.vertical {
  border: 1px solid #9B9B9B;
  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 #ffffff;
  border-radius: 3px;
  box-shadow: 0 0 0 1px rgba(74, 74, 74, 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(65, 121, 187, 0.5); }
  a.thumbnail image {
    box-shadow: none; }

.title-bar {
  padding: 0.5rem;
  background: #4a4a4a;
  color: #ffffff; }
  .title-bar::before, .title-bar::after {
    display: table;
    content: ' '; }
  .title-bar::after {
    clear: both; }
  .title-bar .menu-icon {
    margin-left: 0.25rem;
    margin-right: 0.25rem; }

.title-bar-left {
  float: left; }

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

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

.top-bar {
  padding: 0.5rem; }
  .top-bar::before, .top-bar::after {
    display: table;
    content: ' '; }
  .top-bar::after {
    clear: both; }
  .top-bar,
  .top-bar ul {
    background-color: #9B9B9B; }
  .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 {
    width: 100%; }
  @media print, screen and (min-width: 40em) {
    .top-bar .top-bar-left,
    .top-bar .top-bar-right {
      width: auto; } }
  @media screen and (max-width: 63.9375em) {
    .top-bar.stacked-for-medium .top-bar-left,
    .top-bar.stacked-for-medium .top-bar-right {
      width: 100%; } }
  @media screen and (max-width: 74.9375em) {
    .top-bar.stacked-for-large .top-bar-left,
    .top-bar.stacked-for-large .top-bar-right {
      width: 100%; } }

.top-bar-title {
  display: inline-block;
  float: left;
  padding: 0.5rem 1rem 0.5rem 0; }
  .top-bar-title .menu-icon {
    bottom: 2px; }

.top-bar-left {
  float: left; }

.top-bar-right {
  float: right; }

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

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

.clearfix::after {
  clear: both; }

.slide-in-down.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(-100%);
  transition-property: transform, opacity;
  backface-visibility: hidden; }

.slide-in-down.mui-enter.mui-enter-active {
  transform: translateY(0); }

.slide-in-left.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(-100%);
  transition-property: transform, opacity;
  backface-visibility: hidden; }

.slide-in-left.mui-enter.mui-enter-active {
  transform: translateX(0); }

.slide-in-up.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(100%);
  transition-property: transform, opacity;
  backface-visibility: hidden; }

.slide-in-up.mui-enter.mui-enter-active {
  transform: translateY(0); }

.slide-in-right.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(100%);
  transition-property: transform, opacity;
  backface-visibility: hidden; }

.slide-in-right.mui-enter.mui-enter-active {
  transform: translateX(0); }

.slide-out-down.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(0);
  transition-property: transform, opacity;
  backface-visibility: hidden; }

.slide-out-down.mui-leave.mui-leave-active {
  transform: translateY(100%); }

.slide-out-right.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(0);
  transition-property: transform, opacity;
  backface-visibility: hidden; }

.slide-out-right.mui-leave.mui-leave-active {
  transform: translateX(100%); }

.slide-out-up.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(0);
  transition-property: transform, opacity;
  backface-visibility: hidden; }

.slide-out-up.mui-leave.mui-leave-active {
  transform: translateY(-100%); }

.slide-out-left.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(0);
  transition-property: transform, opacity;
  backface-visibility: hidden; }

.slide-out-left.mui-leave.mui-leave-active {
  transform: translateX(-100%); }

.fade-in.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  opacity: 0;
  transition-property: opacity; }

.fade-in.mui-enter.mui-enter-active {
  opacity: 1; }

.fade-out.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  opacity: 1;
  transition-property: opacity; }

.fade-out.mui-leave.mui-leave-active {
  opacity: 0; }

.hinge-in-from-top.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateX(-90deg);
  transform-origin: top;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-top.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-right.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(-90deg);
  transform-origin: right;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-right.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-bottom.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateX(90deg);
  transform-origin: bottom;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-bottom.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-left.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(90deg);
  transform-origin: left;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-left.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-middle-x.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateX(-90deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-middle-x.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-middle-y.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(-90deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-middle-y.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-out-from-top.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: top;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-top.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(-90deg);
  opacity: 0; }

.hinge-out-from-right.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: right;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-right.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(-90deg);
  opacity: 0; }

.hinge-out-from-bottom.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: bottom;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-bottom.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(90deg);
  opacity: 0; }

.hinge-out-from-left.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: left;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-left.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(90deg);
  opacity: 0; }

.hinge-out-from-middle-x.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-middle-x.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(-90deg);
  opacity: 0; }

.hinge-out-from-middle-y.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-middle-y.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(-90deg);
  opacity: 0; }

.scale-in-up.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: scale(0.5);
  transition-property: transform, opacity;
  opacity: 0; }

.scale-in-up.mui-enter.mui-enter-active {
  transform: scale(1);
  opacity: 1; }

.scale-in-down.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: scale(1.5);
  transition-property: transform, opacity;
  opacity: 0; }

.scale-in-down.mui-enter.mui-enter-active {
  transform: scale(1);
  opacity: 1; }

.scale-out-up.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: scale(1);
  transition-property: transform, opacity;
  opacity: 1; }

.scale-out-up.mui-leave.mui-leave-active {
  transform: scale(1.5);
  opacity: 0; }

.scale-out-down.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: scale(1);
  transition-property: transform, opacity;
  opacity: 1; }

.scale-out-down.mui-leave.mui-leave-active {
  transform: scale(0.5);
  opacity: 0; }

.spin-in.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(-0.75turn);
  transition-property: transform, opacity;
  opacity: 0; }

.spin-in.mui-enter.mui-enter-active {
  transform: rotate(0);
  opacity: 1; }

.spin-out.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(0);
  transition-property: transform, opacity;
  opacity: 1; }

.spin-out.mui-leave.mui-leave-active {
  transform: rotate(0.75turn);
  opacity: 0; }

.spin-in-ccw.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(0.75turn);
  transition-property: transform, opacity;
  opacity: 0; }

.spin-in-ccw.mui-enter.mui-enter-active {
  transform: rotate(0);
  opacity: 1; }

.spin-out-ccw.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(0);
  transition-property: transform, opacity;
  opacity: 1; }

.spin-out-ccw.mui-leave.mui-leave-active {
  transform: rotate(-0.75turn);
  opacity: 0; }

.slow {
  transition-duration: 750ms !important; }

.fast {
  transition-duration: 250ms !important; }

.linear {
  transition-timing-function: linear !important; }

.ease {
  transition-timing-function: ease !important; }

.ease-in {
  transition-timing-function: ease-in !important; }

.ease-out {
  transition-timing-function: ease-out !important; }

.ease-in-out {
  transition-timing-function: ease-in-out !important; }

.bounce-in {
  transition-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important; }

.bounce-out {
  transition-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important; }

.bounce-in-out {
  transition-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important; }

.short-delay {
  transition-delay: 300ms !important; }

.long-delay {
  transition-delay: 700ms !important; }

.shake {
  animation-name: shake-7; }

@keyframes shake-7 {
  0%, 10%, 20%, 30%, 40%, 50%, 60%, 70%, 80%, 90% {
    transform: translateX(7%); }
  5%, 15%, 25%, 35%, 45%, 55%, 65%, 75%, 85%, 95% {
    transform: translateX(-7%); } }

.spin-cw {
  animation-name: spin-cw-1turn; }

@keyframes spin-cw-1turn {
  0% {
    transform: rotate(-1turn); }
  100% {
    transform: rotate(0); } }

.spin-ccw {
  animation-name: spin-cw-1turn; }

@keyframes spin-cw-1turn {
  0% {
    transform: rotate(0); }
  100% {
    transform: rotate(1turn); } }

.wiggle {
  animation-name: wiggle-7deg; }

@keyframes wiggle-7deg {
  40%, 50%, 60% {
    transform: rotate(7deg); }
  35%, 45%, 55%, 65% {
    transform: rotate(-7deg); }
  0%, 30%, 70%, 100% {
    transform: rotate(0); } }

.shake,
.spin-cw,
.spin-ccw,
.wiggle {
  animation-duration: 500ms; }

.infinite {
  animation-iteration-count: infinite; }

.slow {
  animation-duration: 750ms !important; }

.fast {
  animation-duration: 250ms !important; }

.linear {
  animation-timing-function: linear !important; }

.ease {
  animation-timing-function: ease !important; }

.ease-in {
  animation-timing-function: ease-in !important; }

.ease-out {
  animation-timing-function: ease-out !important; }

.ease-in-out {
  animation-timing-function: ease-in-out !important; }

.bounce-in {
  animation-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important; }

.bounce-out {
  animation-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important; }

.bounce-in-out {
  animation-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important; }

.short-delay {
  animation-delay: 300ms !important; }

.long-delay {
  animation-delay: 700ms !important; }

.badge-live {
  background-color: #e26363;
  color: #ffffff;
  text-transform: uppercase;
  font-family: "ITC Conduit W04 Bold", arial, sans-serif;
  letter-spacing: 3.8px;
  margin: 0;
  position: relative;
  font-size: 16px;
  padding: 3px 0 0;
  line-height: 19px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  text-transform: uppercase;
  font-family: "ITC Conduit W04 Bold", arial, sans-serif;
  letter-spacing: 3.76px;
  width: 50px;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  float: left;
  margin-right: 10px; }

.invisible {
  width: 0;
  height: 0;
  left: -1000px;
  top: -1000px;
  position: absolute;
  overflow: hidden;
  display: inline; }

.separator {
  border-bottom: 1px solid #ebebeb;
  margin: 30px 0;
  display: block; }

.uppercase {
  text-transform: uppercase; }

.big.button {
  padding: 18px 30px;
  line-height: 22px;
  font-size: 23px;
  letter-spacing: 0.5px; }

.mgn-bottom-30 {
  margin-bottom: 30px !important; }

.mgn-top-80 {
  margin-top: 80px !important; }

.alex-link {
  font-size: 38px;
  margin-left: 10px; }
  .alex-link:before {
    position: relative;
    top: -12px; }

h2 .alex-link:before {
  top: -8px; }

.fix-icon h2, .fix-icon h3 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  max-height: 24px; }

#welcome h1 {
  margin-bottom: 5px; }
  #welcome h1 .alex-logout {
    font-size: 23px;
    color: #9B9B9B;
    margin-left: 10px; }
    #welcome h1 .alex-logout:hover {
      color: #4179bb; }

#welcome .col_1 p {
  font-size: 14px;
  color: #9B9B9B;
  line-height: 12px; }

@media screen and (max-width: 39.9375em) {
  #welcome .col_1 {
    margin-bottom: 20px; } }

body.home .lead-in {
  font-size: 20px;
  font-family: "ITC Conduit W04 Light", arial, sans-serif;
  line-height: 34px;
  position: relative;
  text-align: center; }
  body.home .lead-in p {
    font-size: 20px;
    font-family: "ITC Conduit W04 Light", arial, sans-serif;
    line-height: 34px;
    margin-bottom: 0;
    text-align: center; }

.line {
  display: block;
  width: 60%;
  height: 1px;
  background-color: #ececec;
  margin: 50px auto; }

/* Only for development purpose */
.cb-grid-lines {
  padding-left: 66px; }
  .cb-grid-lines .row {
    max-width: 922px; }

.mod_personalData .separator {
  display: none; }

.mod_personalData legend {
  font-family: "ITC Conduit W04 Bold", arial, sans-serif; }

/* Videomap */
#map {
  width: 100%;
  height: 500px;
  margin-bottom: 30px; }
  #map img {
    max-width: none;
    height: auto; }
  @media screen and (max-width: 39.9375em) {
    #map {
      height: 300px; } }

.video-title,
.video-link {
  font-family: "ITC Conduit W04 Light", arial, sans-serif;
  margin: 0px;
  font-size: 16px;
  text-transform: uppercase; }
  .video-title:hover,
  .video-link:hover {
    cursor: pointer;
    color: #4179bb;
    text-decoration: underline; }

.newsletter-message .inner {
  padding: 40px 20px !important; }

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

a[class^="alex-"], a[class*=" alex-"], span[class^="alex-"], span[class*=" alex-"], li[class^="alex-"], li[class*=" alex-"], button[class^="alex-"], button[class*=" alex-"], input[class^="alex-"], input[class*=" alex-"], i[class^="alex-"], i[class*=" alex-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'alex-icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.alex-logo:before {
  content: "\e900"; }

.alex-more:before {
  content: "\e901"; }

.alex-login:before {
  content: "\e902"; }

.alex-alex-und-ich:before {
  content: "\e903"; }

.alex-search:before {
  content: "\e904"; }

.alex-mediathek:before {
  content: "\e905"; }

.alex-radio:before {
  content: "\e906"; }

.alex-tv:before {
  content: "\e907"; }

.alex-blog:before {
  content: "\e908"; }

.alex-facebook:before {
  content: "\e909"; }

.alex-twitter:before {
  content: "\e90a"; }

.alex-youtube:before {
  content: "\e90b"; }

.alex-instagram:before {
  content: "\e90c"; }

.alex-mabb:before {
  content: "\e90d"; }

.alex-miz:before {
  content: "\e90e"; }

.alex-link:before {
  content: "\e90f"; }

.alex-prev:before {
  content: "\e910"; }

.alex-next:before {
  content: "\e911"; }

.alex-menu:before {
  content: "\e912"; }

.alex-close:before {
  content: "\e913"; }

.alex-google-plus:before {
  content: "\e914"; }

.alex-menu-open:before {
  content: "\e915"; }

.alex-arrow-right:before {
  content: "\e916"; }

.alex-arrow-left:before {
  content: "\e917"; }

.alex-share-fb:before {
  content: "\e918"; }

.alex-share-wp:before {
  content: "\e919"; }

.alex-share-gp:before {
  content: "\e91a"; }

.alex-share-tw:before {
  content: "\e91b"; }

.alex-playlist:before {
  content: "\e91c"; }

.alex-views:before {
  content: "\e91d"; }

.alex-play:before {
  content: "\e91d"; }

.alex-comments:before {
  content: "\e91e"; }

.alex-prev-think:before {
  content: "\e91f"; }

.alex-next-think:before {
  content: "\e920"; }

.alex-logout:before {
  content: "\e921"; }

.alex-edit:before {
  content: "\e922"; }

.alex-delete:before {
  content: "\e923"; }

/* Remove the styles applied to the BODY */
body[class^="alex-"]:before, body[class*=" alex-"]:before {
  content: none; }

.nav_main {
  top: 0;
  right: -67px;
  width: auto;
  height: 100%;
  position: absolute;
  text-align: center;
  box-shadow: 2px 0px 2px 0 rgba(0, 0, 0, 0.15);
  border-left: 1px solid #ebebeb;
  background: #ffffff;
  font-family: "ITC Conduit W04 Medium", arial, sans-serif; }
  .nav_main:after {
    content: '';
    width: 1px;
    height: 100%;
    background: #ebebeb;
    position: absolute;
    right: 0; }
  @media screen and (max-width: 63.9375em) {
    .nav_main {
      right: 0px;
      width: 100%;
      box-shadow: none;
      top: 0;
      position: relative;
      border-left: 0;
      height: auto; } }
  .nav_main .left_bar {
    margin: 0;
    padding: 0;
    list-style-type: none;
    /*
      @include breakpoint(medium down) {
        padding-top: 199px;
      }
      */ }
    .nav_main .left_bar li {
      display: block;
      height: 66px;
      width: 66px;
      line-height: 66px;
      border-bottom: 1px solid #ebebeb;
      position: relative;
      color: #979797;
      font-size: 50px;
      border-right: 1px solid #ebebeb; }
      @media screen and (max-width: 63.9375em) {
        .nav_main .left_bar li {
          width: 100%;
          text-align: left; } }
      .nav_main .left_bar li:hover,
      .nav_main .left_bar li:hover span, .nav_main .left_bar li.trail,
      .nav_main .left_bar li.trail span {
        color: #4179BB; }
      .nav_main .left_bar li > a {
        position: absolute;
        display: block;
        width: 100%;
        height: 100%;
        text-transform: uppercase;
        font-size: 8px;
        top: 0;
        line-height: 1;
        font-family: "ITC Conduit W04 Regular", arial, sans-serif;
        letter-spacing: 1.03px;
        color: #4a4a4a; }
        .nav_main .left_bar li > a span {
          position: absolute;
          bottom: 6px;
          width: 100%;
          left: 0; }
          @media screen and (max-width: 63.9375em) {
            .nav_main .left_bar li > a span {
              position: absolute;
              bottom: 0;
              width: 100%;
              left: 0;
              height: 100%;
              line-height: 66px;
              padding-left: 66px;
              font-size: 20px;
              color: #9B9B9B;
              font-family: "ITC Conduit W04 Light", arial, sans-serif; } }
      .nav_main .left_bar li.home {
        background: #4a4a4a;
        color: #ffffff;
        border-bottom-color: #4a4a4a;
        border-right-color: #4a4a4a;
        font-size: 38px;
        /*
          @include breakpoint(medium down) {
            position: fixed;
            top: 0;
            z-index: 10;
          }
          */ }
        .nav_main .left_bar li.home.alex-logo:before {
          font-size: 50px; }
        .nav_main .left_bar li.home span {
          display: none; }
      .nav_main .left_bar li.live {
        background: #e26363;
        color: #ffffff;
        border-bottom-color: #e26363;
        border-right-color: #e26363;
        font-size: 14px;
        text-transform: uppercase;
        font-family: "ITC Conduit W04 Bold", arial, sans-serif;
        letter-spacing: 3.76px;
        /*
          @include breakpoint(medium down) {
            position: fixed;
            top: 66px;
            z-index: 10;
          }
          */ }
        .nav_main .left_bar li.live ul {
          display: none;
          position: absolute;
          width: auto;
          top: 0;
          right: 0;
          margin: 0;
          z-index: 100;
          left: 66px;
          width: 400px; }
          @media screen and (max-width: 63.9375em) {
            .nav_main .left_bar li.live ul {
              top: 0;
              left: 0;
              right: -1px;
              display: block;
              background: #e26363;
              box-shadow: none;
              width: auto; } }
          .nav_main .left_bar li.live ul li {
            float: left;
            font-size: 14px;
            color: #e26363;
            border-right: 1px solid #ebebeb;
            border-top: 0;
            display: -webkit-flex;
            display: flex;
            -webkit-flex-direction: row;
            flex-direction: row;
            -webkit-align-items: center;
            align-items: center;
            -webkit-justify-content: center;
            justify-content: center;
            background: #fff;
            box-shadow: 2px 0px 2px 0 rgba(0, 0, 0, 0.15); }
            @media screen and (max-width: 63.9375em) {
              .nav_main .left_bar li.live ul li {
                width: 50%;
                text-align: center;
                border-right: 1px solid #B94545;
                border-bottom: 1px solid #B94545;
                border-top: 0;
                box-shadow: none;
                background: transparent; }
                .nav_main .left_bar li.live ul li:nth-child(even) {
                  border-right: 0; } }
            .nav_main .left_bar li.live ul li a {
              font-size: 14px;
              font-family: "ITC Conduit W04 Bold", arial, sans-serif;
              letter-spacing: 3.76px;
              line-height: 66px;
              color: #e26363;
              position: relative;
              line-height: 1;
              height: auto; }
              @media screen and (max-width: 63.9375em) {
                .nav_main .left_bar li.live ul li a {
                  color: #ffffff;
                  max-width: 100px;
                  /*
                  &:after {
                    content: attr(data-label-mobile);

                  }
                  */ }
                  .nav_main .left_bar li.live ul li a em {
                    font-style: normal; } }
            .nav_main .left_bar li.live ul li:hover {
              cursor: pointer;
              background: #e26363;
              border-color: #e26363; }
              @media screen and (max-width: 63.9375em) {
                .nav_main .left_bar li.live ul li:hover {
                  border-color: #B94545; } }
              .nav_main .left_bar li.live ul li:hover a, .nav_main .left_bar li.live ul li:hover a:hover {
                color: #ffffff; }
        .nav_main .left_bar li.live:hover ul {
          display: block; }
      .nav_main .left_bar li.alex-search:hover .search-form {
        display: block; }
      .nav_main .left_bar li.more {
        /*
          position: fixed;
          bottom: 0;
          border-top: $border-gray;
          */ }
        .nav_main .left_bar li.more a {
          color: #4a4a4a;
          font-family: "ITC Conduit W04 Regular", arial, sans-serif;
          position: absolute;
          left: 0;
          top: 0;
          height: 100%;
          width: 100;
          color: #4a4a4a;
          font-size: 8px; }

/* Fix canvas styles */
.position-left {
  width: 199px;
  overflow-y: visible;
  transform: translateX(-200px); }
  @media screen and (max-width: 63.9375em) {
    .position-left {
      width: 100%;
      transform: translateX(-100%);
      max-width: 255px; }
      .position-left .alex-close {
        z-index: 100;
        right: -66px;
        display: none;
        height: 67px;
        width: 66px;
        position: absolute;
        font-size: 45px;
        float: left;
        color: #4179BB;
        top: 0px;
        border: 1px solid #ebebeb;
        border-left: 0;
        opacity: 0;
        background: #ffffff;
        border-top: 0; }
        .position-left .alex-close:hover {
          cursor: pointer; }
        .position-left .alex-close:before {
          top: 7px;
          position: relative;
          left: 4px; } }
  .position-left.is-open .alex-close {
    opacity: 1;
    display: block; }

.position-left.is-transition-push:after {
  box-shadow: none !important;
  border-right: 0px; }

.off-canvas.is-transition-overlap.is-open {
  border-right: 0px solid #eee;
  box-shadow: 2px 0 2px 0 rgba(0, 0, 0, 0.15);
  z-index: 20; }

.js-off-canvas-overlay {
  background: none; }

.off-canvas {
  background: #fff; }
  @media screen and (max-width: 63.9375em) {
    .off-canvas #LeftBar {
      overflow-y: scroll;
      height: 100%; } }

.nav_submenu {
  border-bottom: 1px solid #ebebeb;
  background: #fff;
  z-index: 1; }
  .nav_submenu ul.level_1 > li.submenu:after {
    display: block;
    width: 0;
    height: 0;
    border: inset 4px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #9B9B9B transparent transparent;
    right: 0px;
    top: 50%;
    position: absolute;
    margin-top: -4px; }
  .nav_submenu ul ul {
    display: none;
    position: absolute;
    background: #fff;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
    min-width: 200px;
    box-sizing: border-box;
    top: 62px; }
    .nav_submenu ul ul:before {
      content: "";
      position: absolute;
      width: 0;
      height: 0;
      margin-left: 0;
      top: 3px;
      left: 30px;
      box-sizing: border-box;
      border: 7px solid black;
      border-color: transparent transparent #fff #fff;
      transform-origin: 0 0;
      transform: rotate(-225deg);
      box-shadow: -2px 2px 3px 0px rgba(0, 0, 0, 0.1); }
    .nav_submenu ul ul > li {
      display: block;
      position: relative; }
      .nav_submenu ul ul > li a {
        padding: 3px 20px 0; }
  .nav_submenu ul.level_1 > li {
    display: inline-block;
    line-height: 65px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    /*
        &.last {
          padding-right: 0;
        }
        */ }
    .nav_submenu ul.level_1 > li:hover > ul {
      display: block; }
    .nav_submenu ul.level_1 > li.first {
      padding-left: 0; }
    .nav_submenu ul.level_1 > li > a {
      font-family: "ITC Conduit W04 Regular", arial, sans-serif;
      font-size: 16px;
      text-transform: uppercase;
      color: #9B9B9B;
      position: relative; }
      .nav_submenu ul.level_1 > li > a:hover {
        color: #4179bb; }
      .nav_submenu ul.level_1 > li > a.active, .nav_submenu ul.level_1 > li > a.trail {
        color: #4179bb; }
        .nav_submenu ul.level_1 > li > a.active:after, .nav_submenu ul.level_1 > li > a.trail:after {
          content: '';
          width: 100%;
          height: 3px;
          position: absolute;
          display: block;
          left: 0;
          bottom: -10px;
          background: #4179bb;
          border-radius: 1px; }
  .nav_submenu ul.level_2 li {
    display: block;
    border-bottom: 1px solid #ebebeb; }
    .nav_submenu ul.level_2 li.last {
      border-bottom: 0; }
    .nav_submenu ul.level_2 li a {
      font-family: "ITC Conduit W04 Regular", arial, sans-serif;
      font-size: 16px;
      text-transform: uppercase;
      color: #9B9B9B;
      position: relative;
      display: block;
      line-height: 36px; }
      .nav_submenu ul.level_2 li a:hover {
        color: #4a4a4a; }
      .nav_submenu ul.level_2 li a.active, .nav_submenu ul.level_2 li a.trail {
        color: #4179bb; }

.nav_submenu_mobile {
  background: #ffffff;
  position: relative;
  z-index: 10; }
  .nav_submenu_mobile ul ul.is-accordion-submenu {
    background: rgba(236, 236, 236, 0.25); }
    .nav_submenu_mobile ul ul.is-accordion-submenu a {
      padding-left: 40px; }
  .nav_submenu_mobile li {
    line-height: 50px;
    border-bottom: 1px solid #ebebeb;
    text-align: left;
    text-align: left;
    text-transform: uppercase; }
    .nav_submenu_mobile li ul li:first-child {
      border-top: 1px solid #ebebeb; }
    .nav_submenu_mobile li ul li:last-child {
      border-bottom: 0; }
  .nav_submenu_mobile a {
    padding: 5px 20px 0;
    display: block;
    color: #9B9B9B;
    line-height: 45px; }
    .nav_submenu_mobile a:hover {
      color: #4a4a4a; }
    .nav_submenu_mobile a.active, .nav_submenu_mobile a.trail {
      color: #4179bb !important; }
  .nav_submenu_mobile .is-accordion-submenu-parent > a:after {
    border-color: #9B9B9B transparent transparent; }

.nav_left {
  padding-top: 66px; }
  @media screen and (max-width: 63.9375em) {
    .nav_left {
      padding-top: 0;
      top: 14px;
      position: relative;
      height: 100%;
      padding-bottom: 30px; } }
  .nav_left li {
    padding-left: 30px;
    padding-right: 30px; }
  .nav_left a {
    color: #9b9b9b;
    font-family: "ITC Conduit W04 Regular", arial, sans-serif;
    font-size: 14px;
    letter-spacing: 0.3px;
    line-height: 40px; }
    .nav_left a:hover {
      color: #4179bb; }

.nav_breadcrumb {
  top: 0;
  left: 0;
  width: 100%;
  height: 66px;
  text-align: center;
  background: #fff;
  font-family: "ITC Conduit W04 Regular", arial, sans-serif; }
  .nav_breadcrumb .breadcrumbs_bar {
    margin: 0;
    padding: 0;
    list-style-type: none;
    border-bottom: 1px solid #ebebeb;
    height: inherit;
    width: 100%; }
    .nav_breadcrumb .breadcrumbs_bar li {
      display: block;
      height: 66px;
      width: 66px;
      line-height: 66px;
      border-right: 1px solid #ebebeb;
      position: relative;
      font-size: 50px;
      float: left;
      color: #4179BB; }
      .nav_breadcrumb .breadcrumbs_bar li:hover,
      .nav_breadcrumb .breadcrumbs_bar li:hover span, .nav_breadcrumb .breadcrumbs_bar li.trail,
      .nav_breadcrumb .breadcrumbs_bar li.trail span {
        color: #4179BB; }
      .nav_breadcrumb .breadcrumbs_bar li > a, .nav_breadcrumb .breadcrumbs_bar li > span {
        position: absolute;
        display: block;
        width: 100%;
        height: 100%;
        text-transform: uppercase;
        font-size: 8px;
        top: 0;
        line-height: 1;
        font-family: "ITC Conduit W04 Regular", arial, sans-serif;
        letter-spacing: 1.03px;
        color: #979797; }
        .nav_breadcrumb .breadcrumbs_bar li > a span, .nav_breadcrumb .breadcrumbs_bar li > span span {
          position: absolute;
          bottom: 6px;
          width: 100%;
          left: 0; }
      .nav_breadcrumb .breadcrumbs_bar li.home {
        background: #4a4a4a;
        color: #ffffff;
        border-bottom-color: #4a4a4a;
        font-size: 38px; }
        .nav_breadcrumb .breadcrumbs_bar li.home.alex-logo:before {
          font-size: 50px; }
        .nav_breadcrumb .breadcrumbs_bar li.home span {
          display: none; }
      .nav_breadcrumb .breadcrumbs_bar li.current {
        border-right: 0;
        font-size: 20px;
        line-height: 66px;
        color: #4179bb;
        margin: 0 20px;
        width: auto;
        text-transform: uppercase;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap; }
        @media screen and (max-width: 400px) {
          .nav_breadcrumb .breadcrumbs_bar li.current {
            max-width: 160px;
            margin-right: 0; } }
        @media screen and (max-width: 480px) {
          .nav_breadcrumb .breadcrumbs_bar li.current {
            max-width: 200px;
            margin-right: 0; } }
      .nav_breadcrumb .breadcrumbs_bar li.menu-open {
        width: 45px;
        position: absolute;
        right: 0;
        z-index: 10; }
        .nav_breadcrumb .breadcrumbs_bar li.menu-open button {
          width: 100%;
          height: 100%; }
          .nav_breadcrumb .breadcrumbs_bar li.menu-open button:hover {
            cursor: pointer; }
          .nav_breadcrumb .breadcrumbs_bar li.menu-open button span {
            font-size: 42px;
            color: #4179bb;
            line-height: 50px; }
        .nav_breadcrumb .breadcrumbs_bar li.menu-open.opened span {
          opacity: 0.5; }
      .nav_breadcrumb .breadcrumbs_bar li.alex-login, .nav_breadcrumb .breadcrumbs_bar li.user-logged {
        position: absolute;
        top: 0;
        right: 0;
        border-left: 1px solid #ebebeb;
        border-right: 0;
        color: #979797; }
        .nav_breadcrumb .breadcrumbs_bar li.alex-login:hover, .nav_breadcrumb .breadcrumbs_bar li.user-logged:hover {
          cursor: pointer;
          color: #4179bb; }
      .nav_breadcrumb .breadcrumbs_bar li.alex-menu:hover {
        cursor: pointer; }
  .nav_breadcrumb .drill-button {
    position: absolute;
    top: 20px;
    right: 15px; }
  .nav_breadcrumb .drill-menu {
    width: 100%;
    text-align: left;
    z-index: 100;
    position: relative;
    background: #fff; }

.nav_footer ul.level_1 {
  /*
      > li:first-child {
        padding-left: 0;
      }
      > li:last-child {
        padding-right: 0;
      }
      */ }
  .nav_footer ul.level_1 > li > a {
    font-family: "ITC Conduit W04 Bold", arial, sans-serif;
    margin-bottom: 10px;
    display: block;
    font-size: 15px;
    border-bottom: 1px solid #ebebeb;
    text-transform: uppercase; }
  .nav_footer ul.level_1 > li:first-child > ul {
    margin-bottom: 50px; }

.nav_footer ul.level_2 {
  /*margin-bottom: 50px;*/ }

.nav_footer ul li {
  margin-bottom: 0; }

.nav_footer ul a {
  color: #ffffff;
  font-size: 15px;
  line-height: 25px; }

.nav_footer_mobile li {
  border-top: 1px solid #ebebeb;
  line-height: 59px;
  border-color: #4a4a4a; }
  .nav_footer_mobile li a {
    font-size: 20px;
    text-transform: uppercase;
    line-height: 59px !important;
    display: block;
    padding-left: 20px;
    padding-right: 20px; }

.nav-wrapper {
  position: relative; }
  .nav-wrapper .nav-inner {
    background: #d6696b;
    position: relative;
    z-index: 100; }
  .nav-wrapper ul {
    list-style: none;
    padding: 0;
    margin: 0 auto; }
  .nav-wrapper .nav {
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    list-style: none; }
    .nav-wrapper .nav > li {
      display: inline-block;
      padding: 0 1em 0 1em; }
      .nav-wrapper .nav > li:first-child {
        margin-left: 0; }
      .nav-wrapper .nav > li > a {
        color: #fff;
        font-size: 1em;
        line-height: 3em;
        display: inline-block;
        position: relative;
        z-index: 100;
        outline: none;
        text-decoration: none; }
      .nav-wrapper .nav > li .nav-submenu {
        position: absolute;
        left: 0;
        top: 100%;
        width: 100%;
        background: #f2f2f2;
        display: none; }
      .nav-wrapper .nav > li.nav-open {
        background: #f2f2f2; }
        .nav-wrapper .nav > li.nav-open a {
          color: #222; }

.nav > li.nav-open .nav-submenu {
  z-index: 1000;
  display: block; }

.nav li .nav-submenu li {
  width: 24.5%;
  height: 100%;
  vertical-align: top;
  border-left: 1px solid #ccc;
  display: inline-block; }

.nav li .nav-submenu li:first-child {
  border-left: 0px; }

.nav li .nav-submenu li a {
  display: block;
  text-align: center;
  color: #222;
  outline: none;
  padding: 1em;
  cursor: pointer; }

@media screen and (max-width: 480px) {
  .nav > li {
    display: block;
    padding: 0 1em 0 1em;
    text-align: center; }
  .nav li .nav-submenu li {
    width: 100%;
    height: 100%;
    border-left: none;
    display: block; }
  .nav li .nav-submenu {
    left: 0;
    top: 4em;
    width: 100%;
    background: #f2f2f2;
    display: none;
    position: static; }
  .nav > li.nav-open {
    background: #d6696b;
    padding: 0; } }

.news_block_grid .news_block_grid_container,
.news_list.box .news_block_grid_container {
  display: -ms-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  /* Safari issue bug */ }
  .news_block_grid .news_block_grid_container:before, .news_block_grid .news_block_grid_container:after,
  .news_list.box .news_block_grid_container:before,
  .news_list.box .news_block_grid_container:after {
    content: normal; }
  .news_block_grid .news_block_grid_container .empty-box,
  .news_list.box .news_block_grid_container .empty-box {
    display: block; }
  .news_block_grid .news_block_grid_container .column, .news_block_grid .news_block_grid_container .columns,
  .news_list.box .news_block_grid_container .column,
  .news_list.box .news_block_grid_container .columns {
    display: flex;
    margin-bottom: 28px; }
    @media screen and (max-width: 39.9375em) {
      .news_block_grid .news_block_grid_container .column, .news_block_grid .news_block_grid_container .columns,
      .news_list.box .news_block_grid_container .column,
      .news_list.box .news_block_grid_container .columns {
        margin-bottom: 20px; } }

.news_block_grid .item,
.news_list.box .item {
  display: flex;
  flex-direction: column;
  -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
  width: 100%; }
  .news_block_grid .item .info,
  .news_list.box .item .info {
    padding: 15px 15px 10px; }
    .news_block_grid .item .info h3,
    .news_list.box .item .info h3 {
      margin-bottom: 4px; }
    .news_block_grid .item .info .subheadline,
    .news_list.box .item .info .subheadline {
      color: #9B9B9B;
      margin-bottom: 0; }
    .news_block_grid .item .info a,
    .news_list.box .item .info a {
      color: #4a4a4a; }

.news_details .lead-in {
  margin-bottom: 30px; }
  .news_details .lead-in p {
    margin-bottom: 0;
    font-size: 20px;
    line-height: 34px; }

.news_details figure {
  margin-bottom: 30px; }
  .news_details figure figcaption {
    color: #9B9B9B;
    font-size: 16px;
    margin-top: 15px;
    line-height: 1; }

.news_list .item {
  margin-bottom: 40px; }

.news_list .info-text {
  padding-left: 22px; }
  @media screen and (max-width: 39.9375em) {
    .news_list .info-text {
      padding-left: 5px; } }

.news_list .subheadline {
  font-size: 14px;
  color: #9B9B9B;
  letter-spacing: 0.3px;
  margin-bottom: 14px;
  display: block;
  line-height: 12px; }

.news_list .more {
  line-height: 1;
  text-transform: lowercase; }
  .news_list .more a {
    text-transform: lowercase; }

.blog_post .info .categories .tag, .blog_details .categories .tag {
  background: rgba(74, 74, 74, 0.5);
  color: #ffffff;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  display: inline-block;
  padding: 3px 10px 0;
  margin-right: 10px;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 19px; }

.blog_post {
  margin-bottom: 10px; }
  .blog_post .image {
    padding-right: 0; }
    @media screen and (max-width: 39.9375em) {
      .blog_post .image {
        padding-right: 5px; } }
  .blog_post figure {
    position: relative; }
    .blog_post figure .overlay {
      background-color: transparent;
      transition: background-color 0.3s ease;
      -moz-transition: background-color 0.3s ease;
      -webkit-transition: background-color 0.3s ease;
      -o-transition: background-color 0.3s ease;
      position: absolute;
      z-index: 1;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%; }
      .blog_post figure .overlay:hover {
        background-color: rgba(0, 0, 0, 0.5); }
  .blog_post .info {
    padding-left: 0; }
    @media screen and (max-width: 39.9375em) {
      .blog_post .info {
        padding-left: 5px; } }
    .blog_post .info h1 a {
      color: #4a4a4a; }
    .blog_post .info .info-published {
      font-family: "ITC Conduit W04 Light", arial, sans-serif;
      margin-bottom: 10px; }
      .blog_post .info .info-published strong {
        font-family: "ITC Conduit W04 Bold", arial, sans-serif; }
    .blog_post .info .inner {
      padding: 20px;
      height: inherit;
      background: #FAFAFA; }
  .blog_post.last_published {
    color: #ffffff; }
    .blog_post.last_published .tag {
      margin-bottom: 20px; }
    .blog_post.last_published .teaser-headline {
      font-size: 40px;
      line-height: 40px; }
      .blog_post.last_published .teaser-headline a {
        color: #ffffff; }
    .blog_post.last_published .inner {
      padding: 30px;
      background: #4179bb; }
    .blog_post.last_published a, .blog_post.last_published p, .blog_post.last_published span {
      color: #ffffff; }

.blog_details .categories {
  margin-bottom: 20px; }

.blog_details .info-published {
  margin-bottom: 50px; }

.blog_details > figure {
  margin-bottom: 20px; }

.blog_details figure {
  position: relative; }
  .blog_details figure .overlay {
    background-color: transparent;
    transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -webkit-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%; }
    .blog_details figure .overlay:hover {
      background-color: rgba(0, 0, 0, 0.5); }

.share-buttons {
  margin: 20px 0;
  padding: 10px 0;
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb; }
  .share-buttons .title {
    color: #4a4a4a; }
  .share-buttons ul {
    text-align: left; }
    @media screen and (max-width: 39.9375em) {
      .share-buttons ul {
        text-align: center; } }
  .share-buttons li {
    display: inline-block;
    margin-right: 7px; }
    @media screen and (max-width: 39.9375em) {
      .share-buttons li {
        margin-right: 5%; }
        .share-buttons li:last-child {
          margin-right: 0; } }
    .share-buttons li a {
      text-align: center;
      color: #ffffff;
      -moz-border-radius: 50%;
      -webkit-border-radius: 50%;
      border-radius: 50%;
      width: 30px;
      height: 30px;
      display: block; }
      @media screen and (max-width: 39.9375em) {
        .share-buttons li a {
          width: 60px;
          height: 60px; } }
      .share-buttons li a span {
        line-height: 30px;
        display: block;
        width: 100%;
        height: 100%;
        font-size: 16px; }
        @media screen and (max-width: 39.9375em) {
          .share-buttons li a span {
            line-height: 60px; } }
        @media screen and (max-width: 39.9375em) {
          .share-buttons li a span {
            font-size: 25px; } }
      .share-buttons li a.twitter {
        background-color: #1DA1F2; }
      .share-buttons li a.facebook {
        background-color: #4267B2; }
      .share-buttons li a.gplus {
        background-color: #4285F4; }
      .share-buttons li a.whatsapp {
        background-color: #128c7e; }

.slider_days button, .slider_time button, .slider_programms button {
  position: absolute;
  top: 50%;
  font-size: 40px;
  margin-top: -20px;
  color: #ECECEC; }
  .slider_days button:hover, .slider_time button:hover, .slider_programms button:hover {
    cursor: pointer; }
  .slider_days button.alex-prev, .slider_time button.alex-prev, .slider_programms button.alex-prev {
    left: 0px; }
  .slider_days button.alex-next, .slider_time button.alex-next, .slider_programms button.alex-next {
    right: 0px; }

.slider_days {
  padding: 0 33px;
  margin-bottom: 25px; }
  .slider_days li {
    margin: 0px 5px;
    border: 1px solid #ebebeb;
    text-align: center;
    padding: 23px 0;
    position: relative; }
    .slider_days li.active:before {
      content: '';
      width: 100%;
      height: 6px;
      background-color: #4179BB;
      position: absolute;
      top: 0;
      left: 0; }
    .slider_days li a {
      color: #4A4A4A; }
  .slider_days .day-letter {
    font-size: 27px;
    letter-spacing: 0.96px;
    line-height: 23px;
    text-transform: uppercase; }
  .slider_days .day-month {
    font-size: 14px;
    letter-spacing: 0.5px;
    line-height: 12px; }
  .slider_days span {
    display: block; }

.slider_time {
  padding: 0 33px;
  margin-bottom: 25px; }
  .slider_time li {
    margin: 0px 5px;
    text-align: center;
    line-height: 50px;
    position: relative; }
    .slider_time li span {
      font-size: 14px;
      text-transform: uppercase;
      letter-spacing: 1.5px;
      display: block; }
    .slider_time li a {
      color: #4A4A4A;
      display: block; }
    .slider_time li:after {
      content: '';
      width: 100%;
      height: 6px;
      background-color: #ECECEC;
      position: absolute;
      bottom: 0;
      left: 0; }
    .slider_time li.active:after, .slider_time li.slick-current:after {
      background-color: #4179BB; }

.slider_programms {
  padding: 0 33px; }
  .slider_programms .programm {
    -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
    margin: 5px 5px;
    padding: 20px 20px 40px 20px;
    position: relative; }
    .slider_programms .programm .hour {
      display: block;
      color: #9B9B9B;
      font-size: 14px;
      margin-bottom: 10px; }
    .slider_programms .programm h2 {
      margin-bottom: 23px; }
    .slider_programms .programm .url {
      position: absolute;
      bottom: 20px; }

.fullwidth-slider-container {
  text-align: center;
  margin-bottom: 70px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  height: 500px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  /*
  @include breakpoint(small only) {
        margin-bottom: 20px;
  }
  */ }
  .fullwidth-slider-container > button {
    transform: translateY(-50%);
    position: relative;
    margin-left: 28px;
    margin-right: 28px;
    margin-bottom: 0; }
    @media screen and (max-width: 39.9375em) {
      .fullwidth-slider-container > button {
        margin-left: 20px;
        margin-right: 20px; } }
  .fullwidth-slider-container button, .fullwidth-slider-container .button {
    padding: 18px 30px;
    line-height: 22px;
    font-size: 23px;
    letter-spacing: 0.5px; }

.fullwidth-slider .slick-dots {
  bottom: 100px; }
  @media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .fullwidth-slider .slick-dots {
      bottom: 70px; } }
  @media screen and (max-width: 39.9375em) {
    .fullwidth-slider .slick-dots {
      bottom: 50px; } }
  .fullwidth-slider .slick-dots li {
    width: 30px;
    height: 6px;
    background: rgba(255, 255, 255, 0.3);
    margin: 0 3px; }
    .fullwidth-slider .slick-dots li.slick-active {
      background: rgba(255, 255, 255, 0.9); }
    .fullwidth-slider .slick-dots li button {
      background: transparent; }
      .fullwidth-slider .slick-dots li button:before {
        content: '';
        display: none; }

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

.fullwidth-slider .item {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  height: 100%;
  display: -ms-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  position: relative;
  height: 500px;
  background: rgba(0, 0, 0, 0.39); }
  .fullwidth-slider .item .caption {
    position: absolute;
    width: 75%;
    text-align: center;
    left: 0;
    text-align: center;
    right: 0;
    margin-right: auto;
    margin-left: auto; }
    .fullwidth-slider .item .caption p {
      color: #fff; }

.suche-biete .items {
  line-height: 24px;
  border-bottom: 1px solid #ebebeb;
  font-size: 20px;
  line-height: 60px;
  position: relative; }
  @media screen and (max-width: 39.9375em) {
    .suche-biete .items {
      height: 90px;
      line-height: 1;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-direction: column;
      flex-direction: column;
      -webkit-align-items: center;
      align-items: center;
      -webkit-justify-content: center;
      justify-content: center; }
      .suche-biete .items:after {
        content: '';
        width: 10px;
        height: 100%;
        background: red;
        display: block;
        position: absolute;
        left: -15px;
        top: 0; }
      .suche-biete .items.suche:after {
        background: #4179BB; }
      .suche-biete .items.biete:after {
        background: #88CB45; } }
  .suche-biete .items:first-child {
    border-top: 1px solid #ebebeb; }
  .suche-biete .items > * {
    display: inline-block; }
  .suche-biete .items .tag {
    color: #ffffff;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    display: inline-block;
    padding: 3px 10px 0;
    margin-right: 10px;
    font-size: 14px;
    text-transform: uppercase;
    font-family: "ITC Conduit W04 Bold", arial, sans-serif;
    letter-spacing: 3.77px;
    line-height: 19px;
    min-width: 75px;
    text-align: center; }
    .suche-biete .items .tag.suche {
      background: #4179BB; }
    .suche-biete .items .tag.biete {
      background: #88CB45; }
  .suche-biete .items .title {
    font-size: 20px;
    color: #9B9B9B; }
  .suche-biete .items .published {
    font-size: 16px;
    float: left; }
  .suche-biete .items .details {
    color: #9B9B9B;
    font-size: 16px;
    margin-left: 10px;
    display: inline-block; }
    @media screen and (max-width: 39.9375em) {
      .suche-biete .items .details {
        position: absolute;
        right: 0px;
        top: 50%;
        margin-top: -13px; } }
  .suche-biete .items .option {
    color: #9B9B9B;
    font-size: 26px;
    display: inline-block; }
    @media screen and (max-width: 39.9375em) {
      .suche-biete .items .option {
        position: absolute;
        right: 40px;
        top: 50%;
        margin-top: -22px; }
        .suche-biete .items .option.delete {
          right: 15px; } }
    .suche-biete .items .option i {
      top: 4px;
      position: relative; }

.suche-biete .round-tags {
  margin-bottom: 16px; }
  .suche-biete .round-tags li {
    display: inline-block;
    margin-left: 20px; }
    @media screen and (max-width: 39.9375em) {
      .suche-biete .round-tags li {
        margin-left: 0px;
        margin-right: 20px; } }
    .suche-biete .round-tags li.active {
      background-color: #9B9B9B;
      line-height: 20px;
      padding: 2px 10px 0;
      -moz-border-radius: 11px;
      -webkit-border-radius: 11px;
      border-radius: 11px; }
      .suche-biete .round-tags li.active a {
        color: #ffffff; }
  .suche-biete .round-tags a {
    font-size: 14px;
    color: #9B9B9B;
    letter-spacing: 0.35px; }
    @media screen and (max-width: 39.9375em) {
      .suche-biete .round-tags a {
        font-size: 20px; } }

.suche-biete .add-new {
  color: #4a4a4a;
  font-family: "ITC Conduit W04 Medium", arial, sans-serif;
  letter-spacing: 1.7px; }
  @media screen and (max-width: 39.9375em) {
    .suche-biete .add-new {
      font-size: 20px;
      line-height: 24px;
      margin-bottom: 16px;
      display: block; } }

#suche-biete .pagination {
  margin-top: 0 !important; }
  @media screen and (max-width: 39.9375em) {
    #suche-biete .pagination {
      margin-top: 20px !important; } }

#categoryFilter {
  margin-bottom: 16px; }
  #categoryFilter li {
    display: inline-block;
    margin-left: 10px; }
    @media screen and (max-width: 39.9375em) {
      #categoryFilter li {
        margin-left: 0px;
        margin-right: 10px; } }
    #categoryFilter li button {
      color: #9B9B9B;
      line-height: 20px;
      padding: 2px 10px 0;
      letter-spacing: 0.35px;
      -moz-border-radius: 11px;
      -webkit-border-radius: 11px;
      border-radius: 11px;
      font-size: 14px; }
      #categoryFilter li button.active {
        background-color: #9B9B9B;
        color: #ffffff; }
      @media screen and (max-width: 39.9375em) {
        #categoryFilter li button {
          font-size: 20px; } }
      #categoryFilter li button:hover {
        cursor: pointer; }

.suche-details .published {
  display: block; }

.suche-details .item {
  position: relative; }

.suche-details .tag {
  color: #ffffff;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  display: inline-block;
  padding: 3px 10px 0;
  margin-right: 10px;
  font-size: 14px;
  text-transform: uppercase;
  font-family: "ITC Conduit W04 Bold", arial, sans-serif;
  letter-spacing: 3.77px;
  line-height: 19px;
  min-width: 75px;
  text-align: center;
  margin-bottom: 30px; }
  .suche-details .tag.suche {
    background: #4179BB; }
  .suche-details .tag.biete {
    background: #88CB45; }

.suche-details h1 {
  margin-bottom: 15px; }

.suche-details .message {
  margin-bottom: 30px; }

.suche-details .options {
  position: absolute;
  right: 0;
  top: 0; }

.suche-details .option {
  color: #9B9B9B;
  font-size: 26px;
  display: inline-block; }
  .suche-details .option i {
    top: 4px;
    position: relative; }

/* Accessibility: hide screen reader texts (and prefer "top" for RTL languages).
Reference: http://blog.rrwd.nl/2015/04/04/the-screen-reader-text-class-why-and-how/ */
.mejs__offscreen {
  clip: rect(1px, 1px, 1px, 1px);
  /* IE8-IE11 - no support for clip-path */
  clip-path: polygon(0px 0px, 0px 0px, 0px 0px, 0px 0px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden; }

.mejs__container {
  position: relative;
  background: #4a4a4a;
  font-family: "ITC Conduit W04 Regular", arial, sans-serif;
  text-align: left;
  vertical-align: top;
  text-indent: 0;
  box-sizing: border-box;
  width: 100% !important;
  height: 66px !important; }
  .mejs__container * {
    box-sizing: border-box; }
  .mejs__container video::-webkit-media-controls-start-playback-button {
    display: none !important;
    -webkit-appearance: none; }

/* Hide native play button from iOS to favor plugin button */
.mejs__fill-container {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  margin: 0 auto;
  background: transparent; }
  .mejs__fill-container .mejs__container {
    width: 100%;
    height: 100%; }

.mejs__container:focus {
  outline: none; }

.me-plugin {
  position: absolute; }

.mejs__embed {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  background: #000;
  overflow: hidden; }
  .mejs__embed body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    background: #4a4a4a;
    overflow: hidden; }

.mejs__fullscreen {
  overflow: hidden !important; }

.mejs__container-fullscreen {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  z-index: 1000; }
  .mejs__container-fullscreen .mejs__mediaelement, .mejs__container-fullscreen video {
    width: 100% !important;
    height: 100% !important; }

.mejs__clear {
  clear: both; }

/* Start: LAYERS */
.mejs__background {
  position: absolute;
  top: 0;
  left: 0; }

.mejs__mediaelement {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.mejs__poster {
  position: absolute;
  top: 0;
  left: 0;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat; }

:root .mejs__poster-img {
  display: none; }

.mejs__poster-img {
  border: 0;
  padding: 0; }

.mejs__overlay {
  position: absolute;
  top: 0;
  left: 0; }

.mejs__overlay-play {
  cursor: pointer; }

.mejs__overlay-button {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80px;
  height: 80px;
  margin: -40px 0 0 -40px;
  background: url("../plugins/mediaelement/mejs-controls.svg") no-repeat;
  background-position: 0 -39px;
  overflow: hidden; }

.mejs__overlay:hover > .mejs__overlay-button {
  background-position: -80px -39px; }

.mejs__overlay-loading {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80px;
  height: 80px;
  margin: -40px 0 0 -40px; }

.mejs__overlay-loading-bg-img {
  display: block;
  width: 80px;
  height: 80px;
  background: transparent url("../plugins/mediaelement/mejs-controls.svg") -160px -40px no-repeat;
  -webkit-animation: mejs-loading-spinner 1s linear infinite;
  -moz-animation: mejs-loading-spinner 1s linear infinite;
  animation: mejs-loading-spinner 1s linear infinite; }

@-moz-keyframes mejs-loading-spinner {
  100% {
    -moz-transform: rotate(360deg); } }

@-webkit-keyframes mejs-loading-spinner {
  100% {
    -webkit-transform: rotate(360deg); } }

@keyframes mejs-loading-spinner {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

/* End: LAYERS */
/* Start: CONTROL BAR */
.mejs__controls {
  position: absolute;
  list-style-type: none;
  margin: 0;
  padding: 0;
  bottom: 0;
  left: 0;
  height: 66px;
  width: 100%; }
  .mejs__controls:not([style*="display: none"]) {
    background: rgba(255, 0, 0, 0.7);
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.35)); }

.mejs__button, .mejs__time, .mejs__time-rail {
  float: left;
  margin: 0;
  width: 32px;
  height: 66px;
  font-size: 16px;
  line-height: 16px; }

.mejs__button > button {
  cursor: pointer;
  display: block;
  font-size: 0;
  line-height: 0;
  text-decoration: none;
  margin: 23px 6px;
  padding: 0;
  position: absolute;
  height: 20px;
  width: 20px;
  border: 0;
  background: transparent url("../plugins/mediaelement/mejs-controls.svg");
  overflow: hidden; }
  .mejs__button > button:focus {
    outline: dotted 1px #999; }

/* :focus for accessibility */
.mejs__container-keyboard-inactive a, .mejs__container-keyboard-inactive button, .mejs__container-keyboard-inactive [role=slider] {
  outline: 0; }
  .mejs__container-keyboard-inactive a:focus, .mejs__container-keyboard-inactive button:focus, .mejs__container-keyboard-inactive [role=slider]:focus {
    outline: 0; }

/* End: CONTROL BAR */
/* Start: Time (Current / Duration) */
.mejs__time {
  color: #ffffff;
  display: block;
  line-height: 66px;
  width: auto;
  font-size: 16px;
  padding: 0px 10px;
  overflow: hidden;
  text-align: center;
  box-sizing: content-box; }

/* End: Time (Current / Duration) */
/* Start: Play/Pause/Stop */
.mejs__play {
  width: 66px; }
  .mejs__play > button {
    background-position: 0 0;
    margin: 23px; }

.mejs__pause {
  width: 66px; }
  .mejs__pause > button {
    background-position: -20px 0;
    margin: 23px; }

.mejs__replay {
  width: 66px; }
  .mejs__replay > button {
    background-position: -280px 0;
    margin: 23px; }

/* End: Play/Pause/Stop */
/* Start: Progress Bar */
.mejs__time-rail {
  direction: ltr;
  width: auto;
  line-height: 66px;
  height: 66px;
  position: relative;
  margin: 0 10px; }

.mejs__time-total, .mejs__time-buffering, .mejs__time-loaded, .mejs__time-current, .mejs__time-handle, .mejs__time-float, .mejs__time-float-current, .mejs__time-float-corner, .mejs__time-marker {
  cursor: pointer;
  display: block;
  position: absolute;
  height: 10px;
  border-radius: 2px; }

.mejs__time-total {
  margin: 28px 0 0 0;
  background: rgba(255, 255, 255, 0.3);
  width: 100%; }

.mejs__time-buffering {
  width: 100%;
  background: linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 15px 15px;
  animation: buffering-stripes 2s linear infinite; }

@keyframes buffering-stripes {
  from {
    background-position: 0 0; }
  to {
    background-position: 30px 0; } }

.mejs__time-loaded {
  background: rgba(255, 255, 255, 0.3);
  width: 0; }

.mejs__time-current {
  background: rgba(255, 255, 255, 0.9);
  width: 0; }

.mejs__time-handle {
  display: none;
  position: absolute;
  margin: 0;
  width: 10px;
  background: #fff;
  border-radius: 5px;
  cursor: pointer;
  border: solid 2px #333;
  top: -2px;
  text-align: center; }

.mejs__time-float {
  position: absolute;
  display: none;
  background: #9B9B9B;
  width: 36px;
  height: 17px;
  border: 1px solid #ebebeb;
  top: -26px;
  margin-left: -18px;
  text-align: center;
  color: #ffffff; }

.mejs__time-float-current {
  margin: 2px;
  width: 30px;
  display: block;
  text-align: center;
  left: 0; }

.mejs__time-float-corner {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  line-height: 0;
  border: solid 5px #eee;
  border-color: #eee transparent transparent transparent;
  border-radius: 0;
  top: 15px;
  left: 13px; }

.mejs__long-video .mejs__time-float {
  width: 48px; }

.mejs__long-video .mejs__time-float-current {
  width: 44px; }

.mejs__long-video .mejs__time-float-corner {
  left: 18px; }

.mejs__broadcast {
  color: #fff;
  position: absolute;
  width: 100%;
  height: auto;
  top: 0; }

/* End: Progress Bar */
/* Start: Fullscreen */
.mejs__fullscreen-button > button {
  background-position: -80px 0; }

.mejs__unfullscreen > button {
  background-position: -100px 0; }

/* End: Fullscreen */
/* Start: Mute/Volume */
.mejs__mute > button {
  background-position: -60px 0; }

.mejs__unmute > button {
  background-position: -40px 0; }

.mejs__volume-button {
  position: relative; }
  .mejs__volume-button > .mejs__volume-slider {
    display: none;
    height: 115px;
    width: 25px;
    background: rgba(50, 50, 50, 0.7);
    border-radius: 0;
    top: -115px;
    left: 5px;
    z-index: 1;
    position: absolute;
    margin: 0; }
  .mejs__volume-button:hover {
    border-radius: 0 0 4px 4px; }

.mejs__volume-total {
  position: absolute;
  left: 11px;
  top: 8px;
  width: 2px;
  height: 100px;
  background: rgba(255, 255, 255, 0.5);
  margin: 0; }

.mejs__volume-current {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.9);
  margin: 0; }

.mejs__volume-handle {
  position: absolute;
  left: 0;
  bottom: 100%;
  width: 16px;
  height: 6px;
  margin: 0 0 -3px -7px;
  background: rgba(255, 255, 255, 0.9);
  cursor: ns-resize;
  border-radius: 1px; }

.mejs__horizontal-volume-slider {
  height: 36px;
  width: 56px;
  position: relative;
  display: block;
  float: left;
  vertical-align: middle; }

body.firefox .mejs__horizontal-volume-slider {
  position: absolute;
  top: 0;
  right: 0; }

.mejs__horizontal-volume-total {
  position: absolute;
  left: 0;
  top: 28px;
  width: 50px;
  height: 10px;
  margin: 0;
  padding: 0;
  font-size: 1px;
  border-radius: 2px;
  background: rgba(50, 50, 50, 0.8); }

.mejs__horizontal-volume-current {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  font-size: 1px;
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.8); }

.mejs__horizontal-volume-handle {
  display: none; }

/* End: Mute/Volume */
/* Start: Track (Captions and Chapters) */
.mejs__captions-button {
  position: relative; }
  .mejs__captions-button > button {
    background-position: -140px 0; }
  .mejs__captions-button > .mejs__captions-selector {
    visibility: hidden;
    position: absolute;
    bottom: 40px;
    right: -51px;
    width: 85px;
    background: rgba(50, 50, 50, 0.7);
    border: solid 1px transparent;
    padding: 0;
    overflow: hidden;
    border-radius: 0;
    visibility: visible; }

.mejs__captions-selector-list {
  margin: 0;
  padding: 0;
  display: block;
  list-style-type: none !important;
  overflow: hidden; }

.mejs__captions-selector-list-item {
  margin: 0 0 6px 0;
  padding: 0 10px;
  list-style-type: none !important;
  display: block;
  color: #fff;
  overflow: hidden;
  cursor: pointer; }
  .mejs__captions-selector-list-item:hover {
    background-color: #c8c8c8 !important;
    background-color: rgba(255, 255, 255, 0.4) !important; }

.mejs__captions-selector-input {
  clear: both;
  float: left;
  margin: 3px 3px 0 5px;
  position: absolute;
  left: -1000px; }

.mejs__captions-selector-label {
  width: 55px;
  float: left;
  padding: 4px 0 0 0;
  line-height: 15px;
  font-size: 10px;
  cursor: pointer; }

.mejs__captions-selected {
  color: #21f8f8; }

.mejs__captions-translations {
  font-size: 10px;
  margin: 0 0 5px 0; }

.mejs__chapters {
  position: absolute;
  top: 0;
  left: 0;
  border-right: solid 1px #fff;
  width: 10000px;
  z-index: 1; }

.mejs__chapter {
  position: absolute;
  float: left;
  background: rgba(0, 0, 0, 0.7);
  background: linear-gradient(rgba(50, 50, 50, 0.7), rgba(0, 0, 0, 0.7));
  overflow: hidden;
  border: 0; }

.mejs__chapter-block {
  font-size: 11px;
  color: #fff;
  padding: 5px;
  display: block;
  border-right: solid 1px #333;
  border-bottom: solid 1px #333;
  cursor: pointer; }

.mejs__chapter-block-last {
  border-right: none; }

.mejs__chapter-block:hover {
  background: rgba(102, 102, 102, 0.7);
  background: linear-gradient(rgba(102, 102, 102, 0.7), rgba(50, 50, 50, 0.6)); }

.mejs__chapter-block .ch-title {
  font-size: 16px;
  font-weight: bold;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin: 0 0 3px 0;
  line-height: 12px; }

.mejs__chapter-block .ch-timespan {
  font-size: 16px;
  line-height: 12px;
  margin: 3px 0 4px 0;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis; }

.mejs__captions-layer {
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  line-height: 20px;
  font-size: 16px;
  color: #fff; }
  .mejs__captions-layer a {
    color: #fff;
    text-decoration: underline; }
  .mejs__captions-layer[lang=ar] {
    font-size: 20px;
    font-weight: normal; }

.mejs__captions-position {
  position: absolute;
  width: 100%;
  bottom: 15px;
  left: 0; }

.mejs__captions-position-hover {
  bottom: 35px; }

.mejs__captions-text {
  padding: 0;
  background: rgba(20, 20, 20, 0.5);
  white-space: pre-wrap;
  box-shadow: 5px 0 0 rgba(20, 20, 20, 0.5), -5px 0 0 rgba(20, 20, 20, 0.5); }

/* End: Track (Captions and Chapters) */
/* Start: Error */
.me-cannotplay a {
  color: #fff;
  font-weight: bold; }

.me-cannotplay span {
  padding: 15px;
  display: block; }

/* End: Error */
body.eingang header {
  background: #4A4A4A;
  height: 120px; }

body.eingang #wrapper {
  padding-left: 0 !important; }
  body.eingang #wrapper div[data-cols='1'] #main {
    padding: 0 !important; }

#eingang > .row {
  max-width: 100%; }

#eingang .columns {
  padding: 0 !important; }

#eingang .section-title {
  float: left;
  width: 120px;
  min-height: 1080px;
  border-right: 1px solid #ebebeb; }
  #eingang .section-title h2 {
    background: #e26363;
    color: #ffffff;
    line-height: 120px;
    width: 100%;
    text-align: center; }

#eingang .col_2 .section-title {
  border-left: 1px solid #ebebeb; }

#eingang .content {
  padding-left: 150px;
  padding-top: 45px; }

#eingang .item .title {
  font-size: 40px;
  line-height: 40px;
  color: #4179bb;
  margin-bottom: 30px; }

#eingang .item .description {
  font-size: 29px;
  line-height: 40px;
  color: #4a4a4a; }

#eingang .item time {
  float: left;
  display: block;
  width: 120px;
  height: 120px;
  font-size: 40px;
  line-height: 40px; }

#eingang .item .text-inner {
  padding-left: 120px;
  font-size: 29px;
  line-height: 40px; }

#eingang .mod_listing {
  min-height: 300px;
  padding-bottom: 30px; }

.nav_entrance {
  margin: 0;
  padding: 0;
  list-style-type: none; }
  .nav_entrance li {
    display: block;
    position: relative;
    height: 120px;
    line-height: 120px;
    font-size: 40px;
    color: #ffffff;
    text-transform: uppercase;
    float: left; }
    .nav_entrance li .alex-logo {
      color: #fff;
      font-size: 61px;
      line-height: 120px;
      text-align: center;
      width: 120px;
      display: block; }
    .nav_entrance li.add-right {
      float: right;
      padding-right: 30px; }

#footer {
  background: #363636;
  font-size: 15px;
  color: #ffffff;
  padding: 20px 0;
  line-height: 22px; }
  @media screen and (max-width: 39.9375em) {
    #footer {
      padding: 0; } }
  #footer a {
    color: #ffffff; }
  #footer p {
    color: #ffffff; }
  #footer section {
    margin-bottom: 40px; }
    #footer section h3 {
      font-family: "ITC Conduit W04 Bold", arial, sans-serif;
      font-size: 15px;
      margin-bottom: 20px;
      line-height: 12px; }
    #footer section.nl {
      margin-bottom: 0; }
  #footer address {
    font-style: normal;
    font-family: "ITC Conduit W04 Regular", arial, sans-serif;
    display: block;
    color: #ffffff; }
    #footer address span {
      font-family: "ITC Conduit W04 Bold", arial, sans-serif; }
  #footer button,
  #footer .button {
    background: #4a4a4a;
    margin-bottom: 0; }
  #footer .ajax-reload-element-overlay {
    background: url("../img/ajax-loader.gif") right top no-repeat;
    position: relative; }
  #footer p.error,
  #footer p.confirm {
    margin-bottom: 0; }
  #footer input[type='submit'] {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 1rem 0;
    padding: 0.85em 1em;
    -webkit-appearance: none;
    border: 1px solid transparent;
    border-radius: 3px;
    transition: background-color 0.25s ease-out, color 0.25s ease-out;
    font-size: 0.9rem;
    line-height: 1;
    text-align: center;
    cursor: pointer;
    background-color: #4179bb;
    color: #ffffff;
    background: #4a4a4a;
    margin-bottom: 0;
    display: block;
    width: 100%;
    margin-right: 0;
    margin-left: 0;
    font-family: "ITC Conduit W04 Regular", arial, sans-serif;
    font-size: 14px;
    line-height: 12px;
    letter-spacing: 1.5px; }
    [data-whatinput='mouse'] #footer input[type='submit'] {
      outline: 0; }
    #footer input[type='submit']:hover, #footer input[type='submit']:focus {
      background-color: #37679f;
      color: #ffffff; }
    #footer input[type='submit']:hover, #footer input[type='submit']:focus {
      background-color: #4a4a4a; }
  #footer input[type='text'],
  #footer input[type='email'] {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(0, 0, 0, 0.35);
    line-height: 20px;
    padding: 10px 20px;
    height: 40px;
    margin-bottom: 10px;
    color: #ffffff; }
  #footer .mrgn-t20 {
    margin-top: 20px; }
  #footer .social-icons span {
    font-size: 20px;
    margin-right: 20px;
    line-height: 1; }
    #footer .social-icons span a {
      display: inline-block; }
  @media screen and (max-width: 39.9375em) {
    #footer .partners {
      text-align: center;
      padding-top: 15px; } }
  #footer .partners span {
    font-size: 16px; }
    @media screen and (max-width: 39.9375em) {
      #footer .partners span {
        font-size: 20px; } }
  @media screen and (max-width: 39.9375em) {
    #footer .partners a {
      min-width: 150px;
      display: inline-block;
      line-height: 44px; } }

.header-background {
  background-image: url("../img/header_home.jpg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  height: 460px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  display: -ms-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  flex-direction: column; }
  .header-background .logo {
    margin-bottom: 20px; }
  .header-background .caption {
    font-family: "ITC Conduit W04 Light", arial, sans-serif;
    font-size: 30px;
    text-align: center;
    line-height: 40px;
    max-width: 80%; }
    @media screen and (max-width: 39.9375em) {
      .header-background .caption {
        max-width: 90%; } }

/* Stikcy bar at top */
.top-submenu {
  z-index: 10;
  position: relative; }

.radio-alex {
  position: relative;
  height: inherit; }
  .radio-alex .player-container {
    position: absolute;
    bottom: 0;
    width: 100%; }
  @media screen and (max-width: 39.9375em) {
    .radio-alex {
      margin-bottom: 30px; } }
  .radio-alex #time {
    display: inline-block;
    min-width: 60px;
    color: #4179bb;
    margin-right: 10px; }
  .radio-alex .last-song {
    /*	position: absolute;
		top: 87px;
		color: #fff;
		left: 30px;*/ }
  .radio-alex.radio-events {
    background: url("../img/radiolivestream_event.jpg") no-repeat left top; }
  .radio-alex .mejs__playpause-button {
    background: #4179bb; }

/* Media element player */
/*
.mejs__controls:not([style*="display: none"]) {
background: none !important;
}

.mejs__container {
background: transparent !important;
position: absolute !important;
bottom: 0;
right: 4px;
}
*/
/* Last progamm list */
.last-program {
  margin-top: 30px;
  margin-bottom: 30px;
  padding-bottom: 13px;
  border-bottom: 1px solid #ebebeb;
  /*
	h2 {
		margin-bottom: 30px;
	}
	*/ }
  .last-program .title-container {
    position: relative;
    display: inline-block; }
    @media screen and (max-width: 39.9375em) {
      .last-program .title-container {
        display: block; } }
    .last-program .title-container img {
      position: absolute;
      top: -1px;
      margin-right: 15px; }
    .last-program .title-container time {
      display: inline-block;
      min-width: 60px;
      color: #4179bb;
      margin-right: 15px;
      font-size: 25px; }
    .last-program .title-container h2 {
      display: inline-block;
      padding-right: 50px; }
      @media screen and (max-width: 39.9375em) {
        .last-program .title-container h2 {
          display: block;
          padding-right: 0; } }
      .last-program .title-container h2 #time {
        color: #4179bb;
        margin-right: 15px;
        margin-left: 65px; }
        @media screen and (max-width: 39.9375em) {
          .last-program .title-container h2 #time {
            display: block;
            margin-right: 0;
            margin-bottom: 20px; } }
      @media screen and (max-width: 39.9375em) {
        .last-program .title-container h2 #title {
          display: block; } }
    .last-program .title-container .alex-link {
      position: absolute;
      top: -1px;
      right: 0;
      font-size: 45px; }

.alex-radio-livestream {
  position: relative;
  padding-bottom: 20px; }
  .alex-radio-livestream .panel-left {
    padding-right: 10px; }
    @media screen and (max-width: 39.9375em) {
      .alex-radio-livestream .panel-left {
        padding-right: 5px; } }
  .alex-radio-livestream .panel-right .list-songs {
    padding-left: 15px; }
    @media screen and (max-width: 39.9375em) {
      .alex-radio-livestream .panel-right .list-songs {
        padding-left: 0px; } }
    .alex-radio-livestream .panel-right .list-songs:before {
      content: '';
      height: 100%;
      width: 1px;
      background-color: #ececec;
      display: block;
      position: absolute;
      left: 0; }
      @media screen and (max-width: 39.9375em) {
        .alex-radio-livestream .panel-right .list-songs:before {
          content: none; } }
  .alex-radio-livestream:after {
    content: '';
    height: 1px;
    width: 100%;
    background-color: #ececec;
    display: block;
    position: absolute;
    bottom: 0; }
  .alex-radio-livestream.popup {
    padding-bottom: 0;
    padding-top: 10px; }
    .alex-radio-livestream.popup .player-container {
      position: relative !important; }
  .alex-radio-livestream h2.last-song {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; }
  @media screen and (max-width: 39.9375em) {
    .alex-radio-livestream .player-container {
      position: relative !important; } }

/* List songs list */
.list-songs {
  padding-left: 20px;
  position: relative; }
  .list-songs .text-inner {
    min-height: 75px; }
  .list-songs .button {
    margin: 0; }
  .list-songs p {
    margin-bottom: 5px; }
  .list-songs .song {
    overflow: hidden;
    white-space: nowrap; }
    .list-songs .song time {
      position: relative;
      display: inline-block;
      min-width: 56px; }
    .list-songs .song span {
      display: inline-block;
      text-overflow: ellipsis; }
/*
.jw-display-icon-container {
  background-color: #4179BB !important;
  border: 2px solid #4179BB; }

.jw-skin-seven .jw-display-icon-container > .jw-icon {
  font-size: 18px !important; }
*/
/* Mediathek */
.sliderMediathek,
.sliderMediathekRadio,
.slickSlider {
  margin-left: -5px;
  margin-right: -5px;
  margin-top: 5px; }
  .sliderMediathek .item,
  .sliderMediathekRadio .item,
  .slickSlider .item {
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
    margin: 5px 5px; }
    .sliderMediathek .item:hover,
    .sliderMediathekRadio .item:hover,
    .slickSlider .item:hover {
      cursor: pointer; }
    .sliderMediathek .item .inner a,
    .sliderMediathekRadio .item .inner a,
    .slickSlider .item .inner a {
      display: block;
      float: left; }
    .sliderMediathek .item .description,
    .sliderMediathekRadio .item .description,
    .slickSlider .item .description {
      display: none; }
  .sliderMediathek .slick-dots,
  .sliderMediathekRadio .slick-dots,
  .slickSlider .slick-dots {
    display: flex;
    flex-direction: row;
    padding: 0;
    bottom: -10px;
    padding-left: 5px;
    padding-right: 5px; }
    .sliderMediathek .slick-dots li,
    .sliderMediathekRadio .slick-dots li,
    .slickSlider .slick-dots li {
      flex-grow: 1;
      flex-basis: 0;
      height: 3px;
      background-color: #ECECEC;
      margin: 0; }
      .sliderMediathek .slick-dots li.slick-active,
      .sliderMediathekRadio .slick-dots li.slick-active,
      .slickSlider .slick-dots li.slick-active {
        background-color: #4179bb; }
      .sliderMediathek .slick-dots li button,
      .sliderMediathekRadio .slick-dots li button,
      .slickSlider .slick-dots li button {
        width: 100%;
        height: 3px; }
        .sliderMediathek .slick-dots li button:before,
        .sliderMediathekRadio .slick-dots li button:before,
        .slickSlider .slick-dots li button:before {
          content: none; }
  .sliderMediathek .info,
  .sliderMediathekRadio .info,
  .slickSlider .info {
    padding: 10px 15px; }
    .sliderMediathek .info h3,
    .sliderMediathekRadio .info h3,
    .slickSlider .info h3 {
      margin-bottom: 20px; }
    .sliderMediathek .info a,
    .sliderMediathekRadio .info a,
    .slickSlider .info a {
      color: #4a4a4a; }
  .sliderMediathek .statics > div,
  .sliderMediathekRadio .statics > div,
  .slickSlider .statics > div {
    display: inline-block;
    color: #9B9B9B; }
    .sliderMediathek .statics > div span,
    .sliderMediathekRadio .statics > div span,
    .slickSlider .statics > div span {
      margin-right: 10px; }
      .sliderMediathek .statics > div span[class^="alex-"], .sliderMediathek .statics > div span[class*=" alex-"],
      .sliderMediathekRadio .statics > div span[class^="alex-"],
      .sliderMediathekRadio .statics > div span[class*=" alex-"],
      .slickSlider .statics > div span[class^="alex-"],
      .slickSlider .statics > div span[class*=" alex-"] {
        position: relative;
        top: 2px;
        color: #d8d8d8; }
  .sliderMediathek .media-container,
  .sliderMediathekRadio .media-container,
  .slickSlider .media-container {
    position: relative; }
    .sliderMediathek .media-container figure,
    .sliderMediathekRadio .media-container figure,
    .slickSlider .media-container figure {
      position: relative;
      z-index: 1; }
    .sliderMediathek .media-container .py_cont,
    .sliderMediathekRadio .media-container .py_cont,
    .slickSlider .media-container .py_cont {
      position: absolute;
      top: 0;
      height: 100%;
      width: 100%;
      display: none;
      z-index: 0; }
  .sliderMediathek button.slick-arrow,
  .sliderMediathekRadio button.slick-arrow,
  .slickSlider button.slick-arrow {
    position: absolute;
    top: 50%;
    font-size: 26px;
    margin-top: -10px;
    color: #9B9B9B;
    z-index: 1; }
    .sliderMediathek button.slick-arrow:before,
    .sliderMediathekRadio button.slick-arrow:before,
    .slickSlider button.slick-arrow:before {
      position: relative;
      z-index: 1; }
    .sliderMediathek button.slick-arrow:after,
    .sliderMediathekRadio button.slick-arrow:after,
    .slickSlider button.slick-arrow:after {
      content: '';
      width: 18px;
      height: 18px;
      display: block;
      position: absolute;
      top: 4px;
      left: 4px;
      background: #ffffff;
      z-index: 0;
      -moz-border-radius: 50%;
      -webkit-border-radius: 50%;
      border-radius: 50%; }
    .sliderMediathek button.slick-arrow:hover,
    .sliderMediathekRadio button.slick-arrow:hover,
    .slickSlider button.slick-arrow:hover {
      cursor: pointer;
      color: #8e8e8e; }
    .sliderMediathek button.slick-arrow.alex-arrow-left,
    .sliderMediathekRadio button.slick-arrow.alex-arrow-left,
    .slickSlider button.slick-arrow.alex-arrow-left {
      left: 15px; }
    .sliderMediathek button.slick-arrow.alex-arrow-right,
    .sliderMediathekRadio button.slick-arrow.alex-arrow-right,
    .slickSlider button.slick-arrow.alex-arrow-right {
      right: 15px; }

#playlists .videos-list {
  margin-bottom: 70px; }

#info-video .statics > div {
  display: inline-block;
  color: #9B9B9B; }
  #info-video .statics > div span {
    margin-right: 10px; }
    #info-video .statics > div span[class^="alex-"], #info-video .statics > div span[class*=" alex-"] {
      position: relative;
      top: 2px;
      color: #d8d8d8; }

/* Search forms */
.search-controls {
  margin-bottom: 10px; }

.search-container {
  position: relative; }
  .search-container .formbody {
    position: relative;
    margin: 10px 20px 0;
    overflow: hidden; }
  .search-container input[type=search] {
    border: 1px solid #ebebeb;
    transition: none;
    border-radius: 21px;
    height: 42px;
    margin-bottom: 0;
    position: relative;
    z-index: 1;
    padding-left: 50px;
    box-shadow: none; }
    .search-container input[type=search]:focus {
      outline: none;
      border: 1px solid #979796;
      box-shadow: none;
      transition: none; }
  .search-container button[type=submit] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 40px;
    margin-bottom: 0;
    z-index: 2;
    color: #979796; }

#info-panel .description {
  overflow: auto;
  position: relative;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  @media screen and (max-width: 39.9375em) {
    #info-panel .description {
      height: 100% !important; } }

.jp-jplayer {
  background-color: transparent;
  width: 100% !important; }
  .jp-jplayer img {
    max-width: 100%;
    height: auto !important;
    -ms-interpolation-mode: bicubic;
    width: auto !important; }

.radio-playlists .item {
  margin-bottom: 0; }
  .radio-playlists .item .content {
    border-bottom: 1px solid #ebebeb; }
    .radio-playlists .item .content h3 {
      margin-bottom: 0;
      padding-left: 20px;
      padding-right: 20px; }
    .radio-playlists .item .content i {
      font-size: 16px;
      margin-right: 2px; }
    .radio-playlists .item .content a {
      color: #9B9B9B;
      line-height: 20px; }
      .radio-playlists .item .content a:hover {
        color: #4179bb; }
    .radio-playlists .item .content span {
      display: block;
      line-height: 60px; }
  @media print, screen and (min-width: 64em) {
    .radio-playlists .item:nth-child(-n+3) .content {
      border-top: 1px solid #ebebeb; } }
  @media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .radio-playlists .item:nth-child(-n+2) .content {
      border-top: 1px solid #ebebeb; } }
  @media screen and (max-width: 39.9375em) {
    .radio-playlists .item:nth-child(-n+1) .content {
      border-top: 1px solid #ebebeb; } }

.channels_aggregators {
  text-align: center;
  margin-bottom: 100px; }
  @media screen and (max-width: 39.9375em) {
    .channels_aggregators {
      margin-bottom: 50px; } }
  .channels_aggregators .aggregator-box {
    height: 220px; }
    @media screen and (max-width: 39.9375em) {
      .channels_aggregators .aggregator-box {
        height: 150px; } }
    .channels_aggregators .aggregator-box .item {
      display: flex;
      align-items: center;
      justify-content: center;
      color: #ffffff;
      height: 100%;
      display: -ms-flex;
      display: -ms-flexbox;
      display: -webkit-box;
      display: -webkit-flex;
      display: flex;
      flex-direction: column; }
    .channels_aggregators .aggregator-box h2 {
      margin-bottom: 0; }
    .channels_aggregators .aggregator-box .facebook {
      background-color: #4267B2; }
    .channels_aggregators .aggregator-box .twitter {
      background-color: #1DA1F2; }
    .channels_aggregators .aggregator-box .youtube {
      background-color: #CC181E; }
    .channels_aggregators .aggregator-box .instagram {
      background: #d6249f;
      background: radial-gradient(circle at 16% 140%, #d76e3d 0%, #fdf497 7%, #FD5954 31%, #9e359c 65%, #604bbb 90%); }
    .channels_aggregators .aggregator-box [class^="alex-"],
    .channels_aggregators .aggregator-box [class*=" alex-"] {
      display: block;
      color: #ffffff;
      font-size: 40px;
      margin-bottom: 10px; }
    .channels_aggregators .aggregator-box .count {
      color: #ffffff; }

.coverbox.home {
  transform: translateY(-66%);
  margin-bottom: -50px; }
  @media screen and (max-width: 39.9375em) {
    .coverbox.home {
      transform: translateY(-16.67%); } }
  .coverbox.home:after {
    content: ''; }

.coverbox .item {
  margin-bottom: 0 !important; }

.coverbox .item a {
  display: block;
  margin-bottom: 0px;
  position: relative;
  margin-bottom: 10px; }

.coverbox .title {
  align-items: center;
  justify-content: center;
  display: -ms-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  background-color: transparent;
  transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  -webkit-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease; }
  .coverbox .title:hover {
    background-color: rgba(0, 0, 0, 0.5); }
  .coverbox .title span {
    display: block;
    color: #ffffff;
    font-size: 20px;
    max-width: 160px;
    text-align: center;
    letter-spacing: 1.05px;
    line-height: 18px;
    font-family: "ITC Conduit W04 Bold", arial, sans-serif; }

.coverbox_container.categories {
  margin-left: -5px;
  margin-right: -5px; }

.coverbox_container .coverbox .item a {
  margin-bottom: 0px; }
  @media screen and (max-width: 39.9375em) {
    .coverbox_container .coverbox .item a {
      margin-bottom: 10px; } }

.contacts .item {
  margin-bottom: 28px; }
  .contacts .item .info {
    padding: 0 15px 10px; }

.contacts .image_container {
  margin-bottom: 10px; }

.contacts h3 {
  margin-bottom: 4px; }

.contacts span {
  color: #9B9B9B;
  line-height: 23px;
  display: block; }

body {
  font-family: "ITC Conduit W04 Regular", arial, sans-serif;
  font-size: 16px; }
  body.player #main {
    padding-top: 0px !important; }

p {
  line-height: 23px;
  color: #4a4a4a;
  margin-bottom: 20px; }

strong,
b {
  font-weight: normal;
  font-family: "ITC Conduit W04 Bold", arial, sans-serif; }

figcaption {
  color: #9B9B9B;
  margin-top: 16px;
  line-height: 16px; }

.ce_text figure,
.ce_image figure {
  margin-bottom: 20px; }

*:focus {
  outline: none; }

table {
  width: 100% !important;
  border-right: 1px solid #ebebeb;
  border-top: 1px solid #ebebeb;
  border-spacing: 0px;
  border-collapse: collapse; }
  @media screen and (max-width: 39.9375em) {
    table {
      width: auto !important; } }
  table thead, table tbody, table tfoot {
    border: 0; }
  table td {
    border-left: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb; }

#wrapper {
  padding-left: 66px;
  position: relative;
  z-index: 0;
  overflow: hidden; }
  @media screen and (max-width: 63.9375em) {
    #wrapper {
      padding-left: 0px; } }
  #wrapper [data-cols='2'] #main {
    padding-left: 28px;
    padding-bottom: 100px;
    padding-top: 28px;
    padding-right: 23px; }
    @media screen and (max-width: 63.9375em) {
      #wrapper [data-cols='2'] #main {
        padding-left: 20px;
        padding-bottom: 50px;
        padding-right: 15px; } }
    @media screen and (max-width: 39.9375em) {
      #wrapper [data-cols='2'] #main {
        padding-left: 20px;
        padding-bottom: 50px;
        padding-right: 20px; } }
  #wrapper [data-cols='2'] #right {
    padding-right: 28px;
    padding-bottom: 100px;
    padding-top: 28px; }
    @media screen and (max-width: 63.9375em) {
      #wrapper [data-cols='2'] #right {
        padding-right: 20px;
        padding-bottom: 50px; } }
    @media screen and (max-width: 39.9375em) {
      #wrapper [data-cols='2'] #right {
        padding-left: 20px;
        padding-bottom: 50px;
        padding-right: 20px; } }
  #wrapper div[data-cols='1'] #main {
    padding-top: 28px;
    padding-bottom: 100px; }
    @media screen and (max-width: 63.9375em) {
      #wrapper div[data-cols='1'] #main {
        padding-bottom: 50px; } }
  #wrapper #SubHeader {
    border-bottom: 1px solid #ebebeb;
    padding: 40px 0; }
    #wrapper #SubHeader .row > .columns {
      padding: 0 28px; }
      @media screen and (max-width: 39.9375em) {
        #wrapper #SubHeader .row > .columns {
          padding-left: 20px !important;
          padding-right: 20px !important; } }
    #wrapper #SubHeader .row p {
      margin: 0; }

/* Custom headings */
h1 {
  line-height: 37px;
  margin-bottom: 25px; }

h2 {
  line-height: 28px;
  margin-bottom: 20px; }

h3 {
  line-height: 24px;
  margin-bottom: 20px; }

.headline_centered {
  margin-bottom: 50px;
  text-align: center; }
  .headline_centered h1 {
    margin-bottom: 0; }

/* Forms */
[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 {
  line-height: 23px;
  padding: 20px 25px;
  height: 60px;
  margin-bottom: 20px; }
  [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 {
    color: #4179bb; }

.widget-explanation {
  color: #9B9B9B; }

.widget-text label,
.widget-textarea label {
  display: none; }

.ce_form {
  margin-top: 20px; }

input.captcha {
  margin-bottom: 5px; }
  input.captcha + .captcha_text {
    color: #9B9B9B;
    font-size: 16px;
    padding-left: 25px;
    margin-bottom: 20px;
    display: block; }

.widget-text,
.widget-password,
.widget-captcha {
  position: relative; }
  .widget-text input.error,
  .widget-password input.error,
  .widget-captcha input.error {
    border-color: #4179bb; }
  .widget-text p.error,
  .widget-password p.error,
  .widget-captcha p.error {
    position: absolute;
    top: 4px;
    margin: 0;
    padding-left: 27px;
    color: #4179bb;
    font-family: "ITC Conduit W04 Bold", arial, sans-serif;
    font-size: 12px;
    line-height: 1; }

/* Placeholder input */
/*

/* Buttons */
button, .button {
  font-family: "ITC Conduit W04 Regular", arial, sans-serif;
  font-size: 14px;
  line-height: 12px;
  letter-spacing: 1.5px; }

.selection-box {
  position: relative; }
  @media screen and (max-width: 63.9375em) {
    .selection-box {
      margin-bottom: 10px; } }
  .selection-box .current {
    padding: 3px 20px 0px;
    line-height: 36px;
    border: 1px solid #ebebeb;
    position: relative; }
    .selection-box .current:after {
      display: block;
      width: 0;
      height: 0;
      border: inset 5px;
      content: '';
      border-bottom-width: 0;
      border-top-style: solid;
      border-color: #4a4a4a transparent transparent;
      right: 10px;
      top: 50%;
      position: absolute;
      margin-top: -3px; }
  .selection-box .options {
    position: absolute;
    width: 100%;
    background: #fff;
    z-index: 10;
    max-height: 280px;
    overflow: hidden;
    overflow-y: scroll;
    padding: 0 20px;
    border: 1px solid #ebebeb;
    border-top: 0; }
    .selection-box .options li {
      padding: 3px 0px 0px;
      border-bottom: 1px solid #ebebeb;
      line-height: 36px; }
      .selection-box .options li:hover {
        color: #4179bb;
        cursor: pointer; }

/*Accoridions */
.ce_accordion {
  margin-bottom: 2px; }
  .ce_accordion .toggler {
    text-transform: uppercase;
    padding: 10px 20px;
    background: #ececec;
    position: relative; }
    .ce_accordion .toggler .ui-icon {
      position: absolute;
      top: 50%;
      right: 20px;
      margin-top: -3px; }
      .ce_accordion .toggler .ui-icon:after {
        display: block;
        width: 0;
        height: 0;
        border: inset 5px;
        content: '';
        border-bottom-width: 0;
        border-top-style: solid;
        border-color: #9B9B9B transparent transparent; }
    .ce_accordion .toggler:hover {
      cursor: pointer;
      color: #4179bb; }
    .ce_accordion .toggler.active {
      background: #4179bb;
      color: #ffffff; }
      .ce_accordion .toggler.active .ui-icon:after {
        display: block;
        width: 0;
        height: 0;
        border: inset 5px;
        content: '';
        border-top-width: 0;
        border-bottom-style: solid;
        border-color: transparent transparent #ffffff; }
  .ce_accordion .accordion {
    padding: 20px;
    border: 1px solid #ebebeb;
    border-top: 0; }

/* Login Window */
.login-box {
  position: relative; }
  .login-box .social-login .button {
    font-size: 14px;
    text-align: left;
    line-height: 1;
    padding: 0;
    line-height: 38px; }
    .login-box .social-login .button span {
      min-width: 40px;
      height: 38px;
      width: 38px;
      float: left;
      margin-right: 12px;
      text-align: center;
      margin-right: 22px; }
      .login-box .social-login .button span.google-plus {
        background: url(../img/gplus.svg) left top no-repeat;
        height: 38px;
        width: 38px;
        float: left;
        margin-right: 12px; }
      .login-box .social-login .button span.alex-facebook {
        font-size: 20px; }
        .login-box .social-login .button span.alex-facebook:before {
          line-height: 38px; }
    .login-box .social-login .button.facebook {
      background-color: #4267B2;
      margin-bottom: 10px; }
    .login-box .social-login .button.google-plus {
      background-color: #4285F4; }
    .login-box .social-login .button .password {
      margin-bottom: 10px; }
  .login-box .checkbox_container a,
  .login-box .checkbox_container label {
    color: #9B9B9B;
    font-size: 16px;
    display: inline-block;
    line-height: 26px;
    margin-bottom: 10px; }
    .login-box .checkbox_container a:hover,
    .login-box .checkbox_container label:hover {
      color: #4179bb; }
  .login-box .checkbox_container .recovery-password {
    margin-bottom: 20px; }
  .login-box input[type='text'] {
    margin-bottom: 10px; }

.register-box {
  margin-top: 14px;
  color: #ffffff;
  font-size: 15px;
  line-height: 17px;
  letter-spacing: 0.43px;
  letter-spacing: 0.43px; }
  .register-box a {
    color: #ffffff;
    font-family: "ITC Conduit W04 Bold", arial, sans-serif; }
  .register-box input[type='text'],
  .register-box input[type='password'] {
    margin-bottom: 10px; }

.reveal {
  width: 350px;
  margin-left: auto;
  margin-right: auto; }
  .reveal h2.title {
    color: #ffffff;
    margin-bottom: 0;
    text-align: center;
    margin-bottom: 20px;
    font-size: 30px; }
  .reveal .inner {
    background: #ffffff;
    padding: 10px;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    min-height: 150px; }
  .reveal .close-button {
    color: #fff; }
  .reveal button[type=submit] {
    text-transform: uppercase;
    font-size: 20px;
    line-height: 18px;
    letter-spacing: 0.63px;
    margin-bottom: 0; }

/* Search forms */
@media screen and (min-width: 64em) {
  .search-form {
    display: none;
    position: absolute;
    width: 300px;
    background: #ffffff;
    border: 1px solid #ebebeb;
    left: 100%;
    height: 67px;
    box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.15);
    border-left: 0;
    top: -1px;
    margin-left: 1px; } }

.search-form .formbody {
  position: relative;
  margin: 10px 20px 0;
  overflow: hidden; }

@media screen and (min-width: 64em) {
  .search-form.search-engine {
    display: block;
    position: relative;
    width: 100%;
    border: 0;
    left: auto;
    height: auto;
    box-shadow: none;
    border-left: 0;
    top: 0;
    margin-left: 0; } }

.search-form.search-engine .formbody {
  margin: 20px 0; }
  .search-form.search-engine .formbody > .columns {
    padding: 0; }

.search-form input[type=text],
.search-form input[type=search] {
  border: 1px solid #ebebeb;
  transition: none;
  border-radius: 21px;
  height: auto;
  margin-bottom: 0;
  position: relative;
  z-index: 1;
  padding-left: 50px;
  box-shadow: none;
  padding: 10px 25px 10px 50px; }
  .search-form input[type=text]:focus,
  .search-form input[type=search]:focus {
    outline: none;
    border: 1px solid #979796;
    box-shadow: none;
    transition: none; }

.search-form button[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 40px;
  margin-bottom: 0;
  z-index: 2; }
  .search-form button[type=submit]:hover {
    color: #4179bb; }

span.highlight {
  color: #4a4a4a; }

/* Pagination */
.pagination {
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 0;
  padding: 14px 0;
  margin-top: 70px; }
  .pagination ul {
    text-align: center;
    margin: 0;
    padding: 0;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center; }
  .pagination li {
    display: inline-block;
    line-height: 40px; }
  .pagination .control span {
    font-size: 26px;
    display: block; }
  .pagination a {
    font-size: 16px;
    color: #9B9B9B;
    padding: 0 10px;
    line-height: inherit; }
    .pagination a:hover {
      background: none; }
  .pagination .current {
    background: none;
    color: #4179bb;
    font-size: 16px;
    padding: 0 10px;
    display: block; }

/* Medithek youtube */
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden; }
  .video-container iframe, .video-container object, .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.mediathek-youtube #description {
  overflow: auto;
  position: relative;
  padding: 0 0 10px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.newsletter-message .content {
  color: #ffffff; }

.event-description {
	padding-left:28px;
	padding-right:28px;
}

.social-icons-container {
	margin-top: 50px;
}

.social-icons-container .social-icons span {
    margin-right: 10px !important;
}

.nav_submenu ul.level_1 > li.last {
	padding-right:0;
}

/*Cookie consent*/


#gdpr-cookie-message {
	position: fixed;
	right: 30px;
	bottom: 30px;
	max-width: 375px;
	background-color: white;
	padding: 20px;
	border-radius: 5px;
	box-shadow: 0 6px 6px rgba(0, 0, 0, 0.25);
	margin-left: 30px;
	font-family: system-ui;
	z-index: 1000;
}
@media (min-width: 640px) {
	#gdpr-cookie-message {
		max-width: 480px;
	}
}
#gdpr-cookie-message h4, 
#gdpr-cookie-message h5 {
	margin-bottom: 10px;
	font-weight: normal;
	font-family: "ITC Conduit W04 Bold", arial, sans-serif;
	font-size: 20px;
}
#gdpr-cookie-message p, 
#gdpr-cookie-message ul {
	margin-bottom: 20px;
}

#gdpr-cookie-message p,
#gdpr-cookie-message ul {
	font-size: 20px;
	font-family: "ITC Conduit W04 Light", arial, sans-serif;
	line-height: 1.2;
	margin-bottom: 0;
	text-align: left;
	margin-bottom: 40px;
	
	color: #9B9B9B;
	line-height: 23px;
	display: block;
	font-family: "ITC Conduit W04 Regular", arial, sans-serif;
	font-size: 16px;
}
#gdpr-cookie-message p > span {
    font-weight: bold;
    word-break: normal;
    white-space: nowrap;
}

#gdpr-cookie-message label {
	color: #9B9B9B;
	line-height: 23px;
	font-family: "ITC Conduit W04 Regular", arial, sans-serif;
	font-size: 16px;
	
}
#gdpr-cookie-message p:last-child {
	margin-bottom: 0;
	text-align: right;
}
#gdpr-cookie-message li {
	width: 100%;
	display: inline-block;
}
@media (min-width: 640px) {
	#gdpr-cookie-message li {
		width: 49%;
	}
}
#gdpr-cookie-message a {
	
	transition: all 0.3s ease-in;
	
	font-family: "ITC Conduit W04 Regular", arial, sans-serif;
	font-size: 16px;
	color: #9B9B9B;
	position: relative;
	color: #4179bb;
	
	
}
@media (min-width: 640px) {
	#gdpr-cookie-message a {
		font-size: 16px;
		line-height: 22px;
	}
}
#gdpr-cookie-message a:hover {
	color: #4179bb;
	transition: all 0.3s ease-in;
	text-decoration: underline;
}
#gdpr-cookie-message button {
	display: inline-block;
	vertical-align: middle;
	margin: 0 0 1rem 0;
	padding: 0.85em 1em;
	-webkit-appearance: none;
	border: 1px solid transparent;
	border-radius: 3px;
	transition: background-color 0.25s ease-out, color 0.25s ease-out;
	font-size: 0.9rem;
	line-height: 1;
	text-align: center;
	cursor: pointer;
	background-color: #4179bb;
	color: #ffffff;
}

button#ihavecookiesBtn {
	border: none;
	background: var(--red);
	color: white;
	font-family: 'Quicksand', sans-serif;
	font-size: 15px;
	padding: 7px;
	border-radius: 3px;
	margin-left: 15px;
	cursor: pointer;
	transition: all 0.3s ease-in;
}
#gdpr-cookie-message button:hover {
	background: #37679f;
	color: #ffffff;
	transition: all 0.3s ease-in;
}
button#gdpr-cookie-advanced {
	background: white;
	color: #4179bb;
	margin-left: 10px;
}
#gdpr-cookie-message button:disabled {
	opacity: 0.3;
}
#gdpr-cookie-message input[type="checkbox"] {
	float: none;
	margin-top: 0;
	margin-right: 5px;
}

