@charset "UTF-8";
/**
 * This file contains stuff that is shared between variants
 */
/**
 * This file contains stuff that can vary between variants
 */
/**
 * Calculate an em size based on a context
 */
/**
 * Conditionally output stuff.
 * The idea is to be able to target print, browsers, sizes etc.
 */
/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block;
}

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

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

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none;
}

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

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

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

/**
 * 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
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

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

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

/**
 * 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 */
}

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  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 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * 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 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

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

/**
 * 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 OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
 * 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 */
}

@font-face {
  font-family: 'RobotoCondensed-Light';
  src: url("../../fonts/RobotoCondensed-Light.eot");
  src: url("../../fonts/RobotoCondensed-Light.eot?#iefix") format("embedded-opentype"), url("../../fonts/RobotoCondensed-Light.woff2") format("woff2"), url("../../fonts/RobotoCondensed-Light.woff") format("woff"), url("../../fonts/RobotoCondensed-Light.ttf") format("truetype"), url("../../fonts/RobotoCondensed-Light.svg#RobotoCondensed-Light") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'RobotoCondensed-Regular';
  src: url("../../fonts/RobotoCondensed-Regular.eot");
  src: url("../../fonts/RobotoCondensed-Regular.eot?#iefix") format("embedded-opentype"), url("../../fonts/RobotoCondensed-Regular.woff2") format("woff2"), url("../../fonts/RobotoCondensed-Regular.woff") format("woff"), url("../../fonts/RobotoCondensed-Regular.ttf") format("truetype"), url("../../fonts/RobotoCondensed-Regular.svg#RobotoCondensed-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'RobotoCondensed-Italic';
  src: url("../../fonts/RobotoCondensed-Italic.eot");
  src: url("../../fonts/RobotoCondensed-Italic.eot?#iefix") format("embedded-opentype"), url("../../fonts/RobotoCondensed-Italic.woff2") format("woff2"), url("../../fonts/RobotoCondensed-Italic.woff") format("woff"), url("../../fonts/RobotoCondensed-Italic.ttf") format("truetype"), url("../../fonts/RobotoCondensed-Italic.svg#RobotoCondensed-Italic") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto-Medium';
  src: url("../../fonts/Roboto-Medium.eot");
  src: url("../../fonts/Roboto-Medium.eot?#iefix") format("embedded-opentype"), url("../../fonts/Roboto-Medium.woff2") format("woff2"), url("../../fonts/Roboto-Medium.woff") format("woff"), url("../../fonts/Roboto-Medium.ttf") format("truetype"), url("../../fonts/Roboto-Medium.svg#Roboto-Medium") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "RobotoCondensed-Bold";
  src: url("../../fonts/RobotoCondensed-Bold.eot");
  src: url("../../fonts/RobotoCondensed-Bold.eot?#iefix") format("embedded-opentype"), url("../../fonts/RobotoCondensed-Bold.woff2") format("woff2"), url("../../fonts/RobotoCondensed-Bold.woff") format("woff"), url("../../fonts/RobotoCondensed-Bold.ttf") format("truetype"), url("../../fonts/RobotoCondensed-Bold.svg#RobotoCondensed-Bold") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "KNR";
  src: url("../../fonts/KNR_v5/fonts/KNR.eot?o6xkff");
  src: url("../../fonts/KNR_v5/fonts/KNR.eot?o6xkff#iefix") format("embedded-opentype"), url("../../fonts/KNR_v5/fonts/KNR.ttf?o6xkff") format("truetype"), url("../../fonts/KNR_v5/fonts/KNR.woff?o6xkff") format("woff"), url("../../fonts/KNR_v5/fonts/KNR.svg?o6xkff#KNR") format("svg");
  font-weight: normal;
  font-style: normal;
}
body {
  position: relative;
  font-family: "RobotoCondensed-Regular", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #313131;
  background-color: #f2f2f2;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  z-index: 1;
}
body * {
  box-sizing: border-box;
  max-width: 100%;
}
body.is-no-scroll {
  overflow: hidden;
}
body.is-no-scroll .dialog-off-canvas-main-canvas {
  position: relative;
  z-index: 111 !important;
}
body.theme--dark {
  background-color: #181818;
  color: #fff;
}
body.theme--dark-blue {
  background-color: #00384D;
  color: #fff;
}

p, ul, ol {
  margin: 0;
}

a {
  color: inherit;
  text-decoration: none;
  transition: all .2s ease;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "RobotoCondensed-Bold", sans-serif;
  font-size: inherit;
  margin: 0;
  font-weight: normal;
  line-height: 1.2;
}

.mobile-only {
  display: block;
}
.mobile-hidden {
  display: none;
}

@media (min-width: 576px) {
  body {
    font-size: 18px;
    line-height: 1.4;
  }

  h1, h2, h3, h4, h5, h6 {
    line-height: 1.14;
  }
}
@media (min-width: 768px) {
  .mobile-only {
    display: none !important;
  }
}
.layout {
  overflow: hidden;
}
.layout__middle {
  position: relative;
  min-height: 200px;
  overflow: hidden;
  z-index: 1;
}
.layout__gradient {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1000px;
  max-height: 200vw;
  z-index: -1;
}
.layout__gradient::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: linear-gradient(transparent, #f2f2f2);
  z-index: 1;
}
.layout__segment {
  padding: 0 15px;
}
.layout__segment--mobile-hidden {
  display: none;
}
.layout__segment--dark {
  padding: 40px 15px;
}
.layout__segment--light {
  padding: 30px 15px;
}
.layout__segment--dark {
  color: #FFFFFF;
  background-color: #000000;
}
.layout__segment--light {
  color: #313131;
  background-color: #FFFFFF;
}
.layout__segment:not(.layout__segment--no-margin) {
  margin: 40px 0;
}
.layout__segment:not(.layout__segment--no-margin).layout__segment--small-gap {
  margin: 20px 0;
}
.layout__segment:not(.layout__segment--no-margin).layout__segment--large-gap {
  margin: 60px 0;
}
.layout__unit--gap {
  margin-bottom: 40px;
}
.layout__unit--small-gap {
  margin-bottom: 20px;
}
.layout__unit--large-gap {
  margin-bottom: 60px;
}

@media (min-width: 576px) {
  .layout__segment {
    padding: 0 20px;
  }
  .layout__segment--dark {
    padding: 60px 20px;
  }
  .layout__segment--light {
    padding: 30px 20px;
  }
}
@media (min-width: 768px) {
  .layout__gradient {
    max-height: 120vw;
  }
  .layout__segment--mobile-hidden {
    display: block;
  }
  .layout__main {
    float: left;
    width: 60%;
    padding-right: 20px;
  }
  .layout__sidebar {
    float: right;
    width: 40%;
    padding-left: 20px;
  }
}
@media (min-width: 992px) {
  .layout__container {
    width: 1120px;
    max-width: 100%;
    margin: 0 auto;
  }
  .layout__container--narrow {
    max-width: 934px;
    margin: 0 auto;
  }
}
.panel {
  max-width: 960px;
  margin: 0 auto;
}
.panel__middle {
  padding: 20px 10px;
  min-height: 200px;
}
.panel__unit {
  margin-bottom: 10px;
}

@media (min-width: 600px) {
  .panel__3 {
    margin: 0 -10px;
  }
  .panel__3:after {
    content: '';
    display: block;
    clear: both;
    height: 0px;
  }
  .panel__3__column {
    width: 33.33333333%;
    float: left;
    padding: 0 10px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  .panel__3__column:after {
    content: '';
    display: block;
    clear: both;
    height: 0px;
  }
}
.split {
  max-width: calc(100% + 16px);
  margin: 0 -8px;
  margin-bottom: -20px;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
}
.split--reversed {
  flex-direction: column-reverse;
}
.split__column {
  position: relative;
  width: 100%;
  box-sizing: border-box;
  padding: 0 8px;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .split {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: nowrap;
    flex-direction: unset;
  }
  .split__column {
    width: 50%;
  }
  .split--7-5 .split__column:first-child {
    width: 58%;
  }
  .split--7-5 .split__column:last-child {
    width: 42%;
  }
  .split--8-3 .split__column:first-child, .split--8-4 .split__column:first-child {
    width: 66.666%;
  }
  .split--8-3 .split__column:last-child, .split--8-4 .split__column:last-child {
    width: 33.333%;
  }
  .split--9-3 .split__column {
    flex-basis: 75%;
  }
  .split--9-3 .split__column:last-child {
    padding-left: 0;
    flex-basis: 25%;
  }
}
@media (min-width: 992px) {
  .split--8-3 .split__column:last-child {
    width: 25%;
  }
}
.grid {
  overflow: hidden;
}
.grid.grid--slider {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% + 60px);
  max-width: calc(100% + 60px);
  padding: 0 30px;
  z-index: 1;
}
.grid.grid--slider .slider__arrow {
  display: none;
}
.grid.grid--slider .slider {
  overflow: hidden;
  width: calc(100% + 20px);
  max-width: calc(100% + 20px);
}
.grid__items {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
}
.grid:not(.grid--slider) .grid__items {
  margin-bottom: -20px;
}
.grid--slider .grid__items {
  flex-wrap: nowrap;
  margin-left: -8px;
}
.grid__item {
  display: inline-block;
  vertical-align: top;
  padding: 0;
  width: 100%;
  flex-shrink: 0;
  margin-bottom: 20px;
}
.grid--slider .grid__item {
  width: calc(100% - 20px);
  margin-bottom: 0;
  padding: 0 8px;
}
.grid__item--6, .grid__item--4, .grid__item--3 {
  width: 100%;
}
.grid--4 .grid__items {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.grid--4 .grid__item {
  display: flex;
  flex-direction: column;
}

@media (min-width: 768px) {
  .grid:not(.grid--slider) .grid__items, .grid.grid--slider .slider {
    width: calc(100% + 16px);
    max-width: calc(100% + 16px);
    margin-left: -8px;
    margin-right: -8px;
  }
  .grid--slider .grid__items {
    margin-left: 0;
  }
  .grid__item {
    padding: 0 8px;
  }
  .grid__item--2 {
    width: 50%;
  }
  .grid__item--3 {
    width: 33.33333333%;
  }
  .grid__item--5 {
    width: 20%;
  }
  .grid__item--6 {
    width: 33.33333333%;
  }
}
@media (min-width: 992px) {
  .grid__item--4 {
    width: 25%;
  }
  .grid__item--6 {
    width: 16.66666667%;
  }
  .grid.grid--slider .slider__arrow {
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 32px;
    cursor: pointer;
    z-index: 100;
  }
  .grid.grid--slider .slider__arrow.swiper-button-disabled {
    display: none;
  }
  .grid.grid--slider .slider__arrow:before, .grid.grid--slider .slider__arrow:after {
    position: absolute;
    content: "";
    width: 22px;
    height: 2px;
    background-color: #007DAC;
    z-index: 1;
  }
  .grid.grid--slider .slider__arrow--previous {
    left: 0;
  }
  .grid.grid--slider .slider__arrow--previous:before {
    top: 10px;
    right: 0;
    transform: rotate(-45deg);
  }
  .grid.grid--slider .slider__arrow--previous:after {
    bottom: 10px;
    right: 0;
    transform: rotate(45deg);
  }
  .grid.grid--slider .slider__arrow--next {
    right: 0;
  }
  .grid.grid--slider .slider__arrow--next:before {
    top: 10px;
    left: 0;
    transform: rotate(45deg);
  }
  .grid.grid--slider .slider__arrow--next:after {
    bottom: 10px;
    left: 0;
    transform: rotate(-45deg);
  }
}
.web-form {
  width: 934px;
  margin: 0 auto;
}
.web-form .form-item-search-field {
  max-width: 75%;
  width: 100%;
}
.programs .web-form .form-item-search-field {
  width: 446px;
}
.web-form .form-item:not(:first-child):not(.js-form-type-radio) {
  margin-top: 20px;
}
.web-form .form-item:not(:last-child):not(.js-form-type-radio) {
  margin-bottom: 20px;
}
.web-form .form-item.form-item-search-field {
  margin: 20px 16px 20px 0;
}
.web-form .form-item img.ui-datepicker-trigger {
  margin-left: 5px;
}
.web-form .control-label {
  display: block;
  margin-bottom: 10px;
  font-weight: bold;
}
.web-form article {
  margin: 15px 0;
}
.web-form .description {
  margin-top: 5px;
  font-size: 16px;
}
.web-form h2 {
  font-size: 24px;
  font-family: "RobotoCondensed-Bold", sans-serif;
  margin-bottom: 15px;
}
.web-form p:not(:last-child) {
  margin-bottom: 20px;
}
.web-form a {
  color: #007DAC;
}
body.theme--dark-blue .web-form a {
  color: #5DD3FF;
}
.web-form a:hover {
  text-decoration: underline;
}
.web-form .figure {
  margin-bottom: 30px;
}
.web-form .figure--float .figure__item:only-child, .web-form .figure__item {
  width: auto;
  max-width: 100%;
}
.web-form textarea {
  height: 120px;
  padding: 10px;
}
.web-form .form-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  box-sizing: border-box;
  font-family: inherit;
  padding: 0;
  border-radius: 0;
  box-sizing: none;
  height: 40px;
  border: 1px solid #D8D8D8;
  font-size: 14px;
  padding-left: 10px;
  padding-right: 15px;
  background: #FFFFFF;
  width: 100%;
  background-image: url(../../gfx/icons/select-arrow.svg);
  background-repeat: no-repeat;
  background-size: 15px 8px;
  background-position: calc(100% - 10px) center;
}
.web-form .form-select::-ms-clear {
  width: 0;
  height: 0;
}
.web-form .form-email,
.web-form .form-text,
.web-form .form-email,
.web-form .form-tel,
.web-form .form-number,
.web-form .form-text,
.web-form .form-url,
.web-form .form-search-field__input {
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  box-sizing: border-box;
  font-family: inherit;
  padding: 0;
  border-radius: 0;
  box-sizing: none;
  height: 40px;
  border: 1px solid #D8D8D8;
  font-size: 12px;
  padding-left: 10px;
  background: #FFFFFF;
  width: 100%;
}
.web-form .form-email::-ms-clear,
.web-form .form-text::-ms-clear,
.web-form .form-email::-ms-clear,
.web-form .form-tel::-ms-clear,
.web-form .form-number::-ms-clear,
.web-form .form-text::-ms-clear,
.web-form .form-url::-ms-clear,
.web-form .form-search-field__input::-ms-clear {
  width: 0;
  height: 0;
}
.web-form .hasDatepicker {
  width: auto;
}
.web-form .form-search-field__input {
  border-radius: 5px;
  min-height: 55px;
}
.programs .web-form .form-search-field__input {
  height: 44px;
  min-height: 44px;
}
.web-form .form-textarea {
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  box-sizing: border-box;
  font-family: inherit;
  padding: 0;
  border-radius: 0;
  box-sizing: none;
  border: 1px solid #D8D8D8;
  font-size: 16px;
  padding: 5px 10px;
  background: #FFFFFF;
  width: 100%;
  resize: vertical;
}
.web-form .form-textarea::-ms-clear {
  width: 0;
  height: 0;
}
.web-form label:not(.option) {
  display: block;
  margin-bottom: 5px;
}
.web-form label.form-required:after {
  content: "*";
  display: inline-block;
  margin-left: 5px;
  color: #007DAC;
}
.web-form .form-label-stacked {
  position: relative;
}
.web-form .form-label-stacked input::-webkit-input-placeholder {
  color: transparent;
}
.web-form .form-label-stacked input:-moz-placeholder {
  color: transparent;
}
.web-form .form-label-stacked input::-moz-placeholder {
  color: transparent;
}
.web-form .form-label-stacked input:-ms-input-placeholder {
  color: transparent;
}
.web-form .form-label-stacked label {
  position: absolute;
  left: 10px;
  top: 15px;
  color: #313131;
  font-weight: 400;
  transition: color 200ms ease-in-out, font-size 200ms ease-in-out, transform 200ms ease-in-out;
  pointer-events: none;
}
.programs .web-form .form-label-stacked label {
  top: 12px;
  font-size: 14px;
}
.web-form .form-label-stacked.is-focused label {
  transform: translateY(-8px);
  font-size: 11px;
  color: #939994;
}
.programs .web-form .form-label-stacked.is-focused label {
  transform: translateY(-10px);
  font-size: 10px;
}
.web-form .form-label-stacked.is-focused label.form-required:after {
  color: #939994;
}
.web-form.form-search-field {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.programs .web-form.form-search-field {
  justify-content: flex-start;
}
.web-form.form-search-field .form-search-field__submit {
  display: flex;
  flex-grow: 1;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  border: none;
  font-family: "RobotoCondensed-Bold", sans-serif;
  font-size: 16px;
  text-align: center;
  cursor: pointer;
  color: white;
  max-width: 35%;
  width: auto;
  background: #2F7DAC;
  text-transform: uppercase;
}
.web-form.form-search-field .form-search-field__submit input {
  width: 100%;
}
.web-form.form-search-field .form-search-field__submit:hover, .web-form.form-search-field .form-search-field__submit:active {
  color: #2F7DAC;
  background: white;
}
.programs .web-form.form-search-field .form-search-field__submit {
  width: 100%;
  background-color: transparent;
}
.programs .web-form.form-search-field .form-search-field__submit input {
  min-width: 80px;
  height: 44px;
  min-height: 44px;
  font-size: 14px;
  background-color: transparent;
  border: 1px solid #FFFFFF;
}
.programs .web-form.form-search-field .form-search-field__submit:hover input {
  border: 1px solid #007DAC;
}

.user-register-form.user-form,
form.user-login-form,
form.user-pass {
  width: 900px;
  max-width: 100%;
  margin: 0 auto;
  padding: 60px 20px;
  text-align: center;
}
.user-register-form.user-form .js-form-item:not(:last-child),
form.user-login-form .js-form-item:not(:last-child),
form.user-pass .js-form-item:not(:last-child) {
  margin-bottom: 20px;
}
.user-register-form.user-form .js-form-item label,
form.user-login-form .js-form-item label,
form.user-pass .js-form-item label {
  display: block;
  font-family: "RobotoCondensed-Bold", sans-serif;
  margin: 10px 0 5px 0;
}
.user-register-form.user-form .js-form-item .description,
form.user-login-form .js-form-item .description,
form.user-pass .js-form-item .description {
  font-size: 15px;
}
.user-register-form.user-form .form-actions,
form.user-login-form .form-actions,
form.user-pass .form-actions {
  margin-top: 20px;
}
.user-register-form.user-form .form-file,
form.user-login-form .form-file,
form.user-pass .form-file {
  width: 100%;
  text-align: center;
  padding: 20px;
  border: 1px dashed #000;
  margin-bottom: 20px;
}
.user-register-form.user-form .image-widget,
form.user-login-form .image-widget,
form.user-pass .image-widget {
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .web-form .form-select,
  .web-form .form-email,
  .web-form .form-text,
  .web-form .form-email,
  .web-form .form-tel,
  .web-form .form-number,
  .web-form .form-text,
  .web-form .form-url,
  .web-form .form-search-field__input {
    height: 48px;
    font-size: 14px;
  }
  .web-form .form-label-stacked label {
    top: 14px;
  }
  .web-form .form-label-stacked.is-focused label {
    transform: translateY(-10px);
    font-size: 12px;
  }
  .web-form.form-search-field {
    width: 100%;
    justify-content: end;
  }
  .web-form.form-search-field .form-search-field__submit {
    width: 100%;
    font-size: 20px;
    max-width: calc(25% - 12px);
  }
  .web-form.form-search-field .form-search-field__submit:before {
    font-size: 21px;
    margin-top: -10px;
  }
  .programs .web-form.form-search-field .form-search-field__submit {
    width: auto;
  }
}
.section-user .layout__middle__user {
  display: flex;
  padding: 40px;
}
.section-user .layout__middle__user__right-column {
  margin-left: 20px;
  background-color: #f1f1f2;
  padding: 20px;
  display: block;
  flex-grow: 1;
}
.section-user .layout__middle__user .user__item {
  margin-bottom: 15px;
}
.section-user .layout__middle__user .user__item__label {
  font-weight: bold;
  margin-bottom: 5px;
  font-size: 12px;
}
.section-user .layout__middle__user .user__item__text {
  font-size: 16px;
}

.layout-builder-form .form-wrapper {
  margin: 15px 0;
}
.layout-builder-form .vertical-tabs {
  display: flex;
  border-left: none;
}
.layout-builder-form .vertical-tabs__menu {
  flex-shrink: 0;
  border: 1px solid #ccc;
}
.layout-builder-form .vertical-tabs__menu-item {
  border: none;
  border-bottom: 1px solid #ccc;
}
.layout-builder-form .vertical-tabs__menu-item:last-child {
  border-bottom: 0;
}
.layout-builder-form .vertical-tabs__panes {
  flex-grow: 1;
  padding: 15px;
}
.layout-builder-form .vertical-tabs__panes .form-wrapper {
  margin: 0;
}

.layout-builder-page .taxonomy-term-sections-layout-builder-form,
.layout-builder-page .messages {
  margin: 10px 24px 10px 0;
  padding-left: 16px;
}
.layout-builder-page .form-wrapper {
  margin: 10px 10px 10px 0;
}
.layout-builder-page .layout-builder__message {
  margin: 10px 0;
}
.layout-builder-page .layout-builder__message .message {
  margin: 0;
  padding-left: 16px;
}
.layout-builder-page .ui-dialog {
  z-index: 999;
}
.layout-builder-page #layout-builder-modal .form-wrapper {
  margin-right: 0;
}
.layout-builder-page #layout-builder-modal .layout-builder-configure-block .form-item {
  margin: 5px 0;
}
.layout-builder-page #layout-builder-modal .layout-builder-configure-block .form-item select {
  width: 100%;
  margin-top: 4px;
}

