/* _variables.scss */
.linkWithoutUnderline, .header_container .logo, .header_container .search-and-menu .icon-menu, .header_container .search-and-menu .search-bar-close:hover, .header_container .search-bar .search-icon-toggle, .off-canvas-overlay .off-canvas-overlay-close, .menu-overlay .menu-overlay-close, .img-overlay .img-overlay-close:hover, .icon-linkedin, .icon-fb, .icon-yt, .isFrontend .bw-main-content a.no-hover {
  border-bottom: none;
}

.linkWithoutUnderline:hover, .header_container .logo:hover, .header_container .search-and-menu .icon-menu:hover, .header_container .search-and-menu .search-bar-close:hover, .header_container .search-bar .search-icon-toggle:hover, .off-canvas-overlay .off-canvas-overlay-close:hover, .menu-overlay .menu-overlay-close:hover, .img-overlay .img-overlay-close:hover, .icon-linkedin:hover, .icon-fb:hover, .icon-yt:hover, .isFrontend .bw-main-content a.no-hover:hover {
  border-bottom: none;
}

.notransition {
  transition: none !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

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

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

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

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

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

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

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

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

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

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

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

/**
   * 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: "Gotham Narrow SSm A", "Gotham Narrow SSm B", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #111111;
  background: #f6f6f6;
  -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;
}

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

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

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

.row {
  max-width: 89.375rem;
  margin-left: auto;
  margin-right: auto;
}

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

.row::after {
  clear: both;
}

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

.row .row {
  max-width: none;
  margin-left: -1.25rem;
  margin-right: -1.25rem;
}

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

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

.row.expanded {
  max-width: none;
}

.row.expanded .row {
  margin-left: auto;
  margin-right: auto;
}

.column, .columns {
  width: 100%;
  float: left;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

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

.column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
  float: right;
}

.column.end:last-child:last-child, .end.columns:last-child:last-child {
  float: left;
}

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

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

.small-1 {
  width: 8.33333%;
}

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

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

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

.small-2 {
  width: 16.66667%;
}

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

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

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

.small-3 {
  width: 25%;
}

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

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

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

.small-4 {
  width: 33.33333%;
}

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

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

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

.small-5 {
  width: 41.66667%;
}

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

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

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

.small-6 {
  width: 50%;
}

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

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

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

.small-7 {
  width: 58.33333%;
}

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

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

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

.small-8 {
  width: 66.66667%;
}

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

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

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

.small-9 {
  width: 75%;
}

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

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

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

.small-10 {
  width: 83.33333%;
}

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

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

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

.small-11 {
  width: 91.66667%;
}

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

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

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

.small-12 {
  width: 100%;
}

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

.small-up-1 > .column, .small-up-1 > .columns {
  width: 100%;
  float: left;
}

.small-up-1 > .column:nth-of-type(1n), .small-up-1 > .columns:nth-of-type(1n) {
  clear: none;
}

.small-up-1 > .column:nth-of-type(1n+1), .small-up-1 > .columns:nth-of-type(1n+1) {
  clear: both;
}

.small-up-1 > .column:last-child, .small-up-1 > .columns:last-child {
  float: left;
}

.small-up-2 > .column, .small-up-2 > .columns {
  width: 50%;
  float: left;
}

.small-up-2 > .column:nth-of-type(1n), .small-up-2 > .columns:nth-of-type(1n) {
  clear: none;
}

.small-up-2 > .column:nth-of-type(2n+1), .small-up-2 > .columns:nth-of-type(2n+1) {
  clear: both;
}

.small-up-2 > .column:last-child, .small-up-2 > .columns:last-child {
  float: left;
}

.small-up-3 > .column, .small-up-3 > .columns {
  width: 33.33333%;
  float: left;
}

.small-up-3 > .column:nth-of-type(1n), .small-up-3 > .columns:nth-of-type(1n) {
  clear: none;
}

.small-up-3 > .column:nth-of-type(3n+1), .small-up-3 > .columns:nth-of-type(3n+1) {
  clear: both;
}

.small-up-3 > .column:last-child, .small-up-3 > .columns:last-child {
  float: left;
}

.small-up-4 > .column, .small-up-4 > .columns {
  width: 25%;
  float: left;
}

.small-up-4 > .column:nth-of-type(1n), .small-up-4 > .columns:nth-of-type(1n) {
  clear: none;
}

.small-up-4 > .column:nth-of-type(4n+1), .small-up-4 > .columns:nth-of-type(4n+1) {
  clear: both;
}

.small-up-4 > .column:last-child, .small-up-4 > .columns:last-child {
  float: left;
}

.small-up-5 > .column, .small-up-5 > .columns {
  width: 20%;
  float: left;
}

.small-up-5 > .column:nth-of-type(1n), .small-up-5 > .columns:nth-of-type(1n) {
  clear: none;
}

.small-up-5 > .column:nth-of-type(5n+1), .small-up-5 > .columns:nth-of-type(5n+1) {
  clear: both;
}

.small-up-5 > .column:last-child, .small-up-5 > .columns:last-child {
  float: left;
}

.small-up-6 > .column, .small-up-6 > .columns {
  width: 16.66667%;
  float: left;
}

.small-up-6 > .column:nth-of-type(1n), .small-up-6 > .columns:nth-of-type(1n) {
  clear: none;
}

.small-up-6 > .column:nth-of-type(6n+1), .small-up-6 > .columns:nth-of-type(6n+1) {
  clear: both;
}

.small-up-6 > .column:last-child, .small-up-6 > .columns:last-child {
  float: left;
}

.small-up-7 > .column, .small-up-7 > .columns {
  width: 14.28571%;
  float: left;
}

.small-up-7 > .column:nth-of-type(1n), .small-up-7 > .columns:nth-of-type(1n) {
  clear: none;
}

.small-up-7 > .column:nth-of-type(7n+1), .small-up-7 > .columns:nth-of-type(7n+1) {
  clear: both;
}

.small-up-7 > .column:last-child, .small-up-7 > .columns:last-child {
  float: left;
}

.small-up-8 > .column, .small-up-8 > .columns {
  width: 12.5%;
  float: left;
}

.small-up-8 > .column:nth-of-type(1n), .small-up-8 > .columns:nth-of-type(1n) {
  clear: none;
}

.small-up-8 > .column:nth-of-type(8n+1), .small-up-8 > .columns:nth-of-type(8n+1) {
  clear: both;
}

.small-up-8 > .column:last-child, .small-up-8 > .columns:last-child {
  float: left;
}

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

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

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

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

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

@media screen and (min-width: 48em) {
  .medium-1 {
    width: 8.33333%;
  }
  .medium-push-1 {
    position: relative;
    left: 8.33333%;
  }
  .medium-pull-1 {
    position: relative;
    left: -8.33333%;
  }
  .medium-offset-0 {
    margin-left: 0%;
  }
  .medium-2 {
    width: 16.66667%;
  }
  .medium-push-2 {
    position: relative;
    left: 16.66667%;
  }
  .medium-pull-2 {
    position: relative;
    left: -16.66667%;
  }
  .medium-offset-1 {
    margin-left: 8.33333%;
  }
  .medium-3 {
    width: 25%;
  }
  .medium-push-3 {
    position: relative;
    left: 25%;
  }
  .medium-pull-3 {
    position: relative;
    left: -25%;
  }
  .medium-offset-2 {
    margin-left: 16.66667%;
  }
  .medium-4 {
    width: 33.33333%;
  }
  .medium-push-4 {
    position: relative;
    left: 33.33333%;
  }
  .medium-pull-4 {
    position: relative;
    left: -33.33333%;
  }
  .medium-offset-3 {
    margin-left: 25%;
  }
  .medium-5 {
    width: 41.66667%;
  }
  .medium-push-5 {
    position: relative;
    left: 41.66667%;
  }
  .medium-pull-5 {
    position: relative;
    left: -41.66667%;
  }
  .medium-offset-4 {
    margin-left: 33.33333%;
  }
  .medium-6 {
    width: 50%;
  }
  .medium-push-6 {
    position: relative;
    left: 50%;
  }
  .medium-pull-6 {
    position: relative;
    left: -50%;
  }
  .medium-offset-5 {
    margin-left: 41.66667%;
  }
  .medium-7 {
    width: 58.33333%;
  }
  .medium-push-7 {
    position: relative;
    left: 58.33333%;
  }
  .medium-pull-7 {
    position: relative;
    left: -58.33333%;
  }
  .medium-offset-6 {
    margin-left: 50%;
  }
  .medium-8 {
    width: 66.66667%;
  }
  .medium-push-8 {
    position: relative;
    left: 66.66667%;
  }
  .medium-pull-8 {
    position: relative;
    left: -66.66667%;
  }
  .medium-offset-7 {
    margin-left: 58.33333%;
  }
  .medium-9 {
    width: 75%;
  }
  .medium-push-9 {
    position: relative;
    left: 75%;
  }
  .medium-pull-9 {
    position: relative;
    left: -75%;
  }
  .medium-offset-8 {
    margin-left: 66.66667%;
  }
  .medium-10 {
    width: 83.33333%;
  }
  .medium-push-10 {
    position: relative;
    left: 83.33333%;
  }
  .medium-pull-10 {
    position: relative;
    left: -83.33333%;
  }
  .medium-offset-9 {
    margin-left: 75%;
  }
  .medium-11 {
    width: 91.66667%;
  }
  .medium-push-11 {
    position: relative;
    left: 91.66667%;
  }
  .medium-pull-11 {
    position: relative;
    left: -91.66667%;
  }
  .medium-offset-10 {
    margin-left: 83.33333%;
  }
  .medium-12 {
    width: 100%;
  }
  .medium-offset-11 {
    margin-left: 91.66667%;
  }
  .medium-up-1 > .column, .medium-up-1 > .columns {
    width: 100%;
    float: left;
  }
  .medium-up-1 > .column:nth-of-type(1n), .medium-up-1 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-1 > .column:nth-of-type(1n+1), .medium-up-1 > .columns:nth-of-type(1n+1) {
    clear: both;
  }
  .medium-up-1 > .column:last-child, .medium-up-1 > .columns:last-child {
    float: left;
  }
  .medium-up-2 > .column, .medium-up-2 > .columns {
    width: 50%;
    float: left;
  }
  .medium-up-2 > .column:nth-of-type(1n), .medium-up-2 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-2 > .column:nth-of-type(2n+1), .medium-up-2 > .columns:nth-of-type(2n+1) {
    clear: both;
  }
  .medium-up-2 > .column:last-child, .medium-up-2 > .columns:last-child {
    float: left;
  }
  .medium-up-3 > .column, .medium-up-3 > .columns {
    width: 33.33333%;
    float: left;
  }
  .medium-up-3 > .column:nth-of-type(1n), .medium-up-3 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-3 > .column:nth-of-type(3n+1), .medium-up-3 > .columns:nth-of-type(3n+1) {
    clear: both;
  }
  .medium-up-3 > .column:last-child, .medium-up-3 > .columns:last-child {
    float: left;
  }
  .medium-up-4 > .column, .medium-up-4 > .columns {
    width: 25%;
    float: left;
  }
  .medium-up-4 > .column:nth-of-type(1n), .medium-up-4 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-4 > .column:nth-of-type(4n+1), .medium-up-4 > .columns:nth-of-type(4n+1) {
    clear: both;
  }
  .medium-up-4 > .column:last-child, .medium-up-4 > .columns:last-child {
    float: left;
  }
  .medium-up-5 > .column, .medium-up-5 > .columns {
    width: 20%;
    float: left;
  }
  .medium-up-5 > .column:nth-of-type(1n), .medium-up-5 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-5 > .column:nth-of-type(5n+1), .medium-up-5 > .columns:nth-of-type(5n+1) {
    clear: both;
  }
  .medium-up-5 > .column:last-child, .medium-up-5 > .columns:last-child {
    float: left;
  }
  .medium-up-6 > .column, .medium-up-6 > .columns {
    width: 16.66667%;
    float: left;
  }
  .medium-up-6 > .column:nth-of-type(1n), .medium-up-6 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-6 > .column:nth-of-type(6n+1), .medium-up-6 > .columns:nth-of-type(6n+1) {
    clear: both;
  }
  .medium-up-6 > .column:last-child, .medium-up-6 > .columns:last-child {
    float: left;
  }
  .medium-up-7 > .column, .medium-up-7 > .columns {
    width: 14.28571%;
    float: left;
  }
  .medium-up-7 > .column:nth-of-type(1n), .medium-up-7 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-7 > .column:nth-of-type(7n+1), .medium-up-7 > .columns:nth-of-type(7n+1) {
    clear: both;
  }
  .medium-up-7 > .column:last-child, .medium-up-7 > .columns:last-child {
    float: left;
  }
  .medium-up-8 > .column, .medium-up-8 > .columns {
    width: 12.5%;
    float: left;
  }
  .medium-up-8 > .column:nth-of-type(1n), .medium-up-8 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-8 > .column:nth-of-type(8n+1), .medium-up-8 > .columns:nth-of-type(8n+1) {
    clear: both;
  }
  .medium-up-8 > .column:last-child, .medium-up-8 > .columns:last-child {
    float: left;
  }
  .medium-collapse > .column, .medium-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  .medium-collapse .row,
  .expanded.row .medium-collapse.row {
    margin-left: 0;
    margin-right: 0;
  }
  .medium-uncollapse > .column, .medium-uncollapse > .columns {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .medium-centered {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
  .medium-uncentered,
  .medium-push-0,
  .medium-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0;
    float: left;
  }
}

@media screen and (min-width: 64em) {
  .large-1 {
    width: 8.33333%;
  }
  .large-push-1 {
    position: relative;
    left: 8.33333%;
  }
  .large-pull-1 {
    position: relative;
    left: -8.33333%;
  }
  .large-offset-0 {
    margin-left: 0%;
  }
  .large-2 {
    width: 16.66667%;
  }
  .large-push-2 {
    position: relative;
    left: 16.66667%;
  }
  .large-pull-2 {
    position: relative;
    left: -16.66667%;
  }
  .large-offset-1 {
    margin-left: 8.33333%;
  }
  .large-3 {
    width: 25%;
  }
  .large-push-3 {
    position: relative;
    left: 25%;
  }
  .large-pull-3 {
    position: relative;
    left: -25%;
  }
  .large-offset-2 {
    margin-left: 16.66667%;
  }
  .large-4 {
    width: 33.33333%;
  }
  .large-push-4 {
    position: relative;
    left: 33.33333%;
  }
  .large-pull-4 {
    position: relative;
    left: -33.33333%;
  }
  .large-offset-3 {
    margin-left: 25%;
  }
  .large-5 {
    width: 41.66667%;
  }
  .large-push-5 {
    position: relative;
    left: 41.66667%;
  }
  .large-pull-5 {
    position: relative;
    left: -41.66667%;
  }
  .large-offset-4 {
    margin-left: 33.33333%;
  }
  .large-6 {
    width: 50%;
  }
  .large-push-6 {
    position: relative;
    left: 50%;
  }
  .large-pull-6 {
    position: relative;
    left: -50%;
  }
  .large-offset-5 {
    margin-left: 41.66667%;
  }
  .large-7 {
    width: 58.33333%;
  }
  .large-push-7 {
    position: relative;
    left: 58.33333%;
  }
  .large-pull-7 {
    position: relative;
    left: -58.33333%;
  }
  .large-offset-6 {
    margin-left: 50%;
  }
  .large-8 {
    width: 66.66667%;
  }
  .large-push-8 {
    position: relative;
    left: 66.66667%;
  }
  .large-pull-8 {
    position: relative;
    left: -66.66667%;
  }
  .large-offset-7 {
    margin-left: 58.33333%;
  }
  .large-9 {
    width: 75%;
  }
  .large-push-9 {
    position: relative;
    left: 75%;
  }
  .large-pull-9 {
    position: relative;
    left: -75%;
  }
  .large-offset-8 {
    margin-left: 66.66667%;
  }
  .large-10 {
    width: 83.33333%;
  }
  .large-push-10 {
    position: relative;
    left: 83.33333%;
  }
  .large-pull-10 {
    position: relative;
    left: -83.33333%;
  }
  .large-offset-9 {
    margin-left: 75%;
  }
  .large-11 {
    width: 91.66667%;
  }
  .large-push-11 {
    position: relative;
    left: 91.66667%;
  }
  .large-pull-11 {
    position: relative;
    left: -91.66667%;
  }
  .large-offset-10 {
    margin-left: 83.33333%;
  }
  .large-12 {
    width: 100%;
  }
  .large-offset-11 {
    margin-left: 91.66667%;
  }
  .large-up-1 > .column, .large-up-1 > .columns {
    width: 100%;
    float: left;
  }
  .large-up-1 > .column:nth-of-type(1n), .large-up-1 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-1 > .column:nth-of-type(1n+1), .large-up-1 > .columns:nth-of-type(1n+1) {
    clear: both;
  }
  .large-up-1 > .column:last-child, .large-up-1 > .columns:last-child {
    float: left;
  }
  .large-up-2 > .column, .large-up-2 > .columns {
    width: 50%;
    float: left;
  }
  .large-up-2 > .column:nth-of-type(1n), .large-up-2 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-2 > .column:nth-of-type(2n+1), .large-up-2 > .columns:nth-of-type(2n+1) {
    clear: both;
  }
  .large-up-2 > .column:last-child, .large-up-2 > .columns:last-child {
    float: left;
  }
  .large-up-3 > .column, .large-up-3 > .columns {
    width: 33.33333%;
    float: left;
  }
  .large-up-3 > .column:nth-of-type(1n), .large-up-3 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-3 > .column:nth-of-type(3n+1), .large-up-3 > .columns:nth-of-type(3n+1) {
    clear: both;
  }
  .large-up-3 > .column:last-child, .large-up-3 > .columns:last-child {
    float: left;
  }
  .large-up-4 > .column, .large-up-4 > .columns {
    width: 25%;
    float: left;
  }
  .large-up-4 > .column:nth-of-type(1n), .large-up-4 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-4 > .column:nth-of-type(4n+1), .large-up-4 > .columns:nth-of-type(4n+1) {
    clear: both;
  }
  .large-up-4 > .column:last-child, .large-up-4 > .columns:last-child {
    float: left;
  }
  .large-up-5 > .column, .large-up-5 > .columns {
    width: 20%;
    float: left;
  }
  .large-up-5 > .column:nth-of-type(1n), .large-up-5 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-5 > .column:nth-of-type(5n+1), .large-up-5 > .columns:nth-of-type(5n+1) {
    clear: both;
  }
  .large-up-5 > .column:last-child, .large-up-5 > .columns:last-child {
    float: left;
  }
  .large-up-6 > .column, .large-up-6 > .columns {
    width: 16.66667%;
    float: left;
  }
  .large-up-6 > .column:nth-of-type(1n), .large-up-6 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-6 > .column:nth-of-type(6n+1), .large-up-6 > .columns:nth-of-type(6n+1) {
    clear: both;
  }
  .large-up-6 > .column:last-child, .large-up-6 > .columns:last-child {
    float: left;
  }
  .large-up-7 > .column, .large-up-7 > .columns {
    width: 14.28571%;
    float: left;
  }
  .large-up-7 > .column:nth-of-type(1n), .large-up-7 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-7 > .column:nth-of-type(7n+1), .large-up-7 > .columns:nth-of-type(7n+1) {
    clear: both;
  }
  .large-up-7 > .column:last-child, .large-up-7 > .columns:last-child {
    float: left;
  }
  .large-up-8 > .column, .large-up-8 > .columns {
    width: 12.5%;
    float: left;
  }
  .large-up-8 > .column:nth-of-type(1n), .large-up-8 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-8 > .column:nth-of-type(8n+1), .large-up-8 > .columns:nth-of-type(8n+1) {
    clear: both;
  }
  .large-up-8 > .column:last-child, .large-up-8 > .columns:last-child {
    float: left;
  }
  .large-collapse > .column, .large-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  .large-collapse .row,
  .expanded.row .large-collapse.row {
    margin-left: 0;
    margin-right: 0;
  }
  .large-uncollapse > .column, .large-uncollapse > .columns {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .large-centered {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
  .large-uncentered,
  .large-push-0,
  .large-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0;
    float: left;
  }
}

input[type="range"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  display: block;
  width: 100%;
  height: auto;
  cursor: pointer;
  margin-top: 0.6rem;
  margin-bottom: 0.6rem;
  border: 0;
  line-height: 1;
  border-radius: 1rem;
}

input[type="range"]:focus {
  outline: 0;
}

input[type="range"][disabled] {
  opacity: 0.25;
}

input[type="range"]::-webkit-slider-runnable-track {
  height: 0.2rem;
  background: #e6e6e6;
}

input[type="range"]::-webkit-slider-handle {
  -webkit-appearance: none;
  background: #2199e8;
  width: 1.4rem;
  height: 1.4rem;
  margin-top: -0.6rem;
  border-radius: 1rem;
}

input[type="range"]::-moz-range-track {
  -moz-appearance: none;
  height: 0.2rem;
  background: #e6e6e6;
}

input[type="range"]::-moz-range-thumb {
  -moz-appearance: none;
  background: #2199e8;
  width: 1.4rem;
  height: 1.4rem;
  margin-top: -0.6rem;
  border-radius: 1rem;
}

input[type="range"]::-ms-track {
  height: 0.2rem;
  background: #e6e6e6;
  color: transparent;
  border: 0;
  overflow: visible;
  border-top: 0.6rem solid #f6f6f6;
  border-bottom: 0.6rem solid #f6f6f6;
}

input[type="range"]::-ms-thumb {
  background: #2199e8;
  width: 1.4rem;
  height: 1.4rem;
  border: 0;
  border-radius: 1rem;
}

input[type="range"]::-ms-fill-lower {
  background: #007dc3;
}

input[type="range"]::-ms-fill-upper {
  background: #e6e6e6;
}

output {
  line-height: 1.4rem;
  vertical-align: middle;
  margin-left: 0.5em;
}

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

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

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

.slider-handle {
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-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;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  border-radius: 1rem;
}

[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;
  -ms-transform: scale(1, -1);
      transform: scale(1, -1);
}

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

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

.hide {
  display: none !important;
}

.invisible {
  visibility: hidden;
}

@media screen 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;
  }
}

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

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

.show-for-landscape,
.hide-for-portrait {
  display: block !important;
}

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

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

.hide-for-landscape,
.show-for-portrait {
  display: none !important;
}

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

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

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

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

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

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

.clearfix::after {
  clear: both;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* _header.scss  */
.header_container {
  padding: 2.5rem 0;
  top: 0;
  width: 100%;
  z-index: 3;
  background: #f6f6f6;
  transition: all 0.3s ease;
}

@media screen and (min-width: 48em) {
  .header_container {
    position: fixed;
  }
}

.header_container.scrolled {
  padding: 1.25rem 0;
  border-bottom: 1px solid rgba(147, 155, 161, 0.4);
}

@media screen and (min-width: 48em) {
  .header_container.img-overlay-open {
    z-index: 6;
    background: transparent;
    border-bottom: none;
  }
  .header_container.img-overlay-open .logo, .header_container.img-overlay-open .search-bar {
    display: none;
  }
  .header_container.img-overlay-open .search-and-menu .icon-menu {
    display: none;
  }
  .header_container.img-overlay-open .search-and-menu .search-bar-close {
    background-color: rgba(253, 253, 253, 0.8);
  }
}

.header_container .header-column {
  position: relative;
}

.header_container .logo {
  transition: all 0.3s ease;
  width: 270px;
}

.header_container .logo img {
  height: 100%;
}

@media (max-width: 430px) {
  .header_container .logo {
    width: 60%;
  }
}

.header_container .logo.logo-hidden {
  opacity: 0;
}

.header_container .search-and-menu {
  position: relative;
  z-index: 2;
}

.header_container .search-and-menu .icon-menu {
  background-image: url("/assets/icons/bw_ico-menu.svg");
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
  font-size: 0;
  width: 1.75rem;
  height: 1.8125rem;
  display: block;
  transition: all 0.3s ease;
  cursor: pointer;
}

.header_container .search-and-menu .icon-menu:hover {
  background-image: url("/assets/icons/bw_ico-menu-active.svg");
}

.header_container .search-and-menu .search-bar-close {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  right: 0;
  top: 0;
  background-color: #f6f6f6;
  background-image: url("/assets/icons/bw_ico_close_blue.svg");
  background-size: 1.25rem 1.25rem;
  background-repeat: no-repeat;
  background-position: center;
  font-size: 0;
  width: 1.875rem;
  height: 1.875rem;
  transition: all 0.3s ease;
  z-index: 2;
  cursor: pointer;
}

.header_container .search-and-menu .search-bar-close.active {
  visibility: visible;
  opacity: 1;
}

.header_container .search-and-menu .search-bar-close:hover {
  background-image: url("/assets/icons/bw_ico_close_green.svg");
}

.header_container .search-bar {
  transition: all 0.3s ease;
  margin-right: 2.5rem;
  position: absolute;
  top: 0;
  right: 3rem;
  border-bottom: 2px solid transparent;
  height: 2.5rem;
  width: 1.875rem;
  overflow: hidden;
}

.header_container .search-bar.active {
  border-bottom: 2px solid #31495C;
  height: 2.5rem;
  width: 25rem;
}

@media (max-width: 500px) {
  .header_container .search-bar.active {
    width: 70vw;
    margin-right: 1.25rem;
  }
}

.header_container .search-bar .search-icon-toggle {
  background-image: url("/assets/icons/bw_ico-search.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  font-size: 0;
  width: 1.875rem;
  height: 1.6875rem;
  display: block;
  transition: all 0.3s ease;
  position: absolute;
  top: 0;
  cursor: pointer;
}

.header_container .search-bar .search-icon-toggle:hover {
  background-image: url("/assets/icons/bw_ico-search-active.svg");
}

.header_container .search-bar input[type="search"] {
  background-color: transparent;
  color: gray;
  box-shadow: none;
  border: 0;
  height: 2rem;
  transition: all 0.3s ease;
  margin-left: 2.5rem;
  position: absolute;
  top: 0;
  left: 0;
  word-spacing: normal;
}

.header_container .search-bar input[type="search"]:placeholder {
  color: gray;
}

.header_container .search-bar input[type="search"]:focus {
  outline: none;
}

.header-separater .header-seperater-line {
  width: 100%;
  height: 1px;
  background-color: rgba(147, 155, 161, 0.4);
}

/*_footer.scss */
.footer a {
  color: #002369;
  transition: all 0.3s ease;
}

.footer a:hover {
  color: #00aae1;
  border-bottom: 1px solid currentcolor;
}

.footer .social-media-links {
  margin-bottom: 2.5rem;
  text-align: center;
}

@media screen and (min-width: 64em) {
  .footer .social-media-links {
    text-align: left;
  }
}

.footer .social-media-links .icon-footer {
  display: inline-block;
}

.footer .social-media-links .icon-footer:hover {
  border-bottom: none;
}

.footer .social-media-links .icon-footer:last-child {
  margin-right: 0;
}

.footer .footer-links {
  display: none;
}

@media screen and (min-width: 64em) {
  .footer .footer-links {
    display: block;
  }
}

.footer .footer-links.column, .footer .footer-links.columns {
  padding-left: 0;
}

.footer .footer-links ul, .footer .footer-links .sfNavVertical {
  margin-left: 0;
  list-style-type: none;
}

.footer .footer-links ul li:first-child, .footer .footer-links .sfNavVertical li:first-child {
  margin-bottom: 2.5rem;
}

.footer .footer-links ul li:first-child a, .footer .footer-links .sfNavVertical li:first-child a {
  font-weight: bold;
}

.footer .footer-links ul li, .footer .footer-links .sfNavVertical li {
  margin-bottom: 0;
}

.footer .footer-links ul li a, .footer .footer-links ul li .sfSel, .footer .footer-links .sfNavVertical li a, .footer .footer-links .sfNavVertical li .sfSel {
  font-weight: normal;
}

.footer .footer-contact p {
  color: #002369;
}

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

@media screen and (min-width: 64em) {
  .footer .copyright {
    margin-top: 5rem;
  }
}

/* _widgetBox.scss */
.box-green {
  background-color: #90b114;
}

.box-green:after {
  background: url("/assets/graphics/box-green.svg");
}

.box-blue {
  background-color: #007dc3;
}

.box-blue:after {
  background: url("/assets/graphics/box-blue.svg");
}

.box-bwblue {
  background-color: #002369;
}

.box-bwblue:after {
  background: url("/assets/graphics/box-bwblue.svg");
}

.box-green, .box-blue, .box-bwblue {
  text-align: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  position: relative;
  margin-bottom: 5rem;
  padding: 2.5rem 0;
}

.box-green:after, .box-blue:after, .box-bwblue:after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 40px;
  top: 100%;
  left: 0;
  background-position: top right;
}

.box-green .container, .box-blue .container, .box-bwblue .container {
  text-align: center;
  padding: 0 2.5rem;
  color: white;
  max-width: 100%;
}

.box-green .container ul li:before, .box-blue .container ul li:before, .box-bwblue .container ul li:before {
  background-color: white;
}

.box-green .container a, .box-blue .container a, .box-bwblue .container a {
  border-bottom: 1px solid white;
  color: white !important;
}

.box-green .container a:hover, .box-blue .container a:hover, .box-bwblue .container a:hover {
  color: #cccccc !important;
}

.box-green .container h1, .box-green .container h2, .box-green .container h3, .box-green .container h4, .box-green .container h5, .box-green .container h6, .box-green .container p, .box-green .container pre, .box-green .container ul, .box-green .container ol, .box-blue .container h1, .box-blue .container h2, .box-blue .container h3, .box-blue .container h4, .box-blue .container h5, .box-blue .container h6, .box-blue .container p, .box-blue .container pre, .box-blue .container ul, .box-blue .container ol, .box-bwblue .container h1, .box-bwblue .container h2, .box-bwblue .container h3, .box-bwblue .container h4, .box-bwblue .container h5, .box-bwblue .container h6, .box-bwblue .container p, .box-bwblue .container pre, .box-bwblue .container ul, .box-bwblue .container ol {
  color: white;
}

/* _widgetStock.scss */
.stockwidget {
  margin-bottom: 5rem;
}

.stockwidget table tbody {
  background: transparent;
  border: none;
}

.stockwidget table tbody tr:nth-child(even) {
  background: transparent;
}

.stockwidget .stockwidget-header-text h5 {
  margin: 0 !important;
}

.stockwidget .stockwidget-quote .stockwidget-quote-header {
  margin-bottom: 0 !important;
  text-transform: uppercase;
  color: #00aae1;
  font-family: 'Gotham Narrow Book', sans-serif;
  margin-top: 0.9375rem;
}

@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  .stockwidget .stockwidget-quote .stockwidget-quote-header {
    font-size: 1.625rem;
  }
}

