/**
 * Foundation for Sites by ZURB
 * Version 6.1.2
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
   * 1. Set default font family to sans-serif.
   * 2. Prevent iOS and IE text size adjust after device orientation change,
   *    without disabling user zoom.
   */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
   * Remove default margin.
   */
body {
  margin: 0; }

/* HTML5 display definitions
     ========================================================================== */
/**
   * Correct `block` display not defined for any HTML5 element in IE 8/9.
   * Correct `block` display not defined for `details` or `summary` in IE 10/11
   * and Firefox.
   * Correct `block` display not defined for `main` in IE 11.
   */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
   * 1. Correct `inline-block` display not defined in IE 8/9.
   * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
   */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
   * Prevent modern browsers from displaying `audio` without controls.
   * Remove excess height in iOS 5 devices.
   */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
   * Address `[hidden]` styling not present in IE 8/9/10.
   * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
   */
[hidden],
template {
  display: none; }

/* Links
     ========================================================================== */
/**
   * Remove the gray background color from active links in IE 10.
   */
a {
  background-color: transparent; }

/**
   * Improve readability of focused elements when they are also in an
   * active/hover state.
   */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
     ========================================================================== */
/**
   * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
   */
abbr[title] {
  border-bottom: 1px dotted; }

/**
   * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
   */
b,
strong {
  font-weight: bold; }

/**
   * Address styling not present in Safari and Chrome.
   */
dfn {
  font-style: italic; }

/**
   * Address variable `h1` font-size and margin within `section` and `article`
   * contexts in Firefox 4+, Safari, and Chrome.
   */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
   * Address styling not present in IE 8/9.
   */
mark {
  background: #ff0;
  color: #000; }

/**
   * Address inconsistent and variable font size in all browsers.
   */
small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
     ========================================================================== */
/**
   * Remove border when inside `a` element in IE 8/9/10.
   */
img {
  border: 0; }

/**
   * Correct overflow not hidden in IE 9/10/11.
   */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
     ========================================================================== */
/**
   * Address margin not present in IE 8/9 and Safari.
   */
figure {
  margin: 1em 40px; }

/**
   * Address differences between Firefox and other browsers.
   */
hr {
  box-sizing: content-box;
  height: 0; }

/**
   * Contain overflow in all browsers.
   */
pre {
  overflow: auto; }

/**
   * Address odd `em`-unit font size rendering in all browsers.
   */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
     ========================================================================== */
/**
   * Known limitation: by default, Chrome and Safari on OS X allow very limited
   * styling of `select`, unless a `border` property is set.
   */
/**
   * 1. Correct color not being inherited.
   *    Known issue: affects color of disabled elements.
   * 2. Correct font properties not being inherited.
   * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
   */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
   * Address `overflow` set to `hidden` in IE 8/9/10/11.
   */
button {
  overflow: visible; }

/**
   * Address inconsistent `text-transform` inheritance for `button` and `select`.
   * All other form control elements do not inherit `text-transform` values.
   * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
   * Correct `select` style inheritance in Firefox.
   */
button,
select {
  text-transform: none; }

/**
   * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
   *    and `video` controls.
   * 2. Correct inability to style clickable `input` types in iOS.
   * 3. Improve usability and consistency of cursor style between image-type
   *    `input` and others.
   */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
   * Re-set default cursor for disabled elements.
   */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
   * Remove inner padding and border in Firefox 4+.
   */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
   * Address Firefox 4+ setting `line-height` on `input` using `!important` in
   * the UA stylesheet.
   */
input {
  line-height: normal; }

/**
   * It's recommended that you don't attempt to style these elements.
   * Firefox's implementation doesn't respect box-sizing, padding, or width.
   *
   * 1. Address box sizing set to `content-box` in IE 8/9/10.
   * 2. Remove excess padding in IE 8/9/10.
   */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
   * Fix the cursor style for Chrome's increment/decrement buttons. For certain
   * `font-size` values of the `input`, it causes the cursor style of the
   * decrement button to change from `default` to `text`.
   */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
   * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
   * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
   */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

/**
   * Remove inner padding and search cancel button in Safari and Chrome on OS X.
   * Safari (but not Chrome) clips the cancel button when the search input has
   * padding (and `textfield` appearance).
   */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
   * Define consistent border, margin, and padding.
   * [NOTE] We don't enable this ruleset in Foundation, because we want the <fieldset> element to have plain styling.
   */
/* fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
  } */
/**
   * 1. Correct `color` not being inherited in IE 8/9/10/11.
   * 2. Remove padding so people aren't caught out if they zero out fieldsets.
   */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
   * Remove default vertical scrollbar in IE 8/9/10/11.
   */
textarea {
  overflow: auto; }

/**
   * Don't inherit the `font-weight` (applied by a rule above).
   * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
   */
optgroup {
  font-weight: bold; }

/* Tables
     ========================================================================== */
/**
   * Remove most spacing between table cells.
   */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

.foundation-mq {
  font-family: "small=0em&large=64em&xlarge=75em&xxlarge=90em"; }

html {
  font-size: 14px;
  box-sizing: border-box; }

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

body {
  padding: 0;
  margin: 0;
  font-family: Verdana, Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #607078;
  background: #f3f7f9;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

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

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

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

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

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  padding: 0;
  border: 0;
  border-radius: 12px;
  line-height: 1; }

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

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

.row {
  max-width: 71.4285714286rem;
  margin-left: auto;
  margin-right: auto; }
  .row::before, .row::after {
    content: ' ';
    display: table; }
  .row::after {
    clear: both; }
  .row.collapse > .column, .row.collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .row .row {
    margin-left: -0.7142857143rem;
    margin-right: -0.7142857143rem;
    margin-left: -1.4285714286rem;
    margin-right: -1.4285714286rem; }
    .row .row.collapse {
      margin-left: 0;
      margin-right: 0; }
  .row.expanded {
    max-width: none; }
    .row.expanded .row {
      margin-left: auto;
      margin-right: auto; }

.column, .columns {
  padding-left: 0.7142857143rem;
  padding-right: 0.7142857143rem;
  padding-left: 1.4285714286rem;
  padding-right: 1.4285714286rem;
  width: 100%;
  float: left; }
  .column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
    float: right; }
  .column.end:last-child:last-child, .end.columns:last-child:last-child {
    float: left; }

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

.small-1 {
  width: 8.3333333333%; }

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

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

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

.small-2 {
  width: 16.6666666667%; }

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

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

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

.small-3 {
  width: 25%; }

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

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

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

.small-4 {
  width: 33.3333333333%; }

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

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

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

.small-5 {
  width: 41.6666666667%; }

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

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

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

.small-6 {
  width: 50%; }

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

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

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

.small-7 {
  width: 58.3333333333%; }

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

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

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

.small-8 {
  width: 66.6666666667%; }

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

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

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

.small-9 {
  width: 75%; }

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

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

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

.small-10 {
  width: 83.3333333333%; }

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

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

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

.small-11 {
  width: 91.6666666667%; }

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

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

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

.small-12 {
  width: 100%; }

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

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

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

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

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

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

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

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

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

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

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

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

.small-centered {
  float: none;
  margin-left: auto;
  margin-right: auto; }

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

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

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

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

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

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

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Arial, Helvetica, Verdana, Roboto, sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #569cc2;
  text-rendering: optimizeLegibility;
  margin-top: 0;
  margin-bottom: 0.5rem;
  line-height: 1.4; }
  h1 small,
  h2 small,
  h3 small,
  h4 small,
  h5 small,
  h6 small {
    color: #e1e4e7;
    line-height: 0; }

h1 {
  font-size: 2.4285714286rem; }

h2 {
  font-size: 1.7857142857rem; }

h3 {
  font-size: 1.2857142857rem; }

h4 {
  font-size: 1.2857142857rem; }

h5 {
  font-size: 1.2142857143rem; }

h6 {
  font-size: 1.1428571429rem; }

@media screen and (min-width: 64em) {
  h1 {
    font-size: 3.2857142857rem; }
  h2 {
    font-size: 1.8571428571rem; }
  h3 {
    font-size: 1.1428571429rem; }
  h4 {
    font-size: 1.7857142857rem; }
  h5 {
    font-size: 1.4285714286rem; }
  h6 {
    font-size: 1.1428571429rem; } }