#block-tabs {
  max-width: 1120px;
  margin: auto;
  padding: 0 20px;
  box-sizing: content-box;
}
.section-user #block-tabs {
  max-width: none;
  padding: 0;
  box-sizing: border-box;
}

#block-tabs ul {
  padding: 0;
  margin: 10px 0;
}
.section-user #block-tabs ul {
  margin: 0 auto;
}

#block-tabs ul li a,
#block-tabs ul li a.is-active {
  padding: 10px 25px;
  border: 0;
  border-bottom: 2px solid transparent;
  display: block;
  text-decoration: none;
  position: relative;
  top: 0px;
  font-size: 16px;
  line-height: 1.8em;
  font-family: "RobotoCondensed-Regular", sans-serif;
  font-weight: normal;
  border-radius: 0;
  background: #f1f1f2;
}

#block-tabs ul li a:hover {
  text-decoration: none;
}

#block-tabs ul li a.is-active {
  color: #08105B;
  border-bottom: 3px solid #08105B;
  margin-bottom: -3px;
}

#block-tabs ul {
  border-collapse: collapse;
  height: auto;
  line-height: normal;
  padding: 0;
  margin: 0;
  overflow: hidden;
  border: none;
  white-space: nowrap;
}

#block-tabs ul li {
  display: block;
  float: left;
  vertical-align: bottom;
  margin: 5px 10px 5px 0px;
}
.section-user #block-tabs ul li {
  float: none;
  margin: 0px 0px 5px 0px;
}

.language-switcher {
  position: relative;
  display: inline-flex;
  align-items: center;
  z-index: 1;
}
.header .language-switcher {
  margin-left: auto;
}
.language-switcher:before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 16px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  pointer-events: none;
  z-index: 1;
}
.language-switcher[data-current="en"]:before {
  background-image: url("../../gfx/icons/en.png");
}
.language-switcher[data-current="da"]:before {
  background-image: url("../../gfx/icons/da.png");
}
.language-switcher[data-current="kl"]:before {
  background-image: url("../../gfx/icons/kl.png");
}
.language-switcher select {
  height: 14px;
  width: 0 !important;
  font-size: 14px;
  border: none;
  background-color: transparent;
  -moz-appearance: none;
  -webkit-appearance: none;
  padding: 0 10px 0 14px;
  cursor: pointer;
  outline: none;
  margin-right: 10px;
}
.language-switcher select::-ms-expand {
  display: none;
}
.language-switcher .form-item-lang-dropdown-select {
  display: flex;
  align-items: center;
}
.language-switcher .visually-hidden {
  display: none;
}

@media (min-width: 768px) {
  .language-switcher {
    margin-right: 20px;
  }
  .language-switcher:before {
    left: auto;
    right: 0;
    width: 31px;
    height: 21px;
  }
  .language-switcher select {
    height: 28px;
    width: auto !important;
    padding: 0 36px 0 10px;
    text-align: right;
    margin-right: 0;
  }
}
.subscription-form {
  color: #FFFFFF;
  background-color: #007DAC;
  padding: 20px 20px;
}
.subscription-form__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  width: 740px;
  max-width: 100%;
  margin: 0 auto;
  margin-top: -16px;
}
.subscription-form__inner h2 {
  font-size: 16px;
  white-space: nowrap;
  text-transform: uppercase;
  font-family: "RobotoCondensed-Bold", sans-serif;
  text-align: center;
  margin-top: 16px;
}
.subscription-form .form__group {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  flex-grow: 1;
}
.subscription-form .form__group:nth-child(2) input[type="submit"] {
  order: 1;
}
.subscription-form .form__group:nth-child(2) .form-checkboxes {
  order: 0;
}
.subscription-form form {
  display: flex;
  align-items: baseline;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
}
.subscription-form form .form-item {
  width: 100%;
  margin-top: 16px;
}
.subscription-form form .form-item.fieldgroup {
  margin-top: 0;
}
.subscription-form form .form-item:first-child {
  margin-left: 0;
}
.subscription-form form .form-item-email label {
  display: none;
}
.subscription-form form .fieldgroup {
  width: 100%;
  border: none;
  padding: 0;
  margin: 0;
}
.subscription-form form .fieldgroup legend {
  display: none;
}
.subscription-form form .form-checkboxes {
  flex-wrap: wrap;
  gap: 0 10px;
}
.subscription-form form .form-checkboxes .form-item {
  width: auto;
}
.subscription-form form input[type="text"],
.subscription-form form input[type="email"] {
  height: 38px;
  width: 100%;
  font-size: 14px;
  color: #313131;
  font-family: "RobotoCondensed-Regular", sans-serif;
  border-radius: 4px;
  border: none;
  padding: 0 16px;
  background-color: #FFFFFF;
}
.subscription-form form ::-webkit-input-placeholder {
  opacity: 1;
  font-size: 14px;
  color: #313131;
  font-family: "RobotoCondensed-Regular", sans-serif;
}
.subscription-form form :-ms-input-placeholder {
  opacity: 1;
  font-size: 14px;
  color: #313131;
  font-family: "RobotoCondensed-Regular", sans-serif;
}
.subscription-form form ::placeholder {
  opacity: 1;
  font-size: 14px;
  color: #313131;
  font-family: "RobotoCondensed-Regular", sans-serif;
}
.subscription-form form input[type="submit"] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 38px;
  width: 100%;
  font-size: 14px;
  text-transform: uppercase;
  color: #FFFFFF;
  font-family: "RobotoCondensed-Bold", sans-serif;
  padding: 5px 15px;
  background-color: transparent;
  border: 1px solid #FFFFFF;
  margin-top: 16px;
  transition: all .2s ease;
  cursor: pointer;
}
.subscription-form form input[type="submit"]:hover {
  color: #007DAC;
  background-color: #FFFFFF;
}

@media (min-width: 768px) {
  .subscription-form__inner {
    justify-content: center;
  }
  .subscription-form .form__group {
    display: block;
    width: auto;
  }
  .subscription-form .form__group:nth-child(2) {
    flex-grow: 0;
  }
  .subscription-form form {
    flex-wrap: nowrap;
  }
  .subscription-form form .form-item {
    margin-right: 16px;
    margin-top: 16px;
    margin-left: 0;
  }
  .subscription-form form input[type="submit"] {
    width: auto;
    min-width: 269px;
  }
  .subscription-form form .form-item,
  .subscription-form form .fieldgroup {
    width: auto;
  }
  .subscription-form form .fieldgroup {
    margin-left: 0;
  }
}
.contact-form {
  background-color: #f8f8f8;
  padding: 0 16px 30px 16px;
}
.contact-form .formula__title {
  font-family: "RobotoCondensed-Bold", sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  padding: 6px 0;
  margin: 0 -16px;
  width: calc(100% + 32px);
  max-width: calc(100% + 32px);
  background-color: #f2f2f2;
  border-bottom: 4px solid #007DAC;
}
.contact-form .formula__text {
  margin: 30px 0;
  font-size: 16px;
}
.contact-form .formula__text p {
  margin: 15px 0;
}
.contact-form .formula__text p:first-child {
  margin-top: 0;
}
.contact-form .formula__text p:last-child {
  margin-bottom: 0;
}
.contact-form .formula__content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: -20px;
}
.contact-form .formula__content .form-item {
  width: 100%;
  margin-bottom: 20px;
}
.contact-form .formula__content .form-item input:not(.form-checkbox),
.contact-form .formula__content .form-item textarea {
  width: 100%;
  font-size: 16px;
  border: 1px solid #e7e7e7;
  border-radius: 5px;
  outline: none;
}
.contact-form .formula__content .form-item input:not(.form-checkbox) {
  height: 38px;
  padding: 0 10px;
}
.contact-form .formula__content .form-item textarea {
  height: 136px;
  padding: 5px 10px;
}
.contact-form .formula__content .form-item label {
  display: block;
  font-size: 16px;
  margin-bottom: 5px;
  white-space: normal;
}
.contact-form .formula__content .fieldgroup {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  margin-bottom: 20px;
  border: none;
}
.contact-form .formula__content .fieldgroup .fieldset-legend {
  display: block;
  font-size: 16px;
  margin-bottom: 5px;
}
.contact-form .formula__content .fieldgroup .form-checkboxes {
  width: 101%;
  max-width: 101%;
  flex-wrap: wrap;
  margin: 0 -1%;
}
.contact-form .formula__content .fieldgroup .form-item {
  margin: 10px 0.5% 0 0.5%;
}
.contact-form .form-actions {
  margin-top: 30px;
}
.contact-form .form-actions .button {
  width: 100%;
}

@media (min-width: 768px) {
  .contact-form .formula__content .form-item,
  .contact-form .formula__content .fieldgroup {
    width: 49%;
  }
}
.employee-filter-form {
  width: 100%;
}
.employee-filter-form:not(:first-child) {
  margin-top: 40px;
}
.employee-filter-form:not(:last-child) {
  margin-bottom: 40px;
}
.employee-filter-form .web-form label {
  display: block;
  margin-bottom: 6px;
}
.employee-filter-form .web-form input:not([type="submit"]),
.employee-filter-form .web-form select {
  height: 38px;
}

@media (min-width: 576px) {
  .employee-filter-form {
    width: 247px;
  }
}
.payment-information .label {
  display: inline-block;
  min-width: 120px;
  padding-right: 15px;
}

.creditcards {
  margin: 15px 0;
}
.creditcards ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 0;
  margin: 15px 0;
}
.creditcards ul li {
  list-style: none;
  margin: 5px 0;
  margin-right: 10px;
}

.ui-widget.ui-widget-content {
  width: 600px !important;
  left: 50% !important;
  transform: translateX(-50%);
  padding: 40px 0;
  color: #fff;
  background-color: #2F7DAC;
  border: none;
}
.ui-widget.ui-widget-content .web-form .form-item label {
  font-size: 20px;
  font-family: "RobotoCondensed-Bold", sans-serif;
  margin-bottom: 10px;
}
.ui-widget.ui-widget-content .web-form .form-item input {
  height: 40px;
  border-radius: 5px;
}
.ui-widget.ui-widget-content .web-form .form-item a {
  color: #fff;
}
.ui-widget.ui-widget-content .web-form .form-item span.file {
  width: 100%;
  margin-bottom: 10px;
}
.ui-widget.ui-widget-content .web-form .form-item .webform-image-file {
  margin: 15px 0;
}
.ui-widget.ui-widget-content .web-form .form-item .description {
  font-size: 14px;
  margin: 5px 0;
}
.ui-widget.ui-widget-content .web-form .button {
  color: #fff;
  font-size: 18px;
  font-family: "RobotoCondensed-Bold", sans-serif;
  text-transform: capitalize;
  background-color: transparent;
  border: 1px solid #fff;
  padding: 0 10px;
}
.ui-widget.ui-widget-content .web-form .button:last-child {
  margin-right: 0;
}
.ui-widget.ui-widget-content .ui-dialog-titlebar {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 40px;
  color: #fff;
  background-color: #2F7DAC;
  border: none;
  padding: 0;
}
.ui-widget.ui-widget-content .ui-dialog-titlebar .ui-dialog-title {
  display: none;
}
.ui-widget.ui-widget-content .ui-dialog-content {
  color: #fff;
  padding: 20px;
}
.ui-widget.ui-widget-content .ui-dialog-content .layout__segment {
  padding: 0;
  margin: 0;
}
.ui-widget.ui-widget-content .ui-dialog-content .form-item-text {
  font-size: 18px;
  line-height: 1.5;
}
.ui-widget.ui-widget-content .ui-dialog-content .form-item-text label {
  font-size: 34px;
  font-family: "RobotoCondensed-Bold", sans-serif;
  margin-bottom: 30px;
}
.ui-widget.ui-widget-content .ui-dialog-buttonpane {
  color: #fff;
  background-color: #2F7DAC;
  border: none;
  padding: 0 20px;
  margin: 0;
}
.ui-widget.ui-widget-content .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: none;
  text-align: center;
}
.ui-widget.ui-widget-content .ui-dialog-buttonpane .ui-dialog-buttonset button {
  color: #fff;
  font-size: 18px;
  font-family: "RobotoCondensed-Bold", sans-serif;
  text-transform: capitalize;
  background-color: transparent;
  border: 1px solid #fff;
}
.ui-widget.ui-widget-content .ui-dialog-buttonpane .ui-dialog-buttonset button:last-child {
  margin-right: 0;
}
.ui-widget.ui-widget-content .ui-menu {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 10px 20px !important;
}
.ui-widget.ui-widget-content .ui-menu__item a.ui-menu-item-wrapper {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 32px;
  font-size: 16px;
  padding: 2px 6px;
  color: #181818;
  background-color: #FFFFFF;
  margin: 2px;
}
.ui-widget.ui-widget-content .ui-menu__item a.ui-menu-item-wrapper.ui-state-active {
  border: none;
  margin: 2px;
  background-color: #FFFFFF;
  color: #007DAC;
}

@media (min-width: 768px) {
  .ui-widget.ui-widget-content .ui-dialog-content {
    padding: 40px;
  }
  .ui-widget.ui-widget-content .ui-dialog-buttonpane {
    padding: 0 40px;
  }
  .ui-widget.ui-widget-content .ui-menu {
    padding: 10px 40px !important;
  }
}
#martha-controls {
  z-index: 999;
}

.martha-button {
  position: relative;
  border: none;
  color: #007DAC;
  line-height: 1;
  background: none;
  padding-left: 24px;
  z-index: 1;
}
.martha-button:hover {
  text-decoration: underline;
}
.martha-button:before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 20px;
  height: 20px;
  background-image: url("../../gfx/icons/listen.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
}

.page__top {
  position: relative;
  width: 934px;
  margin: 0 auto;
  margin-bottom: 30px;
}
.page__top__wrapper {
  position: relative;
  z-index: 1;
}
.page__taxonomy {
  display: block;
  margin-bottom: 10px;
}
.page__taxonomy__item {
  display: inline-block;
  font-size: 14px;
  color: #007DAC;
  margin-right: 4px;
}
.article-breaking .page__taxonomy__item {
  font-family: "RobotoCondensed-Bold", sans-serif;
  text-transform: uppercase;
  color: #EB2047;
}
.page__manchet {
  font-size: 22px;
  margin: 20px 0 30px 0;
}
.article .page__text {
  width: 744px;
  max-width: 100%;
  margin: 0 auto;
}
.page__form {
  margin: 30px 0;
}
.page__related {
  margin-top: 30px;
}

@media (min-width: 576px) {
  .page__manchet {
    font-size: 22px;
  }
}
@media (min-width: 768px) {
  .page__top {
    margin-bottom: 50px;
  }
  .page__manchet {
    font-size: 24px;
  }
  .page__form {
    margin: 60px 0;
  }
  .page__related {
    margin-top: 50px;
  }
}
@media (min-width: 992px) {
  .page__manchet {
    font-size: 26px;
  }
}
.alert {
  display: block;
  padding: 10px 15px;
  text-align: center;
  color: #FFFFFF;
  background-color: #181818;
}
.alert--success {
  background-color: #458886;
}
.alert--warning {
  color: #181818;
  background-color: #FFEF9A;
}
.alert--error {
  background-color: #EB2047;
}

.button {
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  box-sizing: border-box;
  font-family: inherit;
  padding: 0;
  border-radius: 0;
  box-sizing: none;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  font-family: "RobotoCondensed-Bold", sans-serif;
  color: #FFFFFF;
  text-align: center;
  font-size: 18px;
  text-transform: uppercase;
  padding: 10px 24px;
  background-color: #007DAC;
  transition: background-color 200ms ease-in-out;
  cursor: pointer;
  overflow: hidden;
}
.button::-ms-clear {
  width: 0;
  height: 0;
}
.button:hover, .button:focus {
  background-color: #005879;
}

.footer {
  background-color: #000000;
  color: #FFFFFF;
  padding: 23px 0 40px 0;
}
.footer__container {
  position: relative;
  width: 832px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}
.footer__lists {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.footer__lists:not(:last-child) {
  margin-bottom: 70px;
}
.footer__list {
  width: 100%;
}
.footer__list__heading {
  position: relative;
  display: block;
  font-family: "RobotoCondensed-Bold", sans-serif;
  color: #5d5d5d;
  font-size: 16px;
  padding: 10px 0;
  cursor: pointer;
  border-bottom: 1px solid #5d5d5d;
  z-index: 1;
}
.footer__list__heading:before, .footer__list__heading:after {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%) rotate(0deg);
  background-color: #5d5d5d;
  transition: 200ms ease-in-out;
  z-index: 1;
}
.footer__list__heading:before {
  right: 0;
  width: 10px;
  height: 2px;
}
.footer__list__heading:after {
  right: 4px;
  height: 10px;
  width: 2px;
}
.footer__list__heading.is-expanded {
  color: #007DAC;
}
.footer__list__heading.is-expanded:before, .footer__list__heading.is-expanded:after {
  transform: translateY(-50%) rotate(-45deg);
}
.footer__list__items {
  display: none;
  padding: 15px 0;
  margin: 0;
}
.footer__list__item {
  list-style: none;
  font-size: 16px;
}
.footer__list__item:not(:last-child) {
  margin-bottom: 8px;
}
.footer__list__item a:hover {
  color: #007DAC;
  transition: 200ms ease-in-out;
}
.footer__socials:not(:last-child) {
  margin-bottom: 20px;
}
.footer__socials__list {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0;
}
.footer__socials__item {
  list-style: none;
  margin: 0 8px;
}
.footer__socials__item a {
  display: block;
  width: 36px;
  height: auto;
}
.footer__socials__item a img {
  display: block;
  max-width: 100%;
  height: auto;
}
.footer__copyright {
  font-size: 12px;
  color: #5d5d5d;
  text-align: center;
}
.footer__copyright a:hover {
  color: #007DAC;
}