.stockwidget .stockwidget-quote-amount .qmjsleft {
  display: none;
}

.stockwidget .stockwidget-quote-amount .qmjsright {
  margin-left: 1.875rem;
  margin-top: 1.875rem;
  font-size: 2.25rem;
  color: #00aae1;
  font-family: 'Gotham Narrow Book', sans-serif;
  margin-top: 0.9375rem;
}

@media screen and (max-width: 74.9375em) {
  .stockwidget .stockwidget-quote-amount .qmjsright {
    font-size: 1.625rem;
  }
}

.stockwidget .stockwidget-header {
  margin-bottom: 0;
}

.stockwidget .stockwidget-header, .stockwidget .stockwidget-info {
  color: #939ba1;
  text-transform: uppercase;
}

.stockwidget .stockwidget-info {
  width: 100%;
  margin-bottom: 2rem;
}

.stockwidget .stockwidget-info-time, .stockwidget .stockwidget-info-change, .stockwidget .stockwidget-info-volume, .stockwidget .stockwidget-info-high, .stockwidget .stockwidget-info-low {
  display: block;
}

.stockwidget .stockwidget-info-time .qmjsleft, .stockwidget .stockwidget-info-time .qmjsright, .stockwidget .stockwidget-info-change .qmjsleft, .stockwidget .stockwidget-info-change .qmjsright, .stockwidget .stockwidget-info-volume .qmjsleft, .stockwidget .stockwidget-info-volume .qmjsright, .stockwidget .stockwidget-info-high .qmjsleft, .stockwidget .stockwidget-info-high .qmjsright, .stockwidget .stockwidget-info-low .qmjsleft, .stockwidget .stockwidget-info-low .qmjsright {
  display: inline-block;
  color: #939ba1;
  font-weight: bold;
}