a {
  color: #2199e8;
  text-decoration: none;
  line-height: inherit;
  cursor: pointer; }
  a:hover, a:focus {
    color: #1585cf; }
  a img {
    border: 0; }

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

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

li {
  font-size: inherit; }

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

ol {
  margin-left: 1.25rem; }

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

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

blockquote {
  margin: 0 0 1rem;
  padding: 1.7857142857rem 2.8571428571rem 1.4285714286rem 2.8571428571rem;
  border-left: 1px solid #e1e4e7; }
  blockquote, blockquote p {
    line-height: 1.6;
    color: #8ca3ae; }

cite {
  display: block;
  font-size: 0.9285714286rem;
  color: #8ca3ae; }
  cite:before {
    content: '\2014 \0020'; }

abbr {
  color: #607078;
  cursor: help;
  border-bottom: 1px dotted #0a0a0a; }

code {
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #0a0a0a;
  background-color: #f3f7f9;
  border: 1px solid #e1e4e7;
  padding: 0.1428571429rem 0.3571428571rem 0.0714285714rem; }

kbd {
  padding: 0.1428571429rem 0.2857142857rem 0;
  margin: 0;
  background-color: #f3f7f9;
  color: #0a0a0a;
  font-family: Consolas, "Liberation Mono", Courier, monospace; }

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

.lead {
  font-size: 17.5px;
  line-height: 1.6; }

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

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

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

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

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

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

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

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

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

.button {
  display: inline-block;
  text-align: center;
  line-height: 1;
  cursor: pointer;
  -webkit-appearance: none;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  vertical-align: middle;
  border: 1px solid transparent;
  border-radius: 22px;
  padding: 0.85em 1.6em;
  margin: 1rem 0 1rem 0;
  font-size: 0.9rem;
  background-color: #1a6389;
  color: #fff; }
  [data-whatinput='mouse'] .button {
    outline: 0; }
  .button:hover, .button:focus {
    background-color: #165474;
    color: #fff; }
  .button.tiny {
    font-size: 0.6rem; }
  .button.small {
    font-size: 0.75rem; }
  .button.large {
    font-size: 1.25rem; }
  .button.expanded {
    display: block;
    width: 100%;
    margin-left: 0;
    margin-right: 0; }
  .button.primary {
    background-color: #2199e8;
    color: #fff; }
    .button.primary:hover, .button.primary:focus {
      background-color: #147cc0;
      color: #fff; }
  .button.secondary {
    background-color: #777;
    color: #fff; }
    .button.secondary:hover, .button.secondary:focus {
      background-color: #5f5f5f;
      color: #fff; }
  .button.success {
    background-color: #3adb76;
    color: #fff; }
    .button.success:hover, .button.success:focus {
      background-color: #22bb5b;
      color: #fff; }
  .button.alert {
    background-color: #ec5840;
    color: #fff; }
    .button.alert:hover, .button.alert:focus {
      background-color: #da3116;
      color: #fff; }
  .button.warning {
    background-color: #ffae00;
    color: #fff; }
    .button.warning:hover, .button.warning:focus {
      background-color: #cc8b00;
      color: #fff; }
  .button.hollow {
    border: 1px solid #2199e8;
    color: #2199e8; }
    .button.hollow, .button.hollow:hover, .button.hollow:focus {
      background-color: transparent; }
    .button.hollow:hover, .button.hollow:focus {
      border-color: #0c4d78;
      color: #0c4d78; }
    .button.hollow.primary {
      border: 1px solid #2199e8;
      color: #2199e8; }
      .button.hollow.primary:hover, .button.hollow.primary:focus {
        border-color: #0c4d78;
        color: #0c4d78; }
    .button.hollow.secondary {
      border: 1px solid #777;
      color: #777; }
      .button.hollow.secondary:hover, .button.hollow.secondary:focus {
        border-color: #3c3b3b;
        color: #3c3b3b; }
    .button.hollow.success {
      border: 1px solid #3adb76;
      color: #3adb76; }
      .button.hollow.success:hover, .button.hollow.success:focus {
        border-color: #157539;
        color: #157539; }
    .button.hollow.alert {
      border: 1px solid #ec5840;
      color: #ec5840; }
      .button.hollow.alert:hover, .button.hollow.alert:focus {
        border-color: #881f0e;
        color: #881f0e; }
    .button.hollow.warning {
      border: 1px solid #ffae00;
      color: #ffae00; }
      .button.hollow.warning:hover, .button.hollow.warning:focus {
        border-color: #805700;
        color: #805700; }
  .button.disabled, .button[disabled] {
    opacity: 0.25;
    cursor: not-allowed;
    pointer-events: none; }
  .button.dropdown::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 0.4em;
    border-color: #ffffff transparent transparent;
    border-top-style: solid;
    border-bottom-width: 0;
    position: relative;
    top: 0.4em;
    float: right;
    margin-left: 1.6em;
    display: inline-block; }
  .button.arrow-only::after {
    margin-left: 0;
    float: none;
    top: 0.2em; }

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

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

input:disabled, input[readonly],
textarea:disabled,
textarea[readonly] {
  background-color: #f3f7f9;
  cursor: default; }

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

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

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

[type='checkbox'] + label,
[type='radio'] + label {
  display: inline-block;
  margin-left: 0.5714285714rem;
  margin-right: 1.1428571429rem;
  margin-bottom: 0;
  vertical-align: baseline; }

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

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

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

.help-text {
  margin-top: -0.5714285714rem;
  font-size: 0.9285714286rem;
  font-style: italic;
  color: #333; }

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

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

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

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

.input-group-button {
  height: 100%;
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  width: 1%; }
  .input-group-button a,
  .input-group-button input,
  .input-group-button button {
    margin: 0; }

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

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

.fieldset {
  border: 1px solid #e1e4e7;
  padding: 1.4285714286rem;
  margin: 1.2857142857rem 0; }
  .fieldset legend {
    background: #f3f7f9;
    padding: 0 0.2142857143rem;
    margin: 0;
    margin-left: -0.2142857143rem; }

select {
  height: 2.7857142857rem;
  padding: 0.5714285714rem;
  border: 1px solid #e1e4e7;
  margin: 0 0 1.1428571429rem;
  font-size: 1.1428571429rem;
  font-family: inherit;
  line-height: normal;
  color: #0a0a0a;
  background-color: #ffffff;
  border-radius: 12px;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="32" height="24" viewBox="0 0 32 24"><polygon points="0,0 32,0 16,24" style="fill: rgb%2851, 51, 51%29"></polygon></svg>');
  background-size: 9px 6px;
  background-position: right center;
  background-origin: content-box;
  background-repeat: no-repeat; }
  @media screen and (min-width: 0\0) {
    select {
      background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg=="); } }
  select:disabled {
    background-color: #f3f7f9;
    cursor: default; }
  select::-ms-expand {
    display: none; }
  select[multiple] {
    height: auto; }

.is-invalid-input:not(:focus) {
  background-color: rgba(236, 88, 64, 0.1);
  border-color: #ec5840; }

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

.form-error {
  display: none;
  margin-top: -0.5714285714rem;
  margin-bottom: 1.1428571429rem;
  font-size: 0.8571428571rem;
  font-weight: bold;
  color: #ec5840; }
  .form-error.is-visible {
    display: block; }

.hide {
  display: none !important; }

.invisible {
  visibility: hidden; }

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

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

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

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

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

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

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

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

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

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

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

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

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

.clearfix::before, .clearfix::after {
  content: ' ';
  display: table; }

.clearfix::after {
  clear: both; }

.breadcrumbs {
  list-style: none;
  margin: 0 0 1rem 0; }
  .breadcrumbs::before, .breadcrumbs::after {
    content: ' ';
    display: table; }
  .breadcrumbs::after {
    clear: both; }
  .breadcrumbs li {
    float: left;
    color: #0a0a0a;
    font-size: 0.7857142857rem;
    cursor: default;
    margin-right: 0.25rem; }
  .breadcrumbs a {
    color: #2199e8; }
    .breadcrumbs a:hover {
      text-decoration: underline; }
  .breadcrumbs .disabled {
    color: #e1e4e7; }

html {
  margin-top: 100px; }
  @media screen and (min-width: 0em) and (max-width: 63.9375em) {
    html {
      margin-top: 0;
      font-size: 18px !important; } }

html.home {
  margin-top: 0; }

@media screen and (min-width: 0em) and (max-width: 63.9375em) {
  html.home .site-content {
    margin-top: 40px; } }

@media screen and (min-width: 0em) and (max-width: 63.9375em) {
  html.page .site-content {
    margin-top: 75px; } }

@media screen and (min-width: 0em) and (max-width: 63.9375em) {
  html.scan .site-content, html.article .site-content {
    margin-top: 60px; } }

html.scan h1, html.article h1 {
  width: 97%; }
  @media screen and (min-width: 0em) and (max-width: 63.9375em) {
    html.scan h1, html.article h1 {
      width: 100%; } }

.clear {
  clear: both; }

.site-content {
  overflow: hidden; }

.button-bordered {
  background-color: transparent;
  border: solid 1px #214e74;
  color: #214e74; }

.button-light {
  display: inline-block;
  border: solid 1px #ffffff;
  border-radius: 18px;
  color: #fff;
  padding: 5px 15px 0px 15px;
  height: 36px;
  font-size: 16px; }

.button-light:focus {
  color: #fff; }

.button-light:hover {
  background-color: #d2e4ee;
  border: solid 1px #d2e4ee;
  color: #2d759a; }

.component {
  margin-top: 40px;
  margin-bottom: 40px; }

.button {
  font-weight: bold;
  font-size: 12px; }

.spots {
  margin: 40px 0 0 0; }

@media screen and (min-width: 64em) {
  .spots__button {
    float: right; } }

@media screen and (min-width: 0em) and (max-width: 63.9375em) {
  .spots__button {
    float: none; } }

@media screen and (min-width: 0em) and (max-width: 63.9375em) {
  hr {
    margin: 1.4285714286rem auto; } }

@media screen and (min-width: 0em) and (max-width: 63.9375em) {
  h2 {
    margin: 1.4285714286rem auto; } }

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

.breadcrumbs li:last-child a {
  text-decoration: none; }

.date {
  font-family: Verdana;
  font-size: 12px;
  color: #a6a8a9; }

.pos-rel {
  position: relative; }

blockquote {
  border-right: 1px solid #e1e4e7;
  border-bottom: 1px solid #e1e4e7;
  border-top: 1px solid #e1e4e7; }
  @media screen and (min-width: 0em) and (max-width: 63.9375em) {
    blockquote {
      padding: 0.9rem 1.4rem 0.7rem 1.4rem; } }

@media screen and (min-width: 0em) and (max-width: 63.9375em) {
  .row .row {
    margin: 0; } }

@media screen and (min-width: 0em) and (max-width: 63.9375em) {
  .row .no-margin-small {
    margin-left: -1.42857rem;
    margin-right: -0.71429rem;
    padding-left: 1.42875rem;
    padding-right: 1.42875rem; } }

html.article .site-content h1, html.scan .site-content h1, html.page .site-content h1 {
  font-size: 40px; }
  @media screen and (min-width: 0em) and (max-width: 63.9375em) {
    html.article .site-content h1, html.scan .site-content h1, html.page .site-content h1 {
      font-size: 32px;
      line-height: 1.2; } }

@media screen and (min-width: 0em) and (max-width: 63.9375em) {
  .column, .columns, .columns {
    width: 100%;
    padding-left: 0.71429rem;
    padding-right: 0.71429rem;
    float: left; } }

/*.teaser {
    margin-bottom: 1rem;
}*/
.hiddenfields {
  margin: 20px;
  border-collapse: collapse;
  font-size: 16px; }
  .hiddenfields td {
    padding: 7px;
    border: 1px solid #666; }

.text h3 {
  font-weight: bold; }

.references__print {
  display: none; }

.printheader {
  display: none; }

@media print {
  /* All your print styles go here */
  header, footer, nav, .breadcrumbs, .bottommenu, .bottommenu__mobile, .socialmediatools, .marker, .aboutauthors, .authorcategory__categories,
  .herobanner, .textimagespot, .references__button, .references__fadeout, .references__row, .cookiebanner, .featuredarticles, .newslettersignup {
    display: none !important; }
  blockquote {
    border: none; }
  .references__print {
    display: block; }
  .printheader {
    display: block;
    text-align: center; }
  @page {
    size: A4;
    /* auto is the initial value */
    /* this affects the margin in the printer settings */
    margin: 8.5mm 5mm 8.5mm 5mm; } }

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

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

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

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

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

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

.herobanner {
  width: 100%;
  height: 400px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  margin-bottom: 10px; }
  @media screen and (min-width: 0em) and (max-width: 63.9375em) {
    .herobanner {
      height: 200px; } }

footer {
  background-color: #8ca3ae;
  font-size: 10px;
  color: #ffffff; }
  @media screen and (min-width: 0em) and (max-width: 63.9375em) {
    footer {
      padding: 22px 0px 22px 0px;
      line-height: 18px; } }
  @media screen and (min-width: 64em) {
    footer {
      padding: 19px 0px 19px 0px; } }

@media screen and (min-width: 0em) and (max-width: 63.9375em) {
  .footer__text {
    width: 200px; } }

.footer__logo {
  height: 20px; }
  @media screen and (min-width: 0em) and (max-width: 63.9375em) {
    .footer__logo {
      margin-top: 15px; } }
  @media screen and (min-width: 64em) {
    .footer__logo {
      position: absolute;
      margin-top: -3px;
      z-index: 500; } }

.promospot__img img {
  border-radius: 12px; }

@media screen and (min-width: 0em) and (max-width: 63.9375em) {
  .promospot__img {
    text-align: center; } }

@media screen and (min-width: 0em) and (max-width: 63.9375em) {
  .textimagespot {
    background-color: #1a6389;
    padding: 30px 0; } }

.textimagespot__image {
  border-radius: 50%;
  margin: 10px; }

.textimagespot__title {
  color: #0970a7;
  font-weight: bold; }
  @media screen and (min-width: 0em) and (max-width: 63.9375em) {
    .textimagespot__title {
      color: #ffffff;
      font-size: 18px; } }

.textimagespot__headline {
  font-size: 24px; }
  @media screen and (min-width: 0em) and (max-width: 63.9375em) {
    .textimagespot__headline {
      color: #ffffff;
      font-size: 32px; } }

@media screen and (min-width: 0em) and (max-width: 63.9375em) {
  .textimagespot__text {
    color: #cbe1ec; } }

.textimagespot__link {
  color: #0970a7;
  font-weight: 700; }
  @media screen and (min-width: 0em) and (max-width: 63.9375em) {
    .textimagespot__link {
      color: #ffffff;
      float: right; } }

.textimagespot__link:before {
  content: "> "; }
  @media screen and (min-width: 0em) and (max-width: 63.9375em) {
    .textimagespot__link:before {
      content: ""; } }

@media screen and (min-width: 0em) and (max-width: 63.9375em) {
  .textimagespot__link:after {
    content: " >"; } }

@media screen and (min-width: 0em) and (max-width: 63.9375em) {
  .aboutauthors {
    background-color: #8ca3ae; } }

.aboutauthors__container .aboutauthors__item:nth-child(n+4) {
  transition: opacity 1s ease-out;
  opacity: 0;
  height: 0;
  overflow: hidden; }

.aboutauthors__container .aboutauthors__item:nth-child(3) {
  max-height: 50px;
  overflow: hidden;
  height: auto;
  transition: max-height 1000ms linear; }
  @media screen and (min-width: 0em) and (max-width: 63.9375em) {
    .aboutauthors__container .aboutauthors__item:nth-child(3) {
      max-height: 75px; } }

.aboutauthors__image {
  border-radius: 50%;
  margin: 10px;
  display: block; }
  @media screen and (min-width: 0em) and (max-width: 63.9375em) {
    .aboutauthors__image {
      float: right; } }

.aboutauthors__name {
  color: #0970a7;
  font-weight: bold;
  float: left;
  margin-right: 5px;
  line-height: 1.5; }
  @media screen and (min-width: 0em) and (max-width: 63.9375em) {
    .aboutauthors__name {
      color: #ffffff;
      float: none; } }

.aboutauthors__bio p {
  line-height: 1.5 !important; }

@media screen and (min-width: 0em) and (max-width: 63.9375em) {
  .aboutauthors__bio {
    color: #ffffff; } }

.aboutauthors__link {
  color: #0970a7;
  font-weight: normal; }
  @media screen and (min-width: 0em) and (max-width: 63.9375em) {
    .aboutauthors__link {
      float: right;
      color: #ffffff; } }

.aboutauthors__link:before {
  content: "> "; }
  @media screen and (min-width: 0em) and (max-width: 63.9375em) {
    .aboutauthors__link:before {
      content: ""; } }

@media screen and (min-width: 0em) and (max-width: 63.9375em) {
  .aboutauthors__link:after {
    content: " >"; } }

.aboutauthors__item {
  margin-bottom: 10px; }
  @media screen and (min-width: 0em) and (max-width: 63.9375em) {
    .aboutauthors__item {
      padding: 30px 0; } }

.aboutauthors-wrapper {
  margin: 0 0 10px; }

.aboutauthors__fadeout {
  position: absolute;
  width: 100%;
  height: 50px;
  display: initial;
  background-image: linear-gradient(rgba(255, 255, 255, 0) 0%, #f3f7f9 100%);
  transition: height 100ms linear 1s; }
  @media screen and (min-width: 0em) and (max-width: 63.9375em) {
    .aboutauthors__fadeout {
      position: absolute;
      width: 100%;
      height: 75px;
      display: initial;
      background-image: linear-gradient(rgba(255, 255, 255, 0) 0%, #8ca3ae 100%); } }

.aboutauthors__button {
  margin: 1rem 0 1rem 0;
  padding: 0.3em 1.2em 0.3em 0.8em;
  color: #0970a7;
  height: 36px;
  line-height: 36px;
  font-size: 16px;
  border: 1px solid #0970a7;
  border-radius: 22px; }
  @media screen and (min-width: 0em) and (max-width: 63.9375em) {
    .aboutauthors__button {
      clear: both;
      padding: 0.3em 1.2em 0.3em 0.8em;
      color: #0970a7;
      color: #ffffff;
      height: 36px;
      line-height: 36px;
      font-size: 16px;
      border: 1px solid #ffffff;
      border-radius: 22px;
      height: 80px;
      font-size: 18px;
      position: relative; } }

.aboutauthors__buttons {
  margin-bottom: 10px; }
  @media screen and (min-width: 0em) and (max-width: 63.9375em) {
    .aboutauthors__buttons {
      text-align: center; } }

.aboutauthors__row--open .aboutauthors__container .aboutauthors__item:nth-child(n+4) {
  opacity: 1;
  height: auto; }

.aboutauthors__row--open .aboutauthors__container .aboutauthors__item:nth-child(3) {
  max-height: 1000px; }

.aboutauthors__row--open .aboutauthors__fadeout {
  height: 0;
  transition: height 00000ms linear; }

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0; }

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 12px; }

@media screen and (min-width: 0em) and (max-width: 63.9375em) {
  .video-wrapper {
    max-width: 460px;
    margin: auto; } }

video {
  border-radius: 12px; }

.header {
  background: url("/Resources/Acutecaretesting/images/acutecaretesting-header_bg.png") no-repeat top center;
  border-bottom: 4px solid #8ca3ae;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
  background-size: cover; }
  @media screen and (min-width: 0em) and (max-width: 63.9375em) {
    .header {
      padding-top: 0;
      padding-bottom: 0;
      border-width: 0;
      position: fixed; } }

.header__logo {
  margin: 24px 0 30px 0;
  width: 320px; }
  @media screen and (min-width: 0em) and (max-width: 63.9375em) {
    .header__logo {
      margin: 0;
      width: auto; } }

.header__search {
  width: 260px;
  margin-top: 26px; }

.header__searchinput {
  height: 44px;
  width: 100%;
  border-width: 0;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.1);
  font-size: 18px;
  padding-left: 16px;
  padding-top: 8px;
  font-family: Arial;
  border-radius: 10px;
  padding-right: 45px; }
  @media screen and (min-width: 0em) and (max-width: 63.9375em) {
    .header__searchinput {
      padding-right: 0; } }

.header__explorelink {
  display: inline-block;
  margin: 27px 0 0 14px;
  padding: 8px 15px 0px 15px;
  height: 42px; }

.header__searchcategories {
  overflow-y: hidden;
  transition-property: all;
  transition-duration: .2s;
  max-height: 0; }

.header__searchcategories--open {
  max-height: 500px; }

.header__searchspacer {
  color: #fff;
  margin: 35px 0 0 14px; }

.header__searchinput::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #c0d5e1; }

.header__searchinput:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #c0d5e1;
  opacity: 1; }

.header__searchinput::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #c0d5e1;
  opacity: 1; }

.header__searchinput:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #c0d5e1; }

.header__searchinput:placeholder-shown {
  /* Standard (https://drafts.csswg.org/selectors-4/#placeholder) */
  color: #c0d5e1; }

.header__searchbutton {
  position: absolute;
  display: block;
  margin-top: -57px;
  margin-left: 219px;
  height: 38px;
  width: 38px;
  border-radius: 8px;
  background-image: url("/Resources/Acutecaretesting/images/mag.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #75aecd; }

.header__title {
  font-size: 25px;
  color: #ffffff;
  display: table-cell;
  padding: 0px 16px 0 16px;
  white-space: nowrap; }

.header__titlespacer {
  display: table-cell;
  background-image: url("/Resources/Acutecaretesting/images/dot-white.png");
  background-repeat: repeat-x;
  background-position: 0 20px;
  width: 50%; }

.header__titlecontainer {
  display: table; }

.header__list {
  list-style: none;
  margin: 20px 0 0 0; }

.header__listelement {
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 19px; }

html.home .header {
  padding-top: 30px;
  padding-bottom: 18px;
  border-width: 0;
  position: static; }
  @media screen and (min-width: 0em) and (max-width: 63.9375em) {
    html.home .header {
      position: fixed;
      padding-top: 0;
      padding-bottom: 0; } }

html.home .header__logo {
  margin: 0 0 40px 0;
  width: auto; }
  @media screen and (min-width: 0em) and (max-width: 63.9375em) {
    html.home .header__logo {
      margin: 0; } }

html.home .header__search {
  width: 460px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  margin-top: 0px; }

html.home .header__searchinput {
  height: 58px;
  width: 100%;
  border-width: 0;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.1);
  font-size: 22px;
  padding-left: 16px;
  padding-top: 10px;
  font-family: Arial;
  padding-right: 55px; }
  @media screen and (min-width: 0em) and (max-width: 63.9375em) {
    html.home .header__searchinput {
      padding-right: 0; } }

html.home .header__searchbutton {
  position: absolute;
  display: block;
  margin-top: -69px;
  margin-left: 406px;
  height: 49px;
  width: 49px;
  border-radius: 8px;
  background-image: url("/Resources/Acutecaretesting/images/mag.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #75aecd; }

@media screen and (min-width: 0em) and (max-width: 63.9375em) {
  .header__burgercolumn {
    background-color: #214e74;
    width: 60px;
    height: 60px;
    padding: 0;
    background-image: url("/Resources/Acutecaretesting/images/burger.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 30px; }
  .header__logocolumn {
    height: 60px;
    width: calc(100% - 120px);
    padding: 0;
    background: #569cc2;
    background: linear-gradient(to right, #569cc2, #1a6389); }
  .header__logo {
    padding: 0 6% 0 6%;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    max-height: 40px; }
  .header__searchcolumn {
    width: 60px;
    height: 60px;
    padding: 0;
    background-color: #214e74;
    background-image: url("/Resources/Acutecaretesting/images/mag-white.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 30px; }
  .header__searchlistrow {
    overflow-x: hidden;
    overflow-y: auto;
    transition-property: all;
    transition-duration: .1s;
    right: 100%;
    position: fixed;
    z-index: 900;
    width: 100%;
    height: calc(100% - 60px); }
  .header__searchlistcolumn {
    padding: 0; }
  .header__searchlistrow--open .header__searchlistrow {
    right: 0; }
  .header__searchlistrow--open .header__searchcolumn {
    background-image: url("/Resources/Acutecaretesting/images/x.png"); }
  .header__searchlistrow--open .header__burgercolumn {
    background-image: url("/Resources/Acutecaretesting/images/burger-transparant.png"); }
  .header__searchlist {
    list-style-type: none;
    margin: 0; }
  .header__searchsublist {
    list-style-type: none;
    margin: 0;
    max-height: 0;
    overflow-y: hidden;
    transition-property: all;
    transition-duration: .15s; }
  .header__searchlistelement--open .header__searchsublist {
    max-height: 1000px; }
  .header__searchlistelement--open .header__searchlistlink {
    background-image: url("/Resources/Acutecaretesting/images/minus.png");
    background-position: 20px 33px; }
  .header__searchlistlink {
    background: #214e74;
    display: block;
    padding: 15px 40px 15px 60px;
    border-top: 1px solid #ffffff;
    color: #ffffff !important;
    font-size: 22px;
    background-image: url("/Resources/Acutecaretesting/images/plus.png");
    background-repeat: no-repeat;
    background-position: 20px 18px;
    background-size: 30px; }
  .header__searchsublistlink {
    background: #1a6389;
    display: block;
    padding: 15px 40px 15px 60px;
    border-top: 1px solid #ffffff;
    color: #ffffff;
    font-size: 18px; }
  .header__searchlistlink:hover {
    color: #ffffff; }
  .header__searchsublistlink:hover {
    color: #ffffff; }
  .header__navigationlistrow {
    overflow-x: hidden;
    transition-property: all;
    transition-duration: .1s;
    right: 100%;
    position: absolute;
    z-index: 900;
    width: 100%; }
  .header__navigationlistcolumn {
    padding: 0; }
  .header__navigationlistrow--open .header__navigationlistrow {
    right: 0; }
  .header__navigationlistrow--open .header__searchcolumn {
    background-image: url("/Resources/Acutecaretesting/images/mag-white-transparant.png"); }
  .header__navigationlistrow--open .header__burgercolumn {
    background-image: url("/Resources/Acutecaretesting/images/x.png"); }
  .header__navigationlist {
    list-style-type: none;
    margin: 0; }
  .header__navigationlistlink {
    background: #214e74;
    display: block;
    padding: 20px 40px 20px 30px;
    border-top: 1px solid #ffffff;
    color: #ffffff;
    font-size: 22px; }
  .header__navigationlistlink:hover {
    color: #ffffff; }
  .header__navigationlistlinkdescription {
    font-size: 14px;
    display: block;
    width: 100%; }
  .header__searchsmallbutton {
    background-color: #569cc2;
    width: 60px;
    height: 60px;
    padding: 0;
    background-image: url("/Resources/Acutecaretesting/images/mag-white.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 30px; }
  .header__searchsmallrow {
    margin: 0 !important;
    border-top: 1px solid #ffffff; }
  .header__searchsmallinputcolumn {
    height: 60px;
    width: calc(100% - 60px);
    padding: 0;
    background-color: #ffffff; }
  .header__searchsmallinput {
    height: 60px !important;
    width: 100%;
    border-width: 0;
    font-size: 24px !important;
    padding-left: 26px !important;
    padding-top: 10px;
    font-family: Arial;
    border-radius: 0 !important;
    margin-bottom: 0; } }

.list__paginationrow {
  margin-top: 20px; }

.list__paginationcentercolumn {
  padding-top: 22px;
  color: #214e74;
  font-size: 12px;
  font-weight: bold; }

.list__currentpage {
  border: 1px solid #214e74;
  display: inline-block;
  padding: 4px 6px 4px 6px;
  color: #8ca3ae;
  border-radius: 3px; }

.list__paginationbutton {
  width: 100px; }

.list__headerrow {
  margin-top: 40px; }

@media screen and (min-width: 0em) and (max-width: 63.9375em) {
  .list__listitemcolumn {
    padding: 0; }
  .list__paginationleftcolumn {
    width: 30%; }
  .list__paginationcentercolumn {
    width: 40%; }
  .list__paginationrightcolumn {
    width: 30%; } }

@media only screen and (max-width: 395px) {
  .list__paginationbutton {
    width: auto; }
  .button {
    padding: 0.85em 1.0em; } }

.listitem {
  background-color: #ffffff;
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.1);
  margin-top: 22px;
  display: block; }

.listitem__button {
  margin-right: 10px;
  padding: 0.65em 1.4em;
  margin-bottom: 5px;
  margin-top: 5px; }

.listitem__badge {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 100px 100px 0;
  border-color: transparent #569cc2 transparent transparent;
  float: right; }

.listitem__badge--scan {
  border-color: transparent #8ca3ae transparent transparent !important; }

.listitem__badgetext {
  transform: rotate(45deg);
  color: #ffffff;
  margin: 32px 0 0 0;
  text-align: center;
  width: 122px;
  font-size: 12px; }

.listitem__content {
  padding: 21px 22px 16px 22px; }

.listitem__article .listitem__badge {
  border-color: transparent #214e74 transparent transparent; }

.listitem__scan .listitem__badge {
  border-color: transparent #e1e4e7 transparent transparent; }

.listitem__text, .listitem__text * {
  font-weight: normal !important;
  color: #607078; }

.listitem__date, .listitem__author {
  color: #a6a8a9;
  font-size: 12px;
  margin: 0 0 7px 0; }

@media screen and (min-width: 0em) and (max-width: 63.9375em) {
  .listitem {
    margin-top: 1px; } }

.listitem__header {
  font-size: 40px; }
  @media screen and (min-width: 0em) and (max-width: 63.9375em) {
    .listitem__header {
      font-size: 32px;
      line-height: 1.2; } }

.marker__badge {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 100px 100px 0;
  border-color: transparent #1a6389 transparent transparent;
  float: right; }

.marker__badge--Scan {
  border-color: transparent #8ca3ae transparent transparent; }

.marker__badgetext {
  transform: rotate(45deg);
  color: #ffffff;
  margin: 32px 0 0 0;
  text-align: center;
  width: 122px;
  font-size: 12px; }

.marker__position {
  position: absolute;
  top: 20px;
  right: 0;
  margin-left: 0;
  margin-right: 0; }
  @media screen and (min-width: 0em) and (max-width: 63.9375em) {
    .marker__position {
      margin-top: -70px;
      margin-right: -0.71429rem; } }

.authorcategory__authors {
  color: #a6a8a9;
  font-size: 12px;
  margin: 0 0 7px 0;
  display: inline-block; }
  @media screen and (min-width: 0em) and (max-width: 63.9375em) {
    .authorcategory__authors {
      display: block; } }

.authorcategory__categories {
  margin-right: 10px;
  padding: 0.65em 1.4em;
  margin-bottom: 5px;
  margin-top: 5px; }

.summary__title {
  color: #0970a7;
  font-weight: bold; }

.summary__content {
  display: inline-block; }

.bottommenu {
  background-color: #1a6389;
  text-align: center;
  height: 68px;
  line-height: 68px; }

.bottommenu a {
  text-transform: uppercase;
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
  margin: 0 25px; }

.bottommenu a:hover {
  color: #ffffff; }

.bottommenu__mobile {
  background-color: #1a6389;
  text-align: center; }

.bottommenu__mobile__links {
  height: 87px;
  line-height: 87px; }

.bottommenu__mobile__links a {
  color: #ffffff;
  font-size: 15px;
  font-weight: bold; }

.bottommenu__mobile__links a:hover {
  color: #ffffff; }

.bottommenu__mobile__divider {
  height: 2px;
  border-top: 2px solid #8db1c4; }

.references__title {
  color: #0970a7;
  font-weight: bold; }

.references__text {
  max-height: 120px;
  overflow: hidden;
  transition-property: all;
  transition-duration: .4s; }
  @media screen and (min-width: 0em) and (max-width: 63.9375em) {
    .references__text {
      max-height: 250px; } }
  @media print {
    .references__text {
      overflow: initial;
      max-height: none; } }

.references__text li {
  margin-left: 15px; }

.references__fadeout {
  position: absolute;
  width: 100%;
  height: 100px;
  right: 0;
  margin-top: 20px;
  background-image: linear-gradient(rgba(255, 255, 255, 0) 0%, #f3f7f9 100%); }
  @media screen and (min-width: 0em) and (max-width: 63.9375em) {
    .references__fadeout {
      margin-top: 150px; } }

.references__row--open .references__text {
  max-height: 100%; }

.references__row--open .references__fadeout {
  display: none; }

.references__button {
  margin: 1rem 0 1rem 0;
  padding: 0.3em 1.2em 0.3em 0.8em;
  color: #0970a7;
  height: 36px;
  line-height: 36px;
  font-size: 16px;
  border: 1px solid #0970a7;
  border-radius: 22px; }
  @media screen and (min-width: 0em) and (max-width: 63.9375em) {
    .references__button {
      height: 80px;
      font-size: 18px;
      margin-bottom: 0.7rem; } }

.references__sign {
  margin-right: 10px; }

.references__text li {
  margin-top: 5px; }

.socialmediaandtools__button {
  margin: 1rem 0.5rem;
  padding: 0 0.9rem;
  color: #0970a7;
  height: 30px;
  display: table;
  text-align: center;
  font-size: 10px;
  border: 1px solid #0970a7;
  border-radius: 22px;
  font-weight: bold; }
  @media screen and (min-width: 0em) and (max-width: 63.9375em) {
    .socialmediaandtools__button {
      margin: 1rem 0.2rem;
      padding: 0 0.5rem; } }
  @media screen and (max-width: 330px) {
    .socialmediaandtools__button {
      padding: 0 0.4rem; } }

.socialmediaandtools__button--float-right {
  float: right; }

.socialmediaandtools__button:first-child {
  margin-left: 0; }
  @media screen and (min-width: 0em) and (max-width: 63.9375em) {
    .socialmediaandtools__button:first-child {
      margin: 1rem 0.2rem; } }

.socialmediaandtools__button:nth-child(4) {
  margin-right: 0; }
  @media screen and (min-width: 0em) and (max-width: 63.9375em) {
    .socialmediaandtools__button:nth-child(4) {
      margin: 1rem 0.2rem; } }

.socialmediaandtools__icon {
  margin-right: 10px; }
  @media screen and (min-width: 0em) and (max-width: 63.9375em) {
    .socialmediaandtools__icon {
      margin-right: 0; } }

.socialmediaandtools__button span {
  display: table-cell;
  vertical-align: middle; }

.authorslist__image {
  border-radius: 50%;
  padding: 10px;
  display: block; }

.authorslist__item {
  background-color: #ffffff;
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.1);
  margin-top: 22px;
  display: block;
  padding: 21px 22px 16px 22px; }
  @media screen and (min-width: 0em) and (max-width: 63.9375em) {
    .authorslist__item {
      margin-top: 1px; } }

.authorslist__text, .authorslist__text * {
  font-weight: normal !important;
  color: #607078; }

.featuredarticles-dark {
  padding: 40px 0 40px 0; }
  @media screen and (min-width: 64em) {
    .featuredarticles-dark {
      background-color: #569cc2; } }
  .featuredarticles-dark .featuredarticles__header, .featuredarticles-dark .featuredarticles__outerheader {
    margin-right: initial; }
    @media screen and (min-width: 64em) {
      .featuredarticles-dark .featuredarticles__header, .featuredarticles-dark .featuredarticles__outerheader {
        color: #ffffff; } }
  .featuredarticles-dark .featuredarticles__authordate {
    font-size: 12px;
    color: #a9cde0; }
    @media screen and (min-width: 0em) and (max-width: 63.9375em) {
      .featuredarticles-dark .featuredarticles__authordate {
        color: #607078; } }
  .featuredarticles-dark .featuredarticles__text {
    margin-top: 10px;
    color: #607078; }
    @media screen and (min-width: 64em) {
      .featuredarticles-dark .featuredarticles__text {
        color: #ffffff; } }

.featuredarticles-light {
  padding: 40px 0 40px 0; }
  .featuredarticles-light .featuredarticles__text {
    margin-top: 10px;
    color: #607078; }
  .featuredarticles-light .featuredarticles__authordate {
    font-size: 12px;
    color: #607078; }

.featuredarticles__outerheader {
  margin-right: initial !important;
  font-size: 30px;
  margin-bottom: 20px; }

.featuredarticles__header {
  margin-right: initial !important;
  font-size: 22px; }

.featuredarticles__columns {
  padding: 0; }

@media screen and (min-width: 64em) {
  .featuredarticles__slide {
    width: 33.333%;
    float: left;
    text-align: center;
    padding: 0px 25px 0px 25px; }
    .featuredarticles__slide * {
      text-align: left; }
    .featuredarticles__slide:first-child {
      padding: 0px 50px 0px 0px; }
    .featuredarticles__slide:nth-child(3n) {
      padding: 0px 0px 0px 50px; }
    .featuredarticles__slide:nth-of-type(1n+4) {
      display: none !important; } }

@media screen and (min-width: 0em) and (max-width: 63.9375em) {
  .featuredarticles__slide {
    text-align: center;
    font-size: 18px;
    padding: 20px;
    margin: 8px;
    background-color: white;
    border: 1px solid #569cc2; } }

.featuredarticles__image, .featuredarticles__imagecontainer > img {
  border-radius: 50%;
  margin: 20px auto; }

.featuredarticles__button {
  float: right; }

.cookiebanner {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2000;
  padding: 12px;
  background-color: #214e74;
  color: #fff;
  font-size: 12px;
  display: none; }
  .cookiebanner a {
    color: #fff; }

.cookiebanner__title {
  font-size: 18px;
  padding-right: 20px; }

.cookiebanner__textcolumn {
  padding: 8px 0 8px 0; }

.cookiebanner__buttoncolumn {
  padding: 4px 0 4px 0; }

.scfForm {
  width: 60% !important;
  margin-left: auto;
  margin-right: auto;
  background-color: #f3f7f9;
  line-height: 1.5; }
  @media screen and (min-width: 0em) and (max-width: 63.9375em) {
    .scfForm {
      width: 95% !important; } }
  .scfForm .form-title {
    text-align: center;
    color: #0970a7;
    font-family: Arial;
    font-size: 46px;
    font-weight: normal;
    line-height: 1.5; }
    @media screen and (min-width: 0em) and (max-width: 63.9375em) {
      .scfForm .form-title {
        text-align: initial; } }
  .scfForm .form-introduction {
    text-align: center;
    margin-bottom: 50px; }
    @media screen and (min-width: 0em) and (max-width: 63.9375em) {
      .scfForm .form-introduction {
        text-align: initial; } }
  .scfForm .display-section-content {
    float: none; }
  .scfForm .scfSectionBorder .display-section-content {
    width: 48%;
    margin-right: auto;
    margin-left: auto; }
    @media screen and (min-width: 0em) and (max-width: 63.9375em) {
      .scfForm .scfSectionBorder .display-section-content {
        width: 100%; } }
  .scfForm .form-submit-border {
    text-align: center;
    clear: both; }
  .scfForm .form-submit-border .btn {
    line-height: 1.5;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    -webkit-appearance: none;
    transition: background-color 0.25s ease-out, color 0.25s ease-out;
    vertical-align: middle;
    border: 1px solid transparent;
    border-radius: 22px;
    padding: 0.5em 2.6em;
    margin: 1rem 0 1rem 0;
    font-size: 18px;
    background-color: #1a6389;
    color: #fff; }
  .scfForm .field-title {
    float: none;
    font-family: Verdana;
    font-size: 14px;
    color: #a9b3b8;
    display: inline-block;
    width: auto; }
    @media screen and (min-width: 0em) and (max-width: 63.9375em) {
      .scfForm .field-title {
        font-size: 15px; } }
  .scfForm .field-panel {
    float: none;
    width: 100% !important; }
  .scfForm .field-required {
    float: none;
    display: inline-block;
    color: #a9b3b8; }
  .scfForm input[type="text"] {
    font-family: Verdana;
    font-size: 18px;
    color: #a9b3b8;
    line-height: 1.5; }
  .scfForm select {
    color: #0970a7;
    font-size: 16px; }
  .scfForm .field-border label {
    line-height: normal; }
  .scfForm .scfCheckBoxListBorder .field-title {
    display: none; }
  .scfForm .scfCheckBoxListBorder .field-required {
    display: none; }
  .scfForm .scfSectionBorder table {
    width: 100%;
    text-align: center; }
  .scfForm .scfSectionBorder td {
    color: #0970a7; }
    .scfForm .scfSectionBorder td input[type="checkbox"] {
      margin-right: 10px;
      outline: none; }
  .scfForm .field-border {
    clear: both; }
  .scfForm .field-error {
    display: none; }
  .scfForm .form-footer {
    text-align: center;
    font-size: 14px;
    color: #607078; }
  .scfForm .display-section-fieldset {
    border-top: none; }
  .scfForm .scfDroplistBorder .field-required {
    position: absolute;
    margin: -76px 0 0 61px; }
    @media screen and (min-width: 0em) and (max-width: 63.9375em) {
      .scfForm .scfDroplistBorder .field-required {
        margin: -94px 0 0 63px; } }
  .scfForm .form-validation-summary ul {
    width: 48%;
    margin-left: auto;
    margin-right: auto; }
  .scfForm .CustomFormFieldsHiddenText {
    display: none !important; }

.sc9Form {
  width: 60% !important;
  margin-left: auto;
  margin-right: auto;
  background-color: #f3f7f9;
  line-height: 1.5; }
  @media screen and (min-width: 0em) and (max-width: 63.9375em) {
    .sc9Form {
      width: 95% !important; } }
  .sc9Form .control-label:before, .sc9Form control-label-checkbox:after {
    color: #d00;
    content: "*";
    font-weight: bolder; }
  .sc9Form .form-title {
    text-align: center;
    color: #0970a7;
    font-family: Arial;
    font-size: 46px;
    font-weight: normal;
    line-height: 1.5; }
    @media screen and (min-width: 0em) and (max-width: 63.9375em) {
      .sc9Form .form-title {
        text-align: initial; } }
  .sc9Form .form-introduction {
    text-align: center;
    margin-bottom: 50px; }
    @media screen and (min-width: 0em) and (max-width: 63.9375em) {
      .sc9Form .form-introduction {
        text-align: initial; } }
  .sc9Form .display-section-content {
    float: none; }
  .sc9Form .scfSectionBorder .display-section-content {
    width: 48%;
    margin-right: auto;
    margin-left: auto; }
    @media screen and (min-width: 0em) and (max-width: 63.9375em) {
      .sc9Form .scfSectionBorder .display-section-content {
        width: 100%; } }
  .sc9Form .form-submit-border {
    text-align: center;
    clear: both; }
  .sc9Form input[type=submit] {
    line-height: 1.5;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    -webkit-appearance: none;
    transition: background-color 0.25s ease-out, color 0.25s ease-out;
    vertical-align: middle;
    border: 1px solid transparent;
    border-radius: 22px;
    padding: 0.5em 2.6em;
    margin: 1rem 0 1rem 0;
    font-size: 18px;
    background-color: #1a6389;
    color: #fff; }
  .sc9Form .field-title {
    float: none;
    font-family: Verdana;
    font-size: 14px;
    color: #a9b3b8;
    display: inline-block;
    width: auto; }
    @media screen and (min-width: 0em) and (max-width: 63.9375em) {
      .sc9Form .field-title {
        font-size: 15px; } }
  .sc9Form .field-panel {
    float: none;
    width: 100% !important; }
  .sc9Form .field-required {
    float: none;
    display: inline-block;
    color: #a9b3b8; }
  .sc9Form input[type="text"] {
    font-family: Verdana;
    font-size: 18px;
    color: #a9b3b8;
    line-height: 1.5; }
  .sc9Form select {
    color: #0970a7;
    font-size: 16px; }
  .sc9Form .field-border label {
    line-height: normal; }
  .sc9Form .scfCheckBoxListBorder .field-title {
    display: none; }
  .sc9Form .scfCheckBoxListBorder .field-required {
    display: none; }
  .sc9Form .scfSectionBorder table {
    width: 100%;
    text-align: center; }
  .sc9Form .scfSectionBorder td {
    color: #0970a7; }
    .sc9Form .scfSectionBorder td input[type="checkbox"] {
      margin-right: 10px;
      outline: none; }
  .sc9Form .field-border {
    clear: both; }
  .sc9Form .field-error {
    display: none; }
  .sc9Form .form-footer {
    text-align: center;
    font-size: 14px;
    color: #607078; }
  .sc9Form .display-section-fieldset {
    border-top: none; }
  .sc9Form .scfDroplistBorder .field-required {
    position: absolute;
    margin: -76px 0 0 61px; }
    @media screen and (min-width: 0em) and (max-width: 63.9375em) {
      .sc9Form .scfDroplistBorder .field-required {
        margin: -94px 0 0 63px; } }
  .sc9Form .form-validation-summary ul {
    width: 48%;
    margin-left: auto;
    margin-right: auto; }
  .sc9Form .CustomFormFieldsHiddenText {
    display: none !important; }

.journalscanner {
  padding: 40px 0 40px 0;
  background-color: #569cc2; }
  .journalscanner * {
    color: #ffffff; }
  @media screen and (min-width: 64em) {
    .journalscanner .featuredarticles__slide {
      padding: 0;
      float: none;
      width: 100%;
      border-top: 1px solid #76AFCD;
      display: block;
      padding: 30px 0 30px 0; }
    .journalscanner .featuredarticles__imagecontainer {
      width: 180px;
      float: left; }
    .journalscanner .featuredarticles__image, .journalscanner .featuredarticles__imagecontainer > img {
      width: 150px;
      padding: 0; }
    .journalscanner .featuredarticles__authordate {
      font-size: 12px;
      color: #a9cde0;
      float: right;
      width: 280px; }
    .journalscanner .featuredarticles__header {
      float: right;
      width: 280px; }
    .journalscanner .featuredarticles__text {
      float: right;
      width: 280px; } }
  @media screen and (min-width: 0em) and (max-width: 63.9375em) {
    .journalscanner {
      padding: 40px 0 0 0; }
      .journalscanner .featuredarticles__slide {
        background-color: #569cc2; }
      .journalscanner .featuredarticles__authordate {
        font-size: 12px;
        color: #a9cde0; }
      .journalscanner .featuredarticles__header {
        margin: 10px 0 10px 0; }
      .journalscanner .featuredarticles__imagecontainer {
        display: none; } }

.journalscanner__mainheader {
  margin-bottom: 25px;
  text-align: center;
  font-size: 20px; }
  @media screen and (min-width: 0em) and (max-width: 63.9375em) {
    .journalscanner__mainheader {
      color: #569cc2;
      margin-bottom: 20px; } }

.journalscanner__header {
  margin: 0 auto;
  margin-top: 40px;
  width: 200px;
  font-size: 20px; }

.journalscanner__text {
  margin: 0 auto;
  margin-top: 20px;
  padding-bottom: 20px;
  width: 200px; }

.journalscanner__authorcolumn {
  text-align: center; }

@media screen and (min-width: 0em) and (max-width: 63.9375em) {
  .journalscanner__scanscolumn {
    padding-top: 30px;
    background-color: #f3f7f9; } }

.journalscanner__outerheader {
  color: #ffffff;
  margin-right: initial !important;
  font-size: 30px;
  margin-bottom: 40px; }

.newslettersignup {
  background-color: #214e74;
  padding-top: 50px;
  padding-bottom: 50px; }
  @media screen and (min-width: 0em) and (max-width: 63.9375em) {
    .newslettersignup {
      padding-top: 5px;
      padding-bottom: 15px; } }

.newslettersignup--header {
  border-top: 1px solid #ffffff;
  background-color: #214e74;
  padding: 20px 40px 20px 30px;
  font-size: 14px; }
  @media screen and (min-width: 0em) and (max-width: 63.9375em) {
    .newslettersignup--header h2 {
      margin: 0 auto 0 auto;
      font-size: 22px; } }

.newslettersignup__container {
  width: 30%;
  margin-left: auto;
  margin-right: auto;
  text-align: center; }
  @media screen and (min-width: 0em) and (max-width: 63.9375em) {
    .newslettersignup__container {
      width: 90%; } }

.newslettersignup__title, .newslettersignup__text {
  color: #ffffff; }

.newslettersignup__button {
  display: inline-block;
  margin-left: -30px;
  cursor: pointer; }

.newslettersignup__email {
  display: inline-block;
  padding-right: 25px;
  width: 95%;
  font-family: Verdana;
  font-size: 18px;
  color: #2d759a;
  line-height: 1.5;
  height: 60px; }

.buttonlinkbanner {
  background-color: #214e74;
  padding-top: 50px;
  padding-bottom: 50px; }
  @media screen and (min-width: 0em) and (max-width: 63.9375em) {
    .buttonlinkbanner {
      padding-top: 5px;
      padding-bottom: 15px; } }
  .buttonlinkbanner__container {
    width: 30%;
    margin-left: auto;
    margin-right: auto;
    text-align: center; }
    @media screen and (min-width: 0em) and (max-width: 63.9375em) {
      .buttonlinkbanner__container {
        width: 90%; } }
  .buttonlinkbanner__title {
    color: #ffffff; }
    @media screen and (min-width: 0em) and (max-width: 63.9375em) {
      .buttonlinkbanner__title {
        margin-bottom: 0px; } }
  .buttonlinkbanner__button {
    display: inline-block;
    cursor: pointer;
    background-color: #ef9a21; }
    .buttonlinkbanner__button:hover {
      background-color: #ef9a21; }

/**
Template name: Overlay v2
URI: https://cookieinformation.com
Version 1.0.0
**/
/** ANIMATIONS START **/

@keyframes ci-bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0); }
  40% {
    transform: translateY(-30px); }
  60% {
    transform: translateY(-20px); } }

/** ANIMATIONS END **/
.noScroll {
  overflow: hidden !important;
  position: relative;
  height: 100%; }
  .noScroll body {
    overflow: hidden !important;
    position: relative;
    height: 100%; }

#coi-banner-wrapper * {
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: normal;
  text-align: left;
  line-height: normal; }
  #coi-banner-wrapper *:focus {
    outline-width: 1px;
    outline-style: solid;
    outline-color: focus-ring-color;
    outline-color: -webkit-focus-ring-color; }

#coi-banner-wrapper button:focus {
  outline: 1 !important; }

.coi-banner__wrapper {
  width: 600px;
  max-width: 100%;
  max-height: 100%;
  background: #fff;
  overflow-x: hidden;
  border-radius: 5px; }
  .coi-banner__wrapper p {
    margin: 15px 0; }
  .coi-banner__wrapper:focus {
    outline: none; }
  .coi-banner__wrapper a[href]:not([disabled]) {
    text-decoration: underline; }
  .coi-banner__wrapper::-webkit-scrollbar-thumb {
    background-color: #ccc !important;
    border-radius: 5px; }
  .coi-banner__wrapper::-webkit-scrollbar-track {
    background-color: none; }
  .coi-banner__wrapper::-webkit-scrollbar {
    width: 6px;
    background-color: #f5f5f5;
    border-radius: 2px; }
  .coi-banner__wrapper ul {
    padding: 0;
    list-style-position: inside; }
  .coi-banner__wrapper ol {
    padding: 0;
    list-style-position: inside; }

#Coi-Renew {
  display: none;
  box-sizing: border-box;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 60px;
  height: 60px;
  background: #fff;
  z-index: 99999999999;
  padding: 10px;
  border: 0;
  cursor: pointer;
  border-top-right-radius: 50%;
  transform: scale(0.7);
  transform-origin: bottom left;
  transition: all .3s ease; }
  #Coi-Renew:hover {
    transform: scale(1); }
  #Coi-Renew svg {
    width: 100%; }
  #Coi-Renew .renew_path {
    fill: #1C771C !important; }

#coiOverlay {
  background: rgba(0, 0, 0, 0.7);
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  z-index: 99999999999;
  padding: 20px;
  box-sizing: border-box; }

.coi-banner__page {
  -ms-flex: 1;
      flex: 1;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: end;
      align-items: flex-end;
  display: block; }

.coi-banner__summary {
  padding: 40px;
  width: 100%;
  background-color: #003750; }

.coi-banner__cookiedeclaration {
  padding: 40px;
  width: 100%;
  background-color: #003750; }
  .coi-banner__cookiedeclaration .coi-banner__maintext {
    white-space: normal !important; }

.cookiedeclaration_wrapper {
  padding: 40px;
  width: 100%;
  background-color: #003750;
  background: #f6f6f6;
  border-bottom: solid 1px #CCC;
  overflow-x: hidden; }
  .cookiedeclaration_wrapper::-webkit-scrollbar-thumb {
    background-color: #ccc !important;
    border-radius: 5px; }
  .cookiedeclaration_wrapper::-webkit-scrollbar-track {
    background-color: none; }
  .cookiedeclaration_wrapper::-webkit-scrollbar {
    width: 6px;
    background-color: #f5f5f5;
    border-radius: 2px; }

.coi-banner__header {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 40px;
  -ms-flex-direction: row;
      flex-direction: row; }
  .coi-banner__header img {
    max-width: 100%; }
  .coi-banner__header a {
    font-size: 12px !important;
    text-decoration: none !important; }
  .coi-banner__header .logo {
    background-image: url("/images/RadiometerResponsive/RadiometerLogoSvg.svg");
    display: block;
    margin-top: 5px;
    float: left;
    text-indent: -999px;
    width: 150px;
    height: 21px;
    background-repeat: no-repeat;
    background-position: 0 50%;
    background-size: 150px auto; }
    @media screen and (min-width: 0em) and (max-width: 63.9375em) {
      .coi-banner__header .logo {
        width: 100%; } }
  .coi-banner__header .coi-banner__branding {
    font-size: 9px;
    color: #fff; }
    .coi-banner__header .coi-banner__branding a {
      display: block;
      text-decoration: none !important;
      color: #fff !important;
      font-size: 10px;
      font-weight: bold; }

.coi-banner__maintext {
  line-height: 1.1 !important;
  font-size: 1em;
  font-weight: 400; }

.coi-banner__headline {
  display: block;
  font-size: 1.8em;
  line-height: 1.2em !important;
  font-weight: 500;
  margin-bottom: 20px; }

.coi-banner__text {
  color: #fff; }

.coi-banner__page-footer {
  background: #FFFFFF;
  width: 100%;
  padding: 30px 40px;
  position: sticky;
  position: -webkit-sticky;
  bottom: 0;
  z-index: 99999; }

.overlay .coi-consent-banner__category-expander:checked ~ .coi-consent-banner__name-container {
  color: #1c771c; }
  .overlay .coi-consent-banner__category-expander:checked ~ .coi-consent-banner__name-container .ci-arrow {
    -webkit-transform: rotate(-135deg) !important;
    top: 5px;
    transform: rotate(-135deg) !important; }

.overlay .coi-consent-banner__category-expander:checked ~ .coi-consent-banner__description-container {
  max-height: 3000px;
  overflow: hidden; }

.overlay .coi-consent-banner__description-container {
  transition: all .3s ease-in-out;
  max-height: 0;
  overflow: hidden; }

.overlay .coi-consent-banner__switch-container {
  margin-left: 10px; }

.overlay .ci-arrow {
  top: 3px; }

.overlay .coi-consent-banner__category-name {
  font-weight: 600;
  font-size: 14px;
  word-break: break-word; }
  .overlay .coi-consent-banner__category-name span {
    margin-bottom: 30px;
    min-width: 110px;
    max-width: 110px;
    word-break: keep-all; }

.overlay .coi-consent-banner__decline-button {
  background: none;
  color: #5a9db9;
  text-decoration: underline;
  font-size: 1em;
  border: none;
  padding: 0;
  cursor: pointer;
  font-family: Verdana,Geneva,sans-serif; }

.overlay #coi-banner__deselectAll, .overlay #coi-banner__selectAll {
  cursor: pointer;
  text-decoration: underline;
  margin: 5px 0;
  color: #222;
  background: none;
  padding: 0 !important;
  border: none !important; }

.overlay .coi-banner__toggle-consent {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
  margin-bottom: 20px; }

.overlay #coiConsentBannerCategoriesWrapper {
  color: #222;
  width: 100%;
  padding: 40px; }

.overlay .coi-banner__privacycontrols {
  color: #222;
  width: 100%;
  padding: 40px;
  background-color: #003750; }

.overlay .coi-banner__page-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between; }

.overlayV2 .coi-consent-banner__description-container {
  display: none; }

.overlayV2 .tab-panel-active {
  display: block; }

.overlayV2 .coi-consent-banner__category-container {
  padding: 0 40px; }

.overlayV2 #coiConsentBannerCategoriesWrapper {
  border-bottom: solid 1px #CCC;
  max-height: 0;
  min-height: 0;
  transition: all .3s ease-in-out;
  overflow-x: hidden; }

.overlayV2 .coi-banner__page-footer {
  top: 0; }

.overlayV2 .coi-banner__page {
  background: #f6f6f6;
  height: 100%;
  color: #222222;
  font-size: 15px; }

.coi-button-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  width: 100%; }

.coi-toggle-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center; }

.coi-banner__accept {
  color: #222;
  padding: 15px 25px;
  text-align: center !important;
  cursor: pointer;
  font-size: 14px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  border-radius: 3px;
  max-width: 50%;
  margin: 10px 0;
  min-width: 200px;
  border: 0;
  background: none;
  transition: all 300ms ease;
  font-weight: bold;
  text-transform: uppercase;
  background: #56b22b;
  color: #fff;
  text-decoration: none; }
  .coi-banner__accept:hover {
    background: #186018; }

.coi-banner__decline {
  color: #222;
  padding: 15px 25px;
  text-align: center !important;
  cursor: pointer;
  font-size: 14px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  border-radius: 3px;
  max-width: 50%;
  margin: 10px 0;
  min-width: 200px;
  border: 0;
  background: none;
  transition: all 300ms ease;
  font-weight: bold;
  text-transform: uppercase;
  border: solid 1px #dddddd;
  background: #f6f6f6; }
  .coi-banner__decline:hover {
    background: #dddddd; }

.coi-banner__lastpage {
  color: #222;
  padding: 15px 25px;
  text-align: center !important;
  cursor: pointer;
  font-size: 14px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  border-radius: 3px;
  max-width: 50%;
  margin: 10px 0;
  min-width: 200px;
  border: 0;
  background: none;
  transition: all 300ms ease;
  font-weight: bold;
  text-transform: uppercase;
  border: solid 1px #dddddd;
  background: #f6f6f6; }
  .coi-banner__lastpage:hover {
    background: #dddddd; }

.coi-banner__nextpage {
  color: #222;
  padding: 15px 25px;
  text-align: center !important;
  cursor: pointer;
  font-size: 14px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  border-radius: 3px;
  max-width: 50%;
  margin: 10px 0;
  min-width: 200px;
  border: 0;
  background: none;
  transition: all 300ms ease;
  font-weight: bold;
  text-transform: uppercase;
  border: solid 1px #dddddd;
  background: #f6f6f6; }
  .coi-banner__nextpage:hover {
    background: #dddddd; }

#show_details {
  color: #222222;
  margin-top: 10px;
  border: 0 !important;
  padding: 0 !important;
  background: none !important;
  text-decoration: underline;
  cursor: pointer; }

#hide_details {
  color: #222222;
  margin-top: 10px;
  border: 0 !important;
  padding: 0 !important;
  background: none !important;
  text-decoration: underline;
  cursor: pointer;
  display: none; }

#updateButton {
  display: none; }

.coi-banner-consent-group {
  padding: 0 40px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: justify;
      justify-content: space-between; }

.coi-banner-consent-field {
  -ms-flex: 1;
      flex: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: justify;
      justify-content: space-between;
  border-right: solid 1px #ccc;
  padding: 20px 0; }
  .coi-banner-consent-field:last-child {
    border-right: 0; }
  .coi-banner-consent-field div {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center; }

.consent-feld-name {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 10px;
  text-align: center !important; }

.coi-checkboxes {
  position: relative;
  display: -ms-flexbox;
  display: flex; }
  .coi-checkboxes input {
    opacity: 0 !important;
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    cursor: pointer;
    clip: initial !important;
    left: 0 !important;
    top: 0 !important;
    display: block !important; }
    .coi-checkboxes input:focus + .checkbox-toggle {
      outline-color: -webkit-focus-ring-color;
      outline-color: focus-ring-color;
      outline-style: solid;
      outline-width: 1px; }
  .coi-checkboxes .checkbox-toggle {
    background: #aaa;
    width: 65px;
    height: 40px;
    border-radius: 100px;
    position: relative;
    cursor: pointer;
    transition: .3s ease; }
    .coi-checkboxes .checkbox-toggle:before {
      transition: .3s ease;
      content: '';
      width: 30px;
      height: 30px;
      position: absolute;
      background: #fff;
      left: 5px;
      top: 5px;
      box-sizing: border-box;
      color: #333;
      border-radius: 100px; }
  .coi-checkboxes input[type=checkbox]:checked + .checkbox-toggle {
    background: #56b22b; }
    .coi-checkboxes input[type=checkbox]:checked + .checkbox-toggle:before {
      left: 30px;
      background: #fff; }
  .coi-checkboxes input[type=checkbox]:disabled + .checkbox-toggle {
    opacity: 0.3; }

#coiConsentBannerCategoriesWrapper {
  background: #f6f6f6; }
  #coiConsentBannerCategoriesWrapper::-webkit-scrollbar-thumb {
    background-color: #ccc !important;
    border-radius: 5px; }
  #coiConsentBannerCategoriesWrapper::-webkit-scrollbar-track {
    background-color: none; }
  #coiConsentBannerCategoriesWrapper::-webkit-scrollbar {
    width: 6px;
    background-color: #f5f5f5;
    border-radius: 2px; }

.coi-consent-banner__categories-wrapper {
  box-sizing: border-box;
  position: relative; }

.coi-consent-banner__category-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  margin-bottom: 20px; }
  .coi-consent-banner__category-container:first-child {
    padding-top: 40px; }
  .coi-consent-banner__category-container:last-child {
    margin-bottom: 0;
    padding-bottom: 40px; }

.coi-consent-banner__name-container {
  position: relative;
  display: -ms-flexbox;
  display: flex; }
  .coi-consent-banner__name-container .ci-btn-tab-active {
    color: #1C771C; }
    .coi-consent-banner__name-container .ci-btn-tab-active .ci-arrow {
      transform: rotate(-135deg) !important;
      -webkit-transform: rotate(-135deg) !important;
      top: 5px; }

.coi-consent-banner__category-name {
  cursor: pointer;
  display: -ms-flexbox;
  display: flex; }
  .coi-consent-banner__category-name h3 {
    font-weight: 600;
    font-size: 14px !important;
    padding: 0px !important;
    margin: 0px !important;
    word-break: break-word;
    margin-bottom: 30px;
    min-width: 110px;
    max-width: 110px;
    word-break: keep-all; }
  .coi-consent-banner__category-name:hover {
    color: #1C771C; }

.coi-consent-banner__no-cookies {
  margin: 0;
  font-size: 1em; }

.coi-consent-banner__category-expander {
  position: absolute;
  opacity: 0;
  z-index: -1; }
  .coi-consent-banner__category-expander:focus + .coi-consent-banner__name-container {
    outline: solid 1px #4D90FE; }

.coi-consent-banner__description-container {
  width: 100%;
  -ms-flex-item-align: end;
      align-self: flex-end; }
  .coi-consent-banner__description-container::-webkit-scrollbar-thumb {
    background-color: #ccc !important;
    border-radius: 5px; }
  .coi-consent-banner__description-container::-webkit-scrollbar-track {
    background-color: none; }
  .coi-consent-banner__description-container::-webkit-scrollbar {
    width: 6px;
    background-color: #f5f5f5;
    border-radius: 2px;
    display: none; }

.coi-consent-banner__category-description {
  padding: 0 0 0 20px;
  background: 0 0;
  color: #222;
  line-height: 20px;
  font-size: 14px;
  font-weight: 400; }

.cookie-details__detail-container {
  font-size: 13px;
  -ms-flex: 1;
      flex: 1;
  word-break: break-word;
  display: -ms-flexbox;
  display: flex; }
  .cookie-details__detail-container a {
    font-size: 13px;
    -ms-flex: 1;
        flex: 1;
    word-break: break-word;
    display: -ms-flexbox;
    display: flex; }

.cookie-details__detail-title {
  font-weight: 700;
  min-width: 150px;
  max-width: 150px;
  -ms-flex: 2;
      flex: 2;
  padding-right: 5px; }

.cookie-details__detail-container-data-processor-name {
  font-size: 1em;
  font-weight: bold; }

.cookie-details__detail-content {
  -ms-flex: 4;
      flex: 4; }

.coi-consent-banner__found-cookies {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column; }

.coi-consent-banner__cookie-details {
  color: #666666;
  -ms-flex-direction: column;
      flex-direction: column;
  padding: 20px 0;
  line-height: 16px; }

.ci-arrow {
  border: solid #222;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
  transition: all .3s ease;
  margin-right: 10px;
  margin-bottom: 10px;
  width: 10px;
  height: 10px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  position: relative; }

.top-column__website-domains {
  display: block; }

.top-column__bold-text {
  font-weight: 700;
  display: block;
  margin: 10px 0; }

.ci-bounce {
  animation-duration: 1s;
  animation-name: ci-bounce; }

@media only screen and (max-width: 540px) {
  .coi-consent-banner__cookie-details {
    -ms-flex-direction: column;
        flex-direction: column; } }

@media only screen and (max-width: 576px) {
  .coi-banner__header {
    margin-bottom: 20px;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-align: start;
        align-items: flex-start; }
    .coi-banner__header > * {
      padding: 0 5px;
      -ms-flex-align: center;
          align-items: center;
      font-size: 100% !important; }
    .coi-banner__header a {
      font-size: 100% !important; }
    .coi-banner__header img {
      max-width: 100% !important;
      -ms-flex-item-align: center;
          align-self: center; }
  .coi-banner__headline {
    font-size: 1.2em;
    margin-bottom: 20px; }
  #coiOverlay {
    padding: 15px; }
  .overlay #coiConsentBannerCategoriesWrapper {
    padding: 20px !important; }
  .overlay .coi-banner__page-footer {
    padding: 10px !important; }
    .overlay .coi-banner__page-footer button {
      margin: 0 0 10px 0; }
      .overlay .coi-banner__page-footer button:first-child {
        margin-bottom: 0px; }
  .overlay .coi-banner__privacycontrols {
    padding: 20px !important; }
  .overlayV2 .coi-banner__page-footer {
    padding: 20px; }
  .coi-banner__summary {
    padding: 20px; }
  .coi-banner__cookiedeclaration {
    padding: 20px; }
  .cookiedeclaration_wrapper {
    padding: 20px; }
  .coi-button-group {
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    -ms-flex-align: center;
        align-items: center; }
    .coi-button-group button {
      width: 100%;
      max-width: 100%;
      margin: 0 0 15px 0; }
  .coi-banner-consent-group {
    padding: 0 20px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .coi-banner-consent-field {
    -ms-flex-pack: justify;
        justify-content: space-between;
    border-right: 0;
    border-bottom: solid 1px #ccc;
    -ms-flex: 1 0 50%;
        flex: 1 0 50%;
    padding: 10px 0; }
  .consent-feld-name {
    text-align: center !important; }
  .coi-consent-banner__category-name {
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-flow: wrap;
        flex-flow: wrap; }
    .coi-consent-banner__category-name span {
      margin-bottom: 10px;
      max-width: 100%; }
  .coi-consent-banner__name-container {
    -ms-flex-direction: column;
        flex-direction: column; }
  .coi-consent-banner__description-container {
    width: 100%; }
  .coi-consent-banner__category-description {
    padding: 0; }
  .coi-consent-banner__category-container {
    margin-bottom: 20px;
    padding: 0 20px; }
    .coi-consent-banner__category-container:first-child {
      padding-bottom: 0; }
    .coi-consent-banner__category-container:last-child {
      padding-top: 0; }
  .cookie-details__detail-container {
    -ms-flex-flow: column;
        flex-flow: column; }
    .cookie-details__detail-container a {
      -ms-flex-flow: column;
          flex-flow: column; } }

@media only screen and (max-width: 768px) {
  .overlay .coi-consent-banner__category-name {
    -ms-flex-direction: column;
        flex-direction: column; }
  .overlay .coi-banner__page-footer {
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    -ms-flex-align: center;
        align-items: center;
    padding: 30px 40px; }
  .overlay .coi-banner__accept, .overlay .coi-banner__lastpage, .overlay .coi-banner__nextpage {
    max-width: 100% !important;
    width: 100%; }
  .overlay .coi-consent-banner__switch-container {
    position: absolute;
    right: 0;
    top: 20px; }
  .overlay .coi-consent-banner__category-description {
    padding: 0; } }

#coitable {
  border-spacing: 0;
  width: 100%; }
  #coitable * {
    -ms-word-break: break-all;
    box-sizing: border-box;
    text-align: left; }
  #coitable thead {
    display: none; }

.CookieDeclarationHeader {
  font-size: 2.5em;
  margin-bottom: 1em; }

.coitable__table {
  border-spacing: 0;
  width: 100%; }
  .coitable__table tr {
    display: block;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between; }

.coitable__declarationtype {
  border: solid 1px #555555;
  margin-bottom: 15px;
  padding: 15px; }

.coitable__title {
  margin: 0 0 20px 0;
  position: relative; }
  .coitable__title span {
    -ms-flex-align: center;
        align-items: center;
    background: #cccccc;
    border-radius: 100%;
    color: #ffffff;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 0.7em;
    height: 30px;
    -ms-flex-pack: center;
        justify-content: center;
    margin-left: 10px;
    width: 30px; }

.coitable__caption {
  margin-bottom: 20px; }

.coitable__tableheader {
  border-bottom: solid 1px #555555;
  -ms-flex: 1;
      flex: 1;
  font-weight: 600;
  vertical-align: top;
  width: 16%; }

.coitable__cells {
  border-bottom: solid 1px #cccccc;
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1;
      flex: 1;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding-right: 0px;
  padding-right: 10px;
  padding: 10px 0;
  text-align: right !important;
  vertical-align: top;
  width: 16%;
  word-break: break-word; }

#user_id {
  font-size: 1em;
  margin: 20px 0; }
  #user_id span {
    display: block; }

@media only screen and (max-width: 768px) {
  .coitable__title span {
    right: 0; }
  .coitable__table tr {
    display: block; }
  .coitable__cells {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    text-align: right !important;
    padding-right: 0px; }
  .coitable__cells[data-title]:before {
    content: attr(data-title);
    font-size: 1em;
    font-weight: bold;
    -ms-flex: 1 0 50%;
        flex: 1 0 50%;
    text-align: left !important;
    margin-right: 10px; }
  #coitable thead {
    display: none; }
  .coitable__row {
    margin-bottom: 20px; } }

/* INTERNET EXPLORER FIXES */
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  /* IE10+ specific styles go here */
  .coitable__table tr {
    display: table-row; }
  .coitable__cells, .coitable__tableheader {
    width: 16%;
    vertical-align: top; } }