@media (min-width: 576px) {
  .footer__container {
    padding: 0 20px;
  }
}
@media (min-width: 768px) {
  .footer {
    padding: 80px 0 40px 0;
  }
  .footer__lists {
    flex-wrap: nowrap;
  }
  .footer__lists:not(:last-child) {
    margin-bottom: 30px;
  }
  .footer__list {
    width: auto;
  }
  .footer__list:not(:last-child) {
    padding-right: 120px;
  }
  .footer__list__heading {
    font-size: 14px;
    cursor: unset;
    border-bottom: none;
    padding: 0 0 15px 0;
  }
  .footer__list__heading:before, .footer__list__heading:after {
    display: none;
  }
  .footer__list__items {
    display: block;
    padding: 0;
  }
  .footer__list__item {
    font-size: 14px;
  }
}
.header {
  position: relative;
  top: 0;
  z-index: 101;
  width: 100%;
}
.header__wrapper {
  position: relative;
  z-index: 9;
}
.header .close {
  display: flex;
  cursor: pointer;
  box-sizing: border-box;
}
.header .close__icon {
  display: block;
  position: relative;
  width: 26px;
  height: 26px;
}
.header .close__icon span {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-14px, -1px);
  width: 100%;
  height: 2px;
  background-color: #007DAC;
  transform-origin: center;
  -webkit-backface-visibility: hidden;
}
.header .close__icon span:nth-child(1) {
  transform: translate(-13px, -1px) rotate(-135deg);
  width: calc(100% - 2px);
}
.header .close__icon span:nth-child(2) {
  transform: translate(-13px, -1px) rotate(135deg);
  width: calc(100% - 2px);
}
.header__logo {
  display: flex;
  align-items: flex-start;
}
.header__logo img {
  width: 100px;
  height: auto;
}
.header__logo__text {
  display: none;
}
.header__logo__text:not(:first-child) {
  margin-left: 10px;
}
.header__logo__text span {
  display: block;
  width: 100%;
  white-space: nowrap;
  color: #007DAC;
}
.header__logo__text span:nth-child(1) {
  font-size: 22px;
  line-height: 1;
}
.header__logo__text span:nth-child(2) {
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.005rem;
}
.header__search-toggle {
  display: flex;
  align-items: center;
  cursor: pointer;
  margin-right: 46px;
}
.header__search-toggle:after {
  font-family: "KNR";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: middle;
  content: "";
  font-size: 18px;
}
.header__top {
  padding: 0 15px;
  background-color: #FFFFFF;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.header__top__inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 60px;
  z-index: 100;
}
.header__top__controls {
  display: flex;
  align-items: center;
}
.header__top__controls .header__search-toggle:not(:last-child) {
  margin-right: 26px;
}
.header__top__controls .header__search-toggle:after {
  font-weight: 700;
  color: #007DAC;
}
.header__top__controls .close {
  display: none;
}
.header.is-open .header__top__controls .close {
  display: block;
}
.header__top-menu {
  display: flex;
  flex-wrap: wrap;
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  transform: translateY(calc(-100% - 60px));
  width: 100%;
  max-width: 100%;
  height: calc(100vh - 60px);
  max-height: calc(100vh - 60px);
  color: #FFFFFF;
  background-color: #2f7dac;
  overflow-y: auto;
  overflow-x: hidden;
  transition: transform 200ms ease-in-out;
  overflow-scrolling: touch;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 20px;
  z-index: 100;
}
.header__top-menu.is-open {
  transform: translateY(0);
}
.header__top-menu__bar {
  display: none;
}
.header__top-menu__inner {
  width: 100%;
}
.header__top-menu__items {
  border-top: 1px solid #DDDDDD;
  padding: 0;
  margin: 0;
}
.header__top-menu__item {
  display: block;
  position: relative;
  list-style: none;
  min-width: 160px;
  z-index: 1;
}
.header__top-menu__item:before {
  position: absolute;
  content: "";
  bottom: 0;
  left: -16px;
  right: -16px;
  height: 1px;
  background-color: rgba(221, 221, 221, 0.3);
  z-index: 2;
}
.header__top-menu__heading {
  position: relative;
  display: block;
  font-family: "RobotoCondensed-Bold", sans-serif;
  font-size: 18px;
  padding: 16px;
  cursor: pointer;
  z-index: 1;
}
.header__top-menu__list {
  position: relative;
  display: none;
  padding: 20px 16px;
  margin: 0;
  z-index: 1;
}
.header__top-menu__list:before {
  position: absolute;
  content: "";
  top: 0;
  left: -16px;
  right: -16px;
  bottom: 0;
  background-color: rgba(21, 56, 77, 0.59);
  z-index: -1;
}
.header__top-menu__list-item {
  list-style: none;
  font-size: 16px;
}
.header__top-menu__list-item:not(:last-child) {
  margin-bottom: 16px;
}
.header__top-menu__list-item a:hover {
  text-decoration: underline;
}
.header__top-menu__footer {
  display: block;
  align-self: flex-end;
  margin-top: 30px;
}
.header__top-menu__links-list {
  padding: 0 16px;
  margin: 0;
}
.header__top-menu__links-list:not(:first-child) {
  margin-top: 30px;
}
.header__top-menu__links-list:not(:last-child) {
  margin-bottom: 60px;
}
.header__top-menu__links-list li {
  list-style: none;
}
.header__top-menu__links-list li:not(:last-child) {
  margin-bottom: 16px;
}
.header__top-menu__links-list li a {
  font-size: 16px;
}
.header__top-menu__links-list li a:not(:first-child) {
  margin-left: 2px;
}
.header__top-menu__links-list li a:not(:first-child):before {
  content: "/";
  margin-right: 4px;
}
.header__top-menu .header__socials {
  align-self: flex-end;
  padding: 0 16px;
  margin: 0;
}
.header__top-menu .header__socials:not(:first-child) {
  margin-top: 30px;
}
.header__top-menu .header__socials:not(:last-child) {
  margin-bottom: 30px;
}
.header__top-menu .header__socials__list {
  display: flex;
  align-items: center;
  padding: 0;
  margin: -5px -10px;
}
.header__top-menu .header__socials__item {
  list-style: none;
  margin: 5px 10px;
}
.header__top-menu .header__socials__item a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
}
.header__top-menu .header__socials__item a img {
  max-width: 100%;
  max-height: 100%;
}
.header__top-menu-open {
  box-sizing: border-box;
}
.header.is-open .header__top-menu-open {
  display: none;
}
.header__top-menu-open__icon {
  display: block;
  position: relative;
  width: 28px;
  height: 14px;
  cursor: pointer;
  z-index: 1;
}
.header__top-menu-open__icon span {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 2px;
  background-color: #007DAC;
  z-index: 1;
}
.header__top-menu-open__icon span:nth-child(1) {
  top: 0;
}
.header__top-menu-open__icon span:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
}
.header__top-menu-open__icon span:nth-child(3) {
  top: auto;
  bottom: 0;
}
.header__bottom {
  display: none;
}
.header__bottom__menu {
  padding: 20px 0;
}
.header__bottom__menu__items {
  display: flex;
  justify-content: center;
  padding: 0;
  margin: 0;
}
.header__bottom__menu__item {
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;
  border-left: 1px solid #f2f2f2;
}
.header__bottom__menu__item:last-child {
  border-right: 1px solid #f2f2f2;
}
.header__bottom__menu__item a {
  font-size: 18px;
  line-height: 1;
  color: #313131;
  font-family: "RobotoCondensed-Bold", sans-serif;
  padding: 18px 24px;
}
.header__bottom__menu__item a.is-active, .header__bottom__menu__item a:hover {
  color: #FFFFFF;
  background-color: #007DAC;
}

@media (min-width: 576px) {
  .header__top {
    padding: 0 20px;
  }
}
@media (min-width: 768px) {
  .header__top__inner {
    min-height: 104px;
    z-index: 10;
  }
  .header__top-menu {
    display: block;
    height: auto;
    max-height: 100vh;
    top: 0;
    transform: translateY(-100%);
  }
  .header__top-menu__bar {
    display: block;
    background-color: rgba(21, 56, 77, 0.59);
    padding: 0 20px;
  }
  .header__top-menu__bar__container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 74px;
    width: 1120px;
    max-width: 100%;
    margin: 0 auto;
  }
  .header__top-menu__bar .close__icon span {
    background-color: #FFFFFF;
  }
  .header__top-menu__bar__list {
    display: flex;
    align-items: center;
    padding: 0;
    margin: 0;
  }
  .header__top-menu__bar__list__item {
    list-style: none;
    font-size: 16px;
  }
  .header__top-menu__bar__list__item:not(:last-child) {
    margin-right: 35px;
  }
  .header__top-menu__bar__list__item a:hover {
    text-decoration: underline;
  }
  .header__top-menu__bar__controls {
    display: flex;
    align-items: center;
  }
  .header__top-menu__bar__controls .header__search-toggle {
    display: flex;
    align-items: center;
    cursor: pointer;
  }
  .header__top-menu__bar__controls .header__search-toggle:after {
    font-size: 21px;
  }
  .header__top-menu__bar__controls .header__search-toggle__text {
    display: inline-block;
    font-size: 16px;
    text-transform: uppercase;
    margin-right: 10px;
    line-height: 22px;
  }
  .header__top-menu__list {
    display: block;
    padding: 0;
  }
  .header__top-menu__list:before {
    display: none;
  }
  .header__top-menu__items {
    display: flex;
    justify-content: center;
    border-top: none;
    padding: 40px 60px 80px 60px;
  }
  .header__top-menu__item {
    margin: 0;
  }
  .header__top-menu__item:not(:last-child) {
    margin-right: 80px;
  }
  .header__top-menu__item::before {
    display: none;
  }
  .header__top-menu__heading {
    position: relative;
    font-size: 20px;
    cursor: unset;
    padding: 0 0 20px 0;
    margin-bottom: 20px;
    z-index: 1;
  }
  .header__top-menu__heading:before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 160px;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.5);
    z-index: 1;
  }
  .header__top-menu__footer {
    display: none;
  }
}
@media (min-width: 992px) {
  .header {
    position: relative;
    top: auto;
    width: auto;
    height: auto;
  }
  .header.is-open {
    position: relative;
    overflow: visible;
  }
  .header.is-open .header__wrapper {
    background: transparent;
  }
  .header.is-open .header__top {
    background: transparent;
  }
  .header__wrapper {
    display: flex;
    flex-direction: column;
  }
  .header__container {
    position: relative;
    width: 1120px;
    max-width: 100%;
    margin: 0 auto;
  }
  .header__logo {
    margin-top: 4px;
  }
  .header__logo__text {
    display: block;
    margin-top: 2px;
  }
  .header__search-toggle {
    display: none;
  }
  .header__top {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  .header__top__controls .close,
  .header__top__controls .header.is-open .close {
    display: none;
  }
  .header__bottom {
    display: block;
    background-color: #FFFFFF;
    padding: 0 20px;
    border-top: 1px solid #E5E5E5;
    border-bottom: 1px solid #E5E5E5;
  }
  .header__bottom__menu {
    display: flex;
    justify-content: center;
    background: transparent;
    padding: 0;
  }
}
@media (min-width: 1200px) {
  .header__top-menu__items {
    padding: 40px 170px 100px 170px;
  }
}
.heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  font-family: "RobotoCondensed-Bold", sans-serif;
  line-height: 1.2;
}
.heading.heading--capitalized {
  text-transform: uppercase;
  font-family: "RobotoCondensed-Regular", sans-serif;
}
.heading:not(:last-child) {
  margin-bottom: 20px;
}
.theme--dark .heading, .heading.is-highlighted {
  color: #FFFFFF;
}
.heading--center {
  text-align: center;
}
.heading--1 {
  font-size: 36px;
}
.theme-page__heading .heading--1 {
  font-size: 24px;
}
.heading--2 {
  font-size: 26px;
}
.heading--3 {
  font-size: 24px;
}
.heading--4 {
  font-size: 18px;
}
.heading .trumpet {
  color: #007DAC;
}
.article-breaking .heading .trumpet {
  color: #EB2047;
}
.layout__segment--dark .heading .trumpet {
  color: #FFFFFF;
  font-family: "RobotoCondensed-Bold", sans-serif;
}
.heading__stats {
  width: 100%;
  margin-top: 10px;
}
.heading__controls {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 20px;
}
.heading__controls a:not(:first-child) {
  margin-left: 16px;
}
.heading__link {
  position: relative;
  display: inline-block;
  font-family: "RobotoCondensed-Bold", sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  color: #fff;
  padding-right: 15px;
  z-index: 1;
}
.heading__link:before, .heading__link:after {
  position: absolute;
  content: "";
  top: 50%;
  right: 0;
  width: 9px;
  height: 2px;
  background-color: #fff;
  z-index: 1;
}
.heading__link:before {
  transform: translateY(-3px) rotate(45deg);
}
.heading__link:after {
  transform: translateY(3px) rotate(-45deg);
}
.heading__link:hover {
  text-decoration: underline;
}
.heading .button {
  height: 26px;
  font-size: 14px;
  color: #313131;
  border: 1px solid #313131;
  background-color: transparent;
}
.layout__segment--dark .heading .button {
  color: #FFFFFF;
  border: 1px solid #FFFFFF;
}
.layout__segment--dark .heading .button:hover {
  color: #313131;
  background-color: #FFFFFF;
}

@media (min-width: 576px) {
  .heading--1, .theme-page__heading .heading--1 {
    font-size: 44px;
  }
  .heading--3 {
    font-size: 28px;
  }
  .heading__stats, .heading__controls {
    width: auto;
    margin-top: 0;
    margin-left: 20px;
  }
}
@media (min-width: 768px) {
  .heading--1, .theme-page__heading .heading--1 {
    font-size: 50px;
  }
  .heading--2 {
    font-size: 36px;
  }
  .heading--3 {
    font-size: 30px;
  }
  .heading--4 {
    font-size: 20px;
  }
  .heading.has-border {
    padding-bottom: 20px;
    border-bottom: 1px solid #b2b2b2;
  }
}
@media (min-width: 992px) {
  .heading--1, .theme-page__heading .heading--1 {
    font-size: 54px;
  }
  .page__heading .heading--1, .page__heading .theme-page__heading .heading--1 {
    font-size: 60px;
  }
  .heading--2 {
    font-size: 40px;
  }
  .heading--3 {
    font-size: 30px;
  }
  .heading--4 {
    font-size: 24px;
  }
}
.text__body p {
  margin: 20px 0;
}
.text__body p:first-child {
  margin-top: 0;
}
.text__body p:last-child {
  margin-bottom: 0;
}
.text__body p a {
  color: #007DAC;
  text-decoration: underline;
}
.text__body > h2, .text__body h3, .text__body h4, .text__body h5, .text__body h6 {
  font-family: "RobotoCondensed-Bold", sans-serif;
  margin-top: 20px;
}
.text__body > h2 a, .text__body h3 a, .text__body h4 a, .text__body h5 a, .text__body h6 a {
  cursor: pointer;
  text-decoration: underline;
}
.text__body > h2 a:hover, .text__body h3 a:hover, .text__body h4 a:hover, .text__body h5 a:hover, .text__body h6 a:hover {
  text-decoration: none;
}
.text__body > h2 {
  font-size: 22px;
  margin-bottom: 10px;
}
.text__body > h3 {
  font-size: 20px;
  margin-bottom: 5px;
}
.text__body > h4 {
  font-size: 18px;
  margin-bottom: 5px;
}
.text__body > h5 {
  font-size: 16px;
  margin-bottom: 5px;
}
.text__body > h6 {
  font-size: 16px;
  margin-bottom: 5px;
}
.text__body > ul {
  list-style: disc;
  margin: 0 0 1em 1.5em;
  font-size: 12px;
  line-height: 16px;
}
.text__body > ol {
  list-style: decimal;
  margin: 0 0 1em 1.5em;
  font-size: 12px;
  line-height: 16px;
}
.text__body > ol li > ol,
.text__body > ol li > ul,
.text__body > ul li > ul,
.text__body > ul li > ol {
  margin-bottom: 5px;
  padding: 0 10px;
}
.text__body img {
  display: block;
  max-width: 100%;
}
.text__body blockquote {
  position: relative;
  font-family: "RobotoCondensed-Bold", sans-serif;
  font-size: 30px;
  line-height: 1.2;
  padding: 5px 0;
  padding-left: 20px;
  padding-top: 40px;
  border-left: 4px solid #007DAC;
  margin: 20px 0;
  z-index: 1;
}
.text__body blockquote:before {
  position: absolute;
  content: "“";
  top: -10px;
  left: 20px;
  font-size: 100px;
  line-height: 1;
  font-family: "RobotoCondensed-Bold", sans-serif;
  color: #007DAC;
  z-index: 1;
}
.text__body .knr-text__box {
  width: 100%;
  background: #FFFFFF;
  padding: 10px;
  font-size: 16px;
  border-top: 6px solid #007DAC;
  margin: 5px 0 10px 0;
}
.text__body .knr-text__box img:not(:last-child) {
  margin-bottom: 10px;
}
.text__body .knr-text__box .figure {
  max-width: 100% !important;
  margin: 0 !important;
}
.text__body .knr-text__reference {
  display: inline;
  font-family: "RobotoCondensed-Bold", sans-serif;
  font-size: 14px;
  padding: 15px 0;
  margin: 40px 0;
}
.text__body .knr-text__reference a {
  color: #007DAC;
  font-family: "RobotoCondensed-Regular", sans-serif;
  text-decoration: none;
}
.text__body .knr-text__reference a:hover {
  text-decoration: underline;
}
.text__body iframe {
  width: 100%;
}
.text--center {
  text-align: center;
}
.text table {
  width: 100%;
}
.text table:not(:first-child) {
  margin-top: 10px;
}
.text table:not(:last-child) {
  margin-bottom: 10px;
}
.text table td {
  font-size: 14px;
  border: 1px solid #e7e7e7;
  background-color: #f8f8f8;
  padding: 2px 4px;
  text-align: center;
}