.stockwidget .stockwidget-info-time .qmjsleft, .stockwidget .stockwidget-info-change .qmjsleft, .stockwidget .stockwidget-info-volume .qmjsleft, .stockwidget .stockwidget-info-high .qmjsleft, .stockwidget .stockwidget-info-low .qmjsleft {
  color: #939ba1;
}

.stockwidget .stockwidget-rows {
  width: 40%;
}

@media (max-width: 1200px) {
  .stockwidget .stockwidget-rows {
    width: 80%;
  }
}

.stockwidget .stockwidget-info-change, .stockwidget .stockwidget-info-volume, .stockwidget .stockwidget-info-high, .stockwidget .stockwidget-info-low {
  width: inherit;
}

.stockwidget .stockwidget-info-time {
  margin-bottom: 1.25rem;
  color: #939ba1;
}

.stockwidget .stockwidget-info-time .qmjsleft {
  display: none;
}

.stockwidget .stockwidget-info-time .qmjsright {
  float: none;
  font-weight: normal;
}

.stockwidget .stockwidget-info-volume-row {
  margin-bottom: 1.25rem;
}

.stockwidget .stockwidget-info-change .stockwidget-change-img {
  display: inline-block;
  margin-top: 0.3125rem;
  margin-right: 0.3125rem;
}

.stockwidget .stockwidget-high-after {
  color: #939ba1;
  display: inline-block;
}

/* _widgetHistory.scss */
.historyWidget {
  padding-bottom: 2.5rem;
}

.historyWidget .historyWidgetItem.event-new-year:first-child .widget-block.normalpadding {
  padding: 2.5rem;
}

@media screen and (min-width: 64em) {
  .historyWidget .historyWidgetItem.event-new-year:first-child .widget-block.normalpadding {
    padding: 5rem 2.5rem 2.5rem 2.5rem;
  }
}

.historyWidget .historyWidgetItem.event-new-year:first-child .widget-block.historyWidgetPadding {
  padding: 1.5rem 2.5rem 1.5rem;
}

.historyWidget .historyWidgetItem.event-new-year:first-child .widget-block.historyWidgetPadding:before {
  display: none;
}

@media screen and (min-width: 64em) {
  .historyWidget .historyWidgetItem.event-new-year:first-child .widget-block.historyWidgetPadding {
    padding: 5rem 7.5rem 2.5rem 7.5rem;
  }
}

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

.historyWidget .historyWidget-header p {
  margin-bottom: 0;
  text-transform: uppercase;
}

.historyWidget .historyWidget-header p .historyWidget-header-year {
  color: #ffffff;
  font-size: 1.875rem;
}

.historyWidget .highlight {
  font-size: 2.75rem;
  color: #90b114;
}

.historyWidget .historyWidgetImage {
  margin-top: 0;
  padding-right: 0;
}

@media screen and (min-width: 64em) {
  .historyWidget .historyWidgetImage {
    margin-top: 2.5rem;
    padding-right: 1rem;
  }
}

.historyWidget .historyWidgetItem:not(.event-new-year) .historyWidget-header {
  display: none;
}

@media screen and (min-width: 64em) {
  .historyWidget .historyWidgetItem:not(.event-new-year) .historyWidget-header {
    display: block;
  }
}

.historyWidget .historyWidgetItem.event-new-year .widget-block.historyWidgetPadding:before {
  display: none;
}

@media screen and (min-width: 64em) {
  .historyWidget .historyWidgetItem.event-new-year .widget-block.historyWidgetPadding:before {
    background: #939ba1;
    content: "";
    display: block;
    height: 1px;
    width: 100%;
    margin-bottom: 2.5rem;
  }
}

.historyWidget .historyWidgetItem.event-new-year .widget-block.historyWidgetImagePadding:before {
  display: none;
}

@media screen and (min-width: 64em) {
  .historyWidget .historyWidgetItem.event-new-year .widget-block.historyWidgetImagePadding:before {
    background: #939ba1;
    content: "";
    display: block;
    height: 1px;
    width: 100%;
  }
}

.historyWidget .historyWidgetItem.event-new-year .widget-block.historyWidgetWithImagePadding:before {
  display: none;
}

@media screen and (min-width: 64em) {
  .historyWidget .historyWidgetItem.event-new-year .widget-block.historyWidgetWithImagePadding:before {
    background: #939ba1;
    content: "";
    display: block;
    height: 1px;
    width: 100%;
    margin-bottom: 2.5rem;
  }
}

