﻿@charset "UTF-8";
@import "https://fonts.googleapis.com/css?family=Open+Sans:400,800&display=swap";
/* ==========================================================================
   Normalize.scss settings
   ========================================================================== */
/**
 * Includes legacy browser support IE6/7
 *
 * Set to false if you want to drop support for IE6 and IE7
 */
/* Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 * 3. Corrects text resizing oddly in IE 6/7 when body `font-size` is set using
 *  `em` units.
 */
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 6/7/8/9 and Firefox 3.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevents 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, .header .header__col--right .header__top-links .language__selector a:hover, .header .header__col--right .header__top-links ul li a:hover, .v2-header .header .header__col--right .header__top-links .language__selector a:hover, .v2-header .header .header__col--right .header__top-links ul li 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; }

/**
 * Addresses 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
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 8/9/10.
 * 2. Improves image quality when scaled in IE 7.
 */
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.
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
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.
 * 4. Improves appearance and consistency in all browsers.
 */
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.
 * 4. Removes inner spacing in IE 7 without affecting normal text inputs.
 *  Known issue: inner spacing remains in IE 6.
 */
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; }

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 *  Known issue: excess padding remains in IE 6.
 */
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.
 */
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.
 * 3. Corrects text not wrapping in Firefox 3.
 * 4. Corrects alignment displayed oddly in IE 6/7.
 */
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 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,
.header .header__col--right .header__top-links .language__selector a:hover,
.header .header__col--right .header__top-links ul li a:hover,
.v2-header .header .header__col--right .header__top-links .language__selector a:hover,
.v2-header .header .header__col--right .header__top-links ul li 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&medium=48em&large=64em&xlarge=75em&xxlarge=90em"; }

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

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

body {
  padding: 0;
  margin: 0;
  font-family: "Open Sans", Arial, sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  background: #fefefe;
  -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: 0; }

select {
  width: 100%;
  border-radius: 0; }

#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: 0;
  line-height: 1; }

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

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

.row {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-flow: row wrap; }
  .row .row {
    margin-left: -0.625rem;
    margin-right: -0.625rem; }
    @media screen and (min-width: 48em) {
      .row .row {
        margin-left: -0.9375rem;
        margin-right: -0.9375rem; } }
    @media screen and (min-width: 64em) {
      .row .row {
        margin-left: -0.9375rem;
        margin-right: -0.9375rem; } }
  .row.expanded {
    max-width: none; }
  .row.collapse > .column, .row.collapse > .columns {
    padding-left: 0;
    padding-right: 0; }

.column, .columns {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  flex: 1 1 0px; }
  @media screen and (min-width: 48em) {
    .column, .columns {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem; } }
  @media screen and (min-width: 64em) {
    .column, .columns {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem; } }

.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 {
  flex: 0 0 4.16667%;
  max-width: 4.16667%; }

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

.small-2 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%; }

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

.small-3 {
  flex: 0 0 12.5%;
  max-width: 12.5%; }

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

.small-4 {
  flex: 0 0 16.66667%;
  max-width: 16.66667%; }

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

.small-5 {
  flex: 0 0 20.83333%;
  max-width: 20.83333%; }

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

.small-6 {
  flex: 0 0 25%;
  max-width: 25%; }

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

.small-7 {
  flex: 0 0 29.16667%;
  max-width: 29.16667%; }

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

.small-8 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%; }

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

.small-9 {
  flex: 0 0 37.5%;
  max-width: 37.5%; }

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

.small-10 {
  flex: 0 0 41.66667%;
  max-width: 41.66667%; }

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

.small-11 {
  flex: 0 0 45.83333%;
  max-width: 45.83333%; }

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

.small-12 {
  flex: 0 0 50%;
  max-width: 50%; }

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

.small-13 {
  flex: 0 0 54.16667%;
  max-width: 54.16667%; }

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

.small-14 {
  flex: 0 0 58.33333%;
  max-width: 58.33333%; }

.small-offset-13 {
  margin-left: 54.16667%; }

.small-15 {
  flex: 0 0 62.5%;
  max-width: 62.5%; }

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

.small-16 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%; }

.small-offset-15 {
  margin-left: 62.5%; }

.small-17 {
  flex: 0 0 70.83333%;
  max-width: 70.83333%; }

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

.small-18 {
  flex: 0 0 75%;
  max-width: 75%; }

.small-offset-17 {
  margin-left: 70.83333%; }

.small-19 {
  flex: 0 0 79.16667%;
  max-width: 79.16667%; }

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

.small-20 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%; }

.small-offset-19 {
  margin-left: 79.16667%; }

.small-21 {
  flex: 0 0 87.5%;
  max-width: 87.5%; }

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

.small-22 {
  flex: 0 0 91.66667%;
  max-width: 91.66667%; }

.small-offset-21 {
  margin-left: 87.5%; }

.small-23 {
  flex: 0 0 95.83333%;
  max-width: 95.83333%; }

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

.small-24 {
  flex: 0 0 100%;
  max-width: 100%; }

.small-offset-23 {
  margin-left: 95.83333%; }

.small-order-1 {
  order: 1; }

.small-order-2 {
  order: 2; }

.small-order-3 {
  order: 3; }

.small-order-4 {
  order: 4; }

.small-order-5 {
  order: 5; }

.small-order-6 {
  order: 6; }

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

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

@media screen and (min-width: 48em) {
  .medium-1 {
    flex: 0 0 4.16667%;
    max-width: 4.16667%; }
  .medium-offset-0 {
    margin-left: 0%; }
  .medium-2 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .medium-offset-1 {
    margin-left: 4.16667%; }
  .medium-3 {
    flex: 0 0 12.5%;
    max-width: 12.5%; }
  .medium-offset-2 {
    margin-left: 8.33333%; }
  .medium-4 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .medium-offset-3 {
    margin-left: 12.5%; }
  .medium-5 {
    flex: 0 0 20.83333%;
    max-width: 20.83333%; }
  .medium-offset-4 {
    margin-left: 16.66667%; }
  .medium-6 {
    flex: 0 0 25%;
    max-width: 25%; }
  .medium-offset-5 {
    margin-left: 20.83333%; }
  .medium-7 {
    flex: 0 0 29.16667%;
    max-width: 29.16667%; }
  .medium-offset-6 {
    margin-left: 25%; }
  .medium-8 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .medium-offset-7 {
    margin-left: 29.16667%; }
  .medium-9 {
    flex: 0 0 37.5%;
    max-width: 37.5%; }
  .medium-offset-8 {
    margin-left: 33.33333%; }
  .medium-10 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .medium-offset-9 {
    margin-left: 37.5%; }
  .medium-11 {
    flex: 0 0 45.83333%;
    max-width: 45.83333%; }
  .medium-offset-10 {
    margin-left: 41.66667%; }
  .medium-12 {
    flex: 0 0 50%;
    max-width: 50%; }
  .medium-offset-11 {
    margin-left: 45.83333%; }
  .medium-13 {
    flex: 0 0 54.16667%;
    max-width: 54.16667%; }
  .medium-offset-12 {
    margin-left: 50%; }
  .medium-14 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .medium-offset-13 {
    margin-left: 54.16667%; }
  .medium-15 {
    flex: 0 0 62.5%;
    max-width: 62.5%; }
  .medium-offset-14 {
    margin-left: 58.33333%; }
  .medium-16 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .medium-offset-15 {
    margin-left: 62.5%; }
  .medium-17 {
    flex: 0 0 70.83333%;
    max-width: 70.83333%; }
  .medium-offset-16 {
    margin-left: 66.66667%; }
  .medium-18 {
    flex: 0 0 75%;
    max-width: 75%; }
  .medium-offset-17 {
    margin-left: 70.83333%; }
  .medium-19 {
    flex: 0 0 79.16667%;
    max-width: 79.16667%; }
  .medium-offset-18 {
    margin-left: 75%; }
  .medium-20 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .medium-offset-19 {
    margin-left: 79.16667%; }
  .medium-21 {
    flex: 0 0 87.5%;
    max-width: 87.5%; }
  .medium-offset-20 {
    margin-left: 83.33333%; }
  .medium-22 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .medium-offset-21 {
    margin-left: 87.5%; }
  .medium-23 {
    flex: 0 0 95.83333%;
    max-width: 95.83333%; }
  .medium-offset-22 {
    margin-left: 91.66667%; }
  .medium-24 {
    flex: 0 0 100%;
    max-width: 100%; }
  .medium-offset-23 {
    margin-left: 95.83333%; }
  .medium-order-1 {
    order: 1; }
  .medium-order-2 {
    order: 2; }
  .medium-order-3 {
    order: 3; }
  .medium-order-4 {
    order: 4; }
  .medium-order-5 {
    order: 5; }
  .medium-order-6 {
    order: 6; } }

@media screen and (min-width: 48em) and (min-width: 48em) {
  .medium-expand {
    flex: 1 1 0px; } }

.row.medium-unstack .column, .row.medium-unstack .columns {
  flex: 0 0 100%; }
  @media screen and (min-width: 48em) {
    .row.medium-unstack .column, .row.medium-unstack .columns {
      flex: 1 1 0px; } }

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

@media screen and (min-width: 64em) {
  .large-1 {
    flex: 0 0 4.16667%;
    max-width: 4.16667%; }
  .large-offset-0 {
    margin-left: 0%; }
  .large-2 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .large-offset-1 {
    margin-left: 4.16667%; }
  .large-3 {
    flex: 0 0 12.5%;
    max-width: 12.5%; }
  .large-offset-2 {
    margin-left: 8.33333%; }
  .large-4 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .large-offset-3 {
    margin-left: 12.5%; }
  .large-5 {
    flex: 0 0 20.83333%;
    max-width: 20.83333%; }
  .large-offset-4 {
    margin-left: 16.66667%; }
  .large-6 {
    flex: 0 0 25%;
    max-width: 25%; }
  .large-offset-5 {
    margin-left: 20.83333%; }
  .large-7 {
    flex: 0 0 29.16667%;
    max-width: 29.16667%; }
  .large-offset-6 {
    margin-left: 25%; }
  .large-8 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .large-offset-7 {
    margin-left: 29.16667%; }
  .large-9 {
    flex: 0 0 37.5%;
    max-width: 37.5%; }
  .large-offset-8 {
    margin-left: 33.33333%; }
  .large-10 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .large-offset-9 {
    margin-left: 37.5%; }
  .large-11 {
    flex: 0 0 45.83333%;
    max-width: 45.83333%; }
  .large-offset-10 {
    margin-left: 41.66667%; }
  .large-12 {
    flex: 0 0 50%;
    max-width: 50%; }
  .large-offset-11 {
    margin-left: 45.83333%; }
  .large-13 {
    flex: 0 0 54.16667%;
    max-width: 54.16667%; }
  .large-offset-12 {
    margin-left: 50%; }
  .large-14 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .large-offset-13 {
    margin-left: 54.16667%; }
  .large-15 {
    flex: 0 0 62.5%;
    max-width: 62.5%; }
  .large-offset-14 {
    margin-left: 58.33333%; }
  .large-16 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .large-offset-15 {
    margin-left: 62.5%; }
  .large-17 {
    flex: 0 0 70.83333%;
    max-width: 70.83333%; }
  .large-offset-16 {
    margin-left: 66.66667%; }
  .large-18 {
    flex: 0 0 75%;
    max-width: 75%; }
  .large-offset-17 {
    margin-left: 70.83333%; }
  .large-19 {
    flex: 0 0 79.16667%;
    max-width: 79.16667%; }
  .large-offset-18 {
    margin-left: 75%; }
  .large-20 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .large-offset-19 {
    margin-left: 79.16667%; }
  .large-21 {
    flex: 0 0 87.5%;
    max-width: 87.5%; }
  .large-offset-20 {
    margin-left: 83.33333%; }
  .large-22 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .large-offset-21 {
    margin-left: 87.5%; }
  .large-23 {
    flex: 0 0 95.83333%;
    max-width: 95.83333%; }
  .large-offset-22 {
    margin-left: 91.66667%; }
  .large-24 {
    flex: 0 0 100%;
    max-width: 100%; }
  .large-offset-23 {
    margin-left: 95.83333%; }
  .large-order-1 {
    order: 1; }
  .large-order-2 {
    order: 2; }
  .large-order-3 {
    order: 3; }
  .large-order-4 {
    order: 4; }
  .large-order-5 {
    order: 5; }
  .large-order-6 {
    order: 6; } }

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

.row.large-unstack .column, .row.large-unstack .columns {
  flex: 0 0 100%; }
  @media screen and (min-width: 64em) {
    .row.large-unstack .column, .row.large-unstack .columns {
      flex: 1 1 0px; } }

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

@media screen and (min-width: 75em) {
  .xlarge-1 {
    flex: 0 0 4.16667%;
    max-width: 4.16667%; }
  .xlarge-offset-0 {
    margin-left: 0%; }
  .xlarge-2 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .xlarge-offset-1 {
    margin-left: 4.16667%; }
  .xlarge-3 {
    flex: 0 0 12.5%;
    max-width: 12.5%; }
  .xlarge-offset-2 {
    margin-left: 8.33333%; }
  .xlarge-4 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .xlarge-offset-3 {
    margin-left: 12.5%; }
  .xlarge-5 {
    flex: 0 0 20.83333%;
    max-width: 20.83333%; }
  .xlarge-offset-4 {
    margin-left: 16.66667%; }
  .xlarge-6 {
    flex: 0 0 25%;
    max-width: 25%; }
  .xlarge-offset-5 {
    margin-left: 20.83333%; }
  .xlarge-7 {
    flex: 0 0 29.16667%;
    max-width: 29.16667%; }
  .xlarge-offset-6 {
    margin-left: 25%; }
  .xlarge-8 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .xlarge-offset-7 {
    margin-left: 29.16667%; }
  .xlarge-9 {
    flex: 0 0 37.5%;
    max-width: 37.5%; }
  .xlarge-offset-8 {
    margin-left: 33.33333%; }
  .xlarge-10 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .xlarge-offset-9 {
    margin-left: 37.5%; }
  .xlarge-11 {
    flex: 0 0 45.83333%;
    max-width: 45.83333%; }
  .xlarge-offset-10 {
    margin-left: 41.66667%; }
  .xlarge-12 {
    flex: 0 0 50%;
    max-width: 50%; }
  .xlarge-offset-11 {
    margin-left: 45.83333%; }
  .xlarge-13 {
    flex: 0 0 54.16667%;
    max-width: 54.16667%; }
  .xlarge-offset-12 {
    margin-left: 50%; }
  .xlarge-14 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .xlarge-offset-13 {
    margin-left: 54.16667%; }
  .xlarge-15 {
    flex: 0 0 62.5%;
    max-width: 62.5%; }
  .xlarge-offset-14 {
    margin-left: 58.33333%; }
  .xlarge-16 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .xlarge-offset-15 {
    margin-left: 62.5%; }
  .xlarge-17 {
    flex: 0 0 70.83333%;
    max-width: 70.83333%; }
  .xlarge-offset-16 {
    margin-left: 66.66667%; }
  .xlarge-18 {
    flex: 0 0 75%;
    max-width: 75%; }
  .xlarge-offset-17 {
    margin-left: 70.83333%; }
  .xlarge-19 {
    flex: 0 0 79.16667%;
    max-width: 79.16667%; }
  .xlarge-offset-18 {
    margin-left: 75%; }
  .xlarge-20 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .xlarge-offset-19 {
    margin-left: 79.16667%; }
  .xlarge-21 {
    flex: 0 0 87.5%;
    max-width: 87.5%; }
  .xlarge-offset-20 {
    margin-left: 83.33333%; }
  .xlarge-22 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .xlarge-offset-21 {
    margin-left: 87.5%; }
  .xlarge-23 {
    flex: 0 0 95.83333%;
    max-width: 95.83333%; }
  .xlarge-offset-22 {
    margin-left: 91.66667%; }
  .xlarge-24 {
    flex: 0 0 100%;
    max-width: 100%; }
  .xlarge-offset-23 {
    margin-left: 95.83333%; }
  .xlarge-order-1 {
    order: 1; }
  .xlarge-order-2 {
    order: 2; }
  .xlarge-order-3 {
    order: 3; }
  .xlarge-order-4 {
    order: 4; }
  .xlarge-order-5 {
    order: 5; }
  .xlarge-order-6 {
    order: 6; } }

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

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

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

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

.row.align-right {
  justify-content: flex-end; }

.row.align-center {
  justify-content: center; }

.row.align-justify {
  justify-content: space-between; }

.row.align-spaced {
  justify-content: space-around; }

.row.align-top {
  align-items: flex-start; }

.column.align-top, .align-top.columns {
  align-self: flex-start; }

.row.align-bottom {
  align-items: flex-end; }

.column.align-bottom, .align-bottom.columns {
  align-self: flex-end; }

.row.align-middle {
  align-items: center; }

.column.align-middle, .align-middle.columns {
  align-self: center; }

.row.align-stretch {
  align-items: stretch; }

.column.align-stretch, .align-stretch.columns {
  align-self: stretch; }

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: "Open Sans", Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  color: inherit;
  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: #cacaca;
    line-height: 0; }

h1 {
  font-size: 1.5rem; }

h2 {
  font-size: 1.25rem; }

h3 {
  font-size: 1.1875rem; }

h4 {
  font-size: 1.125rem; }

h5 {
  font-size: 1.0625rem; }

h6 {
  font-size: 1rem; }

@media screen and (min-width: 48em) {
  h1 {
    font-size: 3rem; }
  h2 {
    font-size: 2.5rem; }
  h3 {
    font-size: 1.9375rem; }
  h4 {
    font-size: 1.5625rem; }
  h5 {
    font-size: 1.25rem; }
  h6 {
    font-size: 1rem; } }

a {
  color: #2199e8;
  text-decoration: none;
  line-height: inherit;
  cursor: pointer; }
  a:hover, .header .header__col--right .header__top-links .language__selector a:hover, .header .header__col--right .header__top-links ul li a:hover, .v2-header .header .header__col--right .header__top-links .language__selector a:hover, .v2-header .header .header__col--right .header__top-links ul li a:hover, a:focus {
    color: #1585cf; }
  a img {
    border: 0; }

hr {
  max-width: 75rem;
  height: 0;
  border-right: 0;
  border-top: 0;
  border-bottom: 1px solid #cacaca;
  border-left: 0;
  margin: 1.25rem 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: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #cacaca; }
  blockquote, blockquote p {
    line-height: 1.6;
    color: #444444; }
  blockquote, blockquote cite {
    color: #444444; }

cite {
  display: block;
  font-size: 0.8125rem;
  color: #8a8a8a;
  text-align: center; }

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

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

kbd {
  padding: 0.125rem 0.25rem 0;
  margin: 0;
  background-color: #e6e6e6;
  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: #8a8a8a; }

.lead {
  font-size: 125%;
  line-height: 1.6; }

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

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

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

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

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

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

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

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

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

.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: 0;
  padding: 0.85em 1em;
  margin: 0 0 1rem 0;
  font-size: 0.9rem;
  background-color: #2199e8;
  color: #fff; }
  [data-whatinput='mouse'] .button {
    outline: 0; }
  .button:hover, .button:focus {
    background-color: #1583cc;
    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: #3c3c3c;
        color: #3c3c3c; }
    .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: #fefefe transparent transparent;
    border-top-style: solid;
    border-bottom-width: 0;
    position: relative;
    top: 0.4em;
    float: right;
    margin-left: 1em;
    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.4375rem;
  padding: 0.5rem;
  border: 1px solid #cacaca;
  margin: 0 0 1rem;
  font-family: inherit;
  font-size: 1rem;
  color: #0a0a0a;
  background-color: #fefefe;
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
  border-radius: 0;
  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 #8a8a8a;
    background-color: #fefefe;
    outline: none;
    box-shadow: 0 0 5px #cacaca;
    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: #e6e6e6;
  cursor: default; }

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

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

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

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

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

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

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

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

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

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

.input-group-label {
  text-align: center;
  width: 1%;
  height: 100%;
  padding: 0 1rem;
  background: #e6e6e6;
  color: #0a0a0a;
  border: 1px solid #cacaca;
  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.5rem; }

.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.5rem;
  max-width: 100%; }

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

select {
  height: 2.4375rem;
  padding: 0.5rem;
  border: 1px solid #cacaca;
  margin: 0 0 1rem;
  font-size: 1rem;
  font-family: inherit;
  line-height: normal;
  color: #0a0a0a;
  background-color: #fefefe;
  border-radius: 0;
  -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: #e6e6e6;
    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.5rem;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  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: 47.9375em) {
  .hide-for-small-only {
    display: none !important; } }

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

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

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

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

@media screen and (max-width: 47.9375em), screen and (min-width: 64em) {
  .show-for-medium-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; } }

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

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

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

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

.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, .leftmenu .leftmenu__section .leftmenu__item::before, .wrapping .FormContent .text-button-combo.cf::before, .clearfix::after, .leftmenu .leftmenu__section .leftmenu__item::after, .wrapping .FormContent .text-button-combo.cf::after {
  content: ' ';
  display: table; }

.clearfix::after, .leftmenu .leftmenu__section .leftmenu__item::after, .wrapping .FormContent .text-button-combo.cf::after {
  clear: both; }

.accordion {
  list-style-type: none;
  background: #fefefe;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
  border-radius: 0;
  margin-left: 0; }

.accordion-title {
  display: block;
  padding: 1.25rem 1rem;
  line-height: 1;
  font-size: 0.75rem;
  color: #2199e8;
  position: relative;
  border-bottom: 1px solid #e6e6e6; }
  .accordion-title:hover, .accordion-title:focus {
    background-color: #e6e6e6; }
  .accordion-title::before {
    content: '+';
    position: absolute;
    right: 1rem;
    top: 50%;
    margin-top: -0.5rem; }
  .is-active > .accordion-title::before {
    content: '–'; }

.accordion-content {
  padding: 1rem;
  display: none;
  border-bottom: 1px solid #e6e6e6;
  background-color: #fefefe; }

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

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

.badge {
  display: inline-block;
  padding: 0.3em;
  min-width: 2.1em;
  font-size: 0.6rem;
  text-align: center;
  border-radius: 50%;
  background: #2199e8;
  color: #fefefe; }
  .badge.secondary {
    background: #777;
    color: #fefefe; }
  .badge.success {
    background: #3adb76;
    color: #fefefe; }
  .badge.alert {
    background: #ec5840;
    color: #fefefe; }
  .badge.warning {
    background: #ffae00;
    color: #fefefe; }

.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.6875rem;
    cursor: default;
    text-transform: uppercase; }
    .breadcrumbs li:not(:last-child)::after {
      color: #cacaca;
      content: "/";
      margin: 0 0.75rem;
      position: relative;
      top: 1px;
      opacity: 1; }
  .breadcrumbs a {
    color: #2199e8; }
    .breadcrumbs a:hover, .breadcrumbs .header .header__col--right .header__top-links .language__selector a:hover, .header .header__col--right .header__top-links .language__selector .breadcrumbs a:hover, .breadcrumbs .header .header__col--right .header__top-links ul li a:hover, .header .header__col--right .header__top-links ul li .breadcrumbs a:hover {
      text-decoration: underline; }
  .breadcrumbs .disabled {
    color: #cacaca; }

.button-group {
  margin-bottom: 1rem;
  font-size: 0.9rem; }
  .button-group::before, .button-group::after {
    content: ' ';
    display: table; }
  .button-group::after {
    clear: both; }
  .button-group .button {
    float: left;
    margin: 0;
    font-size: inherit; }
    .button-group .button:not(:last-child) {
      border-right: 1px solid #fefefe; }
  .button-group.tiny {
    font-size: 0.6rem; }
  .button-group.small {
    font-size: 0.75rem; }
  .button-group.large {
    font-size: 1.25rem; }
  .button-group.expanded {
    display: table;
    table-layout: fixed;
    width: 100%; }
    .button-group.expanded::before, .button-group.expanded::after {
      display: none; }
    .button-group.expanded .button {
      display: table-cell;
      float: none; }
  .button-group.primary .button {
    background-color: #2199e8;
    color: #fefefe; }
    .button-group.primary .button:hover, .button-group.primary .button:focus {
      background-color: #147cc0;
      color: #fefefe; }
  .button-group.secondary .button {
    background-color: #777;
    color: #fefefe; }
    .button-group.secondary .button:hover, .button-group.secondary .button:focus {
      background-color: #5f5f5f;
      color: #fefefe; }
  .button-group.success .button {
    background-color: #3adb76;
    color: #fefefe; }
    .button-group.success .button:hover, .button-group.success .button:focus {
      background-color: #22bb5b;
      color: #fefefe; }
  .button-group.alert .button {
    background-color: #ec5840;
    color: #fefefe; }
    .button-group.alert .button:hover, .button-group.alert .button:focus {
      background-color: #da3116;
      color: #fefefe; }
  .button-group.warning .button {
    background-color: #ffae00;
    color: #fefefe; }
    .button-group.warning .button:hover, .button-group.warning .button:focus {
      background-color: #cc8b00;
      color: #fefefe; }
  .button-group.stacked .button, .button-group.stacked-for-small .button {
    width: 100%; }
    .button-group.stacked .button:not(:last-child), .button-group.stacked-for-small .button:not(:last-child) {
      border-right: 1px solid; }
  @media screen and (min-width: 48em) {
    .button-group.stacked-for-small .button {
      width: auto; }
      .button-group.stacked-for-small .button:not(:last-child) {
        border-right: 1px solid #fefefe; } }
  @media screen and (min-width: 0em) and (max-width: 47.9375em) {
    .button-group.stacked-for-small.expanded {
      display: block; }
      .button-group.stacked-for-small.expanded .button {
        display: block;
        border-right: 0; } }

.callout {
  margin: 0 0 1rem 0;
  padding: 1rem;
  border: 1px solid rgba(10, 10, 10, 0.25);
  border-radius: 0;
  position: relative;
  color: #0a0a0a;
  background-color: white; }
  .callout > :first-child {
    margin-top: 0; }
  .callout > :last-child {
    margin-bottom: 0; }
  .callout.primary {
    background-color: #def0fc; }
  .callout.secondary {
    background-color: #ebebeb; }
  .callout.success {
    background-color: #e1faea; }
  .callout.alert {
    background-color: #fce6e2; }
  .callout.warning {
    background-color: #fff3d9; }
  .callout.small {
    padding-top: 0.5rem;
    padding-right: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 0.5rem; }
  .callout.large {
    padding-top: 3rem;
    padding-right: 3rem;
    padding-bottom: 3rem;
    padding-left: 3rem; }

.close-button {
  position: absolute;
  color: #8a8a8a;
  right: 1rem;
  top: 0.5rem;
  font-size: 2em;
  line-height: 1;
  cursor: pointer; }
  [data-whatinput='mouse'] .close-button {
    outline: 0; }
  .close-button:hover, .close-button:focus {
    color: #0a0a0a; }

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

.is-drilldown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: -1;
  height: 100%;
  width: 100%;
  background: #fefefe;
  transition: transform 0.15s linear; }
  .is-drilldown-submenu.is-active {
    z-index: 1;
    display: block;
    transform: translateX(-100%); }
  .is-drilldown-submenu.is-closing {
    transform: translateX(100%); }

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

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

.dropdown-pane {
  background-color: #fefefe;
  border: 1px solid #cacaca;
  border-radius: 0;
  display: block;
  font-size: 1rem;
  padding: 1rem;
  position: absolute;
  visibility: hidden;
  width: 300px;
  z-index: 10; }
  .dropdown-pane.is-open {
    visibility: visible; }

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

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

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

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

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

.dropdown.menu:not(.vertical) .is-dropdown-submenu.first-sub {
  top: 100%;
  left: 0;
  right: auto; }

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

.is-dropdown-menu.vertical {
  width: 100px; }
  .is-dropdown-menu.vertical.align-right {
    float: right; }
  .is-dropdown-menu.vertical > li .is-dropdown-submenu {
    top: 0;
    left: 100%; }

.is-dropdown-submenu-parent {
  position: relative; }
  .is-dropdown-submenu-parent a::after {
    float: right;
    margin-top: 3px;
    margin-left: 10px; }
  .is-dropdown-submenu-parent.is-down-arrow a {
    padding-right: 1.5rem;
    position: relative; }
  .is-dropdown-submenu-parent.is-down-arrow > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: #2199e8 transparent transparent;
    border-top-style: solid;
    border-bottom-width: 0;
    position: absolute;
    top: 0.825rem;
    right: 5px; }
  .is-dropdown-submenu-parent.is-left-arrow > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent #2199e8 transparent transparent;
    border-right-style: solid;
    border-left-width: 0;
    float: left;
    margin-left: 0;
    margin-right: 10px; }
  .is-dropdown-submenu-parent.is-right-arrow > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent transparent transparent #2199e8;
    border-left-style: solid;
    border-right-width: 0; }
  .is-dropdown-submenu-parent.is-left-arrow.opens-inner .is-dropdown-submenu {
    right: 0;
    left: auto; }
  .is-dropdown-submenu-parent.is-right-arrow.opens-inner .is-dropdown-submenu {
    left: 0;
    right: auto; }
  .is-dropdown-submenu-parent.opens-inner .is-dropdown-submenu {
    top: 100%; }
  .is-dropdown-submenu-parent.opens-left .is-dropdown-submenu {
    left: auto;
    right: 100%; }

.is-dropdown-submenu {
  display: none;
  position: absolute;
  top: 0;
  left: 100%;
  min-width: 200px;
  z-index: 1;
  background: #fefefe;
  border: 1px solid #cacaca; }
  .is-dropdown-submenu .is-dropdown-submenu {
    margin-top: -1px; }
  .is-dropdown-submenu > li {
    width: 100%; }
  .is-dropdown-submenu:not(.js-dropdown-nohover) > .is-dropdown-submenu-parent:hover > .is-dropdown-submenu, .is-dropdown-submenu.js-dropdown-active {
    display: block; }

.flex-video {
  position: relative;
  height: 0;
  padding-bottom: 75%;
  margin-bottom: 1rem;
  overflow: hidden; }
  .flex-video iframe,
  .flex-video object,
  .flex-video embed,
  .flex-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .flex-video.widescreen {
    padding-bottom: 56.25%; }
  .flex-video.vimeo {
    padding-top: 0; }

.label {
  display: inline-block;
  padding: 0.33333rem 0.5rem;
  font-size: 0.8rem;
  line-height: 1;
  white-space: nowrap;
  cursor: default;
  border-radius: 0;
  background: #2199e8;
  color: #fefefe; }
  .label.secondary {
    background: #777;
    color: #fefefe; }
  .label.success {
    background: #3adb76;
    color: #fefefe; }
  .label.alert {
    background: #ec5840;
    color: #fefefe; }
  .label.warning {
    background: #ffae00;
    color: #fefefe; }

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

.media-object-section {
  display: table-cell;
  vertical-align: top; }
  .media-object-section:first-child {
    padding-right: 1rem; }
  .media-object-section:last-child:not(:nth-child(2)) {
    padding-left: 1rem; }
  .media-object-section.middle {
    vertical-align: middle; }
  .media-object-section.bottom {
    vertical-align: bottom; }

.menu {
  margin: 0;
  list-style-type: none; }
  .menu > li {
    display: table-cell;
    vertical-align: middle; }
    [data-whatinput='mouse'] .menu > li {
      outline: 0; }
  .menu > li > a {
    display: block;
    padding: 0.7rem 1rem;
    line-height: 1; }
  .menu input,
  .menu a,
  .menu button {
    margin-bottom: 0; }
  .menu > li > a > img,
  .menu > li > a > i {
    vertical-align: middle; }
  .menu > li > a > span {
    vertical-align: middle; }
  .menu > li > a > img,
  .menu > li > a > i {
    display: inline-block;
    margin-right: 0.25rem; }
  .menu > li {
    display: table-cell; }
  .menu.vertical > li {
    display: block; }
  @media screen and (min-width: 48em) {
    .menu.medium-horizontal > li {
      display: table-cell; }
    .menu.medium-vertical > li {
      display: block; } }
  @media screen and (min-width: 64em) {
    .menu.large-horizontal > li {
      display: table-cell; }
    .menu.large-vertical > li {
      display: block; } }
  @media screen and (min-width: 75em) {
    .menu.xlarge-horizontal > li {
      display: table-cell; }
    .menu.xlarge-vertical > li {
      display: block; } }
  .menu.simple li {
    line-height: 1;
    display: inline-block;
    margin-right: 1rem; }
  .menu.simple a {
    padding: 0; }
  .menu.align-right > li {
    float: right; }
  .menu.expanded {
    display: table;
    table-layout: fixed;
    width: 100%; }
    .menu.expanded > li:first-child:last-child {
      width: 100%; }
  .menu.icon-top > li > a {
    text-align: center; }
    .menu.icon-top > li > a > img,
    .menu.icon-top > li > a > i {
      display: block;
      margin: 0 auto 0.25rem; }
  .menu.nested {
    margin-left: 1rem; }

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

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

html,
body {
  height: 100%; }

.off-canvas-wrapper {
  width: 100%;
  overflow-x: hidden;
  position: relative;
  backface-visibility: hidden;
  -webkit-overflow-scrolling: auto; }

.off-canvas-wrapper-inner {
  position: relative;
  width: 100%;
  transition: transform 0.5s ease; }
  .off-canvas-wrapper-inner::before, .off-canvas-wrapper-inner::after {
    content: ' ';
    display: table; }
  .off-canvas-wrapper-inner::after {
    clear: both; }

.off-canvas-content,
.off-canvas-content {
  min-height: 100%;
  background: #fefefe;
  transition: transform 0.5s ease;
  backface-visibility: hidden;
  z-index: 1;
  box-shadow: 0 0 10px rgba(10, 10, 10, 0.5); }

.js-off-canvas-exit {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(254, 254, 254, 0.25);
  cursor: pointer;
  transition: background 0.5s ease; }

.off-canvas {
  position: absolute;
  background: #e6e6e6;
  z-index: -1;
  max-height: 100%;
  overflow-y: auto;
  transform: translateX(0); }
  [data-whatinput='mouse'] .off-canvas {
    outline: 0; }
  .off-canvas.position-left {
    left: -250px;
    top: 0;
    width: 250px; }
    .is-open-left {
      transform: translateX(250px); }
  .off-canvas.position-right {
    right: -250px;
    top: 0;
    width: 250px; }
    .is-open-right {
      transform: translateX(-250px); }

@media screen and (min-width: 48em) {
  .position-left.reveal-for-medium {
    left: 0;
    z-index: auto;
    position: fixed; }
    .position-left.reveal-for-medium ~ .off-canvas-content {
      margin-left: 250px; }
  .position-right.reveal-for-medium {
    right: 0;
    z-index: auto;
    position: fixed; }
    .position-right.reveal-for-medium ~ .off-canvas-content {
      margin-right: 250px; } }

@media screen and (min-width: 64em) {
  .position-left.reveal-for-large {
    left: 0;
    z-index: auto;
    position: fixed; }
    .position-left.reveal-for-large ~ .off-canvas-content {
      margin-left: 250px; }
  .position-right.reveal-for-large {
    right: 0;
    z-index: auto;
    position: fixed; }
    .position-right.reveal-for-large ~ .off-canvas-content {
      margin-right: 250px; } }

@media screen and (min-width: 75em) {
  .position-left.reveal-for-xlarge {
    left: 0;
    z-index: auto;
    position: fixed; }
    .position-left.reveal-for-xlarge ~ .off-canvas-content {
      margin-left: 250px; }
  .position-right.reveal-for-xlarge {
    right: 0;
    z-index: auto;
    position: fixed; }
    .position-right.reveal-for-xlarge ~ .off-canvas-content {
      margin-right: 250px; } }

.orbit {
  position: relative; }

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

.orbit-slide {
  width: 100%;
  max-height: 100%; }
  .orbit-slide.no-motionui.is-active {
    top: 0;
    left: 0; }

.orbit-figure {
  margin: 0; }

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

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

.orbit-previous, .orbit-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  padding: 1rem;
  color: #fefefe; }
  [data-whatinput='mouse'] .orbit-previous, [data-whatinput='mouse'] .orbit-next {
    outline: 0; }
  .orbit-previous:hover, .orbit-next:hover, .orbit-previous:active, .orbit-next:active, .orbit-previous:focus, .orbit-next:focus {
    background-color: rgba(10, 10, 10, 0.5); }

.orbit-previous {
  left: 0; }

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

.orbit-bullets {
  position: relative;
  margin-top: 0.8rem;
  margin-bottom: 0.8rem;
  text-align: center; }
  [data-whatinput='mouse'] .orbit-bullets {
    outline: 0; }
  .orbit-bullets button {
    width: 1.2rem;
    height: 1.2rem;
    margin: 0.1rem;
    background-color: #cacaca;
    border-radius: 50%; }
    .orbit-bullets button:hover {
      background-color: #8a8a8a; }
    .orbit-bullets button.is-active {
      background-color: #8a8a8a; }

.pagination {
  margin-left: 0;
  margin-bottom: 1rem; }
  .pagination::before, .pagination::after {
    content: ' ';
    display: table; }
  .pagination::after {
    clear: both; }
  .pagination li {
    font-size: 0.875rem;
    margin-right: 0.0625rem;
    border-radius: 0;
    display: none; }
    .pagination li:last-child, .pagination li:first-child {
      display: inline-block; }
    @media screen and (min-width: 48em) {
      .pagination li {
        display: inline-block; } }
  .pagination a,
  .pagination button {
    color: #0a0a0a;
    display: block;
    padding: 0.1875rem 0.625rem;
    border-radius: 0; }
    .pagination a:hover, .pagination .header .header__col--right .header__top-links .language__selector a:hover, .header .header__col--right .header__top-links .language__selector .pagination a:hover, .pagination .header .header__col--right .header__top-links ul li a:hover, .header .header__col--right .header__top-links ul li .pagination a:hover,
    .pagination button:hover {
      background: #e6e6e6; }
  .pagination .current {
    padding: 0.1875rem 0.625rem;
    background: #2199e8;
    color: #fefefe;
    cursor: default; }
  .pagination .disabled {
    padding: 0.1875rem 0.625rem;
    color: #cacaca;
    cursor: default; }
    .pagination .disabled:hover {
      background: transparent; }
  .pagination .ellipsis::after {
    content: '…';
    padding: 0.1875rem 0.625rem;
    color: #0a0a0a; }

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

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

.progress {
  background-color: #cacaca;
  height: 1rem;
  margin-bottom: 1rem;
  border-radius: 0; }
  .progress.primary .progress-meter {
    background-color: #2199e8; }
  .progress.secondary .progress-meter {
    background-color: #777; }
  .progress.success .progress-meter {
    background-color: #3adb76; }
  .progress.alert .progress-meter {
    background-color: #ec5840; }
  .progress.warning .progress-meter {
    background-color: #ffae00; }

.progress-meter {
  position: relative;
  display: block;
  width: 0%;
  height: 100%;
  background-color: #2199e8; }

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

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

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

.slider-handle {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  left: 0;
  z-index: 1;
  display: inline-block;
  width: 1.4rem;
  height: 1.4rem;
  background-color: #2199e8;
  transition: all 0.2s ease-in-out;
  touch-action: manipulation;
  border-radius: 0; }
  [data-whatinput='mouse'] .slider-handle {
    outline: 0; }
  .slider-handle:hover {
    background-color: #1583cc; }
  .slider-handle.is-dragging {
    transition: all 0s linear; }

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

.slider.vertical {
  display: inline-block;
  width: 0.5rem;
  height: 12.5rem;
  margin: 0 1.25rem;
  transform: scale(1, -1); }
  .slider.vertical .slider-fill {
    top: 0;
    width: 0.5rem;
    max-height: 100%; }
  .slider.vertical .slider-handle {
    position: absolute;
    top: 0;
    left: 50%;
    width: 1.4rem;
    height: 1.4rem;
    transform: translateX(-50%); }

.sticky-container {
  position: relative; }

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

.sticky.is-stuck {
  position: fixed;
  z-index: 5; }
  .sticky.is-stuck.is-at-top {
    top: 0; }
  .sticky.is-stuck.is-at-bottom {
    bottom: 0; }

.sticky.is-anchored {
  position: absolute;
  left: auto;
  right: auto; }
  .sticky.is-anchored.is-at-bottom {
    bottom: 0; }

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

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

.reveal {
  display: none;
  z-index: 1006;
  padding: 1rem;
  border: 1px solid #cacaca;
  margin: 6.25rem auto 0;
  background-color: #fefefe;
  border-radius: 0;
  position: absolute;
  overflow-y: auto; }
  [data-whatinput='mouse'] .reveal {
    outline: 0; }
  @media screen and (min-width: 48em) {
    .reveal {
      min-height: 0; } }
  .reveal .column, .reveal .columns,
  .reveal .columns {
    min-width: 0; }
  .reveal > :last-child {
    margin-bottom: 0; }
  @media screen and (min-width: 48em) {
    .reveal {
      width: 600px;
      max-width: 75rem; } }
  @media screen and (min-width: 48em) {
    .reveal .reveal {
      left: auto;
      right: auto;
      margin: 0 auto; } }
  .reveal.collapse {
    padding: 0; }
  @media screen and (min-width: 48em) {
    .reveal.tiny {
      width: 30%;
      max-width: 75rem; } }
  @media screen and (min-width: 48em) {
    .reveal.small {
      width: 50%;
      max-width: 75rem; } }
  @media screen and (min-width: 48em) {
    .reveal.large {
      width: 90%;
      max-width: 75rem; } }
  .reveal.full {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    height: 100vh;
    min-height: 100vh;
    max-width: none;
    margin-left: 0;
    border: 0; }

.switch {
  margin-bottom: 1rem;
  outline: 0;
  position: relative;
  user-select: none;
  color: #fefefe;
  font-weight: bold;
  font-size: 0.875rem; }

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

.switch-paddle {
  background: #cacaca;
  cursor: pointer;
  display: block;
  position: relative;
  width: 4rem;
  height: 2rem;
  transition: all 0.25s ease-out;
  border-radius: 0;
  color: inherit;
  font-weight: inherit; }
  input + .switch-paddle {
    margin: 0; }
  .switch-paddle::after {
    background: #fefefe;
    content: '';
    display: block;
    position: absolute;
    height: 1.5rem;
    left: 0.25rem;
    top: 0.25rem;
    width: 1.5rem;
    transition: all 0.25s ease-out;
    transform: translate3d(0, 0, 0);
    border-radius: 0; }
  input:checked ~ .switch-paddle {
    background: #2199e8; }
    input:checked ~ .switch-paddle::after {
      left: 2.25rem; }
  [data-whatinput='mouse'] input:focus ~ .switch-paddle {
    outline: 0; }

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

.switch-active {
  left: 8%;
  display: none; }
  input:checked + label > .switch-active {
    display: block; }

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

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

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

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

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

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

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

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

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

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

table {
  width: 100%;
  margin-bottom: 1rem;
  border-radius: 0; }
  table thead,
  table tbody,
  table tfoot {
    border: 1px solid #f1f1f1;
    background-color: #fefefe; }
  table caption {
    font-weight: bold;
    padding: 0.5rem 0.625rem 0.625rem; }
  table thead,
  table tfoot {
    background: #f8f8f8;
    color: #0a0a0a; }
    table thead tr,
    table tfoot tr {
      background: transparent; }
    table thead th,
    table thead td,
    table tfoot th,
    table tfoot td {
      padding: 0.5rem 0.625rem 0.625rem;
      font-weight: bold;
      text-align: left; }
  table tbody tr:nth-child(even) {
    background-color: #f1f1f1; }
  table tbody th,
  table tbody td {
    padding: 0.5rem 0.625rem 0.625rem; }

@media screen and (max-width: 1023px) {
  .article__item table {
    display: block;
    width: 100%;
    overflow-x: auto;
    height: auto !important; }
  .article__item ::-webkit-scrollbar {
    -webkit-appearance: none; }
  .article__item ::-webkit-scrollbar:vertical {
    width: 10px; }
  .article__item ::-webkit-scrollbar:horizontal {
    height: 10px; }
  .article__item ::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    border: 2px solid #ffffff; } }

@media screen and (max-width: 63.9375em) {
  table.stack thead {
    display: none; }
  table.stack tfoot {
    display: none; }
  table.stack tr,
  table.stack th,
  table.stack td {
    display: block; }
  table.stack td {
    border-top: 0; } }

table.scroll {
  display: block;
  width: 100%;
  overflow-x: auto; }

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

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

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

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

.tabs.simple > li > a {
  padding: 0; }
  .tabs.simple > li > a:hover, .header .header__col--right .header__top-links .language__selector .tabs.simple > li > a:hover, .header .header__col--right .header__top-links ul .tabs.simple > li > a:hover {
    background: transparent; }

.tabs.primary {
  background: #2199e8; }
  .tabs.primary > li > a {
    color: #fefefe; }
    .tabs.primary > li > a:hover, .header .header__col--right .header__top-links .language__selector .tabs.primary > li > a:hover, .header .header__col--right .header__top-links ul .tabs.primary > li > a:hover, .tabs.primary > li > a:focus {
      background: #1893e4; }

.tabs-title {
  float: left; }
  .tabs-title > a {
    display: block;
    padding: 1.25rem 1.5rem;
    line-height: 1;
    font-size: 12px;
    color: #2199e8; }
    .tabs-title > a:hover, .header .header__col--right .header__top-links .language__selector .tabs-title > a:hover, .header .header__col--right .header__top-links ul li .tabs-title > a:hover {
      background: #fefefe; }
    .tabs-title > a:focus, .tabs-title > a[aria-selected='true'] {
      background: #e6e6e6; }

.tabs-content {
  background: #fefefe;
  transition: all 0.5s ease;
  border: 1px solid #e6e6e6;
  border-top: 0; }

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

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

.thumbnail {
  border: solid 4px #fefefe;
  box-shadow: 0 0 0 1px rgba(10, 10, 10, 0.2);
  display: inline-block;
  line-height: 0;
  max-width: 100%;
  transition: box-shadow 200ms ease-out;
  border-radius: 0;
  margin-bottom: 1rem; }
  .thumbnail:hover, .thumbnail:focus {
    box-shadow: 0 0 6px 1px rgba(33, 153, 232, 0.5); }

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

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

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

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

.menu-icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  width: 20px;
  height: 16px; }
  .menu-icon::after {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 2px;
    background: #fefefe;
    top: 0;
    left: 0;
    box-shadow: 0 7px 0 #fefefe, 0 14px 0 #fefefe; }
  .menu-icon:hover::after {
    background: #cacaca;
    box-shadow: 0 7px 0 #cacaca, 0 14px 0 #cacaca; }

.menu-icon.dark {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  width: 20px;
  height: 16px; }
  .menu-icon.dark::after {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 2px;
    background: #0a0a0a;
    top: 0;
    left: 0;
    box-shadow: 0 7px 0 #0a0a0a, 0 14px 0 #0a0a0a; }
  .menu-icon.dark:hover::after {
    background: #8a8a8a;
    box-shadow: 0 7px 0 #8a8a8a, 0 14px 0 #8a8a8a; }

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

.tooltip {
  background-color: #0a0a0a;
  color: #fefefe;
  font-size: 80%;
  padding: 0.75rem;
  position: absolute;
  z-index: 10;
  top: calc(100% + 0.6495rem);
  max-width: 10rem !important;
  border-radius: 0; }
  .tooltip::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    border-color: transparent transparent #0a0a0a;
    border-bottom-style: solid;
    border-top-width: 0;
    bottom: 100%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%); }
  .tooltip.top::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    border-color: #0a0a0a transparent transparent;
    border-top-style: solid;
    border-bottom-width: 0;
    top: 100%;
    bottom: auto; }
  .tooltip.left::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    border-color: transparent transparent transparent #0a0a0a;
    border-left-style: solid;
    border-right-width: 0;
    bottom: auto;
    left: 100%;
    top: 50%;
    transform: translateY(-50%); }
  .tooltip.right::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    border-color: transparent #0a0a0a transparent transparent;
    border-right-style: solid;
    border-left-width: 0;
    bottom: auto;
    left: auto;
    right: 100%;
    top: 50%;
    transform: translateY(-50%); }

.top-bar {
  padding: 0.5rem; }
  .top-bar::before, .top-bar::after {
    content: ' ';
    display: table; }
  .top-bar::after {
    clear: both; }
  .top-bar,
  .top-bar ul {
    background-color: #e6e6e6; }
  .top-bar input {
    width: 200px;
    margin-right: 1rem; }
  .top-bar input.button {
    width: auto; }

@media screen and (max-width: 47.9375em) {
  .stacked-for-small .top-bar-title {
    width: 100%; }
  .stacked-for-small .top-bar-right {
    width: 100%; }
  .stacked-for-small .top-bar-left {
    width: 100%; } }

@media screen and (max-width: 63.9375em) {
  .stacked-for-medium .top-bar-title {
    width: 100%; }
  .stacked-for-medium .top-bar-right {
    width: 100%; }
  .stacked-for-medium .top-bar-left {
    width: 100%; } }

@media screen and (max-width: 74.9375em) {
  .stacked-for-large .top-bar-title {
    width: 100%; }
  .stacked-for-large .top-bar-right {
    width: 100%; }
  .stacked-for-large .top-bar-left {
    width: 100%; } }

@media screen and (max-width: 89.9375em) {
  .stacked-for-xlarge .top-bar-title {
    width: 100%; }
  .stacked-for-xlarge .top-bar-right {
    width: 100%; }
  .stacked-for-xlarge .top-bar-left {
    width: 100%; } }

@media screen and (min-width: 0em) and (max-width: 47.9375em) {
  .top-bar-title {
    width: 100%; }
  .top-bar-right {
    width: 100%; }
  .top-bar-left {
    width: 100%; } }

.top-bar-title {
  float: left;
  margin-right: 1rem; }

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

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

.slide-in-down.mui-enter, .slide-in-left.mui-enter, .slide-in-up.mui-enter, .slide-in-right.mui-enter, .slide-out-down.mui-leave, .slide-out-right.mui-leave, .slide-out-up.mui-leave, .slide-out-left.mui-leave, .fade-in.mui-enter, .fade-out.mui-leave, .hinge-in-from-top.mui-enter, .hinge-in-from-right.mui-enter, .hinge-in-from-bottom.mui-enter, .hinge-in-from-left.mui-enter, .hinge-in-from-middle-x.mui-enter, .hinge-in-from-middle-y.mui-enter, .hinge-out-from-top.mui-leave, .hinge-out-from-right.mui-leave, .hinge-out-from-bottom.mui-leave, .hinge-out-from-left.mui-leave, .hinge-out-from-middle-x.mui-leave, .hinge-out-from-middle-y.mui-leave, .scale-in-up.mui-enter, .scale-in-down.mui-enter, .scale-out-up.mui-leave, .scale-out-down.mui-leave, .spin-in.mui-enter, .spin-out.mui-leave, .spin-in-ccw.mui-enter, .spin-out-ccw.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear; }

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

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

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

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

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

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

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

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

.slide-out-down.mui-leave {
  transform: translateY(0);
  transition-property: transform, opacity;
  backface-visibility: hidden; }

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

.slide-out-right.mui-leave {
  transform: translateX(0);
  transition-property: transform, opacity;
  backface-visibility: hidden; }

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

.slide-out-up.mui-leave {
  transform: translateY(0);
  transition-property: transform, opacity;
  backface-visibility: hidden; }

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

.slide-out-left.mui-leave {
  transform: translateX(0);
  transition-property: transform, opacity;
  backface-visibility: hidden; }

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

.fade-in.mui-enter {
  opacity: 0;
  transition-property: opacity; }

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

.fade-out.mui-leave {
  opacity: 1;
  transition-property: opacity; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.scale-in-up.mui-enter {
  transform: scale(0.5);
  transition-property: transform, opacity;
  opacity: 0; }

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

.scale-in-down.mui-enter {
  transform: scale(1.5);
  transition-property: transform, opacity;
  opacity: 0; }

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

.scale-out-up.mui-leave {
  transform: scale(1);
  transition-property: transform, opacity;
  opacity: 1; }

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

.scale-out-down.mui-leave {
  transform: scale(1);
  transition-property: transform, opacity;
  opacity: 1; }

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

.spin-in.mui-enter {
  transform: rotate(-0.75turn);
  transition-property: transform, opacity;
  opacity: 0; }

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

.spin-out.mui-leave {
  transform: rotate(0);
  transition-property: transform, opacity;
  opacity: 1; }

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

.spin-in-ccw.mui-enter {
  transform: rotate(0.75turn);
  transition-property: transform, opacity;
  opacity: 0; }

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

.spin-out-ccw.mui-leave {
  transform: rotate(0);
  transition-property: transform, opacity;
  opacity: 1; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@font-face {
  font-family: "ITC Avant Garde Gothic W01 Bk";
  src: url("../Fonts/07413afc-2280-4cfc-8860-184839a93fa4.eot?#iefix");
  src: url("../Fonts/07413afc-2280-4cfc-8860-184839a93fa4.eot?#iefix") format("eot"), url("../Fonts/6f1146c0-9c0b-4949-866d-9affc396531f.woff2") format("woff2"), url("../Fonts/2c50f982-bb73-4891-8d0e-587c1136c2e5.woff") format("woff"), url("../Fonts/abf065fe-a1ab-4013-8c49-45ce7f8ac828.ttf") format("truetype"), url("../Fonts/33f16cdf-c09a-4344-89ce-e17a5ecf4664.svg#33f16cdf-c09a-4344-89ce-e17a5ecf4664") format("svg");
  font-style: normal;
  font-weight: normal; }

@font-face {
  font-family: "ITC Avant Garde Gothic W01 Bk";
  src: url("../Fonts/316488bd-ab44-4659-8097-c777e49cb779.eot?#iefix");
  src: url("../Fonts/316488bd-ab44-4659-8097-c777e49cb779.eot?#iefix") format("eot"), url("../Fonts/abe9daef-72eb-45cc-a93a-7d6285130117.woff2") format("woff2"), url("../Fonts/69fdedf5-3ddd-4815-99d0-4f04ec6c5443.woff") format("woff"), url("../Fonts/d3143815-aa58-48b1-a22d-f5e6528b535f.ttf") format("truetype"), url("../Fonts/00d72ac7-a26a-4b99-ab25-505e83d5128f.svg#00d72ac7-a26a-4b99-ab25-505e83d5128f") format("svg");
  font-style: italic;
  font-weight: normal; }

@font-face {
  font-family: "ITC Avant Garde Gothic W01 Bd";
  src: url("../Fonts/7882e98f-91dc-4562-9ae7-89142461ea7d.eot?#iefix");
  src: url("../Fonts/7882e98f-91dc-4562-9ae7-89142461ea7d.eot?#iefix") format("eot"), url("../Fonts/4cadb55f-822a-4a35-8918-becfc5a866a3.woff2") format("woff2"), url("../Fonts/af007af5-dcfa-465a-a278-47ab3eb9a589.woff") format("woff"), url("../Fonts/9a9365bb-bc37-4768-8d00-df0bdf405665.ttf") format("truetype"), url("../Fonts/4443cc42-374b-40e5-968c-b29f549f0835.svg#4443cc42-374b-40e5-968c-b29f549f0835") format("svg");
  font-style: normal;
  font-weight: bold; }

@font-face {
  font-family: "ITC Avant Garde Gothic W01 Bd";
  src: url("../Fonts/6efb1129-bd1b-4510-9a79-eaf5ced4e0e6.eot?#iefix");
  src: url("../Fonts/6efb1129-bd1b-4510-9a79-eaf5ced4e0e6.eot?#iefix") format("eot"), url("../Fonts/d99870e3-80c6-4bef-9f30-cefc9783267e.woff2") format("woff2"), url("../Fonts/9ef89e17-47a9-4782-a31e-d514570edf8d.woff") format("woff"), url("../Fonts/eb51e5a9-33ec-4281-b6b7-068ae099deb8.ttf") format("truetype"), url("../Fonts/29430535-8db5-4d7b-9446-65e322fdd404.svg#29430535-8db5-4d7b-9446-65e322fdd404") format("svg");
  font-style: italic;
  font-weight: bold; }

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

[class^="hkr-icon--"], [class*=" hkr-icon--"], .core-wrapper-footer footer .footer__text .language__swap a:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'hkr' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.hkr-icon--chevron-bold:before {
  content: ""; }

.hkr-icon--chevron-breadcrumb:before {
  content: ""; }

.hkr-icon--chevron-link:before {
  content: ""; }

.hkr-icon--clear-input:before {
  content: ""; }

.hkr-icon--close:before {
  content: ""; }

.hkr-icon--dropdown:before {
  content: ""; }

.hkr-icon--facebook:before {
  content: ""; }

.hkr-icon--globe:before, .menu--mobile .menu__content .menu__link[href="/en/"]:before, .menu--mobile .menu__content .menu__link[href="/"]:before {
  content: ""; }

.hkr-icon--instagram:before {
  content: ""; }

.hkr-icon--link-away:before {
  content: ""; }

.hkr-icon--linkedin:before {
  content: ""; }

.hkr-icon--mail:before {
  content: ""; }

.hkr-icon--open:before {
  content: ""; }

.hkr-icon--quote:before {
  content: ""; }

.hkr-icon--remove:before {
  content: ""; }

.hkr-icon--rss:before {
  content: ""; }

.hkr-icon--search-small:before {
  content: "";
  background: url(/static/redesign/images/header_search.svg);
  display: block;
  width: 22px;
  height: 22px;
  float: left;
  margin: 0 0 0 4px;
  background-size: 22px 22px;
  background-repeat: no-repeat;
  transition: background .25s ease-in-out; }

.hkr-icon--search:before {
  content: ""; }

.hkr-icon--twitter:before {
  content: ""; }

.hkr-icon--youtube:before {
  content: ""; }

.offset-top-1 {
  margin-top: 15px; }

.offset-left-1 {
  margin-left: 15px; }

.offset-bottom-1 {
  margin-bottom: 15px; }

.offset-right-1 {
  margin-right: 15px; }

.offset-top-2 {
  margin-top: 30px; }

.offset-left-2 {
  margin-left: 30px; }

.offset-bottom-2 {
  margin-bottom: 30px; }

.offset-right-2 {
  margin-right: 30px; }

.offset-top-3 {
  margin-top: 45px; }

.offset-left-3 {
  margin-left: 45px; }

.offset-bottom-3 {
  margin-bottom: 45px; }

.offset-right-3 {
  margin-right: 45px; }

.offset-top-4 {
  margin-top: 60px; }

.offset-left-4 {
  margin-left: 60px; }

.offset-bottom-4 {
  margin-bottom: 60px; }

.offset-right-4 {
  margin-right: 60px; }

.offset-top-5 {
  margin-top: 75px; }

.offset-left-5 {
  margin-left: 75px; }

.offset-bottom-5 {
  margin-bottom: 75px; }

.offset-right-5 {
  margin-right: 75px; }

.level-0 .border-offset {
  /* @include offset-border($border-thickness-thick * ($i + 1));*/ }
  .level-0 .border-offset * > .leftmenu__link {
    padding-left: 30px; }

.level-0 .leftmenu__item--active-chain + section .leftmenu__item {
  /*@include offset-border($border-thickness-thick * ($i + 1));*/
  padding-left: 20px; }
  .level-0 .leftmenu__item--active-chain + section .leftmenu__item * > .leftmenu__link {
    padding-left: 20px; }
  .level-0 .leftmenu__item--active-chain + section .leftmenu__item a {
    color: #ff00ff;
    font-size: 14px !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important; }

.level-1 .border-offset {
  /* @include offset-border($border-thickness-thick * ($i + 1));*/ }
  .level-1 .border-offset * > .leftmenu__link {
    padding-left: 30px; }

.level-1 .leftmenu__item--active-chain + section .leftmenu__item {
  /*@include offset-border($border-thickness-thick * ($i + 1));*/
  padding-left: 40px; }
  .level-1 .leftmenu__item--active-chain + section .leftmenu__item * > .leftmenu__link {
    padding-left: 40px; }
  .level-1 .leftmenu__item--active-chain + section .leftmenu__item a {
    color: #ff00ff;
    font-size: 14px !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important; }

.level-2 .border-offset {
  /* @include offset-border($border-thickness-thick * ($i + 1));*/ }
  .level-2 .border-offset * > .leftmenu__link {
    padding-left: 30px; }

.level-2 .leftmenu__item--active-chain + section .leftmenu__item {
  /*@include offset-border($border-thickness-thick * ($i + 1));*/
  padding-left: 60px; }
  .level-2 .leftmenu__item--active-chain + section .leftmenu__item * > .leftmenu__link {
    padding-left: 60px; }
  .level-2 .leftmenu__item--active-chain + section .leftmenu__item a {
    color: #ff00ff;
    font-size: 14px !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important; }

.level-3 .border-offset {
  /* @include offset-border($border-thickness-thick * ($i + 1));*/ }
  .level-3 .border-offset * > .leftmenu__link {
    padding-left: 30px; }

.level-3 .leftmenu__item--active-chain + section .leftmenu__item {
  /*@include offset-border($border-thickness-thick * ($i + 1));*/
  padding-left: 80px; }
  .level-3 .leftmenu__item--active-chain + section .leftmenu__item * > .leftmenu__link {
    padding-left: 80px; }
  .level-3 .leftmenu__item--active-chain + section .leftmenu__item a {
    color: #ff00ff;
    font-size: 14px !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important; }

.level-4 .border-offset {
  /* @include offset-border($border-thickness-thick * ($i + 1));*/ }
  .level-4 .border-offset * > .leftmenu__link {
    padding-left: 30px; }

.level-4 .leftmenu__item--active-chain + section .leftmenu__item {
  /*@include offset-border($border-thickness-thick * ($i + 1));*/
  padding-left: 100px; }
  .level-4 .leftmenu__item--active-chain + section .leftmenu__item * > .leftmenu__link {
    padding-left: 100px; }
  .level-4 .leftmenu__item--active-chain + section .leftmenu__item a {
    color: #ff00ff;
    font-size: 14px !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important; }

.level-5 .border-offset {
  /* @include offset-border($border-thickness-thick * ($i + 1));*/ }
  .level-5 .border-offset * > .leftmenu__link {
    padding-left: 30px; }

.level-5 .leftmenu__item--active-chain + section .leftmenu__item {
  /*@include offset-border($border-thickness-thick * ($i + 1));*/
  padding-left: 120px; }
  .level-5 .leftmenu__item--active-chain + section .leftmenu__item * > .leftmenu__link {
    padding-left: 120px; }
  .level-5 .leftmenu__item--active-chain + section .leftmenu__item a {
    color: #ff00ff;
    font-size: 14px !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important; }

.hkr-sprite {
  background-image: url("../Static/gfx/HKR-Spritemap-Sv@x1.png");
  background-repeat: no-repeat;
  background-size: 680px 100px; }
  .hkr-sprite.en {
    background-image: url("../Static/gfx/HKR-Spritemap-En@x1.png"); }
  @media screen and (max-width: 1023px) {
    .hkr-sprite.logo {
      height: 35px;
      width: 140px;
      background-position: -540px 0;
      position: relative;
      z-index: 2200; }
      .hkr-sprite.logo.pagenotfound {
        height: 80px;
        width: 230px;
        background-position: -300px 0; } }
  @media screen and (min-width: 1024px) and (max-width: 1199px) {
    .hkr-sprite.logo {
      height: 80px;
      width: 230px;
      background-position: -300px 0; } }
  @media screen and (min-width: 1200px) {
    .hkr-sprite.logo {
      height: 100px;
      width: 290px;
      background-position: 0 0; } }
  @media (min--moz-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 2 / 1), (-webkit-min-device-pixel-ratio: 2), (min-device-pixel-ratio: 2) {
    .hkr-sprite {
      background-image: url("../Static/gfx/HKR-Spritemap-Sv@x2.png"); }
      .hkr-sprite.en {
        background-image: url("../Static/gfx/HKR-Spritemap-En@x2.png"); } }
  @media (min--moz-device-pixel-ratio: 3), (-o-min-device-pixel-ratio: 3 / 1), (-webkit-min-device-pixel-ratio: 3), (min-device-pixel-ratio: 3) {
    .hkr-sprite {
      background-image: url("../Static/gfx/HKR-Spritemap-Sv@x3.png"); }
      .hkr-sprite.en {
        background-image: url("../Static/gfx/HKR-Spritemap-En@x3.png"); } }

.loading__text {
  display: block !important;
  position: absolute;
  top: 120px;
  left: 0;
  right: 0;
  text-align: center;
  opacity: 1; }
  .loading__text.ng-hide-remove {
    -o-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out; }
  .loading__text.ng-hide-add-active {
    -o-transition: 0;
    -moz-transition: 0;
    -webkit-transition: 0;
    transition: 0; }
  .loading__text.ng-hide {
    opacity: 0; }

.spinner {
  width: 40px;
  height: 40px;
  background-color: #444444;
  margin: 60px auto;
  -webkit-animation: sk-rotateplane 1.2s infinite;
  -moz-animation: sk-rotateplane 1.2s infinite;
  -o-animation: sk-rotateplane 1.2s infinite;
  animation: sk-rotateplane 1.2s infinite;
  position: absolute;
  left: calc(50% - 15px); }

.spinner__bg {
  position: absolute;
  height: 100%;
  width: 100%;
  background: rgba(248, 248, 248, 0.8); }

@-webkit-keyframes sk-rotateplane {
  0% {
    -moz-transform: perspective(120px);
    -o-transform: perspective(120px);
    -webkit-transform: perspective(120px);
    -ms-transform: perspective(120px);
    transform: perspective(120px); }
  50% {
    -moz-transform: perspective(120px) rotateY(180deg);
    -o-transform: perspective(120px) rotateY(180deg);
    -webkit-transform: perspective(120px) rotateY(180deg);
    -ms-transform: perspective(120px) rotateY(180deg);
    transform: perspective(120px) rotateY(180deg); }
  100% {
    -o-transform: perspective(120px) rotateY(180deg) rotateX(180deg);
    -moz-transform: perspective(120px) rotateY(180deg) rotateX(180deg);
    -ms-transform: perspective(120px) rotateY(180deg) rotateX(180deg);
    -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg);
    transform: perspective(120px) rotateY(180deg) rotateX(180deg); } }

@keyframes sk-rotateplane {
  0% {
    -o-transform: perspective(120px) rotateX(0) rotateY(0);
    -ms-transform: perspective(120px) rotateX(0) rotateY(0);
    -moz-transform: perspective(120px) rotateX(0) rotateY(0);
    -webkit-transform: perspective(120px) rotateX(0) rotateY(0);
    transform: perspective(120px) rotateX(0) rotateY(0); }
  50% {
    -o-transform: perspective(120px) rotateX(-180.1deg) rotateY(0);
    -ms-transform: perspective(120px) rotateX(-180.1deg) rotateY(0);
    -moz-transform: perspective(120px) rotateX(-180.1deg) rotateY(0);
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0);
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0); }
  100% {
    -ms-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    -moz-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    -o-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg); } }

@-moz-keyframes sk-rotateplane {
  0% {
    -o-transform: perspective(120px) rotateX(0) rotateY(0);
    -ms-transform: perspective(120px) rotateX(0) rotateY(0);
    -moz-transform: perspective(120px) rotateX(0) rotateY(0);
    -webkit-transform: perspective(120px) rotateX(0) rotateY(0);
    transform: perspective(120px) rotateX(0) rotateY(0); }
  50% {
    -o-transform: perspective(120px) rotateX(-180.1deg) rotateY(0);
    -ms-transform: perspective(120px) rotateX(-180.1deg) rotateY(0);
    -moz-transform: perspective(120px) rotateX(-180.1deg) rotateY(0);
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0);
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0); }
  100% {
    -ms-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    -moz-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    -o-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg); } }

@media screen and (max-width: 767px) {
  h1 {
    font-weight: bold;
    font-family: 'ITC Avant Garde Gothic W01 Bd', Helvetica, sans-serif;
    font-size: 28px;
    line-height: 36px; }
  h2,
  .display-h2 {
    font-weight: bold;
    font-family: 'ITC Avant Garde Gothic W01 Bd', Helvetica, sans-serif;
    font-size: 26px;
    line-height: 32px; }
  h3 {
    font-weight: bold;
    font-family: 'ITC Avant Garde Gothic W01 Bd', Helvetica, sans-serif;
    font-size: 22px;
    line-height: 26px; }
  h4 {
    font-weight: bold;
    font-family: 'ITC Avant Garde Gothic W01 Bd', Helvetica, sans-serif;
    font-size: 20px;
    line-height: 25px; }
  h5 {
    font-weight: bold;
    font-family: 'ITC Avant Garde Gothic W01 Bd', Helvetica, sans-serif;
    font-size: 18px;
    line-height: 23px; }
  h6 {
    font-weight: bold;
    font-family: 'ITC Avant Garde Gothic W01 Bd', Helvetica, sans-serif;
    font-size: 18px;
    line-height: 23px; }
  .display-h1 {
    font-weight: bold;
    font-family: 'ITC Avant Garde Gothic W01 Bd', Helvetica, sans-serif;
    font-size: 28px;
    line-height: 36px; }
  body {
    font-family: "Open Sans", sans-serif;
    color: #222222;
    text-decoration: none; }
  .puff__heading {
    font-family: "ITC Avant Garde Gothic W01 Bd";
    font-weight: bold;
    color: #148200;
    text-decoration: none; }
  .puff__text, .staff__item .item__sections .item__contact-description {
    font-family: "Open Sans", sans-serif;
    color: #222222;
    text-decoration: none; }
  .top-menu__item {
    font-family: "ITC Avant Garde Gothic W01 Bd";
    font-weight: bold;
    color: #148200;
    text-decoration: none; }
  .main-menu__item {
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    font-weight: normal;
    line-height: 20px;
    color: #222222;
    text-decoration: none; } }

@media screen and (min-width: 768px) and (max-width: 1023px) {
  h1 {
    font-weight: bold;
    font-family: 'ITC Avant Garde Gothic W01 Bd', Helvetica, sans-serif;
    font-size: 34px;
    line-height: 42px; }
  h2,
  .display-h2 {
    font-weight: bold;
    font-family: 'ITC Avant Garde Gothic W01 Bd', Helvetica, sans-serif;
    font-size: 30px;
    line-height: 38px; }
  h3 {
    font-weight: bold;
    font-family: 'ITC Avant Garde Gothic W01 Bd', Helvetica, sans-serif;
    font-size: 26px;
    line-height: 34px; }
  h4 {
    font-weight: bold;
    font-family: 'ITC Avant Garde Gothic W01 Bd', Helvetica, sans-serif;
    font-size: 23px;
    line-height: 27px; }
  h5 {
    font-weight: bold;
    font-family: 'ITC Avant Garde Gothic W01 Bd', Helvetica, sans-serif;
    font-size: 21px;
    line-height: 25px; }
  h6 {
    font-weight: bold;
    font-family: 'ITC Avant Garde Gothic W01 Bd', Helvetica, sans-serif;
    font-size: 19px;
    line-height: 25px; }
  .display-h1 {
    font-weight: bold;
    font-family: 'ITC Avant Garde Gothic W01 Bd', Helvetica, sans-serif;
    font-size: 34px;
    line-height: 42px; }
  body {
    font-family: "Open Sans", sans-serif;
    color: #222222;
    text-decoration: none; }
  .puff__heading {
    font-family: "ITC Avant Garde Gothic W01 Bd";
    font-weight: bold;
    color: #222222;
    text-decoration: none; }
  .puff__text, .staff__item .item__sections .item__contact-description {
    font-family: "Open Sans", sans-serif;
    color: #222222;
    text-decoration: none; }
  .top-menu__item {
    font-family: "ITC Avant Garde Gothic W01 Bd";
    font-weight: bold;
    color: #148200;
    text-decoration: none; }
  .main-menu__item {
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    font-weight: normal;
    line-height: 20px;
    color: #222222;
    text-decoration: none; } }

@media screen and (min-width: 1024px) and (max-width: 1199px) {
  h1 {
    font-weight: bold;
    font-family: 'ITC Avant Garde Gothic W01 Bd', Helvetica, sans-serif;
    font-size: 40px;
    line-height: 50px; }
  h2,
  .display-h2 {
    font-weight: bold;
    font-family: 'ITC Avant Garde Gothic W01 Bd', Helvetica, sans-serif;
    font-size: 34px;
    line-height: 44px; }
  h3 {
    font-weight: bold;
    font-family: 'ITC Avant Garde Gothic W01 Bd', Helvetica, sans-serif;
    font-size: 30px;
    line-height: 40px; }
  h4 {
    font-weight: bold;
    font-family: 'ITC Avant Garde Gothic W01 Bd', Helvetica, sans-serif;
    font-size: 26px;
    line-height: 35px; }
  h5 {
    font-weight: bold;
    font-family: 'ITC Avant Garde Gothic W01 Bd', Helvetica, sans-serif;
    font-size: 24px;
    line-height: 30px; }
  h6 {
    font-weight: bold;
    font-family: 'ITC Avant Garde Gothic W01 Bd', Helvetica, sans-serif;
    font-size: 20px;
    line-height: 28px; }
  .display-h1 {
    font-weight: bold;
    font-family: 'ITC Avant Garde Gothic W01 Bd', Helvetica, sans-serif;
    font-size: 40px;
    line-height: 50px; }
  body {
    font-family: "Open Sans", sans-serif;
    color: #222222;
    text-decoration: none; }
  .puff__heading {
    font-family: "ITC Avant Garde Gothic W01 Bd";
    font-weight: bold;
    color: #222222;
    text-decoration: none; }
  .puff__text, .staff__item .item__sections .item__contact-description {
    font-family: "Open Sans", sans-serif;
    color: #222222;
    text-decoration: none; }
  .top-menu__item {
    font-family: "ITC Avant Garde Gothic W01 Bd";
    font-weight: bold;
    color: #148200;
    text-decoration: none; }
  .main-menu__item {
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    font-weight: normal;
    line-height: 20px;
    color: #222222;
    text-decoration: none; } }

@media screen and (min-width: 1200px) {
  h1 {
    font-weight: bold;
    font-family: 'ITC Avant Garde Gothic W01 Bd', Helvetica, sans-serif;
    font-size: 40px;
    line-height: 50px; }
  h2,
  .display-h2 {
    font-weight: bold;
    font-family: 'ITC Avant Garde Gothic W01 Bd', Helvetica, sans-serif;
    font-size: 34px;
    line-height: 44px; }
  h3 {
    font-weight: bold;
    font-family: 'ITC Avant Garde Gothic W01 Bd', Helvetica, sans-serif;
    font-size: 30px;
    line-height: 40px; }
  h4 {
    font-weight: bold;
    font-family: 'ITC Avant Garde Gothic W01 Bd', Helvetica, sans-serif;
    font-size: 26px;
    line-height: 35px; }
  h5 {
    font-weight: bold;
    font-family: 'ITC Avant Garde Gothic W01 Bd', Helvetica, sans-serif;
    font-size: 24px;
    line-height: 30px; }
  h6 {
    font-weight: bold;
    font-family: 'ITC Avant Garde Gothic W01 Bd', Helvetica, sans-serif;
    font-size: 20px;
    line-height: 28px; }
  .display-h1 {
    font-weight: bold;
    font-family: 'ITC Avant Garde Gothic W01 Bd', Helvetica, sans-serif;
    font-size: 40px;
    line-height: 50px; }
  body {
    font-family: "Open Sans", sans-serif;
    color: #222222;
    text-decoration: none; }
  .puff__heading {
    font-family: "ITC Avant Garde Gothic W01 Bd";
    font-weight: bold;
    color: #222222;
    text-decoration: none; }
  .puff__text, .staff__item .item__sections .item__contact-description {
    font-family: "Open Sans", sans-serif;
    color: #222222;
    text-decoration: none; }
  .top-menu__item {
    font-family: "ITC Avant Garde Gothic W01 Bd";
    font-weight: bold;
    color: #148200;
    text-decoration: none; }
  .main-menu__item {
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    font-weight: normal;
    line-height: 20px;
    color: #222222;
    text-decoration: none; } }

html, body {
  font-size: 16px; }
  @media screen and (max-width: 767px) {
    html, body {
      font-family: "Open Sans", sans-serif;
      color: #222222;
      text-decoration: none; } }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    html, body {
      font-family: "Open Sans", sans-serif;
      color: #222222;
      text-decoration: none; } }
  @media screen and (min-width: 1024px) and (max-width: 1199px) {
    html, body {
      font-family: "Open Sans", sans-serif;
      color: #222222;
      text-decoration: none; } }
  @media screen and (min-width: 1200px) {
    html, body {
      font-family: "Open Sans", sans-serif;
      color: #222222;
      text-decoration: none; } }

body,
div,
label,
p,
dd,
dt,
a,
span,
textarea,
input,
pre,
i,
em,
button,
abbr,
strong,
b {
  font-size: inherit;
  margin: 0;
  padding: 0;
  text-rendering: initial;
  line-height: inherit; }

h1, h2, h3, h4, h5, strong, b {
  font-family: "ITC Avant Garde Gothic W01 Bd", Helvetica, sans-serif; }

.field-validation-error {
  color: #ff3333; }

blockquote {
  padding: 20px 40px 20px 40px;
  border: none;
  display: block;
  position: relative;
  color: #444444;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  font-size: 26px;
  line-height: 32px;
  margin-top: 20px;
  margin-bottom: 50px;
  text-align: center;
  /*
    &[cite]:after {
        content: "- " attr(cite);
        display: block;
        text-align: right;
    }*/ }
  blockquote .hkr-icon--quote {
    font-size: 30px;
    padding: 10px 0;
    margin-bottom: 10px;
    display: block;
    width: 100%;
    text-align: center;
    color: #444; }
  blockquote cite {
    padding-top: 20px;
    font-style: normal;
    font-weight: normal; }
  blockquote .hkr--quote-end {
    border-bottom: 1px solid #000;
    text-align: center;
    width: 40%;
    padding-top: 30px;
    margin: 0 auto; }
  blockquote .hkr--quote-end-cite {
    text-align: center;
    width: 40%;
    padding-top: 0;
    margin: 0 auto; }
  blockquote p {
    margin-bottom: 0 !important; }

.site-wrapper {
  overflow-x: hidden;
  background-color: #f8f8f8; }

.wrapper {
  margin: 15px; }

.block {
  margin: 0 0 15px 0; }

.logo {
  margin: 15px 0; }

.content-wrap {
  margin: 10px 15px 15px 15px;
  position: relative; }
  @media screen and (max-width: 767px) {
    .content-wrap {
      margin: 10px 20px 15px 20px; } }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    .content-wrap {
      margin: 10px 30px 15px 30px; } }

.outer-box-full {
  margin-left: 0;
  margin-right: 0; }

.outer-box-normal {
  margin-left: 15px;
  margin-right: 15px; }

.column--nopadding {
  padding-left: 0;
  padding-right: 0; }

.row--nomargin {
  margin-left: 0 !important;
  margin-right: 0 !important; }

.full-width-background {
  position: relative;
  padding: 15px;
  padding-bottom: 0; }
  .full-width-background .overlay {
    position: absolute;
    height: 100%;
    width: 100vw;
    background: #ebebeb;
    top: 0;
    left: calc(-50vw + 50%);
    right: 0;
    overflow: hidden;
    z-index: 100; }
    @media screen and (max-width: 767px) {
      .full-width-background .overlay.medium-no-bg {
        background: transparent; } }

.full-width-border {
  position: relative;
  height: 1px; }
  .full-width-border .overlay {
    position: absolute;
    height: 100%;
    width: 100vw;
    background: #222222;
    top: 0;
    left: calc(-50vw + 50%);
    right: 0;
    overflow: hidden;
    z-index: 100; }
    @media screen and (max-width: 767px) {
      .full-width-border .overlay.medium-no-bg {
        background: transparent; } }

.full-width-border-thicker {
  position: relative;
  height: 1px; }
  .full-width-border-thicker .overlay {
    position: absolute;
    height: 100%;
    width: 100vw;
    background: #c8c8c8;
    top: 0;
    left: calc(-50vw + 50%);
    right: 0;
    overflow: hidden;
    z-index: 100; }
    @media screen and (max-width: 767px) {
      .full-width-border-thicker .overlay.medium-no-bg {
        background: transparent; } }

.skip-link {
  border: 0;
  height: 10px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }
  .skip-link:active, .skip-link:focus {
    position: fixed;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal;
    margin: 0 0 0 -100px;
    top: -.3em;
    left: 50%;
    text-align: center;
    width: 200px;
    background: #6dc71d;
    color: #222222;
    padding: .8em 0 .7em;
    font-size: 16px;
    z-index: 500000;
    text-decoration: none;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    outline: 0;
    transform: translateY(0); }

body {
  /*overflow-x: hidden;*/ }

h1, h2, h3 {
  margin: 0; }

h1,
h2 {
  margin: 0 0 16px 0; }

h3 {
  margin: 0 0 7px 0; }

a {
  color: #222222;
  text-decoration: underline;
  transition: color .25s ease-in-out; }
  a:hover, .header .header__col--right .header__top-links .language__selector a:hover, .header .header__col--right .header__top-links ul li a:hover, .v2-header .header .header__col--right .header__top-links .language__selector a:hover, .v2-header .header .header__col--right .header__top-links ul li a:hover, a:focus, a:active {
    color: #727272;
    text-decoration: underline;
    transition: color .25s ease-in-out; }
  a:visited {
    color: #222;
    text-decoration: underline;
    transition: color .25s ease-in-out; }
  a h2 {
    text-decoration: underline;
    transition: color .25s ease-in-out; }
    a h2:hover, a h2:focus, a h2:active, a h2:visited {
      color: #222;
      text-decoration: underline;
      transition: color .25s ease-in-out; }

h2 a {
  text-decoration: underline;
  transition: color .25s ease-in-out; }
  h2 a:hover, h2 .header .header__col--right .header__top-links .language__selector a:hover, .header .header__col--right .header__top-links .language__selector h2 a:hover, h2 .header .header__col--right .header__top-links ul li a:hover, .header .header__col--right .header__top-links ul li h2 a:hover, h2 .v2-header .header .header__col--right .header__top-links .language__selector a:hover, .v2-header .header .header__col--right .header__top-links .language__selector h2 a:hover, h2 .v2-header .header .header__col--right .header__top-links ul li a:hover, .v2-header .header .header__col--right .header__top-links ul li h2 a:hover, h2 a:focus, h2 a:active, h2 a:visited {
    color: #222;
    text-decoration: underline;
    transition: color .25s ease-in-out; }

p {
  margin: 0 0 10px 0; }

iframe {
  width: 100%;
  border: none; }

hr {
  border-color: #222222; }

::-moz-selection {
  background: rgba(79, 169, 0, 0.25); }

::selection {
  background: rgba(79, 169, 0, 0.25); }

a,
button,
input[type="submit"] {
  /*&:focus {
        background: rgba($color-primary-medium, $opacity) !important;
        color: $color-white !important;
        outline: none;

        .puff__heading {
            color: $color-white !important;
        }
        div, p, i, span, section, article {
            color: $color-white !important;
        }
        .item__description  {
            color: $color-white;
        }
    }*/ }
  a.logotype:focus,
  button.logotype:focus,
  input[type="submit"].logotype:focus {
    background: rgba(200, 200, 200, 0.7) !important; }
  a .search__submit:focus,
  button .search__submit:focus,
  input[type="submit"] .search__submit:focus {
    background: rgba(20, 130, 0, 0.7) !important; }
  a.social-media__link:focus,
  button.social-media__link:focus,
  input[type="submit"].social-media__link:focus {
    background: none !important; }
    a.social-media__link:focus i,
    button.social-media__link:focus i,
    input[type="submit"].social-media__link:focus i {
      background: rgba(20, 130, 0, 0.7) !important;
      color: #ffffff !important; }
  a.block__link--overlay:focus,
  button.block__link--overlay:focus,
  input[type="submit"].block__link--overlay:focus {
    border: 1px solid #148200 !important; }
  a.dot-item:focus,
  button.dot-item:focus,
  input[type="submit"].dot-item:focus {
    background: rgba(20, 130, 0, 0.7) !important;
    border: 2px solid rgba(20, 130, 0, 0.7) !important; }
    a.dot-item:focus.active,
    button.dot-item:focus.active,
    input[type="submit"].dot-item:focus.active {
      background: #ffffff !important;
      border: 2px solid rgba(20, 130, 0, 0.7) !important; }

ul,
ol {
  margin: 0;
  list-style-position: outside;
  margin-left: 20px;
  margin-bottom: 15px; }

menu {
  padding: 0;
  margin: 0; }
  menu ul li {
    list-style-type: none; }

img {
  max-width: 100%;
  width: 100%; }
  img.original {
    width: auto; }

textarea {
  max-width: 100%; }

.jobslist {
  list-style: none;
  margin-left: 0px; }

@media screen and (max-width: 767px) {
  .job-buttons {
    width: 100%;
    margin-bottom: 10px !important; }
  .job-listing-headers {
    font-size: 90%; } }

.input-group-btn + input[readonly] {
  background-color: white !important;
  cursor: text !important;
  padding: 19px 10px; }

.input-group {
  margin: 10px 0;
  max-width: 300px; }

.btn-file input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 100px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  background: red;
  cursor: inherit;
  display: block; }

.input-group-btn:first-child > .button,
.input-group-btn:first-child > .btn-group, .input-group-btn:first-child > .button,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px; }

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap; }

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle; }

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell; }

/* #region 1.X Buttons */
.button {
  background: #6dc71d;
  color: #222222;
  display: block;
  border: none;
  border-radius: 0; }
  @media (min-width: 1026px) {
    .button:hover {
      background-color: #222222; } }
  .button span,
  .button i {
    color: #ffffff; }
    .button span[class*=hkr-icon],
    .button i[class*=hkr-icon] {
      color: #ffffff;
      margin: 0 5px; }

.link {
  margin: 0 0 15px 0;
  padding: 12px 15px;
  text-align: center; }
  .link.link--button {
    border: 1px solid #222222;
    color: #148200;
    cursor: pointer; }
    @media screen and (max-width: 767px) {
      .link.link--button {
        margin: 2px 0; } }
    .link.link--button i {
      font-size: 10px;
      color: #148200; }
      .link.link--button i.float-right {
        padding: 10px; }
  .link.link--button-secondary {
    background: #6dc71d;
    color: #222222;
    display: block;
    border: none;
    border-radius: 0; }
    @media (min-width: 1026px) {
      .link.link--button-secondary:hover {
        background-color: #e5499d; } }
    .link.link--button-secondary span,
    .link.link--button-secondary i {
      color: #ffffff; }
      .link.link--button-secondary span[class*=hkr-icon],
      .link.link--button-secondary i[class*=hkr-icon] {
        color: #ffffff;
        margin: 0 5px; }

#pdfExportBtn {
  float: right; }

/* #endregion Buttons */
/* #region 1.X Specific elements */
[ng\:cloak], [ng-cloak], [data-ng-cloak], .ng-cloak {
  display: none !important; }

#CybotCookiebotDialog .CybotExternalLinkArrow {
  display: none; }

#CybotCookiebotDialog label {
  display: inline; }

#CybotCookiebotDialogPoweredbyCybot, #CybotCookiebotDialogPoweredByText, .CookiebotWidget-main-logo {
  display: none !important; }

.CookiebotWidget-show-consent-details {
  color: #6dc71d !important; }

#CookiebotWidget #CookiebotWidget-buttons #CookiebotWidget-btn-change {
  background-color: #6dc71d !important;
  border-color: #6dc71d !important;
  color: #FFFFFF !important; }

#CookiebotWidget #CookiebotWidget-buttons #CookiebotWidget-btn-withdraw {
  background-color: #FFFFFF !important;
  border-color: #6dc71d !important;
  color: #141414 !important; }

#CookiebotWidget .CookiebotWidget-body .CookiebotWidget-consents-list li.CookiebotWidget-approved svg {
  fill: #6dc71d !important; }

#CookieDeclarationUserStatusLabelOffDoNotSell, #CookieDeclarationUserStatusLabelOff, #CookieDeclarationUserStatusLabel {
  font-size: 18px;
  line-height: 32px; }

#CookieDeclarationChangeConsent {
  font-size: 18px; }

#cookies {
  opacity: 0.85;
  display: none;
  background: #148200;
  bottom: 0px;
  position: fixed;
  z-index: 100000;
  width: 100%; }
  #cookies .cookies__text {
    padding: 15px;
    color: #ffffff; }
  #cookies .cookies-buttons {
    margin-top: 15px; }
  #cookies #cookies__accept {
    /*padding: $base-padding;*/
    background: #148200;
    color: #ffffff;
    margin-right: 10px;
    border: white solid 1px; }
    #cookies #cookies__accept:hover {
      background-color: #222222; }
    #cookies #cookies__accept:focus {
      background: #222222 !important; }
    #cookies #cookies__accept i {
      color: #ffffff; }
  #cookies #cookies-read-more {
    color: #ffffff;
    margin-right: 10px;
    border: white solid 1px; }
    #cookies #cookies-read-more:hover {
      background-color: #222222; }
    #cookies #cookies-read-more:focus {
      background: #222222 !important; }
  @media screen and (max-width: 767px) {
    #cookies .cookies-buttons {
      margin-top: 0px; } }

.header .header__col--left a {
  display: block; }

.header .header__col--right {
  position: relative; }
  .header .header__col--right .header__top-links {
    margin-top: calc(15px - 3px); }
    .header .header__col--right .header__top-links .language__selector a {
      font-family: "Open Sans", sans-serif;
      font-size: 13px;
      color: #222222;
      text-decoration: none;
      color: #148200; }
    .header .header__col--right .header__top-links .language__selector .hkr-icon--globe, .header .header__col--right .header__top-links .language__selector .menu--mobile .menu__content .menu__link[href="/en/"], .menu--mobile .menu__content .header .header__col--right .header__top-links .language__selector .menu__link[href="/en/"], .header .header__col--right .header__top-links .language__selector .menu--mobile .menu__content .menu__link[href="/"], .menu--mobile .menu__content .header .header__col--right .header__top-links .language__selector .menu__link[href="/"] {
      margin-left: 10px;
      position: relative;
      top: 1px; }
    .header .header__col--right .header__top-links ul {
      display: inline;
      list-style: none;
      margin: 0;
      padding: 0; }
      .header .header__col--right .header__top-links ul li {
        display: inline;
        border-right: 1px solid #c8c8c8; }
        .header .header__col--right .header__top-links ul li a {
          padding: 0 5px;
          margin: 0 0 0 5.5px;
          font-family: "Open Sans", sans-serif;
          font-size: 13px;
          color: #222222;
          text-decoration: none;
          color: #148200; }
  .header .header__col--right .header__main-menu {
    min-height: 92px; }
    .header .header__col--right .header__main-menu .menu-wrapper {
      display: inline-block;
      float: right;
      position: absolute;
      bottom: 0;
      right: 15px; }

.menu > li {
  vertical-align: bottom; }
  .menu > li > a {
    display: block;
    padding: 9px 10px;
    line-height: 1;
    margin: 0 5px; }

.menu .menu__node {
  border: none;
  border-bottom: 3px solid transparent;
  text-decoration: none; }
  .menu .menu__node:hover {
    border-bottom: 3px solid #c4e0bf;
    color: #222222; }
  .menu .menu__node.menu__node--active {
    border-bottom: 3px solid #222222; }
  .menu .menu__node.menu__search {
    padding: 9px 15px;
    cursor: pointer;
    line-height: 1; }
  .menu .menu__node.menu__search-icon {
    color: #148200; }

ul .item.block i {
  display: block; }

.leftmenu {
  margin-top: -10px; }
  .leftmenu .leftmenu__section.level-0 > .border-offset {
    border-left: none; }
  .leftmenu .leftmenu__section .leftmenu__item .leftmenu__link {
    color: #222;
    padding: 15px 30px;
    text-decoration: none;
    display: block;
    float: left;
    font-size: 16px;
    line-height: inherit !important;
    -ms-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    max-width: none;
    width: 80%;
    transition: color .25s ease-in-out; }
    .leftmenu .leftmenu__section .leftmenu__item .leftmenu__link:hover {
      font-weight: bold;
      letter-spacing: -1px; }
    .leftmenu .leftmenu__section .leftmenu__item .leftmenu__link.no-children {
      width: 100%;
      -ms-flex: 100%;
      -webkit-flex: 100%;
      flex: 100%;
      letter-spacing: 0; }
      .leftmenu .leftmenu__section .leftmenu__item .leftmenu__link.no-children:hover {
        font-weight: bold;
        letter-spacing: -1px; }
  .leftmenu .leftmenu__section .leftmenu__item .leftmenu__toggle {
    display: block;
    float: left;
    -ms-flex: initial;
    -webkit-flex: initial;
    flex: initial;
    max-width: none;
    width: 20%;
    padding: 0 10px;
    cursor: pointer;
    text-align: center;
    color: #222222;
    transition: color .25s ease-in-out; }
    .leftmenu .leftmenu__section .leftmenu__item .leftmenu__toggle:hover {
      transition: color .25s ease-in-out;
      color: #8c8c8c; }
    .leftmenu .leftmenu__section .leftmenu__item .leftmenu__toggle:focus {
      outline: -webkit-focus-ring-color auto 1px; }
    .leftmenu .leftmenu__section .leftmenu__item .leftmenu__toggle i {
      position: relative;
      top: 2px; }
  .leftmenu .leftmenu__section .leftmenu__item.leftmenu__item--active-chain .leftmenu__item {
    margin-top: 10px; }
  .leftmenu .leftmenu__section .leftmenu__item.leftmenu__item--active-chain > .leftmenu__link {
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 0;
    color: #222222; }
    .leftmenu .leftmenu__section .leftmenu__item.leftmenu__item--active-chain > .leftmenu__link.no-children {
      font-size: 14px;
      font-weight: bold;
      letter-spacing: -1px;
      color: #222222; }
      .leftmenu .leftmenu__section .leftmenu__item.leftmenu__item--active-chain > .leftmenu__link.no-children:hover {
        font-size: 14px;
        font-weight: bold;
        letter-spacing: -1px;
        color: #222222; }
  .leftmenu .leftmenu__section .leftmenu__item.leftmenu__item--active > .leftmenu__link {
    font-weight: bold;
    font-size: 16px;
    letter-spacing: -1px;
    color: #222222; }
    .leftmenu .leftmenu__section .leftmenu__item.leftmenu__item--active > .leftmenu__link:hover {
      font-weight: bold;
      letter-spacing: -1px;
      font-size: 16px;
      color: #222222; }
  .leftmenu .leftmenu__section.level-0 > .leftmenu__item--active-chain {
    border-bottom: solid 1px #e8e8e8; }
    .leftmenu .leftmenu__section.level-0 > .leftmenu__item--active-chain > .leftmenu__link {
      font-weight: bold;
      font-size: 16px;
      letter-spacing: -1px;
      color: #222222; }
      .leftmenu .leftmenu__section.level-0 > .leftmenu__item--active-chain > .leftmenu__link.no-children {
        font-size: 16px;
        font-weight: bold;
        letter-spacing: -1px;
        color: #222222; }
        .leftmenu .leftmenu__section.level-0 > .leftmenu__item--active-chain > .leftmenu__link.no-children:hover {
          font-size: 16px;
          font-weight: bold;
          letter-spacing: -1px;
          color: #222222; }
  .leftmenu .leftmenu__section .subnodes a.leftmenu__link:hover, .leftmenu .leftmenu__section .subnodes .v2-header .header .header__col--right .header__top-links .language__selector a.leftmenu__link:hover, .v2-header .header .header__col--right .header__top-links .language__selector .leftmenu .leftmenu__section .subnodes a.leftmenu__link:hover, .leftmenu .leftmenu__section .subnodes .v2-header .header .header__col--right .header__top-links ul li a.leftmenu__link:hover, .v2-header .header .header__col--right .header__top-links ul li .leftmenu .leftmenu__section .subnodes a.leftmenu__link:hover {
    /*text-decoration: underline !important;
                    text-shadow: none !important;*/
    font-weight: bold;
    letter-spacing: -1px; }
  .leftmenu .leftmenu__section .subnodes .leftmenu__item.leftmenu__item--active-chain {
    border-bottom: solid 1px #e8e8e8; }
  .leftmenu .leftmenu__section .subnodes .leftmenu__item.leftmenu__item--active-chain > .leftmenu__link {
    text-decoration: none !important;
    font-weight: bold;
    font-size: 16px;
    letter-spacing: -1px;
    border-bottom: none; }
    .leftmenu .leftmenu__section .subnodes .leftmenu__item.leftmenu__item--active-chain > .leftmenu__link a {
      transition: text-shadow .3s !important;
      letter-spacing: -1px;
      font-weight: bold;
      font-size: 16px; }
    .leftmenu .leftmenu__section .subnodes .leftmenu__item.leftmenu__item--active-chain > .leftmenu__link:hover {
      letter-spacing: -1px;
      font-size: 16px; }
  .leftmenu .leftmenu__section .subnodes.level-2 {
    padding-left: 15px;
    font-size: 14px !important;
    letter-spacing: -1px !important; }
    .leftmenu .leftmenu__section .subnodes.level-2 a {
      font-size: 14px;
      letter-spacing: 0px !important; }
    .leftmenu .leftmenu__section .subnodes.level-2 a:hover, .leftmenu .leftmenu__section .subnodes.level-2 .v2-header .header .header__col--right .header__top-links .language__selector a:hover, .v2-header .header .header__col--right .header__top-links .language__selector .leftmenu .leftmenu__section .subnodes.level-2 a:hover, .leftmenu .leftmenu__section .subnodes.level-2 .v2-header .header .header__col--right .header__top-links ul li a:hover, .v2-header .header .header__col--right .header__top-links ul li .leftmenu .leftmenu__section .subnodes.level-2 a:hover {
      font-size: 14px;
      font-weight: bold;
      letter-spacing: 0px !important;
      color: #222222; }
    .leftmenu .leftmenu__section .subnodes.level-2 span {
      font-size: 14px !important; }
  .leftmenu .subsection {
    padding-right: 1%; }
  .leftmenu .no-children {
    border: none !important; }

.core-wrapper-breadcrumbs {
  position: relative;
  z-index: 100; }
  .core-wrapper-breadcrumbs .breadcrumbs__wrapper {
    padding: 0 0 15px 0; }
    .core-wrapper-breadcrumbs .breadcrumbs__wrapper .breadcrumbs__list {
      margin-left: 0;
      margin-bottom: 0; }
      .core-wrapper-breadcrumbs .breadcrumbs__wrapper .breadcrumbs__list .breadcrumb__item {
        display: inline;
        font-size: 14px; }
        .core-wrapper-breadcrumbs .breadcrumbs__wrapper .breadcrumbs__list .breadcrumb__item a {
          text-decoration: none; }
        .core-wrapper-breadcrumbs .breadcrumbs__wrapper .breadcrumbs__list .breadcrumb__item .breadcrumb__divider {
          padding: 0 5px; }
          .core-wrapper-breadcrumbs .breadcrumbs__wrapper .breadcrumbs__list .breadcrumb__item .breadcrumb__divider i {
            color: #969696; }

.content .content__item:first-child {
  margin-top: 0; }
  .content .content__item:first-child h1, .content .content__item:first-child h2, .content .content__item:first-child h3 {
    margin-top: 0; }

.content .content__item.preamble {
  margin-bottom: 15px;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-weight: normal;
  line-height: 20px;
  color: #222222;
  text-decoration: none;
  line-height: 25px; }
  @media screen and (max-width: 767px) {
    .content .content__item.preamble {
      font-family: "Open Sans", sans-serif;
      color: #222222;
      text-decoration: none; } }
  .content .content__item.preamble span,
  .content .content__item.preamble p {
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    font-weight: normal;
    line-height: 20px;
    color: #222222;
    text-decoration: none;
    line-height: 25px; }
    @media screen and (max-width: 767px) {
      .content .content__item.preamble span,
      .content .content__item.preamble p {
        font-family: "Open Sans", sans-serif;
        color: #222222;
        text-decoration: none; } }

.content .content__item .list__children .children__item {
  margin-bottom: 5px; }
  .content .content__item .list__children .children__item .item__link {
    text-decoration: none;
    display: inline-block; }
    .content .content__item .list__children .children__item .item__link .title {
      color: inherit;
      margin: 5px 0; }

.content .content__item .item__decision {
  padding: 5px 0; }

.content .content__item a {
  font-weight: bold; }

.accordion__trigger {
  cursor: pointer; }

.accordion {
  background: transparent;
  border: none; }

.block.block--emergency {
  padding: 15px;
  margin-top: 15px; }
  .block.block--emergency > .item__title {
    margin-top: 0; }

.block.theme--grey {
  background-color: #6e6e6e;
  color: #ffffff; }
  .block.theme--grey > .item__title {
    color: #ffffff; }
  .block.theme--grey a {
    color: #ffffff; }

.block.theme--green {
  background-color: #222222;
  color: #ffffff; }
  .block.theme--green > .item__title {
    color: #ffffff; }
  .block.theme--green a {
    color: #ffffff; }

.block.theme--white {
  border: 1px #222222 solid;
  color: #000000; }

.block .search.listblock .search__filter > .filter__items {
  padding-top: 0; }

.search .search__content {
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  padding: 0;
  display: none; }
  .search .search__content.searchpage {
    max-height: none;
    margin-bottom: 15px;
    display: block; }
    .search .search__content.searchpage .search__inner {
      margin-top: 15px; }
  .search .search__content .search__inner {
    padding: 10px 0 0;
    position: relative; }
    .search .search__content .search__inner input {
      margin: 0;
      border-radius: 0;
      font-size: 18px;
      font-weight: 800;
      height: 60px;
      line-height: 25px;
      padding: 17px 100px 17px 30px;
      box-shadow: none; }
      .search .search__content .search__inner input::placeholder {
        font-weight: 300; }
      .search .search__content .search__inner input:-ms-input-placeholder {
        font-weight: 300; }
      .search .search__content .search__inner input::-ms-input-placeholder {
        font-weight: 300; }
    .search .search__content .search__inner .search__submit {
      position: absolute;
      top: 15px;
      right: 5px;
      padding: 4px 10px;
      background: #6dc71d;
      color: #222222;
      display: block;
      border: none;
      border-radius: 0; }
      @media (min-width: 1026px) {
        .search .search__content .search__inner .search__submit:hover {
          background-color: #222222; } }
      .search .search__content .search__inner .search__submit span,
      .search .search__content .search__inner .search__submit i {
        color: #ffffff; }
        .search .search__content .search__inner .search__submit span[class*=hkr-icon],
        .search .search__content .search__inner .search__submit i[class*=hkr-icon] {
          color: #ffffff;
          margin: 0 5px; }
    .search .search__content .search__inner .search__autocomplete {
      position: absolute;
      background: #ffffff;
      width: 100%;
      z-index: 900;
      padding: 5px 0;
      border: 1px solid #c8c8c8; }
      .search .search__content .search__inner .search__autocomplete .autocomplete__item .autocomplete__link {
        cursor: pointer;
        padding: 5px 10px;
        color: #222;
        width: 100%;
        text-align: left; }
        .search .search__content .search__inner .search__autocomplete .autocomplete__item .autocomplete__link.active--keyboard {
          background: rgba(20, 130, 0, 0.7) !important;
          color: #ffffff; }
        .search .search__content .search__inner .search__autocomplete .autocomplete__item .autocomplete__link:hover {
          background: #ebebeb;
          color: #222222 !important; }
  .search .search__content.calling {
    padding: 40px;
    background: #ffffff;
    border: solid 1px #e8e8e8;
    -webkit-box-shadow: 0px 17px 20px -21px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 0px 17px 20px -21px rgba(0, 0, 0, 0.35);
    box-shadow: 0px 17px 20px -21px rgba(0, 0, 0, 0.35); }
    .search .search__content.calling .search__inner {
      margin-bottom: 15px; }
      .search .search__content.calling .search__inner .search__submit {
        position: absolute;
        top: 10px;
        font-weight: bold;
        right: 0;
        padding: 4px 30px;
        background: #6dc71d;
        color: #222222;
        display: block;
        border: none;
        border-radius: 0; }
        @media (min-width: 1026px) {
          .search .search__content.calling .search__inner .search__submit:hover {
            background-color: #222222; } }
        .search .search__content.calling .search__inner .search__submit span,
        .search .search__content.calling .search__inner .search__submit i {
          color: #ffffff; }
          .search .search__content.calling .search__inner .search__submit span[class*=hkr-icon],
          .search .search__content.calling .search__inner .search__submit i[class*=hkr-icon] {
            color: #ffffff;
            margin: 0 5px; }

.search .search__filter {
  background: #ffffff;
  border: solid 1px #e8e8e8;
  -webkit-box-shadow: 0px 17px 20px -21px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0px 17px 20px -21px rgba(0, 0, 0, 0.35);
  box-shadow: 0px 17px 20px -21px rgba(0, 0, 0, 0.35); }
  @media screen and (min-width: 768px) {
    .search .search__filter {
      padding: 0 20px; } }
  .search .search__filter > .filter__items {
    padding: 15px;
    padding-bottom: 0; }
  .search .search__filter .more__wrapper {
    overflow: hidden; }
  @media screen and (min-width: 768px) {
    .search .search__filter .filter__actions {
      border-top: 1px solid #c8c8c8; } }
  .search .search__filter .filter__row {
    margin: 30px 20px; }
    @media screen and (max-width: 1023px) {
      .search .search__filter .filter__row {
        border-bottom: 1px solid #c8c8c8;
        margin: 0;
        padding-bottom: 0; }
        .search .search__filter .filter__row > .column, .search .search__filter .filter__row > .columns {
          padding: 0; }
        .search .search__filter .filter__row .filter__options {
          -moz-transition: 3s all ease-in-out;
          -o-transition: 3s all ease-in-out;
          -webkit-transition: 3s all ease-in-out;
          transition: 3s all ease-in-out; } }
    .search .search__filter .filter__row.row--first {
      margin-top: 0; }
      @media screen and (max-width: 1023px) {
        .search .search__filter .filter__row.row--first .filter__label {
          margin-top: 0;
          padding-top: 0; } }
  @media screen and (min-width: 1024px) {
    .search .search__filter .filter__items {
      padding: 0; } }
  .search .search__filter .filter__items .filter__options input[type="checkbox"] {
    margin-bottom: 0; }
  @media screen and (max-width: 1023px) {
    .search .search__filter .filter__items .filter__options > .filter__row .accordion__content {
      display: block; }
    .search .search__filter .filter__items .filter__options .accordion__content {
      margin-bottom: 10px; } }
  .search .search__filter .filter__items .filter__options .filter__item {
    text-decoration: none; }
  .search .search__filter .filter__items .filter__label {
    margin-right: 15px; }
    @media screen and (max-width: 1023px) {
      .search .search__filter .filter__items .filter__label {
        color: #222222;
        margin: 0;
        padding: 14px 0; }
        .search .search__filter .filter__items .filter__label i {
          color: #222222; } }
  .search .search__filter .filter__bottom-bar {
    padding: 20px 20px; }
    .search .search__filter .filter__bottom-bar.open .filter__toggle {
      width: 45%; }
    .search .search__filter .filter__bottom-bar.open .filter__clear-wrap {
      width: 55%; }
    .search .search__filter .filter__bottom-bar .filter__toggle {
      color: #222222;
      width: 100%; }
      @media screen and (min-width: 1024px) {
        .search .search__filter .filter__bottom-bar .filter__toggle {
          width: auto; } }
      .search .search__filter .filter__bottom-bar .filter__toggle i {
        margin-right: 5px; }
      .search .search__filter .filter__bottom-bar .filter__toggle .filter__show,
      .search .search__filter .filter__bottom-bar .filter__toggle .filter__hide {
        cursor: pointer;
        margin: 0 auto;
        display: block; }
      .search .search__filter .filter__bottom-bar .filter__toggle .filter__hide {
        cursor: pointer; }
    .search .search__filter .filter__bottom-bar .filter__clear {
      color: #222222;
      cursor: pointer;
      padding: 10px 15px;
      width: auto;
      float: right;
      font-size: 14px; }
      @media screen and (min-width: 1024px) {
        .search .search__filter .filter__bottom-bar .filter__clear {
          display: block !important;
          padding-right: 0; } }

.search .search__sort-bar {
  margin: 0;
  border-bottom: none;
  margin-top: 50px;
  margin-bottom: 50px;
  font-size: 14px; }
  .search .search__sort-bar .search__pageviews .pageview__item {
    border-width: 2px; }
    .search .search__sort-bar .search__pageviews .pageview__item:last-child {
      border-width: 2px; }
  .search .search__sort-bar .search__sortby .sortby__item {
    border-width: 2px;
    white-space: nowrap; }
    .search .search__sort-bar .search__sortby .sortby__item:last-child {
      border-width: 2px; }

.search .search__result {
  position: relative;
  min-height: 100px; }
  .search .search__result.staff__main .result__items .result__item:last-child {
    border-bottom: none; }
  .search .search__result .pagination__wrapper {
    margin-bottom: 100px; }
  @media screen and (max-width: 767px) {
    .search .search__result .result__pagination {
      display: block; } }
  .search .search__result .result__pagination .pagination__totalpages .pagination__first,
  .search .search__result .result__pagination .pagination__totalpages .pagination__last {
    color: #148200;
    text-decoration: underline;
    margin: 0 20px; }
    @media screen and (max-width: 767px) {
      .search .search__result .result__pagination .pagination__totalpages .pagination__first,
      .search .search__result .result__pagination .pagination__totalpages .pagination__last {
        display: block;
        width: 100%;
        margin: 0 0 10px; } }
  @media screen and (max-width: 767px) {
    .search .search__result .result__pagination .pagination__totalpages span {
      display: block;
      width: 100%;
      margin: 0 0 10px; } }
  .search .search__result .result__pagination .pagination__item-wrapper .pagination__item {
    height: 60px;
    padding: 17px 0;
    border: solid 2px #ffffff;
    background-color: #ffffff;
    min-width: 60px;
    text-align: center;
    cursor: pointer;
    font-weight: bold;
    font-family: 'ITC Avant Garde Gothic W01 Bd', Helvetica, sans-serif; }
    @media screen and (max-width: 767px) {
      .search .search__result .result__pagination .pagination__item-wrapper .pagination__item {
        width: 45px; } }
    @media screen and (min-width: 768px) and (max-width: 1023px) {
      .search .search__result .result__pagination .pagination__item-wrapper .pagination__item {
        width: 58px;
        min-width: 58px; } }
    .search .search__result .result__pagination .pagination__item-wrapper .pagination__item i {
      font-weight: bold;
      font-family: 'ITC Avant Garde Gothic W01 Bd', Helvetica, sans-serif; }
    @media screen and (max-width: 767px) {
      .search .search__result .result__pagination .pagination__item-wrapper .pagination__item {
        min-width: 42.5px;
        margin-bottom: 15px; } }
    .search .search__result .result__pagination .pagination__item-wrapper .pagination__item:hover {
      border: solid 2px #f2f2f2;
      background-color: #f2f2f2; }
    .search .search__result .result__pagination .pagination__item-wrapper .pagination__item.pagination__item--active {
      border: solid 2px #444444;
      cursor: default; }
      .search .search__result .result__pagination .pagination__item-wrapper .pagination__item.pagination__item--active:hover {
        border: solid 2px #444444;
        background-color: #ffffff; }
    @media screen and (min-width: 1024px) {
      .search .search__result .result__pagination .pagination__item-wrapper .pagination__item.result__prev, .search .search__result .result__pagination .pagination__item-wrapper .pagination__item.result__next {
        border: solid 2px #6dc71d;
        background-color: #6dc71d; } }
    @media screen and (min-width: 1024px) {
      .search .search__result .result__pagination .pagination__item-wrapper .pagination__item.result__prev {
        padding-left: 0; } }
    @media screen and (max-width: 1023px) {
      .search .search__result .result__pagination .pagination__item-wrapper .pagination__item.result__prev {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        border: solid 2px #6dc71d;
        background-color: #6dc71d; } }
    @media screen and (min-width: 1024px) {
      .search .search__result .result__pagination .pagination__item-wrapper .pagination__item.result__next {
        padding-right: 0; } }
    @media screen and (max-width: 1023px) {
      .search .search__result .result__pagination .pagination__item-wrapper .pagination__item.result__next {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        border: solid 2px #6dc71d;
        background-color: #6dc71d; } }
  .search .search__result .result__items {
    margin-bottom: 15px;
    min-height: 100px; }
    .search .search__result .result__items.diva__result .diva__topbar {
      margin: 0;
      border-bottom: none;
      margin-top: 50px;
      margin-bottom: 50px;
      font-size: 14px; }
      .search .search__result .result__items.diva__result .diva__topbar .tab__item {
        border-width: 2px; }
        .search .search__result .result__items.diva__result .diva__topbar .tab__item:last-child {
          border-width: 2px; }
      @media screen and (max-width: 1023px) {
        .search .search__result .result__items.diva__result .diva__topbar .topbar__inner .topbar__item.sort__direction {
          margin-top: 10px; } }
      .search .search__result .result__items.diva__result .diva__topbar .topbar__inner .topbar__item .link {
        margin-bottom: 0; }
    .search .search__result .result__items .result__item {
      padding: 0;
      /* @include border($border-thickness-thin, $border-style-default, $color-greyscale-lighter, 'bottom');*/
      text-decoration: none; }
      .search .search__result .result__items .result__item .item {
        color: #222222; }
      .search .search__result .result__items .result__item .item__link {
        text-decoration: none;
        display: block; }
        .search .search__result .result__items .result__item .item__link.link--button {
          display: inline-block;
          margin-top: 10px;
          margin-bottom: 0; }
        .search .search__result .result__items .result__item .item__link:focus {
          background: #ebebeb; }
        .search .search__result .result__items .result__item .item__link .item__staff .staff__image {
          width: 99px;
          min-height: 1px; }
          .search .search__result .result__items .result__item .item__link .item__staff .staff__image img {
            width: auto; }
        .search .search__result .result__items .result__item .item__link .item__staff .staff__info {
          width: calc(100% - 99px);
          margin-top: 15px; }
          @media screen and (min-width: 768px) {
            .search .search__result .result__items .result__item .item__link .item__staff .staff__info {
              margin-top: 0; } }
          .search .search__result .result__items .result__item .item__link .item__staff .staff__info .puff__heading,
          .search .search__result .result__items .result__item .item__link .item__staff .staff__info .puff__text,
          .search .search__result .result__items .result__item .item__link .item__staff .staff__info .staff__item .item__sections .item__contact-description, .staff__item .item__sections
          .search .search__result .result__items .result__item .item__link .item__staff .staff__info .item__contact-description {
            padding-left: 15px;
            word-break: break-word; }
          .search .search__result .result__items .result__item .item__link .item__staff .staff__info .staff__section-item {
            margin-bottom: 10px; }
      .search .search__result .result__items .result__item .item__category {
        font-size: 12px; }
      .search .search__result .result__items .result__item .item__title {
        color: #148200;
        font-family: "ITC Avant Garde Gothic W01 Bd";
        text-decoration: none; }
      .search .search__result .result__items .result__item .item__upper {
        text-transform: uppercase; }

.dropdowns {
  margin-bottom: 15px; }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    .dropdowns .dropdown__buttons {
      margin-bottom: 10px; }
      .dropdowns .dropdown__buttons.dropdown--open {
        margin-bottom: 0; } }
  .dropdowns .dropdown__buttons a:after {
    margin-bottom: -1px; }
  .dropdowns .dropdown__buttons .link-wrapper {
    position: relative;
    min-height: 53px; }
    @media screen and (max-width: 480px) {
      .dropdowns .dropdown__buttons .link-wrapper {
        min-height: 0; } }
    .dropdowns .dropdown__buttons .link-wrapper .link--button.link--dropdown {
      position: absolute;
      width: 100%;
      line-height: 25px; }
      @media screen and (max-width: 1023px) {
        .dropdowns .dropdown__buttons .link-wrapper .link--button.link--dropdown {
          position: static; } }
      .dropdowns .dropdown__buttons .link-wrapper .link--button.link--dropdown.dropdown--open {
        border-bottom: 0;
        padding-bottom: 16px;
        background: #ffffff;
        color: #148200; }
        @media screen and (min-width: 768px) and (max-width: 1023px) {
          .dropdowns .dropdown__buttons .link-wrapper .link--button.link--dropdown.dropdown--open {
            padding-bottom: 17px; } }
        @media screen and (max-width: 767px) {
          .dropdowns .dropdown__buttons .link-wrapper .link--button.link--dropdown.dropdown--open {
            padding-bottom: 5px; } }
  @media screen and (max-width: 1023px) {
    .dropdowns .dropdown__buttons:last-child .link--button {
      border: 1px solid #222222; } }
  .dropdowns .dropdown__buttons .link--button {
    margin-bottom: 2px; }
    @media screen and (max-width: 1023px) {
      .dropdowns .dropdown__buttons .link--button {
        margin: 0 0 -1px 0;
        border-bottom: none; } }
    .dropdowns .dropdown__buttons .link--button i {
      position: absolute;
      right: 0;
      padding: 10px 20px; }
  .dropdowns .dropdown__container {
    border: 1px solid #222222;
    padding: 15px;
    padding-top: 0; }
    @media screen and (max-width: 767px) {
      .dropdowns .dropdown__container {
        border-bottom: none; }
        .dropdowns .dropdown__container.container--last {
          border: 1px solid #222222; } }
    @media screen and (min-width: 768px) and (max-width: 1023px) {
      .dropdowns .dropdown__container {
        margin-bottom: 10px; } }
    .dropdowns .dropdown__container .dropdown__heading {
      margin-top: 10px;
      line-height: 34px;
      border-bottom: 1px solid #c8c8c8; }
      @media screen and (max-width: 767px) {
        .dropdowns .dropdown__container .dropdown__heading {
          margin-top: 0; } }
    @media screen and (min-width: 768px) {
      .dropdowns .dropdown__container .dropdown__row {
        margin-top: 10px; } }
    .dropdowns .dropdown__container .dropdown__row .dropdown__heading {
      margin-top: 0; }
    .dropdowns .dropdown__container .gridlike {
      -moz-column-count: 2;
      column-count: 2; }
    .dropdowns .dropdown__container .dropdown__category .dropdown__item .dropdown__link {
      text-decoration: none;
      line-height: 120%;
      display: inline-block;
      padding: 8px 0;
      margin: 2px 0;
      word-break: break-word; }
      .dropdowns .dropdown__container .dropdown__category .dropdown__item .dropdown__link.course {
        text-transform: lowercase; }
        .dropdowns .dropdown__container .dropdown__category .dropdown__item .dropdown__link.course:first-letter {
          text-transform: uppercase; }

.sharearea {
  border-top: 1px solid #c8c8c8;
  padding-top: 10px;
  margin-top: 10px; }
  .sharearea .share__shorturl {
    float: right;
    margin-bottom: 10px; }
    @media screen and (max-width: 1023px) {
      .sharearea .share__shorturl {
        float: none; } }

.social-media {
  background: #ebebeb;
  margin: 15px 0;
  padding: 15px;
  border-radius: 0; }
  @media screen and (max-width: 767px) {
    .social-media {
      padding: 0;
      background: transparent;
      text-align: center; } }
  .social-media .social-media__heading {
    text-align: center; }
    .social-media .social-media__heading .heading {
      margin: 0;
      padding: 10px 0; }
  .social-media .social-media__inner {
    text-align: center;
    margin: 15px; }
    @media screen and (max-width: 767px) {
      .social-media .social-media__inner {
        margin: 0;
        display: inline-block; } }
    .social-media .social-media__inner .social-media__item {
      -moz-border-radius: 50%;
      -webkit-border-radius: 50%;
      border-radius: 50%; }
      @media screen and (max-width: 767px) {
        .social-media .social-media__inner .social-media__item {
          float: left;
          margin: 0 2px;
          display: block; } }
      .social-media .social-media__inner .social-media__item .social-media__link {
        text-decoration: none;
        display: block;
        padding: 10px 0;
        line-height: 1; }
        .social-media .social-media__inner .social-media__item .social-media__link:hover i {
          border-radius: 50%;
          background-color: #222222;
          color: #ffffff; }
        .social-media .social-media__inner .social-media__item .social-media__link i {
          padding: 10px;
          font-size: 22px; }
  .social-media.share {
    background: transparent;
    padding: 0;
    margin: 0; }
    .social-media.share .social-media__inner {
      margin: 0 0 15px 0;
      float: right; }
      @media screen and (max-width: 1023px) {
        .social-media.share .social-media__inner {
          float: none;
          margin-top: 5px; } }
      .social-media.share .social-media__inner .social-media__item {
        margin: 0 2px; }
        .social-media.share .social-media__inner .social-media__item i {
          font-size: 20px;
          color: #ffffff;
          border-radius: 50%;
          background-color: #148200; }
          @media screen and (min-width: 1024px) {
            .social-media.share .social-media__inner .social-media__item i {
              font-size: 16px; } }
  .social-media.start {
    padding: 5px 0; }
    .social-media.start .social-media__inner {
      margin: 5px 0; }
      .social-media.start .social-media__inner .social-media__item {
        margin: 0 2px; }
        .social-media.start .social-media__inner .social-media__item i {
          color: #222222;
          border-radius: 50%;
          background-color: #ffffff; }
          @media screen and (max-width: 767px) {
            .social-media.start .social-media__inner .social-media__item i {
              padding: 15px;
              background: #222222;
              color: #ffffff; } }

.block .item__topbar {
  border-bottom: 1px solid #c8c8c8;
  margin-bottom: 10px; }
  .block .item__topbar .item__heading {
    margin-top: 0; }
  .block .item__topbar .item__link a {
    font-size: 13px;
    text-decoration: none; }
    .block .item__topbar .item__link a.item__link--rss span {
      margin-left: 5px; }
  .block .item__topbar .item__link .divider {
    border-left: 1px solid #c8c8c8;
    margin: 0 10px 0 7px; }

.block .items .item {
  margin: 5px 0; }
  .block .items .item.news__item {
    margin-bottom: 15px; }
  .block .items .item.rss__item {
    margin-bottom: 15px; }
  .block .items .item .item__date {
    background: #ebebeb;
    border-radius: 0;
    width: calc(50px); }
    .block .items .item .item__date .top {
      padding: 0 10px;
      border-bottom: 1px solid #c8c8c8;
      font-size: 12px; }
    .block .items .item .item__date .bottom {
      padding: 0 10px; }
  .block .items .item .item__info {
    width: calc(100% - 50px); }
    .block .items .item .item__info .body {
      padding: 0 10px;
      line-height: 1.4;
      color: #444444;
      font-weight: normal; }
      .block .items .item .item__info .body.no-padding {
        padding: 0; }
      .block .items .item .item__info .body p {
        display: inline; }
      .block .items .item .item__info .body i {
        color: #148200; }
    .block .items .item .item__info .title {
      padding: 0 10px;
      display: block;
      line-height: 20px; }
      .block .items .item .item__info .title.no-padding {
        padding: 0; }

@media screen and (max-width: 767px) {
  .core-wrapper-footer {
    margin-left: 0;
    margin-right: 0; } }

.core-wrapper-footer footer {
  font-size: 13px;
  line-height: 22px;
  padding-top: 15px; }
  @media screen and (max-width: 767px) {
    .core-wrapper-footer footer {
      background: #ebebeb;
      padding: 0 15px 15px; }
      .core-wrapper-footer footer .footer__heading {
        margin-top: 15px; } }
  .core-wrapper-footer footer .footer__heading .heading {
    font-family: "ITC Avant Garde Gothic W01 Bd";
    color: #767676;
    display: block; }
  .core-wrapper-footer footer .footer__text {
    margin-bottom: 15px; }
    .core-wrapper-footer footer .footer__text .language__swap {
      color: #148200; }
      .core-wrapper-footer footer .footer__text .language__swap a:before {
        content: '\e905';
        position: relative;
        top: 1px;
        padding-right: 4px; }
    .core-wrapper-footer footer .footer__text a {
      text-decoration: none;
      font-size: 13px;
      display: inline-block;
      line-height: 18px;
      padding: 2px 0; }
      @media screen and (max-width: 767px) {
        .core-wrapper-footer footer .footer__text a {
          color: #222222; } }
    .core-wrapper-footer footer .footer__text p {
      margin-bottom: 0;
      font-size: 13px; }
    .core-wrapper-footer footer .footer__text.body-text a {
      text-decoration: underline; }

.staff__item {
  margin: 0 0 15px 0;
  min-height: 50px; }
  .staff__item .compat-object-fit.image__fallback-item.image__ie-fallback {
    height: auto; }
  .staff__item .item__image {
    width: 99px !important;
    max-width: 100%;
    min-height: 1px; }
    .staff__item .item__image img {
      height: auto;
      width: auto; }
  .staff__item .item__title {
    margin-top: 0; }
  .staff__item a.v2-link-list-link {
    text-decoration: underline !important;
    cursor: pointer; }
  .staff__item .v2-staff-links a {
    text-decoration: underline;
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    display: block;
    margin: 0;
    padding-left: 15px; }
  .staff__item .v2-staff-links:not(.first-staff-link) a {
    margin-top: 10px; }
  .staff__item .v2-staff-links.staff-searchpage a {
    font-size: 14px;
    padding-left: 0px; }
  .staff__item .v2-staff-page-link a {
    padding-left: 0px; }
    .staff__item .v2-staff-page-link a:not(.first-staff-link) a {
      margin-top: 15px; }
  .staff__item .item__info {
    width: calc(100% - 99px);
    padding-left: 15px; }
    @media screen and (max-width: 767px) {
      .staff__item .item__info {
        padding-left: 0;
        padding-top: 15px;
        clear: both; } }
  .staff__item .item__sections {
    padding-top: 13px;
    width: 50%; }
    @media screen and (min-width: 1024px) {
      .staff__item .item__sections {
        float: left;
        padding-left: 15px; } }
    @media screen and (max-width: 767px) {
      .staff__item .item__sections {
        width: 100%; } }
    .staff__item .item__sections .staff__section-item {
      margin-bottom: 10px; }
  .staff__item .item__section {
    margin-bottom: 10px; }
    .staff__item .item__section .puff__text ul, .staff__item .item__section .item__sections .item__contact-description ul, .staff__item .item__sections .item__section .item__contact-description ul {
      margin-bottom: 0; }
  .staff__item .item__contact {
    margin-top: 10px;
    width: 50%; }
    @media screen and (max-width: 767px) {
      .staff__item .item__contact {
        width: 100%; } }
    @media screen and (min-width: 1024px) {
      .staff__item .item__contact {
        float: left; } }
  .staff__item .item__vcard .link--button {
    width: 100%;
    margin-top: 15px; }
  .staff__item.staff__block .spinner {
    margin-top: 15px; }
  .staff__item.staff__block .staffmember {
    /* background: $color-greyscale-lighter;*/
    min-height: 80px; }
    .staff__item.staff__block .staffmember a {
      text-decoration: none;
      -ms-word-break: break-word;
      word-break: break-word;
      -ms-word-wrap: break-word;
      word-wrap: break-word; }
      .staff__item.staff__block .staffmember a:hover, .staff__item.staff__block .staffmember .header .header__col--right .header__top-links .language__selector a:hover, .header .header__col--right .header__top-links .language__selector .staff__item.staff__block .staffmember a:hover, .staff__item.staff__block .staffmember .header .header__col--right .header__top-links ul li a:hover, .header .header__col--right .header__top-links ul li .staff__item.staff__block .staffmember a:hover {
        text-decoration: underline; }
    .staff__item.staff__block .staffmember .item__image {
      padding-left: 15px;
      padding-top: 15px; }
    .staff__item.staff__block .staffmember .item__inner {
      padding: 0 15px 15px; }
      .staff__item.staff__block .staffmember .item__inner.thin {
        padding-left: 0;
        padding-right: 0; }
      .staff__item.staff__block .staffmember .item__inner .item__title {
        padding: 15px 0; }
      .staff__item.staff__block .staffmember .item__inner .item__name {
        padding: 0 15px; }
      .staff__item.staff__block .staffmember .item__inner .puff__heading,
      .staff__item.staff__block .staffmember .item__inner .puff__text, .staff__item.staff__block .staffmember .item__inner .item__sections .item__contact-description, .staff__item.staff__block .item__sections .staffmember .item__inner .item__contact-description {
        padding: 0 10px 0 0; }
      .staff__item.staff__block .staffmember .item__inner .puff__heading {
        padding-top: 10px;
        padding-bottom: 5px; }
      .staff__item.staff__block .staffmember .item__inner.extrainfo .puff__text, .staff__item.staff__block .staffmember .item__inner.extrainfo .item__sections .item__contact-description, .staff__item.staff__block .item__sections .staffmember .item__inner.extrainfo .item__contact-description {
        padding-top: 5px; }

.section-staff-list {
  padding-top: 20px; }
  .section-staff-list .item__link {
    padding-bottom: 30px; }

.sitemap .filter__toggle {
  color: #222222; }
  .sitemap .filter__toggle.open {
    padding: 0;
    display: none; }

.sitemap .filter__close {
  display: none;
  padding-top: 0; }
  .sitemap .filter__close.open {
    display: block; }

.sitemap .sitemap__filter {
  margin-bottom: 50px;
  /*
        &.search__filter {
            padding:30px;
        }*/ }
  @media screen and (max-width: 767px) {
    .sitemap .sitemap__filter {
      display: none; } }
  .sitemap .sitemap__filter .filter__levels {
    margin-left: 15px;
    padding: 20px 0; }
    @media screen and (max-width: 767px) {
      .sitemap .sitemap__filter .filter__levels {
        margin-left: 0; } }
    .sitemap .sitemap__filter .filter__levels .sitemap__tab {
      width: auto; }
  .sitemap .sitemap__filter .filter__input {
    padding: 20px 0; }
    .sitemap .sitemap__filter .filter__input input {
      margin: 0; }
      @media screen and (min-width: 1024px) {
        .sitemap .sitemap__filter .filter__input input {
          width: 250px; } }
    @media screen and (max-width: 767px) {
      .sitemap .sitemap__filter .filter__input {
        width: 100%;
        margin-bottom: 10px; }
        .sitemap .sitemap__filter .filter__input input {
          width: 100%; } }
  @media screen and (max-width: 480px) {
    .sitemap .sitemap__filter .filter__bottom-bar {
      float: left !important; } }
  .sitemap .sitemap__filter .filter__bottom-bar .filter__clear {
    padding: 5px 0;
    margin: 2px 0; }

.sitemap .sitemap__hierarchy {
  margin-top: 10px; }
  .sitemap .sitemap__hierarchy ul {
    margin: 0;
    list-style-position: inside;
    list-style-type: none; }
    .sitemap .sitemap__hierarchy ul li {
      margin-left: 5px;
      padding: 7px 10px;
      line-height: 22px;
      border-left: 1px solid #c8c8c8;
      position: relative; }
      .sitemap .sitemap__hierarchy ul li a {
        text-decoration: none; }
      .sitemap .sitemap__hierarchy ul li:before {
        content: "";
        display: block;
        position: absolute;
        width: 5px;
        height: 1px;
        border-top: 1px solid #c8c8c8;
        top: 15px;
        left: 0; }
      .sitemap .sitemap__hierarchy ul li.last, .sitemap .sitemap__hierarchy ul li:last-child {
        border-left: none;
        padding-bottom: 0; }
        .sitemap .sitemap__hierarchy ul li.last:before, .sitemap .sitemap__hierarchy ul li:last-child:before {
          content: "";
          display: block;
          position: absolute;
          width: 5px;
          height: 15px;
          border-top: none;
          border-left: 1px solid #c8c8c8;
          border-bottom: 1px solid #c8c8c8;
          top: 0;
          left: 0; }
    .sitemap .sitemap__hierarchy ul.level-1 {
      font-size: 18px; }
  .sitemap .sitemap__hierarchy > ul > li {
    margin: 10px 0;
    padding: 0;
    border: none; }
    .sitemap .sitemap__hierarchy > ul > li:before {
      content: none !important;
      display: none !important; }
    .sitemap .sitemap__hierarchy > ul > li > a {
      font-size: 22px; }

#disqus_thread {
  margin-bottom: 15px; }

.file-block a {
  display: block;
  padding-bottom: 10px; }

/* #endregion 1.X Specific elements */
.block-area__block--teaser {
  height: 100%;
  position: relative;
  z-index: 500; }
  @media screen and (max-width: 767px) {
    .block-area__block--teaser {
      margin-bottom: 15px; }
      .block-area__block--teaser > section > .row > .column:first-child, .block-area__block--teaser > section > .row > .columns:first-child {
        padding-right: 0; } }
  @media screen and (max-width: 767px) {
    .block-area__block--teaser .block__link--overlay .column:first-child, .block-area__block--teaser .block__link--overlay .columns:first-child {
      padding-right: 0; } }
  .block-area__block--teaser a:hover .puff--text-overlay:after, .block-area__block--teaser .header .header__col--right .header__top-links .language__selector a:hover .puff--text-overlay:after, .header .header__col--right .header__top-links .language__selector .block-area__block--teaser a:hover .puff--text-overlay:after, .block-area__block--teaser .header .header__col--right .header__top-links ul li a:hover .puff--text-overlay:after, .header .header__col--right .header__top-links ul li .block-area__block--teaser a:hover .puff--text-overlay:after {
    border-bottom: 5px solid #222222;
    bottom: 0; }
    @media screen and (max-width: 768px) {
      .block-area__block--teaser a:hover .puff--text-overlay:after, .block-area__block--teaser .header .header__col--right .header__top-links .language__selector a:hover .puff--text-overlay:after, .header .header__col--right .header__top-links .language__selector .block-area__block--teaser a:hover .puff--text-overlay:after, .block-area__block--teaser .header .header__col--right .header__top-links ul li a:hover .puff--text-overlay:after, .header .header__col--right .header__top-links ul li .block-area__block--teaser a:hover .puff--text-overlay:after {
        border-bottom: 5px solid transparent; } }
  .block-area__block--teaser .puff__overlay {
    background: -moz-linear-gradient(transparent 0, rgba(0, 0, 0, 0.8) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(transparent 0, rgba(0, 0, 0, 0.8) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(transparent 0, rgba(0, 0, 0, 0.8) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
    /* IE6-9 */
    position: absolute;
    bottom: 0;
    top: 50%;
    width: 100%;
    height: 50%;
    padding-left: inherit;
    padding-right: inherit; }
    @media screen and (max-width: 767px) {
      .block-area__block--teaser .puff__overlay {
        display: none; } }

.block--text p {
  font-size: 16px; }

.noInline p {
  display: block !important; }

.noInline p:last-of-type {
  display: inline !important;
  margin-right: 4px; }

.puff a {
  color: #222222; }

.puff i {
  font-size: 10px;
  color: #222222;
  font-weight: 900;
  font-style: normal; }

@media screen and (max-width: 767px) {
  .puff {
    padding: 0; } }

.puff .puff__heading {
  color: #148200;
  padding: 10px 15px;
  margin: 0; }

.puff .puff__text, .puff .staff__item .item__sections .item__contact-description, .staff__item .item__sections .puff .item__contact-description {
  padding: 10px 15px;
  padding-bottom: 0;
  margin: 0; }
  .puff .puff__text.contact, .puff .staff__item .item__sections .contact.item__contact-description, .staff__item .item__sections .puff .contact.item__contact-description {
    padding-bottom: 10px !important; }
  .puff .puff__text .filesize, .puff .staff__item .item__sections .item__contact-description .filesize, .staff__item .item__sections .puff .item__contact-description .filesize {
    color: #148200; }
  .puff .puff__text:last-child, .puff .staff__item .item__sections .item__contact-description:last-child, .staff__item .item__sections .puff .item__contact-description:last-child {
    padding: 10px 15px 15px; }

.puff.puff--box {
  /*background: $color-greyscale-lighter;*/ }
  .puff.puff--box .puff__heading {
    padding: 10px 15px;
    border-bottom: 1px solid #ffffff;
    color: #222222; }
  .puff.puff--box .puff__text, .puff.puff--box .staff__item .item__sections .item__contact-description, .staff__item .item__sections .puff.puff--box .item__contact-description {
    padding: 10px 10px;
    padding-bottom: 0; }
    .puff.puff--box .puff__text:last-child, .puff.puff--box .staff__item .item__sections .item__contact-description:last-child, .staff__item .item__sections .puff.puff--box .item__contact-description:last-child {
      padding: 10px 10px; }
    .puff.puff--box .puff__text .text-bold, .puff.puff--box .staff__item .item__sections .item__contact-description .text-bold, .staff__item .item__sections .puff.puff--box .item__contact-description .text-bold {
      display: inline-block; }
      .puff.puff--box .puff__text .text-bold::first-letter, .puff.puff--box .staff__item .item__sections .item__contact-description .text-bold::first-letter, .staff__item .item__sections .puff.puff--box .item__contact-description .text-bold::first-letter {
        text-transform: uppercase; }
    .puff.puff--box .puff__text .link, .puff.puff--box .staff__item .item__sections .item__contact-description .link, .staff__item .item__sections .puff.puff--box .item__contact-description .link {
      margin-top: 5px;
      margin-bottom: 0;
      color: #ffffff; }

.puff.puff--text-below {
  background: #ebebeb;
  border-top: 1px solid #148200;
  height: 100%; }
  .puff.puff--text-below .puff__heading {
    padding: 10px 15px 5px; }
    .puff.puff--text-below .puff__heading.puff__text--textless {
      padding-right: 5px; }
  .puff.puff--text-below .puff__text, .puff.puff--text-below .staff__item .item__sections .item__contact-description, .staff__item .item__sections .puff.puff--text-below .item__contact-description {
    padding: 0 15px 15px;
    position: relative; }
    .puff.puff--text-below .puff__text.puff__text--textless, .puff.puff--text-below .staff__item .item__sections .puff__text--textless.item__contact-description, .staff__item .item__sections .puff.puff--text-below .puff__text--textless.item__contact-description {
      padding-left: 0; }
  .puff.puff--text-below .puff__text--textless {
    display: inline-block; }
  @media screen and (max-width: 767px) {
    .puff.puff--text-below {
      padding: 0;
      border-top: none;
      background: none; }
      .puff.puff--text-below .puff__heading {
        padding: 0; }
      .puff.puff--text-below .puff__text, .puff.puff--text-below .staff__item .item__sections .item__contact-description, .staff__item .item__sections .puff.puff--text-below .item__contact-description {
        padding: 0; } }

a.puff--text-below {
  overflow: hidden; }
  a.puff--text-below:after {
    -moz-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    -webkit-transition: all .25s ease-out;
    transition: all .25s ease-out;
    border-bottom: 5px solid transparent;
    content: '';
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -5px;
    display: block; }
  a.puff--text-below:hover, .header .header__col--right .header__top-links .language__selector a.puff--text-below:hover, .header .header__col--right .header__top-links ul li a.puff--text-below:hover {
    /*.puff__text {
            overflow: hidden;
            
        }*/ }
    a.puff--text-below:hover:after, .header .header__col--right .header__top-links .language__selector a.puff--text-below:hover:after, .header .header__col--right .header__top-links ul li a.puff--text-below:hover:after {
      border-bottom: 5px solid #4fa900;
      bottom: 0; }

.puff__heading {
  color: #148200; }
  .puff__heading a {
    text-decoration: none; }

.puff__image.puff__image--overlay {
  overflow: hidden; }
  .puff__image.puff__image--overlay img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover; }
    .puff__image.puff__image--overlay img.full-height {
      height: 100%;
      width: auto;
      max-width: none; }
    .puff__image.puff__image--overlay img.full-width {
      height: auto; }
  @media screen and (max-width: 767px) {
    .puff__image.puff__image--overlay {
      height: auto;
      width: 100%;
      max-height: none; }
      .puff__image.puff__image--overlay img {
        width: 100%;
        height: auto; } }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    .puff__image.puff__image--overlay {
      height: 220px; } }
  @media screen and (min-width: 1024px) and (max-width: 1199px) {
    .puff__image.puff__image--overlay {
      height: 250px; } }
  @media screen and (min-width: 1200px) {
    .puff__image.puff__image--overlay {
      height: 250px; } }

.puff--text-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden; }
  @media screen and (max-width: 767px) {
    .puff--text-overlay {
      position: static; } }
  .puff--text-overlay:after {
    -moz-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    -webkit-transition: all .25s ease-out;
    transition: all .25s ease-out;
    border-bottom: 5px solid transparent;
    content: '';
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -5px;
    display: block; }
  .puff--text-overlay .puff__heading,
  .puff--text-overlay .puff__text,
  .puff--text-overlay .staff__item .item__sections .item__contact-description, .staff__item .item__sections
  .puff--text-overlay .item__contact-description {
    padding: 0 10px; }
  .puff--text-overlay .puff__heading,
  .puff--text-overlay .puff__text,
  .puff--text-overlay .staff__item .item__sections .item__contact-description, .staff__item .item__sections
  .puff--text-overlay .item__contact-description,
  .puff--text-overlay .puff__text i,
  .puff--text-overlay .staff__item .item__sections .item__contact-description i, .staff__item .item__sections
  .puff--text-overlay .item__contact-description i {
    color: #ffffff; }
    @media screen and (max-width: 767px) {
      .puff--text-overlay .puff__heading,
      .puff--text-overlay .puff__text,
      .puff--text-overlay .staff__item .item__sections .item__contact-description, .staff__item .item__sections
      .puff--text-overlay .item__contact-description,
      .puff--text-overlay .puff__text i,
      .puff--text-overlay .staff__item .item__sections .item__contact-description i, .staff__item .item__sections
      .puff--text-overlay .item__contact-description i {
        color: #222222;
        text-shadow: none; } }
  .puff--text-overlay .puff__text, .puff--text-overlay .staff__item .item__sections .item__contact-description, .staff__item .item__sections .puff--text-overlay .item__contact-description {
    padding-top: 2px !important;
    padding-left: 10px !important;
    padding-right: 10px !important; }
    @media screen and (max-width: 767px) {
      .puff--text-overlay .puff__text i, .puff--text-overlay .staff__item .item__sections .item__contact-description i, .staff__item .item__sections .puff--text-overlay .item__contact-description i {
        color: #148200; } }
    @media screen and (max-width: 767px) {
      .puff--text-overlay .puff__text, .puff--text-overlay .staff__item .item__sections .item__contact-description, .staff__item .item__sections .puff--text-overlay .item__contact-description {
        padding-left: 0 !important; } }
    @media screen and (min-width: 768px) {
      .puff--text-overlay .puff__text, .puff--text-overlay .staff__item .item__sections .item__contact-description, .staff__item .item__sections .puff--text-overlay .item__contact-description {
        font-size: 16px; } }
  @media screen and (min-width: 768px) {
    .puff--text-overlay .puff__heading {
      font-size: 20px;
      line-height: 1; } }
  @media screen and (max-width: 767px) {
    .puff--text-overlay .puff__heading {
      color: #148200;
      padding-left: 0 !important; } }

.puff--linklist ul li {
  margin-bottom: 7px; }

.content-wrap.notfound {
  position: static; }

.overflow-hidden {
  /*position: absolute;*/
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
  z-index: -1; }

.logo.pagenotfound {
  margin: 15px; }
  @media screen and (max-width: 1023px) {
    .logo.pagenotfound {
      zoom: 0.7; } }

.notfound__wrapper {
  width: 620px;
  margin: 80px auto 0;
  height: 300px; }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    .notfound__wrapper {
      margin: 130px auto 0; } }
  @media screen and (max-width: 767px) {
    .notfound__wrapper {
      width: 248px;
      height: 110px;
      margin: 120px auto 0; } }

.notfound__content {
  opacity: 0;
  -o-transition: all ease-out 1s;
  -webkit-transition: all ease-out 1s;
  -moz-transition: all ease-out 1s;
  transition: all ease-out 1s;
  margin: 80px auto 0;
  width: 620px; }
  @media screen and (max-width: 767px) {
    .notfound__content {
      width: 100%;
      margin: 150px auto 0; } }
  .notfound__content.error__content {
    opacity: 1;
    margin-top: 0; }
    .notfound__content.error__content h2 {
      margin-top: 0; }
  .notfound__content h1 {
    margin-top: 0; }

.error__code {
  margin-top: 100px;
  text-align: center;
  color: #c8c8c8; }

.canvas-404 {
  position: relative;
  width: 100%;
  height: 100%; }
  .canvas-404 .box {
    display: block;
    position: absolute;
    left: -9999px;
    top: -9999px;
    width: 50px;
    height: 50px;
    opacity: 0.7;
    opacity: 0;
    -o-transition: all ease-out .7s;
    -webkit-transition: all ease-out .7s;
    -moz-transition: all ease-out .7s;
    transition: all ease-out .7s; }
    @media screen and (max-width: 767px) {
      .canvas-404 .box {
        width: 20px;
        height: 20px; } }
    .canvas-404 .box.lg {
      background-color: #50aa00; }
    .canvas-404 .box.mg {
      background-color: #148200; }
    .canvas-404 .box.dg {
      background-color: #005a00; }
    .canvas-404 .box.four-01 {
      left: 120px;
      top: 200px; }
      @media screen and (max-width: 767px) {
        .canvas-404 .box.four-01 {
          left: 48px;
          top: 80px; } }
    .canvas-404 .box.four-02 {
      left: 150px;
      top: 160px; }
      @media screen and (max-width: 767px) {
        .canvas-404 .box.four-02 {
          left: 60px;
          top: 64px; } }
    .canvas-404 .box.four-03 {
      left: 110px;
      top: 160px; }
      @media screen and (max-width: 767px) {
        .canvas-404 .box.four-03 {
          left: 44px;
          top: 64px; } }
    .canvas-404 .box.four-04 {
      left: 60px;
      top: 160px; }
      @media screen and (max-width: 767px) {
        .canvas-404 .box.four-04 {
          left: 24px;
          top: 64px; } }
    .canvas-404 .box.four-05 {
      left: 20px;
      top: 160px; }
      @media screen and (max-width: 767px) {
        .canvas-404 .box.four-05 {
          left: 8px;
          top: 64px; } }
    .canvas-404 .box.four-06 {
      left: 0px;
      top: 160px; }
      @media screen and (max-width: 767px) {
        .canvas-404 .box.four-06 {
          left: 0px;
          top: 64px; } }
    .canvas-404 .box.four-07 {
      left: 20px;
      top: 130px; }
      @media screen and (max-width: 767px) {
        .canvas-404 .box.four-07 {
          left: 8px;
          top: 52px; } }
    .canvas-404 .box.four-08 {
      left: 40px;
      top: 80px; }
      @media screen and (max-width: 767px) {
        .canvas-404 .box.four-08 {
          left: 16px;
          top: 32px; } }
    .canvas-404 .box.four-09 {
      left: 70px;
      top: 40px; }
      @media screen and (max-width: 767px) {
        .canvas-404 .box.four-09 {
          left: 28px;
          top: 16px; } }
    .canvas-404 .box.four-10 {
      left: 100px;
      top: 20px; }
      @media screen and (max-width: 767px) {
        .canvas-404 .box.four-10 {
          left: 40px;
          top: 8px; } }
    .canvas-404 .box.four-11 {
      left: 120px;
      top: 0px; }
      @media screen and (max-width: 767px) {
        .canvas-404 .box.four-11 {
          left: 48px;
          top: 0px; } }
    .canvas-404 .box.four-12 {
      left: 120px;
      top: 50px; }
      @media screen and (max-width: 767px) {
        .canvas-404 .box.four-12 {
          left: 48px;
          top: 20px; } }
    .canvas-404 .box.four-13 {
      left: 120px;
      top: 90px; }
      @media screen and (max-width: 767px) {
        .canvas-404 .box.four-13 {
          left: 48px;
          top: 36px; } }
    .canvas-404 .box.four-14 {
      left: 120px;
      top: 130px; }
      @media screen and (max-width: 767px) {
        .canvas-404 .box.four-14 {
          left: 48px;
          top: 52px; } }
    .canvas-404 .box.zero-01 {
      left: 270px;
      top: 200px; }
      @media screen and (max-width: 767px) {
        .canvas-404 .box.zero-01 {
          left: 108px;
          top: 80px; } }
    .canvas-404 .box.zero-02 {
      left: 230px;
      top: 170px; }
      @media screen and (max-width: 767px) {
        .canvas-404 .box.zero-02 {
          left: 92px;
          top: 68px; } }
    .canvas-404 .box.zero-03 {
      left: 220px;
      top: 130px; }
      @media screen and (max-width: 767px) {
        .canvas-404 .box.zero-03 {
          left: 88px;
          top: 52px; } }
    .canvas-404 .box.zero-04 {
      left: 220px;
      top: 80px; }
      @media screen and (max-width: 767px) {
        .canvas-404 .box.zero-04 {
          left: 88px;
          top: 32px; } }
    .canvas-404 .box.zero-05 {
      left: 230px;
      top: 40px; }
      @media screen and (max-width: 767px) {
        .canvas-404 .box.zero-05 {
          left: 92px;
          top: 16px; } }
    .canvas-404 .box.zero-06 {
      left: 270px;
      top: 0px; }
      @media screen and (max-width: 767px) {
        .canvas-404 .box.zero-06 {
          left: 108px;
          top: 0px; } }
    .canvas-404 .box.zero-07 {
      left: 300px;
      top: 0px; }
      @media screen and (max-width: 767px) {
        .canvas-404 .box.zero-07 {
          left: 120px;
          top: 0px; } }
    .canvas-404 .box.zero-08 {
      left: 340px;
      top: 40px; }
      @media screen and (max-width: 767px) {
        .canvas-404 .box.zero-08 {
          left: 136px;
          top: 16px; } }
    .canvas-404 .box.zero-09 {
      left: 350px;
      top: 80px; }
      @media screen and (max-width: 767px) {
        .canvas-404 .box.zero-09 {
          left: 140px;
          top: 32px; } }
    .canvas-404 .box.zero-10 {
      left: 350px;
      top: 120px; }
      @media screen and (max-width: 767px) {
        .canvas-404 .box.zero-10 {
          left: 140px;
          top: 48px; } }
    .canvas-404 .box.zero-11 {
      left: 340px;
      top: 170px; }
      @media screen and (max-width: 767px) {
        .canvas-404 .box.zero-11 {
          left: 136px;
          top: 68px; } }
    .canvas-404 .box.zero-12 {
      left: 290px;
      top: 200px; }
      @media screen and (max-width: 767px) {
        .canvas-404 .box.zero-12 {
          left: 116px;
          top: 80px; } }
    .canvas-404 .box.four-15 {
      left: 540px;
      top: 200px; }
      @media screen and (max-width: 767px) {
        .canvas-404 .box.four-15 {
          left: 216px;
          top: 80px; } }
    .canvas-404 .box.four-16 {
      left: 570px;
      top: 160px; }
      @media screen and (max-width: 767px) {
        .canvas-404 .box.four-16 {
          left: 228px;
          top: 64px; } }
    .canvas-404 .box.four-17 {
      left: 530px;
      top: 160px; }
      @media screen and (max-width: 767px) {
        .canvas-404 .box.four-17 {
          left: 212px;
          top: 64px; } }
    .canvas-404 .box.four-18 {
      left: 480px;
      top: 160px; }
      @media screen and (max-width: 767px) {
        .canvas-404 .box.four-18 {
          left: 192px;
          top: 64px; } }
    .canvas-404 .box.four-19 {
      left: 440px;
      top: 160px; }
      @media screen and (max-width: 767px) {
        .canvas-404 .box.four-19 {
          left: 176px;
          top: 64px; } }
    .canvas-404 .box.four-20 {
      left: 420px;
      top: 160px; }
      @media screen and (max-width: 767px) {
        .canvas-404 .box.four-20 {
          left: 168px;
          top: 64px; } }
    .canvas-404 .box.four-21 {
      left: 440px;
      top: 130px; }
      @media screen and (max-width: 767px) {
        .canvas-404 .box.four-21 {
          left: 176px;
          top: 52px; } }
    .canvas-404 .box.four-22 {
      left: 460px;
      top: 80px; }
      @media screen and (max-width: 767px) {
        .canvas-404 .box.four-22 {
          left: 184px;
          top: 32px; } }
    .canvas-404 .box.four-23 {
      left: 490px;
      top: 40px; }
      @media screen and (max-width: 767px) {
        .canvas-404 .box.four-23 {
          left: 196px;
          top: 16px; } }
    .canvas-404 .box.four-24 {
      left: 520px;
      top: 20px; }
      @media screen and (max-width: 767px) {
        .canvas-404 .box.four-24 {
          left: 208px;
          top: 8px; } }
    .canvas-404 .box.four-25 {
      left: 540px;
      top: 0px; }
      @media screen and (max-width: 767px) {
        .canvas-404 .box.four-25 {
          left: 216px;
          top: 0px; } }
    .canvas-404 .box.four-26 {
      left: 540px;
      top: 50px; }
      @media screen and (max-width: 767px) {
        .canvas-404 .box.four-26 {
          left: 216px;
          top: 20px; } }
    .canvas-404 .box.four-27 {
      left: 540px;
      top: 90px; }
      @media screen and (max-width: 767px) {
        .canvas-404 .box.four-27 {
          left: 216px;
          top: 36px; } }
    .canvas-404 .box.four-28 {
      left: 540px;
      top: 130px; }
      @media screen and (max-width: 767px) {
        .canvas-404 .box.four-28 {
          left: 216px;
          top: 52px; } }

.slideshow-wrap {
  height: 325px;
  width: 100%;
  margin-top: 0; }
  .slideshow-wrap.hide-dots {
    margin-bottom: 0; }
    .slideshow-wrap.hide-dots .slides {
      cursor: auto !important; }
      .slideshow-wrap.hide-dots .slides img {
        -moz-user-select: none;
        -webkit-user-drag: none;
        -webkit-user-select: none;
        -ms-user-select: none;
        user-select: none; }
  .slideshow-wrap.slideshow-wrap--default {
    height: 300px; }
    .slideshow-wrap.slideshow-wrap--default + .slideshow-overlay {
      top: auto !important;
      bottom: 0; }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    .slideshow-wrap {
      margin-bottom: 15px;
      height: 225px; }
      .slideshow-wrap.slideshow-wrap--default {
        height: 200px; }
      .slideshow-wrap .column--slideshow {
        padding: 0; } }
  @media screen and (max-width: 767px) {
    .slideshow-wrap {
      height: 185px;
      /*margin-bottom: $margin-minor;*/ }
      .slideshow-wrap.slideshow-wrap--default {
        height: 160px; } }
  @media screen and (max-width: 1023px) {
    .slideshow-wrap {
      padding: 0; } }
  .slideshow-wrap .dots__wrapper {
    text-align: center;
    height: 25px; }
    .slideshow-wrap .dots__wrapper .dots {
      z-index: 1500;
      display: inline-block; }
      .slideshow-wrap .dots__wrapper .dots .dot-item {
        background: #148200;
        width: 10px;
        height: 10px;
        border-radius: 50%;
        margin: 5px 3px;
        border: 2px solid #148200; }
        @media screen and (min-width: 768px) {
          .slideshow-wrap .dots__wrapper .dots .dot-item {
            /*position: relative;
                    top: -5px;*/ } }
        .slideshow-wrap .dots__wrapper .dots .dot-item.active {
          background: #ffffff; }
  .slideshow-wrap .slideshow {
    display: block;
    margin: 0;
    padding: 0;
    overflow: hidden;
    width: 100%;
    height: 300px;
    position: relative;
    text-align: center; }
    .slideshow-wrap .slideshow .slides {
      cursor: -moz-grab !important;
      cursor: ew-resize; }
      .slideshow-wrap .slideshow .slides .slide, .slideshow-wrap .slideshow .slides .slideshow {
        display: block;
        margin: 0;
        padding: 0;
        list-style: none;
        position: relative;
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0); }
        .slideshow-wrap .slideshow .slides .slide.slideshow__item, .slideshow-wrap .slideshow .slides .slideshow__item.slideshow, .slideshow-wrap .slideshow .slides .slides {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 300px; }
    .slideshow-wrap .slideshow .slideshow__button {
      display: none;
      position: absolute;
      top: 0;
      height: 100%;
      width: 50px; }
      .slideshow-wrap .slideshow .slideshow__button.left {
        left: 0; }
      .slideshow-wrap .slideshow .slideshow__button.right {
        right: 0; }
      .slideshow-wrap .slideshow .slideshow__button .next,
      .slideshow-wrap .slideshow .slideshow__button .previous {
        position: absolute;
        height: 100%;
        width: 100%; }
        .slideshow-wrap .slideshow .slideshow__button .next .arrow,
        .slideshow-wrap .slideshow .slideshow__button .previous .arrow {
          position: absolute;
          top: 50%;
          top: calc(50% - (31px));
          z-index: 1300;
          font-size: 32px;
          color: white;
          text-shadow: 0 0 10px rgba(0, 0, 0, 0.5); }
      .slideshow-wrap .slideshow .slideshow__button .next {
        right: 0; }
        .slideshow-wrap .slideshow .slideshow__button .next .arrow {
          right: 15px; }
      .slideshow-wrap .slideshow .slideshow__button .previous {
        left: 0; }
        .slideshow-wrap .slideshow .slideshow__button .previous .arrow {
          left: 15px; }
    .slideshow-wrap .slideshow .slideshow__item span,
    .slideshow-wrap .slideshow .slideshow__item p,
    .slideshow-wrap .slideshow .slideshow__item div,
    .slideshow-wrap .slideshow .slideshow__item a,
    .slideshow-wrap .slideshow .slideshow__item i {
      color: #444444; }
    .slideshow-wrap .slideshow .slideshow__item .item__box {
      position: absolute;
      z-index: 1800;
      top: 0;
      right: 0;
      background: rgba(34, 34, 34, 0.85);
      height: 300px;
      width: 300px;
      text-align: left;
      padding: 15px; }
      .slideshow-wrap .slideshow .slideshow__item .item__box .item__text {
        position: absolute;
        bottom: 15px;
        left: 15px;
        right: 15px; }
        .slideshow-wrap .slideshow .slideshow__item .item__box .item__text span, .slideshow-wrap .slideshow .slideshow__item .item__box .item__text i {
          font-family: "ITC Avant Garde Gothic W01 Bd";
          font-size: 22px;
          font-weight: bold;
          line-height: 24px;
          color: #222222;
          text-decoration: none;
          line-height: 26px;
          color: #ffffff; }
        .slideshow-wrap .slideshow .slideshow__item .item__box .item__text i {
          position: relative;
          top: 1px; }
          @media screen and (min-width: 768px) {
            .slideshow-wrap .slideshow .slideshow__item .item__box .item__text i {
              top: 0;
              font-size: 16px; } }
          @media screen and (min-width: 1024px) {
            .slideshow-wrap .slideshow .slideshow__item .item__box .item__text i {
              top: -1px; } }
    .slideshow-wrap .slideshow img {
      height: 300px;
      width: 100%;
      -o-object-fit: cover;
      object-fit: cover; }
    @media screen and (min-width: 768px) and (max-width: 1023px) {
      .slideshow-wrap .slideshow {
        height: 200px; }
        .slideshow-wrap .slideshow.slideshow--textoverlay {
          width: 100vw; }
        .slideshow-wrap .slideshow img {
          height: 200px;
          margin: 0 -15px; }
        .slideshow-wrap .slideshow .slideshow__item {
          height: 200px; }
          .slideshow-wrap .slideshow .slideshow__item .item__box {
            height: 200px;
            width: 200px; }
            .slideshow-wrap .slideshow .slideshow__item .item__box .item__text span, .slideshow-wrap .slideshow .slideshow__item .item__box .item__text i {
              font-family: "Open Sans", sans-serif;
              font-size: 18px;
              font-weight: normal;
              line-height: 20px;
              color: #222222;
              text-decoration: none;
              line-height: 24px; } }
    @media screen and (max-width: 767px) {
      .slideshow-wrap .slideshow {
        height: 300px;
        overflow: visible; }
        .slideshow-wrap .slideshow img {
          height: 160px; }
        .slideshow-wrap .slideshow .slideshow__item {
          height: 160px; }
          .slideshow-wrap .slideshow .slideshow__item .item__box {
            height: 160px;
            width: 160px; }
            .slideshow-wrap .slideshow .slideshow__item .item__box .item__text span, .slideshow-wrap .slideshow .slideshow__item .item__box .item__text i {
              font-family: "ITC Avant Garde Gothic W01 Bd";
              font-weight: bold;
              color: #222222;
              text-decoration: none;
              line-height: 18px; } }

@media screen and (min-width: 1024px) {
  .slideshow-margin-adjuster {
    margin-left: 15px;
    margin-right: 15px; } }

.menu--mobile .menu__container {
  position: relative;
  background: #ffffff;
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out; }
  .menu--mobile .menu__container .menu__search-link {
    color: #222222; }
    .menu--mobile .menu__container .menu__search-link i {
      font-size: 18px;
      position: relative;
      top: 0;
      display: inline-block;
      padding: 15px; }
    .menu--mobile .menu__container .menu__search-link button {
      position: absolute;
      right: 15px;
      top: 15px; }
  .menu--mobile .menu__container.search-open {
    background: #ffffff; }
  .menu--mobile .menu__container.open {
    background: #ffffff;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 5000; }
    .menu--mobile .menu__container.open .menu__search-link {
      color: #222222;
      position: relative;
      z-index: 9001; }
      .menu--mobile .menu__container.open .menu__search-link .menu__search-field + i {
        color: #222222; }
  .menu--mobile .menu__container .menu__topbar {
    height: 70px; }
    @media screen and (min-width: 768px) and (max-width: 1023px) {
      .menu--mobile .menu__container .menu__topbar {
        padding-left: 15px;
        padding-right: 0; } }
  .menu--mobile .menu__container .menu__inner {
    background: #ffffff;
    z-index: 1100;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    top: 70px;
    position: fixed;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    overflow-y: scroll; }
    .menu--mobile .menu__container .menu__inner.open {
      opacity: 1; }
    .menu--mobile .menu__container .menu__inner .menu__item-wrapper {
      position: absolute;
      width: 100%;
      margin-top: 56px; }
      @media screen and (max-width: 767px) {
        .menu--mobile .menu__container .menu__inner .menu__item-wrapper {
          margin-top: 53px; } }
      .menu--mobile .menu__container .menu__inner .menu__item-wrapper.slideRightIn-add-active {
        -webkit-animation: slideRightIn .3s ease-in-out;
        -moz-animation: slideRightIn .3s ease-in-out;
        -o-animation: slideRightIn .3s ease-in-out;
        animation: slideRightIn .3s ease-in-out; }
      .menu--mobile .menu__container .menu__inner .menu__item-wrapper.slideRightOut-add-active {
        -webkit-animation: slideRightOut .3s ease-in-out;
        -moz-animation: slideRightOut .3s ease-in-out;
        -o-animation: slideRightOut .3s ease-in-out;
        animation: slideRightOut .3s ease-in-out; }
      .menu--mobile .menu__container .menu__inner .menu__item-wrapper.slideLeftOut-add-active {
        -webkit-animation: slideLeftOut .3s ease-in-out;
        -moz-animation: slideLeftOut .3s ease-in-out;
        -o-animation: slideLeftOut .3s ease-in-out;
        animation: slideLeftOut .3s ease-in-out; }
      .menu--mobile .menu__container .menu__inner .menu__item-wrapper.slideLeftIn-add-active {
        -webkit-animation: slideLeftIn .3s ease-in-out;
        -moz-animation: slideLeftIn .3s ease-in-out;
        -o-animation: slideLeftIn .3s ease-in-out;
        animation: slideLeftIn .3s ease-in-out; }
      .menu--mobile .menu__container .menu__inner .menu__item-wrapper.menu__current-content {
        left: 0; }
      .menu--mobile .menu__container .menu__inner .menu__item-wrapper .menu-extra a {
        text-decoration: none;
        color: #222222; }
      .menu--mobile .menu__container .menu__inner .menu__item-wrapper .menu-extra ul > li {
        padding-left: 0;
        margin-top: 10px; }
    .menu--mobile .menu__container .menu__inner .mobile-line {
      height: 1px;
      background: #e1e1e1;
      margin-bottom: 10px; }

.menu--mobile .menu__search-content {
  position: fixed;
  z-index: 5100;
  left: 0;
  bottom: 0;
  top: 60px;
  background: #ebebeb;
  width: 100%;
  height: 100%;
  color: #222222;
  padding: 5px 15px 15px;
  overflow-y: scroll; }
  .menu--mobile .menu__search-content .search__autocomplete .autocomplete__item .autocomplete__link {
    width: 100%;
    padding: 10px 0;
    text-align: left; }
    .menu--mobile .menu__search-content .search__autocomplete .autocomplete__item .autocomplete__link.active--keyboard {
      background: rgba(20, 130, 0, 0.7) !important;
      color: #ffffff; }

.menu--mobile .menu__content {
  padding: 0; }
  .menu--mobile .menu__content i {
    position: relative;
    top: 1px; }
  .menu--mobile .menu__content .menu__link {
    padding: 15px 20px;
    color: #222222;
    display: block;
    text-decoration: none; }
    .menu--mobile .menu__content .menu__link[href="/en/"]:before, .menu--mobile .menu__content .menu__link[href="/"]:before {
      font-family: "hkr";
      margin-right: 3px; }
  .menu--mobile .menu__content.arrow--right {
    padding: 15px;
    color: #222222; }
    .menu--mobile .menu__content.arrow--right.no-children {
      border-left: none; }
    .menu--mobile .menu__content.arrow--right i {
      left: 1px;
      color: #222222; }
  .menu--mobile .menu__content.menu__content--top {
    border-bottom: none;
    position: relative; }
  .menu--mobile .menu__content.menu__content--menu-icon {
    padding: 13px 0 0 0; }
  .menu--mobile .menu__content .menu__search-field {
    position: absolute;
    left: -45px;
    top: 0;
    bottom: 0;
    right: 0;
    height: 100%;
    padding: 5px 0;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    opacity: 0; }
    .menu--mobile .menu__content .menu__search-field + i {
      color: #222222; }
    .menu--mobile .menu__content .menu__search-field.open {
      opacity: 1; }
      .menu--mobile .menu__content .menu__search-field.open i {
        z-index: 1300;
        position: absolute;
        right: 50px;
        color: #222222;
        opacity: 0.5;
        font-size: 14px;
        top: 2px; }
      .menu--mobile .menu__content .menu__search-field.open + i {
        color: #222222;
        margin: 10px 0;
        padding: 5px 15px; }
    .menu--mobile .menu__content .menu__search-field input[type=text] {
      height: 100%;
      padding-left: 15px;
      padding-right: 100px;
      border-radius: 3px;
      border: none;
      font-family: "ITC Avant Garde Gothic W01 Bd", Helvetica, sans-serif; }

.menu--mobile .menu__content--wide {
  -ms-flex: initial;
  -webkit-flex: initial;
  flex: initial;
  width: calc(100% - 50px);
  max-width: none; }

.menu--mobile .menu__content--narrow {
  -ms-flex: 0 1 50px;
  -webkit-flex: 0 1 50px;
  flex: 0 1 50px;
  width: 50px;
  max-width: none; }

.menu--mobile .menu__content--middle {
  -ms-flex: initial;
  -webkit-flex: initial;
  flex: initial;
  width: calc(100% - (50px * 2));
  max-width: none;
  padding: 0; }

.menu--mobile .menu__content--logo a {
  border: none; }

.menu--mobile .menu__content--logo .logo--mobile {
  margin: 0;
  /*@include border($border-thickness-thin, $border-style-default, $color-white);*/
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

.menu--mobile .menu__item--back {
  -webkit-transition: .3s ease-in-out;
  -moz-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  width: 100%;
  position: absolute;
  margin-bottom: 53px;
  font-weight: bold;
  font-family: 'ITC Avant Garde Gothic W01 Bd', Helvetica, sans-serif; }

.menu--mobile .menu__content--back {
  color: #222222;
  background: #6dc71d;
  padding: 0; }
  .menu--mobile .menu__content--back a {
    color: #222222;
    -o-text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap; }
  .menu--mobile .menu__content--back .menu__back-button i {
    right: 1px; }
  .menu--mobile .menu__content--back.noParent.right {
    border-left: none; }
    .menu--mobile .menu__content--back.noParent.right a {
      left: -44px; }
      .menu--mobile .menu__content--back.noParent.right a.ng-enter-active {
        -webkit-animation: arrowLeftOut .3s ease-in-out;
        -moz-animation: arrowLeftOut .3s ease-in-out;
        -o-animation: arrowLeftOut .3s ease-in-out;
        animation: arrowLeftOut .3s ease-in-out; }
  .menu--mobile .menu__content--back.noParent.left .menu__back-button.ng-leave-active {
    -webkit-animation: arrowLeftOut .3s ease-in-out;
    -moz-animation: arrowLeftOut .3s ease-in-out;
    -o-animation: arrowLeftOut .3s ease-in-out;
    animation: arrowLeftOut .3s ease-in-out; }
  .menu--mobile .menu__content--back.hasParent.left .menu__back-button i {
    right: 1px; }
  .menu--mobile .menu__content--back.hasParent.right a {
    -webkit-animation: arrowLeftIn .3s ease-in-out;
    -moz-animation: arrowLeftIn .3s ease-in-out;
    -o-animation: arrowLeftIn .3s ease-in-out;
    animation: arrowLeftIn .3s ease-in-out;
    left: 0;
    padding-left: 0 !important; }
  .menu--mobile .menu__content--back.left {
    border-left: none;
    border-right: none; }
    .menu--mobile .menu__content--back.left .menu__back-button {
      padding: 15px;
      position: absolute;
      width: 50px;
      -webkit-animation: arrowLeftIn .3s ease-in-out;
      -moz-animation: arrowLeftIn .3s ease-in-out;
      -o-animation: arrowLeftIn .3s ease-in-out;
      animation: arrowLeftIn .3s ease-in-out; }
  .menu--mobile .menu__content--back.right {
    border-right: none;
    border-left: none; }
    .menu--mobile .menu__content--back.right a {
      padding: 15px;
      -webkit-transition: .3s ease-in-out;
      -moz-transition: .3s ease-in-out;
      -o-transition: .3s ease-in-out;
      transition: .3s ease-in-out;
      display: block;
      text-decoration: none;
      left: -50px;
      position: relative; }

#menu__icon {
  width: 32px;
  height: 32px;
  position: relative;
  top: 3px;
  margin: 0 auto;
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -o-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer; }
  #menu__icon span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #222222;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out; }
    #menu__icon span:nth-child(1) {
      top: 0; }
    #menu__icon span:nth-child(2), #menu__icon span:nth-child(3) {
      top: 9px; }
    #menu__icon span:nth-child(4) {
      top: 18px; }
  #menu__icon.open span {
    background: #222222; }
    #menu__icon.open span:nth-child(1) {
      top: 18px;
      width: 0;
      left: 50%; }
    #menu__icon.open span:nth-child(2) {
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg); }
    #menu__icon.open span:nth-child(3) {
      -webkit-transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg); }
    #menu__icon.open span:nth-child(4) {
      top: 18px;
      width: 0;
      left: 50%; }

@media screen and (max-width: 767px) {
  .menu--mobile .menu__container .menu__topbar {
    padding: 12px 0; }
    .menu--mobile .menu__container .menu__topbar .row {
      margin: 0; } }

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .menu--mobile .menu__container .menu__topbar {
    padding: 12px 0; }
    .menu--mobile .menu__container .menu__topbar .row {
      margin: 0; } }

@-webkit-keyframes slideDown {
  0% {
    height: 100%; }
  100% {
    height: 0; } }

@-moz-keyframes slideDown {
  0% {
    height: 100%; }
  100% {
    height: 0; } }

@-o-keyframes slideDown {
  0% {
    height: 100%; }
  100% {
    height: 0; } }

@keyframes slideDown {
  0% {
    height: 100%; }
  100% {
    height: 0; } }

@-webkit-keyframes slideUp {
  0% {
    height: 0; }
  100% {
    height: 100%; } }

@-moz-keyframes slideUp {
  0% {
    height: 0; }
  100% {
    height: 100%; } }

@-o-keyframes slideUp {
  0% {
    height: 0; }
  100% {
    height: 100%; } }

@keyframes slideUp {
  0% {
    height: 0; }
  100% {
    height: 100%; } }

@-webkit-keyframes slideLeftOut {
  0% {
    left: 0; }
  100% {
    left: -100%; } }

@-moz-keyframes slideLeftOut {
  0% {
    left: 0; }
  100% {
    left: -100%; } }

@-o-keyframes slideLeftOut {
  0% {
    left: 0; }
  100% {
    left: -100%; } }

@keyframes slideLeftOut {
  0% {
    left: 0; }
  100% {
    left: -100%; } }

@-webkit-keyframes slideLeftIn {
  0% {
    left: 100%; }
  100% {
    left: 0; } }

@-moz-keyframes slideLeftIn {
  0% {
    left: 100%; }
  100% {
    left: 0; } }

@-o-keyframes slideLeftIn {
  0% {
    left: 100%; }
  100% {
    left: 0; } }

@keyframes slideLeftIn {
  0% {
    left: 100%; }
  100% {
    left: 0; } }

@-webkit-keyframes slideRightOut {
  0% {
    left: 0; }
  100% {
    left: 100%; } }

@-moz-keyframes slideRightOut {
  0% {
    left: 0; }
  100% {
    left: 100%; } }

@-o-keyframes slideRightOut {
  0% {
    left: 0; }
  100% {
    left: 100%; } }

@keyframes slideRightOut {
  0% {
    left: 0; }
  100% {
    left: 100%; } }

@-webkit-keyframes slideRightIn {
  0% {
    left: -100%; }
  100% {
    left: 0; } }

@-moz-keyframes slideRightIn {
  0% {
    left: -100%; }
  100% {
    left: 0; } }

@-o-keyframes slideRightIn {
  0% {
    left: -100%; }
  100% {
    left: 0; } }

@keyframes slideRightIn {
  0% {
    left: -100%; }
  100% {
    left: 0; } }

@-webkit-keyframes arrowLeftIn {
  0% {
    left: -50px; }
  100% {
    left: 0; } }

@-moz-keyframes arrowLeftIn {
  0% {
    left: -50px; }
  100% {
    left: 0; } }

@-o-keyframes arrowLeftIn {
  0% {
    left: -50px; }
  100% {
    left: 0; } }

@keyframes arrowLeftIn {
  0% {
    left: -50px; }
  100% {
    left: 0; } }

@-webkit-keyframes arrowLeftOut {
  0% {
    left: 0; }
  100% {
    left: -50px; } }

@-moz-keyframes arrowLeftOut {
  0% {
    left: 0; }
  100% {
    left: -50px; } }

@-o-keyframes arrowLeftOut {
  0% {
    left: 0; }
  100% {
    left: -50px; } }

@keyframes arrowLeftOut {
  0% {
    left: 0; }
  100% {
    left: -50px; } }

/* #region 1.0 General */
.wrapping .FormContent .text-button-combo input {
  float: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.wrapping .FormContent .btn {
  position: relative;
  width: auto;
  height: 1.875em;
  overflow: visible;
  margin: 0;
  padding: 0 12px;
  border: 1px solid #0b4d00;
  color: #fff;
  background: #148200 url(/gui/i/cta-2-bg.png) 0 100% repeat-x;
  font-weight: bold;
  text-shadow: 0 -1px 0 rgba(0, 90, 0, 0.8);
  text-align: center;
  cursor: pointer;
  height: 2.5em; }

.wcag__compliant {
  position: absolute;
  top: -9999px; }

.videowrap {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
  background: #000000;
  margin-bottom: 15px; }
  .videowrap iframe,
  .videowrap video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

a[href^="http://"]:not([href*="hkr.se"]):not(.hide-external-icon):after,
a[href^="https://"]:not([href*="hkr.se"]):not(.hide-external-icon):after {
  font-family: "hkr" !important;
  font-size: 12px;
  content: "\e909";
  padding-left: 5px;
  display: inline-block; }

a[href^="http://"]:not([href*="hkr.se"]):not(.hide-external-icon).v2-block-teaser-link:after,
a[href^="https://"]:not([href*="hkr.se"]):not(.hide-external-icon).v2-block-teaser-link:after {
  content: ''; }

a[href^="http://"]:not([href*="hkr.se"]):not(.hide-external-icon).v2-block-teaser-wrapper:after,
a[href^="https://"]:not([href*="hkr.se"]):not(.hide-external-icon).v2-block-teaser-wrapper:after {
  content: ''; }

a[href^="http://"]:not([href*="hkr.se"]):not(.hide-external-icon).v2-block-teaser-wrapper .v2-block-teaser-body i:after,
a[href^="https://"]:not([href*="hkr.se"]):not(.hide-external-icon).v2-block-teaser-wrapper .v2-block-teaser-body i:after {
  font-family: "hkr" !important;
  font-size: 13px;
  content: "\e909";
  padding-left: 5px;
  display: inline-block; }

a[href^="http://"]:not([href*="hkr.se"]):not(.hide-external-icon).social-media__link:after,
a[href^="https://"]:not([href*="hkr.se"]):not(.hide-external-icon).social-media__link:after {
  content: '';
  display: none; }

.img-wrapper {
  height: 100%; }

.hidden {
  display: none;
  visibility: hidden; }

html.hidden {
  display: block;
  visibility: visible; }

.relative {
  position: relative; }

.show {
  display: block !important; }

.display-block {
  display: block; }

.display-inline-block {
  display: inline-block; }

.display-inline, .puff .puff__text p, .puff .staff__item .item__sections .item__contact-description p, .staff__item .item__sections .puff .item__contact-description p {
  display: inline; }

.overflowhidden {
  overflow: hidden; }

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

ul[role=navigation] {
  list-style-type: none;
  list-style-position: inside;
  padding: 0;
  margin: 0;
  float: left;
  clear: both;
  width: 100%; }

ul[role=navigation] li {
  margin-top: 15px;
  margin-bottom: 15px;
  float: left; }

.no-bullets {
  margin-left: 0;
  margin-bottom: 0; }
  .no-bullets ul {
    margin-left: 0;
    margin-bottom: 0; }

.no-bullets,
.no-bullets ul {
  list-style-type: none; }

.text-ultra-big {
  font-family: "ITC Avant Garde Gothic W01 Bd";
  font-size: 64px;
  font-weight: bold;
  line-height: 64px;
  color: #222222;
  text-decoration: none;
  font-weight: bold; }

.text-biggest {
  font-family: "ITC Avant Garde Gothic W01 Bd";
  font-size: 32px;
  font-weight: bold;
  line-height: 34px;
  color: #222222;
  text-decoration: none;
  font-weight: bold; }

.text-bigger {
  font-family: "ITC Avant Garde Gothic W01 Bd";
  font-size: 22px;
  font-weight: bold;
  line-height: 24px;
  color: #222222;
  text-decoration: none;
  margin-bottom: 10px;
  display: inline-block;
  font-weight: bold; }

.text-big {
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-weight: normal;
  line-height: 20px;
  color: #222222;
  text-decoration: none;
  font-weight: bold; }

.text-small {
  font-family: "Open Sans", sans-serif;
  color: #222222;
  text-decoration: none;
  color: #707070; }

.text-smaller {
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  color: #222222;
  text-decoration: none;
  color: #707070; }

.text-white {
  color: #ffffff; }

.text-light {
  color: #ebebeb; }

.text-dark {
  color: #969696; }

.text-black {
  color: #000000; }

.text-bold {
  font-family: "ITC Avant Garde Gothic W01 Bd" !important; }

.text-italic {
  font-style: italic;
  font-family: "Open Sans", sans-serif, Helvetica, sans-serif; }

.text-overflow {
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden; }

.word-break {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-word;
  word-break: break-word; }

.heading--border {
  font-family: "ITC Avant Garde Gothic W01 Bd";
  font-weight: bold;
  color: #222222;
  text-decoration: none;
  border-bottom: 1px solid #c8c8c8;
  margin-bottom: 10px;
  padding-bottom: 5px; }

.nobreak {
  white-space: nowrap; }

.breakable {
  -ms-word-break: break-word;
  word-break: break-word;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  overflow-wrap: break-word; }

.margin--none {
  margin: 0 !important; }

.margin--top {
  margin-top: 15px; }
  .margin--top.minor {
    margin-top: 10px; }

.margin--bottom {
  margin-bottom: 15px; }
  .margin--bottom.minor {
    margin-bottom: 10px; }

.margin--right {
  margin-right: 15px; }
  .margin--right.minor {
    margin-right: 10px; }

.padding--bottom {
  padding-bottom: 15px; }

.tab .tab__item {
  border-radius: 0 !important; }
  .tab .tab__item.tab__all {
    min-width: 60px; }

.select__accumulation {
  padding-bottom: 20px; }
  .select__accumulation .tab__label {
    padding-top: 10px; }
    @media screen and (max-width: 1023px) {
      .select__accumulation .tab__label {
        padding-top: 15px !important;
        padding-bottom: 0 !important;
        margin-bottom: 0;
        color: #222222 !important; } }
  .select__accumulation .select__selected-items {
    background: #444444;
    border: solid 1px #444444;
    border-radius: 0;
    display: inline-block;
    color: #ffffff;
    padding: 9px 20px;
    font-size: 14px;
    margin: 3px;
    font-weight: bold;
    opacity: 1;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out; }
    .select__accumulation .select__selected-items:first-child {
      /*margin-left: 0;*/ }
    .select__accumulation .select__selected-items:nth-last-child(2) {
      margin-right: 0; }
    .select__accumulation .select__selected-items.fade-me-out {
      opacity: 0; }
    .select__accumulation .select__selected-items .item__delete {
      color: #ffffff;
      cursor: pointer;
      padding: 0 0 0 5px; }
  .select__accumulation .select__selectbox {
    width: auto;
    max-width: 100%;
    display: inline-block;
    margin: 0;
    position: relative;
    font-size: 14px;
    font-weight: 800px;
    margin-left: 3px; }
    @media screen and (max-width: 1023px) {
      .select__accumulation .select__selectbox {
        margin-bottom: 15px; } }
    .select__accumulation .select__selectbox .icon--select {
      position: absolute;
      right: 20px;
      top: 15px;
      top: calc(50% - 16px/2);
      pointer-events: none;
      color: #444444; }
    .select__accumulation .select__selectbox .select__options {
      width: 100%;
      margin: 0;
      color: #222222;
      background: #ffffff;
      padding: 9px 20px;
      height: auto;
      border-radius: 0;
      font-size: 14px;
      line-height: inherit;
      -webkit-appearance: none;
      border: solid 1px #444444; }

.tab__wrapper {
  display: flex; }
  @media screen and (max-width: 1023px) {
    .tab__wrapper {
      display: block; } }

.tab {
  display: inline-block;
  border-radius: 0; }
  @media screen and (max-width: 1023px) {
    .tab {
      display: block;
      width: 100%; }
      .tab.accordion__content {
        display: none; } }
  .tab .tab__itemwrap {
    /* &:first-child {
            .tab__item {
                border-top-left-radius: 3px;
                border-bottom-left-radius: 3px;
            }
        }*/ }
    .tab .tab__itemwrap:last-child .tab__item {
      border: solid 1px #6dc71d;
      /*  border-top-right-radius: 3px;
                border-bottom-right-radius: 3px;*/
      border: solid 1px #6dc71d; }
      .tab .tab__itemwrap:last-child .tab__item:hover {
        border: solid 1px #6dc71d; }
  .tab .tab__item {
    border: solid 1px #6dc71d !important;
    background: transparent;
    color: #222222;
    font-size: 14px;
    font-weight: 800;
    padding: 9px 20px;
    cursor: pointer;
    margin-right: -2px;
    min-width: 40px;
    text-align: center; }
    @media screen and (max-width: 1023px) {
      .tab .tab__item {
        display: block;
        width: 100%;
        border-bottom: 1px solid #c8c8c8; } }
    .tab .tab__item.tab__item--spaced {
      margin: 3px;
      border: solid 1px #444444;
      color: #222222; }
      .tab .tab__item.tab__item--spaced:hover {
        border: solid 1px #444444; }
      .tab .tab__item.tab__item--spaced.no-hits {
        text-decoration: line-through !important;
        color: #c8c8c8;
        cursor: inherit; }
        .tab .tab__item.tab__item--spaced.no-hits:hover {
          border: solid 1px #6dc71d; }
    .tab .tab__item.tab__item--active {
      background: #6dc71d;
      color: #222222;
      cursor: default;
      border: solid 1px #6dc71d; }
      .tab .tab__item.tab__item--active.filter__item {
        border: solid 1px #444444;
        background: #444444;
        color: #ffffff;
        cursor: pointer; }

.tab__label {
  display: flex;
  align-items: center;
  padding: 5px 0;
  margin: 2px 0;
  margin-right: 10px;
  font-size: 14px; }
  @media screen and (max-width: 1023px) {
    .tab__label {
      padding: 5px 0;
      display: block; }
      .tab__label i {
        margin-right: 5px; } }
  .tab__label.calling {
    max-height: 42px;
    padding: 0 10px 0 0;
    margin: 0; }

.flip-x {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  display: inline-block; }

.flip-45 {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  display: inline-block; }

.flip-y-forward {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  display: inline-block;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

.flip-y-backward {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  display: inline-block;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

.unselectable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.outline-none {
  outline: none; }

.no-decoration, .link {
  text-decoration: none; }

.hover-link:hover {
  border-bottom: 4px solid #6dc71d;
  color: #8c8c8c;
  transition: border .15s ease-in-out,color .15s ease-in-out; }

.no-border {
  border: none !important; }

.no-padding-top {
  padding-top: 0 !important; }

.no-padding-right {
  padding-right: 0 !important; }

.no-padding-bottom {
  padding-bottom: 0 !important; }

.no-padding-left {
  padding-left: 0 !important; }

@media screen and (max-width: 767px) {
  .no-padding--small {
    padding: 0; } }

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .no-padding--medium {
    padding: 0; } }

.border--divider {
  width: 100%;
  display: block;
  padding: 0;
  margin: 0;
  border-bottom: solid 1px #e8e8e8; }

.pull-up {
  margin-top: -10px; }

.image__ie-fallback.image__fallback-item {
  /*width: 100%; // the same width and height as for the <img>
            height: 100%;
            display: block;*/ }
  .image__ie-fallback.image__fallback-item.compat-object-fit {
    background-size: cover;
    background-position: center center; }
    .image__ie-fallback.image__fallback-item.compat-object-fit .image__fallback-image {
      opacity: 0; }

.image__ie-fallback.image__fallback-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover; }

.text-shadow {
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.3); }

.icon-small {
  font-size: 10px;
  color: inherit; }

.icon-semimedium {
  font-size: 14px;
  color: inherit; }

.icon-medium {
  font-size: 16px;
  color: inherit; }

.icon--greensquare {
  background-color: #222222;
  height: 10px;
  width: 10px;
  display: inline-block; }

.icon--pushdown {
  position: relative;
  top: 2px; }

#tinymce {
  margin-left: 5px;
  margin-right: 5px; }
  #tinymce p {
    margin-bottom: 30px; }
  #tinymce h2:nth-child(n+2), #tinymce h3, #tinymce h4 {
    margin-top: 1.4em; }

/* #endregion 1.0 General */
.header-line {
  border-color: #ccc;
  height: 2px; }

.linkbutton-area h4 {
  margin-top: 0 !important; }

.linkbtn {
  margin-bottom: 15px;
  padding: 20px;
  text-align: center;
  width: 100%;
  height: 25px; }

a.linkbtn {
  background-color: #6dc71d;
  font-weight: bold;
  text-decoration: none;
  display: block;
  height: 100%;
  width: 100%; }
  a.linkbtn:hover, .header .header__col--right .header__top-links .language__selector a.linkbtn:hover, .header .header__col--right .header__top-links ul li a.linkbtn:hover, a.linkbtn:focus {
    background-color: #444444;
    color: white !important;
    text-decoration: underline; }

.hide-content {
  display: none;
  visibility: hidden; }

.external-link {
  position: absolute;
  bottom: 7px;
  right: 10px; }

.position-relative {
  position: relative; }

body {
  max-width: 2560px;
  margin-right: auto;
  margin-left: auto; }

.bottom--clearfix {
  display: none;
  height: 100px; }
  @media screen and (max-width: 767px) {
    .bottom--clearfix {
      height: 160px; } }

.education .education__slideshow {
  position: relative; }
  .education .education__slideshow .education__slideshow-overlay {
    text-align: left; }
    @media screen and (min-width: 768px) {
      .education .education__slideshow .education__slideshow-overlay {
        position: absolute;
        top: 50%;
        bottom: 0;
        left: 0;
        right: 0;
        padding: 15px;
        height: 137.5px;
        background: -moz-linear-gradient(transparent 0, rgba(0, 0, 0, 0.8) 100%);
        /* FF3.6-15 */
        background: -webkit-linear-gradient(transparent 0, rgba(0, 0, 0, 0.8) 100%);
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(transparent 0, rgba(0, 0, 0, 0.8) 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
        /* IE6-9 */ } }
  @media screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1023px) {
    .education .education__slideshow .education__slideshow-overlay {
      height: 87.5px;
      left: 0;
      right: 0; } }
  @media screen and (min-width: 768px) and (max-width: 767px) {
    .education .education__slideshow .education__slideshow-overlay {
      height: 67.5px; } }
    @media screen and (min-width: 768px) {
        .education .education__slideshow .education__slideshow-overlay .education__slideshow-overlay-left {
          float: left;
          position: absolute;
          bottom: 10px;
          left: 20px;
          width: 80%;
          width: calc(100% - 15px*4);
          color: #ffffff;
          text-shadow: 0 0 2px rgba(0, 0, 0, 0.3); }
        .education .education__slideshow .education__slideshow-overlay .education__slideshow-overlay-right {
          float: right;
          position: absolute;
          bottom: 30px;
          right: 30px;
          max-width: 40%;
          max-width: calc(40% - 30px);
          color: #ffffff;
          text-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
          text-align: right; } }
    @media screen and (max-width: 767px) {
      .education .education__slideshow .education__slideshow-overlay .education__slideshow-overlay-left {
        margin: 0 15px 15px;
        font-family: "ITC Avant Garde Gothic W01 Bd";
        font-size: 22px;
        font-weight: bold;
        line-height: 24px;
        color: #222222;
        text-decoration: none; }
      .education .education__slideshow .education__slideshow-overlay .education__slideshow-overlay-right {
        margin: 15px;
        font-family: "ITC Avant Garde Gothic W01 Bd";
        font-size: 22px;
        font-weight: bold;
        line-height: 24px;
        color: #222222;
        text-decoration: none; } }

.education .alternative_title {
  display: block; }

.education .alternative_body {
  margin-left: 20px;
  display: block; }

@media screen and (min-width: 1024px) {
  .education > div > .education__slideshow {
    margin-left: 15px;
    margin-right: 15px; } }

.education .education__main-info .education__quickinfo {
  border-top: 1px solid #c8c8c8;
  border-bottom: 1px solid #c8c8c8;
  margin: 15px 0 20px;
  padding-top: 10px; }

.education .education__main-info:first-child > h2 {
  margin-top: 0; }

.education .education__main-info .education__noslide .education__title {
  margin-top: 0;
  -ms-word-break: break-word;
  word-break: break-word; }

.education .education__main-info .education__body-item {
  margin-bottom: 30px; }
  .education .education__main-info .education__body-item:first-child {
    margin-top: 0; }
    .education .education__main-info .education__body-item:first-child:first-child .education__heading {
      margin-top: 0; }

.education .education__main-info .education__item-inner {
  margin: 0 0 15px 0; }

.education .education__syllabus .education__syllabus__version,
.education .education__literature .education__syllabus__version,
.education .content--side .education__syllabus__version {
  font-weight: bold; }
  .education .education__syllabus .education__syllabus__version span,
  .education .education__literature .education__syllabus__version span,
  .education .content--side .education__syllabus__version span {
    font-weight: bold; }

.education .education__callings {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #ccc; }

.education .education__syllabus-aside .education__info {
  padding-top: 5px; }

.education .education__curriculum .education__ptillf .education__ptillf-inner {
  margin: 0 0 60px 0; }

.education .education__curriculum .education__ptillf:first-child .education__ptillf-inner {
  margin-top: 0; }

.education .education__curriculum .education__ptillf .education__heading {
  margin-bottom: 0; }

.education .education__curriculum .education__ptillf .ptillf__row {
  border-bottom: 1px solid #ebebeb;
  padding: 10px 0; }
  @media screen and (max-width: 767px) {
    .education .education__curriculum .education__ptillf .ptillf__row .education__curriculum-body {
      margin-bottom: 10px; } }

.education .education__cancelled {
  background: #222222;
  padding: 10px;
  margin-top: 5px;
  color: #ffffff;
  text-align: center; }

.education .education__option {
  border-bottom: 1px solid #c8c8c8;
  padding-bottom: 15px !important; }
  .education .education__option:last-child {
    border-bottom: none; }

@media screen and (max-width: 1023px) {
  .education__main-info > h1 {
    word-break: break-word; } }

.article__main .content__item {
  /*p, li, span {
            font-size: $font-size-default;
        }*/ }

@media screen and (min-width: 1024px) {
  .article__main .article__name h1 {
    margin-top: 0; } }

.article__main .article__item {
  margin-right: 50px; }
  .article__main .article__item strong, .article__main .article__item b {
    font-family: "Open Sans", sans-serif; }
  @media screen and (max-width: 767px) {
    .article__main .article__item {
      margin-right: 0; } }
  @media screen and (min-width: 1199px) {
    .article__main .article__item {
      margin-right: 10px; } }
  .article__main .article__item.preamble {
    margin-bottom: 50px;
    line-height: 36px;
    font-size: 22px; }
    .article__main .article__item.preamble span,
    .article__main .article__item.preamble p {
      line-height: 36px;
      font-size: 22px; }
  .article__main .article__item h2, .article__main .article__item h3, .article__main .article__item h4 {
    margin-bottom: 0.2em;
    margin-top: 1.4em; }
  .article__main .article__item h2 a {
    position: relative !important;
    top: -65px !important; }
  .article__main .article__item .puff__heading {
    margin-top: 0;
    margin-bottom: 0; }
  .article__main .article__item p {
    font-size: 18px;
    line-height: 32px;
    margin-bottom: 30px; }
    .article__main .article__item p + ul,
    .article__main .article__item p + ol {
      margin-top: -12px; }
  .article__main .article__item p.quote {
    font-size: 26px;
    font-weight: bold;
    text-align: center; }
  .article__main .article__item .hkr--quote-end {
    border-bottom: 1px solid #000;
    text-align: center;
    width: 40%;
    margin: 0 auto; }
  .article__main .article__item ul li, .article__main .article__item ol li {
    font-size: 18px;
    line-height: 32px; }
  .article__main .article__item a:not(.linkbtn) {
    font-weight: bold;
    text-decoration: underline;
    transition: color .25s ease-in-out; }
    .article__main .article__item a:not(.linkbtn):hover, .article__main .article__item .header .header__col--right .header__top-links .language__selector a:not(.linkbtn):hover, .header .header__col--right .header__top-links .language__selector .article__main .article__item a:not(.linkbtn):hover, .article__main .article__item .header .header__col--right .header__top-links ul li a:not(.linkbtn):hover, .header .header__col--right .header__top-links ul li .article__main .article__item a:not(.linkbtn):hover {
      color: #8c8c8c;
      text-decoration: underline;
      transition: color .25s ease-in-out; }

.article__main .article__smallitem {
  font-size: 12px; }

.article__main .text-small {
  font-size: 12px !important;
  line-height: 16px !important;
  color: #707070; }

@media screen and (max-width: 767px) {
  .article__main .text-small {
    font-size: 12px !important;
    line-height: 16px !important;
    color: #707070; } }

@media screen and (min-width: 1199px) {
  .article__main .text-small {
    font-size: 14px !important;
    line-height: 22px !important;
    color: #707070; } }

.search .filter__more--open {
  max-height: 700px;
  transition: max-height 250ms linear; }

.search .filter__more {
  max-height: 0;
  overflow: hidden;
  transition: max-height 250ms linear; }

.search .filter__more__listblock {
  overflow: hidden;
  transition: max-height 250ms linear; }

.search .filter_teaching_language {
  background: #ebebeb;
  margin-top: 3px;
  padding: 10px 15px; }

@media screen and (max-width: 1024px) {
  .resultcontainer {
    margin-top: 10px; }
  .search__extra__filter__wrapper {
    float: none !important; }
  .search__extra__filter__item {
    flex: 1; } }

@media screen and (max-width: 640px) {
  .resultcontainer {
    margin-top: 10px; } }

@media screen and (max-width: 460px) {
  .resultcontainer {
    margin-top: 10px; } }

.v2-bg-white {
  background-color: #ffffff; }

.v2-header {
  background-color: #ffffff;
  padding: 20px 0 0 0; }
  .v2-header.device-fixed {
    position: fixed;
    top: 0; }
  .v2-header .row {
    max-width: 100%; }
  .v2-header .v2-logo {
    width: 210px;
    height: 52px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 210px 52px;
    margin-top: 31px;
    margin-left: 20px; }
  .v2-header .v2-logo.sv {
    background-image: url(/Static/redesign/images/header_logo.svg); }
  .v2-header .v2-logo.en {
    background-image: url(/Static/redesign/images/header_logo_en.svg); }
  .v2-header .header .header__col--left a {
    display: block; }
  .v2-header .header .header__col--right {
    position: relative;
    padding: 0; }
    .v2-header .header .header__col--right .header__top-links {
      margin: 0; }
      .v2-header .header .header__col--right .header__top-links .no-padding {
        padding: 0; }
      .v2-header .header .header__col--right .header__top-links .login-selector {
        margin-left: 5px;
        height: 25px;
        display: inline-block;
        font-size: 14px;
        line-height: 24px;
        cursor: pointer; }
        .v2-header .header .header__col--right .header__top-links .login-selector .user {
          background: url(/static/redesign/images/header_user.svg);
          background-repeat: no-repeat;
          width: 17px;
          height: 24px;
          background-position: center center;
          display: inline-block;
          float: left;
          margin-right: 4px;
          margin-left: 7px;
          margin-top: -1px; }
          .v2-header .header .header__col--right .header__top-links .login-selector .user::before {
            content: "/";
            margin-left: -8px;
            font-size: 14px;
            line-height: 24px;
            text-decoration: none;
            color: #cccccc;
            display: block;
            position: absolute; }
        .v2-header .header .header__col--right .header__top-links .login-selector span.text {
          border-bottom: 4px solid transparent;
          transition: border .25s ease-in-out; }
          .v2-header .header .header__col--right .header__top-links .login-selector span.text:hover {
            border-bottom: 4px solid #6dc71d;
            transition: border .25s ease-in-out; }
        .v2-header .header .header__col--right .header__top-links .login-selector.menu-down-arrow:after {
          top: 37px;
          right: 132px;
          border: solid transparent;
          content: " ";
          height: 0;
          width: 0;
          position: absolute;
          pointer-events: none;
          border-color: rgba(255, 255, 255, 0);
          border-bottom-color: #ffffff;
          border-width: 6px;
          margin-left: -6px;
          z-index: 1210; }
        .v2-header .header .header__col--right .header__top-links .login-selector.menu-down-arrow:before {
          top: 33px;
          right: 130px;
          border: solid transparent;
          content: " ";
          height: 0;
          width: 0;
          position: absolute;
          pointer-events: none;
          border-color: rgba(30, 30, 30, 0);
          border-bottom-color: #e1e1e1;
          border-width: 8px;
          margin-left: -8px;
          z-index: 1210; }
      .v2-header .header .header__col--right .header__top-links .language__selector {
        margin-left: 5px;
        height: 25px;
        display: inline-block; }
        .v2-header .header .header__col--right .header__top-links .language__selector .globe {
          background: url(/static/redesign/images/header_sites.svg);
          background-repeat: no-repeat;
          width: 17px;
          height: 24px;
          background-position: center center;
          display: inline-block;
          float: left;
          margin-right: 9px;
          margin-top: 8px;
          margin-left: 11px; }
          .v2-header .header .header__col--right .header__top-links .language__selector .globe::before {
            content: "/";
            margin-left: -12px;
            font-size: 14px;
            line-height: 24px;
            text-decoration: none;
            color: #cccccc;
            display: block;
            position: absolute; }
        .v2-header .header .header__col--right .header__top-links .language__selector a {
          font-size: 14px;
          line-height: 24px;
          color: #222222;
          display: inline-block;
          text-decoration: none !important;
          height: 24px;
          float: left;
          margin-top: 8px;
          border-bottom: 4px solid transparent;
          transition: border .25s ease-in-out; }
          .v2-header .header .header__col--right .header__top-links .language__selector a:hover {
            border-bottom: 4px solid #6dc71d;
            transition: border .25s ease-in-out; }
        .v2-header .header .header__col--right .header__top-links .language__selector .hkr-icon--globe, .v2-header .header .header__col--right .header__top-links .language__selector .menu--mobile .menu__content .menu__link[href="/en/"], .menu--mobile .menu__content .v2-header .header .header__col--right .header__top-links .language__selector .menu__link[href="/en/"], .v2-header .header .header__col--right .header__top-links .language__selector .menu--mobile .menu__content .menu__link[href="/"], .menu--mobile .menu__content .v2-header .header .header__col--right .header__top-links .language__selector .menu__link[href="/"] {
          display: none; }
          .v2-header .header .header__col--right .header__top-links .language__selector .hkr-icon--globe:before, .v2-header .header .header__col--right .header__top-links .language__selector .menu--mobile .menu__content .menu__link[href="/en/"]:before, .menu--mobile .menu__content .v2-header .header .header__col--right .header__top-links .language__selector .menu__link[href="/en/"]:before, .v2-header .header .header__col--right .header__top-links .language__selector .menu--mobile .menu__content .menu__link[href="/"]:before, .menu--mobile .menu__content .v2-header .header .header__col--right .header__top-links .language__selector .menu__link[href="/"]:before {
            content: ""; }
      .v2-header .header .header__col--right .header__top-links ul {
        display: inline;
        list-style: none;
        margin: 0;
        padding: 0; }
        .v2-header .header .header__col--right .header__top-links ul li {
          display: inline-block;
          border: none; }
          .v2-header .header .header__col--right .header__top-links ul li::before {
            content: "/";
            margin-left: 3px;
            margin-right: 3px;
            font-size: 14px;
            line-height: 24px;
            text-decoration: none;
            color: #cccccc; }
          .v2-header .header .header__col--right .header__top-links ul li a {
            padding: 0;
            margin: 0 0 0 0;
            font-size: 14px;
            line-height: 24px;
            text-decoration: none !important;
            color: #222222;
            border-bottom: 4px solid transparent;
            transition: border .25s ease-in-out; }
            .v2-header .header .header__col--right .header__top-links ul li .language__selector a:hover, .v2-header .header .header__col--right .header__top-links .language__selector ul li a:hover, .v2-header .header .header__col--right .header__top-links ul li a:hover {
              border-bottom: 4px solid #6dc71d;
              transition: border .25s ease-in-out; }
          .v2-header .header .header__col--right .header__top-links ul li:first-child::before {
            content: ""; }
    .v2-header .header .header__col--right .header__main-menu {
      min-height: 92px;
      margin-top: 10px; }
      .v2-header .header .header__col--right .header__main-menu .no-padding {
        padding: 0; }
      .v2-header .header .header__col--right .header__main-menu .menu-wrapper {
        display: inline-block;
        float: right;
        position: absolute;
        bottom: 0;
        right: 0; }
    .v2-header .header .header__col--right .login-menu {
      display: none;
      background-color: #ffffff;
      position: absolute;
      min-width: 200px;
      z-index: 1200;
      border: solid 1px #e1e1e1;
      padding-top: 20px;
      padding-bottom: 20px; }
      .v2-header .header .header__col--right .login-menu.opened {
        display: block;
        position: absolute;
        top: 60px;
        -webkit-box-shadow: 0px 9px 20px -13px rgba(0, 0, 0, 0.55);
        -moz-box-shadow: 0px 9px 20px -13px rgba(0, 0, 0, 0.55);
        box-shadow: 0px 9px 20px -13px rgba(0, 0, 0, 0.55); }
        .v2-header .header .header__col--right .login-menu.opened ul.inner-login {
          margin: 0;
          padding: 0;
          list-style: none;
          list-style-type: none;
          width: 100%; }
          .v2-header .header .header__col--right .login-menu.opened ul.inner-login li {
            text-align: left;
            display: block;
            margin: 0;
            padding: 0;
            list-style-type: none;
            width: 100%;
            float: left; }
            .v2-header .header .header__col--right .login-menu.opened ul.inner-login li::before {
              content: "";
              margin-left: 3px;
              margin-right: 3px;
              font-size: 14px;
              line-height: 24px;
              text-decoration: none;
              color: #cccccc;
              display: none; }
            .v2-header .header .header__col--right .login-menu.opened ul.inner-login li a {
              color: #222222;
              text-decoration: none;
              width: 100%;
              display: block;
              padding: 10px 30px;
              transition: font-weight .25s ease-out;
              font-weight: 300;
              border-bottom: none; }
              .v2-header .header .header__col--right .login-menu.opened ul.inner-login li a:hover {
                font-weight: 800;
                transition: font-weight .25s ease-out;
                border-bottom: none; }
  .v2-header .menu > li {
    vertical-align: bottom; }
    .v2-header .menu > li > a {
      display: block;
      padding: 0 10px 28px 10px;
      line-height: 1;
      margin: 0 5px; }
  .v2-header .menu .menu__node {
    border: none;
    border-bottom: 8px solid transparent;
    text-decoration: none;
    font-size: 20px;
    color: #222222;
    transition: border .25s ease-in-out,color .25s ease-in-out; }
    .v2-header .menu .menu__node:hover {
      border-bottom: 8px solid #6dc71d;
      color: #8c8c8c;
      transition: border .25s ease-in-out,color .25s ease-in-out; }
    .v2-header .menu .menu__node.menu__node--active {
      border-bottom: 8px solid #6dc71d;
      transition: border .25s ease-in-out; }
    .v2-header .menu .menu__node.menu__search {
      padding: 9px 15px;
      cursor: pointer;
      line-height: 1; }
    .v2-header .menu .menu__node.menu__search-icon {
      color: #222222;
      background-color: #6dc71d;
      border-radius: 50%;
      width: 60px;
      height: 60px;
      border-bottom: none;
      margin-bottom: 20px;
      margin-left: 20px;
      transition: background .25s ease-in-out; }
      .v2-header .menu .menu__node.menu__search-icon .hkr-icon--search-small:before {
        content: "";
        background: url(/static/redesign/images/header_search.svg);
        display: block;
        width: 22px;
        height: 22px;
        float: left;
        margin: 0 0 0 4px;
        background-size: 22px 22px;
        background-repeat: no-repeat;
        transition: background .25s ease-in-out; }
      .v2-header .menu .menu__node.menu__search-icon:hover {
        border-bottom: none;
        background-color: #222222;
        transition: background .25s ease-in-out; }
        .v2-header .menu .menu__node.menu__search-icon:hover .hkr-icon--search-small:before {
          content: "";
          background: url(/static/redesign/images/header_search-white.svg);
          display: block;
          width: 22px;
          height: 22px;
          float: left;
          margin: 0 0 0 4px;
          background-size: 22px 22px;
          background-repeat: no-repeat;
          transition: background .25s ease-in-out; }
      .v2-header .menu .menu__node.menu__search-icon.menu__node--active {
        border-bottom: none;
        background-color: #222222;
        transition: background .25s ease-in-out; }
        .v2-header .menu .menu__node.menu__search-icon.menu__node--active .hkr-icon--search-small:before {
          content: "";
          background: url(/static/redesign/images/close-big-white.svg);
          display: block;
          width: 22px;
          height: 22px;
          float: left;
          margin: 0 0 0 4px;
          background-size: 22px 22px;
          background-repeat: no-repeat;
          transition: background .25s ease-in-out; }
  @media screen and (max-width: 767px) {
    .v2-header {
      padding: 0 0 0 0;
      width: 100%;
      z-index: 2000; } }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    .v2-header {
      padding: 0 0 0 0;
      width: 100%;
      z-index: 2000; } }
  @media screen and (max-width: 1220px) and (min-width: 1024px) {
    .v2-header .menu .menu__node {
      font-size: 18px; } }

.v2-mobile-menu-login a {
  text-decoration: none !important; }

.v2-mobile-menu-login ul {
  margin-bottom: o; }
  .v2-mobile-menu-login ul li a {
    margin: 15px 0;
    display: block; }
  .v2-mobile-menu-login ul li.login a {
    margin: 15px 0 15px 0;
    display: block; }

.v2-mobile-menu-footer {
  margin-top: 0;
  border-top: solid 1px #e1e1e1;
  padding: 30px 0 30px 0;
  overflow: hidden;
  height: 480px;
  min-height: 480px;
  margin-left: 0;
  margin-right: 0;
  text-decoration: none; }
  .v2-mobile-menu-footer .margin-sides-20 {
    margin-left: 20px;
    margin-right: 20px; }
  .v2-mobile-menu-footer .login-menu {
    padding-left: 20px; }
  .v2-mobile-menu-footer .login-selector {
    padding-left: 20px;
    padding-bottom: 10px; }
  .v2-mobile-menu-footer .language__selector {
    padding-left: 20px; }
  .v2-mobile-menu-footer a {
    text-decoration: none; }
  .v2-mobile-menu-footer ul {
    margin-bottom: 30px; }
    .v2-mobile-menu-footer ul li a {
      margin: 15px 0;
      display: block; }
    .v2-mobile-menu-footer ul li.login a {
      margin: 15px 0 15px 0;
      display: block; }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    .v2-mobile-menu-footer {
      margin-top: 40px;
      padding-top: 50px; }
      .v2-mobile-menu-footer .smaller {
        width: 50%;
        margin: 0 auto; } }
  .v2-mobile-menu-footer .v2-mobile-menu-footer-button-wrapper {
    flex: 0 0 100%;
    max-width: 100%;
    /*text-align: center;*/ }
    .v2-mobile-menu-footer .v2-mobile-menu-footer-button-wrapper.startpage > ul {
      display: none; }
    .v2-mobile-menu-footer .v2-mobile-menu-footer-button-wrapper .v2-mobile-menu-footer-social-links {
      display: block !important;
      text-align: center; }
    .v2-mobile-menu-footer .v2-mobile-menu-footer-button-wrapper .v2-mobile-menu-footer-link {
      display: block;
      font-size: 14px;
      width: 100%;
      text-decoration: none;
      margin-bottom: 20px; }
    .v2-mobile-menu-footer .v2-mobile-menu-footer-button-wrapper .v2-mobile-menu-footer-login-header {
      display: block;
      margin: 0 auto;
      font-size: 14px;
      font-weight: bold;
      margin-top: 30px;
      margin-bottom: 10px; }
    .v2-mobile-menu-footer .v2-mobile-menu-footer-button-wrapper .v2-mobile-menu-footer-login {
      display: block;
      margin: 0 auto;
      padding: 0;
      list-style-type: none; }
      .v2-mobile-menu-footer .v2-mobile-menu-footer-button-wrapper .v2-mobile-menu-footer-login li {
        display: block; }
        .v2-mobile-menu-footer .v2-mobile-menu-footer-button-wrapper .v2-mobile-menu-footer-login li a {
          display: block;
          font-size: 14px;
          text-decoration: none;
          margin-bottom: 10px; }
    .v2-mobile-menu-footer .v2-mobile-menu-footer-button-wrapper .v2-mobile-menu-footer-social-links {
      display: block;
      margin: 20px auto 0;
      padding: 0;
      height: 40px;
      list-style-type: none; }
      .v2-mobile-menu-footer .v2-mobile-menu-footer-button-wrapper .v2-mobile-menu-footer-social-links li {
        display: inline-block;
        width: 40px;
        height: 40px;
        margin-left: 5px;
        margin-right: 5px; }
        .v2-mobile-menu-footer .v2-mobile-menu-footer-button-wrapper .v2-mobile-menu-footer-social-links li a {
          background-repeat: no-repeat;
          background-position: center center;
          background-size: 40px 40px;
          width: 40px;
          height: 40px;
          display: block; }
          .v2-mobile-menu-footer .v2-mobile-menu-footer-button-wrapper .v2-mobile-menu-footer-social-links li a.facebook {
            background-image: url(/Static/redesign/images/social-facebook-white.svg);
            transition: background .25s ease-in-out; }
            .v2-mobile-menu-footer .v2-mobile-menu-footer-button-wrapper .v2-mobile-menu-footer-social-links li a.facebook:hover, .v2-mobile-menu-footer .v2-mobile-menu-footer-button-wrapper .v2-mobile-menu-footer-social-links li .v2-header .header .header__col--right .header__top-links .language__selector a.facebook:hover, .v2-header .header .header__col--right .header__top-links .language__selector .v2-mobile-menu-footer .v2-mobile-menu-footer-button-wrapper .v2-mobile-menu-footer-social-links li a.facebook:hover, .v2-mobile-menu-footer .v2-mobile-menu-footer-button-wrapper .v2-mobile-menu-footer-social-links .v2-header .header .header__col--right .header__top-links ul li a.facebook:hover, .v2-header .header .header__col--right .header__top-links ul .v2-mobile-menu-footer .v2-mobile-menu-footer-button-wrapper .v2-mobile-menu-footer-social-links li a.facebook:hover {
              background-image: url(/Static/redesign/images/social-facebook-dark.svg);
              transition: background .25s ease-in-out; }
          .v2-mobile-menu-footer .v2-mobile-menu-footer-button-wrapper .v2-mobile-menu-footer-social-links li a.instagram {
            background-image: url(/Static/redesign/images/social-instagram-white.svg);
            transition: background .25s ease-in-out; }
            .v2-mobile-menu-footer .v2-mobile-menu-footer-button-wrapper .v2-mobile-menu-footer-social-links li a.instagram:hover, .v2-mobile-menu-footer .v2-mobile-menu-footer-button-wrapper .v2-mobile-menu-footer-social-links li .v2-header .header .header__col--right .header__top-links .language__selector a.instagram:hover, .v2-header .header .header__col--right .header__top-links .language__selector .v2-mobile-menu-footer .v2-mobile-menu-footer-button-wrapper .v2-mobile-menu-footer-social-links li a.instagram:hover, .v2-mobile-menu-footer .v2-mobile-menu-footer-button-wrapper .v2-mobile-menu-footer-social-links .v2-header .header .header__col--right .header__top-links ul li a.instagram:hover, .v2-header .header .header__col--right .header__top-links ul .v2-mobile-menu-footer .v2-mobile-menu-footer-button-wrapper .v2-mobile-menu-footer-social-links li a.instagram:hover {
              background-image: url(/Static/redesign/images/social-instagram-dark.svg);
              transition: background .25s ease-in-out; }
          .v2-mobile-menu-footer .v2-mobile-menu-footer-button-wrapper .v2-mobile-menu-footer-social-links li a.linkedin {
            background-image: url(/Static/redesign/images/social-linkedin-white.svg);
            transition: background .25s ease-in-out; }
            .v2-mobile-menu-footer .v2-mobile-menu-footer-button-wrapper .v2-mobile-menu-footer-social-links li a.linkedin:hover, .v2-mobile-menu-footer .v2-mobile-menu-footer-button-wrapper .v2-mobile-menu-footer-social-links li .v2-header .header .header__col--right .header__top-links .language__selector a.linkedin:hover, .v2-header .header .header__col--right .header__top-links .language__selector .v2-mobile-menu-footer .v2-mobile-menu-footer-button-wrapper .v2-mobile-menu-footer-social-links li a.linkedin:hover, .v2-mobile-menu-footer .v2-mobile-menu-footer-button-wrapper .v2-mobile-menu-footer-social-links .v2-header .header .header__col--right .header__top-links ul li a.linkedin:hover, .v2-header .header .header__col--right .header__top-links ul .v2-mobile-menu-footer .v2-mobile-menu-footer-button-wrapper .v2-mobile-menu-footer-social-links li a.linkedin:hover {
              background-image: url(/Static/redesign/images/social-linkedin-dark.svg);
              transition: background .25s ease-in-out; }
          .v2-mobile-menu-footer .v2-mobile-menu-footer-button-wrapper .v2-mobile-menu-footer-social-links li a.youtube {
            background-image: url(/Static/redesign/images/social-youtube-white.svg);
            transition: background .25s ease-in-out; }
            .v2-mobile-menu-footer .v2-mobile-menu-footer-button-wrapper .v2-mobile-menu-footer-social-links li a.youtube:hover, .v2-mobile-menu-footer .v2-mobile-menu-footer-button-wrapper .v2-mobile-menu-footer-social-links li .v2-header .header .header__col--right .header__top-links .language__selector a.youtube:hover, .v2-header .header .header__col--right .header__top-links .language__selector .v2-mobile-menu-footer .v2-mobile-menu-footer-button-wrapper .v2-mobile-menu-footer-social-links li a.youtube:hover, .v2-mobile-menu-footer .v2-mobile-menu-footer-button-wrapper .v2-mobile-menu-footer-social-links .v2-header .header .header__col--right .header__top-links ul li a.youtube:hover, .v2-header .header .header__col--right .header__top-links ul .v2-mobile-menu-footer .v2-mobile-menu-footer-button-wrapper .v2-mobile-menu-footer-social-links li a.youtube:hover {
              background-image: url(/Static/redesign/images/social-youtube-dark.svg);
              transition: background .25s ease-in-out; }
          .v2-mobile-menu-footer .v2-mobile-menu-footer-button-wrapper .v2-mobile-menu-footer-social-links li a.twitter {
            background-image: url(/Static/redesign/images/social-twitter-white.svg);
            transition: background .25s ease-in-out; }
            .v2-mobile-menu-footer .v2-mobile-menu-footer-button-wrapper .v2-mobile-menu-footer-social-links li a.twitter:hover, .v2-mobile-menu-footer .v2-mobile-menu-footer-button-wrapper .v2-mobile-menu-footer-social-links li .v2-header .header .header__col--right .header__top-links .language__selector a.twitter:hover, .v2-header .header .header__col--right .header__top-links .language__selector .v2-mobile-menu-footer .v2-mobile-menu-footer-button-wrapper .v2-mobile-menu-footer-social-links li a.twitter:hover, .v2-mobile-menu-footer .v2-mobile-menu-footer-button-wrapper .v2-mobile-menu-footer-social-links .v2-header .header .header__col--right .header__top-links ul li a.twitter:hover, .v2-header .header .header__col--right .header__top-links ul .v2-mobile-menu-footer .v2-mobile-menu-footer-button-wrapper .v2-mobile-menu-footer-social-links li a.twitter:hover {
              background-image: url(/Static/redesign/images/social-twitter-dark.svg);
              transition: background .25s ease-in-out; }

#cookies {
  opacity: 0.95;
  display: none;
  background: #444444;
  bottom: auto;
  position: fixed;
  z-index: 99999;
  width: 100%;
  min-height: 156px;
  top: 0px; }
  #cookies .cookies__text {
    padding: 15px;
    color: #ffffff; }
  #cookies .cookies-buttons {
    margin-top: 40px; }
  #cookies #cookies__accept {
    color: #222222;
    margin-right: 10px;
    border: #6dc71d solid 3px;
    background-color: #6dc71d;
    border-radius: 0;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: normal;
    padding-left: 20px;
    padding-right: 20px; }
    #cookies #cookies__accept:hover {
      background-color: transparent;
      color: #ffffff; }
    #cookies #cookies__accept:focus {
      color: #ffffff;
      background: transparent !important; }
    #cookies #cookies__accept i {
      color: #ffffff; }
  #cookies #cookies-read-more {
    color: #ffffff;
    margin-right: 10px;
    border: #6dc71d solid 3px;
    background-color: transparent;
    border-radius: 0;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: normal;
    padding-left: 20px;
    padding-right: 20px; }
    #cookies #cookies-read-more:hover {
      color: #222222;
      background-color: #6dc71d; }
    #cookies #cookies-read-more:focus {
      color: #222222;
      background: #6dc71d !important; }
  #cookies .v2-cookies-text {
    font-size: 18px;
    line-height: 24px;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #ffffff;
    width: calc(100% - 76px); }
    #cookies .v2-cookies-text h6 {
      color: #ffffff; }
  #cookies .v2-cookie-icon {
    width: 46px;
    height: 45px;
    margin-left: 10px;
    margin-right: 20px;
    float: left;
    margin-top: 40px; }
  @media screen and (max-width: 767px) {
    #cookies {
      padding-left: 10px;
      padding-right: 10px; }
      #cookies .cookies-buttons {
        margin-top: 10px;
        text-align: center;
        height: 60px;
        padding-left: 15px; }
      #cookies .v2-cookie-icon {
        width: 46px;
        height: 45px;
        margin-right: 0;
        float: left;
        margin-top: 20px; }
      #cookies #cookies__accept {
        float: none !important; }
      #cookies #cookies-read-more {
        float: none !important; } }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    #cookies {
      padding-left: 10px;
      padding-right: 10px; }
      #cookies .cookies-buttons {
        margin-top: 60px;
        text-align: center;
        height: 60px;
        padding-left: 15px; }
      #cookies .v2-cookie-icon {
        width: 46px;
        height: 45px;
        margin-right: 0;
        float: left;
        margin-top: 60px; } }
  @media screen and (min-width: 1024px) and (max-width: 1199px) {
    #cookies {
      padding-left: 10px;
      padding-right: 10px; } }

.v2-footer {
  background-color: #6dc71d;
  display: block; }
  .v2-footer ::selection {
    background: #ffffff; }
  .v2-footer .row.first-row {
    border-top: none;
    background-color: #6dc71d;
    padding-top: 50px;
    padding-bottom: 30px;
    padding-left: 0;
    padding-right: 0; }
    .v2-footer .row.first-row h4 {
      margin-bottom: 30px; }
    .v2-footer .row.first-row .footer-shortcuts {
      list-style-type: none; }
      .v2-footer .row.first-row .footer-shortcuts li {
        margin-bottom: 10px; }
        .v2-footer .row.first-row .footer-shortcuts li a {
          text-decoration: underline;
          font-weight: bold;
          font-size: 14px;
          line-height: 19px;
          display: block;
          margin: 0;
          padding: 0; }
          .v2-footer .row.first-row .footer-shortcuts li a:hover, .v2-footer .row.first-row .footer-shortcuts li .v2-header .header .header__col--right .header__top-links .language__selector a:hover, .v2-header .header .header__col--right .header__top-links .language__selector .v2-footer .row.first-row .footer-shortcuts li a:hover, .v2-footer .row.first-row .footer-shortcuts .v2-header .header .header__col--right .header__top-links ul li a:hover, .v2-header .header .header__col--right .header__top-links ul .v2-footer .row.first-row .footer-shortcuts li a:hover {
            color: #222222;
            text-decoration: underline; }
          .v2-footer .row.first-row .footer-shortcuts li a:focus {
            color: #222222;
            text-decoration: underline; }
          .v2-footer .row.first-row .footer-shortcuts li a:active, .v2-footer .row.first-row .footer-shortcuts li a:visited {
            color: #222222;
            text-decoration: underline; }
    .v2-footer .row.first-row .footer__text.body-text {
      font-size: 14px; }
      .v2-footer .row.first-row .footer__text.body-text a {
        font-weight: 800; }
        .v2-footer .row.first-row .footer__text.body-text a:active, .v2-footer .row.first-row .footer__text.body-text a:visited {
          color: #222222;
          text-decoration: underline; }
        .v2-footer .row.first-row .footer__text.body-text a:focus, .v2-footer .row.first-row .footer__text.body-text a:hover {
          color: #444444;
          text-decoration: underline; }
  .v2-footer .row.second-row {
    width: 100%;
    max-width: 100%;
    border-top: solid 1px #5ea61e;
    background-color: #6dc71d;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px; }
    .v2-footer .row.second-row .footer-links {
      display: block;
      float: left;
      margin: 0;
      padding: 0;
      list-style-type: none; }
      .v2-footer .row.second-row .footer-links li {
        display: block;
        float: left; }
        .v2-footer .row.second-row .footer-links li::before {
          content: "/";
          margin-right: 10px; }
        .v2-footer .row.second-row .footer-links li a {
          color: #222222;
          font-size: 14px;
          font-weight: 800;
          line-height: 24px;
          padding-right: 10px;
          text-decoration: underline; }
          .v2-footer .row.second-row .footer-links li a:hover, .v2-footer .row.second-row .footer-links li .v2-header .header .header__col--right .header__top-links .language__selector a:hover, .v2-header .header .header__col--right .header__top-links .language__selector .v2-footer .row.second-row .footer-links li a:hover, .v2-footer .row.second-row .footer-links .v2-header .header .header__col--right .header__top-links ul li a:hover, .v2-header .header .header__col--right .header__top-links ul .v2-footer .row.second-row .footer-links li a:hover {
            color: #444444;
            text-decoration: underline; }
          .v2-footer .row.second-row .footer-links li a:focus {
            color: #222222;
            text-decoration: underline; }
          .v2-footer .row.second-row .footer-links li a:visited {
            color: #222222;
            text-decoration: underline; }
        .v2-footer .row.second-row .footer-links li:first-child::before {
          content: "";
          margin-right: 0; }
    .v2-footer .row.second-row .footer-social-links {
      display: block;
      float: right;
      margin: 0;
      padding: 0;
      height: 40px;
      list-style-type: none; }
      .v2-footer .row.second-row .footer-social-links li {
        display: block;
        float: right;
        width: 40px;
        height: 40px;
        margin-left: 10px; }
        .v2-footer .row.second-row .footer-social-links li a {
          background-repeat: no-repeat;
          background-position: center center;
          background-size: 40px 40px;
          width: 40px;
          height: 40px;
          display: block; }
          .v2-footer .row.second-row .footer-social-links li a.facebook {
            background-image: url(/Static/redesign/images/social-facebook-white.svg);
            transition: background .25s ease-in-out; }
            .v2-footer .row.second-row .footer-social-links li a.facebook:hover, .v2-footer .row.second-row .footer-social-links li a.facebook:focus {
              background-image: url(/Static/redesign/images/social-facebook-dark.svg);
              transition: background .25s ease-in-out; }
          .v2-footer .row.second-row .footer-social-links li a.instagram {
            background-image: url(/Static/redesign/images/social-instagram-white.svg);
            transition: background .25s ease-in-out; }
            .v2-footer .row.second-row .footer-social-links li a.instagram:hover, .v2-footer .row.second-row .footer-social-links li a.instagram:focus {
              background-image: url(/Static/redesign/images/social-instagram-dark.svg);
              transition: background .25s ease-in-out; }
          .v2-footer .row.second-row .footer-social-links li a.linkedin {
            background-image: url(/Static/redesign/images/social-linkedin-white.svg);
            transition: background .25s ease-in-out; }
            .v2-footer .row.second-row .footer-social-links li a.linkedin:hover, .v2-footer .row.second-row .footer-social-links li a.linkedin:focus {
              background-image: url(/Static/redesign/images/social-linkedin-dark.svg);
              transition: background .25s ease-in-out; }
          .v2-footer .row.second-row .footer-social-links li a.youtube {
            background-image: url(/Static/redesign/images/social-youtube-white.svg);
            transition: background .25s ease-in-out; }
            .v2-footer .row.second-row .footer-social-links li a.youtube:hover, .v2-footer .row.second-row .footer-social-links li a.youtube:focus {
              background-image: url(/Static/redesign/images/social-youtube-dark.svg);
              transition: background .25s ease-in-out; }
          .v2-footer .row.second-row .footer-social-links li a.twitter {
            background-image: url(/Static/redesign/images/social-twitter-white.svg);
            transition: background .25s ease-in-out; }
            .v2-footer .row.second-row .footer-social-links li a.twitter:hover, .v2-footer .row.second-row .footer-social-links li a.twitter:focus {
              background-image: url(/Static/redesign/images/social-twitter-dark.svg);
              transition: background .25s ease-in-out; }
    .v2-footer .row.second-row .follow-text {
      font-size: 18px;
      font-weight: 800;
      line-height: 28px;
      float: right;
      margin-right: 10px;
      margin-top: 4px; }
    .v2-footer .row.second-row .copy-text {
      display: block;
      font-size: 14px;
      float: left;
      width: 100%; }
  @media screen and (max-width: 767px) {
    .v2-footer {
      display: none; } }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    .v2-footer {
      display: block; } }
  @media screen and (min-width: 1024px) and (max-width: 1199px) {
    .v2-footer {
      display: block; } }
  @media screen and (min-width: 1200px) {
    .v2-footer {
      display: block; } }

.v2-footer-mobile {
  background-color: #6dc71d;
  display: none; }
  @media screen and (max-width: 767px) {
    .v2-footer-mobile {
      display: block; }
      .v2-footer-mobile .row.first-row {
        border-top: none;
        background-color: #6dc71d;
        padding-top: 50px;
        padding-bottom: 50px;
        padding-left: 20px;
        padding-right: 20px; }
        .v2-footer-mobile .row.first-row h2 {
          margin-bottom: 50px; }
        .v2-footer-mobile .row.first-row .footer-shortcuts {
          list-style-type: none;
          padding-left: 0;
          padding-right: 20px;
          margin-top: 10px;
          padding-top: 10px; }
          .v2-footer-mobile .row.first-row .footer-shortcuts li {
            margin-bottom: 7px; }
            .v2-footer-mobile .row.first-row .footer-shortcuts li a {
              text-decoration: none;
              font-size: 14px; }
              .v2-footer-mobile .row.first-row .footer-shortcuts li a:hover, .v2-footer-mobile .row.first-row .footer-shortcuts li .v2-header .header .header__col--right .header__top-links .language__selector a:hover, .v2-header .header .header__col--right .header__top-links .language__selector .v2-footer-mobile .row.first-row .footer-shortcuts li a:hover, .v2-footer-mobile .row.first-row .footer-shortcuts .v2-header .header .header__col--right .header__top-links ul li a:hover, .v2-header .header .header__col--right .header__top-links ul .v2-footer-mobile .row.first-row .footer-shortcuts li a:hover {
                text-decoration: underline; }
        .v2-footer-mobile .row.first-row .footer__text.body-text {
          font-size: 14px;
          margin-bottom: 50px;
          padding-left: 0;
          padding-right: 20px;
          margin-top: 10px;
          padding-top: 10px; }
          .v2-footer-mobile .row.first-row .footer__text.body-text a {
            font-weight: 800;
            text-decoration: underline; }
      .v2-footer-mobile .row.second-row {
        width: 100%;
        max-width: 100%;
        background-color: #6dc71d;
        padding-top: 30px;
        padding-bottom: 30px;
        padding-left: 10px;
        padding-right: 15px; }
        .v2-footer-mobile .row.second-row .footer-links {
          display: block;
          margin: 0;
          padding: 0;
          list-style-type: none; }
          .v2-footer-mobile .row.second-row .footer-links li {
            display: inline-block; }
            .v2-footer-mobile .row.second-row .footer-links li a {
              color: #222222;
              font-size: 14px;
              font-weight: 800;
              line-height: 24px;
              padding-right: 10px;
              text-decoration: none; }
              .v2-footer-mobile .row.second-row .footer-links li a::before {
                content: "/";
                margin-right: 10px; }
              .v2-footer-mobile .row.second-row .footer-links li a:hover, .v2-footer-mobile .row.second-row .footer-links li .v2-header .header .header__col--right .header__top-links .language__selector a:hover, .v2-header .header .header__col--right .header__top-links .language__selector .v2-footer-mobile .row.second-row .footer-links li a:hover, .v2-footer-mobile .row.second-row .footer-links .v2-header .header .header__col--right .header__top-links ul li a:hover, .v2-header .header .header__col--right .header__top-links ul .v2-footer-mobile .row.second-row .footer-links li a:hover {
                text-decoration: none; }
                .v2-footer-mobile .row.second-row .footer-links li a:hover::before, .v2-footer-mobile .row.second-row .footer-links li .v2-header .header .header__col--right .header__top-links .language__selector a:hover::before, .v2-header .header .header__col--right .header__top-links .language__selector .v2-footer-mobile .row.second-row .footer-links li a:hover::before {
                  content: "/";
                  margin-right: 10px;
                  text-decoration: none; }
              .v2-footer-mobile .row.second-row .footer-links li a:focus {
                text-decoration: none; }
            .v2-footer-mobile .row.second-row .footer-links li:first-child a::before {
              content: "";
              margin-right: 0; }
        .v2-footer-mobile .row.second-row .footer-social-links {
          display: block;
          margin: 0 0 20px 0;
          padding: 0;
          height: 40px;
          list-style-type: none; }
          .v2-footer-mobile .row.second-row .footer-social-links li {
            display: inline-block;
            width: 40px;
            height: 40px;
            margin-left: 0px;
            margin-right: 5px; }
            .v2-footer-mobile .row.second-row .footer-social-links li a {
              background-repeat: no-repeat;
              background-position: center center;
              background-size: 40px 40px;
              width: 40px;
              height: 40px;
              display: block; }
              .v2-footer-mobile .row.second-row .footer-social-links li a.facebook {
                background-image: url(/Static/redesign/images/social-facebook-white.svg);
                transition: background .25s ease-in-out; }
                .v2-footer-mobile .row.second-row .footer-social-links li a.facebook:hover, .v2-footer-mobile .row.second-row .footer-social-links li a.facebook:focus {
                  background-image: url(/Static/redesign/images/social-facebook-dark.svg);
                  transition: background .25s ease-in-out; }
              .v2-footer-mobile .row.second-row .footer-social-links li a.instagram {
                background-image: url(/Static/redesign/images/social-instagram-white.svg);
                transition: background .25s ease-in-out; }
                .v2-footer-mobile .row.second-row .footer-social-links li a.instagram:hover, .v2-footer-mobile .row.second-row .footer-social-links li a.instagram:focus {
                  background-image: url(/Static/redesign/images/social-instagram-dark.svg);
                  transition: background .25s ease-in-out; }
              .v2-footer-mobile .row.second-row .footer-social-links li a.linkedin {
                background-image: url(/Static/redesign/images/social-linkedin-white.svg);
                transition: background .25s ease-in-out; }
                .v2-footer-mobile .row.second-row .footer-social-links li a.linkedin:hover, .v2-footer-mobile .row.second-row .footer-social-links li a.linkedin:focus {
                  background-image: url(/Static/redesign/images/social-linkedin-dark.svg);
                  transition: background .25s ease-in-out; }
              .v2-footer-mobile .row.second-row .footer-social-links li a.youtube {
                background-image: url(/Static/redesign/images/social-youtube-white.svg);
                transition: background .25s ease-in-out; }
                .v2-footer-mobile .row.second-row .footer-social-links li a.youtube:hover, .v2-footer-mobile .row.second-row .footer-social-links li a.youtube:focus {
                  background-image: url(/Static/redesign/images/social-youtube-dark.svg);
                  transition: background .25s ease-in-out; }
              .v2-footer-mobile .row.second-row .footer-social-links li a.twitter {
                background-image: url(/Static/redesign/images/social-twitter-white.svg);
                transition: background .25s ease-in-out; }
                .v2-footer-mobile .row.second-row .footer-social-links li a.twitter:hover, .v2-footer-mobile .row.second-row .footer-social-links li a.twitter:focus {
                  background-image: url(/Static/redesign/images/social-twitter-dark.svg);
                  transition: background .25s ease-in-out; }
        .v2-footer-mobile .row.second-row .copy-text {
          display: block;
          font-size: 14px;
          float: left;
          width: 100%;
          margin-top: 10px; } }

.v2-buttons {
  display: inline-block;
  font-weight: bold;
  text-align: center;
  color: #222222;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 4px solid transparent;
  padding: 14px 50px 16px 50px;
  font-size: 16px;
  font-family: 'ITC Avant Garde Gothic W01 Bd', Helvetica, sans-serif;
  line-height: 1.5;
  border-radius: 0;
  text-decoration: none;
  transition: background-color .25s ease-in-out,border-color .25s ease-in-out,box-shadow .25s ease-in-out; }
  .v2-buttons:hover {
    cursor: pointer;
    text-decoration: underline !important; }
  .v2-buttons.big-text {
    font-size: 20px;
    padding: 11px 50px 12px 50px; }
  .v2-buttons.full-width {
    width: 100%;
    max-width: 100%; }
  .v2-buttons.text-left {
    text-align: left;
    padding-left: 30px;
    padding-right: 30px; }
  .v2-buttons.smaller {
    padding: 7px 20px 6px 20px;
    border-width: 2px !important; }
  .v2-buttons.disabled {
    border: 4px solid #444444;
    background-color: #444444;
    color: #ffffff;
    cursor: not-allowed;
    opacity: 0.8; }
  .v2-buttons.primary {
    border: 4px solid #6dc71d;
    color: #222222;
    -webkit-box-shadow: 0px 9px 20px -13px transparent;
    -moz-box-shadow: 0px 9px 20px -13px transparent;
    box-shadow: 0px 9px 20px -13px transparent; }
    .v2-buttons.primary:hover, .v2-buttons.primary:focus {
      border: 4px solid #6dc71d;
      background-color: #6dc71d;
      -webkit-box-shadow: 0px 9px 20px -13px rgba(0, 0, 0, 0.55);
      -moz-box-shadow: 0px 9px 20px -13px rgba(0, 0, 0, 0.55);
      box-shadow: 0px 9px 20px -13px rgba(0, 0, 0, 0.55); }
  .v2-buttons.primary-white {
    border: 4px solid #ffffff;
    color: #222222;
    -webkit-box-shadow: 0px 9px 20px -13px transparent;
    -moz-box-shadow: 0px 9px 20px -13px transparent;
    box-shadow: 0px 9px 20px -13px transparent; }
    .v2-buttons.primary-white:hover, .v2-buttons.primary-white:focus {
      border: 4px solid #444444;
      background-color: #444444;
      color: #ffffff;
      -webkit-box-shadow: 0px 9px 20px -13px rgba(0, 0, 0, 0.55);
      -moz-box-shadow: 0px 9px 20px -13px rgba(0, 0, 0, 0.55);
      box-shadow: 0px 9px 20px -13px rgba(0, 0, 0, 0.55); }
  .v2-buttons.cta {
    border: 4px solid #6dc71d;
    background-color: #6dc71d;
    color: #222222;
    -webkit-box-shadow: 0px 9px 20px -13px transparent;
    -moz-box-shadow: 0px 9px 20px -13px transparent;
    box-shadow: 0px 9px 20px -13px transparent; }
    .v2-buttons.cta.shadowed {
      -webkit-box-shadow: 0px 9px 20px -13px rgba(0, 0, 0, 0.35);
      -moz-box-shadow: 0px 9px 20px -13px rgba(0, 0, 0, 0.35);
      box-shadow: 0px 9px 20px -13px rgba(0, 0, 0, 0.35); }
    .v2-buttons.cta:hover, .v2-buttons.cta:focus {
      border: 4px solid #444444;
      background-color: #444444;
      color: #ffffff !important;
      -webkit-box-shadow: 0px 9px 20px -13px rgba(0, 0, 0, 0.55);
      -moz-box-shadow: 0px 9px 20px -13px rgba(0, 0, 0, 0.55);
      box-shadow: 0px 9px 20px -13px rgba(0, 0, 0, 0.55); }
      .v2-buttons.cta:hover span, .v2-buttons.cta:focus span {
        color: #ffffff !important;
        text-decoration: underline !important; }
  .v2-buttons.cta-white {
    border: 4px solid #ffffff;
    background-color: #ffffff;
    color: #222222;
    -webkit-box-shadow: 0px 9px 20px -13px transparent;
    -moz-box-shadow: 0px 9px 20px -13px transparent;
    box-shadow: 0px 9px 20px -13px transparent; }
    .v2-buttons.cta-white:hover, .v2-buttons.cta-white:focus {
      border: 4px solid #444444;
      background-color: #444444;
      color: #ffffff;
      -webkit-box-shadow: 0px 9px 20px -13px rgba(0, 0, 0, 0.55);
      -moz-box-shadow: 0px 9px 20px -13px rgba(0, 0, 0, 0.55);
      box-shadow: 0px 9px 20px -13px rgba(0, 0, 0, 0.55); }
  .v2-buttons.arrow-icon:after {
    content: "";
    background: url(/static/redesign/images/arrow-small-dark-right.svg);
    display: block;
    background-repeat: no-repeat;
    background-size: 12px 16px;
    background-position: center center;
    width: 12px;
    height: 16px;
    float: right;
    margin: 6px 0 0 0;
    transition: background .25s ease-in-out; }
  .v2-buttons.arrow-icon:hover, .v2-buttons.arrow-icon:focus {
    border: 4px solid #dadada;
    background-color: #dadada;
    color: #222222; }
    .v2-buttons.arrow-icon:hover:after, .v2-buttons.arrow-icon:focus:after {
      content: "";
      background: url(/static/redesign/images/arrow-small-dark-right.svg);
      display: block;
      background-repeat: no-repeat;
      background-size: 12px 16px;
      background-position: center center;
      width: 12px;
      height: 16px;
      float: right;
      margin: 6px 0 0 0;
      transition: background .25s ease-in-out; }
  @media screen and (max-width: 767px) {
    .v2-buttons {
      padding: 14px 20px 16px 20px; } }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    .v2-buttons {
      padding: 14px 20px 16px 20px; } }

body.overlay-open {
  overflow: hidden; }

body.device-menu-show {
  margin-top: 70px; }

.full-width-border .overlay {
  background-color: #e8e8e8; }

.v2-no-padding {
  padding: 0 !important; }

.v2-max-770 {
  max-width: 770px; }

.v2-border-top {
  border-top: solid 1px #cccccc;
  margin-top: 70px;
  padding-top: 50px;
  display: block;
  width: 100%; }

.v2-center-content {
  margin: 0 auto !important; }

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

.leftmenu {
  margin-top: 0; }

.education__body-item {
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  line-height: 28px; }
  .education__body-item p {
    margin-bottom: 30px; }

.content__item.preamble span p {
  font-size: 22px !important;
  line-height: 36px !important; }

.content__item.education__body-item.preamble {
  margin-bottom: 50px; }

.add-padding-15-left {
  padding-left: 15px; }

.v2-same-height {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch; }
  .v2-same-height .v2-block-teaser2 {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    width: 100%; }
    .v2-same-height .v2-block-teaser2 .v2-block-teaser-wrapper {
      height: 100%;
      /* .v2-block-teaser-body {
                height: calc(100% - 21px);
            }*/ }
  .v2-same-height .block-staff {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    width: 100%;
    margin-bottom: 30px; }
    .v2-same-height .block-staff .block-wrapper {
      height: 100%; }

.v2-news-header {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 15px; }
  .v2-news-header .icon--greensquare {
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    width: 16px;
    height: 16px;
    background-color: #444444;
    margin-right: 10px; }
  .v2-news-header .article__date {
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    color: #222222;
    font-size: 14px;
    line-height: 24px; }
  .v2-news-header .article__category {
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    color: #222222;
    font-size: 14px;
    line-height: 24px; }
  .v2-news-header .article__category__divider {
    color: #707070;
    padding-left: 7px;
    padding-right: 7px; }

/*IE hack for left menu icons*/
.ie-btn {
  display: none !important; }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  /* IE10+ specific styles go here */
  .standard-btn {
    display: none !important; }
  .ie-btn {
    display: block !important; } }

.v2-quicksearch .v2-quicksearch-content {
  padding-top: 40px;
  padding-bottom: 50px;
  background-color: #6dc71d;
  position: relative; }
  .v2-quicksearch .v2-quicksearch-content .search__inner {
    margin: 0 auto; }
    .v2-quicksearch .v2-quicksearch-content .search__inner .v2-quicksearch-input {
      height: 60px;
      border: none;
      font-size: 18px;
      font-weight: 800;
      color: #222222;
      padding: 17px 100px 17px 30px; }
    .v2-quicksearch .v2-quicksearch-content .search__inner .v2-quicksearch-input:-ms-input-placeholder {
      font-weight: 300;
      color: #222222 !important; }
    .v2-quicksearch .v2-quicksearch-content .search__inner .v2-quicksearch-input::-ms-input-placeholder {
      font-weight: 300;
      color: #222222 !important; }
    .v2-quicksearch .v2-quicksearch-content .search__inner .v2-quicksearch-input::placeholder {
      font-weight: 300;
      color: #222222 !important; }
    .v2-quicksearch .v2-quicksearch-content .search__inner .clear-search-desktop {
      position: absolute;
      bottom: 20px;
      right: 65px; }
    .v2-quicksearch .v2-quicksearch-content .search__inner .search__submit {
      color: #222222;
      background-color: transparent;
      border-radius: 50%;
      width: 50px;
      height: 50px;
      background-image: url(/static/redesign/images/header_search.svg);
      background-size: 22px 22px;
      background-repeat: no-repeat;
      background-position: center center; }
      .v2-quicksearch .v2-quicksearch-content .search__inner .search__submit:hover {
        background-color: #6dc71d;
        background-image: url(/static/redesign/images/header_search.svg);
        background-size: 22px 22px;
        background-repeat: no-repeat;
        background-position: center center; }
    .v2-quicksearch .v2-quicksearch-content .search__inner .search__autocomplete {
      top: 70px;
      border: 1px solid #e8e8e8;
      border-top: none;
      padding: 0  0 20px 0;
      -webkit-box-shadow: 0px 17px 20px -21px rgba(0, 0, 0, 0.35);
      -moz-box-shadow: 0px 17px 20px -21px rgba(0, 0, 0, 0.35);
      box-shadow: 0px 17px 20px -21px rgba(0, 0, 0, 0.35); }
      .v2-quicksearch .v2-quicksearch-content .search__inner .search__autocomplete .autocomplete__item {
        margin-left: 20px;
        margin-right: 20px; }
        .v2-quicksearch .v2-quicksearch-content .search__inner .search__autocomplete .autocomplete__item .autocomplete__link {
          cursor: pointer;
          padding: 10px 20px;
          color: #222222;
          font-size: 16px;
          line-height: 20px;
          width: 100%;
          text-align: left;
          transition: background .25s ease-in-out,text-decoration .25s ease-in-out; }
          .v2-quicksearch .v2-quicksearch-content .search__inner .search__autocomplete .autocomplete__item .autocomplete__link:hover {
            background: #f2f2f2;
            color: #222222 !important;
            text-decoration: underline;
            transition: background .25s ease-in-out,text-decoration .25s ease-in-out; }

.v2-content-footer {
  margin-bottom: 200px; }
  .v2-content-footer .v2-content-footer-text {
    font-size: 14px;
    line-height: 24px; }
    .v2-content-footer .v2-content-footer-text span, .v2-content-footer .v2-content-footer-text a {
      font-weight: 800;
      text-decoration: none; }
  @media screen and (max-width: 767px) {
    .v2-content-footer {
      margin-bottom: 30px; }
      .v2-content-footer .v2-content-footer-text {
        font-size: 12px;
        line-height: 20px; }
        .v2-content-footer .v2-content-footer-text span, .v2-content-footer .v2-content-footer-text a {
          font-weight: 800;
          text-decoration: none; } }

.v2-sharearea {
  border: none; }
  .v2-sharearea .v2-share-border {
    border-top: solid 1px #cccccc;
    margin-bottom: 27px;
    display: block;
    width: 100%; }
  .v2-sharearea .content-footer-share-links {
    display: block;
    float: right;
    margin: 3px 0 0 0;
    padding: 0;
    height: 40px;
    list-style-type: none; }
    .v2-sharearea .content-footer-share-links li {
      display: block;
      float: right;
      width: 40px;
      height: 40px;
      margin-left: 10px; }
      .v2-sharearea .content-footer-share-links li a {
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 40px 40px;
        width: 40px;
        height: 40px;
        display: block; }
        .v2-sharearea .content-footer-share-links li a.facebook {
          background-image: url(/Static/redesign/images/social-facebook-dark.svg);
          transition: background .25s ease-in-out; }
          .v2-sharearea .content-footer-share-links li a.facebook:hover, .v2-sharearea .content-footer-share-links li .header .header__col--right .header__top-links .language__selector a.facebook:hover, .header .header__col--right .header__top-links .language__selector .v2-sharearea .content-footer-share-links li a.facebook:hover, .v2-sharearea .content-footer-share-links .header .header__col--right .header__top-links ul li a.facebook:hover, .header .header__col--right .header__top-links ul .v2-sharearea .content-footer-share-links li a.facebook:hover, .v2-sharearea .content-footer-share-links li a.facebook:focus {
            background-image: url(/Static/redesign/images/social-facebook-green.svg);
            transition: background .25s ease-in-out; }
        .v2-sharearea .content-footer-share-links li a.twitter {
          background-image: url(/Static/redesign/images/social-twitter-dark.svg);
          transition: background .25s ease-in-out; }
          .v2-sharearea .content-footer-share-links li a.twitter:hover, .v2-sharearea .content-footer-share-links li .header .header__col--right .header__top-links .language__selector a.twitter:hover, .header .header__col--right .header__top-links .language__selector .v2-sharearea .content-footer-share-links li a.twitter:hover, .v2-sharearea .content-footer-share-links .header .header__col--right .header__top-links ul li a.twitter:hover, .header .header__col--right .header__top-links ul .v2-sharearea .content-footer-share-links li a.twitter:hover, .v2-sharearea .content-footer-share-links li a.twitter:focus {
            background-image: url(/Static/redesign/images/social-twitter-green.svg);
            transition: background .25s ease-in-out; }
        .v2-sharearea .content-footer-share-links li a.linkedin {
          background-image: url(/Static/redesign/images/social-linkedin-dark.svg);
          transition: background .25s ease-in-out; }
          .v2-sharearea .content-footer-share-links li a.linkedin:hover, .v2-sharearea .content-footer-share-links li .header .header__col--right .header__top-links .language__selector a.linkedin:hover, .header .header__col--right .header__top-links .language__selector .v2-sharearea .content-footer-share-links li a.linkedin:hover, .v2-sharearea .content-footer-share-links .header .header__col--right .header__top-links ul li a.linkedin:hover, .header .header__col--right .header__top-links ul .v2-sharearea .content-footer-share-links li a.linkedin:hover, .v2-sharearea .content-footer-share-links li a.linkedin:focus {
            background-image: url(/Static/redesign/images/social-linkedin-green.svg);
            transition: background .25s ease-in-out; }
        .v2-sharearea .content-footer-share-links li a.email {
          background-image: url(/Static/redesign/images/social-mail-dark.svg);
          transition: background .25s ease-in-out; }
          .v2-sharearea .content-footer-share-links li a.email:hover, .v2-sharearea .content-footer-share-links li .header .header__col--right .header__top-links .language__selector a.email:hover, .header .header__col--right .header__top-links .language__selector .v2-sharearea .content-footer-share-links li a.email:hover, .v2-sharearea .content-footer-share-links .header .header__col--right .header__top-links ul li a.email:hover, .header .header__col--right .header__top-links ul .v2-sharearea .content-footer-share-links li a.email:hover, .v2-sharearea .content-footer-share-links li a.email:focus {
            background-image: url(/Static/redesign/images/social-mail-green.svg);
            transition: background .25s ease-in-out; }
  .v2-sharearea .share-text {
    font-size: 18px;
    font-weight: 800;
    line-height: 28px;
    float: right;
    margin-right: 10px;
    margin-top: 8px; }
  @media screen and (max-width: 767px) {
    .v2-sharearea {
      text-align: center;
      margin-bottom: 100px; }
      .v2-sharearea .share-text {
        font-size: 16px;
        font-weight: 800;
        line-height: 28px;
        float: none;
        margin: 10px auto 5px;
        display: block; }
      .v2-sharearea .content-footer-share-links {
        float: none;
        display: inline-block; }
        .v2-sharearea .content-footer-share-links li {
          margin-left: 5px;
          margin-right: 5px; } }

.v2-breadcrumb {
  border-bottom: solid 1px #e1e1e1;
  min-height: 60px;
  display: block;
  margin-bottom: 60px;
  top: 0px !important; }
  .v2-breadcrumb .left-menu-button {
    display: block;
    float: left;
    min-height: 60px;
    background-color: #6dc71d;
    font-size: 20px;
    font-weight: bold;
    color: #222222;
    font-family: "ITC Avant Garde Gothic W01 Bd", Helvetica, sans-serif;
    padding: 16px 20px 15px 35px;
    cursor: pointer;
    width: 300px; }
    .v2-breadcrumb .left-menu-button .nav-icon {
      float: left;
      width: 25px;
      height: 17px;
      position: relative;
      margin: 6px auto;
      margin-right: 20px;
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
      -webkit-transition: .5s ease-in-out;
      -moz-transition: .5s ease-in-out;
      -o-transition: .5s ease-in-out;
      transition: .5s ease-in-out;
      cursor: pointer; }
      .v2-breadcrumb .left-menu-button .nav-icon span {
        display: block;
        position: absolute;
        height: 3px;
        width: 100%;
        background: #222222;
        opacity: 1;
        left: 0;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .25s ease-in-out;
        -moz-transition: .25s ease-in-out;
        -o-transition: .25s ease-in-out;
        transition: .25s ease-in-out; }
    .v2-breadcrumb .left-menu-button .nav-icon span {
      top: 0px; }
    .v2-breadcrumb .left-menu-button .nav-icon span:nth-child(2) {
      top: 7px; }
    .v2-breadcrumb .left-menu-button .nav-icon span:nth-child(3) {
      top: 14px; }
    .v2-breadcrumb .left-menu-button .nav-icon.open span:nth-child(1) {
      top: 7px;
      -webkit-transform: rotate(135deg);
      -moz-transform: rotate(135deg);
      -o-transform: rotate(135deg);
      transform: rotate(135deg); }
    .v2-breadcrumb .left-menu-button .nav-icon.open span:nth-child(2) {
      opacity: 0;
      left: -30px; }
    .v2-breadcrumb .left-menu-button .nav-icon.open span:nth-child(3) {
      top: 7px;
      width: 100%;
      -webkit-transform: rotate(-135deg);
      -moz-transform: rotate(-135deg);
      -o-transform: rotate(-135deg);
      transform: rotate(-135deg); }
  .v2-breadcrumb .core-wrapper-breadcrumbs {
    margin-left: 30px;
    margin-right: 5px;
    float: left;
    width: 64%;
    vertical-align: middle; }
    .v2-breadcrumb .core-wrapper-breadcrumbs .breadcrumbs__wrapper {
      min-height: 60px;
      padding: 2px 0 5px 0;
      vertical-align: middle;
      -webkit-box-align: center !important;
      align-items: center !important;
      -webkit-box-pack: center !important;
      display: flex !important; }
      .v2-breadcrumb .core-wrapper-breadcrumbs .breadcrumbs__wrapper .breadcrumbs__list {
        margin: 0;
        vertical-align: middle; }
        .v2-breadcrumb .core-wrapper-breadcrumbs .breadcrumbs__wrapper .breadcrumbs__list .breadcrumb__item a {
          font-size: 14px;
          line-height: 24px; }
          .v2-breadcrumb .core-wrapper-breadcrumbs .breadcrumbs__wrapper .breadcrumbs__list .breadcrumb__item a:visited {
            color: #222222; }
        .v2-breadcrumb .core-wrapper-breadcrumbs .breadcrumbs__wrapper .breadcrumbs__list .breadcrumb__item .breadcrumb__divider {
          padding: 0 5px;
          font-size: 14px;
          line-height: 14px; }
          .v2-breadcrumb .core-wrapper-breadcrumbs .breadcrumbs__wrapper .breadcrumbs__list .breadcrumb__item .breadcrumb__divider i {
            color: #222222;
            font-size: 8px;
            font-weight: 800; }
        .v2-breadcrumb .core-wrapper-breadcrumbs .breadcrumbs__wrapper .breadcrumbs__list .breadcrumb__item.text {
          font-size: 14px;
          line-height: 24px;
          font-weight: 800; }
  .v2-breadcrumb .show-on-scroll {
    display: block;
    height: 0;
    overflow: hidden;
    width: 100%;
    background-color: #fff;
    position: fixed;
    top: 0;
    z-index: 2099;
    transition: height 0.25s ease-out, border-bottom 0.25s ease-out;
    padding: 0 20px; }
    .v2-breadcrumb .show-on-scroll .row {
      max-width: 100%; }
      .v2-breadcrumb .show-on-scroll .row .logotype {
        width: 163px !important;
        height: 40px !important;
        margin-top: 20px !important;
        display: block; }
        .v2-breadcrumb .show-on-scroll .row .logotype.image__ie-fallback {
          width: 163px !important;
          display: block;
          max-width: 160px !important;
          height: 40px !important; }
      .v2-breadcrumb .show-on-scroll .row .show-on-scroll-logo {
        width: 163px;
        max-width: 160px; }
      .v2-breadcrumb .show-on-scroll .row .scroll-menu {
        margin: 0;
        list-style-type: none;
        float: right; }
        .v2-breadcrumb .show-on-scroll .row .scroll-menu li {
          vertical-align: bottom;
          display: table-cell;
          list-style-type: none; }
          .v2-breadcrumb .show-on-scroll .row .scroll-menu li a {
            border: none;
            border-bottom: 4px solid transparent;
            text-decoration: none;
            font-size: 16px;
            color: #222222;
            transition: border .25s ease-in-out,color .25s ease-in-out;
            display: block;
            padding: 31px 10px 28px 10px;
            line-height: 1;
            margin: 0 5px; }
            .v2-breadcrumb .show-on-scroll .row .scroll-menu li a:hover, .v2-breadcrumb .show-on-scroll .row .scroll-menu li .v2-header .header .header__col--right .header__top-links .language__selector a:hover, .v2-header .header .header__col--right .header__top-links .language__selector .v2-breadcrumb .show-on-scroll .row .scroll-menu li a:hover, .v2-breadcrumb .show-on-scroll .row .scroll-menu .v2-header .header .header__col--right .header__top-links ul li a:hover, .v2-header .header .header__col--right .header__top-links ul .v2-breadcrumb .show-on-scroll .row .scroll-menu li a:hover {
              color: #8c8c8c;
              border-bottom: 4px solid #6dc71d;
              transition: border .25s ease-in-out,color .25s ease-in-out; }
            .v2-breadcrumb .show-on-scroll .row .scroll-menu li a.active {
              border-bottom: 4px solid #6dc71d; }
  .v2-breadcrumb.solid {
    background-color: #ffffff;
    transition: background-color 0.25s ease-out, top 0.25s ease-out;
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 2100; }
    .v2-breadcrumb.solid.push-down {
      transition: top 0.25s ease-out;
      top: 80px !important; }
      .v2-breadcrumb.solid.push-down.ie {
        transition: top 0s ease-out; }
      .v2-breadcrumb.solid.push-down .show-on-scroll {
        display: block;
        height: 80px;
        transition: height 0.25s ease-out, border-bottom 0.25s ease-out;
        border-bottom: solid 1px #e1e1e1; }

.v2-breadcrumb-padder {
  border-bottom: solid 1px #e1e1e1;
  min-height: 60px;
  display: none;
  margin-bottom: 80px; }
  .v2-breadcrumb-padder.inuse {
    display: block; }

.v2-breadcrumb-device {
  font-size: 12px;
  line-height: 20px;
  min-height: 33px;
  margin-bottom: 30px;
  overflow: hidden;
  border-bottom: solid 1px #e1e1e1; }
  .v2-breadcrumb-device .core-wrapper-breadcrumbs {
    margin-left: 20px;
    margin-right: 20px;
    float: left; }
    .v2-breadcrumb-device .core-wrapper-breadcrumbs .breadcrumbs__wrapper {
      min-height: 33px;
      padding: 10px 0 10px 0; }
      .v2-breadcrumb-device .core-wrapper-breadcrumbs .breadcrumbs__wrapper .breadcrumbs__list .breadcrumb__item a {
        font-size: 12px;
        line-height: 20px; }
      .v2-breadcrumb-device .core-wrapper-breadcrumbs .breadcrumbs__wrapper .breadcrumbs__list .breadcrumb__item .breadcrumb__divider {
        padding: 0 5px;
        font-size: 14px;
        line-height: 14px; }
        .v2-breadcrumb-device .core-wrapper-breadcrumbs .breadcrumbs__wrapper .breadcrumbs__list .breadcrumb__item .breadcrumb__divider i {
          color: #222222;
          font-size: 8px;
          font-weight: 800; }
      .v2-breadcrumb-device .core-wrapper-breadcrumbs .breadcrumbs__wrapper .breadcrumbs__list .breadcrumb__item.text {
        font-size: 12px;
        line-height: 20px;
        font-weight: 800; }
  .v2-breadcrumb-device .show-on-scroll {
    display: none; }

@media screen and (max-width: 1400px) {
  .truncate {
    margin-top: -1px;
    width: 350px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block !important;
    vertical-align: middle; } }

@media screen and (max-width: 1300px) {
  .truncate {
    margin-top: -1px;
    width: 400px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block !important;
    vertical-align: middle; } }

@media screen and (max-width: 1200px) {
  .truncate {
    margin-top: -1px;
    width: 200px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block !important;
    vertical-align: middle; } }

.v2-leftmenu {
  display: none;
  width: 300px;
  overflow: hidden;
  overflow-y: auto; }
  .v2-leftmenu.open {
    display: block;
    position: fixed;
    top: 61px;
    background-color: #ffffff;
    z-index: 1102;
    padding-bottom: 10px;
    /*left: 0;*/
    border: solid 1px #e8e8e8;
    -webkit-box-shadow: 0px 17px 20px -21px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 0px 17px 20px -21px rgba(0, 0, 0, 0.35);
    box-shadow: 0px 17px 20px -21px rgba(0, 0, 0, 0.35); }

.v2-signup-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  height: 100px;
  width: 100%;
  background-color: #ffffff;
  border-top: solid 1px #e1e1e1;
  z-index: 1000;
  padding: 10px 0; }
  .v2-signup-bar .signup-name {
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 800;
    padding-right: 120px; }
  @media screen and (max-width: 767px) {
    .v2-signup-bar {
      height: 105px;
      padding: 0; }
      .v2-signup-bar .signup-name {
        padding-right: 0; }
      .v2-signup-bar .v2-buttons {
        margin-top: 20px;
        font-size: 14px;
        padding-top: 10px;
        padding-bottom: 10px; } }

.v2-overlay {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 2210;
  cursor: pointer;
  transition: background .25s ease-out; }
  .v2-overlay .overlay-content {
    background-color: #FFFFFF;
    width: 770px;
    height: auto;
    padding: 0;
    margin: 100px auto 100px;
    transition: opacity .25s ease-out;
    opacity: 0;
    position: relative;
    margin-bottom: 30px;
    -webkit-box-shadow: 0px 17px 20px -21px rgba(0, 0, 0, 0.85);
    -moz-box-shadow: 0px 17px 20px -21px rgba(0, 0, 0, 0.85);
    box-shadow: 0px 17px 20px -21px rgba(0, 0, 0, 0.85); }
    .v2-overlay .overlay-content.open {
      transition: opacity .25s ease-out;
      opacity: 1;
      max-height: calc(100% - 200px); }
    .v2-overlay .overlay-content .close-overlay {
      float: right;
      width: 18px;
      height: 19px;
      text-align: center;
      color: #ffffff;
      position: absolute;
      top: 30px;
      right: 30px;
      z-index: 1211; }
    .v2-overlay .overlay-content .overlay-header {
      color: #222222;
      background-color: #FFFFFF;
      font-size: 14px;
      font-weight: 700;
      padding: 50px;
      display: block;
      width: 100%;
      overflow: visible;
      height: 143px;
      position: relative;
      text-align: center; }
      .v2-overlay .overlay-content .overlay-header .overlay-heading {
        float: left;
        font-size: 16px;
        font-weight: 700;
        color: #222222; }
    .v2-overlay .overlay-content .overlay-body {
      font-size: 14px;
      font-weight: 400;
      padding: 20px 50px;
      display: block;
      width: 100%;
      overflow: auto;
      max-height: calc(100vh - 395px); }
      .v2-overlay .overlay-content .overlay-body h2 {
        margin-bottom: 50px; }
    .v2-overlay .overlay-content .overlay-info {
      font-size: 14px;
      font-weight: 400;
      padding: 0 70px;
      display: block;
      width: 100%; }
    .v2-overlay .overlay-content .overlay-footer {
      color: #222222;
      font-size: 14px;
      font-weight: 700;
      padding: 20px;
      display: block;
      width: 100%;
      overflow: visible;
      text-align: center;
      height: 50px;
      position: relative; }
  @media screen and (max-width: 767px) {
    .v2-overlay .overlay-content {
      width: 100%;
      margin: 20px auto 20px; }
      .v2-overlay .overlay-content.open {
        max-height: 100%;
        overflow-y: scroll; }
      .v2-overlay .overlay-content .close-overlay {
        top: 10px;
        right: 20px; }
      .v2-overlay .overlay-content .overlay-header {
        padding: 20px;
        height: auto; }
      .v2-overlay .overlay-content .overlay-body {
        padding: 20px;
        max-height: initial; }
        .v2-overlay .overlay-content .overlay-body .v2-accordion ul li .v2-accordion-header {
          width: 90%; }
          .v2-overlay .overlay-content .overlay-body .v2-accordion ul li .v2-accordion-header span {
            padding: 10px 0; }
          .v2-overlay .overlay-content .overlay-body .v2-accordion ul li .v2-accordion-header .v2-accordion-caret {
            padding-top: 12px;
            right: 0; }
        .v2-overlay .overlay-content .overlay-body .v2-accordion ul li .v2-accordion-body {
          padding: 0 10px 10px 10px; }
      .v2-overlay .overlay-content .overlay-info {
        padding: 0 20px; }
      .v2-overlay .overlay-content .overlay-footer {
        height: auto; } }

.v2-accordion ul {
  list-style: none;
  overflow: hidden;
  margin: 0 0 40px 0;
  padding: 0;
  display: block;
  border-bottom: solid 1px #e8e8e8; }
  .v2-accordion ul li {
    list-style: none;
    border-top: solid 1px #e8e8e8;
    display: block;
    position: relative;
    float: left;
    width: 100%;
    margin-bottom: 0; }
    .v2-accordion ul li:first-child {
      border-top: none; }
    .v2-accordion ul li .v2-accordion-header {
      display: block;
      width: 100%;
      cursor: pointer; }
      .v2-accordion ul li .v2-accordion-header span {
        list-style: none;
        padding: 20px;
        display: block;
        font-family: 'ITC Avant Garde Gothic W01 Bd', Helvetica, sans-serif;
        font-size: 20px;
        line-height: 24px;
        font-weight: bold;
        font-style: normal;
        color: #000000;
        width: 100%;
        padding-right: 40px;
        text-decoration: none;
        float: left;
        display: block; }
      .v2-accordion ul li .v2-accordion-header .v2-accordion-caret {
        float: right;
        margin-top: 0;
        margin-left: 0;
        width: 19px;
        height: 50px;
        padding-top: 20px;
        background: transparent;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        border: none;
        border-radius: 0;
        position: absolute;
        right: 30px;
        cursor: pointer; }
        .v2-accordion ul li .v2-accordion-header .v2-accordion-caret .arrow {
          width: 19px;
          height: 19px;
          background-image: url(/Static/redesign/images/arrow-small-dark-up.svg);
          background-repeat: no-repeat;
          background-position: center center;
          transition: background 0.25s ease-out; }
      .v2-accordion ul li .v2-accordion-header.collapsed .v2-accordion-caret .arrow {
        background-image: url(/Static/redesign/images/arrow-small-dark-down.svg);
        transition: background 0.25s ease-out; }
    .v2-accordion ul li .v2-accordion-body {
      display: block;
      float: left;
      width: 100%;
      opacity: 0;
      height: auto;
      overflow: hidden;
      max-height: 0;
      padding: 0 10px 0 30px;
      transition: opacity 0.25s ease-in-out, padding 0.25s ease-in-out, max-height 0.25s ease-in-out; }
      .v2-accordion ul li .v2-accordion-body.open {
        display: block;
        padding: 10px 10px 30px 30px;
        margin-top: 0;
        height: auto;
        overflow: hidden;
        max-height: 1000px;
        transition: opacity 0.25s ease-in-out, padding 0.25s ease-in-out, max-height 0.25s ease-in-out;
        opacity: 1; }
      .v2-accordion ul li .v2-accordion-body .v2-accordion-button {
        display: block;
        width: 100%;
        text-align: right;
        margin-top: 20px; }

.v2-search-result-item {
  padding: 0 !important;
  border-bottom: none !important;
  text-decoration: none; }
  .v2-search-result-item .item__link {
    background-color: #ffffff;
    display: block;
    text-decoration: none !important;
    border: solid 1px #e8e8e8;
    -webkit-box-shadow: 0px 17px 20px -21px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 0px 17px 20px -21px rgba(0, 0, 0, 0.35);
    box-shadow: 0px 17px 20px -21px rgba(0, 0, 0, 0.35);
    margin-bottom: 30px;
    padding: 30px;
    transition: border-color .25s ease-in-out; }
    .v2-search-result-item .item__link:hover {
      border-left: solid 4px #6dc71d;
      padding-left: 27px;
      -webkit-box-shadow: 0px 17px 20px -21px rgba(0, 0, 0, 0.55);
      -moz-box-shadow: 0px 17px 20px -21px rgba(0, 0, 0, 0.55);
      box-shadow: 0px 17px 20px -21px rgba(0, 0, 0, 0.55); }
    .v2-search-result-item .item__link .item__category {
      font-size: 14px !important;
      margin-bottom: 10px !important; }
    .v2-search-result-item .item__link .puff__heading {
      color: #222222 !important;
      font-size: 18px !important;
      line-height: 28px !important;
      font-weight: 800 !important;
      margin-bottom: 10px !important;
      word-break: break-word; }
    .v2-search-result-item .item__link .item__description {
      font-size: 16px !important;
      line-height: 24px !important; }
      .v2-search-result-item .item__link .item__description a {
        font-weight: bold;
        text-decoration: underline;
        transition: color .25s ease-in-out; }
        .v2-search-result-item .item__link .item__description a:hover, .v2-search-result-item .item__link .item__description .header .header__col--right .header__top-links .language__selector a:hover, .header .header__col--right .header__top-links .language__selector .v2-search-result-item .item__link .item__description a:hover, .v2-search-result-item .item__link .item__description .header .header__col--right .header__top-links ul li a:hover, .header .header__col--right .header__top-links ul li .v2-search-result-item .item__link .item__description a:hover {
          color: #8c8c8c;
          text-decoration: underline;
          transition: color .25s ease-in-out; }
    .v2-search-result-item .item__link .v2-search-result-item-contact {
      font-size: 14px !important;
      line-height: 24px !important;
      margin-bottom: 5px; }
      .v2-search-result-item .item__link .v2-search-result-item-contact a {
        font-weight: bold;
        text-decoration: underline;
        transition: color .25s ease-in-out; }
        .v2-search-result-item .item__link .v2-search-result-item-contact a:hover, .v2-search-result-item .item__link .v2-search-result-item-contact .header .header__col--right .header__top-links .language__selector a:hover, .header .header__col--right .header__top-links .language__selector .v2-search-result-item .item__link .v2-search-result-item-contact a:hover, .v2-search-result-item .item__link .v2-search-result-item-contact .header .header__col--right .header__top-links ul li a:hover, .header .header__col--right .header__top-links ul li .v2-search-result-item .item__link .v2-search-result-item-contact a:hover {
          color: #8c8c8c;
          text-decoration: underline;
          transition: color .25s ease-in-out; }
    .v2-search-result-item .item__link .v2-search-result-item-area {
      font-size: 14px !important;
      line-height: 24px !important;
      margin-bottom: 10px; }
      .v2-search-result-item .item__link .v2-search-result-item-area ul {
        width: 100%;
        display: block;
        list-style-type: none;
        margin: 0;
        padding: 0; }
        .v2-search-result-item .item__link .v2-search-result-item-area ul li {
          width: 100%;
          display: block; }
    .v2-search-result-item .item__link .v2-search-result-item-divider {
      border-top: 1px solid #e8e8e8;
      padding-top: 0;
      padding-bottom: 20px;
      margin-top: 20px;
      display: block;
      overflow: hidden; }

.subjects-link .item__title {
  color: #222 !important; }

.subjects-link a:after {
  content: none !important; }

.subjects-link .result__item {
  padding-bottom: 20px !important; }

.v2-main-educations-links {
  background-color: #6dc71d;
  width: 100%;
  padding: 30px 0;
  margin-bottom: 90px; }
  @media screen and (max-width: 767px) {
    .v2-main-educations-links {
      padding: 30px 10px 20px 10px;
      margin-bottom: 30px; }
      .v2-main-educations-links *.column, .v2-main-educations-links *.columns {
        margin-bottom: 10px; } }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    .v2-main-educations-links {
      padding: 30px 15px;
      margin-bottom: 60px; } }

.v2-start-scroll-nav .show-on-scroll {
  display: block;
  height: 0;
  overflow: hidden;
  width: 100%;
  background-color: #fff;
  position: fixed;
  top: 0;
  z-index: 2099;
  transition: height 0.25s ease-out, border-bottom 0.25s ease-out;
  padding: 0 20px; }
  .v2-start-scroll-nav .show-on-scroll .row {
    max-width: 100%; }
    .v2-start-scroll-nav .show-on-scroll .row .logotype {
      width: 163px;
      height: 40px !important;
      display: block;
      margin-top: 20px; }
    .v2-start-scroll-nav .show-on-scroll .row .show-on-scroll-logo {
      width: 163px;
      display: block;
      height: 40px !important; }
    .v2-start-scroll-nav .show-on-scroll .row .scroll-menu {
      margin: 0;
      list-style-type: none;
      float: right; }
      .v2-start-scroll-nav .show-on-scroll .row .scroll-menu li {
        vertical-align: bottom;
        display: table-cell;
        list-style-type: none; }
        .v2-start-scroll-nav .show-on-scroll .row .scroll-menu li a {
          border: none;
          border-bottom: 4px solid transparent;
          text-decoration: none;
          font-size: 16px;
          color: #222222;
          transition: border .25s ease-in-out,color .25s ease-in-out;
          display: block;
          padding: 31px 10px 28px 10px;
          line-height: 1;
          margin: 0 5px; }
          .v2-start-scroll-nav .show-on-scroll .row .scroll-menu li a:hover, .v2-start-scroll-nav .show-on-scroll .row .scroll-menu li .v2-header .header .header__col--right .header__top-links .language__selector a:hover, .v2-header .header .header__col--right .header__top-links .language__selector .v2-start-scroll-nav .show-on-scroll .row .scroll-menu li a:hover, .v2-start-scroll-nav .show-on-scroll .row .scroll-menu .v2-header .header .header__col--right .header__top-links ul li a:hover, .v2-header .header .header__col--right .header__top-links ul .v2-start-scroll-nav .show-on-scroll .row .scroll-menu li a:hover {
            color: #8c8c8c;
            border-bottom: 4px solid #6dc71d;
            transition: border .25s ease-in-out,color .25s ease-in-out; }
          .v2-start-scroll-nav .show-on-scroll .row .scroll-menu li a.active {
            border-bottom: 4px solid #6dc71d; }

.v2-start-scroll-nav.solid {
  background-color: #ffffff;
  transition: background-color 0.25s ease-out, top 0.25s ease-out;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 2100; }
  .v2-start-scroll-nav.solid.push-down {
    top: 80px;
    transition: top 0.25s ease-out; }
    .v2-start-scroll-nav.solid.push-down .show-on-scroll {
      display: block;
      height: 80px;
      transition: height 0.25s ease-out, border-bottom 0.25s ease-out;
      border-bottom: solid 1px #e1e1e1; }

.v2-start-scroll-nav-padder {
  border-bottom: solid 1px #e1e1e1;
  min-height: 60px;
  display: none;
  margin-bottom: 80px; }
  .v2-start-scroll-nav-padder.inuse {
    display: block; }

.v2-teaser-area {
  margin-bottom: 70px; }

.v2-page-search .search__content.searchpage {
  padding-top: 30px;
  padding-bottom: 50px;
  background-color: #6dc71d;
  position: relative;
  margin-bottom: 0; }
  .v2-page-search .search__content.searchpage .search__inner {
    margin: 0 auto;
    padding-top: 0; }
    .v2-page-search .search__content.searchpage .search__inner .v2-page-search-input {
      height: 60px;
      font-size: 18px;
      font-weight: 800;
      border: 0;
      color: #222222;
      padding: 17px 100px 17px 30px; }
    .v2-page-search .search__content.searchpage .search__inner .search__submit {
      color: #222222;
      background-color: transparent;
      border-radius: 50%;
      width: 50px;
      height: 50px;
      bottom: 5px;
      top: initial;
      background-image: url(/static/redesign/images/header_search.svg);
      background-size: 22px 22px;
      background-repeat: no-repeat;
      background-position: center center; }
      .v2-page-search .search__content.searchpage .search__inner .search__submit:hover {
        background-color: #6dc71d;
        background-image: url(/static/redesign/images/header_search.svg);
        background-size: 22px 22px;
        background-repeat: no-repeat;
        background-position: center center; }
    .v2-page-search .search__content.searchpage .search__inner .clear-search-desktop {
      position: absolute;
      bottom: 20px;
      right: 65px; }

.v2-page-search .v2-filter-header {
  border-bottom: solid 1px #e8e8e8; }
  .v2-page-search .v2-filter-header .v2-filter-header-label {
    border-bottom: none;
    margin: 0;
    display: block;
    padding: 20px;
    font-family: 'ITC Avant Garde Gothic W01 Bd', Helvetica, sans-serif;
    font-size: 20px;
    font-weight: bold; }
  .v2-page-search .v2-filter-header .filter__clear {
    color: #222222;
    cursor: pointer;
    padding: 5px 0 0 0;
    width: auto;
    float: right;
    font-size: 14px; }
    @media screen and (min-width: 1024px) {
      .v2-page-search .v2-filter-header .filter__clear {
        display: block !important;
        padding-right: 0; } }

.v2-page-search .search__filter {
  background-color: #ffffff;
  border-left: solid 1px #e8e8e8;
  border-bottom: solid 1px #e8e8e8;
  border-right: solid 1px #e8e8e8;
  padding: 0;
  -webkit-box-shadow: 0px 17px 20px -21px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0px 17px 20px -21px rgba(0, 0, 0, 0.35);
  box-shadow: 0px 17px 20px -21px rgba(0, 0, 0, 0.35); }
  .v2-page-search .search__filter .filter__label {
    border-bottom: none;
    margin: 0;
    padding: 30px 20px 0 20px;
    font-size: 14px; }
    .v2-page-search .search__filter .filter__label.filter-less-padding-top {
      padding-top: 20px; }
    .v2-page-search .search__filter .filter__label.filter-lesser-padding-top {
      padding-top: 10px; }
    .v2-page-search .search__filter .filter__label.filter-no-padding-top {
      padding-top: 0; }
  .v2-page-search .search__filter .filter__row {
    margin: 0 30px; }
    .v2-page-search .search__filter .filter__row .filter__items {
      padding: 20px 0; }
      .v2-page-search .search__filter .filter__row .filter__items.filter-less-padding-bottom {
        padding-bottom: 10px; }
      .v2-page-search .search__filter .filter__row .filter__items.filter-less-padding-top {
        padding-top: 10px; }
  .v2-page-search .search__filter .tab .tab__itemwrap .tab__item {
    border: 1px solid #555555;
    border-radius: 0;
    font-size: 14px;
    font-weight: 800;
    color: #222222;
    padding: 10px 20px; }
    .v2-page-search .search__filter .tab .tab__itemwrap .tab__item.tab__item--spaced {
      margin: 3px; }
      .v2-page-search .search__filter .tab .tab__itemwrap .tab__item.tab__item--spaced.no-hits {
        border: solid 1px #cccccc;
        background-color: #eeeeee;
        font-weight: 300; }
    .v2-page-search .search__filter .tab .tab__itemwrap .tab__item.tab__item--active {
      color: #ffffff; }
  .v2-page-search .search__filter .filter__actions {
    border-top: solid 1px #e8e8e8;
    padding: 20px 40px; }

.v2-page-search .filter-right-label {
  margin-left: 20px;
  margin-top: 12px; }

.v2-page-search .search__sort-bar {
  border-bottom: none;
  margin-top: 80px;
  margin-bottom: 50px;
  font-size: 14px; }
  .v2-page-search .search__sort-bar .tab__label {
    margin-right: 5px; }
  .v2-page-search .search__sort-bar .tab__item {
    padding: 9px 10px; }
  .v2-page-search .search__sort-bar .search__pagehits {
    margin-bottom: 30px; }
    .v2-page-search .search__sort-bar .search__pagehits .search__phrase {
      font-weight: bold;
      font-variant: normal;
      font-style: normal; }
  .v2-page-search .search__sort-bar .pageviews__label {
    font-size: 14px; }
  .v2-page-search .search__sort-bar .sortby__label {
    font-size: 14px; }

.v2-page-search .v2-search-pages {
  padding-top: 20px;
  padding-bottom: 10px; }

.v2-page-search .v2-search-sort {
  padding-top: 20px;
  padding-bottom: 20px; }

.v2-page-search .v2-search-border {
  border-top: solid 1px #cccccc;
  display: block;
  width: 100%; }

.v2-page-search .v2-search-result-item .staff__section-item {
  width: 50%; }

@media screen and (max-width: 767px) {
  .v2-page-search .search__content.searchpage {
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px; }
  .v2-page-search .search__inner .clear-search-desktop {
    right: 60px !important; }
  .v2-page-search .search__filter .filter__row {
    margin: 0; }
    .v2-page-search .search__filter .filter__row .filter__items {
      padding: 0; }
  .v2-page-search .search__filter .filter__bottom-bar {
    padding: 10px; }
    .v2-page-search .search__filter .filter__bottom-bar .filter__toggle {
      padding: 8px 0; }
      .v2-page-search .search__filter .filter__bottom-bar .filter__toggle .filter__show {
        font-weight: bold; }
  .v2-page-search .search__sort-bar {
    margin-top: 50px; }
  .v2-page-search .search__sortby .tab .tab__itemwrap {
    float: left !important;
    padding-top: 5px; }
  .v2-page-search .v2-search-result-item .staff__section-item {
    width: 100%; }
  .v2-page-search .v2-search-result-item img {
    width: 99px;
    padding-bottom: 10px; } }

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .v2-page-search .search__content.searchpage {
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px; }
  .v2-page-search .search__filter .filter__row {
    margin: 0; }
    .v2-page-search .search__filter .filter__row .filter__items {
      padding: 0; }
  .v2-page-search .search__filter .filter__bottom-bar {
    padding: 10px; }
    .v2-page-search .search__filter .filter__bottom-bar .filter__toggle {
      padding: 8px 0; }
      .v2-page-search .search__filter .filter__bottom-bar .filter__toggle .filter__show {
        font-weight: bold;
        float: left;
        margin-left: 10px; }
  .v2-page-search .search__sort-bar {
    margin-top: 50px; }
  .v2-page-search .v2-search-result-item img {
    width: 99px; } }

.v2-page-article .v2-page-article-border {
  border-top: solid 1px #cccccc;
  margin-top: 70px;
  margin-bottom: 47px;
  display: block;
  width: 100%; }

.v2-page-article .v2-page-article-teasers .row {
  width: 100%; }

@media screen and (max-width: 767px) {
  .v2-page-article .v2-page-article-teasers {
    margin-top: 20px; } }

.v2-page-course .v2-page-course-border {
  border-top: solid 1px #cccccc;
  margin-top: 70px;
  margin-bottom: 47px;
  display: block;
  width: 100%; }

.v2-block-emergency {
  margin-top: 30px;
  margin-bottom: 30px;
  border: solid 4px #444444;
  padding: 30px; }
  .v2-block-emergency.v2-theme--white {
    border: solid 4px #ffffff;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 17px 20px -21px rgba(0, 0, 0, 0.55);
    -moz-box-shadow: 0px 17px 20px -21px rgba(0, 0, 0, 0.55);
    box-shadow: 0px 17px 20px -21px rgba(0, 0, 0, 0.55); }
  .v2-block-emergency.v2-theme--green {
    border: solid 4px #6dc71d; }
  .v2-block-emergency a {
    font-weight: bold; }
  @media screen and (max-width: 767px) {
    .v2-block-emergency {
      margin-left: 10px;
      margin-right: 10px;
      padding: 20px;
      margin-top: 20px;
      margin-bottom: 20px; } }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    .v2-block-emergency {
      margin-left: 15px;
      margin-right: 15px; } }

.site-wrapper .v2-block-emergency {
  margin-left: 20px; }

.v2-block-news {
  margin-bottom: 70px;
  display: block;
  overflow: hidden; }
  .v2-block-news .item__topbar {
    margin-bottom: 50px;
    padding-bottom: 10px; }
    .v2-block-news .item__topbar .news__heading {
      margin-top: 8px; }
    .v2-block-news .item__topbar .item__link a {
      font-size: 16px; }
  .v2-block-news a {
    text-decoration: none !important; }
    .v2-block-news a .v2-news-item {
      border-top: solid 4px #6dc71d;
      border-left: solid 1px #e8e8e8;
      border-bottom: solid 1px #e8e8e8;
      border-right: solid 1px #e8e8e8;
      padding: 30px 30px 40px 30px;
      -webkit-box-shadow: 0px 17px 20px -21px rgba(0, 0, 0, 0.35);
      -moz-box-shadow: 0px 17px 20px -21px rgba(0, 0, 0, 0.35);
      box-shadow: 0px 17px 20px -21px rgba(0, 0, 0, 0.35);
      margin-bottom: 20px;
      background-color: #ffffff;
      color: #222222;
      height: calc(100% - 30px);
      transition: background-color .25s ease-in-out,border-color .25s ease-in-out,box-shadow .25s ease-in-out;
      font-size: 16px;
      line-height: 24px; }
      .v2-block-news a .v2-news-item .small-preheading {
        font-size: 14px;
        line-height: 24px;
        display: block;
        margin-bottom: 10px; }
      .v2-block-news a .v2-news-item:hover {
        border-top: solid 4px #444444;
        -webkit-box-shadow: 0px 17px 20px -21px rgba(0, 0, 0, 0.55);
        -moz-box-shadow: 0px 17px 20px -21px rgba(0, 0, 0, 0.55);
        box-shadow: 0px 17px 20px -21px rgba(0, 0, 0, 0.55); }
      .v2-block-news a .v2-news-item span {
        color: #222222; }
  .v2-block-news .v2-news-footer {
    border-top: 1px solid #c8c8c8;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-top: 20px;
    display: block;
    overflow: hidden; }
  .v2-block-news .v2-news-archive-mobile {
    width: 100%;
    margin-bottom: 50px; }
  @media screen and (max-width: 767px) {
    .v2-block-news {
      margin-bottom: 30px; }
      .v2-block-news a .v2-news-item {
        padding: 20px 20px 30px 20px; }
      .v2-block-news .v2-news-footer {
        text-align: center; }
        .v2-block-news .v2-news-footer .news__link.item__link.float-right {
          float: none !important; } }

.main-news-container .main-news-row {
  border-top: solid 4px #6dc71d;
  border-top: solid 4px #6dc71d;
  border-left: solid 1px #e8e8e8;
  border-bottom: solid 1px #e8e8e8;
  border-right: solid 1px #e8e8e8;
  -webkit-box-shadow: 0px 17px 20px -21px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0px 17px 20px -21px rgba(0, 0, 0, 0.35);
  box-shadow: 0px 17px 20px -21px rgba(0, 0, 0, 0.35);
  margin-bottom: 30px;
  background-color: #ffffff;
  color: #222222;
  height: calc(100% - 30px);
  transition: background-color .25s ease-in-out,border-color .25s ease-in-out,box-shadow .25s ease-in-out;
  font-size: 16px;
  line-height: 24px; }

.main-news-container .main-news-body {
  padding: 30px 30px 40px 45px; }
  .main-news-container .main-news-body .small-preheading {
    font-size: 14px;
    line-height: 24px;
    display: block;
    margin-bottom: 10px; }
  @media screen and (max-width: 767px) {
    .main-news-container .main-news-body {
      padding: 30px 30px 40px 30px; } }

.main-news-container a {
  text-decoration: none !important; }
  .main-news-container a:hover > .main-news-row, .main-news-container .header .header__col--right .header__top-links .language__selector a:hover > .main-news-row, .header .header__col--right .header__top-links .language__selector .main-news-container a:hover > .main-news-row, .main-news-container .header .header__col--right .header__top-links ul li a:hover > .main-news-row, .header .header__col--right .header__top-links ul li .main-news-container a:hover > .main-news-row {
    border-top: solid 4px #444444;
    -webkit-box-shadow: 0px 17px 20px -21px rgba(0, 0, 0, 0.55);
    -moz-box-shadow: 0px 17px 20px -21px rgba(0, 0, 0, 0.55);
    box-shadow: 0px 17px 20px -21px rgba(0, 0, 0, 0.55); }

.v2-block-calendar {
  margin-bottom: 70px;
  display: block;
  overflow: hidden; }
  .v2-block-calendar .item__topbar {
    margin-bottom: 50px;
    padding-bottom: 10px; }
    .v2-block-calendar .item__topbar .calendar__heading {
      margin-top: 8px; }
    .v2-block-calendar .item__topbar .item__link a {
      font-size: 16px; }
  .v2-block-calendar a .v2-calendar-item {
    -webkit-box-shadow: 0px 17px 20px -21px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 0px 17px 20px -21px rgba(0, 0, 0, 0.35);
    box-shadow: 0px 17px 20px -21px rgba(0, 0, 0, 0.35);
    margin-bottom: 30px;
    height: 130px;
    color: #222222;
    background-color: #ffffff;
    transition: background-color .25s ease-in-out,border-color .25s ease-in-out,box-shadow .25s ease-in-out; }
    .v2-block-calendar a .v2-calendar-item .v2-calendar-date {
      background-color: #6dc71d;
      width: 80px;
      height: 130px;
      float: left;
      text-align: center;
      transition: background-color .25s ease-in-out; }
      .v2-block-calendar a .v2-calendar-item .v2-calendar-date .v2-calendar-day {
        font-size: 18px;
        line-height: 20px;
        margin: 40px auto 0;
        font-weight: 800;
        color: #222222; }
      .v2-block-calendar a .v2-calendar-item .v2-calendar-date .v2-calendar-month {
        font-size: 14px;
        line-height: 20px;
        margin: 0 auto;
        padding: 0;
        font-weight: 300;
        text-transform: uppercase;
        color: #222222; }
    .v2-block-calendar a .v2-calendar-item .v2-calendar-info {
      border-top: solid 1px #e8e8e8;
      border-right: solid 1px #e8e8e8;
      border-bottom: solid 1px #e8e8e8;
      width: calc(100% - 80px);
      float: right;
      padding: 0 30px;
      height: 130px;
      display: flex;
      align-items: center; }
      .v2-block-calendar a .v2-calendar-item .v2-calendar-info .v2-calendar-info-inner {
        font-size: 16px;
        line-height: 24px; }
    .v2-block-calendar a .v2-calendar-item .small-preheading {
      font-size: 14px;
      line-height: 24px;
      display: block;
      margin-bottom: 2px; }
    .v2-block-calendar a .v2-calendar-item:hover {
      -webkit-box-shadow: 0px 17px 20px -21px rgba(0, 0, 0, 0.55);
      -moz-box-shadow: 0px 17px 20px -21px rgba(0, 0, 0, 0.55);
      box-shadow: 0px 17px 20px -21px rgba(0, 0, 0, 0.55); }
      .v2-block-calendar a .v2-calendar-item:hover .v2-calendar-date {
        background-color: #444444;
        transition: background-color .15s ease-in-out; }
        .v2-block-calendar a .v2-calendar-item:hover .v2-calendar-date .v2-calendar-day {
          color: #ffffff; }
        .v2-block-calendar a .v2-calendar-item:hover .v2-calendar-date .v2-calendar-month {
          color: #ffffff; }
  .v2-block-calendar .v2-calendar-footer {
    border-top: 1px solid #c8c8c8;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-top: 20px;
    display: block;
    overflow: hidden; }
  .v2-block-calendar .v2-calendar-archive-mobile {
    width: 100%;
    margin-bottom: 50px; }
  @media screen and (max-width: 767px) {
    .v2-block-calendar {
      margin-bottom: 30px; }
      .v2-block-calendar a .v2-calendar-item .v2-calendar-date {
        width: 70px; }
      .v2-block-calendar a .v2-calendar-item .v2-calendar-info {
        width: calc(100% - 70px);
        padding: 0 20px;
        font-size: 14px;
        line-height: 20px; }
      .v2-block-calendar a .v2-calendar-item .small-preheading {
        font-size: 12px;
        line-height: 20px; }
      .v2-block-calendar .v2-calendar-footer {
        text-align: center; }
        .v2-block-calendar .v2-calendar-footer .calendar__link.item__link.float-right {
          float: none !important; } }
  @media screen and (min-width: 1024px) and (max-width: 1199px) {
    .v2-block-calendar a .v2-calendar-item {
      height: 160px; }
      .v2-block-calendar a .v2-calendar-item .v2-calendar-date {
        height: 160px; }
      .v2-block-calendar a .v2-calendar-item .v2-calendar-info {
        height: 160px; } }

.v2-block-teaser {
  margin-bottom: 30px; }
  .v2-block-teaser .v2-block-teaser-wrapper {
    background-color: #ffffff;
    display: block;
    text-decoration: none !important;
    border-top: solid 2px #444444;
    border-bottom: solid 1px #e8e8e8;
    border-left: solid 1px #e8e8e8;
    border-right: solid 1px #e8e8e8;
    -webkit-box-shadow: 0px 17px 20px -21px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 0px 17px 20px -21px rgba(0, 0, 0, 0.35);
    box-shadow: 0px 17px 20px -21px rgba(0, 0, 0, 0.35);
    padding: 18px 20px 20px 20px;
    transition: box-shadow .25s ease-in-out; }
    .v2-block-teaser .v2-block-teaser-wrapper.v2-box-toggle-action:hover {
      cursor: pointer; }
    .v2-block-teaser .v2-block-teaser-wrapper.v2-box-toggle-action:focus {
      /*outline-style: none !important;*/
      /*outline-color: transparent !important;*/ }
    .v2-block-teaser .v2-block-teaser-wrapper.v2-box-toggle-action:active {
      outline-style: none !important;
      outline-color: transparent !important; }
    .v2-block-teaser .v2-block-teaser-wrapper .v2-block-teaser-header {
      font-size: 20px;
      line-height: 28px;
      color: #222222;
      font-weight: bold;
      font-family: 'ITC Avant Garde Gothic W01 Bd', Helvetica, sans-serif;
      padding-bottom: 18px;
      position: relative;
      padding-right: 18px; }
      .v2-block-teaser .v2-block-teaser-wrapper .v2-block-teaser-header h4 {
        font-size: 20px;
        line-height: 28px;
        color: #222222;
        font-weight: bold;
        margin-bottom: 0; }
      .v2-block-teaser .v2-block-teaser-wrapper .v2-block-teaser-header .v2-box-toggle {
        cursor: pointer;
        opacity: 1;
        width: 30px;
        height: 30px;
        float: right;
        position: absolute;
        right: 0;
        top: 0;
        transition: background-image .25s ease-in-out,opacity .25s ease-in-out;
        background-image: url(/Static/redesign/images/arrow-tiny-dark-down.svg);
        background-position: center right;
        background-repeat: no-repeat;
        background-size: 16px 16px; }
        .v2-block-teaser .v2-block-teaser-wrapper .v2-block-teaser-header .v2-box-toggle:hover {
          transition: background-image .25s ease-in-out,opacity .25s ease-in-out;
          opacity: 0.5; }
        .v2-block-teaser .v2-block-teaser-wrapper .v2-block-teaser-header .v2-box-toggle.open {
          background-image: url(/Static/redesign/images/arrow-tiny-dark-up.svg);
          background-position: center right;
          background-repeat: no-repeat;
          background-size: 16px 16px; }
      .v2-block-teaser .v2-block-teaser-wrapper .v2-block-teaser-header + .v2-block-teaser-body {
        border-top: solid 1px #e8e8e8;
        padding-top: 20px; }
    .v2-block-teaser .v2-block-teaser-wrapper .v2-block-teaser-image {
      padding-top: 20px; }
      .v2-block-teaser .v2-block-teaser-wrapper .v2-block-teaser-image img {
        max-width: 100%;
        width: 100%;
        display: block; }
    .v2-block-teaser .v2-block-teaser-wrapper .v2-block-teaser-body {
      max-width: 100%;
      width: 100%;
      display: block;
      font-size: 16px;
      line-height: 24px; }
      .v2-block-teaser .v2-block-teaser-wrapper .v2-block-teaser-body .teaser-header {
        font-family: 'Open Sans', sans-serif;
        font-size: 18px;
        line-height: 28px;
        font-weight: bold; }
      .v2-block-teaser .v2-block-teaser-wrapper .v2-block-teaser-body .puff__text.item__text, .v2-block-teaser .v2-block-teaser-wrapper .v2-block-teaser-body .staff__item .item__sections .item__text.item__contact-description, .staff__item .item__sections .v2-block-teaser .v2-block-teaser-wrapper .v2-block-teaser-body .item__text.item__contact-description {
        padding: 10px 15px; }
      .v2-block-teaser .v2-block-teaser-wrapper .v2-block-teaser-body .item__inner.extrainfo {
        padding: 0; }
      .v2-block-teaser .v2-block-teaser-wrapper .v2-block-teaser-body h6 {
        font-size: 20px;
        line-height: 28px;
        color: #222222;
        font-weight: bold; }
      .v2-block-teaser .v2-block-teaser-wrapper .v2-block-teaser-body .v2-link-list {
        margin-left: 0;
        margin-bottom: 0;
        list-style-position: outside;
        list-style-type: none; }
        .v2-block-teaser .v2-block-teaser-wrapper .v2-block-teaser-body .v2-link-list li {
          margin-bottom: 10px; }
          .v2-block-teaser .v2-block-teaser-wrapper .v2-block-teaser-body .v2-link-list li a {
            display: block;
            font-weight: bold;
            text-decoration: underline;
            transition: color .25s ease-in-out; }
            .v2-block-teaser .v2-block-teaser-wrapper .v2-block-teaser-body .v2-link-list li a:focus, .v2-block-teaser .v2-block-teaser-wrapper .v2-block-teaser-body .v2-link-list li a:active, .v2-block-teaser .v2-block-teaser-wrapper .v2-block-teaser-body .v2-link-list li a:visited {
              color: #222222;
              text-decoration: underline;
              transition: color .25s ease-in-out; }
            .v2-block-teaser .v2-block-teaser-wrapper .v2-block-teaser-body .v2-link-list li a:hover, .v2-block-teaser .v2-block-teaser-wrapper .v2-block-teaser-body .v2-link-list li .v2-header .header .header__col--right .header__top-links .language__selector a:hover, .v2-header .header .header__col--right .header__top-links .language__selector .v2-block-teaser .v2-block-teaser-wrapper .v2-block-teaser-body .v2-link-list li a:hover, .v2-block-teaser .v2-block-teaser-wrapper .v2-block-teaser-body .v2-link-list .v2-header .header .header__col--right .header__top-links ul li a:hover, .v2-header .header .header__col--right .header__top-links ul .v2-block-teaser .v2-block-teaser-wrapper .v2-block-teaser-body .v2-link-list li a:hover {
              color: #8c8c8c; }
          .v2-block-teaser .v2-block-teaser-wrapper .v2-block-teaser-body .v2-link-list li:last-child {
            margin-bottom: 0; }
      .v2-block-teaser .v2-block-teaser-wrapper .v2-block-teaser-body p + .v2-link-list {
        margin-top: 15px; }
      .v2-block-teaser .v2-block-teaser-wrapper .v2-block-teaser-body a.contact__link {
        display: block;
        font-weight: bold;
        font-size: 20px;
        text-decoration: underline;
        transition: color .25s ease-in-out; }
        .v2-block-teaser .v2-block-teaser-wrapper .v2-block-teaser-body a.contact__link:hover, .v2-block-teaser .v2-block-teaser-wrapper .v2-block-teaser-body .v2-header .header .header__col--right .header__top-links .language__selector a.contact__link:hover, .v2-header .header .header__col--right .header__top-links .language__selector .v2-block-teaser .v2-block-teaser-wrapper .v2-block-teaser-body a.contact__link:hover, .v2-block-teaser .v2-block-teaser-wrapper .v2-block-teaser-body .v2-header .header .header__col--right .header__top-links ul li a.contact__link:hover, .v2-header .header .header__col--right .header__top-links ul li .v2-block-teaser .v2-block-teaser-wrapper .v2-block-teaser-body a.contact__link:hover {
          color: #8c8c8c;
          text-decoration: underline;
          transition: color .25s ease-in-out; }
      .v2-block-teaser .v2-block-teaser-wrapper .v2-block-teaser-body a.application__link:hover, .v2-block-teaser .v2-block-teaser-wrapper .v2-block-teaser-body .v2-header .header .header__col--right .header__top-links .language__selector a.application__link:hover, .v2-header .header .header__col--right .header__top-links .language__selector .v2-block-teaser .v2-block-teaser-wrapper .v2-block-teaser-body a.application__link:hover, .v2-block-teaser .v2-block-teaser-wrapper .v2-block-teaser-body .v2-header .header .header__col--right .header__top-links ul li a.application__link:hover, .v2-header .header .header__col--right .header__top-links ul li .v2-block-teaser .v2-block-teaser-wrapper .v2-block-teaser-body a.application__link:hover {
        color: #8c8c8c;
        text-decoration: underline;
        transition: color .25s ease-in-out; }
    .v2-block-teaser .v2-block-teaser-wrapper .v2-block-teaser-footer {
      padding-top: 20px; }
      .v2-block-teaser .v2-block-teaser-wrapper .v2-block-teaser-footer a {
        font-size: 16px;
        line-height: 24px;
        font-weight: bold; }
    .v2-block-teaser .v2-block-teaser-wrapper:hover {
      -webkit-box-shadow: 0px 17px 20px -21px rgba(0, 0, 0, 0.75);
      -moz-box-shadow: 0px 17px 20px -21px rgba(0, 0, 0, 0.75);
      box-shadow: 0px 17px 20px -21px rgba(0, 0, 0, 0.75);
      transition: box-shadow .25s ease-in-out; }
    .v2-block-teaser .v2-block-teaser-wrapper:focus {
      -webkit-box-shadow: 0px 17px 20px -21px rgba(0, 0, 0, 0.75);
      -moz-box-shadow: 0px 17px 20px -21px rgba(0, 0, 0, 0.75);
      box-shadow: 0px 17px 20px -21px rgba(0, 0, 0, 0.75);
      transition: box-shadow .25s ease-in-out;
      outline: 1px solid black; }
    .v2-block-teaser .v2-block-teaser-wrapper.closed .v2-block-teaser-header {
      padding-bottom: 0;
      padding-right: 18px; }
    .v2-block-teaser .v2-block-teaser-wrapper.closed .v2-block-teaser-footer {
      display: none; }
    .v2-block-teaser .v2-block-teaser-wrapper.closed .v2-block-teaser-image {
      display: none; }
    .v2-block-teaser .v2-block-teaser-wrapper.closed .v2-block-teaser-body {
      display: none; }
  @media screen and (max-width: 767px) {
    .v2-block-teaser .v2-block-teaser-wrapper .v2-block-teaser-body {
      font-size: 16px;
      line-height: 21px; }
      .v2-block-teaser .v2-block-teaser-wrapper .v2-block-teaser-body .teaser-header {
        font-size: 16px;
        line-height: 24px; }
      .v2-block-teaser .v2-block-teaser-wrapper .v2-block-teaser-body .education__info {
        padding: 0 10px; } }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    .v2-block-teaser .v2-block-teaser-wrapper .v2-block-teaser-header {
      font-size: 16px;
      line-height: 22px;
      padding-bottom: 18px;
      word-break: break-word; }
    .v2-block-teaser .v2-block-teaser-wrapper .v2-block-teaser-body {
      font-size: 14px;
      line-height: 21px; }
      .v2-block-teaser .v2-block-teaser-wrapper .v2-block-teaser-body .teaser-header {
        font-size: 16px;
        line-height: 24px; }
      .v2-block-teaser .v2-block-teaser-wrapper .v2-block-teaser-body .education__info {
        padding: 0 10px; } }

.v2-block-teaser2 {
  margin-bottom: 30px; }
  .v2-block-teaser2 a {
    font-weight: normal !important;
    text-decoration: none !important; }
  .v2-block-teaser2 .v2-block-teaser-wrapper-link {
    text-decoration: none; }
  .v2-block-teaser2 .v2-block-teaser-wrapper {
    background-color: #ffffff;
    display: block;
    text-decoration: none !important;
    -webkit-box-shadow: 0px 17px 20px -21px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 0px 17px 20px -21px rgba(0, 0, 0, 0.35);
    box-shadow: 0px 17px 20px -21px rgba(0, 0, 0, 0.35);
    padding: 0;
    border: solid 1px #e8e8e8;
    border-bottom: solid 4px #6dc71d;
    transition: box-shadow .25s ease-in-out,border-color .25s ease-in-out; }
    .v2-block-teaser2 .v2-block-teaser-wrapper .v2-block-teaser-image img {
      max-width: 100%;
      width: 100%;
      display: block; }
    .v2-block-teaser2 .v2-block-teaser-wrapper .v2-block-teaser-body {
      padding: 30px 30px 50px 30px;
      max-width: 100%;
      width: 100%;
      display: block;
      font-size: 16px;
      line-height: 24px; }
      .v2-block-teaser2 .v2-block-teaser-wrapper .v2-block-teaser-body .v2-block-teaser-link {
        display: inline;
        font-weight: bold;
        /*font-size: 16px;*/
        line-height: 24px;
        margin-top: 10px;
        text-decoration: underline;
        transition: color .25s ease-in-out; }
    .v2-block-teaser2 .v2-block-teaser-wrapper:hover:not(.no-hover) {
      border-bottom: solid 4px #444444;
      -webkit-box-shadow: 0px 17px 20px -21px rgba(0, 0, 0, 0.55);
      -moz-box-shadow: 0px 17px 20px -21px rgba(0, 0, 0, 0.55);
      box-shadow: 0px 17px 20px -21px rgba(0, 0, 0, 0.55);
      transition: box-shadow .25s ease-in-out,border-color .25s ease-in-out; }
      .v2-block-teaser2 .v2-block-teaser-wrapper:hover:not(.no-hover) .v2-block-teaser-body .v2-block-teaser-link {
        color: #8c8c8c;
        text-decoration: underline;
        transition: color .25s ease-in-out; }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    .v2-block-teaser2 .v2-block-teaser-wrapper .v2-block-teaser-body {
      font-size: 14px;
      line-height: 21px;
      padding: 15px 15px 25px 15px; }
      .v2-block-teaser2 .v2-block-teaser-wrapper .v2-block-teaser-body .teaser-header {
        font-size: 16px;
        line-height: 24px; }
      .v2-block-teaser2 .v2-block-teaser-wrapper .v2-block-teaser-body .education__info {
        padding: 0 10px; } }

.v2-block-overlay-teaser a {
  background-color: #ffffff;
  display: block;
  text-decoration: none !important;
  border-bottom: solid 4px #6dc71d;
  border-left: solid 1px #e8e8e8;
  border-right: solid 1px #e8e8e8;
  -webkit-box-shadow: 0px 17px 20px -21px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0px 17px 20px -21px rgba(0, 0, 0, 0.35);
  box-shadow: 0px 17px 20px -21px rgba(0, 0, 0, 0.35);
  height: calc(100% - 30px);
  margin-bottom: 30px;
  color: #222222;
  transition: background-color .25s ease-in-out,border-color .25s ease-in-out;
  font-size: 16px;
  line-height: 24px; }
  .v2-block-overlay-teaser a img {
    margin-left: -1px;
    margin-right: -1px;
    width: calc(100% + 2px);
    max-width: calc(100% + 2px); }
  .v2-block-overlay-teaser a .v2-block-overlay-teaser-body {
    padding: 30px 50px 36px 50px; }
  .v2-block-overlay-teaser a:hover, .v2-block-overlay-teaser .header .header__col--right .header__top-links .language__selector a:hover, .header .header__col--right .header__top-links .language__selector .v2-block-overlay-teaser a:hover, .v2-block-overlay-teaser .header .header__col--right .header__top-links ul li a:hover, .header .header__col--right .header__top-links ul li .v2-block-overlay-teaser a:hover, .v2-block-overlay-teaser a:focus {
    -webkit-box-shadow: 0px 17px 20px -21px rgba(0, 0, 0, 0.55);
    -moz-box-shadow: 0px 17px 20px -21px rgba(0, 0, 0, 0.55);
    box-shadow: 0px 17px 20px -21px rgba(0, 0, 0, 0.55);
    background-color: #6dc71d;
    border-left: solid 1px #6dc71d;
    border-right: solid 1px #6dc71d; }
  .v2-block-overlay-teaser a.image__ie-fallback {
    background-image: none !important; }
    .v2-block-overlay-teaser a.image__ie-fallback.image__fallback-item.compat-object-fit .image__fallback-image {
      opacity: 1; }

@media screen and (max-width: 767px) {
  .v2-block-overlay-teaser a {
    height: calc(100% - 30px);
    margin-bottom: 30px; }
    .v2-block-overlay-teaser a .v2-block-overlay-teaser-body {
      padding: 20px 20px 16px 20px; } }

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .v2-block-overlay-teaser a .v2-block-overlay-teaser-body {
    padding: 30px 30px 46px 30px; } }

.v2-block-imageslider {
  width: 100%;
  margin: 0; }
  .v2-block-imageslider .slideshow-wrap {
    height: 600px;
    margin-top: 0; }
  .v2-block-imageslider .dots__wrapper {
    text-align: center;
    height: 25px;
    z-index: 1805;
    bottom: 60px;
    position: relative; }
    .v2-block-imageslider .dots__wrapper .dots {
      z-index: 1810;
      display: inline-block; }
      .v2-block-imageslider .dots__wrapper .dots .dot-item {
        background: #ffffff;
        width: 14px;
        height: 14px;
        border-radius: 50%;
        margin: 7px;
        border: 2px solid #ffffff; }
        @media screen and (min-width: 768px) {
          .v2-block-imageslider .dots__wrapper .dots .dot-item {
            /*position: relative;
                    top: -5px;*/ } }
        .v2-block-imageslider .dots__wrapper .dots .dot-item.active {
          background: #444444;
          border: 2px solid #444444; }
        .v2-block-imageslider .dots__wrapper .dots .dot-item:focus {
          background: #444444 !important;
          border: 2px solid #444444 !important; }
          .v2-block-imageslider .dots__wrapper .dots .dot-item:focus.active {
            background: #444444 !important;
            border: 2px solid #444444 !important; }
  @media screen and (max-width: 767px) {
    .v2-block-imageslider .dots__wrapper {
      display: none; }
    .v2-block-imageslider .hide-text-box {
      height: 300px !important; } }
  .v2-block-imageslider .slideshow {
    height: 600px; }
    .v2-block-imageslider .slideshow .slides .slide.slideshow__item, .v2-block-imageslider .slideshow .slides .slideshow-wrap .slideshow__item.slideshow, .slideshow-wrap .v2-block-imageslider .slideshow .slides .slideshow__item.slideshow, .v2-block-imageslider .slideshow-wrap .slideshow .slides .slides, .slideshow-wrap .v2-block-imageslider .slideshow .slides .slides {
      height: 600px; }
    .v2-block-imageslider .slideshow .slideshow__item .item__box {
      display: block;
      position: absolute;
      z-index: 1800;
      top: auto;
      bottom: 0;
      right: initial;
      left: 0;
      background-color: #ffffff;
      height: 350px;
      width: 470px;
      text-align: left;
      padding: 50px;
      margin-bottom: 35px; }
      @media screen and (min-width: 1600px) {
        .v2-block-imageslider .slideshow .slideshow__item .item__box {
          left: 35px; } }
      .v2-block-imageslider .slideshow .slideshow__item .item__box .item__text {
        position: absolute;
        bottom: 50px;
        left: 50px;
        right: 50px; }
        .v2-block-imageslider .slideshow .slideshow__item .item__box .item__text span {
          font-weight: bold;
          font-family: 'ITC Avant Garde Gothic W01 Bd', Helvetica, sans-serif;
          font-size: 30px;
          line-height: 40px;
          color: #222222;
          display: inline-block;
          margin-bottom: 30px; }
        .v2-block-imageslider .slideshow .slideshow__item .item__box .item__text a {
          float: left; }
          .v2-block-imageslider .slideshow .slideshow__item .item__box .item__text a span.no-style {
            font-size: 16px;
            font-family: 'ITC Avant Garde Gothic W01 Bd', Helvetica, sans-serif;
            line-height: 1.5;
            margin-bottom: 0; }
            .v2-block-imageslider .slideshow .slideshow__item .item__box .item__text a span.no-style:hover {
              color: #ffffff !important; }
    .v2-block-imageslider .slideshow img {
      height: 600px; }
  @media screen and (max-width: 767px) {
    .v2-block-imageslider .slideshow {
      height: 300px; }
      .v2-block-imageslider .slideshow .slideshow__item {
        height: 300px !important; }
        .v2-block-imageslider .slideshow .slideshow__item .item__box {
          position: relative;
          height: 300px;
          width: 100%;
          max-width: 100%;
          text-align: center;
          text-align: left;
          padding: 50px 30px;
          -webkit-box-shadow: none;
          -moz-box-shadow: none;
          box-shadow: none;
          margin-bottom: 0; }
          .v2-block-imageslider .slideshow .slideshow__item .item__box .item__text {
            position: absolute;
            bottom: 30px;
            left: 30px;
            right: 30px;
            text-align: center;
            margin-bottom: 0; }
            .v2-block-imageslider .slideshow .slideshow__item .item__box .item__text span {
              font-size: 25px; }
            .v2-block-imageslider .slideshow .slideshow__item .item__box .item__text .span-above-btn {
              margin-bottom: 10px; }
            .v2-block-imageslider .slideshow .slideshow__item .item__box .item__text a {
              float: none !important;
              text-align: center;
              margin: 0 auto; }
        .v2-block-imageslider .slideshow .slideshow__item img {
          max-width: 100%;
          height: 300px; }
      .v2-block-imageslider .slideshow .dots__wrapper {
        bottom: 70px; } }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    .v2-block-imageslider .slideshow__item .item__box {
      display: block;
      position: absolute;
      z-index: 1800;
      top: auto;
      bottom: 30px;
      right: initial;
      left: 0;
      background-color: #ffffff;
      height: 350px;
      width: 470px;
      text-align: left;
      padding: 50px;
      -webkit-box-shadow: 0px 17px 20px -21px rgba(0, 0, 0, 0.55);
      -moz-box-shadow: 0px 17px 20px -21px rgba(0, 0, 0, 0.55);
      box-shadow: 0px 17px 20px -21px rgba(0, 0, 0, 0.55); }
      .v2-block-imageslider .slideshow__item .item__box .item__text {
        position: absolute;
        bottom: 50px;
        left: 50px;
        right: 50px; }
        .v2-block-imageslider .slideshow__item .item__box .item__text span {
          font-weight: bold;
          font-family: 'ITC Avant Garde Gothic W01 Bd', Helvetica, sans-serif;
          font-size: 30px;
          line-height: 40px;
          color: #222222;
          display: inline-block;
          margin-bottom: 30px; }
        .v2-block-imageslider .slideshow__item .item__box .item__text a {
          float: left; }
          .v2-block-imageslider .slideshow__item .item__box .item__text a span.no-style {
            font-size: 16px;
            font-family: 'ITC Avant Garde Gothic W01 Bd', Helvetica, sans-serif;
            line-height: 1.5;
            margin-bottom: 0; }
            .v2-block-imageslider .slideshow__item .item__box .item__text a span.no-style:hover {
              color: #ffffff !important; } }

.v2-block-textlink {
  margin: 0 auto 70px;
  text-align: center; }
  .v2-block-textlink .v2-block-textlink-intro {
    font-size: 22px;
    line-height: 36px;
    margin-bottom: 30px; }
  @media screen and (max-width: 767px) {
    .v2-block-textlink .v2-block-textlink-intro {
      font-size: 18px;
      line-height: 30px;
      margin-bottom: 30px; } }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    .v2-block-textlink .v2-block-textlink-intro {
      font-size: 20px;
      line-height: 34px;
      margin-bottom: 30px; } }

.v2-block-basictext {
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 30px; }
  .v2-block-basictext.preamble {
    margin-bottom: 50px;
    line-height: 36px;
    font-size: 22px; }
    .v2-block-basictext.preamble span,
    .v2-block-basictext.preamble p {
      line-height: 36px;
      font-size: 22px; }
  .v2-block-basictext h2, .v2-block-basictext h3, .v2-block-basictext h4 {
    margin-bottom: 0.2em;
    margin-top: 1.4em; }
  .v2-block-basictext .puff__heading {
    margin-top: 0;
    margin-bottom: 0; }
  .v2-block-basictext p {
    font-size: 18px;
    line-height: 32px;
    margin-bottom: 30px; }
    .v2-block-basictext p + ul,
    .v2-block-basictext p + ol {
      margin-top: -12px; }
  .v2-block-basictext ul li, .v2-block-basictext ol li {
    font-size: 18px;
    line-height: 32px; }
  .v2-block-basictext a {
    font-weight: bold;
    text-decoration: underline;
    transition: color .25s ease-in-out; }
    .v2-block-basictext a:hover, .v2-block-basictext .header .header__col--right .header__top-links .language__selector a:hover, .header .header__col--right .header__top-links .language__selector .v2-block-basictext a:hover, .v2-block-basictext .header .header__col--right .header__top-links ul li a:hover, .header .header__col--right .header__top-links ul li .v2-block-basictext a:hover {
      color: #8c8c8c;
      text-decoration: underline;
      transition: color .25s ease-in-out; }
  @media screen and (max-width: 767px) {
    .v2-block-basictext {
      margin-left: 10px;
      margin-right: 10px; } }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    .v2-block-basictext {
      margin-left: 15px;
      margin-right: 15px; } }

.v2-top-banner {
  height: 300px;
  min-height: 300px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover; }
  @media screen and (max-width: 767px) {
    .v2-top-banner {
      height: 160px;
      min-height: 160px; } }

.EPiServerForms {
  /*@extend .small-24;
    @extend .column;*/
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 30px;
  max-width: 720px; }
  .EPiServerForms .FormImageSubmitButton {
    width: 100%;
    height: 100%;
    padding: 0;
    border: 0;
    background: none;
    box-shadow: none; }
  .EPiServerForms .Form__Status .Form__Status__Message {
    background-color: #ebebeb !important;
    display: block;
    padding: 1rem;
    margin: 1rem 0; }
  .EPiServerForms .Form__Status .Form__Success__Message {
    background-color: #ebebeb !important;
    color: #ffffff; }
  .EPiServerForms .Form__Status .Form__Warning__Message {
    background-color: #ff3333;
    color: #ffffff; }
  .EPiServerForms .Form__Status .Form__Readonly__Message {
    display: block;
    padding: 1rem;
    margin: 1rem 0;
    background-color: #c8c8c8;
    color: #000000; }
  .EPiServerForms .Form__NavigationBar .Form__NavigationBar__Action {
    display: inline-block;
    padding: inherit;
    vertical-align: middle;
    text-align: center;
    font-size: inherit;
    height: 2em;
    width: 10em;
    max-width: 10rem;
    color: #ffffff;
    background-color: #222222;
    border: none; }
  .EPiServerForms .Form__NavigationBar .Form__NavigationBar__Action:disabled {
    color: #c8c8c8; }
  .EPiServerForms .Form__NavigationBar .Form__NavigationBar__ProgressBar {
    display: inline-block;
    border: 1px solid #c4e0bf;
    vertical-align: middle;
    width: 40%; }
    .EPiServerForms .Form__NavigationBar .Form__NavigationBar__ProgressBar .Form__NavigationBar__ProgressBar--Progress {
      background-color: #c4e0bf;
      width: 0%;
      height: 1rem; }
    .EPiServerForms .Form__NavigationBar .Form__NavigationBar__ProgressBar .Form__NavigationBar__ProgressBar--Text {
      display: none; }
  .EPiServerForms .FormStep .FormStep__Description {
    margin-bottom: 1rem; }
  .EPiServerForms .Form__Element.ValidationRequired {
    position: relative; }
    .EPiServerForms .Form__Element.ValidationRequired label:after {
      content: ' *';
      color: #222222; }
  .EPiServerForms .Form__Element .Form__Element__Caption {
    display: block;
    vertical-align: top;
    font-weight: 300;
    font-size: 14px; }
  .EPiServerForms .Form__Element .Form__Element__ValidationError {
    color: #ff3333;
    display: block;
    word-wrap: break-word; }
  .EPiServerForms .Form__Element .FormTextbox__Input {
    /*  background-color: $color-white;
            border: 1px solid $color-greyscale-medium;
            display: block;
            width: 100%;
            color: $color-black;*/
    border: solid 1px #cccccc;
    font-size: 16px;
    height: 60px;
    font-size: 18px;
    font-weight: 800;
    color: #222222;
    padding: 17px 30px 17px 30px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    transition: none; }
    .EPiServerForms .Form__Element .FormTextbox__Input:focus {
      border: solid 1px #333333;
      background-color: #fefefe;
      outline: none;
      -webkit-box-shadow: 0px 17px 20px -21px rgba(0, 0, 0, 0.55);
      -moz-box-shadow: 0px 17px 20px -21px rgba(0, 0, 0, 0.55);
      box-shadow: 0px 17px 20px -21px rgba(0, 0, 0, 0.55);
      transition: box-shadow 0.25s, border-color 0.25s ease-in-out; }
    .EPiServerForms .Form__Element .FormTextbox__Input:-ms-input-placeholder {
      font-weight: 300;
      color: #222222 !important; }
    .EPiServerForms .Form__Element .FormTextbox__Input::-ms-input-placeholder {
      font-weight: 300;
      color: #222222 !important; }
    .EPiServerForms .Form__Element .FormTextbox__Input::placeholder {
      font-weight: 300;
      color: #222222 !important; }
  .EPiServerForms .Form__Element textarea.FormTextbox__Input {
    min-height: 200px;
    height: auto; }
  .EPiServerForms .Form__Element .FormChoice label {
    font-weight: normal;
    display: block; }
  .EPiServerForms .Form__Element .FormSubmitButton {
    display: inline-block;
    font-weight: bold;
    text-align: center;
    color: #222222;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 4px solid transparent;
    padding: 14px 50px 16px 50px;
    font-size: 16px;
    font-family: 'ITC Avant Garde Gothic W01 Bd', Helvetica, sans-serif;
    line-height: 1.5;
    border-radius: 0;
    text-decoration: none;
    transition: background-color .25s ease-in-out,border-color .25s ease-in-out,box-shadow .25s ease-in-out;
    border: 4px solid #6dc71d;
    background-color: #6dc71d;
    color: #222222;
    -webkit-box-shadow: 0px 9px 20px -13px transparent;
    -moz-box-shadow: 0px 9px 20px -13px transparent;
    box-shadow: 0px 9px 20px -13px transparent; }
    .EPiServerForms .Form__Element .FormSubmitButton:hover {
      border: 4px solid #444444;
      background-color: #444444;
      color: #ffffff !important;
      -webkit-box-shadow: 0px 9px 20px -13px rgba(0, 0, 0, 0.55);
      -moz-box-shadow: 0px 9px 20px -13px rgba(0, 0, 0, 0.55);
      box-shadow: 0px 9px 20px -13px rgba(0, 0, 0, 0.55); }
      .EPiServerForms .Form__Element .FormSubmitButton:hover span {
        color: #ffffff !important; }
  .EPiServerForms .Form__Element .FormResetButton {
    border: none;
    color: #ffffff;
    background-color: #222222;
    padding: 5px 30px; }
  .EPiServerForms .hide {
    display: none; }
  .EPiServerForms .FormCaptcha .FormCaptcha__Image {
    max-width: 350px; }
  .EPiServerForms .FormCaptcha .FormTextbox__Input {
    width: 100%; }
  .EPiServerForms .FormCaptcha .FormCaptcha__Refresh {
    font-size: 1em;
    width: auto;
    height: auto; }
  .EPiServerForms .FormChoice--Image .hidden {
    visibility: hidden; }
  .EPiServerForms .FormChoice--Image .FormChoice--Image__Item {
    display: inline-block;
    max-width: 40%;
    text-align: center;
    margin: 0.5rem; }
  .EPiServerForms .FormChoice--Image .FormChoice__Input:checked ~ img {
    border: 1px solid #222222; }
  .EPiServerForms .FormRange .FormRange__Input {
    max-width: 100%;
    display: block; }
  .EPiServerForms .EditView__InvisibleElement.FormStep {
    display: block;
    border-radius: 0;
    border-color: #c8c8c8;
    background-color: #c8c8c8;
    color: #000000;
    padding: 0.2rem;
    font-family: "Open Sans", sans-serif, Helvetica, sans-serif;
    box-shadow: 3px 3px 5px #c8c8c8; }
    .EPiServerForms .EditView__InvisibleElement.FormStep .FormStep__Warning {
      color: #ff3333;
      background-color: #ffffff;
      display: block;
      word-wrap: break-word; }
  .EPiServerForms .EditView__InvisibleElement.FormHidden {
    display: inline-block;
    border-radius: 0;
    border: 1.5px outset #c8c8c8;
    padding: 0.2rem 1rem;
    min-width: 18rem; }
  .EPiServerForms .Warning {
    color: #000000;
    background-color: #ff3333;
    display: block;
    word-wrap: break-word; }
  .EPiServerForms .Form__Warning {
    color: #000000;
    background-color: #ff3333;
    display: block;
    word-wrap: break-word; }

@media print {
  @page {
    margin: 1.5cm; }
  html, body {
    height: auto;
    overflow: visible; }
  body {
    font-family: "Open Sans", sans-serif, Helvetica, sans-serif !important; }
  a:after {
    content: none !important; }
  a[href^="http://"]:not([href*="hkr.se"]):after,
  a[href^="https://"]:not([href*="hkr.se"]):after {
    font-family: "Open Sans", sans-serif, Helvetica, sans-serif !important; }
  div, p, span, section, aside, img {
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
    overflow-x: visible !important;
    overflow-y: visible;
    overflow: visible;
    page-break-before: auto; }
  p {
    margin-bottom: 10px; }
  .row,
  .content-wrap {
    max-width: none;
    margin: 0;
    display: block; }
    .row .row,
    .content-wrap .row {
      margin: 0; }
  .logo--print {
    margin-bottom: 15px;
    background: url(/Static/gfx/hkr-logo-print.png);
    /*img {
            opacity: 1 !important;
            height: 2cm;
        }*/ }
    .logo--print:before {
      height: 150px;
      content: url(/Static/gfx/hkr-logo-print.png); }
  .column, .columns {
    padding: 0 !important;
    max-width: none !important;
    -ms-flex: 100% 0 0 !important;
    -webkit-flex: 100% 0 0 !important;
    flex: 100% 0 0 !important; }
  .print--main,
  .sharearea {
    -webkit-print-color-adjust: exact;
    float: none !important;
    margin: 0 !important;
    padding: 0 !important;
    width: 100%; }
    .print--main .content,
    .print--main > div,
    .sharearea .content,
    .sharearea > div {
      padding-right: 10px; }
  .puff .puff__heading,
  .puff .puff__text,
  .puff .staff__item .item__sections .item__contact-description, .staff__item .item__sections
  .puff .item__contact-description {
    padding: 15px 0 !important; }
  .print--side {
    -webkit-print-color-adjust: exact;
    float: none !important;
    margin: 0 !important;
    padding: 0 !important; }
    .print--side .content--side {
      padding-left: 10px; }
      .print--side .content--side .puff__heading,
      .print--side .content--side .puff__text,
      .print--side .content--side .staff__item .item__sections .item__contact-description, .staff__item .item__sections
      .print--side .content--side .item__contact-description {
        padding: 0 !important; }
  #epi-quickNavigator,
  .leftmenu,
  .social-media,
  core-wrapper-top-bar,
  #cookies,
  .breadcrumbs,
  footer {
    display: none !important; } }