@media (min-width: 768px) {
  .text__body > h2 {
    font-size: 36px;
    margin-bottom: 15px;
  }
  .text__body > h3 {
    font-size: 30px;
    margin-bottom: 10px;
  }
  .text__body > h4 {
    font-size: 22px;
    margin-bottom: 10px;
  }
  .text__body > h5 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .text__body > h6 {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .text__body blockquote {
    font-size: 34px;
  }
  .text__body .knr-text__box {
    width: 50%;
    float: right;
    margin-left: 10px;
  }
  .text__body .knr-text__reference {
    font-size: 16px;
    padding: 20px 0;
  }
  .text table td {
    font-size: 16px;
    padding: 5px;
    text-align: left;
  }
}
@media (min-width: 992px) {
  .text {
    margin-top: 15px;
  }
  .text__body > ul,
  .text__body > ol {
    font-size: 18px;
  }
  .text__body > h2, .text__body h3, .text__body h4, .text__body h5, .text__body h6 {
    margin-top: 30px;
  }
  .text__body > h2 {
    font-size: 42px;
  }
  .text__body > h3 {
    font-size: 36px;
  }
  .text__body > h4 {
    font-size: 24px;
  }
  .text__body > h5 {
    font-size: 20px;
  }
}
.picture {
  display: flex;
  flex-wrap: wrap;
}
.picture.picture--data-overlay {
  position: relative;
  z-index: 1;
}
.picture img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.picture__text {
  width: 100%;
  font-size: 12px;
  font-style: italic;
  text-align: left;
  margin: 16px 0;
  pointer-events: none;
}
.picture--data-overlay .picture__text {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  font-size: 16px;
  background-color: rgba(0, 0, 0, 0.56);
  padding: 8px;
  margin: 0;
  z-index: 1;
}
.picture__text a {
  text-decoration: underline;
  pointer-events: auto;
}
.picture__text span {
  display: block;
}
.picture__text span:not(:last-child) {
  margin-bottom: 2px;
}
.picture__text span.picture__date {
  font-size: 14px;
  font-family: "RobotoCondensed-Bold", sans-serif;
  color: #5DD3FF;
  margin-bottom: 6px;
}

@media (min-width: 768px) {
  .picture__text {
    font-size: 14px;
    font-style: normal;
  }
  .picture--data-overlay .picture__text {
    opacity: 0;
  }
  .picture--data-overlay:hover .picture__text {
    opacity: 1;
  }
}
.card {
  position: relative;
  display: block;
  background-color: #FFFFFF;
  z-index: 1;
}
.card:hover .card__title {
  text-decoration: underline;
}
.card.unit:not(:last-child) {
  margin-bottom: 20px;
}
.card.card--breaking {
  background-color: #FFEF9A;
}
.card.card--focused {
  background-color: #D1D8E2;
}
.card__inner {
  display: flex;
  flex-direction: column;
}
.grid__items:not(.js-slider__items) .grid__item--3 .card__inner {
  flex-direction: unset;
}
.card__picture {
  position: relative;
  display: flex;
  z-index: 1;
}
.grid__items:not(.js-slider__items) .grid__item--3 .card__picture {
  width: 105px;
  height: 105px;
  overflow: hidden;
}
.grid__items:not(.js-slider__items) .grid__item--3 .card__picture img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
  width: auto;
  max-width: unset;
}
.card__picture--video:before, .card__picture--audio:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  pointer-events: none;
  transition: all .2s ease;
  z-index: 1;
}
.grid__item--3 .card__picture--video:before, .grid__item--3 .card__picture--audio:before {
  width: 40px;
  height: 40px;
}
.card__picture--video:before {
  background-image: url("../../gfx/icons/play.svg");
}
.card__picture--audio:before {
  background-image: url("../../gfx/icons/audio-light.svg");
}
.card:hover .card__picture--audio:before, .card:hover .card__picture--video:before {
  transform: translate(-50%, -50%) scale(1.1);
}
.card__body {
  color: #313131;
  padding: 15px 16px;
}
.is-highlighted .card__body {
  color: #FFFFFF;
}
.card__label {
  position: relative;
  display: inline-block;
  font-family: "RobotoCondensed-Bold", sans-serif;
  color: #007DAC;
  font-size: 14px;
  margin-bottom: 4px;
  z-index: 1;
}
.card--breaking .card__label {
  color: #EB2047;
  text-transform: uppercase;
}
.card--focused .card__label {
  color: #313131;
  text-transform: uppercase;
}
.is-highlighted .card__label {
  color: #FFFFFF;
  font-family: "RobotoCondensed-Regular", sans-serif;
}
.card__label--video, .card__label--audio {
  padding-left: 24px;
}
.card__label--video:before, .card__label--audio:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  pointer-events: none;
  transition: all .2s ease;
  z-index: 1;
}
.card__label--video:before {
  background-image: url("../../gfx/icons/play.svg");
}
.card__label--audio:before {
  background-image: url("../../gfx/icons/audio-light.svg");
}
.card__trumpet {
  color: #007DAC;
}
.card--breaking .card__trumpet {
  color: #EB2047;
}
.card--focused .card__trumpet {
  color: #313131;
}
.is-highlighted .card__trumpet {
  color: #FFFFFF;
}
.card__title {
  font-family: "RobotoCondensed-Bold", sans-serif;
  font-size: 24px;
  line-height: 1.14;
}
.grid__item--3 .card__title {
  font-family: "RobotoCondensed-Bold", sans-serif;
  font-size: 18px;
  line-height: 1.2;
}
.card__manchet {
  font-size: 14px;
  margin-top: 5px;
}
.card--huge .card__manchet {
  font-size: 16px;
  margin-top: 10px;
}
.card__overlay {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
}

@media (min-width: 768px) {
  .card--beside .card__inner {
    display: flex;
    word-break: break-word;
    align-items: flex-start;
    flex-direction: row;
  }
  .grid__items:not(.js-slider__items) .grid__item--3 .card__inner {
    flex-direction: column;
  }
  .card--beside .card__head {
    display: flex;
    flex: 0 0 calc(50% - 8px);
    background-color: #E5E5E5;
  }
  .card--beside-irregular .card__head {
    flex: 0 0 59%;
  }
  .grid__items:not(.js-slider__items) .grid__item--3 .card__picture {
    width: 100%;
    height: auto;
  }
  .grid__items:not(.js-slider__items) .grid__item--3 .card__picture img {
    position: relative;
    top: auto;
    left: auto;
    transform: translate(0, 0);
    height: auto;
    width: 100%;
    max-width: 100%;
  }
  .grid__item--3 .card--video .card__picture:before, .grid__item--3 .card--audio .card__picture:before {
    width: 60px;
    height: 60px;
  }
  .card--beside .card__body {
    padding: 24px 16px;
  }
  .card__title {
    font-size: 54px;
  }
  .card--beside .card__title {
    font-size: 34px;
  }
  .card--beside:not(.card--beside-irregular) .card__title--small {
    font-size: 24px;
  }
  .card--beside-irregular .card__title--small {
    font-size: 24px;
  }
  .split--6-6 .card__title, .grid__item--2 .card__title {
    font-size: 34px;
  }
  .grid__item--3 .card__title {
    font-size: 24px;
  }
}
@media (min-width: 992px) {
  .card--beside:not(.card--beside-irregular) .card__title--small {
    font-size: 30px;
  }
  .card--beside-irregular .card__title--small {
    font-size: 28px;
  }
}
.overview-program .form-type-select {
  position: relative;
  display: inline-block;
  width: 100%;
  z-index: 1;
}
.overview-program .form-type-select::before, .overview-program .form-type-select::after {
  position: absolute;
  content: "";
  top: 18px;
  width: 10px;
  height: 2px;
  background-color: #007DAC;
  pointer-events: none;
  z-index: 1;
}
.overview-program .form-type-select::before {
  right: 12px;
  transform: rotate(-45deg);
}
.overview-program .form-type-select::after {
  right: 18px;
  transform: rotate(45deg);
}
.overview-program .form-type-select select {
  height: 38px;
  font-size: 14px;
  width: 100%;
  min-width: 250px;
  color: #313131;
  padding: 0 30px 0 16px;
  appearance: none;
  border: none;
  border-radius: 5px;
}
.overview-program__output {
  margin-top: 25px;
}
.overview-program__list {
  padding: 0;
  margin: 0;
}
.overview-program__list:not(:last-child) {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(178, 178, 178, 0.33);
}
.overview-program__list__item {
  display: flex;
  flex-wrap: wrap;
}
.overview-program__list__item:not(:last-child) {
  margin-bottom: 5px;
}
.overview-program__time {
  width: 50px;
  color: #5DD3FF;
  font-family: "RobotoCondensed-Bold", sans-serif;
  font-size: 16px;
}
.overview-program__text {
  font-size: 16px;
  padding-left: 25px;
}
.overview-program__text.has-sublist {
  position: relative;
  z-index: 1;
  cursor: pointer;
}
.overview-program__text.has-sublist:before, .overview-program__text.has-sublist:after {
  position: absolute;
  content: "";
  left: 0;
  width: 10px;
  height: 2px;
  background-color: #5DD3FF;
  transition: all .2s ease;
  opacity: 1;
  z-index: 1;
}
.overview-program__text.has-sublist:before {
  top: 10px;
}
.overview-program__text.has-sublist:after {
  top: 10px;
  transform: rotate(90deg);
}
.overview-program__text.has-sublist.is-opened:after {
  opacity: 0;
}
.overview-program__sublist {
  display: none;
  list-style: none;
  width: 100%;
  padding: 15px 0 15px 0;
}
.overview-program__sublist__item:not(:last-child) {
  margin-bottom: 5px;
}

@media (min-width: 576px) {
  .overview-program .form-type-select {
    width: auto;
  }
  .overview-program__time {
    width: 80px;
  }
  .overview-program__sublist {
    padding: 15px 0 15px 105px;
  }
}
.compact-teaser {
  position: relative;
  display: block;
  z-index: 1;
}
.compact-teaser:hover .compact-teaser__title {
  text-decoration: underline;
}
.compact-teaser__inner {
  display: flex;
  flex-direction: column;
}
.compact-teaser__head:not(:last-child) {
  margin-bottom: 10px;
}
.compact-teaser__picture {
  position: relative;
  z-index: 1;
}
.compact-teaser--video .compact-teaser__picture:before, .compact-teaser--audio .compact-teaser__picture:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  pointer-events: none;
  transition: all .2s ease;
  z-index: 1;
}
.compact-teaser--video .compact-teaser__picture:before {
  background-image: url("../../gfx/icons/play.svg");
}
.compact-teaser--audio .compact-teaser__picture:before {
  background-image: url("../../gfx/icons/audio-light.svg");
}
.compact-teaser:hover .compact-teaser__picture:before {
  transform: translate(-50%, -50%) scale(1.1);
}
.compact-teaser__title {
  display: block;
  font-size: 16px;
  color: #007DAC;
  line-height: 1.2;
}
.compact-teaser__overlay {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
}

@media (min-width: 768px) {
  .compact-teaser--video .compact-teaser__picture:before, .compact-teaser--audio .compact-teaser__picture:before {
    width: 24px;
    height: 24px;
  }
  .compact-teaser__title {
    font-size: 14px;
  }
}
.poster {
  position: relative;
  z-index: 1;
}
.poster__picture {
  position: relative;
  display: flex;
  min-height: 195px;
  align-items: center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 40px;
  z-index: 1;
}
.poster__picture:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 50%;
  bottom: 0;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.4), transparent);
  z-index: -1;
}
.poster__title {
  text-align: center;
  width: 100%;
  font-size: 40px;
  font-family: "RobotoCondensed-Bold", sans-serif;
}
.poster__text {
  position: relative;
  text-align: center;
  color: #FFFFFF;
  font-size: 16px;
  background-color: #362C36;
  padding: 14px 40px;
  z-index: 2;
}

@media (min-width: 768px) {
  .poster__title {
    text-align: left;
  }
}
.posts-list.unit:not(:last-child) {
  margin-bottom: 40px;
}
.posts-list__title {
  display: block;
  font-size: 14px;
  text-transform: uppercase;
  font-family: "RobotoCondensed-Bold", sans-serif;
  margin-bottom: 5px;
}
.posts-list__items {
  padding: 0 16px;
  margin: 0;
  background-color: #FFFFFF;
  border-top: 4px solid #007DAC;
}
.posts-list__item {
  font-size: 14px;
  list-style: none;
  padding: 16px 0;
}
.posts-list__item:not(:last-child) {
  border-bottom: 1px solid #E7E7E7;
}
.posts-list__item__label {
  display: block;
  color: #007DAC;
  font-family: "RobotoCondensed-Bold", sans-serif;
  margin-bottom: 2px;
}
.posts-list__item a:hover {
  text-decoration: underline;
}

.publish {
  display: block;
  font-size: 12px;
  border-top: 1px solid #B2B2B2;
  border-bottom: 1px solid #B2B2B2;
  overflow: hidden;
}
.publish__stats {
  padding: 16px 0;
  border-bottom: 1px solid #B2B2B2;
}
.publish__author {
  font-family: "RobotoCondensed-Bold", sans-serif;
  text-transform: uppercase;
}
.publish__author:hover {
  text-decoration: underline;
}
.publish__media {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 0;
}
.publish__controls {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  margin-left: 20px;
  z-index: 1;
}
.publish__controls__item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  margin-left: 20px;
  cursor: pointer;
}
.publish__controls__item.publish__controls__socials {
  width: 24px;
  height: 24px;
}
.publish__controls__item img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

@media (min-width: 768px) {
  .publish {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    padding: 20px 0;
  }
  .publish__stats {
    max-width: 50%;
    padding: 0;
    border-bottom: none;
  }
  .publish__media {
    justify-content: flex-end;
    padding: 0;
    margin-left: 20px;
  }
  .publish__controls:before {
    position: absolute;
    content: "";
    top: -20px;
    bottom: -20px;
    left: 0;
    width: 1px;
    background-color: #B2B2B2;
    z-index: 1;
  }
}
.links-swiper {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  min-height: 40px;
  font-size: 16px;
  text-transform: uppercase;
  font-family: "RobotoCondensed-Bold", sans-serif;
  color: #FFFFFF;
  background-color: #007DAC;
  overflow: hidden;
  z-index: 10;
}
.links-swiper.is-active {
  overflow: unset;
}
.links-swiper__title {
  position: relative;
  text-align: center;
  width: 100%;
  padding: 10px 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  z-index: 1;
}
.links-swiper__title:before, .links-swiper__title:after {
  position: absolute;
  content: "";
  top: 50%;
  width: 7px;
  height: 2px;
  background-color: #FFFFFF;
  pointer-events: none;
  z-index: 1;
}
.links-swiper__title:before {
  right: 35px;
  transform: translateY(-50%) rotate(35deg);
}
.links-swiper.is-active .links-swiper__title:before {
  transform: translateY(-50%) rotate(-35deg);
}
.links-swiper__title:after {
  right: 30px;
  transform: translateY(-50%) rotate(-35deg);
}
.links-swiper.is-active .links-swiper__title:after {
  transform: translateY(-50%) rotate(35deg);
}
.links-swiper__select {
  position: relative;
  width: 100%;
  text-align: center;
  z-index: 1;
}
.links-swiper__list {
  display: none;
}
.links-swiper__items {
  text-align: center;
  background-color: #007DAC;
  padding: 15px 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  z-index: -1;
}
.links-swiper__items li {
  list-style: none;
}
.links-swiper__items li:not(:last-child) {
  margin-bottom: 10px;
}
.links-swiper .slider__arrow {
  display: none;
}