.historyWidget .historyWidgetItem.event-new-year + .historyWidgetItem:not(.event-new-year) .widget-block.historyWidgetPadding:before {
  background: #939ba1;
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  margin-bottom: 2.5rem;
}

.historyWidget .historyWidgetItem.event-new-year + .historyWidgetItem:not(.event-new-year) .widget-block.historyWidgetImagePadding:before {
  background: #939ba1;
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  margin-bottom: 2.5rem;
}

.historyWidget .historyWidgetItem.event-new-year + .historyWidgetItem:not(.event-new-year) .widget-block.historyWidgetWithImagePadding:before {
  background: #939ba1;
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  margin-bottom: 2.5rem;
}

.historyWidget .historyWidgetItem.event-new-year + .historyWidgetItem.event-new-year .widget-block.historyWidgetPadding:before {
  display: none;
}

@media screen and (min-width: 64em) {
  .historyWidget .historyWidgetItem.event-new-year + .historyWidgetItem.event-new-year .widget-block.historyWidgetPadding:before {
    background: #939ba1;
    content: "";
    display: block;
    height: 1px;
    width: 100%;
    margin-bottom: 2.5rem;
  }
}

.historyWidget .historyWidgetItem.event-new-year + .historyWidgetItem.event-new-year .widget-block.historyWidgetImagePadding:before {
  display: none;
}

@media screen and (min-width: 64em) {
  .historyWidget .historyWidgetItem.event-new-year + .historyWidgetItem.event-new-year .widget-block.historyWidgetImagePadding:before {
    background: #939ba1;
    content: "";
    display: block;
    height: 1px;
    width: 100%;
  }
}

.historyWidget .historyWidgetItem.event-new-year + .historyWidgetItem.event-new-year .widget-block.historyWidgetWithImagePadding:before {
  display: none;
}

@media screen and (min-width: 64em) {
  .historyWidget .historyWidgetItem.event-new-year + .historyWidgetItem.event-new-year .widget-block.historyWidgetWithImagePadding:before {
    background: #939ba1;
    content: "";
    display: block;
    height: 1px;
    width: 100%;
    margin-bottom: 2.5rem;
  }
}

.historyWidget .widget-block.historyWidgetPadding {
  padding: 1.5rem 2.5rem 2.5rem;
}

@media screen and (min-width: 64em) {
  .historyWidget .widget-block.historyWidgetPadding {
    padding: 0 7.5rem 2.5rem 7.5rem;
  }
}

.historyWidget .widget-block.historyWidgetImagePadding {
  padding: 2.5rem;
}

@media screen and (min-width: 64em) {
  .historyWidget .widget-block.historyWidgetImagePadding {
    padding: 0 0 2.5rem 7.5rem;
  }
}

.historyWidget .widget-block.historyWidgetWithImagePadding {
  padding: 2.5rem;
}

@media screen and (min-width: 64em) {
  .historyWidget .widget-block.historyWidgetWithImagePadding {
    padding: 0 7.5rem 2.5rem 0;
  }
}

/* _widgetContact.scss */
.contact-widget {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.contact-widget .vcentered {
  padding-bottom: 1rem;
}

.contact-widget .contactWidgetContent {
  color: #939ba1;
  word-wrap: break-word;
}

.contact-widget .contactWidgetContent .contactWidgetContent-name {
  font-weight: bold;
  text-transform: uppercase;
}

.contact-widget .contact-img {
  text-align: center;
}

/* _widgetLocation.scss */
.locationWidget .locationWidget-item:after {
  content: "";
  background: #939ba1;
  width: 100%;
  height: 1px;
}

.locationWidget .locationWidget-item:last-child:after {
  display: none;
}

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

.locationWidget .locationWidget-content {
  overflow: auto;
  height: auto !important;
}

.locationWidget .locationWidget-item .widget-block.locationWidget-content .locationWidget-title {
  margin: 0 0 2.5rem 0;
  line-height: 1;
}

.locationWidget .locationWidget-item .location-information-container {
  margin-bottom: 1.25rem;
}

.locationWidget .locationWidget-item .location-description-container {
  display: block;
}

.locationWidget .locationWidget-item .location-description-container .location-description {
  display: none;
  margin-bottom: 1.25rem;
}

.locationWidget .locationWidget-item .location-description-container .location-description-toggle {
  cursor: pointer;
}

.locationWidget .locationWidget-item .location-description-img-container .location-description-container-element {
  display: inline-block;
  cursor: pointer;
  margin-right: 0.9375rem;
  position: relative;
  margin-bottom: 1.25rem;
}

.locationWidget .locationWidget-item .location-description-img-container .location-description-container-element:hover .location-description-img-overlay {
  opacity: 1;
}

.locationWidget .locationWidget-item .location-description-img-container .location-description-img-overlay {
  background: rgba(246, 246, 246, 0.5);
  -webkit-transition: opacity .25s ease;
  text-align: center;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}

.locationWidget .locationWidget-item .location-description-img-container .location-description-img-overlay .icon {
  margin-top: 1.5rem;
}

.locationWidget .locationWidget-item .location-description-img-container .location-description-img {
  width: auto;
  height: 5rem;
}

.locationWidget .location-modal {
  display: none;
  top: 9.375rem;
  text-align: center;
  max-width: 75rem;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  z-index: 1006;
  padding: 1rem;
  background-color: #fefefe;
  border-radius: 0;
  position: fixed;
  margin-left: auto;
  margin-right: auto;
  overflow-y: auto;
}

@media screen and (max-width: 63.9375em) {
  .locationWidget .location-modal {
    width: 90%;
  }
}

.locationWidget-region, .locationWidget-country {
  margin-bottom: 1.25rem;
}

@media screen and (min-width: 64em) {
  .locationWidget-region, .locationWidget-country {
    margin-bottom: 0;
  }
}

.supplyTerms-languages label {
  color: #002369;
  font-size: 1rem;
}

/* _widgetSpecialIconLink.scss */
.specialIconLinkWidget {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  padding: 5rem 0 5rem 0;
}

.specialIconLinkWidget .specialIconLinkWidget-img {
  width: 6.25rem;
  height: 5.3125rem;
}

.specialIconLinkWidget .specialIconLinkWidget-description {
  color: #ffffff;
  font-size: 2.75rem;
}

.specialIconLinkWidget .specialIconLinkWidget-link {
  font-size: 1.25rem;
}

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

.isFrontend .widget-row .large-12 h2.supplyTerms-heading {
  margin: 0 0 2.5rem 0;
}

.isFrontend .widget-row .large-12 p.supplyTerms-subText {
  margin: 0;
  max-width: 74.0625rem;
}

.row.supplyTerms-item:first-child:before {
  content: "";
  background: #939ba1;
  width: 100%;
  height: 1px;
  margin: 2.5rem 0 2.5rem 0;
}

.supplyTerms-item:after {
  content: "";
  background: #939ba1;
  width: 100%;
  height: 1px;
  margin: 2.5rem 0 2.5rem 0;
}

.supplyTerms-dropdown {
  margin-bottom: 1.25rem;
}

@media screen and (min-width: 64em) {
  .supplyTerms-dropdown {
    margin-bottom: 0;
  }
}

.pressReleaseItem {
  border-bottom: 1px solid #939ba1;
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.pressReleaseItem .widget-block.normalpadding {
  padding: 0 2.5rem 0 2.5rem;
}

.pressReleaseItem .widget-block.normalpadding p:last-of-type {
  margin-bottom: 2.5rem;
}

.pressReleaseItem:first-of-type {
  margin-top: 0;
}

.pressReleaseItem .pressReleaseItem-date {
  color: #aaafb4;
}

@media screen and (min-width: 64em) {
  .pressReleaseItem .sfnewsTitle {
    margin-top: -0.625rem;
  }
}

.news_categories, .news_region, .news_year {
  margin-bottom: 1.25rem;
}

@media screen and (min-width: 64em) {
  .news_categories, .news_region, .news_year {
    margin-bottom: 0;
  }
}

.AwardWidget {
  margin-bottom: 2.5rem;
}

.awardItem:after {
  background: #939ba1;
  content: "";
  display: block;
  height: 1px;
  width: 100%;
}

.awardItem:last-child:after {
  display: none;
}

.awardItem .awardItem-image, .awardItem .awardItem-content, .awardItem .awardItem-date {
  margin-bottom: 2.5rem;
}

.awardItem .awardItem-date {
  color: #aaafb4;
  text-align: right;
}

.awardItem .awardItem-content .awardItem-content-header {
  margin-top: 0;
}

.AwardWidget-year, .AwardWidget-category {
  margin-bottom: 1.25rem;
}

@media screen and (min-width: 64em) {
  .AwardWidget-year, .AwardWidget-category {
    margin-bottom: 0;
  }
}

.compliance-hotline-img, .compliance-hotline-button, .compliance-hotline-header {
  text-align: center;
}

.qmjsleft {
  float: left;
  color: #000000;
}

.qmjsright {
  float: right;
  color: #000000;
}

.qmjssymbol {
  float: left;
  color: #000000;
  font-weight: bold;
}

.qmjsname {
  float: right;
  color: #000000;
}

.qmmt_main {
  background-color: transparent;
  border: none;
  width: 100%;
  border-bottom: 1px solid #939ba1;
}

.qmmt_main:last-child {
  border-bottom: none;
}

.qmmt_main:first-child {
  border-bottom: none;
}

.qmmt_text {
  text-align: left;
  padding-bottom: 20px;
  padding-top: 20px;
}

.qmmt_text td {
  text-align: left;
}

.qmmt_text_up {
  color: #000000;
}

.qmmt_text_down {
  color: #000000;
}

.qmmt_cycle {
  margin-top: 20px;
}

.qmmt_header_text {
  color: #002369;
  text-transform: uppercase;
  font-size: 16px;
  margin-bottom: 40px;
  font-weight: normal !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.qm_heading_bar {
  display: none;
}

.qmmt_tab {
  font: 10px , Arial, Helvetica;
  color: #000000;
  background-color: #eeeeee;
  border-left: 1px solid #999999;
  border-bottom: 1px solid #999999;
  border-top: 1px solid #999999;
}

.qmmt_tabactive {
  color: #000000;
  background-color: #ffffff;
  border-color: #999999;
}

a.qmmt {
  color: #003399;
  text-decoration: none;
}

.qm_filings_table {
  width: 100%;
}

.qm_filings_table .qm_filings_table_results {
  width: 100%;
}

/* _contactForm.scss */
.contact-form-item#MainContent_C021_tbCompany {
  margin-bottom: 1.25rem !important;
}

.contact-form-item label {
  transition: 0.2s;
  color: #002369;
}

.contact-form-item input[type="text"] {
  position: relative;
  width: 100%;
}

.contact-form-item input[type="text"]:focus ~ label {
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
}

.contact-form-warning {
  color: red;
}

.contact-form-submit {
  margin-top: 2.5rem;
  text-align: center;
}

.contact-form-message {
  text-align: center;
}

.isFrontend .widget-row .large-12 h4.contact-form-message-header {
  margin-top: 0.625rem;
}

/*_eventSlider.scss */
#eventSlider {
  margin-top: 0;
  margin-bottom: 2.5rem;
}

#eventSlider #leftHandle:focus, #eventSlider #rightHandle:focus {
  outline: none;
}

#eventSlider #leftHandle .tooltip, #eventSlider #rightHandle .tooltip {
  position: absolute;
  bottom: 35px;
  width: 60px;
  height: 40px;
  background-color: transparent;
  color: #007dc3;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 1rem;
  line-height: 1.2;
}

#eventSlider #leftHandle .tooltip {
  left: 0;
  text-align: left;
}

#eventSlider #rightHandle .tooltip {
  right: 0;
  text-align: right;
}

.eventSlider .eventSliderItem.event-new-month:first-child .widget-block.normalpadding {
  padding: 2.5rem;
}

@media screen and (min-width: 64em) {
  .eventSlider .eventSliderItem.event-new-month:first-child .widget-block.normalpadding {
    padding: 2.5rem 2.5rem 0 2.5rem;
  }
}

.eventSlider .eventSliderItem.event-new-month:first-child .widget-block.normalpadding:before {
  display: none;
}

.eventSlider .eventSliderItem.event-new-month:first-child .widget-block.eventSliderImagePadding {
  padding: 2.5rem;
}

@media screen and (min-width: 64em) {
  .eventSlider .eventSliderItem.event-new-month:first-child .widget-block.eventSliderImagePadding {
    padding: 2.5rem 0 0 7.5rem;
  }
}