@media (min-width: 768px) {
  .links-swiper {
    display: flex;
    flex-wrap: nowrap;
  }
  .links-swiper__title {
    flex-shrink: 0;
    width: auto;
    border-bottom: none;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
  }
  .links-swiper__title::before, .links-swiper__title::after {
    display: none;
  }
  .links-swiper__select {
    position: relative;
    width: auto;
    flex-grow: 1;
    padding: 0 40px;
    overflow: hidden;
    z-index: 1;
  }
  .links-swiper__list {
    display: block;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
  }
  .links-swiper__items {
    display: flex;
    padding: 15px 0;
  }
  .links-swiper__items li {
    white-space: nowrap;
    margin: 0;
  }
  .links-swiper__items li:not(:first-child) {
    margin-left: 20px;
  }
  .links-swiper__items li:not(:last-child) {
    margin-right: 20px;
    margin-bottom: 0;
  }
  .links-swiper .slider__arrow {
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 12px;
    height: 32px;
    cursor: pointer;
    z-index: 100;
  }
  .links-swiper .slider__arrow.swiper-button-disabled {
    display: none;
  }
  .links-swiper .slider__arrow:before, .links-swiper .slider__arrow:after {
    position: absolute;
    content: "";
    width: 10px;
    height: 2px;
    background-color: #FFFFFF;
    z-index: 1;
  }
  .links-swiper .slider__arrow--previous {
    left: 10px;
  }
  .links-swiper .slider__arrow--previous:before {
    top: 12px;
    right: 0;
    transform: rotate(-45deg);
  }
  .links-swiper .slider__arrow--previous:after {
    bottom: 12px;
    right: 0;
    transform: rotate(45deg);
  }
  .links-swiper .slider__arrow--next {
    right: 10px;
  }
  .links-swiper .slider__arrow--next:before {
    top: 12px;
    left: 0;
    transform: rotate(45deg);
  }
  .links-swiper .slider__arrow--next:after {
    bottom: 12px;
    left: 0;
    transform: rotate(-45deg);
  }
}
.links-list.is-highlighted {
  color: #FFFFFF;
}
.links-list__title {
  display: block;
  font-size: 14px;
  font-family: "RobotoCondensed-Bold", sans-serif;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.links-list ul {
  padding: 0;
}
.links-list ul li {
  position: relative;
  display: block;
  list-style: none;
  font-size: 18px;
  font-family: "RobotoCondensed-Bold", sans-serif;
  padding-left: 14px;
  z-index: 1;
}
.links-list ul li:not(:last-child) {
  margin-bottom: 12px;
}
.links-list ul li::before, .links-list ul li::after {
  position: absolute;
  content: "";
  top: 14px;
  left: 0;
  width: 7px;
  height: 2px;
  background-color: #FFFFFF;
  z-index: 1;
}
.links-list ul li::before {
  transform: translateY(-2px) rotate(45deg);
}
.links-list ul li::after {
  transform: translateY(2px) rotate(-45deg);
}
.links-list ul li a:hover {
  text-decoration: underline;
}

@media (min-width: 768px) {
  .links-list ul li {
    font-size: 20px;
  }
  .links-list ul li::before, .links-list ul li::after {
    top: 12px;
  }
}
.list__item:not(:first-child) {
  padding-top: 15px;
  margin-top: 15px;
}

.text-box {
  width: 100%;
  min-height: 100px;
  padding: 30px 20px;
  color: #313131;
  background-color: #FFFFFF;
  margin: 30px 0;
}
.text-box.text-box--collapsed {
  padding-bottom: 0;
}
.text-box__title {
  font-size: 16px;
  text-transform: uppercase;
  color: #007DAC;
  font-family: "RobotoCondensed-Bold", sans-serif;
  margin-bottom: 15px;
}
.text-box__body {
  font-size: 16px;
}
.text-box--collapsed .text-box__body {
  max-height: 70px;
  overflow: hidden;
}
.text-box--collapsed.is-expanded .text-box__body {
  max-height: unset;
}
.text-box__body ul {
  padding: 0;
  margin: 0;
}
.text-box__body ul li {
  position: relative;
  display: block;
  list-style: none;
  line-height: 1.4;
  padding-left: 15px;
  z-index: 1;
}
.text-box__body ul li:not(:last-child) {
  margin-bottom: 20px;
}
.text-box__body ul li:before {
  position: absolute;
  content: "";
  top: 8px;
  left: 0;
  width: 8px;
  height: 8px;
  background-color: #007DAC;
  border-radius: 50%;
  z-index: 1;
}
.text-box__footer {
  position: relative;
  display: block;
  padding: 20px 0;
  margin-top: 30px;
}
.text-box__footer:after {
  position: absolute;
  content: "";
  top: 0;
  left: -20px;
  right: -20px;
  width: calc(100% + 40px);
  height: 1px;
  background-color: #b2b2b2;
  z-index: 1;
}
.text-box__toggle {
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  font-size: 14px;
  font-family: "RobotoCondensed-Bold", sans-serif;
  color: #007DAC;
  padding-left: 20px;
  cursor: pointer;
  z-index: 1;
}
.text-box__toggle:before, .text-box__toggle:after {
  position: absolute;
  content: "";
  top: 10px;
  width: 8px;
  height: 2px;
  background-color: #007DAC;
  z-index: 1;
}
.text-box__toggle:before {
  left: 0;
  transform: rotate(45deg);
}
.text-box--collapsed.is-expanded .text-box__toggle:before {
  transform: rotate(-45deg);
}
.text-box__toggle:after {
  left: 4px;
  transform: rotate(-45deg);
}
.text-box--collapsed.is-expanded .text-box__toggle:after {
  transform: rotate(45deg);
}

@media (min-width: 768px) {
  .text-box {
    padding: 40px 30px;
    margin: 48px 0;
  }
  .text-box__title {
    margin-bottom: 34px;
  }
  .text-box__body ul li {
    padding-left: 25px;
  }
  .text-box__footer:after {
    left: -30px;
    right: auto;
    width: calc(100% + 30px);
  }
  .text-box__toggle {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  .text-box {
    padding: 50px;
  }
  .text-box__body {
    width: 570px;
  }
  .text-box__footer:after {
    left: -50px;
    width: 620px;
  }
}
.beside {
  position: relative;
  display: block;
  padding: 24px 0;
  border-bottom: 1px solid #e7e7e7;
  z-index: 1;
}
.beside:hover .beside__title {
  text-decoration: underline;
}
.beside.unit:not(:last-child) {
  margin-bottom: 20px;
}
.beside__inner {
  position: relative;
  display: block;
  z-index: 1;
}
.beside__picture {
  position: relative;
  display: flex;
  flex: 0 0 270px;
  background-color: #E5E5E5;
  margin-bottom: 20px;
  z-index: 1;
}
.beside__picture:last-child {
  margin-bottom: 0;
}
.beside__picture--video:before, .beside__picture--audio:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  pointer-events: none;
  transition: all .2s ease;
  z-index: 1;
}
.beside__picture--video:before {
  background-image: url("../../gfx/icons/play.svg");
}
.beside__picture--audio:before {
  background-image: url("../../gfx/icons/audio-light.svg");
}
.beside:hover .beside__picture--audio:before, .beside:hover .beside__picture--video:before {
  transform: translate(-50%, -50%) scale(1.1);
}
.beside__body {
  flex-grow: 1;
}
.beside__data {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  font-size: 14px;
  font-family: "RobotoCondensed-Bold", sans-serif;
  width: calc(100% + 30px);
  max-width: calc(100% + 30px);
  margin: 0 -15px 19px -15px;
}
body.theme--dark .beside__data {
  color: #007DAC;
}
.beside__meta {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 15px;
  z-index: 1;
}
.beside__meta--video, .beside__meta--audio {
  padding-left: 24px;
}
.beside__meta--video:before, .beside__meta--audio:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  pointer-events: none;
  transition: all .2s ease;
  z-index: 1;
}
.beside__meta--video:before {
  background-image: url("../../gfx/icons/play.svg");
}
.beside__meta--audio:before {
  background-image: url("../../gfx/icons/audio-light.svg");
}
.beside__meta span {
  position: relative;
  display: inline-block;
  z-index: 1;
}
.beside__meta span:not(:first-child):before {
  content: "|";
  margin-left: 6px;
  margin-right: 4px;
}
.beside__label {
  position: relative;
  margin: 0 15px;
  z-index: 1;
}
.beside__label--video, .beside__label--audio {
  padding-left: 24px;
}
.beside__label--video:before, .beside__label--audio:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  pointer-events: none;
  transition: all .2s ease;
  z-index: 1;
}
.beside__label--video:before {
  background-image: url("../../gfx/icons/play.svg");
}
.beside__label--audio:before {
  background-image: url("../../gfx/icons/audio-light.svg");
}
.beside__trumpet {
  color: #007DAC;
}
.beside__title {
  font-family: "RobotoCondensed-Bold", sans-serif;
  width: 100%;
  font-size: 24px;
  line-height: 1.14;
}
.beside__text {
  font-size: 16px;
  margin-top: 15px;
}
.beside__overlay {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
}

@media (min-width: 768px) {
  .beside__inner {
    display: flex;
    word-break: break-word;
    align-items: flex-start;
  }
  .beside__picture {
    margin-bottom: 0;
  }
  .beside__body {
    padding: 0 16px;
  }
  .beside__title {
    font-size: 24px;
  }
}
.paywall {
  background: #007DAC;
  color: #FFFFFF;
  text-align: center;
  padding: 35px 20px;
  border-bottom: 10px solid #08105B;
}
.theme--1 .paywall {
  background-color: #d8c3a4;
  border-bottom-color: #d0b792;
  color: #eae8dc;
}
.theme--1 .paywall .button {
  background-color: #e85a50;
}
.theme--2 .paywall {
  background-color: #44318d;
  border-bottom-color: #3b2a7a;
  color: #a4b3b6;
}
.theme--2 .paywall .button {
  background-color: #d93f87;
}
.theme--3 .paywall {
  background-color: #5d001d;
  border-bottom-color: #440015;
  color: #e3e2de;
}
.theme--3 .paywall .button {
  background-color: #e3afbc;
}
.paywall__prefix {
  font-family: "Merriweather-Regular", serif;
  font-size: 12px;
  line-height: 14px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.paywall__title {
  font-family: "Merriweather-Bold", serif;
  font-size: 26px;
  line-height: 32px;
  margin-bottom: 10px;
}
.paywall__text {
  font-family: "Merriweather-Regular", serif;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 10px;
}
.paywall .web-form {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.paywall .web-form .g-recaptcha > div {
  margin: auto;
}
.paywall__form {
  margin-bottom: 30px;
}
.paywall__form .form-item-mail {
  position: relative;
  max-width: 240px;
  margin-left: auto;
  margin-right: auto;
}
.paywall__form .form-item-mail label {
  left: 0;
}
.paywall__form .form-email {
  background: transparent;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
  color: #FFFFFF;
  outline: 0;
  padding-right: 30px;
  padding-left: 0;
}
.paywall__foot {
  font-family: "Merriweather-Regular", serif;
  font-size: 14px;
  line-height: 18px;
}
.paywall__foot a {
  color: #00384D;
}
.theme--1 .paywall__foot a {
  color: #d8c3a4;
}
.theme--2 .paywall__foot a {
  color: #d93f87;
}
.theme--3 .paywall__foot a {
  color: #e3afbc;
}
.paywall__foot a:hover {
  text-decoration: underline;
}

@media (min-width: 768px) {
  .paywall {
    padding: 55px 30px;
  }
  .paywall__prefix {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 15px;
  }
  .paywall__title {
    font-size: 48px;
    line-height: 58px;
    margin-bottom: 15px;
  }
  .paywall__text {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 30px;
  }
  .paywall__form {
    margin-bottom: 50px;
  }
  .paywall__form .form-item-mail {
    max-width: 360px;
  }
  .paywall__foot {
    font-size: 16px;
    line-height: 19px;
  }
}
.sharing {
  text-align: center;
}
.sharing__link {
  display: inline-block;
  margin: 10px 3px 0;
}
.sharing__icon {
  font-size: 16px;
  height: 32px;
  width: 32px;
  line-height: 30px;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  color: #FFFFFF;
  text-align: center;
}
.sharing__icon--facebook {
  background-color: #3B579D;
}
.sharing__icon--facebook:before {
  font-family: "KNR";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: middle;
  content: "";
}
.sharing__icon--twitter {
  background-color: #1EA1F1;
}
.sharing__icon--twitter:before {
  font-family: "KNR";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: middle;
  content: "";
}
.sharing__icon--linkedin {
  background-color: #0077B5;
}
.sharing__icon--linkedin:before {
  font-family: "KNR";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: middle;
  content: "";
}
.sharing__icon--mail {
  background-color: #181818;
}
.sharing__icon--mail:before {
  font-family: "KNR";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: middle;
  content: "";
}

@media (min-width: 768px) {
  .sharing__icon {
    font-size: 14px;
    height: 28px;
    width: 28px;
    line-height: 24px;
  }
  .sharing__link {
    margin-top: 0px;
  }
}
.figure {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  text-align: left;
  margin: 20px 0;
  overflow: hidden;
}
.figure:first-child {
  margin-top: 0;
}
.figure:last-child {
  margin-bottom: 0;
}
.figure.figure--center {
  justify-content: center;
}
.figure.figure--right {
  justify-content: flex-end;
}
.figure__item {
  max-width: 100%;
}
.figure__item:not(:last-child) {
  margin-bottom: 20px;
}
.figure__item:not(:only-child) {
  width: 100%;
}
.figure--float .figure__item:only-child {
  width: 774px;
}
.figure--float.figure--vertical .figure__item:only-child {
  width: 554px;
}
.figure__image {
  display: block;
  max-width: 100%;
  height: 100%;
  margin: 0 auto;
}

@media (min-width: 992px) {
  .figure {
    margin: 30px 0;
  }
  .article .page__text .figure {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    width: 934px;
    max-width: 934px;
    margin: 48px 0;
    z-index: 1;
  }
  .figure.figure--reversed {
    flex-direction: row-reverse;
  }
  .figure__item {
    margin: 0;
  }
  .figure__item:not(:only-child) {
    width: 459px;
    max-width: 49%;
  }
}
@media (min-width: 1200px) {
  .article .page__text .figure.figure--float {
    width: 1100px;
    max-width: 1100px;
  }
}
.author {
  position: relative;
  overflow: hidden;
  padding-top: 15px;
  padding-bottom: 15px;
  border-top: 1px solid #D8D8D8;
  border-bottom: 1px solid #D8D8D8;
  font-size: 10px;
  line-height: 13px;
  letter-spacing: 0.36px;
  font-family: "Oswald-Regular", serif;
}
.article .author {
  font-size: 10px;
  line-height: 13px;
  letter-spacing: 0.36px;
}
.author__title {
  font-family: "Oswald-Bold", serif;
}
.author__name {
  color: #1119A3;
  display: inline-block;
}
.author__name:not(:last-child):after {
  content: ',';
  margin: 0 3px 0 1px;
  display: inline-block;
}

.quote {
  padding: 5px 0;
  padding-left: 20px;
  border-left: 4px solid #007DAC;
  margin: 20px 0;
}
.quote.quote--right {
  text-align: right;
  border-left: none;
  padding-left: 0;
  padding-right: 20px;
  border-right: 4px solid #007DAC;
}
.quote__body {
  position: relative;
  padding-top: 40px;
  z-index: 1;
}
.quote__body:before {
  position: absolute;
  content: "“";
  top: -10px;
  left: 16px;
  font-size: 100px;
  line-height: 1;
  font-family: "RobotoCondensed-Bold", sans-serif;
  color: #007DAC;
  z-index: 1;
}
.quote--right .quote__body:before {
  left: auto;
  right: 0;
}
.quote__heading {
  font-family: "RobotoCondensed-Bold", sans-serif;
  font-size: 30px;
  line-height: 1.2;
  margin-bottom: 20px;
}
.quote__byline {
  font-family: "RobotoCondensed-Bold", sans-serif;
  font-size: 14px;
  text-transform: uppercase;
}

@media (min-width: 576px) {
  .quote__heading {
    font-size: 30px;
  }
  .quote__byline {
    font-size: 14px;
  }
}
@media (min-width: 992px) {
  .quote {
    margin: 40px 0;
  }
  .article__text .quote {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    width: 932px;
    max-width: 932px;
    z-index: 1;
  }
}
@media (min-width: 1200px) {
  .article__text .quote {
    left: auto;
    transform: translateX(0);
    margin-left: -180px;
    width: calc(100% + 180px);
    max-width: calc(100% + 180px);
  }
  .article__text .quote.quote--right {
    margin-left: 0;
    margin-right: -180px;
  }
  .quote__heading {
    font-size: 34px;
  }
}
.quote-2 {
  padding: 45px 0px;
}
.quote-2__body {
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
}
.quote-2:before {
  content: "\”";
  color: rgba(0, 56, 77, 0.15);
  font-family: "RobotoCondensed-Bold", sans-serif;
  position: absolute;
  z-index: -999;
  font-size: 645px;
  margin-top: -202px;
}
.quote-2__heading {
  font-family: "RobotoCondensed-Bold", sans-serif;
  font-size: 26px;
  line-height: 36px;
  margin-bottom: 20px;
  font-style: italic;
  letter-spacing: -0.23px;
  width: 100%;
  color: #181818;
}
.quote-2__byline {
  font-family: "Oswald-Regular", serif;
  font-size: 12px;
  letter-spacing: 0.45px;
  color: #b2b2b2;
  text-transform: uppercase;
}
.quote-2__byline:before {
  font-family: "KNR";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: middle;
  content: "";
  color: #000;
  font-size: 23px;
  margin-right: 5px;
}

@media (min-width: 768px) {
  .quote-2__body {
    padding-left: 40px;
    padding-right: 40px;
  }
  .quote-2:before {
    position: absolute;
    z-index: -999;
    font-size: 800px;
    margin-top: -252px;
  }
  .quote-2__heading {
    font-size: 32px;
    line-height: 48px;
    letter-spacing: 0.77px;
  }
  .quote-2__byline {
    font-size: 13px;
    letter-spacing: 0.45px;
  }
}
@media (min-width: 992px) {
  .quote-2:before {
    font-size: 755px;
  }
}
.choose-plan {
  position: relative;
  width: 100%;
  left: auto;
  transform: translate(0, 0);
  text-align: center;
  z-index: 1;
  color: #FFFFFF;
  font-family: "Montserrat", sans-serif;
}
.theme--1 .choose-plan {
  color: #eae8dc;
}
.theme--2 .choose-plan {
  color: #8265a7;
}
.theme--3 .choose-plan {
  color: #9b1750;
}
.choose-plan__arrow {
  display: none;
}
.choose-plan__items {
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
  width: auto;
  max-width: 100vw;
}
.choose-plan__slider .choose-plan__items {
  display: flex;
  justify-content: flex-start;
  width: 100%;
}
.choose-plan__item {
  position: relative;
  display: inline-block;
  text-align: center;
  width: 100%;
  flex-shrink: 0;
  overflow: hidden;
  margin: 20px 0;
}
.choose-plan__item:nth-of-type(3) .choose-plan__body {
  background-color: #000000;
}
.theme--1 .choose-plan__item:nth-of-type(3) .choose-plan__body {
  background-color: #8e8d89;
}
.theme--2 .choose-plan__item:nth-of-type(3) .choose-plan__body {
  background-color: #a4b3b6;
}
.theme--3 .choose-plan__item:nth-of-type(3) .choose-plan__body {
  background-color: #ee4c7d;
}
.choose-plan__item--featured {
  z-index: 1;
}
.theme--1 .choose-plan__item--featured {
  background-color: #8e8d89;
}
.theme--2 .choose-plan__item--featured {
  background-color: #a4b3b6;
}
.theme--3 .choose-plan__item--featured {
  background-color: #ee4c7d;
}
.choose-plan__header {
  width: 100%;
  background: #08105B;
  padding: 15px;
}
.theme--1 .choose-plan__header {
  background-color: #81807c;
}
.theme--2 .choose-plan__header {
  background-color: #96a7ab;
}
.theme--3 .choose-plan__header {
  background-color: #ec356c;
}
.choose-plan__item--featured .choose-plan__header {
  flex: none;
}
.theme--1 .choose-plan__item--featured .choose-plan__header {
  background-color: #e46c5d;
}
.theme--2 .choose-plan__item--featured .choose-plan__header {
  background-color: #1e132a;
}
.theme--3 .choose-plan__item--featured .choose-plan__header {
  background-color: #d7d6d0;
}
.choose-plan__body {
  background: #007DAC;
  padding: 20px;
}
.theme--1 .choose-plan__body {
  background-color: #8e8d89;
}
.theme--2 .choose-plan__body {
  background-color: #a4b3b6;
}
.theme--3 .choose-plan__body {
  background-color: #ee4c7d;
}
.theme--1 .choose-plan__item--featured .choose-plan__body {
  background-color: #e88073;
}
.theme--2 .choose-plan__item--featured .choose-plan__body {
  background-color: #2a1b3c;
}
.theme--3 .choose-plan__item--featured .choose-plan__body {
  background-color: #e3e2de;
}
.choose-plan__title {
  font-size: 24px;
  line-height: 29px;
  font-weight: 500;
  margin: 10px 0;
  text-transform: uppercase;
}
.choose-plan__trial__period {
  position: relative;
}
.choose-plan__trial__period__days {
  font-weight: 800;
  position: relative;
  z-index: 1;
  font-size: 26px;
  line-height: 30px;
}
.choose-plan__trial__period__currency {
  position: absolute;
  top: 0;
  font-weight: 500;
  font-size: 14px;
}
.choose-plan__trial__period__text {
  font-size: 12px;
  line-height: 15px;
}
.choose-plan__conversation {
  font-size: 18px;
  display: inline-block;
  font-weight: 600;
}
.choose-plan__sentence {
  font-weight: 400;
  font-style: italic;
  font-size: 12px;
  line-height: 15px;
  padding: 0 0 0.5em;
}
.choose-plan__text, .choose-plan__price {
  margin-bottom: 15px;
  font-size: 14px;
  line-height: 16px;
}
.choose-plan__currency {
  margin-right: 7px;
}

@media (min-width: 768px) {
  .choose-plan {
    margin: 65px 0;
    width: 100vw;
    max-width: 100vw;
    left: 50%;
    transform: translateX(-50%);
  }
  .choose-plan__slider .choose-plan__arrow {
    display: block;
    position: absolute;
    width: 60px;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    font-size: 30px;
    cursor: pointer;
    color: #181818;
    background-color: #E5E5E5;
    opacity: .8;
    z-index: 9;
  }
  .choose-plan__slider .choose-plan__arrow--next {
    right: 30px;
  }
  .choose-plan__slider .choose-plan__arrow--next:before {
    font-family: "KNR";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    vertical-align: middle;
    content: "";
    display: block;
    line-height: 60px;
  }
  .choose-plan__slider .choose-plan__arrow--prev {
    left: 30px;
  }
  .choose-plan__slider .choose-plan__arrow--prev:before {
    font-family: "KNR";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    vertical-align: middle;
    content: "";
    display: block;
    line-height: 60px;
  }
  .choose-plan__slider .choose-plan__arrow.swiper-button-disabled {
    display: none;
  }
  .choose-plan__items {
    flex-wrap: unset;
  }
  .choose-plan__item {
    display: inline-flex;
    width: 297px;
    flex-wrap: wrap;
    margin: 0;
  }
  .choose-plan__item--featured {
    margin: -15px 0;
  }
  .choose-plan__header {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .choose-plan__body {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
  }
  .choose-plan__body .button {
    margin-top: auto;
  }
}
@media (min-width: 992px) {
  .choose-plan__title {
    font-size: 24px;
    line-height: 29px;
  }
  .choose-plan__trial__period__days {
    font-size: 55px;
    line-height: 67px;
    font-weight: 500;
    letter-spacing: -4.23px;
  }
  .choose-plan__trial__period__currency {
    top: 10px;
    font-size: 16px;
  }
  .choose-plan__conversation {
    font-weight: 600;
    display: inline-block;
    font-size: 28px;
    line-height: 34px;
    margin-bottom: 20px;
  }
  .choose-plan__body {
    padding: 35px;
  }
  .choose-plan__item--featured .choose-plan__body {
    padding: 45px 35px;
  }
  .choose-plan__text, .choose-plan__price {
    font-size: 16px;
    line-height: 19px;
  }
}
.choose-plan__section {
  position: relative;
  text-align: center;
}
.choose-plan__section__sub-title {
  font-size: 14px;
  line-height: 18px;
  font-family: "Oswald-Bold", serif;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.choose-plan__section__trial {
  font-family: "RobotoCondensed-Bold", sans-serif;
  font-size: 20px;
  line-height: 30px;
}
.choose-plan__section__link {
  font-family: "RobotoCondensed-Bold", sans-serif;
  font-size: 16px;
  line-height: 19px;
}
.choose-plan__section__link a {
  text-decoration: underline;
  font-weight: bold;
  color: #00384D;
}
.theme--1 .choose-plan__section__link a {
  color: #e85a50;
}
.theme--2 .choose-plan__section__link a {
  color: #d93f87;
}
.theme--3 .choose-plan__section__link a {
  color: #5d001d;
}

.page-title {
  padding: 0 15px;
}
.page-title.is-highlighted {
  color: #FFFFFF;
}
.page-title__content {
  padding: 22px 0;
  width: 1120px;
  max-width: 100%;
  margin: 0 auto;
}
.page-title__content h1 {
  font-size: 24px;
  text-transform: uppercase;
  font-family: "RobotoCondensed-Bold", sans-serif;
}

@media (min-width: 576px) {
  .page-title {
    padding: 0 20px;
  }
}
.play-icon {
  position: relative;
  width: 80px;
  height: 80px;
  background-color: #007DAC;
  border-radius: 50%;
  cursor: pointer;
  z-index: 1;
}
.play-icon:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-top: 21px solid transparent;
  border-bottom: 21px solid transparent;
  border-left: 30px solid #FFFFFF;
  margin-left: 4px;
  z-index: 1;
}

.paywall-popup {
  background: #FFFFFF;
  display: flex;
  flex-direction: column;
}
.paywall-popup__body {
  flex-grow: 1;
  flex-basis: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.paywall-popup__image {
  display: none;
  flex-grow: 1;
  flex-basis: 0;
  line-height: 0;
  max-width: 345px;
}
.paywall-popup__prefix {
  font-family: "Merriweather-Regular", serif;
  font-size: 12px;
  line-height: 15px;
  text-transform: uppercase;
  letter-spacing: 1.71px;
  color: #B6B6B6;
  margin-bottom: 10px;
}
.paywall-popup__title {
  font-family: "Merriweather-Bold", serif;
  font-size: 30px;
  line-height: 37px;
  margin-bottom: 10px;
  text-align: center;
}
.paywall-popup__title__highlight {
  color: #00384D;
}
.paywall-popup__sub-title {
  font-size: 16px;
  line-height: 24px;
  font-family: "Merriweather-Regular", serif;
  margin-bottom: 10px;
}
.paywall-popup__text {
  font-size: 14px;
  line-height: 20px;
  color: #B6B6B6;
  font-family: "Merriweather-Regular", serif;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 35px;
  width: 250px;
}
.paywall-popup__foot {
  font-family: "Merriweather-Regular", serif;
  padding-top: 15px;
  font-size: 14px;
  line-height: 18px;
}
.paywall-popup__foot__link {
  color: #00384D;
  text-decoration: underline;
}
.paywall-popup__foot__link:hover {
  text-decoration: none;
}

@media (min-width: 768px) {
  .paywall-popup {
    flex-direction: row;
  }
  .paywall-popup__image {
    display: block;
  }
}
.pager {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
}
.pager:not(:first-child) {
  margin-top: 40px;
}
.theme--dark .pager {
  color: #FFFFFF;
}
.pager__item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  font-size: 14px;
  font-family: "RobotoCondensed-Bold", sans-serif;
  padding: 5px;
  margin: 3px;
}
.pager__item--first:before {
  content: "<<";
}
.pager__item--first span {
  display: none;
}
.pager__item--previous {
  margin-right: 10px;
}
.pager__item--previous:before {
  content: "<";
}
.pager__item--next {
  margin-left: 10px;
}
.pager__item--next:before {
  content: ">";
}
.pager__item--last:before {
  content: ">>";
}
.pager__item--last span {
  display: none;
}
.pager__item:not(.pager__item--active):hover {
  color: #007DAC;
}
.pager__item--activ, .pager__item--active {
  color: #fff;
  background-color: #007DAC;
}
.pager__text {
  display: none;
}

.versionists {
  font-size: 14px;
  font-family: "RobotoCondensed-Italic", sans-serif;
  margin: 10px 0;
}
.versionists a:hover {
  text-decoration: underline;
}
.versionists a, .versionists span {
  display: inline;
}

.load-more {
  display: flex;
  justify-content: center;
}
.load-more:not(:first-child) {
  margin-top: 20px;
}
.load-more:not(:last-child) {
  margin-bottom: 20px;
}
.load-more ul {
  padding: 0;
}
.load-more li {
  list-style: none;
}

.gallery {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% + 140px);
  max-width: calc(100% + 40px);
  z-index: 1;
}
.gallery:not(:last-child) {
  margin-bottom: 20px;
}
.gallery__body {
  position: relative;
  overflow: hidden;
  font-size: 0;
}
.gallery__items {
  position: relative;
  white-space: nowrap;
  z-index: 1;
  text-align: center;
}
.gallery__item {
  position: relative;
  vertical-align: top;
  display: inline-block;
  white-space: normal;
  width: calc(100% - 40px);
  max-width: 100%;
  box-sizing: border-box;
  opacity: .4;
  transition: all .4s ease;
  z-index: 1;
}
.gallery__item:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-top: 12px solid #f2f2f2;
  border-bottom: 12px solid #f2f2f2;
  transition: all .2s ease;
  z-index: 1;
}
.gallery__item.swiper-slide-active {
  opacity: 1;
  padding: 0;
  border: 0;
  transition: all .1s ease;
}
.gallery__item.swiper-slide-active:before {
  border-top: 0px solid #FFFFFF;
  border-bottom: 0px solid #FFFFFF;
}
.gallery__item__arrow {
  display: none;
}
.gallery__item__footer {
  position: absolute;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  bottom: 12px;
  left: 0;
  right: 0;
  color: #fff;
  padding: 16px 24px;
  background-image: linear-gradient(rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.56));
  transition: all .2s ease;
  z-index: 1;
}
.gallery:hover .gallery__item__footer {
  background-image: linear-gradient(rgba(0, 0, 0, 0.56), rgba(0, 0, 0, 0.56));
}
.swiper-slide-active .gallery__item__footer {
  bottom: 0;
}
.gallery__image {
  display: block;
  width: 100%;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.gallery__pagination {
  font-size: 16px;
  flex-shrink: 0;
  color: #FFFFFF;
  white-space: nowrap;
}
.gallery__pagination:before {
  content: "Galleri";
  margin-right: 8px;
}
.gallery__text {
  width: 100%;
  flex-grow: 1;
  font-size: 12px;
  font-style: italic;
  text-align: left;
}
.gallery__text span {
  display: block;
}
.gallery__text span:not(:last-child) {
  margin-bottom: 2px;
}

@media (min-width: 768px) {
  .gallery__arrow {
    display: block;
    position: absolute;
    width: 49px;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    font-size: 30px;
    cursor: pointer;
    color: #FFFFFF;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 9;
  }
  .gallery__arrow--next {
    right: 48px;
  }
  .gallery__arrow--next:before {
    font-family: "KNR";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    vertical-align: middle;
    content: "";
    display: block;
    line-height: 49px;
  }
  .gallery__arrow--previous {
    left: 48px;
  }
  .gallery__arrow--previous:before {
    font-family: "KNR";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    vertical-align: middle;
    content: "";
    display: block;
    line-height: 49px;
  }
  .gallery__text {
    max-height: 0;
    font-size: 14px;
    font-style: normal;
    opacity: 0;
  }
  .gallery:hover .gallery__text {
    max-height: 1000px;
    opacity: 1;
  }
}
.ad {
  display: flex;
  justify-content: center;
}
.ad img {
  max-width: 100%;
}

.notification-bar {
  background-color: #D1D8E2;
  padding: 0 15px;
}
.notification-bar--breaking {
  background-color: #FFEF9A;
}
.notification-bar__container {
  display: block;
  text-align: center;
  width: 1120px;
  max-width: 100%;
  margin: 0 auto;
}
.notification-bar__content {
  display: inline-block;
  color: #313131;
  font-size: 18px;
  padding: 16px 0;
}
.notification-bar__content span:not(:last-child) {
  margin-right: 10px;
}
.notification-bar__label {
  text-transform: uppercase;
  font-family: "RobotoCondensed-Bold", sans-serif;
}
.notification-bar--breaking .notification-bar__label {
  color: #EB2047;
}
.notification-bar__text {
  font-family: "RobotoCondensed-Bold", sans-serif;
}

@media (min-width: 576px) {
  .notification-bar {
    padding: 0 20px;
  }
}
.wp-block-drupal-section {
  max-width: 750px;
  margin: 0 auto;
}
.wp-block-drupal-section p,
.wp-block-drupal-section div {
  margin: 5px 0 10px;
  font-size: 16px;
  line-height: 24px;
}
.wp-block-drupal-section h2, .wp-block-drupal-section h3, .wp-block-drupal-section h4, .wp-block-drupal-section h5, .wp-block-drupal-section h6 {
  font-family: "RobotoCondensed-Bold", sans-serif;
  margin-top: 20px;
}
.wp-block-drupal-section h2 {
  font-size: 22px;
  line-height: 30px;
  margin-bottom: 10px;
}
.wp-block-drupal-section h3 {
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 5px;
}
.wp-block-drupal-section h4 {
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 5px;
}
.wp-block-drupal-section h5 {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 5px;
}
.wp-block-drupal-section h6 {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 5px;
}
.wp-block-drupal-section a {
  color: #1119A3;
  cursor: pointer;
  text-decoration: underline;
}
.wp-block-drupal-section a:hover {
  text-decoration: none;
}
.wp-block-drupal-section .wp-block-button a {
  position: relative;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  font-family: 'Cabin-Medium';
  overflow: hidden;
  border-radius: 0;
  font-size: 13px;
  cursor: pointer;
  padding: 10px 25px;
  line-height: 1.6;
  text-decoration: none;
}
.wp-block-drupal-section .wp-block-button a:after {
  font-family: "KNR";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: middle;
  content: "";
  display: inline-block;
  margin-left: 10px;
  font-size: 8px;
  transition: transform 200ms ease-in-out;
}
.wp-block-drupal-section .wp-block-button a:hover:after {
  transform: translateX(5px);
}
.wp-block-drupal-section ul {
  list-style: disc;
  margin: 0 0 1em 1.5em;
  font-size: 12px;
  line-height: 16px;
}
.wp-block-drupal-section ol {
  list-style: decimal;
  margin: 0 0 1em 1.5em;
  font-size: 12px;
  line-height: 16px;
}
.wp-block-drupal-section ol li > ol,
.wp-block-drupal-section ol li > ul,
.wp-block-drupal-section ul li > ul,
.wp-block-drupal-section ul li > ol {
  margin-bottom: 5px;
  padding: 0 10px;
}
.wp-block-drupal-section img {
  display: block;
  max-width: 100%;
}
.wp-block-drupal-section figure {
  margin: 1em 0px;
}

@media (min-width: 992px) {
  .wp-block-drupal-section p {
    margin: 10px 0 18px;
    font-size: 16px;
    line-height: 24px;
  }
  .wp-block-drupal-section ul,
  .wp-block-drupal-section ol {
    font-size: 16px;
    line-height: 24px;
  }
  .wp-block-drupal-section h2, .wp-block-drupal-section h3, .wp-block-drupal-section h4, .wp-block-drupal-section h5, .wp-block-drupal-section h6 {
    margin-top: 30px;
  }
  .wp-block-drupal-section h2 {
    font-size: 24px;
    margin-bottom: 15px;
  }
  .wp-block-drupal-section h3 {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 10px;
  }
  .wp-block-drupal-section h4 {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 10px;
  }
  .wp-block-drupal-section h5 {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 10px;
  }
  .wp-block-drupal-section h6 {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 10px;
  }
}
.tags {
  margin: 35px 0;
}
.accordion .tags {
  margin: 0;
}
.tags.tags-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  font-size: 14px;
  margin: 20px 0;
}
.tags__label {
  display: inline-block;
  margin-bottom: 15px;
}
.tags-list .tags__label {
  margin-right: 8px;
  margin-bottom: 0;
}
.tags__items {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}
.tags:not(.tags-list) .tags__items {
  margin-left: -7.5px;
  margin-right: -7.5px;
  margin-bottom: -15px;
}
.tags__item {
  position: relative;
  display: inline-block;
  list-style: none;
  z-index: 1;
}
.tags:not(.tags-list) .tags__item {
  margin: 0 7.5px;
  margin-bottom: 15px;
}
.tags:not(.tags-list) .tags__item a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 41px;
  font-family: "RobotoCondensed-Bold", sans-serif;
  text-decoration: none;
  font-size: 16px;
  text-transform: uppercase;
  color: #FFFFFF;
  background-color: #007DAC;
  padding: 10px 22px;
}
.accordion .tags:not(.tags-list) .tags__item a {
  font-size: 12px;
}
.tags:not(.tags-list) .tags__item a:hover, .tags:not(.tags-list) .tags__item a:focus {
  background-color: #74A8C7;
}
.tags:not(.tags-list) .tags__item.tags__item--current a {
  background-color: #74A8C7;
}
.tags-list .tags__item:not(:last-child):after {
  content: ",";
  margin-right: 5px;
}
.tags-list .tags__item a {
  font-family: "RobotoCondensed-Bold", sans-serif;
  font-size: 14px;
}
.tags-list .tags__item a:hover {
  text-decoration: underline;
}

.teaser {
  position: relative;
  display: block;
  z-index: 1;
}
.teaser:hover .teaser__title {
  text-decoration: underline;
}
.split--7-5 .split__column:nth-child(2) .teaser {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #707070;
}
.teaser__inner {
  display: flex;
  flex-direction: column;
}
.split--7-5 .split__column:nth-child(2) .teaser__inner {
  align-items: center;
  flex-direction: row;
}
.teaser__head:not(:last-child) {
  margin-bottom: 10px;
}
.split--7-5 .split__column:nth-child(2) .teaser__head:not(:last-child) {
  margin-bottom: 0;
}
.teaser__head:not(:last-child) iframe {
  margin-top: 10px;
}
.teaser__picture {
  position: relative;
  z-index: 1;
}
.teaser__picture--video:before, .teaser__picture--audio:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  pointer-events: none;
  transition: all .2s ease;
  z-index: 1;
}
.grid__item--3 .teaser__picture--video:before, .grid__item--3 .teaser__picture--audio:before {
  width: 40px;
  height: 40px;
}
.teaser__picture--video:before {
  background-image: url("../../gfx/icons/play.svg");
}
.teaser__picture--audio:before {
  background-image: url("../../gfx/icons/audio-light.svg");
}
.teaser:hover .teaser__picture--audio:before, .teaser:hover .teaser__picture--video:before {
  transform: translate(-50%, -50%) scale(1.1);
}
.split--7-5 .split__column:nth-child(2) .teaser__picture {
  width: 105px;
  height: 105px;
  overflow: hidden;
}
.split--7-5 .split__column:nth-child(2) .teaser__picture img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
  width: auto;
  max-width: unset;
}
.teaser__stats {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 5px;
}
.teaser__stats:last-child {
  margin-bottom: 0;
}
.split .teaser__stats {
  margin-bottom: 15px;
}
.split .teaser__stats:last-child {
  margin-bottom: 0;
}
.teaser__stats span {
  position: relative;
  display: inline-block;
  font-family: "RobotoCondensed-Bold", sans-serif;
  color: #5DD3FF;
  font-size: 14px;
  z-index: 1;
}
.teaser__stats span:not(:first-child):before {
  content: "|";
  margin-left: 6px;
  margin-right: 4px;
}
.teaser__label {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  font-size: 14px;
  margin-bottom: 5px;
}
.teaser__label strong {
  margin-right: 5px;
}
.teaser__label--video, .teaser__label--audio {
  position: relative;
  padding-left: 34px;
  z-index: 1;
}
.teaser__label--video:before, .teaser__label--audio:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  pointer-events: none;
  transition: all .2s ease;
  z-index: 1;
}
.teaser__label--video:before {
  background-image: url("../../gfx/icons/play.svg");
}
.teaser__label--audio:before {
  background-image: url("../../gfx/icons/audio-light.svg");
}
.split--7-5 .split__column:nth-child(2) .teaser__body {
  margin-left: 20px;
}
.teaser__title {
  font-family: "RobotoCondensed-Bold", sans-serif;
  line-height: 1.2;
  font-size: 20px;
}
.grid .grid__item:not(.grid__item--1) .teaser__title {
  font-family: "RobotoCondensed-Regular", sans-serif;
  font-size: 16px;
  line-height: 1.4;
}
.split__column:nth-child(1) .teaser__title {
  font-size: 24px;
}
.split__column:nth-child(2) .teaser__title {
  font-size: 14px;
}
.teaser__text {
  font-size: 16px;
  font-family: "RobotoCondensed-Regular", sans-serif;
  margin-top: 10px;
}
.teaser__overlay {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
}

@media (min-width: 768px) {
  .split--7-5 .split__column:nth-child(2) .teaser:first-child {
    margin-top: 0;
    padding-top: 0;
    border-top: none;
  }
  .split--7-5 .split__column:nth-child(2) .teaser__inner {
    align-items: unset;
    flex-direction: column;
  }
  .split--7-5 .split__column:nth-child(2) .teaser__head:not(:last-child) {
    margin-bottom: 10px;
  }
  .split--7-5 .split__column:nth-child(2) .teaser__picture {
    width: auto;
    height: auto;
  }
  .split--7-5 .split__column:nth-child(2) .teaser__picture img {
    position: relative;
    top: auto;
    left: auto;
    transform: translate(0, 0);
    height: auto;
    width: 100%;
    max-width: 100%;
  }
  .grid__item--3 .teaser--video .teaser__picture:before, .grid__item--3 .teaser--audio .teaser__picture:before {
    width: 60px;
    height: 60px;
  }
  .split--7-5 .split__column:nth-child(2) .teaser__body {
    margin-left: 0;
  }
  .teaser__title {
    font-size: 54px;
  }
  .split__column:nth-child(1) .teaser__title {
    font-size: 40px;
  }
}
.author-banner {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 30px;
  background-color: #E5E5E5;
}
.theme--1 .author-banner {
  background-color: #d8c3a4;
}
.theme--2 .author-banner {
  background-color: #44318d;
}
.theme--3 .author-banner {
  background-color: #e3afbc;
}
.author-banner__image-wrap {
  margin-bottom: 10px;
}
.author-banner__image {
  width: 90px;
  border-radius: 50%;
}
.author-banner__title {
  font-size: 28px;
  line-height: 36px;
  text-align: center;
  font-family: "Merriweather-Bold", serif;
  margin-bottom: 10px;
}
.author-banner__content {
  text-align: center;
  font-family: "Merriweather-Bold", serif;
}
.author-banner__tag {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 5px;
  display: block;
}
.author-banner__contact {
  display: inline-block;
}
.author-banner__link {
  color: #1119A3;
}
.theme--1 .author-banner__link {
  color: #e85a50;
}
.theme--2 .author-banner__link {
  color: #d93f87;
}
.theme--3 .author-banner__link {
  color: #5d001d;
}
.author-banner__link:hover {
  text-decoration: underline;
}