.eventSlider .eventSliderItem.event-new-month:first-child .widget-block.eventSliderImagePadding:before {
  display: none;
}

.eventSlider .eventSliderItem.event-new-month:first-child .widget-block.eventSliderContentPadding {
  padding: 2.5rem;
}

@media screen and (min-width: 64em) {
  .eventSlider .eventSliderItem.event-new-month:first-child .widget-block.eventSliderContentPadding {
    padding: 2.5rem 7.5rem 0 7.5rem;
  }
}

.eventSlider .eventSliderItem.event-new-month:first-child .widget-block.eventSliderContentPadding:before {
  display: none;
}

.eventSlider .eventSliderItem.event-new-month:first-child .widget-block.eventSliderContentWithImagePadding {
  padding: 2.5rem;
}

@media screen and (min-width: 64em) {
  .eventSlider .eventSliderItem.event-new-month:first-child .widget-block.eventSliderContentWithImagePadding {
    padding: 2.5rem 7.5rem 0 0;
  }
}

.eventSlider .eventSliderItem.event-new-month:first-child .widget-block.eventSliderContentWithImagePadding:before {
  display: none;
}

.eventSlider .eventSliderItem:last-child .widget-block.eventSliderImagePadding {
  padding: 2.5rem;
}

@media screen and (min-width: 64em) {
  .eventSlider .eventSliderItem:last-child .widget-block.eventSliderImagePadding {
    padding: 2rem 0 2.5rem 7.5rem;
  }
}

.eventSlider .eventSliderItem:last-child .widget-block.eventSliderContentPadding {
  padding: 2.5rem;
}

@media screen and (min-width: 64em) {
  .eventSlider .eventSliderItem:last-child .widget-block.eventSliderContentPadding {
    padding: 2rem 7.5rem 2.5rem 7.5rem;
  }
}

.eventSlider .eventSliderItem:last-child .widget-block.eventSliderContentWithImagePadding {
  padding: 2.5rem;
}

@media screen and (min-width: 64em) {
  .eventSlider .eventSliderItem:last-child .widget-block.eventSliderContentWithImagePadding {
    padding: 2rem 7.5rem 2.5rem 0;
  }
}

.eventSlider .eventSliderItem .widget-block.normalpadding {
  padding: 2.5rem;
}

@media screen and (min-width: 64em) {
  .eventSlider .eventSliderItem .widget-block.normalpadding {
    padding: 5rem 2.5rem 2.5rem;
  }
}

.eventSlider .eventSliderItem .widget-block.eventSliderImagePadding {
  padding: 2.5rem;
}

@media screen and (min-width: 64em) {
  .eventSlider .eventSliderItem .widget-block.eventSliderImagePadding {
    padding: 2rem 0 0 7.5rem;
  }
}

.eventSlider .eventSliderItem .widget-block.eventSliderImagePadding:before {
  display: none;
}

@media screen and (min-width: 64em) {
  .eventSlider .eventSliderItem .widget-block.eventSliderImagePadding:before {
    background: #939ba1;
    content: "";
    display: block;
    height: 1px;
    width: 100%;
    margin-bottom: 2.5rem;
  }
}

.eventSlider .eventSliderItem .widget-block.eventSliderContentPadding {
  padding: 2.5rem;
}

@media screen and (min-width: 64em) {
  .eventSlider .eventSliderItem .widget-block.eventSliderContentPadding {
    padding: 2rem 7.5rem 0 7.5rem;
  }
}

.eventSlider .eventSliderItem .widget-block.eventSliderContentPadding:before {
  display: none;
}

@media screen and (min-width: 64em) {
  .eventSlider .eventSliderItem .widget-block.eventSliderContentPadding:before {
    background: #939ba1;
    content: "";
    display: block;
    height: 1px;
    width: 100%;
    margin-bottom: 2.5rem;
  }
}

.eventSlider .eventSliderItem .widget-block.eventSliderContentPadding .eventSlider-eventInfo-content-links, .eventSlider .eventSliderItem .widget-block.eventSliderContentPadding .eventSlider-eventInfo-startAndEnd, .eventSlider .eventSliderItem .widget-block.eventSliderContentPadding .eventSlider-eventInfo-content-title, .eventSlider .eventSliderItem .widget-block.eventSliderContentPadding .eventSlider-eventInfo-content-location {
  padding-left: 0;
}

.eventSlider .eventSliderItem .widget-block.eventSliderContentWithImagePadding {
  padding: 2.5rem;
}

@media screen and (min-width: 64em) {
  .eventSlider .eventSliderItem .widget-block.eventSliderContentWithImagePadding {
    padding: 2rem 7.5rem 0 0;
  }
  .eventSlider .eventSliderItem .widget-block.eventSliderContentWithImagePadding .eventSlider-eventInfo-content-links, .eventSlider .eventSliderItem .widget-block.eventSliderContentWithImagePadding .eventSlider-eventInfo-startAndEnd, .eventSlider .eventSliderItem .widget-block.eventSliderContentWithImagePadding .eventSlider-eventInfo-content-title, .eventSlider .eventSliderItem .widget-block.eventSliderContentWithImagePadding .eventSlider-eventInfo-content-location {
    padding-left: 2.5rem;
  }
}

.eventSlider .eventSliderItem .widget-block.eventSliderContentWithImagePadding:before {
  display: none;
}

@media screen and (min-width: 64em) {
  .eventSlider .eventSliderItem .widget-block.eventSliderContentWithImagePadding:before {
    background: #939ba1;
    content: "";
    display: block;
    height: 1px;
    width: 100%;
    margin-bottom: 2.5rem;
  }
}

.eventSlider .eventSliderItem:not(.event-new-month) .eventSlider-header {
  display: none;
}

@media screen and (min-width: 64em) {
  .eventSlider .eventSliderItem:not(.event-new-month) .eventSlider-header {
    display: block;
  }
}

.eventSlider .eventSliderItem:not(.event-new-month) .eventSliderContentPadding:before {
  background: #939ba1;
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  margin-bottom: 2.5rem;
}

.eventSlider .eventSliderItem:not(.event-new-month) .eventSliderImagePadding:before {
  background: #939ba1;
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  margin-bottom: 2.5rem;
}

.eventSlider .eventSliderItem.event-new-month + .eventSliderItem:not(.event-new-month) .widget-block.eventSliderImagePadding:before {
  background: #939ba1;
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  margin-bottom: 2.5rem;
}

.eventSlider .eventSliderItem.event-new-month + .eventSliderItem:not(.event-new-month) .widget-block.eventSliderContentPadding:before {
  background: #939ba1;
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  margin-bottom: 2.5rem;
}

.eventSlider .eventSlider-image {
  width: 100%;
}

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

.eventSlider .eventSlider-header .eventSlider-header-date {
  margin-bottom: 0;
  text-transform: uppercase;
}

.eventSlider .eventSlider-header .eventSlider-header-month {
  color: #ffffff;
  font-size: 1.875rem;
  line-height: 1;
  display: block;
}

.eventSlider .eventSlider-header .eventSlider-header-year {
  color: #358ccf;
  font-size: 1.875rem;
  line-height: 1.4;
  display: block;
}

.eventSlider .eventSlider-eventInfo-content {
  padding-left: 0;
  line-height: 1.4;
}

.eventSlider .eventSlider-eventInfo-startAndEnd {
  padding-left: 0;
  font-size: 1.5rem;
  color: #939ba1;
}

.eventSlider .eventSlider-eventInfo-content-title {
  padding-left: 0;
  font-size: 1.5rem;
  margin-bottom: 1.25rem;
}

.eventSlider .eventSlider-eventInfo-content-location {
  padding-left: 0;
  font-size: 1.125rem;
  margin-bottom: 1.25rem;
}

.eventSlider .eventSlider-eventInfo-content-links {
  padding-left: 0;
  /*.calendar-link a, .webcast-link a, .additional-link, .presentation-link a {
			transition: border-bottom 0s ease, color 0.3s ease;
		}*/
}