@media (min-width: 992px) {
  .author-banner {
    align-items: normal;
    flex-direction: row;
    padding: 50px;
  }
  .author-banner__image-wrap {
    margin-right: 30px;
    margin-bottom: 0;
  }
  .author-banner__title {
    font-size: 44px;
    line-height: 55px;
  }
  .author-banner__content {
    text-align: left;
  }
  .author-banner__tag {
    display: inline-block;
    margin-right: 10px;
  }
  .author-banner__tag:after {
    content: "|";
    display: inline-block;
    margin-left: 10px;
    color: #B6B6B6;
  }
}
.simple-teaser {
  font-family: "RobotoCondensed-Bold", sans-serif;
  font-size: 14px;
  padding: 15px 0;
  border-top: 1px solid #B2B2B2;
  border-bottom: 1px solid #B2B2B2;
  margin: 40px 0;
}
.simple-teaser__label {
  color: #007DAC;
  margin-right: 5px;
}

@media (min-width: 768px) {
  .simple-teaser {
    font-size: 16px;
    padding: 20px 0;
  }
  .simple-teaser__label {
    margin-right: 10px;
  }
}
.video {
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  overflow: hidden;
}
.video__placeholder {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.video__placeholder picture {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.video__placeholder img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.video__iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  border: none;
}
.video__overlay {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  cursor: pointer;
}
.video__body {
  max-width: 500px;
  padding: 30px 20px;
  color: #fff;
  text-align: center;
}
.video__icon {
  display: block;
  width: 80px;
  height: 80px;
  background-image: url("../../gfx/icons/play.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  pointer-events: none;
  transition: all .2s ease;
  z-index: 1;
}
.video:hover .video__icon {
  transform: scale(1.1);
}

.tabs-menu {
  display: block;
}
.tabs-menu__tabs {
  display: flex;
  margin: 0 0 20px;
  border-bottom: 1px solid #D8D8D8;
}
.theme--1 .tabs-menu__tabs {
  border-bottom-color: #eae8dc;
}
.theme--2 .tabs-menu__tabs {
  border-bottom-color: #44318d;
}
.theme--3 .tabs-menu__tabs {
  border-bottom-color: #e3afbc;
}
.tabs-menu__tab {
  position: relative;
  display: block;
  font-size: 15px;
  cursor: pointer;
  margin-right: 20px;
  padding: 0 0 10px;
}
.tabs-menu__tab:hover {
  text-decoration: underline;
}
.tabs-menu__tab:before {
  position: absolute;
  width: 100%;
  bottom: -1px;
  content: "";
  display: block;
  height: 1px;
  transform: translateY(100%);
  transition: transform .3s ease-in-out, background .3s ease-in-out;
}
.tabs-menu__tab.is-active, .tabs-menu__tab:hover {
  text-decoration: none;
  color: #007DAC;
}
.theme--1 .tabs-menu__tab.is-active, .theme--1 .tabs-menu__tab:hover {
  color: #e85a50;
}
.theme--2 .tabs-menu__tab.is-active, .theme--2 .tabs-menu__tab:hover {
  color: #d93f87;
}
.theme--3 .tabs-menu__tab.is-active, .theme--3 .tabs-menu__tab:hover {
  color: #5d001d;
}
.tabs-menu__tab.is-active:before, .tabs-menu__tab:hover:before {
  background-color: #007DAC;
  transform: translateY(0);
}
.theme--1 .tabs-menu__tab.is-active:before, .theme--1 .tabs-menu__tab:hover:before {
  background-color: #e85a50;
}
.theme--2 .tabs-menu__tab.is-active:before, .theme--2 .tabs-menu__tab:hover:before {
  background-color: #d93f87;
}
.theme--3 .tabs-menu__tab.is-active:before, .theme--3 .tabs-menu__tab:hover:before {
  background-color: #5d001d;
}
.tabs-menu__body__item {
  display: none;
}
.tabs-menu__body__item.is-active {
  display: block;
}

.poster {
  position: relative;
  z-index: 1;
}
.poster__picture {
  position: relative;
  display: flex;
  min-height: 195px;
  align-items: center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 40px;
  z-index: 1;
}
.poster__picture:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 50%;
  bottom: 0;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.4), transparent);
  z-index: -1;
}
.poster__title {
  text-align: center;
  width: 100%;
  font-size: 40px;
  font-family: "RobotoCondensed-Bold", sans-serif;
}
.poster__text {
  position: relative;
  text-align: center;
  color: #FFFFFF;
  font-size: 16px;
  background-color: #362C36;
  padding: 14px 40px;
  z-index: 2;
}

@media (min-width: 768px) {
  .poster__title {
    text-align: left;
  }
}
.introduction {
  padding: 10px 0;
}
.introduction--center {
  text-align: center;
}
.introduction__title {
  font-family: "Merriweather-Bold", serif;
  font-size: 28px;
  line-height: 36px;
  margin-bottom: 10px;
}
.introduction__title--primary {
  color: #007DAC;
}
.introduction--inversed .introduction__title {
  color: #FFFFFF;
  background-color: #666666;
  padding: 10px;
}
.introduction--inversed .introduction__title--primary {
  background-color: #007DAC;
}
.introduction__text {
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .introduction__text {
    font-size: 20px;
  }
}
.information-links-list {
  margin: 40px 0;
}
.information-links-list__title {
  display: block;
  font-size: 14px;
  font-family: "RobotoCondensed-Bold", sans-serif;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.information-links-list ul {
  padding: 0;
}
.information-links-list ul li {
  position: relative;
  display: block;
  list-style: none;
  font-size: 14px;
  font-family: "RobotoCondensed-Regular", sans-serif;
}
.information-links-list ul li a {
  display: block;
  padding: 10px 10px 10px 16px;
  z-index: 1;
  display: flex;
  align-items: center;
  min-height: 50px;
  color: #313131;
  border-bottom: 1px solid #e7e7e7;
  background-color: #f8f8f8;
}
.information-links-list ul li a.is-active, .information-links-list ul li a:hover {
  background-color: #2f7dac;
  color: #FFFFFF;
}

.banner {
  margin-bottom: 30px;
}

.accordion {
  background-color: #F8F8F8;
}
.accordion--first {
  border-top: 4px solid #2F7DAC;
}
.accordion__item {
  margin: 0 13px;
  border-bottom: 1px solid #ededed;
}
.accordion__title {
  display: block;
  position: relative;
  font-size: 16px;
  font-family: "RobotoCondensed-Regular", sans-serif;
  min-height: 40px;
  display: flex;
  align-items: center;
}
.accordion__title__toggle {
  position: absolute;
  top: calc(50%);
  right: -30px;
  transform-origin: center;
  transition: .2s ease;
  will-change: transform;
  outline: 1px solid transparent;
}
.accordion__title__toggle:before, .accordion__title__toggle:after {
  position: absolute;
  content: "";
  top: 50%;
  width: 8px;
  height: 2px;
  background-color: #2F7DAC;
  pointer-events: none;
  z-index: 1;
  right: 35px;
  transform: translateY(-50%) rotate(35deg);
}
.accordion__title__toggle:after {
  right: 30px;
  transform: translateY(-50%) rotate(-35deg);
}
.accordion__item .is-expanded .accordion__title__toggle {
  right: 0;
}
.accordion__item .is-expanded .accordion__title__toggle:before {
  transform: translateY(-50%) rotate(-35deg);
}
.accordion__item .is-expanded .accordion__title__toggle:after {
  transform: translateY(-50%) rotate(35deg);
}
.accordion__title__toggle:hover {
  cursor: pointer;
}
.accordion__content {
  font-size: 16px;
  font-family: "RobotoCondensed-Regular", sans-serif;
  padding-bottom: 15px;
}
.accordion__body {
  display: none;
}

.form-checkboxes {
  display: flex;
  flex-direction: row;
  width: auto;
}
.accordion .form-checkboxes {
  flex-direction: column;
}
.form-checkboxes .form-item {
  position: relative;
  width: auto;
  font-size: 12px;
  white-space: nowrap;
  margin: 10px 0 0;
  z-index: 1;
}
.form-checkboxes .form-item:before {
  position: absolute;
  content: "";
  top: 0px;
  left: 0;
  width: 16px;
  height: 16px;
  background-color: #FFFFFF;
  border-radius: 2px;
  border: 1px solid #E7E7E7;
  pointer-events: none;
  z-index: 1;
}
.form-checkboxes .form-item:after {
  position: absolute;
  content: "";
  top: 5px;
  left: 5px;
  width: 8px;
  height: 8px;
  background-color: #007DAC;
  border-radius: 0;
  opacity: 0;
  pointer-events: none;
  z-index: 1;
}
.form-checkboxes .form-item.is-checked:after {
  opacity: 1;
}
.form-checkboxes .form-item input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  height: 0;
  width: 0;
}
.form-checkboxes .form-item label {
  padding-left: 24px;
  cursor: pointer;
  font-size: 12px;
  line-height: 15px;
  font-family: "RobotoCondensed-Regular", sans-serif;
}
.form-search-field .form-checkboxes .form-item label {
  font-size: 16px;
  line-height: 18px;
}
.checkbox-tags .form-checkboxes .form-item.form-item {
  margin-right: 10px;
  background-color: #007DAC;
}
.checkbox-tags .form-checkboxes .form-item.form-item.is-checked {
  background-color: #74A8C7;
}
.checkbox-tags .form-checkboxes .form-item:after, .checkbox-tags .form-checkboxes .form-item:before {
  opacity: 0;
}
.checkbox-tags .form-checkboxes .form-item label {
  padding-left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 41px;
  font-family: "RobotoCondensed-Bold", sans-serif;
  text-decoration: none;
  font-size: 16px;
  text-transform: uppercase;
  color: #FFFFFF;
  padding: 10px 22px;
}
.accordion .checkbox-tags .form-checkboxes .form-item label {
  font-size: 12px;
}

.checkbox-tags {
  padding-left: 0;
  width: fit-content;
  z-index: 1;
  display: inline-block;
}
.accordion .checkbox-tags .form-checkboxes {
  flex-direction: row;
  flex-wrap: wrap;
}

.control__label {
  margin-bottom: 5px;
  font-weight: bold;
  display: block;
}
.control__radioboxes {
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
}
.control__radiobox {
  display: inline;
  align-items: center;
  position: relative;
  align-self: flex-start;
  margin-right: 10%;
  text-align: right;
}
.control__radiobox:last-of-type {
  margin-bottom: 0;
}
.control__radiobox__input {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  position: relative;
  top: 4px;
  right: 0;
  bottom: 0;
  left: 0;
  height: 16px;
  width: 16px;
  transition: all 0.15s ease-out 0s;
  background: white;
  border: none;
  color: white;
  border: 1px solid #E7E7E7;
  border-radius: 50%;
  cursor: pointer;
  display: inline-block;
  margin-right: 0.5rem;
  outline: none;
  position: relative;
  z-index: 1000;
}
.control__radiobox__input:checked {
  background: white;
}
.control__radiobox__input:checked:before {
  position: absolute;
  top: 4px;
  left: 4px;
  content: "\A";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #2F7DAC;
  display: inline-block;
  color: white;
}
.control__radiobox__input:checked:after {
  background: white;
  content: '';
  display: block;
  position: relative;
  z-index: 100;
}
.control__radio {
  border-radius: 50%;
}
.control__radio:after {
  border-radius: 50%;
}
.control__radiobox__label {
  display: block;
  line-height: 20px;
}

@media (min-width: 768px) {
  .control__radioboxes {
    display: flex;
  }
  .control__radiobox__label {
    font-size: 14px;
  }
}
.weather-widget {
  position: relative;
  padding: 0 30px;
  margin: 0 auto;
  z-index: 1;
}
.weather-widget:before {
  position: absolute;
  content: "";
  top: 0;
  left: 50%;
  width: 205px;
  height: 69px;
  transform: translateX(0);
  background-image: url("../../gfx/weather-widget-globe.png");
  background-size: contain;
  background-position: right bottom;
  background-repeat: no-repeat;
  z-index: -1;
}
.weather-widget--mobile-hidden {
  display: none;
}
.weather-widget__arrow {
  position: absolute;
  top: 50%;
  width: 20px;
  height: 20px;
  background-image: url("../../gfx/icons/weather/weather-slider-arrow.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 50%;
  cursor: pointer;
  z-index: 1;
}
.weather-widget__arrow.arrow-prev {
  left: 0;
  transform: translateY(-50%) rotateY(180deg);
}
.weather-widget__arrow.arrow-next {
  right: 0;
  transform: translateY(-50%);
}
.weather-widget__items {
  min-height: 34px;
  min-width: 256px;
  margin: 0 auto;
}
.weather-widget__item {
  display: none;
  align-items: center;
  justify-content: center;
}
.weather-widget__item.is-visible {
  display: flex;
}
.weather-widget__item__region {
  font-size: 20px;
  font-family: "RobotoCondensed-Bold", sans-serif;
  color: #007DAC;
  text-transform: uppercase;
}
.weather-widget__item__region:not(:last-child) {
  margin-right: 6px;
}
.weather-widget__item__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 34px;
  width: 42px;
}
.weather-widget__item__icon:not(:last-child) {
  margin-right: 6px;
}
.weather-widget__item__icon img {
  max-width: 100%;
  max-height: 100%;
}
.weather-widget__item__temperature {
  position: relative;
  font-size: 24px;
  font-family: "RobotoCondensed-Bold", sans-serif;
  color: #007DAC;
  text-transform: uppercase;
  padding-right: 8px;
  z-index: 1;
}
.weather-widget__item__temperature:not(:last-child) {
  margin-right: 6px;
}
.weather-widget__item__temperature:before {
  position: absolute;
  content: "";
  top: 5px;
  right: 0;
  width: 4px;
  height: 4px;
  border: 2px solid #007DAC;
  border-radius: 50%;
  z-index: 1;
}
.weather-widget__item__temperature.above-zero {
  color: #c60000;
}
.weather-widget__item__temperature.above-zero:before {
  border: 2px solid #c60000;
}
.weather-widget__item__wind {
  display: inline-flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  font-size: 14px;
  color: #313131;
}
.weather-widget__item__wind span {
  display: block;
  width: 100%;
}
.weather-widget__item__wind .wind-direction {
  position: relative;
  width: 100%;
  height: 8px;
  z-index: 1;
}
.weather-widget__item__wind .wind-arrow {
  position: absolute;
  top: 50%;
  right: 10px;
  width: 6px;
  height: 6px;
  max-width: 6px;
  z-index: 1;
}
.weather-widget__item__wind .wind-arrow img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  max-width: 100%;
  max-height: 100%;
  z-index: 1;
}
.weather-widget__item__overlap {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-decoration: none;
  z-index: 1;
}

@media (min-width: 768px) {
  .weather-widget--mobile-hidden {
    display: block;
  }
}
.live-radio__title {
  text-transform: uppercase;
  font-size: 36px;
  font-family: "RobotoCondensed-Bold", sans-serif;
  padding: 30px;
  background-color: #00384D;
  color: #FFFFFF;
  margin-bottom: 40px;
}
.live-radio__now {
  padding: 0 30px;
}
.live-radio__now__label {
  text-transform: uppercase;
  font-family: "RobotoCondensed-Bold", sans-serif;
}
.live-radio__now__text {
  font-size: 24px;
  color: #007DAC;
  text-transform: uppercase;
  font-family: "RobotoCondensed-Bold", sans-serif;
  margin: 10px 0;
}
.live-radio form {
  padding: 0 30px;
  margin: 20px 0;
}
.live-radio form select {
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  box-sizing: border-box;
  font-family: inherit;
  padding: 0;
  border-radius: 0;
  box-sizing: none;
  width: 100%;
  height: 40px;
  font-size: 14px;
  background: #FFFFFF;
  background-image: url(../../gfx/icons/select-arrow.svg);
  background-repeat: no-repeat;
  background-size: 14px;
  background-position: calc(100% - 17px) 16px;
  padding: 0 60px 0 30px;
  border: 1px solid #D8D8D8;
  border-radius: 4px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.live-radio form select::-ms-clear {
  width: 0;
  height: 0;
}
.live-radio__player {
  padding: 0 30px;
  margin: 20px 0;
}
.live-radio__player audio {
  width: 100%;
  background-color: #FFFFFF;
}
.live-radio__program {
  padding: 30px;
  background-color: #000000;
}
.live-radio__program--past {
  opacity: 0.5;
}
.live-radio__program--present {
  color: #007DAC;
}
.live-radio__program--future {
  opacity: 1;
}

@media (min-width: 768px) {
  .live-radio form select {
    width: auto;
    min-width: 400px;
  }
  .live-radio__player audio {
    min-width: 400px;
    width: auto;
  }
}
.radio-widget {
  position: relative;
  color: #fff;
  background-image: url("../../dummies/radio-widget.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 100px;
  z-index: 1;
}
.radio-widget:not(:first-child) {
  margin-top: 20px;
}
.radio-widget:not(:last-child) {
  margin-bottom: 20px;
}
.radio-widget__title {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  font-size: 38px;
  font-family: "RobotoCondensed-Bold", sans-serif;
  padding: 15px 10px;
}
.radio-widget__title img {
  max-width: 80px;
  height: auto;
  margin-right: 5px;
}
.radio-widget__text {
  display: block;
  position: relative;
  color: #ff7000;
  padding: 8px 10px;
  font-family: "RobotoCondensed-Bold", sans-serif;
  background-color: rgba(0, 0, 0, 0.5);
  font-size: 16px;
  z-index: 1;
}
.radio-widget__trumpet {
  color: #fff;
}
.radio-widget__trumpet:before {
  content: ">";
  color: #fff;
}
.radio-widget__overlay {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.split-gallery__item {
  position: relative;
  width: 100%;
  margin-bottom: 16px;
  cursor: pointer;
  z-index: 1;
}
.split-gallery__item__text {
  font-size: 14px;
  pointer-events: none;
  transition: all .2s ease;
  margin-top: 8px;
}
.split-gallery__item__text a {
  text-decoration: underline;
  pointer-events: auto;
}
.split-gallery__item__text span {
  display: block;
}
.split-gallery__item__text span:not(:last-child) {
  margin-bottom: 2px;
}
.split-gallery__item__text span.split-gallery__item__date {
  font-size: 14px;
  font-family: "RobotoCondensed-Bold", sans-serif;
  color: #5DD3FF;
  margin-bottom: 6px;
}

@media (min-width: 768px) {
  .split-gallery {
    overflow: hidden;
  }
  .split-gallery__item {
    float: left;
    width: calc(33.333% - 16px);
    max-width: calc(33.333% - 16px);
    margin: 0 8px;
    margin-bottom: 16px;
  }
  .split-gallery__item:first-child {
    width: calc(66.666% - 16px);
    max-width: calc(66.666% - 16px);
  }
  .split-gallery__item__text {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.56);
    padding: 8px;
    margin: 0;
    opacity: 0;
  }
  .split-overlay .split-gallery__item__text, .split-gallery__item:hover .split-gallery__item__text {
    opacity: 1;
  }
}
.masonry-gallery {
  width: calc(100% + 20px);
  max-width: calc(100% + 20px);
  margin: 0 -10px;
}
.masonry-gallery__item {
  position: relative;
  width: calc(100% - 20px);
  margin: 10px;
  cursor: pointer;
  z-index: 1;
}
.masonry-gallery__item__text {
  font-size: 14px;
  pointer-events: none;
  transition: all .2s ease;
  margin-top: 8px;
}
.masonry-gallery__item__text a {
  text-decoration: underline;
  pointer-events: auto;
}
.masonry-gallery__item__text span {
  display: block;
}
.masonry-gallery__item__text span:not(:last-child) {
  margin-bottom: 2px;
}
.masonry-gallery__item__text span.masonry-gallery__item__date {
  font-size: 14px;
  font-family: "RobotoCondensed-Bold", sans-serif;
  color: #5DD3FF;
  margin-bottom: 6px;
}

@media (min-width: 576px) {
  .masonry-gallery__item {
    width: calc(50% - 20px);
  }
}
@media (min-width: 768px) {
  .masonry-gallery__item {
    width: calc(33.333% - 20px);
  }
  .masonry-gallery__item__text {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.56);
    padding: 8px;
    margin: 0;
    opacity: 0;
  }
  .masonry-overlay .masonry-gallery__item__text, .masonry-gallery__item:hover .masonry-gallery__item__text {
    opacity: 1;
  }
}
.overlay-carousel {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 999;
}
.overlay-carousel.is-visible {
  display: flex;
  align-items: center;
  justify-content: center;
}
.overlay-carousel__close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 20px;
  height: 20px;
  cursor: pointer;
  z-index: 100;
}
.overlay-carousel__close:before, .overlay-carousel__close:after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  width: 100%;
  height: 2px;
  background-color: #fff;
  z-index: 1;
}
.overlay-carousel__close:before {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.overlay-carousel__close:after {
  transform: translate(-50%, -50%) rotate(45deg);
}
.overlay-carousel__pagination {
  position: absolute;
  top: 20px;
  left: 20px;
  font-size: 14px;
  color: #fff;
  z-index: 1;
}
.overlay-carousel__body {
  position: relative;
  width: 900px;
  height: auto;
  max-width: unset;
  max-height: calc(100vh - 100px);
  overflow: hidden;
  z-index: 1;
}
.overlay-carousel__items {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  max-width: unset;
  width: auto;
  z-index: 1;
}
.overlay-carousel__item {
  position: relative;
  display: inline-block;
  width: 100%;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  margin: 0;
  opacity: 0;
  transition: all .2s ease;
  cursor: unset;
}
.overlay-carousel__item.swiper-slide-active {
  opacity: 1;
}
.overlay-carousel__item img {
  display: block;
  width: auto;
  height: auto;
  max-width: calc(100vw - 140px);
  max-height: calc(100vh - 100px);
}
.overlay-carousel__item .split-gallery__item__text,
.overlay-carousel__item .masonry-gallery__item__text {
  opacity: 1;
}
.overlay-carousel__arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 999;
}
.overlay-carousel__arrow--prev {
  left: 20px;
}
.overlay-carousel__arrow--prev:before {
  font-family: "KNR";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: middle;
  content: "";
  display: block;
  line-height: 49px;
  text-align: center;
}
.overlay-carousel__arrow--next {
  right: 20px;
}
.overlay-carousel__arrow--next:before {
  font-family: "KNR";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: middle;
  content: "";
  display: block;
  line-height: 36px;
  text-align: center;
}

.file-upload {
  padding: 32px;
  color: #FFFFFF;
  text-align: center;
  font-size: 20px;
  background-color: #007DAC;
}
.file-upload .button {
  background-color: transparent;
  border: 1px solid #FFFFFF;
}
.file-upload .button:hover {
  color: #007DAC;
  background-color: #FFFFFF;
}
.file-upload .button:not(:first-child) {
  margin-top: 30px;
}

.language-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  margin-right: 20px;
  z-index: 1;
}
.header .language-link {
  margin-left: auto;
}
.language-link__text {
  display: none;
}
.language-link__icon {
  height: 16px;
  width: auto;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
}

@media (min-width: 768px) {
  .language-link {
    margin-right: 40px;
  }
  .language-link__text {
    display: block;
    font-family: "Roboto-Medium", sans-serif;
    font-size: 14px;
    color: #313131;
  }
  .language-link__icon {
    height: 20px;
    width: auto;
    margin-left: 10px;
  }
}
.employee-list__items {
  border-top: 1px solid #e5e5e5;
}
.employee-list__item {
  padding: 35px 0;
  border-bottom: 1px solid #e5e5e5;
}
.employee-list__item__name {
  font-size: 30px;
  margin-bottom: 10px;
}
.employee-list__item__details {
  padding: 0;
  margin: 0;
}
.employee-list__item__details li {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  list-style: none;
}
.employee-list__item__details li:not(:last-child) {
  margin-bottom: 4px;
}
.employee-list__item__details li span {
  display: inline-block;
  width: 48%;
}
.employee-list__item__details li span:only-child {
  min-width: none;
  width: 100%;
}

@media (min-width: 768px) {
  .employee-list__item__details li {
    justify-content: flex-start;
  }
  .employee-list__item__details li span {
    width: auto;
    min-width: 224px;
  }
}
.weather-forecast__title {
  font-family: "RobotoCondensed-Regular", sans-serif;
  font-size: 20px;
  color: #007DAC;
  margin-bottom: 20px;
}
.weather-forecast__head {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #b2b2b2;
  border-bottom: 1px solid #b2b2b2;
  padding: 8px 30px 8px 112px;
}
.weather-forecast__head__group {
  display: flex;
  align-items: center;
  flex-grow: 1;
}
.weather-forecast__head__group.mobile-hidden {
  display: none;
}
.weather-forecast__head__column {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-grow: 1;
  flex-basis: 0;
  font-size: 12px;
  min-width: 58px;
  padding: 0 2px;
}
.weather-forecast__head__column.mobile-hidden {
  display: none;
}
.weather-forecast__item {
  position: relative;
  transition: all .2s ease;
  cursor: pointer;
  z-index: 1;
}
.weather-forecast__item:hover, .weather-forecast__item.is-expanded {
  background-color: #ebebeb;
}
.weather-forecast__item:after {
  position: absolute;
  content: "";
  top: -1px;
  left: 0;
  right: 0;
  bottom: 0;
  border-top: 1px solid #b2b2b2;
  border-bottom: 1px solid #b2b2b2;
  background-color: #ebebeb;
  opacity: 0;
  transition: all .2s ease;
  z-index: -1;
}
.weather-forecast__item.is-expanded::before {
  position: absolute;
  content: "";
  top: 20px;
  right: 6px;
  width: 18px;
  height: 18px;
  background-color: #dddddd;
  border-radius: 50%;
  pointer-events: none;
  background-image: url("../../gfx/icons/arrow.svg");
  background-size: 10px auto;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
}
.weather-forecast__item.is-expanded:after {
  left: -40px;
  right: -40px;
  opacity: 1;
}
.weather-forecast__item__head {
  position: relative;
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 10px 6px;
  padding-right: 30px;
  border-bottom: 1px solid #b2b2b2;
  z-index: 1;
}
.weather-forecast__item__head:before {
  position: absolute;
  content: "";
  top: 50%;
  right: 6px;
  transform: translateY(-50%) rotate(90deg);
  width: 15px;
  height: 15px;
  background-image: url("../../gfx/icons/arrow.svg");
  background-size: 15px auto;
  background-position: center;
  background-repeat: no-repeat;
  pointer-events: none;
  z-index: 1;
}
.is-expanded .weather-forecast__item__head:before {
  display: none;
}
.is-expanded .weather-forecast__item__head {
  border-bottom: none;
}
.weather-forecast__item__group {
  display: flex;
  align-items: center;
  flex-grow: 1;
}
.weather-forecast__item__group.mobile-hidden {
  display: none;
}
.weather-forecast__item__column {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  min-width: 58px;
  padding: 0 2px;
  flex-grow: 1;
  flex-basis: 0;
}
.is-expanded .weather-forecast__item__column:not(.weather-forecast__date) {
  opacity: 0;
}
.weather-forecast__item__column.mobile-hidden {
  display: none;
}
.weather-forecast__item__column.weather-forecast__day {
  justify-content: space-between;
}
.weather-forecast__date {
  display: block;
  width: 106px;
  min-width: 106px;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  color: #007DAC;
}
.weather-forecast__icon {
  min-width: 30px;
  width: 9vw;
  height: auto;
}
.weather-forecast__temperature {
  color: #007DAC;
}
.weather-forecast__temperature div {
  display: inline-block;
}
.weather-forecast__temperature span {
  display: inline-block;
  position: relative;
  padding-right: 6px;
  margin-right: 2px;
  z-index: 1;
}
.weather-forecast__temperature span:before {
  position: absolute;
  content: "";
  top: 4px;
  right: 0;
  width: 3px;
  height: 3px;
  border: 1px solid #007DAC;
  border-radius: 50%;
  z-index: 1;
}
.weather-forecast__temperature.above-zero,
.weather-forecast__temperature .above-zero {
  color: #c60000;
}
.weather-forecast__temperature.above-zero span:before,
.weather-forecast__temperature .above-zero span:before {
  border: 1px solid #c60000;
}
.weather-forecast__precipitation {
  color: #007DAC;
}
.weather-forecast__wind {
  display: flex;
  align-items: center;
}
.weather-forecast__wind.mobile-only {
  display: flex;
  align-items: center;
}
.weather-forecast__wind__direction {
  position: relative;
  width: 10px;
  height: 10px;
  margin-left: 4px;
  z-index: 1;
}
.weather-forecast__wind__direction .wind-arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 6px;
  height: 6px;
  max-width: 6px;
  z-index: 1;
}
.weather-forecast__wind__direction .wind-arrow img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  max-width: 100%;
  max-height: 100%;
  z-index: 1;
}
.weather-forecast__item__details {
  display: none;
  font-size: 12px;
}
.modal .weather-forecast__item__details {
  display: block;
}
.weather-forecast__item__details .weather-forecast__date {
  width: 100%;
  font-size: 20px;
  padding: 0 6px;
}
.weather-forecast__item__details__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 6px;
  border-bottom: 1px solid #b2b2b2;
}
.weather-forecast__item__details__head__column {
  text-align: center;
  flex-grow: 1;
  flex-basis: 0;
  line-height: 1;
  padding: 0 4px;
}
.weather-forecast__item__details__head__column:last-child {
  width: 270px;
  max-width: 270px;
  text-align: center;
  flex-basis: auto;
}
.weather-forecast__item__details__head__column.mobile-hidden {
  display: none;
}
.weather-forecast__item__details__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5px 6px;
  border-bottom: 1px solid #b2b2b2;
}
.weather-forecast__item__details__column {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-grow: 1;
  flex-basis: 0;
  padding: 0 4px;
  z-index: 1;
}
.weather-forecast__item__details__column:last-child {
  max-width: 270px;
  flex-basis: auto;
  justify-content: flex-start;
  padding-left: 18px;
}
.weather-forecast__item__details__column.mobile-hidden {
  display: none;
}

@media (min-width: 576px) {
  .weather-forecast__title {
    font-size: 34px;
  }
  .weather-forecast__head {
    padding: 8px 30px 8px 146px;
  }
  .weather-forecast__head__column {
    min-width: 70px;
    font-size: 14px;
  }
  .weather-forecast__head__group:nth-child(2) .weather-forecast__head__column {
    min-width: 130px;
  }
  .weather-forecast__item__column {
    font-size: 16px;
    min-width: 70px;
  }
  .weather-forecast__item__group:nth-child(2) .weather-forecast__item__column {
    min-width: 130px;
  }
  .weather-forecast__date {
    width: 140px;
    min-width: 140px;
    font-size: 18px;
  }
  .weather-forecast__temperature {
    font-size: 18px;
  }
  .weather-forecast__item__details {
    font-size: 14px;
  }
}
@media (min-width: 768px) {
  .weather-forecast__head {
    border-top: none;
    padding: 8px 6px 8px 146px;
  }
  .weather-forecast__item__head {
    padding: 10px 6px;
  }
  .weather-forecast__item__head:before {
    display: none;
  }
  .weather-forecast__head__group, .weather-forecast__item__group {
    flex-grow: 0;
  }
  .weather-forecast__head__group.mobile-hidden, .weather-forecast__item__group.mobile-hidden {
    display: flex;
  }
  .weather-forecast__head__column, .weather-forecast__item__column {
    flex-grow: 0;
    flex-basis: auto;
    padding: 0 4px;
  }
  .weather-forecast__head__column.mobile-hidden, .weather-forecast__item__column.mobile-hidden {
    display: flex;
  }
  .weather-forecast__head__column.mobile-only, .weather-forecast__item__column.mobile-only {
    display: none;
  }
  .weather-forecast__item__details__head__column.mobile-hidden, .weather-forecast__item__details__column.mobile-hidden {
    display: flex;
  }
  .weather-forecast__item__details__column .wind-arrow {
    position: absolute;
    top: 50%;
    left: 0;
    width: 12px;
    height: 12px;
    max-width: 12px;
    z-index: 1;
  }
  .weather-forecast__item__details__column .wind-arrow img {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
    max-width: 100%;
    max-height: 100%;
    z-index: 1;
  }
  .weather-forecast__date {
    display: flex;
    justify-content: flex-start;
  }
  .weather-forecast__icon {
    width: 40px;
    height: auto;
  }
  .weather-forecast__temperature {
    font-size: 16px;
  }
  .weather-forecast__wind.mobile-only {
    display: none;
  }
}
.weather-regions {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  max-width: 100vw;
  color: #FFFFFF;
  background-image: linear-gradient(#2F7DAC, #82B1CD);
  padding: 20px 15px;
  z-index: 1;
}
.weather-regions__title {
  font-family: "RobotoCondensed-Regular", sans-serif;
  font-size: 24px;
  margin-bottom: 20px;
}
.weather-regions__list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -38px;
}
.weather-regions__item {
  position: relative;
  display: block;
  width: 50%;
  flex-grow: 1;
  color: #FFFFFF;
  padding: 8px 8px 8px 34px;
  transition: all .2s ease;
  margin-bottom: 38px;
  z-index: 1;
}
.weather-regions__item:hover, .weather-regions__item.is-active {
  background-color: rgba(47, 125, 172, 0.4);
}
.weather-regions__item:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  width: 1px;
  height: 100%;
  background-color: #2F7DAC;
  border-right: 1px solid #82B1CD;
  opacity: 0.5;
  z-index: 1;
}
.weather-regions__item:nth-child(2n + 1)::before {
  display: none;
}
.weather-regions__item__icon {
  position: absolute;
  top: 6px;
  left: 6px;
  width: 26px;
  height: auto;
  z-index: 1;
}
.weather-regions__item__title {
  display: block;
  font-size: 14px;
  margin-bottom: 6px;
}
.weather-regions__item__data {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
.weather-regions__item__data strong {
  position: relative;
  display: inline-block;
  font-family: "Roboto-Medium", sans-serif;
  font-size: 16px;
  line-height: 1;
  z-index: 1;
}
.weather-regions__item__temperature, .weather-regions__item__wind span {
  display: flex;
  align-items: flex-end;
  font-family: "RobotoCondensed-Light", sans-serif;
  font-size: 12px;
  line-height: 1;
}
.weather-regions__item__temperature {
  margin-right: 10px;
}
.weather-regions__item__temperature strong {
  padding-right: 8px;
}
.weather-regions__item__temperature strong:after {
  position: absolute;
  content: "";
  top: 0;
  right: 2px;
  width: 2px;
  height: 2px;
  border: 1px solid #FFFFFF;
  border-radius: 50%;
  z-index: 1;
}
.weather-regions__item__wind span {
  width: 100%;
}
.weather-regions__item__wind__direction {
  margin-top: 2px;
}

@media (min-width: 400px) {
  .weather-regions__title {
    font-size: 30px;
  }
  .weather-regions__item {
    padding: 8px 8px 8px 50px;
  }
  .weather-regions__item__icon {
    left: 10px;
    width: 34px;
  }
  .weather-regions__item__title {
    font-size: 18px;
  }
  .weather-regions__item__data strong {
    font-size: 20px;
  }
  .weather-regions__item__temperature, .weather-regions__item__wind span {
    font-size: 14px;
  }
}
@media (min-width: 576px) {
  .weather-regions {
    padding: 20px;
  }
  .weather-regions__item {
    width: 33.333%;
  }
  .weather-regions__item:nth-child(2n + 1)::before {
    display: block;
  }
  .weather-regions__item:nth-child(3n + 1)::before {
    display: none;
  }
  .weather-regions__item__title {
    font-size: 18px;
  }
  .weather-regions__item__data strong {
    font-size: 16px;
  }
  .weather-regions__item__temperature, .weather-regions__item__wind span {
    font-size: 12px;
  }
}
@media (min-width: 768px) {
  .weather-regions {
    left: auto;
    width: 100%;
    transform: translateX(0);
    max-width: 100%;
    padding: 25px 40px;
  }
  .weather-regions__title {
    font-size: 44px;
    margin-bottom: 30px;
  }
  .weather-regions__list {
    margin-bottom: -50px;
  }
  .weather-regions__item {
    padding: 14px 14px 14px 64px;
    margin-bottom: 50px;
  }
  .weather-regions__item__icon {
    top: 10px;
    width: 48px;
    left: 10px;
  }
  .weather-regions__item__title {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .weather-regions__item__data strong {
    font-size: 24px;
  }
  .weather-regions__item__temperature, .weather-regions__item__wind span {
    font-size: 14px;
  }
  .weather-regions__item__temperature strong {
    padding-right: 11px;
  }
  .weather-regions__item__temperature strong:after {
    top: 2px;
    width: 4px;
    height: 4px;
    border: 2px solid #FFFFFF;
  }
  .weather-regions__item__wind__direction {
    margin-top: 4px;
  }
}
@media (min-width: 992px) {
  .weather-regions__item {
    width: 25%;
  }
  .weather-regions__item:nth-child(3n + 1)::before {
    display: block;
  }
  .weather-regions__item:nth-child(4n + 1)::before {
    display: none;
  }
}
.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding-top: 60px;
  background-color: #EBEBEB;
  z-index: 999;
}
.modal.is-visible {
  display: block;
}
.modal__close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 20px;
  height: 20px;
  cursor: pointer;
  z-index: 100;
}
.modal__close:before, .modal__close:after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  width: 100%;
  height: 2px;
  background-color: #181818;
  z-index: 1;
}
.modal__close:before {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.modal__close:after {
  transform: translate(-50%, -50%) rotate(45deg);
}
.modal__inner {
  height: calc(100vh - 60px);
  overflow-y: auto;
}