.eventSlider .eventSlider-eventInfo-content-links .icon {
  height: 1.5rem;
  padding-right: 0.625rem;
  -ms-flex-positive: 0;
      flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.eventSlider .eventSlider-eventInfo-content-links .calendar-link, .eventSlider .eventSlider-eventInfo-content-links .webcast-link {
  padding-right: 0;
}

.eventSlider .eventSlider-eventInfo-content-links .calendar-link, .eventSlider .eventSlider-eventInfo-content-links .additional-link, .eventSlider .eventSlider-eventInfo-content-links .webcast-link, .eventSlider .eventSlider-eventInfo-content-links .presentation-link {
  margin-bottom: 0.625rem;
  display: -ms-flexbox;
  display: flex;
}

.eventSlider .eventSlider-eventInfo-content-links a {
  margin-left: 0 !important;
  margin-right: 0 !important;
  -ms-flex-positive: 0;
      flex-grow: 0;
  -ms-flex-negative: 1;
      flex-shrink: 1;
}

.MSIE-9 .calendar-link, .MSIE-9 .additional-link, .MSIE-9 .webcast-link, .MSIE-9 .presentation-link {
  display: table;
}

.MSIE-9 .calendar-link .icon, .MSIE-9 .calendar-link a, .MSIE-9 .additional-link .icon, .MSIE-9 .additional-link a, .MSIE-9 .webcast-link .icon, .MSIE-9 .webcast-link a, .MSIE-9 .presentation-link .icon, .MSIE-9 .presentation-link a {
  display: table-cell;
  vertical-align: middle;
}

/* _search.scss */
.main-search fieldset {
  border: none;
}

.main-search fieldset .k-autocomplete {
  border: none;
  width: 100%;
}

.main-search fieldset .k-input[type='text'] {
  margin: 0;
  border-bottom: 2px solid #002369;
  background-color: transparent;
  color: gray;
  box-shadow: none;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  height: 2.3rem;
}

.main-search fieldset .k-input[type='text']:-webkit-input-placeholder:before {
  content: "Please enter your search term";
  color: #002369;
}

.main-search fieldset .k-input[type='text']:focus, .main-search fieldset select:focus {
  border-bottom: 2px solid #90b114;
  background-color: transparent;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  box-shadow: none;
}

.main-search fieldset .k-input[type='text'].false {
  border-bottom: 2px solid #c41230;
}

.main-search fieldset input[type='submit'] {
  float: right;
}

.search-results-list.column, .search-results-list.columns {
  border-bottom: 2px solid gray;
  padding: 1rem 0;
}

.search_results .sfsearchResultStatistics {
  display: none;
}

.search_results .search_result_item:after {
  background: #939ba1;
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  margin: 3.125rem 0 3.125rem 0;
}

.search_results .search_result_item:last-child:after {
  display: none;
}

.search_results .sfsearchResultPublicationDate {
  color: #939ba1;
}

.k-list-scroller {
  background-color: #ffffff;
}

.isFrontend .widget-row .large-12 h3.sfsearchResultTitle {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
}

.isFrontend .widget-row .large-12 p.sfsearchResultHighLighter {
  margin-left: 0;
  margin-right: 0;
}

.isFrontend .widget-row .large-12 p.sfsearchResultUrl {
  margin: 0 0 2.5rem 0;
}

/* _menuOverlay.scss */
.off-canvas-overlay {
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(253, 253, 253, 0.6);
  display: none;
}

.off-canvas-overlay.off-canvas-overlay-active {
  display: block;
}

.off-canvas-overlay .off-canvas-overlay-close {
  display: none;
  position: absolute;
  right: 3rem;
  top: 2rem;
  background-image: url("/assets/icons/bw_ico_close_blue.svg");
  display: block;
  background-position: center;
  font-size: 0;
  width: 1.25rem;
  height: 1.25rem;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  cursor: pointer;
}

.off-canvas-overlay-body {
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(253, 253, 253, 0.6);
  display: none;
}

.off-canvas-overlay-body.off-canvas-overlay-body-active {
  display: block;
}

.menu-overlay {
  position: fixed;
  top: 0;
  right: 0;
  width: 500px;
  max-width: 100%;
  background: #90b114;
  -ms-transform: translateX(100%);
      transform: translateX(100%);
  -webkit-transform: translate(100%, 0);
  height: 100vh;
  overflow-y: auto;
  transition: all 0.3s ease;
  font-size: 1.5rem;
  z-index: 4;
}

.menu-overlay.is-active {
  -ms-transform: translateX(0);
      transform: translateX(0);
  -webkit-transform: translate(0, 0);
}

.menu-overlay .menu-overlay-close {
  position: absolute;
  right: 3rem;
  top: 2rem;
  background-image: url("/assets/icons/bw_ico_close_white.svg");
  display: block;
  background-position: center;
  font-size: 0;
  width: 1.25rem;
  height: 1.25rem;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  cursor: pointer;
}

.menu-overlay .menu-overlay-close:hover {
  background-image: url("/assets/icons/bw_ico_close_blue.svg");
}

.menu-overlay .menu-overlay-content {
  padding: 8.25rem 2.5rem 1.25rem 2.5rem;
  width: 100%;
}

.menu-overlay .menu-overlay-content .k-treeview .k-in {
  border: none;
  color: #ffffff;
}

.menu-overlay .menu-overlay-content .k-item {
  padding: 0;
}

.menu-overlay .menu-overlay-content .k-item a {
  padding: 0 0 1.25rem 0;
}

.menu-overlay .menu-overlay-content .k-itemis-accordion-submenu-parent.is-submenu-item.is-accordion-submenu-item {
  padding-bottom: 0;
}

.menu-overlay .menu-overlay-content .k-item:before {
  background: #b0cc7c;
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  margin-bottom: 1.25rem;
}

.menu-overlay .menu-overlay-content .k-item.is-submenu-item a {
  padding: 0 0 1.25rem 1.25rem;
}

.menu-overlay .menu-overlay-content .k-item.is-submenu-item:before {
  background: #b0cc7c;
  content: "";
  display: block;
  height: 1px;
  width: 100%;
}

.menu-overlay .menu-overlay-content .k-item.is-submenu-item:not(.is-accordion-submenu-parent):not(:first-child):before {
  display: none;
  background: none;
  content: "";
}

.menu-overlay .menu-overlay-content .k-item.k-first:before {
  display: none;
  background: none;
  content: "";
}

.menu-overlay .menu-overlay-content .k-item.is-accordion-submenu-parent.is-submenu-item a {
  padding: 0 0 1.25rem 1.25rem;
}

.menu-overlay .menu-overlay-content .k-item.is-accordion-submenu-parent.is-submenu-item .is-accordion-submenu-item a {
  padding: 0 0 1.25rem 2.5rem;
}

.menu-overlay .menu-overlay-content .k-item.is-accordion-submenu-parent.is-submenu-item .is-accordion-submenu-item:before {
  background: #b0cc7c;
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  margin-bottom: 1.25rem;
}

.menu-overlay .menu-overlay-content .k-item.is-accordion-submenu-parent.is-submenu-item .is-accordion-submenu-item:not(.is-accordion-submenu-parent):not(:first-child):before {
  display: none;
  background: none;
  content: "";
}

.menu-overlay .menu-overlay-content .k-item .sfSel {
  color: #002369;
  font-weight: normal;
}

.menu-overlay .menu-overlay-content .k-item .k-icon {
  position: absolute;
  right: 0.5rem;
  width: 2rem;
  height: 2rem;
}

.menu-overlay .menu-overlay-content .k-item .k-icon.k-plus {
  background-image: url("/assets/icons/bw_ico_plus_white.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 0% 0%;
}

.menu-overlay .menu-overlay-content .k-item .k-icon.k-plus:hover {
  background-image: url("/assets/icons/bw_ico_plus_blue.svg");
}

.menu-overlay .menu-overlay-content .k-item .k-icon.k-minus {
  background-image: url("/assets/icons/bw_ico_minus_blue.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 0% 0%;
}

.menu-overlay .menu-overlay-content .k-item .k-in.k-state-hover {
  color: #002369;
}

.img-overlay {
  transition: all 0.3s ease;
  z-index: 5;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(253, 253, 253, 0.8);
  display: none;
}

.img-overlay.img-overlay-active {
  display: block;
}

.img-overlay .img-overlay-close {
  position: fixed;
  right: .8rem;
  top: 1.2rem;
  background-image: url("/assets/icons/bw_ico_close_blue.svg");
  background-size: 1.25rem 1.25rem;
  background-repeat: no-repeat;
  background-position: center;
  font-size: 0;
  width: 1.875rem;
  height: 1.875rem;
  transition: all 0.3s ease;
}

.img-overlay .img-overlay-close:hover {
  background-image: url("/assets/icons/bw_ico_close_green.svg");
}

@media screen and (min-width: 48em) {
  .img-overlay .img-overlay-close {
    display: none;
  }
}

/* _main.scss */
html, body {
  overflow-x: hidden;
  max-width: 100%;
  position: relative;
  background-color: #f6f6f6;
  min-height: 100vh;
}

html {
  font-size: 100%;
}

@media screen and (max-width: 47.9375em) {
  html {
    font-size: 87.5%;
  }
}

@media screen and (min-width: 48em) {
  body {
    padding-top: 105px;
  }
}

@media screen and (min-width: 64em) {
  body {
    padding-top: 115px;
  }
}

body.no-scroll {
  overflow-y: hidden;
}

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

.background-bwblue {
  background-color: #002369;
  color: white;
}

.background-blue {
  background-color: #007dc3;
  color: white;
}

.background-darkblue {
  background-color: #31495C;
  color: white;
}

.background-green {
  background-color: #90b114;
  color: white;
}

.background-bwbackground {
  background-color: #f6f6f6;
}

.background-eventSlider {
  background-color: #007dc3;
  color: white;
}

.background-contact {
  background-color: #31495c;
  color: white;
  text-align: center;
}

.img-full-width-background {
  position: relative;
}

.img-full-width-background:after {
  content: "";
  background-image: url("/Assets/Graphics/img-fullwidth-svg.svg");
  background-repeat: no-repeat;
  z-index: 1;
  height: 1.5rem;
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  right: 0;
  background-position: right -300px bottom 0;
}

@media screen and (min-width: 64em) {
  .img-full-width-background:after {
    height: 2.5rem;
    background-position: right;
  }
}

.icon {
  height: 2.5rem;
  width: 2.5rem;
}

.icon.search-icon {
  height: 1.25rem;
  width: 1.25rem;
}

.icon.social-responsibility-icons {
  width: 9.375rem;
  height: auto;
}

.icon-linkedin {
  background-image: url("/assets/icons/bw_ico-in.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 0% 0%;
  display: inline-block;
}

.icon-linkedin:hover {
  background-image: url("/assets/icons/bw_ico-in-blue.svg");
}

.icon-fb {
  background-image: url("/assets/icons/bw_ico-fb.svg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: 0% 0%;
  display: inline-block;
}

.icon-fb:hover {
  background-image: url("/assets/icons/bw_ico-fb-blue.svg");
}

.icon-yt {
  background-image: url("/assets/icons/bw_ico-youtube.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 0% 100%;
  display: inline-block;
}

.icon-yt:hover {
  background-image: url("/assets/icons/bw_ico-youtube-blue.svg");
}

.icon-xls, icon-xlsx {
  background: url("/assets/icons/bw_ico-exel.svg");
  background-repeat: no-repeat;
  background-size: 2.5rem;
  background-position: top left;
  padding-left: 4rem;
}

@media screen\0 {
  .icon-xls, icon-xlsx {
    background-size: 350px;
  }
}

.icon-mp4 {
  background: url("/assets/icons/bw_ico-vid.svg");
  background-repeat: no-repeat;
  background-size: 2.5rem;
  background-position: top left;
  padding-left: 4rem;
}

@media screen\0 {
  .icon-mp4 {
    background-size: 350px;
  }
}

.icon-doc, .icon-docx {
  background: url("/assets/icons/bw_ico-word.svg");
  background-repeat: no-repeat;
  background-size: 2.5rem;
  background-position: top left;
  padding-left: 4rem;
}

@media screen\0 {
  .icon-doc, .icon-docx {
    background-size: 350px;
  }
}

.icon-pdf {
  background: url("/assets/icons/bw_ico-pdf.svg");
  background-repeat: no-repeat;
  background-size: 2.5rem;
  background-position: top left;
  padding-left: 4rem;
}

@media screen\0 {
  .icon-pdf {
    background-size: 350px;
  }
}

.icon-jpg, .icon-png {
  background: url("/assets/icons/bw_ico-img.svg");
  background-repeat: no-repeat;
  background-size: 2.5rem;
  background-position: top left;
  padding-left: 4rem;
}

@media screen\0 {
  .icon-jpg, .icon-png {
    background-size: 350px;
  }
}

.icon-zip {
  background: url("/assets/icons/bw_ico-zip.svg");
  background-repeat: no-repeat;
  background-size: 2.5rem;
  background-position: top left;
  padding-left: 4rem;
}

@media screen\0 {
  .icon-zip {
    background-size: 350px;
  }
}

.widget-row:not(.full) {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.widget-row:not(.full).top, .widget-row:not(.full).middle {
  padding-bottom: 0;
}

.widget-row:not(.full).bottom, .widget-row:not(.full).middle {
  padding-top: 0;
}

.widget-block.bigpadding {
  padding: 5rem 2.5rem 5rem 2.5rem;
}

.widget-block.normalpadding {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.widget-block.vcentered {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.widget-block.vcentered .content {
  width: 100%;
}

.widget-block .narrow {
  max-width: 28.125rem;
  margin: 0 auto;
}

.widget-block > .content.narrow {
  max-width: 28.125rem;
  margin: 0 auto;
}

.widget-block .centered {
  text-align: center;
}

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

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

input[type='text'], input[type='email'] {
  margin: 0;
  border-bottom: 2px solid #002369;
  background-color: transparent;
  color: gray;
  box-shadow: none;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  height: 2.3rem;
  width: 100%;
  position: relative;
  -webkit-appearance: none;
  border-radius: 0;
}

input[type='text'].false, input[type='email'].false {
  border-bottom: 2px solid #c41230;
}

select, input[type="select"] {
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
  -moz-appearance: none;
  border-radius: 0;
  background: url("/assets/icons/bw_ico_arrow_down.svg");
  background-position: right;
  background-repeat: no-repeat;
  background-size: 1.25rem;
  margin: 0;
  border-bottom: 2px solid #002369;
  background-color: transparent;
  color: gray;
  box-shadow: none;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  height: 2.3rem;
  width: 100%;
  position: relative;
}

input[type='text']:focus, input[type='email']:focus, select:focus {
  border-bottom: 2px solid #90b114;
  background-color: transparent;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  box-shadow: none;
  outline-style: none;
}

textarea {
  background-color: transparent;
  border-bottom: 2px solid #002369;
  border-top: none;
  border-left: none;
  border-right: none;
  max-width: 100%;
  width: 100%;
  max-height: 90%;
  height: 100%;
}

textarea:focus {
  outline-style: none;
}

input[type='submit'] {
  border: none;
}

input[type='checkbox'], input[type='radio'] {
  display: none;
}

input[type="checkbox"] + label:before {
  background: #ced2d4;
  content: "\00a0";
  display: inline-block;
  font: 16px sans-serif;
  margin: 0 1.25rem 0 0;
  padding: 0;
  vertical-align: top;
  height: 1.25rem;
  width: 1.25rem;
}

input[type="checkbox"]:checked + label:before {
  color: #90b114;
  content: "\2713";
  text-align: center;
}

input[type="checkbox"]:checked + label:after {
  font-weight: bold;
}

input[type="radio"] + label:before {
  background: #ced2d4;
  content: "";
  display: inline-block;
  margin: 0 1.25rem 0 0;
  border-radius: 1rem;
  padding: 0;
  vertical-align: top;
  height: 1.25rem;
  width: 1.25rem;
}

input[type="radio"]:checked + label:before {
  background-color: #90b114;
  content: "";
}

.job-search-form {
  margin-top: 1.25rem;
}

.job-search-form .job-search-item {
  margin-bottom: 1.25rem;
}

.job-search-form .job-search-item .job-search-item-label {
  color: #002369;
  font-size: 1rem;
}

.cursorPointer {
  cursor: pointer;
}

.sfdownloadList, .sfrelatedList {
  height: 21rem;
  overflow-y: auto;
}

@media only print {
  .sfdownloadList, .sfrelatedList {
    height: auto;
  }
}

.old-browser {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: white;
  z-index: 10;
  padding: 80px;
}

.old-browser .content {
  position: fixed;
  margin: 0 auto;
  width: 360px;
}

/* _typo.scss */
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .pressReleaseSliderWidget .rightSlider .slick-slide .pressTitle, .h5, .pressReleaseSliderWidget .rightSlider .slick-slide .pressHeadline, .h6 {
  line-height: 1.5;
  margin-bottom: 2.5rem;
  color: #002369;
  font-weight: normal;
}

@media screen and (max-width: 63.9375em) {
  h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .pressReleaseSliderWidget .rightSlider .slick-slide .pressTitle, .h5, .pressReleaseSliderWidget .rightSlider .slick-slide .pressHeadline, .h6 {
    line-height: 1.2;
    margin-bottom: 1.25rem;
  }
}

h1.header {
  margin-top: 7.5rem;
}

h5, h6, .h5, .pressReleaseSliderWidget .rightSlider .slick-slide .pressHeadline, .h6 {
  color: #939ba1;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1px;
}

h1, .h1 {
  font-size: 2.75rem;
}

@media screen and (max-width: 63.9375em) {
  h1, .h1 {
    font-size: 2rem;
  }
}

h2, .h2 {
  font-size: 2.25rem;
}

@media screen and (max-width: 63.9375em) {
  h2, .h2 {
    font-size: 1.625rem;
  }
}

h3, .h3 {
  font-size: 1.875rem;
}

@media screen and (max-width: 63.9375em) {
  h3, .h3 {
    font-size: 1.5rem;
  }
}

h4, .h4, .pressReleaseSliderWidget .rightSlider .slick-slide .pressTitle {
  font-size: 1.5rem;
}

@media screen and (max-width: 63.9375em) {
  h4, .h4, .pressReleaseSliderWidget .rightSlider .slick-slide .pressTitle {
    font-size: 1.375rem;
  }
}

h5, .h5, .pressReleaseSliderWidget .rightSlider .slick-slide .pressHeadline {
  font-size: 1rem;
}

h6, .h6 {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 0.875rem;
}

@media screen and (max-width: 63.9375em) {
  h6, .h6 {
    font-size: .875rem;
  }
}

.highlighted-text {
  color: #90b114;
}

.text-bwblue {
  color: #002369;
}

.text-blue {
  color: #007dc3;
}

.text-green {
  color: #90b114;
}

ul, ol {
  margin: 2.5rem 0;
}

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

a {
  text-decoration: none;
}

.isFrontend .everythingbutheader {
  position: relative;
}

.isFrontend .bw-main-content {
  position: relative;
}

.isFrontend .bw-main-content ul:not(.slick-dots) {
  padding-left: 0;
}

.isFrontend .bw-main-content ul:not(.slick-dots) li {
  list-style: none;
  display: inline-table;
  border-bottom: 1px solid #939ba1;
  padding-bottom: 1.25rem;
  width: 100%;
}

.isFrontend .bw-main-content ul:not(.slick-dots) li:before {
  content: '';
}

.isFrontend .bw-main-content ul:not(.slick-dots) li:last-child {
  border-bottom: 0;
}

.isFrontend .bw-main-content .sfContentBlock .divider-line-list ul:not(.slick-dots) {
  padding-left: 0;
}

.isFrontend .bw-main-content .sfContentBlock .divider-line-list ul:not(.slick-dots) li {
  list-style: none;
  display: inline-table;
  border-bottom: 1px solid #939ba1;
  padding-bottom: 1.25rem;
  width: 100%;
}

.isFrontend .bw-main-content .sfContentBlock .divider-line-list ul:not(.slick-dots) li:before {
  content: '';
}

.isFrontend .bw-main-content .sfContentBlock .divider-line-list ul:not(.slick-dots) li:last-child {
  border-bottom: 0;
}

.isFrontend .bw-main-content .sfcontent ul:not(.slick-dots), .isFrontend .bw-main-content .sfContentBlock ul:not(.slick-dots), .isFrontend .bw-main-content .pressContent ul:not(.slick-dots), .isFrontend .bw-main-content .location-description ul:not(.slick-dots), .isFrontend .bw-main-content .widget-block ul:not(.slick-dots), .isFrontend .bw-main-content .compliance-hotline-text ul:not(.slick-dots), .isFrontend .bw-main-content .contact-form-submit ul:not(.slick-dots) {
  padding-left: 1.5rem;
}

.isFrontend .bw-main-content .sfcontent ul:not(.slick-dots) li, .isFrontend .bw-main-content .sfContentBlock ul:not(.slick-dots) li, .isFrontend .bw-main-content .pressContent ul:not(.slick-dots) li, .isFrontend .bw-main-content .location-description ul:not(.slick-dots) li, .isFrontend .bw-main-content .widget-block ul:not(.slick-dots) li, .isFrontend .bw-main-content .compliance-hotline-text ul:not(.slick-dots) li, .isFrontend .bw-main-content .contact-form-submit ul:not(.slick-dots) li {
  list-style: none;
  display: block;
  text-indent: -1.5rem;
  padding-bottom: 0;
  border-bottom: none;
}

.isFrontend .bw-main-content .sfcontent ul:not(.slick-dots) li:before, .isFrontend .bw-main-content .sfContentBlock ul:not(.slick-dots) li:before, .isFrontend .bw-main-content .pressContent ul:not(.slick-dots) li:before, .isFrontend .bw-main-content .location-description ul:not(.slick-dots) li:before, .isFrontend .bw-main-content .widget-block ul:not(.slick-dots) li:before, .isFrontend .bw-main-content .compliance-hotline-text ul:not(.slick-dots) li:before, .isFrontend .bw-main-content .contact-form-submit ul:not(.slick-dots) li:before {
  content: '';
  display: inline-block;
  width: 0.5rem;
  height: 0.5rem;
  background-color: #90b114;
  margin-right: 1rem;
  margin-bottom: 0.125rem;
}

.isFrontend .bw-main-content ol {
  counter-reset: item;
}

.isFrontend .bw-main-content ol li {
  display: block;
  text-indent: -0.75rem;
}

.isFrontend .bw-main-content ol li:before {
  display: inline-block;
  width: 0.75rem;
  content: counter(item) ". ";
  counter-increment: item;
  color: #90b114;
}

.isFrontend .bw-main-content a {
  color: #00aae1;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: all 0.3s ease;
}

.isFrontend .bw-main-content a:hover {
  border-bottom: 1px solid currentColor;
  color: #005d7b;
}

.isFrontend .bw-main-content h1 a, .isFrontend .bw-main-content h2 a, .isFrontend .bw-main-content h3 a, .isFrontend .bw-main-content h4 a, .isFrontend .bw-main-content .h1 a, .isFrontend .bw-main-content .h2 a, .isFrontend .bw-main-content .h3 a, .isFrontend .bw-main-content .h4 a, .isFrontend .bw-main-content .pressReleaseSliderWidget .rightSlider .slick-slide .pressTitle a, .pressReleaseSliderWidget .rightSlider .slick-slide .isFrontend .bw-main-content .pressTitle a {
  color: #002369;
}

.isFrontend .bw-main-content h5 a, .isFrontend .bw-main-content h6 a, .isFrontend .bw-main-content .h5 a, .isFrontend .bw-main-content .pressReleaseSliderWidget .rightSlider .slick-slide .pressHeadline a, .pressReleaseSliderWidget .rightSlider .slick-slide .isFrontend .bw-main-content .pressHeadline a, .isFrontend .bw-main-content .h6 a {
  color: #939ba1;
}

.isFrontend p {
  margin-top: 0;
  margin-bottom: 1.25rem;
}

.isFrontend strong {
  color: #90b114;
}

.isFrontend .widget-row .large-12 p, .isFrontend .widget-row .large-12 h1, .isFrontend .widget-row .large-12 h2, .isFrontend .widget-row .large-12 h3, .isFrontend .widget-row .large-12 h4, .isFrontend .widget-row .large-12 h5, .isFrontend .widget-row .large-12 h6, .isFrontend .widget-row .large-12 ul, .isFrontend .widget-row .large-12 ol, .isFrontend .widget-row .large-12 a, .isFrontend .widget-row .large-12 pre, .isFrontend .widget-row .large-12 blockquote {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}

.isFrontend .widget-row .large-12 a.icon-yt, .isFrontend .widget-row .large-12 a.icon-linkedin, .isFrontend .widget-row .large-12 a.icon-fb {
  margin-right: 2.5rem;
  margin-left: 0;
}

.isFrontend .widget-row .large-12 a.icon-yt {
  margin-right: 0;
}

.isFrontend .widget-row .large-12 .contact-widget {
  margin-top: 0;
  margin-bottom: 0;
}

blockquote, .blockquote {
  margin-bottom: 5rem;
}

blockquote h5, .blockquote h5 {
  margin-bottom: 1.25rem;
}

blockquote p, .blockquote p {
  line-height: 1.5;
  font-weight: normal;
  color: #90b114;
  font-size: 2rem;
}

@media screen and (min-width: 48em) {
  blockquote p, .blockquote p {
    font-size: 2.75rem;
  }
}

p.quote {
  line-height: 1.5;
  font-weight: normal;
  color: #90b114;
  font-size: 2rem;
}

@media screen and (min-width: 48em) {
  p.quote {
    font-size: 2.75rem;
  }
}

@media screen and (max-width: 74.9375em) {
  .pressContent {
    display: none;
  }
}

button, .isFrontend a.button, input[type='submit'], input[type='button'] {
  margin: 1.25rem 0;
  background: rgba(17, 17, 17, 0.125);
  color: #111111;
  line-height: 3rem;
  padding: 0 2.5rem;
  font-size: 0.875rem;
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: uppercase;
  transition: all 0.3s ease;
  border: none;
  display: inline-block;
}

button:not(.disabled):hover, .isFrontend a.button:not(.disabled):hover, input[type='submit']:not(.disabled):hover, input[type='button']:not(.disabled):hover {
  background: rgba(0, 170, 225, 0.125);
  border-bottom: none;
  color: #00aae1;
}

button:hover, .isFrontend a.button:hover, input[type='submit']:hover, input[type='button']:hover {
  border-bottom: none;
}

button.disabled, .isFrontend a.button.disabled, input[type='submit'].disabled, input[type='button'].disabled {
  color: #a2a2a7;
}

.isFrontend .background-bwblue button, .isFrontend .background-bwblue a.button, .isFrontend .background-blue button, .isFrontend .background-blue a.button, .isFrontend .background-green button, .isFrontend .background-green a.button, .isFrontend .background-darkblue button, .isFrontend .background-darkblue a.button {
  background: rgba(255, 255, 255, 0.125);
  color: white;
}

.isFrontend .background-bwblue button:not(.disabled):hover, .isFrontend .background-bwblue a.button:not(.disabled):hover, .isFrontend .background-blue button:not(.disabled):hover, .isFrontend .background-blue a.button:not(.disabled):hover, .isFrontend .background-green button:not(.disabled):hover, .isFrontend .background-green a.button:not(.disabled):hover, .isFrontend .background-darkblue button:not(.disabled):hover, .isFrontend .background-darkblue a.button:not(.disabled):hover {
  background: rgba(255, 255, 255, 0.9);
}

.isFrontend .background-bwblue button.disabled, .isFrontend .background-bwblue a.button.disabled, .isFrontend .background-blue button.disabled, .isFrontend .background-blue a.button.disabled, .isFrontend .background-green button.disabled, .isFrontend .background-green a.button.disabled, .isFrontend .background-darkblue button.disabled, .isFrontend .background-darkblue a.button.disabled {
  color: #a2a2a7;
}

.isFrontend .background-bwblue button:not(.disabled):hover, .isFrontend .background-bwblue a.button:not(.disabled):hover {
  color: #002369;
}

.isFrontend .background-blue button:not(.disabled):hover, .isFrontend .background-blue a.button:not(.disabled):hover {
  color: #007dc3;
}

.isFrontend .background-green button:not(.disabled):hover, .isFrontend .background-green a.button:not(.disabled):hover {
  color: #90b114;
}

.isFrontend .background-darkblue button:not(.disabled):hover, .isFrontend .background-darkblue a.button:not(.disabled):hover {
  color: #31495C;
}

.isFrontend .widget-row .sfnewsListItem p, .isFrontend .widget-row .sfnewsListItem h1, .isFrontend .widget-row .sfnewsListItem h2, .isFrontend .widget-row .sfnewsListItem h3, .isFrontend .widget-row .sfnewsListItem h4, .isFrontend .widget-row .sfnewsListItem h5, .isFrontend .widget-row .sfnewsListItem h6, .isFrontend .widget-row .sfnewsListItem ul, .isFrontend .widget-row .sfnewsListItem ol, .isFrontend .widget-row .sfnewsListItem a, .isFrontend .widget-row .sfnewsListItem pre, .isFrontend .widget-row .sfnewsListItem blockquote {
  max-width: 100%;
  margin-left: 0;
}

.isFrontend .widget-row .sf_pagerNumeric {
  text-align: center;
}

.isFrontend .widget-row .sf_pagerNumeric a {
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}

.isFrontend .widget-row .sf_pagerNumeric a.sf_PagerCurrent {
  border-bottom: 1px solid currentColor;
  color: #005d7b;
}

.table-wrapper {
  max-width: 100%;
  overflow-x: auto;
}

/* _layoutControl.scss */
@media only screen and (min-width: 64em) {
  .row-special-two-columns .sf_colsIn {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
  }
}

@media only screen {
  .row-special-two-columns .sf_colsIn.sf_2col_1in_50 {
    margin: 0 0 0 auto;
    height: 100%;
  }
}

@media only screen and (min-width: 64em) {
  .row-special-two-columns .sf_colsIn.sf_2col_1in_50 .sfContentBlock {
    /*padding-left: 0;*/
    max-height: 100%;
  }
}

@media only screen {
  .row-special-two-columns .sf_colsIn.sf_2col_2in_50 {
    margin: 0 auto 0 0;
    height: 100%;
  }
}

@media only screen and (min-width: 64em) {
  .row-special-two-columns .sf_colsIn.sf_2col_2in_50 .sfContentBlock {
    /*padding-right: 0;*/
    max-height: 100%;
  }
}

@media only screen {
  .row-special-two-columns .sf_colsIn .sfimageWrp {
    height: 100%;
    width: 100%;
  }
  .row-special-two-columns .sf_colsIn .sfimageWrp img {
    width: 100%;
  }
}

@media only screen and (min-width: 64em) {
  .row-special-two-columns .sf_colsIn .sfimageWrp img {
    height: 100%;
  }
}

@media only screen {
  .row-special-two-columns .sf_colsIn .sfContentBlock {
    max-width: 100%;
    padding: 2.5rem;
  }
}

@media only screen and (min-width: 90em) {
  .row-special-two-columns .sf_colsIn .sfContentBlock {
    padding: 5rem;
  }
}

@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .medium-6:nth-child(2n+3) {
    clear: left;
  }
}

/*  _sliders.scss */
.slick-slider .slick-slide {
  position: relative;
}

.slick-slider .slick-slide:focus {
  outline: none;
}

.slick-slider .slick-dots {
  position: absolute;
  bottom: 0px;
  list-style: none;
  display: none;
  text-align: center;
  padding: 0;
  margin: 0;
  left: 50%;
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
}

@media screen and (min-width: 64em) {
  .slick-slider .slick-dots {
    display: inline-block;
  }
}

.slick-slider .slick-dots li {
  position: relative;
  display: inline-block;
  height: 1.5rem;
  width: 1.5;
  margin: 0;
  padding: 0;
  cursor: pointer;
}

@media screen and (min-width: 48em) {
  .slick-slider .slick-dots li {
    margin: 0 0.3125rem;
  }
}

.slick-slider .slick-dots li button {
  border: 0;
  margin: 0;
  background: transparent;
  display: block;
  height: 1.5rem;
  width: 1.5rem;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 0.5rem;
  cursor: pointer;
}

.slick-slider .slick-dots li button:hover, .slick-slider .slick-dots li button:focus {
  outline: none;
  background: transparent !important;
}

.slick-slider .slick-dots li button:hover:before, .slick-slider .slick-dots li button:focus:before {
  background-color: #002369;
}

.slick-slider .slick-dots li button:before {
  position: absolute;
  top: 0.5rem;
  left: 0.5rem;
  content: '';
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background-color: #939ba1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: all 0.3s ease;
}

.slick-slider .slick-dots li.slick-active button:before {
  background-color: #002369;
}

.slick-slider .slick-arrow {
  position: absolute;
  background: transparent !important;
  padding: 0;
  font-size: 0;
  width: 2.5rem;
  height: 2.5rem;
  top: 50%;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  z-index: 1;
  margin: 0;
}

@media screen and (min-width: 48em) {
  .slick-slider .slick-arrow {
    width: 3rem;
    height: 3rem;
  }
}

.slick-slider .slick-arrow:hover {
  background: transparent;
}

.slick-slider .slick-arrow:focus {
  outline: none;
}

.slick-slider .slick-arrow.slick-prev {
  left: 1.25rem;
}

.slick-slider .slick-arrow.slick-prev:after {
  border-width: 1px 0 0 1px;
  -ms-transform: translate(50%, -50%) rotate(-45deg);
      transform: translate(50%, -50%) rotate(-45deg);
}

.slick-slider .slick-arrow.slick-prev:hover:after {
  border-width: 2px 0 0 2px;
}

.slick-slider .slick-arrow.slick-next {
  right: 1.25rem;
}

.slick-slider .slick-arrow.slick-next:after {
  border-width: 0 1px 1px 0;
  -ms-transform: translate(0%, -50%) rotate(-45deg);
      transform: translate(0%, -50%) rotate(-45deg);
}

.slick-slider .slick-arrow.slick-next:hover:after {
  border-width: 0 2px 2px 0;
}

.slick-slider .slick-arrow:after {
  content: '';
  position: absolute;
  top: 50%;
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  background: transparent;
  border-style: solid;
  border-color: white;
}

@media screen and (min-width: 48em) {
  .slick-slider .slick-arrow:after {
    width: 2rem;
    height: 2rem;
  }
}

.image-text-slider-container {
  position: relative;
}

.image-text-slider-container .image-overlay-container {
  display: none;
}

@media screen and (min-width: 48em) {
  .image-text-slider-container .image-overlay-container {
    display: block;
    background-position: right;
    background-repeat: no-repeat;
    background-image: url("/Assets/Graphics/img-fullwidth-svg.svg");
    background-position: right;
    position: absolute;
    left: 0;
    right: 0;
    height: 1.5rem;
    z-index: 1;
    background-image: url("/Assets/Graphics/img-fullwidth-svg.svg");
  }
}

@media screen and (min-width: 64em) {
  .image-text-slider-container .image-overlay-container {
    height: 2.5rem;
  }
}

.image-text-slider-container .slider-overlay {
  padding: 1rem 0;
}

@media screen and (min-width: 48em) {
  .image-text-slider-container .slider-overlay {
    position: absolute;
    left: 5rem;
    top: 2.5rem;
    background-image: url("/Assets/Graphics/overlay-background.svg");
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: 750px;
    padding: 1.25rem;
    right: 50%;
  }
}

@media screen and (min-width: 64em) {
  .image-text-slider-container .slider-overlay {
    padding: 2.5rem;
    top: 5rem;
  }
}

.image-text-slider-container .slider-overlay .text-green, .image-text-slider-container .slider-overlay .text-bwblue {
  white-space: nowrap;
  font-size: 1.25rem;
  text-transform: uppercase;
}

@media screen and (min-width: 48em) {
  .image-text-slider-container .slider-overlay .text-green, .image-text-slider-container .slider-overlay .text-bwblue {
    font-size: 1.5rem;
  }
}

@media screen and (min-width: 64em) {
  .image-text-slider-container .slider-overlay .text-green, .image-text-slider-container .slider-overlay .text-bwblue {
    font-size: 2.5rem;
  }
}

.image-text-slider-container .slider-overlay p {
  margin-bottom: 0;
}

.image-text-slider-container .slick-slide img {
  width: 100%;
}

.image-text-slider-container .slick-slide .sub-image {
  min-height: 3rem;
}

.image-text-slider-container .slick-slide .sub-image a {
  color: #939ba1;
}

.image-text-slider-container .slick-slide .sub-image a:hover {
  color: #60686e;
}

.image-text-slider-container .slick-slide .sub-image .slide-headline {
  text-align: left;
  color: #002369;
  text-transform: uppercase;
  font-weight: bold;
}

.image-text-slider-container .slick-slide .sub-image .subheadline {
  color: #939ba1;
}

.image-text-slider-container .slick-slide .sub-image .copyright {
  color: #939ba1;
  font-size: 0.875rem;
}

.two-on-one-slider {
  margin-left: -20px;
  margin-right: -20px;
}

.two-on-one-slider .slick-slide {
  text-align: center;
  padding: 0 20px;
}

.two-on-one-slider .slick-slide img {
  margin: 0 auto;
}

.pressReleaseSliderWidget > div:nth-of-type(2) {
  padding: 2.5rem 0;
}

@media screen and (min-width: 64em) {
  .pressReleaseSliderWidget > div:nth-of-type(2) {
    padding: 0;
  }
}

@media (max-width: 425px) {
  .pressReleaseSliderWidget > div:nth-of-type(2) {
    padding: 2.5rem 0 0;
  }
}

.pressReleaseSliderWidget .slickSlider .slick-list {
  height: 100%;
}

.pressReleaseSliderWidget .slickSlider .slick-list .slick-track {
  height: 100%;
}

.pressReleaseSliderWidget .slickSlider .slick-list .slick-track .slick-slide {
  height: 100%;
}

.pressReleaseSliderWidget .slickSlider .slick-arrow {
  width: 1.5rem;
  height: 1.5rem;
}

.pressReleaseSliderWidget .slickSlider .slick-arrow.slick-prev {
  left: 0.5rem;
}

@media screen and (min-width: 64em) {
  .pressReleaseSliderWidget .slickSlider .slick-arrow.slick-prev {
    left: 3rem;
  }
}

.pressReleaseSliderWidget .slickSlider .slick-arrow.slick-next {
  right: 0.5rem;
}

@media screen and (min-width: 64em) {
  .pressReleaseSliderWidget .slickSlider .slick-arrow.slick-next {
    right: -0.5rem;
  }
}

.pressReleaseSliderWidget .slickSlider .slick-arrow:after {
  content: '';
  position: absolute;
  display: block;
  width: 1rem;
  height: 1rem;
  background: transparent;
  border-style: solid;
  border-color: white;
}

.pressReleaseSliderWidget .slickSlider .slick-dots {
  bottom: 1.5rem;
}

@media screen and (min-width: 48em) {
  .pressReleaseSliderWidget .slickSlider .slick-dots {
    bottom: 1.5rem;
  }
}

.pressReleaseSliderWidget .slickSlider .slick-dots li button:hover, .pressReleaseSliderWidget .slickSlider .slick-dots li button:focus {
  outline: none;
}

.pressReleaseSliderWidget .slickSlider .slick-dots li button:hover:before, .pressReleaseSliderWidget .slickSlider .slick-dots li button:focus:before {
  background-color: white;
}

.pressReleaseSliderWidget .slickSlider .slick-dots li button:before {
  position: absolute;
  top: 0.5rem;
  left: 0.5rem;
  content: '';
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: all 0.3s ease;
}

.pressReleaseSliderWidget .slickSlider .slick-dots li.slick-active button:before {
  background-color: white;
}

.pressReleaseSliderWidget .leftSlider {
  margin: 0 0 0 auto;
}

.pressReleaseSliderWidget .leftSlider img {
  width: 100%;
  height: 100%;
}

.pressReleaseSliderWidget .rightSlider .slick-slide {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding: 0 3.5rem;
}

@media screen and (min-width: 48em) {
  .pressReleaseSliderWidget .rightSlider .slick-slide {
    padding: 0 7.5rem;
    padding-right: 5rem;
  }
}

.pressReleaseSliderWidget .rightSlider .slick-slide .pressHeadline {
  color: white !important;
  margin: 0 0 1rem !important;
}

.pressReleaseSliderWidget .rightSlider .slick-slide .pressTitle {
  margin: 0 0 2rem !important;
  color: white !important;
}

.pressReleaseSliderWidget .rightSlider .slick-slide .button {
  margin: 0 auto;
  margin-top: 1rem;
  margin-bottom: 1.5rem;
}

@media screen and (min-width: 48em) {
  .pressReleaseSliderWidget .rightSlider .slick-slide .button {
    margin-bottom: 0;
  }
}

html.MSIE-10 .pressReleaseSliderWidget .rightSlider .slick-slide {
  display: block;
}

@media only print {
  img {
    margin: 0 auto !important;
  }
  .sfContentBlock img {
    display: block;
    text-align: center;
  }
  .row {
    padding: 0 !important;
  }
  .narrow {
    max-width: 100% !important;
  }
}
