@charset "UTF-8";
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
@import url("https://fonts.googleapis.com/css?family=Fira+Sans+Condensed|Fira+Sans:300,300i,500,500i,700,700i|Roboto:300,300i,400,400i,500,500i,700,700i&subset=greek");
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/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 when focused and also mouse hovered in all browsers.
 */
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 {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
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;
}

meta.foundation-version {
  font-family: "/5.5.0/";
}

meta.foundation-mq-small {
  font-family: "/only screen and (min-width:0em)/";
  width: 0em;
}

meta.foundation-mq-small-only {
  font-family: "/only screen and (max-width: 40em)/";
  width: 0em;
}

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:40.063em)/";
  width: 40.063em;
}

meta.foundation-mq-medium-only {
  font-family: "/only screen and (min-width:40.063em) and (max-width:64em)/";
  width: 40.063em;
}

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:64.063em)/";
  width: 64.063em;
}

meta.foundation-mq-large-only {
  font-family: "/only screen and (min-width:64.063em) and (max-width:90em)/";
  width: 64.063em;
}

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:90.063em)/";
  width: 90.063em;
}

meta.foundation-mq-xlarge-only {
  font-family: "/only screen and (min-width:90.063em) and (max-width:120em)/";
  width: 90.063em;
}

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:120.063em)/";
  width: 120.063em;
}

meta.foundation-data-attribute-namespace {
  font-family: false;
}

html, body {
  height: 100%;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html, body {
  font-size: 100%;
}

body {
  background: #FFFFFF;
  color: #3E4047;
  padding: 0;
  margin: 0;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 100%;
  position: relative;
  cursor: auto;
}

a:hover {
  cursor: pointer;
}

img {
  max-width: 100%;
  height: auto;
}

img {
  -ms-interpolation-mode: bicubic;
}

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

.left {
  float: left !important;
}

.right {
  float: right !important;
}

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

.clearfix:after {
  clear: both;
}

.hide {
  display: none !important;
  visibility: hidden;
}

.invisible {
  visibility: hidden;
}

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  display: inline-block;
  vertical-align: middle;
}

textarea {
  height: auto;
  min-height: 50px;
}

select {
  width: 100%;
}

.row {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 90rem;
}

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

.row:after {
  clear: both;
}

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

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

.row .row {
  width: auto;
  margin-left: -1.75rem;
  margin-right: -1.75rem;
  margin-top: 0;
  margin-bottom: 0;
  max-width: none;
}

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

.row .row:after {
  clear: both;
}

.row .row.collapse {
  width: auto;
  margin: 0;
  max-width: none;
}

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

.row .row.collapse:after {
  clear: both;
}

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

[class*="column"] + [class*="column"]:last-child {
  float: right;
}

[class*="column"] + [class*="column"].end {
  float: left;
}

@media only screen and (min-width: 0em) {
  .small-push-0 {
    position: relative;
    left: 0%;
    right: auto;
  }
  .small-pull-0 {
    position: relative;
    right: 0%;
    left: auto;
  }
  .small-push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto;
  }
  .small-pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto;
  }
  .small-push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto;
  }
  .small-pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto;
  }
  .small-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }
  .small-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }
  .small-push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto;
  }
  .small-pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto;
  }
  .small-push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto;
  }
  .small-pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto;
  }
  .small-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }
  .small-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }
  .small-push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto;
  }
  .small-pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto;
  }
  .small-push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto;
  }
  .small-pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto;
  }
  .small-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }
  .small-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }
  .small-push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto;
  }
  .small-pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto;
  }
  .small-push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto;
  }
  .small-pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto;
  }
  .column,
  .columns {
    position: relative;
    padding-left: 1.75rem;
    padding-right: 1.75rem;
    float: left;
  }
  .small-1 {
    width: 8.3333333333%;
  }
  .small-2 {
    width: 16.6666666667%;
  }
  .small-3 {
    width: 25%;
  }
  .small-4 {
    width: 33.3333333333%;
  }
  .small-5 {
    width: 41.6666666667%;
  }
  .small-6 {
    width: 50%;
  }
  .small-7 {
    width: 58.3333333333%;
  }
  .small-8 {
    width: 66.6666666667%;
  }
  .small-9 {
    width: 75%;
  }
  .small-10 {
    width: 83.3333333333%;
  }
  .small-11 {
    width: 91.6666666667%;
  }
  .small-12 {
    width: 100%;
  }
  .small-offset-0 {
    margin-left: 0% !important;
  }
  .small-offset-1 {
    margin-left: 8.3333333333% !important;
  }
  .small-offset-2 {
    margin-left: 16.6666666667% !important;
  }
  .small-offset-3 {
    margin-left: 25% !important;
  }
  .small-offset-4 {
    margin-left: 33.3333333333% !important;
  }
  .small-offset-5 {
    margin-left: 41.6666666667% !important;
  }
  .small-offset-6 {
    margin-left: 50% !important;
  }
  .small-offset-7 {
    margin-left: 58.3333333333% !important;
  }
  .small-offset-8 {
    margin-left: 66.6666666667% !important;
  }
  .small-offset-9 {
    margin-left: 75% !important;
  }
  .small-offset-10 {
    margin-left: 83.3333333333% !important;
  }
  .small-offset-11 {
    margin-left: 91.6666666667% !important;
  }
  .small-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left;
  }
  .column.small-centered,
  .columns.small-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  .column.small-uncentered,
  .columns.small-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left;
  }
  .column.small-centered:last-child,
  .columns.small-centered:last-child {
    float: none;
  }
  .column.small-uncentered:last-child,
  .columns.small-uncentered:last-child {
    float: left;
  }
  .column.small-uncentered.opposite,
  .columns.small-uncentered.opposite {
    float: right;
  }
  .row.small-collapse > .column,
  .row.small-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  .row.small-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }
  .row.small-uncollapse > .column,
  .row.small-uncollapse > .columns {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
    float: left;
  }
}

@media only screen and (min-width: 40.063em) {
  .medium-push-0 {
    position: relative;
    left: 0%;
    right: auto;
  }
  .medium-pull-0 {
    position: relative;
    right: 0%;
    left: auto;
  }
  .medium-push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto;
  }
  .medium-pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto;
  }
  .medium-push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto;
  }
  .medium-pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto;
  }
  .medium-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }
  .medium-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }
  .medium-push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto;
  }
  .medium-pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto;
  }
  .medium-push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto;
  }
  .medium-pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto;
  }
  .medium-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }
  .medium-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }
  .medium-push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto;
  }
  .medium-pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto;
  }
  .medium-push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto;
  }
  .medium-pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto;
  }
  .medium-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }
  .medium-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }
  .medium-push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto;
  }
  .medium-pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto;
  }
  .medium-push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto;
  }
  .medium-pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto;
  }
  .column,
  .columns {
    position: relative;
    padding-left: 1.75rem;
    padding-right: 1.75rem;
    float: left;
  }
  .medium-1 {
    width: 8.3333333333%;
  }
  .medium-2 {
    width: 16.6666666667%;
  }
  .medium-3 {
    width: 25%;
  }
  .medium-4 {
    width: 33.3333333333%;
  }
  .medium-5 {
    width: 41.6666666667%;
  }
  .medium-6 {
    width: 50%;
  }
  .medium-7 {
    width: 58.3333333333%;
  }
  .medium-8 {
    width: 66.6666666667%;
  }
  .medium-9 {
    width: 75%;
  }
  .medium-10 {
    width: 83.3333333333%;
  }
  .medium-11 {
    width: 91.6666666667%;
  }
  .medium-12 {
    width: 100%;
  }
  .medium-offset-0 {
    margin-left: 0% !important;
  }
  .medium-offset-1 {
    margin-left: 8.3333333333% !important;
  }
  .medium-offset-2 {
    margin-left: 16.6666666667% !important;
  }
  .medium-offset-3 {
    margin-left: 25% !important;
  }
  .medium-offset-4 {
    margin-left: 33.3333333333% !important;
  }
  .medium-offset-5 {
    margin-left: 41.6666666667% !important;
  }
  .medium-offset-6 {
    margin-left: 50% !important;
  }
  .medium-offset-7 {
    margin-left: 58.3333333333% !important;
  }
  .medium-offset-8 {
    margin-left: 66.6666666667% !important;
  }
  .medium-offset-9 {
    margin-left: 75% !important;
  }
  .medium-offset-10 {
    margin-left: 83.3333333333% !important;
  }
  .medium-offset-11 {
    margin-left: 91.6666666667% !important;
  }
  .medium-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left;
  }
  .column.medium-centered,
  .columns.medium-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  .column.medium-uncentered,
  .columns.medium-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left;
  }
  .column.medium-centered:last-child,
  .columns.medium-centered:last-child {
    float: none;
  }
  .column.medium-uncentered:last-child,
  .columns.medium-uncentered:last-child {
    float: left;
  }
  .column.medium-uncentered.opposite,
  .columns.medium-uncentered.opposite {
    float: right;
  }
  .row.medium-collapse > .column,
  .row.medium-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  .row.medium-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }
  .row.medium-uncollapse > .column,
  .row.medium-uncollapse > .columns {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
    float: left;
  }
  .push-0 {
    position: relative;
    left: 0%;
    right: auto;
  }
  .pull-0 {
    position: relative;
    right: 0%;
    left: auto;
  }
  .push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto;
  }
  .pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto;
  }
  .push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto;
  }
  .pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto;
  }
  .push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }
  .pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }
  .push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto;
  }
  .pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto;
  }
  .push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto;
  }
  .pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto;
  }
  .push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }
  .pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }
  .push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto;
  }
  .pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto;
  }
  .push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto;
  }
  .pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto;
  }
  .push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }
  .pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }
  .push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto;
  }
  .pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto;
  }
  .push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto;
  }
  .pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto;
  }
}

@media only screen and (min-width: 64.063em) {
  .large-push-0 {
    position: relative;
    left: 0%;
    right: auto;
  }
  .large-pull-0 {
    position: relative;
    right: 0%;
    left: auto;
  }
  .large-push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto;
  }
  .large-pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto;
  }
  .large-push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto;
  }
  .large-pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto;
  }
  .large-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }
  .large-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }
  .large-push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto;
  }
  .large-pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto;
  }
  .large-push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto;
  }
  .large-pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto;
  }
  .large-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }
  .large-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }
  .large-push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto;
  }
  .large-pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto;
  }
  .large-push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto;
  }
  .large-pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto;
  }
  .large-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }
  .large-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }
  .large-push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto;
  }
  .large-pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto;
  }
  .large-push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto;
  }
  .large-pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto;
  }
  .column,
  .columns {
    position: relative;
    padding-left: 1.75rem;
    padding-right: 1.75rem;
    float: left;
  }
  .large-1 {
    width: 8.3333333333%;
  }
  .large-2 {
    width: 16.6666666667%;
  }
  .large-3 {
    width: 25%;
  }
  .large-4 {
    width: 33.3333333333%;
  }
  .large-5 {
    width: 41.6666666667%;
  }
  .large-6 {
    width: 50%;
  }
  .large-7 {
    width: 58.3333333333%;
  }
  .large-8 {
    width: 66.6666666667%;
  }
  .large-9, body.node-type-project .l-content .main-content .resp-tabs-container {
    width: 75%;
  }
  .large-10 {
    width: 83.3333333333%;
  }
  .large-11 {
    width: 91.6666666667%;
  }
  .large-12 {
    width: 100%;
  }
  .large-offset-0 {
    margin-left: 0% !important;
  }
  .large-offset-1 {
    margin-left: 8.3333333333% !important;
  }
  .large-offset-2 {
    margin-left: 16.6666666667% !important;
  }
  .large-offset-3 {
    margin-left: 25% !important;
  }
  .large-offset-4 {
    margin-left: 33.3333333333% !important;
  }
  .large-offset-5 {
    margin-left: 41.6666666667% !important;
  }
  .large-offset-6 {
    margin-left: 50% !important;
  }
  .large-offset-7 {
    margin-left: 58.3333333333% !important;
  }
  .large-offset-8 {
    margin-left: 66.6666666667% !important;
  }
  .large-offset-9 {
    margin-left: 75% !important;
  }
  .large-offset-10 {
    margin-left: 83.3333333333% !important;
  }
  .large-offset-11 {
    margin-left: 91.6666666667% !important;
  }
  .large-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left;
  }
  .column.large-centered,
  .columns.large-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  .column.large-uncentered,
  .columns.large-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left;
  }
  .column.large-centered:last-child,
  .columns.large-centered:last-child {
    float: none;
  }
  .column.large-uncentered:last-child,
  .columns.large-uncentered:last-child {
    float: left;
  }
  .column.large-uncentered.opposite,
  .columns.large-uncentered.opposite {
    float: right;
  }
  .row.large-collapse > .column,
  .row.large-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  .row.large-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }
  .row.large-uncollapse > .column,
  .row.large-uncollapse > .columns {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
    float: left;
  }
  .push-0 {
    position: relative;
    left: 0%;
    right: auto;
  }
  .pull-0 {
    position: relative;
    right: 0%;
    left: auto;
  }
  .push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto;
  }
  .pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto;
  }
  .push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto;
  }
  .pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto;
  }
  .push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }
  .pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }
  .push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto;
  }
  .pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto;
  }
  .push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto;
  }
  .pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto;
  }
  .push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }
  .pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }
  .push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto;
  }
  .pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto;
  }
  .push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto;
  }
  .pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto;
  }
  .push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }
  .pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }
  .push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto;
  }
  .pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto;
  }
  .push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto;
  }
  .pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto;
  }
}

.accordion {
  margin-bottom: 0;
}

.accordion:before, .accordion:after {
  content: " ";
  display: table;
}

.accordion:after {
  clear: both;
}

.accordion .accordion-navigation, .accordion dd {
  display: block;
  margin-bottom: 0 !important;
}

.accordion .accordion-navigation.active > a, .accordion dd.active > a {
  background: #e8e8e8;
}

.accordion .accordion-navigation > a, .accordion dd > a {
  background: #EFEFEF;
  color: #222222;
  padding: 1rem;
  display: block;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1rem;
}

.accordion .accordion-navigation > a:hover, .accordion dd > a:hover {
  background: #e3e3e3;
}

.accordion .accordion-navigation > .content, .accordion dd > .content {
  display: none;
  padding: 1.75rem;
}

.accordion .accordion-navigation > .content.active, .accordion dd > .content.active {
  display: block;
  background: #FFFFFF;
}

.alert-box {
  border-style: solid;
  border-width: 1px;
  display: block;
  font-weight: 400;
  margin-bottom: 1.25rem;
  position: relative;
  padding: 0.875rem 1.5rem 0.875rem 0.875rem;
  font-size: 0.8125rem;
  transition: opacity 300ms ease-out;
  background-color: #001689;
  border-color: #001376;
  color: #FFFFFF;
}

.alert-box .close {
  font-size: 1.375rem;
  padding: 9px 6px 4px;
  line-height: 0;
  position: absolute;
  top: 50%;
  margin-top: -0.6875rem;
  right: 0.25rem;
  color: #333333;
  opacity: 0.3;
  background: inherit;
}

.alert-box .close:hover, .alert-box .close:focus {
  opacity: 0.5;
}

.alert-box.radius {
  border-radius: 3px;
}

.alert-box.round {
  border-radius: 1000px;
}

.alert-box.success {
  background-color: #43AC6A;
  border-color: #3a945b;
  color: #FFFFFF;
}

.alert-box.alert {
  background-color: #f04124;
  border-color: #de2d0f;
  color: #FFFFFF;
}

.alert-box.secondary {
  background-color: #001689;
  border-color: #001376;
  color: #FFFFFF;
}

.alert-box.warning {
  background-color: #f7a100;
  border-color: #d48a00;
  color: #FFFFFF;
}

.alert-box.info {
  background-color: #a0d3e8;
  border-color: #74bfdd;
  color: #00072f;
}

.alert-box.alert-close {
  opacity: 0;
}

[class*="block-grid-"] {
  display: block;
  padding: 0;
  margin: 0 -0.625rem;
}

[class*="block-grid-"]:before, [class*="block-grid-"]:after {
  content: " ";
  display: table;
}

[class*="block-grid-"]:after {
  clear: both;
}

[class*="block-grid-"] > li {
  display: block;
  height: auto;
  float: left;
  padding: 0 0.625rem 1.25rem;
}

@media only screen and (min-width: 0em) {
  .small-block-grid-1 > li {
    width: 100%;
    list-style: none;
  }
  .small-block-grid-1 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both;
  }
  .small-block-grid-2 > li {
    width: 50%;
    list-style: none;
  }
  .small-block-grid-2 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both;
  }
  .small-block-grid-3 > li {
    width: 33.3333333333%;
    list-style: none;
  }
  .small-block-grid-3 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both;
  }
  .small-block-grid-4 > li {
    width: 25%;
    list-style: none;
  }
  .small-block-grid-4 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both;
  }
  .small-block-grid-5 > li {
    width: 20%;
    list-style: none;
  }
  .small-block-grid-5 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both;
  }
  .small-block-grid-6 > li {
    width: 16.6666666667%;
    list-style: none;
  }
  .small-block-grid-6 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both;
  }
  .small-block-grid-7 > li {
    width: 14.2857142857%;
    list-style: none;
  }
  .small-block-grid-7 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-7 > li:nth-of-type(7n+1) {
    clear: both;
  }
  .small-block-grid-8 > li {
    width: 12.5%;
    list-style: none;
  }
  .small-block-grid-8 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-8 > li:nth-of-type(8n+1) {
    clear: both;
  }
  .small-block-grid-9 > li {
    width: 11.1111111111%;
    list-style: none;
  }
  .small-block-grid-9 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-9 > li:nth-of-type(9n+1) {
    clear: both;
  }
  .small-block-grid-10 > li {
    width: 10%;
    list-style: none;
  }
  .small-block-grid-10 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-10 > li:nth-of-type(10n+1) {
    clear: both;
  }
  .small-block-grid-11 > li {
    width: 9.0909090909%;
    list-style: none;
  }
  .small-block-grid-11 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-11 > li:nth-of-type(11n+1) {
    clear: both;
  }
  .small-block-grid-12 > li {
    width: 8.3333333333%;
    list-style: none;
  }
  .small-block-grid-12 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both;
  }
}

@media only screen and (min-width: 40.063em) {
  .medium-block-grid-1 > li {
    width: 100%;
    list-style: none;
  }
  .medium-block-grid-1 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both;
  }
  .medium-block-grid-2 > li {
    width: 50%;
    list-style: none;
  }
  .medium-block-grid-2 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both;
  }
  .medium-block-grid-3 > li {
    width: 33.3333333333%;
    list-style: none;
  }
  .medium-block-grid-3 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both;
  }
  .medium-block-grid-4 > li {
    width: 25%;
    list-style: none;
  }
  .medium-block-grid-4 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both;
  }
  .medium-block-grid-5 > li {
    width: 20%;
    list-style: none;
  }
  .medium-block-grid-5 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both;
  }
  .medium-block-grid-6 > li {
    width: 16.6666666667%;
    list-style: none;
  }
  .medium-block-grid-6 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both;
  }
  .medium-block-grid-7 > li {
    width: 14.2857142857%;
    list-style: none;
  }
  .medium-block-grid-7 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-7 > li:nth-of-type(7n+1) {
    clear: both;
  }
  .medium-block-grid-8 > li {
    width: 12.5%;
    list-style: none;
  }
  .medium-block-grid-8 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-8 > li:nth-of-type(8n+1) {
    clear: both;
  }
  .medium-block-grid-9 > li {
    width: 11.1111111111%;
    list-style: none;
  }
  .medium-block-grid-9 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-9 > li:nth-of-type(9n+1) {
    clear: both;
  }
  .medium-block-grid-10 > li {
    width: 10%;
    list-style: none;
  }
  .medium-block-grid-10 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-10 > li:nth-of-type(10n+1) {
    clear: both;
  }
  .medium-block-grid-11 > li {
    width: 9.0909090909%;
    list-style: none;
  }
  .medium-block-grid-11 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-11 > li:nth-of-type(11n+1) {
    clear: both;
  }
  .medium-block-grid-12 > li {
    width: 8.3333333333%;
    list-style: none;
  }
  .medium-block-grid-12 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both;
  }
}

@media only screen and (min-width: 64.063em) {
  .large-block-grid-1 > li {
    width: 100%;
    list-style: none;
  }
  .large-block-grid-1 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both;
  }
  .large-block-grid-2 > li {
    width: 50%;
    list-style: none;
  }
  .large-block-grid-2 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both;
  }
  .large-block-grid-3 > li {
    width: 33.3333333333%;
    list-style: none;
  }
  .large-block-grid-3 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both;
  }
  .large-block-grid-4 > li {
    width: 25%;
    list-style: none;
  }
  .large-block-grid-4 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both;
  }
  .large-block-grid-5 > li {
    width: 20%;
    list-style: none;
  }
  .large-block-grid-5 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both;
  }
  .large-block-grid-6 > li {
    width: 16.6666666667%;
    list-style: none;
  }
  .large-block-grid-6 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both;
  }
  .large-block-grid-7 > li {
    width: 14.2857142857%;
    list-style: none;
  }
  .large-block-grid-7 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-7 > li:nth-of-type(7n+1) {
    clear: both;
  }
  .large-block-grid-8 > li {
    width: 12.5%;
    list-style: none;
  }
  .large-block-grid-8 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-8 > li:nth-of-type(8n+1) {
    clear: both;
  }
  .large-block-grid-9 > li {
    width: 11.1111111111%;
    list-style: none;
  }
  .large-block-grid-9 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-9 > li:nth-of-type(9n+1) {
    clear: both;
  }
  .large-block-grid-10 > li {
    width: 10%;
    list-style: none;
  }
  .large-block-grid-10 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-10 > li:nth-of-type(10n+1) {
    clear: both;
  }
  .large-block-grid-11 > li {
    width: 9.0909090909%;
    list-style: none;
  }
  .large-block-grid-11 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-11 > li:nth-of-type(11n+1) {
    clear: both;
  }
  .large-block-grid-12 > li {
    width: 8.3333333333%;
    list-style: none;
  }
  .large-block-grid-12 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both;
  }
}

.breadcrumbs {
  display: block;
  padding: 0;
  overflow: hidden;
  margin-left: 0;
  list-style: none;
  border-style: solid;
  border-width: 0px;
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0);
  border-radius: 0px;
}

.breadcrumbs > * {
  margin: 0;
  float: left;
  font-size: 0.8rem;
  line-height: 0.8rem;
  text-transform: normal;
  color: #001689;
}

.breadcrumbs > *:hover a, .breadcrumbs > *:focus a {
  text-decoration: false;
}

.breadcrumbs > * a {
  color: #001689;
}

.breadcrumbs > *.current {
  cursor: default;
  color: #757575;
}

.breadcrumbs > *.current a {
  cursor: default;
  color: #757575;
}

.breadcrumbs > *.current:hover, .breadcrumbs > *.current:hover a, .breadcrumbs > *.current:focus, .breadcrumbs > *.current:focus a {
  text-decoration: none;
}

.breadcrumbs > *.unavailable {
  color: #757575;
}

.breadcrumbs > *.unavailable a {
  color: #757575;
}

.breadcrumbs > *.unavailable:hover,
.breadcrumbs > *.unavailable:hover a, .breadcrumbs > *.unavailable:focus,
.breadcrumbs > *.unavailable a:focus {
  text-decoration: none;
  color: #757575;
  cursor: default;
}

.breadcrumbs > *:before {
  content: "/";
  color: #ffce00;
  margin: 0 0.625rem;
  position: relative;
  top: 1px;
}

.breadcrumbs > *:first-child:before {
  content: " ";
  margin: 0;
}

/* Accessibility - hides the forward slash */
[aria-label="breadcrumbs"] [aria-hidden="true"]:after {
  content: "/";
}

button, .button, form input.webform-calendar {
  border-style: solid;
  border-width: 0;
  cursor: pointer;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  line-height: normal;
  margin: 0 0 0;
  position: relative;
  text-decoration: none;
  text-align: center;
  -webkit-appearance: none;
  border-radius: 0;
  display: inline-block;
  padding-top: 0.9375rem;
  padding-right: 1.875rem;
  padding-bottom: 1rem;
  padding-left: 1.875rem;
  font-size: 1rem;
  background-color: #001689;
  border-color: #001fc1;
  color: #FFFFFF;
  transition: background-color 300ms ease-out;
}

button:hover, button:focus, .button:hover, form input.webform-calendar:hover, .button:focus, form input.webform-calendar:focus {
  background-color: #001fc1;
}

button:hover, button:focus, .button:hover, form input.webform-calendar:hover, .button:focus, form input.webform-calendar:focus {
  color: #FFFFFF;
}

button.secondary, .button.secondary, form input.secondary.webform-calendar {
  background-color: #001689;
  border-color: #001fc1;
  color: #FFFFFF;
}

button.secondary:hover, button.secondary:focus, .button.secondary:hover, form input.secondary.webform-calendar:hover, .button.secondary:focus, form input.secondary.webform-calendar:focus {
  background-color: #001fc1;
}

button.secondary:hover, button.secondary:focus, .button.secondary:hover, form input.secondary.webform-calendar:hover, .button.secondary:focus, form input.secondary.webform-calendar:focus {
  color: #FFFFFF;
}

button.success, .button.success, form input.success.webform-calendar {
  background-color: #43AC6A;
  border-color: #368a55;
  color: #FFFFFF;
}

button.success:hover, button.success:focus, .button.success:hover, form input.success.webform-calendar:hover, .button.success:focus, form input.success.webform-calendar:focus {
  background-color: #368a55;
}

button.success:hover, button.success:focus, .button.success:hover, form input.success.webform-calendar:hover, .button.success:focus, form input.success.webform-calendar:focus {
  color: #FFFFFF;
}

button.alert, .button.alert, form input.alert.webform-calendar {
  background-color: #f04124;
  border-color: #cf2a0e;
  color: #FFFFFF;
}

button.alert:hover, button.alert:focus, .button.alert:hover, form input.alert.webform-calendar:hover, .button.alert:focus, form input.alert.webform-calendar:focus {
  background-color: #cf2a0e;
}

button.alert:hover, button.alert:focus, .button.alert:hover, form input.alert.webform-calendar:hover, .button.alert:focus, form input.alert.webform-calendar:focus {
  color: #FFFFFF;
}

button.warning, .button.warning, form input.warning.webform-calendar {
  background-color: #f7a100;
  border-color: #c68100;
  color: #FFFFFF;
}

button.warning:hover, button.warning:focus, .button.warning:hover, form input.warning.webform-calendar:hover, .button.warning:focus, form input.warning.webform-calendar:focus {
  background-color: #c68100;
}

button.warning:hover, button.warning:focus, .button.warning:hover, form input.warning.webform-calendar:hover, .button.warning:focus, form input.warning.webform-calendar:focus {
  color: #FFFFFF;
}

button.info, .button.info, form input.info.webform-calendar {
  background-color: #a0d3e8;
  border-color: #61b6d9;
  color: #333333;
}

button.info:hover, button.info:focus, .button.info:hover, form input.info.webform-calendar:hover, .button.info:focus, form input.info.webform-calendar:focus {
  background-color: #61b6d9;
}

button.info:hover, button.info:focus, .button.info:hover, form input.info.webform-calendar:hover, .button.info:focus, form input.info.webform-calendar:focus {
  color: #FFFFFF;
}

button.large, .button.large, form input.large.webform-calendar {
  padding-top: 1.125rem;
  padding-right: 2.25rem;
  padding-bottom: 1.1875rem;
  padding-left: 2.25rem;
  font-size: 1.25rem;
}

button.small, .button.small, form input.small.webform-calendar, div.submenu-tabs ul.menu > li a.button, div.submenu-tabs ul.resp-tabs-list > li a.button {
  padding-top: 0.85rem;
  padding-right: 1.7rem;
  padding-bottom: 0.9125rem;
  padding-left: 1.7rem;
  font-size: 0.9375rem;
}

button.tiny, .form-managed-file button.form-submit, .button.tiny, form input.tiny.webform-calendar, form .form-managed-file input.webform-calendar.form-submit, .form-managed-file form input.webform-calendar.form-submit, .form-managed-file .button.form-submit {
  padding-top: 0.625rem;
  padding-right: 1.25rem;
  padding-bottom: 0.6875rem;
  padding-left: 1.25rem;
  font-size: 0.8rem;
}

button.expand, .button.expand, form input.expand.webform-calendar {
  padding-right: 0;
  padding-left: 0;
  width: 100%;
}

button.left-align, .button.left-align, form input.left-align.webform-calendar {
  text-align: left;
  text-indent: 0.75rem;
}

button.right-align, .button.right-align, form input.right-align.webform-calendar {
  text-align: right;
  padding-right: 0.75rem;
}

button.radius, .button.radius, form input.radius.webform-calendar {
  border-radius: 0px;
}

button.round, .button.round, form input.round.webform-calendar {
  border-radius: 1000px;
}

button.disabled, button[disabled], .button.disabled, form input.disabled.webform-calendar, .button[disabled], form input.webform-calendar[disabled] {
  background-color: #001689;
  border-color: #001fc1;
  color: #FFFFFF;
  cursor: default;
  opacity: 0.7;
  box-shadow: none;
}

button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, form input.disabled.webform-calendar:hover, .button.disabled:focus, form input.disabled.webform-calendar:focus, .button[disabled]:hover, form input.webform-calendar[disabled]:hover, .button[disabled]:focus, form input.webform-calendar[disabled]:focus {
  background-color: #001fc1;
}

button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, form input.disabled.webform-calendar:hover, .button.disabled:focus, form input.disabled.webform-calendar:focus, .button[disabled]:hover, form input.webform-calendar[disabled]:hover, .button[disabled]:focus, form input.webform-calendar[disabled]:focus {
  color: #FFFFFF;
}

button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, form input.disabled.webform-calendar:hover, .button.disabled:focus, form input.disabled.webform-calendar:focus, .button[disabled]:hover, form input.webform-calendar[disabled]:hover, .button[disabled]:focus, form input.webform-calendar[disabled]:focus {
  background-color: #001689;
}

button.disabled.secondary, button[disabled].secondary, .button.disabled.secondary, form input.disabled.secondary.webform-calendar, .button[disabled].secondary, form input.webform-calendar[disabled].secondary {
  background-color: #001689;
  border-color: #001fc1;
  color: #FFFFFF;
  cursor: default;
  opacity: 0.7;
  box-shadow: none;
}

button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, form input.disabled.secondary.webform-calendar:hover, .button.disabled.secondary:focus, form input.disabled.secondary.webform-calendar:focus, .button[disabled].secondary:hover, form input.webform-calendar[disabled].secondary:hover, .button[disabled].secondary:focus, form input.webform-calendar[disabled].secondary:focus {
  background-color: #001fc1;
}

button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, form input.disabled.secondary.webform-calendar:hover, .button.disabled.secondary:focus, form input.disabled.secondary.webform-calendar:focus, .button[disabled].secondary:hover, form input.webform-calendar[disabled].secondary:hover, .button[disabled].secondary:focus, form input.webform-calendar[disabled].secondary:focus {
  color: #FFFFFF;
}

button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, form input.disabled.secondary.webform-calendar:hover, .button.disabled.secondary:focus, form input.disabled.secondary.webform-calendar:focus, .button[disabled].secondary:hover, form input.webform-calendar[disabled].secondary:hover, .button[disabled].secondary:focus, form input.webform-calendar[disabled].secondary:focus {
  background-color: #001689;
}

button.disabled.success, button[disabled].success, .button.disabled.success, form input.disabled.success.webform-calendar, .button[disabled].success, form input.webform-calendar[disabled].success {
  background-color: #43AC6A;
  border-color: #368a55;
  color: #FFFFFF;
  cursor: default;
  opacity: 0.7;
  box-shadow: none;
}

button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, form input.disabled.success.webform-calendar:hover, .button.disabled.success:focus, form input.disabled.success.webform-calendar:focus, .button[disabled].success:hover, form input.webform-calendar[disabled].success:hover, .button[disabled].success:focus, form input.webform-calendar[disabled].success:focus {
  background-color: #368a55;
}

button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, form input.disabled.success.webform-calendar:hover, .button.disabled.success:focus, form input.disabled.success.webform-calendar:focus, .button[disabled].success:hover, form input.webform-calendar[disabled].success:hover, .button[disabled].success:focus, form input.webform-calendar[disabled].success:focus {
  color: #FFFFFF;
}

button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, form input.disabled.success.webform-calendar:hover, .button.disabled.success:focus, form input.disabled.success.webform-calendar:focus, .button[disabled].success:hover, form input.webform-calendar[disabled].success:hover, .button[disabled].success:focus, form input.webform-calendar[disabled].success:focus {
  background-color: #43AC6A;
}

button.disabled.alert, button[disabled].alert, .button.disabled.alert, form input.disabled.alert.webform-calendar, .button[disabled].alert, form input.webform-calendar[disabled].alert {
  background-color: #f04124;
  border-color: #cf2a0e;
  color: #FFFFFF;
  cursor: default;
  opacity: 0.7;
  box-shadow: none;
}

button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, form input.disabled.alert.webform-calendar:hover, .button.disabled.alert:focus, form input.disabled.alert.webform-calendar:focus, .button[disabled].alert:hover, form input.webform-calendar[disabled].alert:hover, .button[disabled].alert:focus, form input.webform-calendar[disabled].alert:focus {
  background-color: #cf2a0e;
}

button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, form input.disabled.alert.webform-calendar:hover, .button.disabled.alert:focus, form input.disabled.alert.webform-calendar:focus, .button[disabled].alert:hover, form input.webform-calendar[disabled].alert:hover, .button[disabled].alert:focus, form input.webform-calendar[disabled].alert:focus {
  color: #FFFFFF;
}

button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, form input.disabled.alert.webform-calendar:hover, .button.disabled.alert:focus, form input.disabled.alert.webform-calendar:focus, .button[disabled].alert:hover, form input.webform-calendar[disabled].alert:hover, .button[disabled].alert:focus, form input.webform-calendar[disabled].alert:focus {
  background-color: #f04124;
}

button.disabled.warning, button[disabled].warning, .button.disabled.warning, form input.disabled.warning.webform-calendar, .button[disabled].warning, form input.webform-calendar[disabled].warning {
  background-color: #f7a100;
  border-color: #c68100;
  color: #FFFFFF;
  cursor: default;
  opacity: 0.7;
  box-shadow: none;
}

button.disabled.warning:hover, button.disabled.warning:focus, button[disabled].warning:hover, button[disabled].warning:focus, .button.disabled.warning:hover, form input.disabled.warning.webform-calendar:hover, .button.disabled.warning:focus, form input.disabled.warning.webform-calendar:focus, .button[disabled].warning:hover, form input.webform-calendar[disabled].warning:hover, .button[disabled].warning:focus, form input.webform-calendar[disabled].warning:focus {
  background-color: #c68100;
}

button.disabled.warning:hover, button.disabled.warning:focus, button[disabled].warning:hover, button[disabled].warning:focus, .button.disabled.warning:hover, form input.disabled.warning.webform-calendar:hover, .button.disabled.warning:focus, form input.disabled.warning.webform-calendar:focus, .button[disabled].warning:hover, form input.webform-calendar[disabled].warning:hover, .button[disabled].warning:focus, form input.webform-calendar[disabled].warning:focus {
  color: #FFFFFF;
}

button.disabled.warning:hover, button.disabled.warning:focus, button[disabled].warning:hover, button[disabled].warning:focus, .button.disabled.warning:hover, form input.disabled.warning.webform-calendar:hover, .button.disabled.warning:focus, form input.disabled.warning.webform-calendar:focus, .button[disabled].warning:hover, form input.webform-calendar[disabled].warning:hover, .button[disabled].warning:focus, form input.webform-calendar[disabled].warning:focus {
  background-color: #f7a100;
}

button.disabled.info, button[disabled].info, .button.disabled.info, form input.disabled.info.webform-calendar, .button[disabled].info, form input.webform-calendar[disabled].info {
  background-color: #a0d3e8;
  border-color: #61b6d9;
  color: #333333;
  cursor: default;
  opacity: 0.7;
  box-shadow: none;
}

button.disabled.info:hover, button.disabled.info:focus, button[disabled].info:hover, button[disabled].info:focus, .button.disabled.info:hover, form input.disabled.info.webform-calendar:hover, .button.disabled.info:focus, form input.disabled.info.webform-calendar:focus, .button[disabled].info:hover, form input.webform-calendar[disabled].info:hover, .button[disabled].info:focus, form input.webform-calendar[disabled].info:focus {
  background-color: #61b6d9;
}

button.disabled.info:hover, button.disabled.info:focus, button[disabled].info:hover, button[disabled].info:focus, .button.disabled.info:hover, form input.disabled.info.webform-calendar:hover, .button.disabled.info:focus, form input.disabled.info.webform-calendar:focus, .button[disabled].info:hover, form input.webform-calendar[disabled].info:hover, .button[disabled].info:focus, form input.webform-calendar[disabled].info:focus {
  color: #FFFFFF;
}

button.disabled.info:hover, button.disabled.info:focus, button[disabled].info:hover, button[disabled].info:focus, .button.disabled.info:hover, form input.disabled.info.webform-calendar:hover, .button.disabled.info:focus, form input.disabled.info.webform-calendar:focus, .button[disabled].info:hover, form input.webform-calendar[disabled].info:hover, .button[disabled].info:focus, form input.webform-calendar[disabled].info:focus {
  background-color: #a0d3e8;
}

button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

@media only screen and (min-width: 40.063em) {
  button, .button, form input.webform-calendar {
    display: inline-block;
  }
}

.button-group {
  list-style: none;
  margin: 0;
  left: 0;
}

.button-group:before, .button-group:after {
  content: " ";
  display: table;
}

.button-group:after {
  clear: both;
}

.button-group > li {
  margin: 0 -2px;
  display: inline-block;
}

.button-group > li > button, .button-group > li .button, .button-group > li form input.webform-calendar, form .button-group > li input.webform-calendar {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}

.button-group > li:first-child button, .button-group > li:first-child .button, .button-group > li:first-child form input.webform-calendar, form .button-group > li:first-child input.webform-calendar {
  border-left: 0;
}

.button-group.stack > li {
  margin: 0 -2px;
  display: inline-block;
  display: block;
  margin: 0;
  float: none;
}

.button-group.stack > li > button, .button-group.stack > li .button, .button-group.stack > li form input.webform-calendar, form .button-group.stack > li input.webform-calendar {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}

.button-group.stack > li:first-child button, .button-group.stack > li:first-child .button, .button-group.stack > li:first-child form input.webform-calendar, form .button-group.stack > li:first-child input.webform-calendar {
  border-left: 0;
}

.button-group.stack > li > button, .button-group.stack > li .button, .button-group.stack > li form input.webform-calendar, form .button-group.stack > li input.webform-calendar {
  border-top: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
  border-left-width: 0;
  margin: 0;
  display: block;
}

.button-group.stack > li:first-child button, .button-group.stack > li:first-child .button, .button-group.stack > li:first-child form input.webform-calendar, form .button-group.stack > li:first-child input.webform-calendar {
  border-top: 0;
}

.button-group.stack-for-small > li {
  margin: 0 -2px;
  display: inline-block;
}

.button-group.stack-for-small > li > button, .button-group.stack-for-small > li .button, .button-group.stack-for-small > li form input.webform-calendar, form .button-group.stack-for-small > li input.webform-calendar {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}

.button-group.stack-for-small > li:first-child button, .button-group.stack-for-small > li:first-child .button, .button-group.stack-for-small > li:first-child form input.webform-calendar, form .button-group.stack-for-small > li:first-child input.webform-calendar {
  border-left: 0;
}

@media only screen and (max-width: 40em) {
  .button-group.stack-for-small > li {
    margin: 0 -2px;
    display: inline-block;
    display: block;
    margin: 0;
  }
  .button-group.stack-for-small > li > button, .button-group.stack-for-small > li .button, .button-group.stack-for-small > li form input.webform-calendar, form .button-group.stack-for-small > li input.webform-calendar {
    border-left: 1px solid;
    border-color: rgba(255, 255, 255, 0.5);
  }
  .button-group.stack-for-small > li:first-child button, .button-group.stack-for-small > li:first-child .button, .button-group.stack-for-small > li:first-child form input.webform-calendar, form .button-group.stack-for-small > li:first-child input.webform-calendar {
    border-left: 0;
  }
  .button-group.stack-for-small > li > button, .button-group.stack-for-small > li .button, .button-group.stack-for-small > li form input.webform-calendar, form .button-group.stack-for-small > li input.webform-calendar {
    border-top: 1px solid;
    border-color: rgba(255, 255, 255, 0.5);
    border-left-width: 0;
    margin: 0;
    display: block;
  }
  .button-group.stack-for-small > li:first-child button, .button-group.stack-for-small > li:first-child .button, .button-group.stack-for-small > li:first-child form input.webform-calendar, form .button-group.stack-for-small > li:first-child input.webform-calendar {
    border-top: 0;
  }
}

.button-group.radius > * {
  margin: 0 -2px;
  display: inline-block;
}

.button-group.radius > * > button, .button-group.radius > * .button, .button-group.radius > * form input.webform-calendar, form .button-group.radius > * input.webform-calendar {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}

.button-group.radius > *:first-child button, .button-group.radius > *:first-child .button, .button-group.radius > *:first-child form input.webform-calendar, form .button-group.radius > *:first-child input.webform-calendar {
  border-left: 0;
}

.button-group.radius > *,
.button-group.radius > * > a,
.button-group.radius > * > button,
.button-group.radius > * > .button,
form .button-group.radius > * > input.webform-calendar {
  border-radius: 0;
}

.button-group.radius > *:first-child,
.button-group.radius > *:first-child > a,
.button-group.radius > *:first-child > button,
.button-group.radius > *:first-child > .button,
form .button-group.radius > *:first-child > input.webform-calendar {
  -webkit-border-bottom-left-radius: 0px;
  -webkit-border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
}

.button-group.radius > *:last-child,
.button-group.radius > *:last-child > a,
.button-group.radius > *:last-child > button,
.button-group.radius > *:last-child > .button,
form .button-group.radius > *:last-child > input.webform-calendar {
  -webkit-border-bottom-right-radius: 0px;
  -webkit-border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
}

.button-group.radius.stack > * {
  margin: 0 -2px;
  display: inline-block;
  display: block;
  margin: 0;
}

.button-group.radius.stack > * > button, .button-group.radius.stack > * .button, .button-group.radius.stack > * form input.webform-calendar, form .button-group.radius.stack > * input.webform-calendar {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}

.button-group.radius.stack > *:first-child button, .button-group.radius.stack > *:first-child .button, .button-group.radius.stack > *:first-child form input.webform-calendar, form .button-group.radius.stack > *:first-child input.webform-calendar {
  border-left: 0;
}

.button-group.radius.stack > * > button, .button-group.radius.stack > * .button, .button-group.radius.stack > * form input.webform-calendar, form .button-group.radius.stack > * input.webform-calendar {
  border-top: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
  border-left-width: 0;
  margin: 0;
  display: block;
}

.button-group.radius.stack > *:first-child button, .button-group.radius.stack > *:first-child .button, .button-group.radius.stack > *:first-child form input.webform-calendar, form .button-group.radius.stack > *:first-child input.webform-calendar {
  border-top: 0;
}

.button-group.radius.stack > *,
.button-group.radius.stack > * > a,
.button-group.radius.stack > * > button,
.button-group.radius.stack > * > .button,
form .button-group.radius.stack > * > input.webform-calendar {
  border-radius: 0;
}

.button-group.radius.stack > *:first-child,
.button-group.radius.stack > *:first-child > a,
.button-group.radius.stack > *:first-child > button,
.button-group.radius.stack > *:first-child > .button,
form .button-group.radius.stack > *:first-child > input.webform-calendar {
  -webkit-top-left-radius: 0px;
  -webkit-top-right-radius: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}

.button-group.radius.stack > *:last-child,
.button-group.radius.stack > *:last-child > a,
.button-group.radius.stack > *:last-child > button,
.button-group.radius.stack > *:last-child > .button,
form .button-group.radius.stack > *:last-child > input.webform-calendar {
  -webkit-bottom-left-radius: 0px;
  -webkit-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}

@media only screen and (min-width: 40.063em) {
  .button-group.radius.stack-for-small > * {
    margin: 0 -2px;
    display: inline-block;
  }
  .button-group.radius.stack-for-small > * > button, .button-group.radius.stack-for-small > * .button, .button-group.radius.stack-for-small > * form input.webform-calendar, form .button-group.radius.stack-for-small > * input.webform-calendar {
    border-left: 1px solid;
    border-color: rgba(255, 255, 255, 0.5);
  }
  .button-group.radius.stack-for-small > *:first-child button, .button-group.radius.stack-for-small > *:first-child .button, .button-group.radius.stack-for-small > *:first-child form input.webform-calendar, form .button-group.radius.stack-for-small > *:first-child input.webform-calendar {
    border-left: 0;
  }
  .button-group.radius.stack-for-small > *,
  .button-group.radius.stack-for-small > * > a,
  .button-group.radius.stack-for-small > * > button,
  .button-group.radius.stack-for-small > * > .button,
  form .button-group.radius.stack-for-small > * > input.webform-calendar {
    border-radius: 0;
  }
  .button-group.radius.stack-for-small > *:first-child,
  .button-group.radius.stack-for-small > *:first-child > a,
  .button-group.radius.stack-for-small > *:first-child > button,
  .button-group.radius.stack-for-small > *:first-child > .button,
  form .button-group.radius.stack-for-small > *:first-child > input.webform-calendar {
    -webkit-border-bottom-left-radius: 0px;
    -webkit-border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
  }
  .button-group.radius.stack-for-small > *:last-child,
  .button-group.radius.stack-for-small > *:last-child > a,
  .button-group.radius.stack-for-small > *:last-child > button,
  .button-group.radius.stack-for-small > *:last-child > .button,
  form .button-group.radius.stack-for-small > *:last-child > input.webform-calendar {
    -webkit-border-bottom-right-radius: 0px;
    -webkit-border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
  }
}

@media only screen and (max-width: 40em) {
  .button-group.radius.stack-for-small > * {
    margin: 0 -2px;
    display: inline-block;
    display: block;
    margin: 0;
  }
  .button-group.radius.stack-for-small > * > button, .button-group.radius.stack-for-small > * .button, .button-group.radius.stack-for-small > * form input.webform-calendar, form .button-group.radius.stack-for-small > * input.webform-calendar {
    border-left: 1px solid;
    border-color: rgba(255, 255, 255, 0.5);
  }
  .button-group.radius.stack-for-small > *:first-child button, .button-group.radius.stack-for-small > *:first-child .button, .button-group.radius.stack-for-small > *:first-child form input.webform-calendar, form .button-group.radius.stack-for-small > *:first-child input.webform-calendar {
    border-left: 0;
  }
  .button-group.radius.stack-for-small > * > button, .button-group.radius.stack-for-small > * .button, .button-group.radius.stack-for-small > * form input.webform-calendar, form .button-group.radius.stack-for-small > * input.webform-calendar {
    border-top: 1px solid;
    border-color: rgba(255, 255, 255, 0.5);
    border-left-width: 0;
    margin: 0;
    display: block;
  }
  .button-group.radius.stack-for-small > *:first-child button, .button-group.radius.stack-for-small > *:first-child .button, .button-group.radius.stack-for-small > *:first-child form input.webform-calendar, form .button-group.radius.stack-for-small > *:first-child input.webform-calendar {
    border-top: 0;
  }
  .button-group.radius.stack-for-small > *,
  .button-group.radius.stack-for-small > * > a,
  .button-group.radius.stack-for-small > * > button,
  .button-group.radius.stack-for-small > * > .button,
  form .button-group.radius.stack-for-small > * > input.webform-calendar {
    border-radius: 0;
  }
  .button-group.radius.stack-for-small > *:first-child,
  .button-group.radius.stack-for-small > *:first-child > a,
  .button-group.radius.stack-for-small > *:first-child > button,
  .button-group.radius.stack-for-small > *:first-child > .button,
  form .button-group.radius.stack-for-small > *:first-child > input.webform-calendar {
    -webkit-top-left-radius: 0px;
    -webkit-top-right-radius: 0px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  }
  .button-group.radius.stack-for-small > *:last-child,
  .button-group.radius.stack-for-small > *:last-child > a,
  .button-group.radius.stack-for-small > *:last-child > button,
  .button-group.radius.stack-for-small > *:last-child > .button,
  form .button-group.radius.stack-for-small > *:last-child > input.webform-calendar {
    -webkit-bottom-left-radius: 0px;
    -webkit-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
  }
}

.button-group.round > * {
  margin: 0 -2px;
  display: inline-block;
}

.button-group.round > * > button, .button-group.round > * .button, .button-group.round > * form input.webform-calendar, form .button-group.round > * input.webform-calendar {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}

.button-group.round > *:first-child button, .button-group.round > *:first-child .button, .button-group.round > *:first-child form input.webform-calendar, form .button-group.round > *:first-child input.webform-calendar {
  border-left: 0;
}

.button-group.round > *,
.button-group.round > * > a,
.button-group.round > * > button,
.button-group.round > * > .button,
form .button-group.round > * > input.webform-calendar {
  border-radius: 0;
}

.button-group.round > *:first-child,
.button-group.round > *:first-child > a,
.button-group.round > *:first-child > button,
.button-group.round > *:first-child > .button,
form .button-group.round > *:first-child > input.webform-calendar {
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px;
}

.button-group.round > *:last-child,
.button-group.round > *:last-child > a,
.button-group.round > *:last-child > button,
.button-group.round > *:last-child > .button,
form .button-group.round > *:last-child > input.webform-calendar {
  -webkit-border-bottom-right-radius: 1000px;
  -webkit-border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px;
}

.button-group.round.stack > * {
  margin: 0 -2px;
  display: inline-block;
  display: block;
  margin: 0;
}

.button-group.round.stack > * > button, .button-group.round.stack > * .button, .button-group.round.stack > * form input.webform-calendar, form .button-group.round.stack > * input.webform-calendar {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}

.button-group.round.stack > *:first-child button, .button-group.round.stack > *:first-child .button, .button-group.round.stack > *:first-child form input.webform-calendar, form .button-group.round.stack > *:first-child input.webform-calendar {
  border-left: 0;
}

.button-group.round.stack > * > button, .button-group.round.stack > * .button, .button-group.round.stack > * form input.webform-calendar, form .button-group.round.stack > * input.webform-calendar {
  border-top: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
  border-left-width: 0;
  margin: 0;
  display: block;
}

.button-group.round.stack > *:first-child button, .button-group.round.stack > *:first-child .button, .button-group.round.stack > *:first-child form input.webform-calendar, form .button-group.round.stack > *:first-child input.webform-calendar {
  border-top: 0;
}

.button-group.round.stack > *,
.button-group.round.stack > * > a,
.button-group.round.stack > * > button,
.button-group.round.stack > * > .button,
form .button-group.round.stack > * > input.webform-calendar {
  border-radius: 0;
}

.button-group.round.stack > *:first-child,
.button-group.round.stack > *:first-child > a,
.button-group.round.stack > *:first-child > button,
.button-group.round.stack > *:first-child > .button,
form .button-group.round.stack > *:first-child > input.webform-calendar {
  -webkit-top-left-radius: 0.9375rem;
  -webkit-top-right-radius: 0.9375rem;
  border-top-left-radius: 0.9375rem;
  border-top-right-radius: 0.9375rem;
}

.button-group.round.stack > *:last-child,
.button-group.round.stack > *:last-child > a,
.button-group.round.stack > *:last-child > button,
.button-group.round.stack > *:last-child > .button,
form .button-group.round.stack > *:last-child > input.webform-calendar {
  -webkit-bottom-left-radius: 0.9375rem;
  -webkit-bottom-right-radius: 0.9375rem;
  border-bottom-left-radius: 0.9375rem;
  border-bottom-right-radius: 0.9375rem;
}

@media only screen and (min-width: 40.063em) {
  .button-group.round.stack-for-small > * {
    margin: 0 -2px;
    display: inline-block;
  }
  .button-group.round.stack-for-small > * > button, .button-group.round.stack-for-small > * .button, .button-group.round.stack-for-small > * form input.webform-calendar, form .button-group.round.stack-for-small > * input.webform-calendar {
    border-left: 1px solid;
    border-color: rgba(255, 255, 255, 0.5);
  }
  .button-group.round.stack-for-small > *:first-child button, .button-group.round.stack-for-small > *:first-child .button, .button-group.round.stack-for-small > *:first-child form input.webform-calendar, form .button-group.round.stack-for-small > *:first-child input.webform-calendar {
    border-left: 0;
  }
  .button-group.round.stack-for-small > *,
  .button-group.round.stack-for-small > * > a,
  .button-group.round.stack-for-small > * > button,
  .button-group.round.stack-for-small > * > .button,
  form .button-group.round.stack-for-small > * > input.webform-calendar {
    border-radius: 0;
  }
  .button-group.round.stack-for-small > *:first-child,
  .button-group.round.stack-for-small > *:first-child > a,
  .button-group.round.stack-for-small > *:first-child > button,
  .button-group.round.stack-for-small > *:first-child > .button,
  form .button-group.round.stack-for-small > *:first-child > input.webform-calendar {
    -webkit-border-bottom-left-radius: 1000px;
    -webkit-border-top-left-radius: 1000px;
    border-bottom-left-radius: 1000px;
    border-top-left-radius: 1000px;
  }
  .button-group.round.stack-for-small > *:last-child,
  .button-group.round.stack-for-small > *:last-child > a,
  .button-group.round.stack-for-small > *:last-child > button,
  .button-group.round.stack-for-small > *:last-child > .button,
  form .button-group.round.stack-for-small > *:last-child > input.webform-calendar {
    -webkit-border-bottom-right-radius: 1000px;
    -webkit-border-top-right-radius: 1000px;
    border-bottom-right-radius: 1000px;
    border-top-right-radius: 1000px;
  }
}

@media only screen and (max-width: 40em) {
  .button-group.round.stack-for-small > * {
    margin: 0 -2px;
    display: inline-block;
    display: block;
    margin: 0;
  }
  .button-group.round.stack-for-small > * > button, .button-group.round.stack-for-small > * .button, .button-group.round.stack-for-small > * form input.webform-calendar, form .button-group.round.stack-for-small > * input.webform-calendar {
    border-left: 1px solid;
    border-color: rgba(255, 255, 255, 0.5);
  }
  .button-group.round.stack-for-small > *:first-child button, .button-group.round.stack-for-small > *:first-child .button, .button-group.round.stack-for-small > *:first-child form input.webform-calendar, form .button-group.round.stack-for-small > *:first-child input.webform-calendar {
    border-left: 0;
  }
  .button-group.round.stack-for-small > * > button, .button-group.round.stack-for-small > * .button, .button-group.round.stack-for-small > * form input.webform-calendar, form .button-group.round.stack-for-small > * input.webform-calendar {
    border-top: 1px solid;
    border-color: rgba(255, 255, 255, 0.5);
    border-left-width: 0;
    margin: 0;
    display: block;
  }
  .button-group.round.stack-for-small > *:first-child button, .button-group.round.stack-for-small > *:first-child .button, .button-group.round.stack-for-small > *:first-child form input.webform-calendar, form .button-group.round.stack-for-small > *:first-child input.webform-calendar {
    border-top: 0;
  }
  .button-group.round.stack-for-small > *,
  .button-group.round.stack-for-small > * > a,
  .button-group.round.stack-for-small > * > button,
  .button-group.round.stack-for-small > * > .button,
  form .button-group.round.stack-for-small > * > input.webform-calendar {
    border-radius: 0;
  }
  .button-group.round.stack-for-small > *:first-child,
  .button-group.round.stack-for-small > *:first-child > a,
  .button-group.round.stack-for-small > *:first-child > button,
  .button-group.round.stack-for-small > *:first-child > .button,
  form .button-group.round.stack-for-small > *:first-child > input.webform-calendar {
    -webkit-top-left-radius: 0.9375rem;
    -webkit-top-right-radius: 0.9375rem;
    border-top-left-radius: 0.9375rem;
    border-top-right-radius: 0.9375rem;
  }
  .button-group.round.stack-for-small > *:last-child,
  .button-group.round.stack-for-small > *:last-child > a,
  .button-group.round.stack-for-small > *:last-child > button,
  .button-group.round.stack-for-small > *:last-child > .button,
  form .button-group.round.stack-for-small > *:last-child > input.webform-calendar {
    -webkit-bottom-left-radius: 0.9375rem;
    -webkit-bottom-right-radius: 0.9375rem;
    border-bottom-left-radius: 0.9375rem;
    border-bottom-right-radius: 0.9375rem;
  }
}

.button-group.even-2 li {
  margin: 0 -2px;
  display: inline-block;
  width: 50%;
}

.button-group.even-2 li > button, .button-group.even-2 li .button, .button-group.even-2 li form input.webform-calendar, form .button-group.even-2 li input.webform-calendar {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}

.button-group.even-2 li:first-child button, .button-group.even-2 li:first-child .button, .button-group.even-2 li:first-child form input.webform-calendar, form .button-group.even-2 li:first-child input.webform-calendar {
  border-left: 0;
}

.button-group.even-2 li button, .button-group.even-2 li .button, .button-group.even-2 li form input.webform-calendar, form .button-group.even-2 li input.webform-calendar {
  width: 100%;
}

.button-group.even-3 li {
  margin: 0 -2px;
  display: inline-block;
  width: 33.3333333333%;
}

.button-group.even-3 li > button, .button-group.even-3 li .button, .button-group.even-3 li form input.webform-calendar, form .button-group.even-3 li input.webform-calendar {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}

.button-group.even-3 li:first-child button, .button-group.even-3 li:first-child .button, .button-group.even-3 li:first-child form input.webform-calendar, form .button-group.even-3 li:first-child input.webform-calendar {
  border-left: 0;
}

.button-group.even-3 li button, .button-group.even-3 li .button, .button-group.even-3 li form input.webform-calendar, form .button-group.even-3 li input.webform-calendar {
  width: 100%;
}

.button-group.even-4 li {
  margin: 0 -2px;
  display: inline-block;
  width: 25%;
}

.button-group.even-4 li > button, .button-group.even-4 li .button, .button-group.even-4 li form input.webform-calendar, form .button-group.even-4 li input.webform-calendar {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}

.button-group.even-4 li:first-child button, .button-group.even-4 li:first-child .button, .button-group.even-4 li:first-child form input.webform-calendar, form .button-group.even-4 li:first-child input.webform-calendar {
  border-left: 0;
}

.button-group.even-4 li button, .button-group.even-4 li .button, .button-group.even-4 li form input.webform-calendar, form .button-group.even-4 li input.webform-calendar {
  width: 100%;
}

.button-group.even-5 li {
  margin: 0 -2px;
  display: inline-block;
  width: 20%;
}

.button-group.even-5 li > button, .button-group.even-5 li .button, .button-group.even-5 li form input.webform-calendar, form .button-group.even-5 li input.webform-calendar {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}

.button-group.even-5 li:first-child button, .button-group.even-5 li:first-child .button, .button-group.even-5 li:first-child form input.webform-calendar, form .button-group.even-5 li:first-child input.webform-calendar {
  border-left: 0;
}

.button-group.even-5 li button, .button-group.even-5 li .button, .button-group.even-5 li form input.webform-calendar, form .button-group.even-5 li input.webform-calendar {
  width: 100%;
}

.button-group.even-6 li {
  margin: 0 -2px;
  display: inline-block;
  width: 16.6666666667%;
}

.button-group.even-6 li > button, .button-group.even-6 li .button, .button-group.even-6 li form input.webform-calendar, form .button-group.even-6 li input.webform-calendar {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}

.button-group.even-6 li:first-child button, .button-group.even-6 li:first-child .button, .button-group.even-6 li:first-child form input.webform-calendar, form .button-group.even-6 li:first-child input.webform-calendar {
  border-left: 0;
}

.button-group.even-6 li button, .button-group.even-6 li .button, .button-group.even-6 li form input.webform-calendar, form .button-group.even-6 li input.webform-calendar {
  width: 100%;
}

.button-group.even-7 li {
  margin: 0 -2px;
  display: inline-block;
  width: 14.2857142857%;
}

.button-group.even-7 li > button, .button-group.even-7 li .button, .button-group.even-7 li form input.webform-calendar, form .button-group.even-7 li input.webform-calendar {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}

.button-group.even-7 li:first-child button, .button-group.even-7 li:first-child .button, .button-group.even-7 li:first-child form input.webform-calendar, form .button-group.even-7 li:first-child input.webform-calendar {
  border-left: 0;
}

.button-group.even-7 li button, .button-group.even-7 li .button, .button-group.even-7 li form input.webform-calendar, form .button-group.even-7 li input.webform-calendar {
  width: 100%;
}

.button-group.even-8 li {
  margin: 0 -2px;
  display: inline-block;
  width: 12.5%;
}

.button-group.even-8 li > button, .button-group.even-8 li .button, .button-group.even-8 li form input.webform-calendar, form .button-group.even-8 li input.webform-calendar {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}

.button-group.even-8 li:first-child button, .button-group.even-8 li:first-child .button, .button-group.even-8 li:first-child form input.webform-calendar, form .button-group.even-8 li:first-child input.webform-calendar {
  border-left: 0;
}

.button-group.even-8 li button, .button-group.even-8 li .button, .button-group.even-8 li form input.webform-calendar, form .button-group.even-8 li input.webform-calendar {
  width: 100%;
}

.button-bar:before, .button-bar:after {
  content: " ";
  display: table;
}

.button-bar:after {
  clear: both;
}

.button-bar .button-group {
  float: left;
  margin-right: 0.625rem;
}

.button-bar .button-group div {
  overflow: hidden;
}

/* Clearing Styles */
.clearing-thumbs, [data-clearing] {
  margin-bottom: 0;
  margin-left: 0;
  list-style: none;
}

.clearing-thumbs:before, .clearing-thumbs:after, [data-clearing]:before, [data-clearing]:after {
  content: " ";
  display: table;
}

.clearing-thumbs:after, [data-clearing]:after {
  clear: both;
}

.clearing-thumbs li, [data-clearing] li {
  float: left;
  margin-right: 10px;
}

.clearing-thumbs[class*="block-grid-"] li, [data-clearing][class*="block-grid-"] li {
  margin-right: 0;
}

.clearing-blackout {
  background: #333333;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 998;
}

.clearing-blackout .clearing-close {
  display: block;
}

.clearing-container {
  position: relative;
  z-index: 998;
  height: 100%;
  overflow: hidden;
  margin: 0;
}

.clearing-touch-label {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #AAAAAA;
  font-size: 0.6em;
}

.visible-img {
  height: 95%;
  position: relative;
}

.visible-img img {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -50%;
  max-height: 100%;
  max-width: 100%;
}

.clearing-caption {
  color: #CCCCCC;
  font-size: 0.875em;
  line-height: 1.3;
  margin-bottom: 0;
  text-align: center;
  bottom: 0;
  background: #333333;
  width: 100%;
  padding: 10px 30px 20px;
  position: absolute;
  left: 0;
}

.clearing-close {
  z-index: 999;
  padding-left: 20px;
  padding-top: 10px;
  font-size: 30px;
  line-height: 1;
  color: #CCCCCC;
  display: none;
}

.clearing-close:hover, .clearing-close:focus {
  color: #CCCCCC;
}

.clearing-assembled .clearing-container {
  height: 100%;
}

.clearing-assembled .clearing-container .carousel > ul {
  display: none;
}

.clearing-feature li {
  display: none;
}

.clearing-feature li.clearing-featured-img {
  display: block;
}

@media only screen and (min-width: 40.063em) {
  .clearing-main-prev,
  .clearing-main-next {
    position: absolute;
    height: 100%;
    width: 40px;
    top: 0;
  }
  .clearing-main-prev > span,
  .clearing-main-next > span {
    position: absolute;
    top: 50%;
    display: block;
    width: 0;
    height: 0;
    border: solid 12px;
  }
  .clearing-main-prev > span:hover,
  .clearing-main-next > span:hover {
    opacity: 0.8;
  }
  .clearing-main-prev {
    left: 0;
  }
  .clearing-main-prev > span {
    left: 5px;
    border-color: transparent;
    border-right-color: #CCCCCC;
  }
  .clearing-main-next {
    right: 0;
  }
  .clearing-main-next > span {
    border-color: transparent;
    border-left-color: #CCCCCC;
  }
  .clearing-main-prev.disabled,
  .clearing-main-next.disabled {
    opacity: 0.3;
  }
  .clearing-assembled .clearing-container .carousel {
    background: rgba(51, 51, 51, 0.8);
    height: 120px;
    margin-top: 10px;
    text-align: center;
  }
  .clearing-assembled .clearing-container .carousel > ul {
    display: inline-block;
    z-index: 999;
    height: 100%;
    position: relative;
    float: none;
  }
  .clearing-assembled .clearing-container .carousel > ul li {
    display: block;
    width: 120px;
    min-height: inherit;
    float: left;
    overflow: hidden;
    margin-right: 0;
    padding: 0;
    position: relative;
    cursor: pointer;
    opacity: 0.4;
    clear: none;
  }
  .clearing-assembled .clearing-container .carousel > ul li.fix-height img {
    height: 100%;
    max-width: none;
  }
  .clearing-assembled .clearing-container .carousel > ul li a.th {
    border: none;
    box-shadow: none;
    display: block;
  }
  .clearing-assembled .clearing-container .carousel > ul li img {
    cursor: pointer !important;
    width: 100% !important;
  }
  .clearing-assembled .clearing-container .carousel > ul li.visible {
    opacity: 1;
  }
  .clearing-assembled .clearing-container .carousel > ul li:hover {
    opacity: 0.8;
  }
  .clearing-assembled .clearing-container .visible-img {
    background: #333333;
    overflow: hidden;
    height: 85%;
  }
  .clearing-close {
    position: absolute;
    top: 10px;
    right: 20px;
    padding-left: 0;
    padding-top: 0;
  }
}

/* Foundation Dropdowns */
.f-dropdown {
  position: absolute;
  left: -9999px;
  list-style: none;
  margin-left: 0;
  outline: none;
  width: 100%;
  max-height: none;
  height: auto;
  background: #FFFFFF;
  border: solid 1px #cccccc;
  font-size: 0.875rem;
  z-index: 89;
  margin-top: 2px;
  max-width: 200px;
}

.f-dropdown > *:first-child {
  margin-top: 0;
}

.f-dropdown > *:last-child {
  margin-bottom: 0;
}

.f-dropdown:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  border-color: transparent transparent #FFFFFF transparent;
  border-bottom-style: solid;
  position: absolute;
  top: -12px;
  left: 10px;
  z-index: 89;
}

.f-dropdown:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 7px;
  border-color: transparent transparent #cccccc transparent;
  border-bottom-style: solid;
  position: absolute;
  top: -14px;
  left: 9px;
  z-index: 88;
}

.f-dropdown.right:before {
  left: auto;
  right: 10px;
}

.f-dropdown.right:after {
  left: auto;
  right: 9px;
}

.f-dropdown.drop-right {
  position: absolute;
  left: -9999px;
  list-style: none;
  margin-left: 0;
  outline: none;
  width: 100%;
  max-height: none;
  height: auto;
  background: #FFFFFF;
  border: solid 1px #cccccc;
  font-size: 0.875rem;
  z-index: 89;
  margin-top: 0;
  margin-left: 2px;
  max-width: 200px;
}

.f-dropdown.drop-right > *:first-child {
  margin-top: 0;
}

.f-dropdown.drop-right > *:last-child {
  margin-bottom: 0;
}

.f-dropdown.drop-right:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  border-color: transparent #FFFFFF transparent transparent;
  border-right-style: solid;
  position: absolute;
  top: 10px;
  left: -12px;
  z-index: 89;
}

.f-dropdown.drop-right:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 7px;
  border-color: transparent #cccccc transparent transparent;
  border-right-style: solid;
  position: absolute;
  top: 9px;
  left: -14px;
  z-index: 88;
}

.f-dropdown.drop-left {
  position: absolute;
  left: -9999px;
  list-style: none;
  margin-left: 0;
  outline: none;
  width: 100%;
  max-height: none;
  height: auto;
  background: #FFFFFF;
  border: solid 1px #cccccc;
  font-size: 0.875rem;
  z-index: 89;
  margin-top: 0;
  margin-left: -2px;
  max-width: 200px;
}

.f-dropdown.drop-left > *:first-child {
  margin-top: 0;
}

.f-dropdown.drop-left > *:last-child {
  margin-bottom: 0;
}

.f-dropdown.drop-left:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  border-color: transparent transparent transparent #FFFFFF;
  border-left-style: solid;
  position: absolute;
  top: 10px;
  right: -12px;
  left: auto;
  z-index: 89;
}

.f-dropdown.drop-left:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 7px;
  border-color: transparent transparent transparent #cccccc;
  border-left-style: solid;
  position: absolute;
  top: 9px;
  right: -14px;
  left: auto;
  z-index: 88;
}

.f-dropdown.drop-top {
  position: absolute;
  left: -9999px;
  list-style: none;
  margin-left: 0;
  outline: none;
  width: 100%;
  max-height: none;
  height: auto;
  background: #FFFFFF;
  border: solid 1px #cccccc;
  font-size: 0.875rem;
  z-index: 89;
  margin-top: -2px;
  margin-left: 0;
  max-width: 200px;
}

.f-dropdown.drop-top > *:first-child {
  margin-top: 0;
}

.f-dropdown.drop-top > *:last-child {
  margin-bottom: 0;
}

.f-dropdown.drop-top:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  border-color: #FFFFFF transparent transparent transparent;
  border-top-style: solid;
  position: absolute;
  top: auto;
  bottom: -12px;
  left: 10px;
  right: auto;
  z-index: 89;
}

.f-dropdown.drop-top:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 7px;
  border-color: #cccccc transparent transparent transparent;
  border-top-style: solid;
  position: absolute;
  top: auto;
  bottom: -14px;
  left: 9px;
  right: auto;
  z-index: 88;
}

.f-dropdown li {
  font-size: 0.875rem;
  cursor: pointer;
  line-height: 1.125rem;
  margin: 0;
}

.f-dropdown li:hover, .f-dropdown li:focus {
  background: #EEEEEE;
}

.f-dropdown li.radius {
  border-radius: 3px;
}

.f-dropdown li a {
  display: block;
  padding: 0.5rem;
  color: #555555;
}

.f-dropdown.content {
  position: absolute;
  left: -9999px;
  list-style: none;
  margin-left: 0;
  outline: none;
  padding: 1.25rem;
  width: 100%;
  height: auto;
  max-height: none;
  background: #FFFFFF;
  border: solid 1px #cccccc;
  font-size: 0.875rem;
  z-index: 89;
  max-width: 200px;
}

.f-dropdown.content > *:first-child {
  margin-top: 0;
}

.f-dropdown.content > *:last-child {
  margin-bottom: 0;
}

.f-dropdown.tiny, .form-managed-file .f-dropdown.form-submit {
  max-width: 200px;
}

.f-dropdown.small, div.submenu-tabs ul.menu > li a.f-dropdown.button, div.submenu-tabs ul.resp-tabs-list > li a.f-dropdown.button {
  max-width: 300px;
}

.f-dropdown.medium {
  max-width: 500px;
}

.f-dropdown.large {
  max-width: 800px;
}

.f-dropdown.mega {
  width: 100% !important;
  max-width: 100% !important;
}

.f-dropdown.mega.open {
  left: 0 !important;
}

.dropdown.button, form input.dropdown.webform-calendar, button.dropdown {
  position: relative;
  outline: none;
  padding-right: 3.5625rem;
}

.dropdown.button::after, form input.dropdown.webform-calendar::after, button.dropdown::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  display: block;
  border-style: solid;
  border-color: #FFFFFF transparent transparent transparent;
  top: 50%;
}

.dropdown.button::after, form input.dropdown.webform-calendar::after, button.dropdown::after {
  border-width: 0.375rem;
  right: 1.40625rem;
  margin-top: -0.15625rem;
}

.dropdown.button::after, form input.dropdown.webform-calendar::after, button.dropdown::after {
  border-color: #FFFFFF transparent transparent transparent;
}

.dropdown.button.tiny, form input.dropdown.tiny.webform-calendar, form .form-managed-file input.dropdown.webform-calendar.form-submit, .form-managed-file form input.dropdown.webform-calendar.form-submit, .form-managed-file .dropdown.button.form-submit, button.dropdown.tiny, .form-managed-file button.dropdown.form-submit {
  padding-right: 2.625rem;
}

.dropdown.button.tiny:after, form input.dropdown.tiny.webform-calendar:after, form .form-managed-file input.dropdown.webform-calendar.form-submit:after, .form-managed-file form input.dropdown.webform-calendar.form-submit:after, .form-managed-file .dropdown.button.form-submit:after, button.dropdown.tiny:after, .form-managed-file button.dropdown.form-submit:after {
  border-width: 0.375rem;
  right: 1.125rem;
  margin-top: -0.125rem;
}

.dropdown.button.tiny::after, form input.dropdown.tiny.webform-calendar::after, form .form-managed-file input.dropdown.webform-calendar.form-submit::after, .form-managed-file form input.dropdown.webform-calendar.form-submit::after, .form-managed-file .dropdown.button.form-submit::after, button.dropdown.tiny::after, .form-managed-file button.dropdown.form-submit::after {
  border-color: #FFFFFF transparent transparent transparent;
}

.dropdown.button.small, form input.dropdown.small.webform-calendar, div.submenu-tabs ul.menu > li a.dropdown.button, div.submenu-tabs ul.resp-tabs-list > li a.dropdown.button, button.dropdown.small {
  padding-right: 3.0625rem;
}

.dropdown.button.small::after, form input.dropdown.small.webform-calendar::after, div.submenu-tabs ul.menu > li a.dropdown.button::after, div.submenu-tabs ul.resp-tabs-list > li a.dropdown.button::after, button.dropdown.small::after {
  border-width: 0.4375rem;
  right: 1.3125rem;
  margin-top: -0.15625rem;
}

.dropdown.button.small::after, form input.dropdown.small.webform-calendar::after, div.submenu-tabs ul.menu > li a.dropdown.button::after, div.submenu-tabs ul.resp-tabs-list > li a.dropdown.button::after, button.dropdown.small::after {
  border-color: #FFFFFF transparent transparent transparent;
}

.dropdown.button.large, form input.dropdown.large.webform-calendar, button.dropdown.large {
  padding-right: 3.625rem;
}

.dropdown.button.large::after, form input.dropdown.large.webform-calendar::after, button.dropdown.large::after {
  border-width: 0.3125rem;
  right: 1.71875rem;
  margin-top: -0.15625rem;
}

.dropdown.button.large::after, form input.dropdown.large.webform-calendar::after, button.dropdown.large::after {
  border-color: #FFFFFF transparent transparent transparent;
}

.dropdown.button.secondary:after, form input.dropdown.secondary.webform-calendar:after, button.dropdown.secondary:after {
  border-color: #333333 transparent transparent transparent;
}

.flex-video {
  position: relative;
  padding-top: 1.5625rem;
  padding-bottom: 67.5%;
  height: 0;
  margin-bottom: 1rem;
  overflow: hidden;
}

.flex-video.widescreen {
  padding-bottom: 56.34%;
}

.flex-video.vimeo {
  padding-top: 0;
}

.flex-video iframe,
.flex-video object,
.flex-video embed,
.flex-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Standard Forms */
form {
  margin: 0 0 3.5rem;
}

/* Using forms within rows, we need to set some defaults */
form .row .row {
  margin: 0 -1.75rem;
}

form .row .row .column,
form .row .row .columns {
  padding: 0 1.75rem;
}

form .row .row.collapse {
  margin: 0;
}

form .row .row.collapse .column,
form .row .row.collapse .columns {
  padding: 0;
}

form .row .row.collapse input {
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

form .row input.column,
form .row input.columns,
form .row textarea.column,
form .row textarea.columns {
  padding-left: 1.75rem;
}

/* Label Styles */
label {
  font-size: 1.0625rem;
  color: #3E4047;
  cursor: pointer;
  display: block;
  font-weight: 700;
  line-height: 1.75rem;
  margin-bottom: 0.3125rem;
  /* Styles for required inputs */
}

label.right {
  float: none !important;
  text-align: right;
}

label.inline {
  margin: 0 0 3.5rem 0;
  padding: 1.8125rem 0;
}

label small {
  text-transform: capitalize;
  color: #585b65;
}

/* Attach elements to the beginning or end of an input */
.prefix,
.postfix {
  display: block;
  position: relative;
  z-index: 2;
  text-align: center;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  border-style: solid;
  border-width: 1px;
  overflow: hidden;
  font-size: 1.0625rem;
  height: 6.1875rem;
  line-height: 6.1875rem;
}

/* Adjust padding, alignment and radius if pre/post element is a button */
.postfix.button, form input.postfix.webform-calendar {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  border: none;
}

.prefix.button, form input.prefix.webform-calendar {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  border: none;
}

.prefix.button.radius, form input.prefix.radius.webform-calendar {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 0px;
  -webkit-border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
}

.postfix.button.radius, form input.postfix.radius.webform-calendar {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 0px;
  -webkit-border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
}

.prefix.button.round, form input.prefix.round.webform-calendar {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px;
}

.postfix.button.round, form input.postfix.round.webform-calendar {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 1000px;
  -webkit-border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px;
}

/* Separate prefix and postfix styles when on span or label so buttons keep their own */
span.prefix, label.prefix {
  background: #f2f2f2;
  border-right: none;
  color: #333333;
  border-color: #cccccc;
}

span.postfix, label.postfix {
  background: #f2f2f2;
  border-left: none;
  color: #333333;
  border-color: #cccccc;
}

/* We use this to get basic styling on all basic form elements */
input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="week"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], input[type="color"], textarea {
  -webkit-appearance: none;
  border-radius: 0;
  background-color: transparent;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  border-style: solid;
  border-width: 1px;
  border-color: #ffce00;
  box-shadow: none;
  color: #666666;
  display: block;
  font-size: 1rem;
  margin: 0 0 3.5rem 0;
  padding: 1.75rem;
  height: 6.1875rem;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  transition: all 0.15s linear;
}

input[type="text"]:focus, input[type="password"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="color"]:focus, textarea:focus {
  background: transparent;
  border-color: #ffce00;
  outline: none;
}

input[type="text"]:disabled, input[type="password"]:disabled, input[type="date"]:disabled, input[type="datetime"]:disabled, input[type="datetime-local"]:disabled, input[type="month"]:disabled, input[type="week"]:disabled, input[type="email"]:disabled, input[type="number"]:disabled, input[type="search"]:disabled, input[type="tel"]:disabled, input[type="time"]:disabled, input[type="url"]:disabled, input[type="color"]:disabled, textarea:disabled {
  background-color: #DDDDDD;
  cursor: default;
}

input[type="text"][disabled], input[type="text"][readonly],
fieldset[disabled] input[type="text"], input[type="password"][disabled], input[type="password"][readonly],
fieldset[disabled] input[type="password"], input[type="date"][disabled], input[type="date"][readonly],
fieldset[disabled] input[type="date"], input[type="datetime"][disabled], input[type="datetime"][readonly],
fieldset[disabled] input[type="datetime"], input[type="datetime-local"][disabled], input[type="datetime-local"][readonly],
fieldset[disabled] input[type="datetime-local"], input[type="month"][disabled], input[type="month"][readonly],
fieldset[disabled] input[type="month"], input[type="week"][disabled], input[type="week"][readonly],
fieldset[disabled] input[type="week"], input[type="email"][disabled], input[type="email"][readonly],
fieldset[disabled] input[type="email"], input[type="number"][disabled], input[type="number"][readonly],
fieldset[disabled] input[type="number"], input[type="search"][disabled], input[type="search"][readonly],
fieldset[disabled] input[type="search"], input[type="tel"][disabled], input[type="tel"][readonly],
fieldset[disabled] input[type="tel"], input[type="time"][disabled], input[type="time"][readonly],
fieldset[disabled] input[type="time"], input[type="url"][disabled], input[type="url"][readonly],
fieldset[disabled] input[type="url"], input[type="color"][disabled], input[type="color"][readonly],
fieldset[disabled] input[type="color"], textarea[disabled], textarea[readonly],
fieldset[disabled] textarea {
  background-color: #DDDDDD;
  cursor: default;
}

input[type="text"].radius, input[type="password"].radius, input[type="date"].radius, input[type="datetime"].radius, input[type="datetime-local"].radius, input[type="month"].radius, input[type="week"].radius, input[type="email"].radius, input[type="number"].radius, input[type="search"].radius, input[type="tel"].radius, input[type="time"].radius, input[type="url"].radius, input[type="color"].radius, textarea.radius {
  border-radius: 0px;
}

form .row .prefix-radius.row.collapse input,
form .row .prefix-radius.row.collapse textarea,
form .row .prefix-radius.row.collapse select {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 0px;
  -webkit-border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
}

form .row .prefix-radius.row.collapse .prefix {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 0px;
  -webkit-border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
}

form .row .postfix-radius.row.collapse input,
form .row .postfix-radius.row.collapse textarea,
form .row .postfix-radius.row.collapse select {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 0px;
  -webkit-border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
}

form .row .postfix-radius.row.collapse .postfix {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 0px;
  -webkit-border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
}

form .row .prefix-round.row.collapse input,
form .row .prefix-round.row.collapse textarea,
form .row .prefix-round.row.collapse select {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 1000px;
  -webkit-border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px;
}

form .row .prefix-round.row.collapse .prefix {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px;
}

form .row .postfix-round.row.collapse input,
form .row .postfix-round.row.collapse textarea,
form .row .postfix-round.row.collapse select {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px;
}

form .row .postfix-round.row.collapse .postfix {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 1000px;
  -webkit-border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px;
}

input[type="submit"] {
  -webkit-appearance: none;
  border-radius: 0;
}

/* Respect enforced amount of rows for textarea */
textarea[rows] {
  height: auto;
}

/* Not allow resize out of parent */
textarea {
  max-width: 100%;
}

/* Add height value for select elements to match text input height */
select {
  -webkit-appearance: none !important;
  border-radius: 0;
  background-color: transparent;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMTJweCIgeT0iMHB4IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIzcHgiIHZpZXdCb3g9IjAgMCA2IDMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYgMyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBvbHlnb24gcG9pbnRzPSI1Ljk5MiwwIDIuOTkyLDMgLTAuMDA4LDAgIi8+PC9zdmc+);
  background-position: 100% center;
  background-repeat: no-repeat;
  border-style: solid;
  border-width: 1px;
  border-color: #ffce00;
  padding: 1.75rem;
  font-size: 1rem;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #666666;
  line-height: normal;
  border-radius: 0;
  height: 6.1875rem;
}

select::-ms-expand {
  display: none;
}

select.radius {
  border-radius: 3px;
}

select:hover {
  background-color: transparent;
  border-color: #ffce00;
}

select:disabled {
  background-color: #DDDDDD;
  cursor: default;
}

/* Adjust margin for form elements below */
input[type="file"],
input[type="checkbox"],
input[type="radio"],
select {
  margin: 0 0 3.5rem 0;
}

input[type="checkbox"] + label,
input[type="radio"] + label {
  display: inline-block;
  margin-left: 1.75rem;
  margin-right: 3.5rem;
  margin-bottom: 0;
  vertical-align: baseline;
}

/* Normalize file input width */
input[type="file"] {
  width: 100%;
}

/* HTML5 Number spinners settings */
/* We add basic fieldset styling */
fieldset {
  border: 0px solid #DDDDDD;
  padding: 0rem;
  margin: 0rem;
}

fieldset legend {
  font-weight: 700;
  background: transparent;
  padding: 0;
  margin: 0;
  margin-left: -0.1875rem;
}

/* Error Handling */
[data-abide] .error small.error, [data-abide] .error span.error, [data-abide] span.error, [data-abide] small.error {
  display: block;
  padding: 0.375rem 0.5625rem 0.5625rem;
  margin-top: -1px;
  margin-bottom: 3.5rem;
  font-size: 0.75rem;
  font-weight: 400;
  font-style: italic;
  background: #f04124;
  color: #FFFFFF;
}

[data-abide] span.error, [data-abide] small.error {
  display: none;
}

span.error, small.error {
  display: block;
  padding: 0.375rem 0.5625rem 0.5625rem;
  margin-top: -1px;
  margin-bottom: 3.5rem;
  font-size: 0.75rem;
  font-weight: 400;
  font-style: italic;
  background: #f04124;
  color: #FFFFFF;
}

.error input,
.error textarea,
.error select {
  margin-bottom: 0;
}

.error input[type="checkbox"],
.error input[type="radio"] {
  margin-bottom: 3.5rem;
}

.error label,
.error label.error {
  color: #f04124;
}

.error small.error {
  display: block;
  padding: 0.375rem 0.5625rem 0.5625rem;
  margin-top: -1px;
  margin-bottom: 3.5rem;
  font-size: 0.75rem;
  font-weight: 400;
  font-style: italic;
  background: #f04124;
  color: #FFFFFF;
}

.error > label > small {
  color: #585b65;
  background: transparent;
  padding: 0;
  text-transform: capitalize;
  font-style: normal;
  font-size: 60%;
  margin: 0;
  display: inline;
}

.error span.error-message {
  display: block;
}

input.error,
textarea.error,
select.error {
  margin-bottom: 0;
}

label.error {
  color: #f04124;
}

.inline-list {
  margin: 0 auto 1.0625rem auto;
  margin-left: -1.375rem;
  margin-right: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
}

.inline-list > li {
  list-style: none;
  float: left;
  margin-left: 1.375rem;
  display: block;
}

.inline-list > li > * {
  display: block;
}

.keystroke,
kbd {
  background-color: #ededed;
  border-color: #dddddd;
  color: #222222;
  border-style: solid;
  border-width: 1px;
  margin: 0;
  font-family: "Consolas", "Menlo", "Courier", monospace;
  font-size: inherit;
  padding: 0.125rem 0.25rem 0;
  border-radius: 3px;
}

.label {
  font-weight: 400;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-align: center;
  text-decoration: none;
  line-height: 1;
  white-space: nowrap;
  display: inline-block;
  position: relative;
  margin-bottom: auto;
  padding: 0.25rem 0.5rem 0.25rem;
  font-size: 0.6875rem;
  background-color: #001689;
  color: #FFFFFF;
}

.label.radius {
  border-radius: 3px;
}

.label.round {
  border-radius: 1000px;
}

.label.alert {
  background-color: #f04124;
  color: #FFFFFF;
}

.label.warning {
  background-color: #f7a100;
  color: #FFFFFF;
}

.label.success {
  background-color: #43AC6A;
  color: #FFFFFF;
}

.label.secondary {
  background-color: #001689;
  color: #FFFFFF;
}

.label.info {
  background-color: #a0d3e8;
  color: #333333;
}

ul.pagination {
  display: block;
  min-height: 1.5rem;
  margin-left: -0.3125rem;
}

ul.pagination li {
  height: 1.5rem;
  color: #757575;
  font-size: 0.875rem;
  margin-left: 0;
}

ul.pagination li a, ul.pagination li button {
  display: block;
  padding: 0.125rem 0.5rem 0.125rem;
  color: #001689;
  background: none;
  border-radius: 3px;
  font-weight: normal;
  font-size: 1em;
  line-height: inherit;
  transition: background-color 300ms ease-out;
}

ul.pagination li:hover a,
ul.pagination li a:focus,
ul.pagination li:hover button,
ul.pagination li button:focus {
  background: transparent;
}

ul.pagination li.unavailable a, ul.pagination li.unavailable button {
  cursor: default;
  color: #757575;
}

ul.pagination li.unavailable:hover a,
ul.pagination li.unavailable a:focus,
ul.pagination li.unavailable:hover button,
ul.pagination li.unavailable button:focus {
  background: transparent;
}

ul.pagination li.current a, ul.pagination li.current button {
  background: transparent;
  color: #ffce00;
  font-weight: 700;
  cursor: default;
}

ul.pagination li.current a:hover, ul.pagination li.current a:focus, ul.pagination li.current button:hover, ul.pagination li.current button:focus {
  background: transparent;
}

ul.pagination li {
  float: left;
  display: block;
}

/* Pagination centred wrapper */
.pagination-centered {
  text-align: center;
}

.pagination-centered ul.pagination li {
  float: none;
  display: inline-block;
}

/* Panels */
.panel {
  border-style: solid;
  border-width: 1px;
  border-color: #d6d6d6;
  margin-bottom: 1.25rem;
  padding: 1.25rem;
  background: #F0F0F0;
  color: #333333;
}

.panel > :first-child {
  margin-top: 0;
}

.panel > :last-child {
  margin-bottom: 0;
}

.panel h1, .panel h2, .panel h3, .panel h4, .panel h5, .panel h6, .panel p, .panel li, .panel dl {
  color: #333333;
}

.panel h1, .panel h2, .panel h3, .panel h4, .panel h5, .panel h6 {
  line-height: 1;
  margin-bottom: 0.625rem;
}

.panel h1.subheader, .panel h2.subheader, .panel h3.subheader, .panel h4.subheader, .panel h5.subheader, .panel h6.subheader {
  line-height: 1.4;
}

.panel.callout {
  border-style: solid;
  border-width: 1px;
  border-color: #b3bfff;
  margin-bottom: 1.25rem;
  padding: 1.25rem;
  background: #e9ecff;
  color: #333333;
}

.panel.callout > :first-child {
  margin-top: 0;
}

.panel.callout > :last-child {
  margin-bottom: 0;
}

.panel.callout h1, .panel.callout h2, .panel.callout h3, .panel.callout h4, .panel.callout h5, .panel.callout h6, .panel.callout p, .panel.callout li, .panel.callout dl {
  color: #333333;
}

.panel.callout h1, .panel.callout h2, .panel.callout h3, .panel.callout h4, .panel.callout h5, .panel.callout h6 {
  line-height: 1;
  margin-bottom: 0.625rem;
}

.panel.callout h1.subheader, .panel.callout h2.subheader, .panel.callout h3.subheader, .panel.callout h4.subheader, .panel.callout h5.subheader, .panel.callout h6.subheader {
  line-height: 1.4;
}

.panel.callout a:not(.button) {
  color: #001689;
}

.panel.callout a:not(.button):hover, .panel.callout a:not(.button):focus {
  color: #001376;
}

.panel.radius {
  border-radius: 3px;
}

.reveal-modal-bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #000000;
  background: rgba(0, 0, 0, 0.45);
  z-index: 1004;
  display: none;
  left: 0;
}

.reveal-modal, dialog {
  visibility: hidden;
  display: none;
  position: absolute;
  z-index: 1005;
  width: 100vw;
  top: 0;
  border-radius: 3px;
  left: 0;
  background-color: #FFFFFF;
  padding: 1.25rem;
  border: solid 1px #666666;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  padding: 1.875rem;
}

@media only screen and (max-width: 40em) {
  .reveal-modal, dialog {
    min-height: 100vh;
  }
}

.reveal-modal .column, dialog .column, .reveal-modal .columns, dialog .columns {
  min-width: 0;
}

.reveal-modal > :first-child, dialog > :first-child {
  margin-top: 0;
}

.reveal-modal > :last-child, dialog > :last-child {
  margin-bottom: 0;
}

@media only screen and (min-width: 40.063em) {
  .reveal-modal, dialog {
    width: 80%;
    max-width: 90rem;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}

@media only screen and (min-width: 40.063em) {
  .reveal-modal, dialog {
    top: 6.25rem;
  }
}

.reveal-modal.radius, dialog.radius {
  border-radius: 3px;
}

.reveal-modal.round, dialog.round {
  border-radius: 1000px;
}

.reveal-modal.collapse, dialog.collapse {
  padding: 0;
}

@media only screen and (min-width: 40.063em) {
  .reveal-modal.tiny, dialog.tiny, .form-managed-file dialog.form-submit, .form-managed-file .reveal-modal.form-submit {
    width: 30%;
    max-width: 90rem;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}

@media only screen and (min-width: 40.063em) {
  .reveal-modal.small, dialog.small, div.submenu-tabs ul.menu > li a.reveal-modal.button, div.submenu-tabs ul.resp-tabs-list > li a.reveal-modal.button {
    width: 40%;
    max-width: 90rem;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}

@media only screen and (min-width: 40.063em) {
  .reveal-modal.medium, dialog.medium {
    width: 60%;
    max-width: 90rem;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}

@media only screen and (min-width: 40.063em) {
  .reveal-modal.large, dialog.large {
    width: 70%;
    max-width: 90rem;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}

@media only screen and (min-width: 40.063em) {
  .reveal-modal.xlarge, dialog.xlarge {
    width: 95%;
    max-width: 90rem;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}

.reveal-modal.full, dialog.full {
  top: 0;
  left: 0;
  height: 100%;
  height: 100vh;
  min-height: 100vh;
  max-width: none !important;
  margin-left: 0 !important;
}

@media only screen and (min-width: 40.063em) {
  .reveal-modal.full, dialog.full {
    width: 100vw;
    max-width: 90rem;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}

.reveal-modal .close-reveal-modal, dialog .close-reveal-modal {
  font-size: 2.5rem;
  line-height: 1;
  position: absolute;
  top: 0.625rem;
  right: 1.375rem;
  color: #AAAAAA;
  font-weight: 700;
  cursor: pointer;
}

dialog {
  display: none;
}

dialog::-webkit-backdrop, dialog + .backdrop {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #000000;
  background: rgba(0, 0, 0, 0.45);
  z-index: auto;
  display: none;
  left: 0;
}

dialog::backdrop, dialog + .backdrop {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #000000;
  background: rgba(0, 0, 0, 0.45);
  z-index: auto;
  display: none;
  left: 0;
}

dialog[open] {
  display: block;
}

@media print {
  dialog, .reveal-modal, dialog {
    display: none;
    background: #FFFFFF !important;
  }
}

.side-nav {
  display: block;
  margin: 0;
  padding: 0.875rem 0;
  list-style-type: none;
  list-style-position: outside;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.side-nav li {
  margin: 0 0 0.4375rem 0;
  font-size: 0.875rem;
  font-weight: 400;
}

.side-nav li a:not(.button) {
  display: block;
  color: #001689;
  margin: 0;
  padding: 0.4375rem 0.875rem;
}

.side-nav li a:not(.button):hover, .side-nav li a:not(.button):focus {
  background: rgba(0, 0, 0, 0.025);
  color: #0028f9;
}

.side-nav li.active > a:first-child:not(.button) {
  color: #0028f9;
  font-weight: 400;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.side-nav li.divider {
  border-top: 1px solid;
  height: 0;
  padding: 0;
  list-style: none;
  border-top-color: white;
}

.side-nav li.heading {
  color: #001689;
  font-size: 0.875rem;
  font-weight: bold;
  text-transform: uppercase;
}

.split.button, form input.split.webform-calendar {
  position: relative;
  padding-right: 5.0625rem;
}

.split.button span, form input.split.webform-calendar span {
  display: block;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  border-left: solid 1px;
}

.split.button span:after, form input.split.webform-calendar span:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  display: block;
  border-style: inset;
  top: 50%;
  left: 50%;
}

.split.button span:active, form input.split.webform-calendar span:active {
  background-color: rgba(0, 0, 0, 0.1);
}

.split.button span, form input.split.webform-calendar span {
  border-left-color: rgba(255, 255, 255, 0.5);
}

.split.button span, form input.split.webform-calendar span {
  width: 3.09375rem;
}

.split.button span:after, form input.split.webform-calendar span:after {
  border-top-style: solid;
  border-width: 0.375rem;
  top: 48%;
  margin-left: -0.375rem;
}

.split.button span:after, form input.split.webform-calendar span:after {
  border-color: #FFFFFF transparent transparent transparent;
}

.split.button.secondary span, form input.split.secondary.webform-calendar span {
  border-left-color: rgba(255, 255, 255, 0.5);
}

.split.button.secondary span:after, form input.split.secondary.webform-calendar span:after {
  border-color: #FFFFFF transparent transparent transparent;
}

.split.button.alert span, form input.split.alert.webform-calendar span {
  border-left-color: rgba(255, 255, 255, 0.5);
}

.split.button.success span, form input.split.success.webform-calendar span {
  border-left-color: rgba(255, 255, 255, 0.5);
}

.split.button.tiny, form input.split.tiny.webform-calendar, form .form-managed-file input.split.webform-calendar.form-submit, .form-managed-file form input.split.webform-calendar.form-submit, .form-managed-file .split.button.form-submit {
  padding-right: 3.75rem;
}

.split.button.tiny span, form input.split.tiny.webform-calendar span, form .form-managed-file input.split.webform-calendar.form-submit span, .form-managed-file form input.split.webform-calendar.form-submit span, .form-managed-file .split.button.form-submit span {
  width: 2.25rem;
}

.split.button.tiny span:after, form input.split.tiny.webform-calendar span:after, form .form-managed-file input.split.webform-calendar.form-submit span:after, .form-managed-file form input.split.webform-calendar.form-submit span:after, .form-managed-file .split.button.form-submit span:after {
  border-top-style: solid;
  border-width: 0.375rem;
  top: 48%;
  margin-left: -0.375rem;
}

.split.button.small, form input.split.small.webform-calendar, div.submenu-tabs ul.menu > li a.split.button, div.submenu-tabs ul.resp-tabs-list > li a.split.button {
  padding-right: 4.375rem;
}

.split.button.small span, form input.split.small.webform-calendar span, div.submenu-tabs ul.menu > li a.split.button span, div.submenu-tabs ul.resp-tabs-list > li a.split.button span {
  width: 2.625rem;
}

.split.button.small span:after, form input.split.small.webform-calendar span:after, div.submenu-tabs ul.menu > li a.split.button span:after, div.submenu-tabs ul.resp-tabs-list > li a.split.button span:after {
  border-top-style: solid;
  border-width: 0.4375rem;
  top: 48%;
  margin-left: -0.375rem;
}

.split.button.large, form input.split.large.webform-calendar {
  padding-right: 5.5rem;
}

.split.button.large span, form input.split.large.webform-calendar span {
  width: 3.4375rem;
}

.split.button.large span:after, form input.split.large.webform-calendar span:after {
  border-top-style: solid;
  border-width: 0.3125rem;
  top: 48%;
  margin-left: -0.375rem;
}

.split.button.expand, form input.split.expand.webform-calendar {
  padding-left: 2rem;
}

.split.button.secondary span:after, form input.split.secondary.webform-calendar span:after {
  border-color: #333333 transparent transparent transparent;
}

.split.button.radius span, form input.split.radius.webform-calendar span {
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

.split.button.round span, form input.split.round.webform-calendar span {
  -webkit-border-bottom-right-radius: 1000px;
  -webkit-border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px;
}

.sub-nav {
  display: block;
  width: auto;
  overflow: hidden;
  margin: -0.25rem 0 1.125rem;
  padding-top: 0.25rem;
}

.sub-nav dt {
  text-transform: uppercase;
}

.sub-nav dt,
.sub-nav dd,
.sub-nav li {
  float: left;
  display: inline;
  margin-left: 1rem;
  margin-bottom: 0;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  color: #999999;
}

.sub-nav dt a,
.sub-nav dd a,
.sub-nav li a {
  text-decoration: none;
  color: #999999;
  padding: 0.1875rem 1rem;
}

.sub-nav dt a:hover,
.sub-nav dd a:hover,
.sub-nav li a:hover {
  color: #737373;
}

.sub-nav dt.active a,
.sub-nav dd.active a,
.sub-nav li.active a {
  border-radius: 3px;
  font-weight: 400;
  background: #001689;
  padding: 0.1875rem 1rem;
  cursor: default;
  color: #FFFFFF;
}

.sub-nav dt.active a:hover,
.sub-nav dd.active a:hover,
.sub-nav li.active a:hover {
  background: #001376;
}

.switch {
  padding: 0;
  border: none;
  position: relative;
  outline: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

.switch label {
  display: block;
  margin-bottom: 1rem;
  position: relative;
  color: transparent;
  background: #DDDDDD;
  text-indent: 100%;
  width: 4rem;
  height: 2rem;
  cursor: pointer;
  transition: left 0.15s ease-out;
}

.switch input {
  opacity: 0;
  position: absolute;
  top: 9px;
  left: 10px;
  padding: 0;
}

.switch input + label {
  margin-left: 0;
  margin-right: 0;
}

.switch label:after {
  content: "";
  display: block;
  background: #FFFFFF;
  position: absolute;
  top: .25rem;
  left: .25rem;
  width: 1.5rem;
  height: 1.5rem;
  -webkit-transition: left 0.15s ease-out;
  -moz-transition: left 0.15s ease-out;
  -o-transition: translate3d(0, 0, 0);
  transition: left 0.15s ease-out;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.switch input:checked + label {
  background: #001689;
}

.switch input:checked + label:after {
  left: 2.25rem;
}

.switch label {
  width: 4rem;
  height: 2rem;
}

.switch label:after {
  width: 1.5rem;
  height: 1.5rem;
}

.switch input:checked + label:after {
  left: 2.25rem;
}

.switch label {
  color: transparent;
  background: #DDDDDD;
}

.switch label:after {
  background: #FFFFFF;
}

.switch input:checked + label {
  background: #001689;
}

.switch.large label {
  width: 5rem;
  height: 2.5rem;
}

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

.switch.large input:checked + label:after {
  left: 2.75rem;
}

.switch.small label, div.submenu-tabs ul.menu > li a.switch.button label, div.submenu-tabs ul.resp-tabs-list > li a.switch.button label {
  width: 3.5rem;
  height: 1.75rem;
}

.switch.small label:after, div.submenu-tabs ul.menu > li a.switch.button label:after, div.submenu-tabs ul.resp-tabs-list > li a.switch.button label:after {
  width: 1.25rem;
  height: 1.25rem;
}

.switch.small input:checked + label:after, div.submenu-tabs ul.menu > li a.switch.button input:checked + label:after, div.submenu-tabs ul.resp-tabs-list > li a.switch.button input:checked + label:after {
  left: 2rem;
}

.switch.tiny label, .form-managed-file .switch.form-submit label {
  width: 3rem;
  height: 1.5rem;
}

.switch.tiny label:after, .form-managed-file .switch.form-submit label:after {
  width: 1rem;
  height: 1rem;
}

.switch.tiny input:checked + label:after, .form-managed-file .switch.form-submit input:checked + label:after {
  left: 1.75rem;
}

.switch.radius label {
  border-radius: 4px;
}

.switch.radius label:after {
  border-radius: 3px;
}

.switch.round {
  border-radius: 1000px;
}

.switch.round label {
  border-radius: 2rem;
}

.switch.round label:after {
  border-radius: 2rem;
}

table {
  background: #FFFFFF;
  margin-bottom: 0;
  border: solid 1px #DDDDDD;
  table-layout: auto;
}

table caption {
  background: transparent;
  color: #222222;
  font-size: 1rem;
  font-weight: bold;
}

table thead {
  background: #F5F5F5;
}

table thead tr th,
table thead tr td {
  padding: 0.875rem 1.0625rem;
  font-size: 1.0625rem;
  font-weight: 700;
  color: #222222;
}

table tfoot {
  background: #F5F5F5;
}

table tfoot tr th,
table tfoot tr td {
  padding: 0.875rem 1.0625rem;
  font-size: 1.0625rem;
  font-weight: 700;
  color: #222222;
}

table tr th,
table tr td {
  padding: 0.875rem 1.0625rem;
  font-size: 1rem;
  color: #222222;
  text-align: left;
}

table tr.even, table tr.alt, table tr:nth-of-type(even) {
  background: #F9F9F9;
}

table thead tr th,
table tfoot tr th,
table tfoot tr td,
table tbody tr th,
table tbody tr td,
table tr td {
  display: table-cell;
  line-height: 1.125rem;
}

.tabs {
  margin-bottom: 0 !important;
  margin-left: 0;
}

.tabs:before, .tabs:after {
  content: " ";
  display: table;
}

.tabs:after {
  clear: both;
}

.tabs dd, .tabs .tab-title {
  position: relative;
  margin-bottom: 0 !important;
  list-style: none;
  float: left;
}

.tabs dd > a, .tabs .tab-title > a {
  outline: none;
  display: block;
  background-color: #EFEFEF;
  color: #222222;
  padding: 1rem 2rem;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1rem;
}

.tabs dd > a:hover, .tabs .tab-title > a:hover {
  background-color: #e1e1e1;
}

.tabs dd.active a, .tabs .tab-title.active a {
  background-color: #FFFFFF;
  color: #222222;
}

.tabs.radius dd:first-child a, .tabs.radius .tab:first-child a {
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

.tabs.radius dd:last-child a, .tabs.radius .tab:last-child a {
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

.tabs.vertical dd, .tabs.vertical .tab-title {
  position: inherit;
  float: none;
  display: block;
  top: auto;
}

.tabs-content {
  margin-bottom: 1.5rem;
  width: 100%;
}

.tabs-content:before, .tabs-content:after {
  content: " ";
  display: table;
}

.tabs-content:after {
  clear: both;
}

.tabs-content > .content {
  display: none;
  float: left;
  padding: 1.75rem 0;
  width: 100%;
}

.tabs-content > .content.active {
  display: block;
  float: none;
}

.tabs-content > .content.contained {
  padding: 1.75rem;
}

.tabs-content.vertical {
  display: block;
}

.tabs-content.vertical > .content {
  padding: 0 1.75rem;
}

@media only screen and (min-width: 40.063em) {
  .tabs.vertical {
    width: 20%;
    max-width: 20%;
    float: left;
    margin: 0 0 1.25rem;
  }
  .tabs-content.vertical {
    width: 80%;
    max-width: 80%;
    float: left;
    margin-left: -1px;
    padding-left: 1rem;
  }
}

.no-js .tabs-content > .content {
  display: block;
  float: none;
}

/* Image Thumbnails */
.th {
  line-height: 0;
  display: inline-block;
  border: solid 4px #FFFFFF;
  max-width: 100%;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
  transition: all 200ms ease-out;
}

.th:hover, .th:focus {
  box-shadow: 0 0 6px 1px rgba(0, 22, 137, 0.5);
}

.th.radius {
  border-radius: 3px;
}

/* Tooltips */
.has-tip {
  border-bottom: dotted 2px #3E4047;
  cursor: help;
  font-weight: 700;
  color: #3E4047;
}

.has-tip:hover, .has-tip:focus {
  border-bottom: dotted 2px #3E4047;
  color: #3E4047;
}

.has-tip.tip-left, .has-tip.tip-right {
  float: none !important;
}

.tooltip {
  display: none;
  position: absolute;
  z-index: 1006;
  font-weight: 500;
  font-size: 0.9375rem;
  line-height: 1.4;
  padding: 0.8125rem 1.125rem;
  max-width: 300px;
  left: 50%;
  width: 100%;
  color: #3E4047;
  background: #fff0b3;
}

.tooltip > .nub {
  display: block;
  left: 8px;
  position: absolute;
  width: 0;
  height: 0;
  border: solid 8px;
  border-color: transparent transparent #fff0b3 transparent;
  top: -16px;
  pointer-events: none;
}

.tooltip > .nub.rtl {
  left: auto;
  right: 8px;
}

.tooltip.radius {
  border-radius: 3px;
}

.tooltip.round {
  border-radius: 1000px;
}

.tooltip.round > .nub {
  left: 2rem;
}

.tooltip.opened {
  color: #3E4047 !important;
  border-bottom: dotted 2px #3E4047 !important;
}

.tap-to-close {
  display: block;
  font-size: 0.625rem;
  color: #777777;
  font-weight: 400;
}

@media only screen and (min-width: 40.063em) {
  .tooltip > .nub {
    border-color: transparent transparent #fff0b3 transparent;
    top: -16px;
  }
  .tooltip.tip-top > .nub {
    border-color: #fff0b3 transparent transparent transparent;
    top: auto;
    bottom: -16px;
  }
  .tooltip.tip-left, .tooltip.tip-right {
    float: none !important;
  }
  .tooltip.tip-left > .nub {
    border-color: transparent transparent transparent #fff0b3;
    right: -16px;
    left: auto;
    top: 50%;
    margin-top: -8px;
  }
  .tooltip.tip-right > .nub {
    border-color: transparent #fff0b3 transparent transparent;
    right: auto;
    left: -16px;
    top: 50%;
    margin-top: -8px;
  }
}

meta.foundation-mq-topbar {
  font-family: "/only screen and (min-width:64.063em)/";
  width: 40.063em;
}

/* Wrapped around .top-bar to contain to grid width */
.contain-to-grid {
  width: 100%;
  background: transparent;
}

.contain-to-grid .top-bar {
  margin-bottom: 0;
}

.fixed {
  width: 100%;
  left: 0;
  position: fixed;
  top: 0;
  z-index: 99;
}

.fixed.expanded:not(.top-bar) {
  overflow-y: auto;
  height: auto;
  width: 100%;
  max-height: 100%;
}

.fixed.expanded:not(.top-bar) .title-area {
  position: fixed;
  width: 100%;
  z-index: 99;
}

.fixed.expanded:not(.top-bar) .top-bar-section {
  z-index: 98;
  margin-top: 3.75rem;
}

.top-bar {
  overflow: hidden;
  height: 3.75rem;
  line-height: 3.75rem;
  position: relative;
  background: transparent;
  margin-bottom: 0;
}

.top-bar ul {
  margin-bottom: 0;
  list-style: none;
}

.top-bar .row {
  max-width: none;
}

.top-bar form,
.top-bar input {
  margin-bottom: 0;
}

.top-bar input {
  height: 1.75rem;
  padding-top: .35rem;
  padding-bottom: .35rem;
  font-size: 0.75rem;
}

.top-bar .button, .top-bar form input.webform-calendar, form .top-bar input.webform-calendar, .top-bar button {
  padding-top: 0.4125rem;
  padding-bottom: 0.4125rem;
  margin-bottom: 0;
  font-size: 0.75rem;
}

@media only screen and (max-width: 40em) {
  .top-bar .button, .top-bar form input.webform-calendar, form .top-bar input.webform-calendar, .top-bar button {
    position: relative;
    top: -1px;
  }
}

.top-bar .title-area {
  position: relative;
  margin: 0;
}

.top-bar .name {
  height: 3.75rem;
  margin: 0;
  font-size: 16px;
}

.top-bar .name h1, .top-bar .name h2, .top-bar .name h3, .top-bar .name h4, .top-bar .name p, .top-bar .name span {
  line-height: 3.75rem;
  font-size: 1.0625rem;
  margin: 0;
}

.top-bar .name h1 a, .top-bar .name h2 a, .top-bar .name h3 a, .top-bar .name h4 a, .top-bar .name p a, .top-bar .name span a {
  font-weight: 400;
  color: #001689;
  width: 75%;
  display: block;
  padding: 0 1.25rem;
}

.top-bar .toggle-topbar {
  position: absolute;
  right: 0;
  top: 0;
}

.top-bar .toggle-topbar a {
  color: #001689;
  text-transform: uppercase;
  font-size: 0.8125rem;
  font-weight: 700;
  position: relative;
  display: block;
  padding: 0 1.25rem;
  height: 3.75rem;
  line-height: 3.75rem;
}

.top-bar .toggle-topbar.menu-icon {
  top: 50%;
  margin-top: -16px;
}

.top-bar .toggle-topbar.menu-icon a {
  height: 34px;
  line-height: 33px;
  padding: 0 2.8125rem 0 1.25rem;
  color: #3E4047;
  position: relative;
}

.top-bar .toggle-topbar.menu-icon a span::after {
  content: "";
  position: absolute;
  display: block;
  height: 0;
  top: 50%;
  margin-top: -8px;
  right: 1.25rem;
  box-shadow: 0 0 0 1px #3E4047, 0 7px 0 1px #3E4047, 0 14px 0 1px #3E4047;
  width: 16px;
}

.top-bar .toggle-topbar.menu-icon a span:hover:after {
  box-shadow: 0 0 0 1px "", 0 7px 0 1px "", 0 14px 0 1px "";
}

.top-bar.expanded {
  height: auto;
  background: transparent;
}

.top-bar.expanded .title-area {
  background: transparent;
}

.top-bar.expanded .toggle-topbar a {
  color: #3E4047;
}

.top-bar.expanded .toggle-topbar a span::after {
  box-shadow: 0 0 0 1px #3E4047, 0 7px 0 1px #3E4047, 0 14px 0 1px #3E4047;
}

.top-bar-section {
  left: 0;
  position: relative;
  width: auto;
  transition: left 300ms ease-out;
}

.top-bar-section ul {
  padding: 0;
  width: 100%;
  height: auto;
  display: block;
  font-size: 16px;
  margin: 0;
}

.top-bar-section .divider,
.top-bar-section [role="separator"] {
  border-top: solid 1px rgba(0, 0, 0, 0);
  clear: both;
  height: 1px;
  width: 100%;
}

.top-bar-section ul li {
  background: transparent;
}

.top-bar-section ul li > a {
  display: block;
  width: 100%;
  color: #001689;
  padding: 12px 0 12px 0;
  padding-left: 1.25rem;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.9375rem;
  font-weight: 400;
  text-transform: none;
}

.top-bar-section ul li > a.button {
  font-size: 0.9375rem;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
  background-color: #001689;
  border-color: #001fc1;
  color: #FFFFFF;
}

.top-bar-section ul li > a.button:hover, .top-bar-section ul li > a.button:focus {
  background-color: #001fc1;
}

.top-bar-section ul li > a.button:hover, .top-bar-section ul li > a.button:focus {
  color: #FFFFFF;
}

.top-bar-section ul li > a.button.secondary {
  background-color: #001689;
  border-color: #001fc1;
  color: #FFFFFF;
}

.top-bar-section ul li > a.button.secondary:hover, .top-bar-section ul li > a.button.secondary:focus {
  background-color: #001fc1;
}

.top-bar-section ul li > a.button.secondary:hover, .top-bar-section ul li > a.button.secondary:focus {
  color: #FFFFFF;
}

.top-bar-section ul li > a.button.success {
  background-color: #43AC6A;
  border-color: #368a55;
  color: #FFFFFF;
}

.top-bar-section ul li > a.button.success:hover, .top-bar-section ul li > a.button.success:focus {
  background-color: #368a55;
}

.top-bar-section ul li > a.button.success:hover, .top-bar-section ul li > a.button.success:focus {
  color: #FFFFFF;
}

.top-bar-section ul li > a.button.alert {
  background-color: #f04124;
  border-color: #cf2a0e;
  color: #FFFFFF;
}

.top-bar-section ul li > a.button.alert:hover, .top-bar-section ul li > a.button.alert:focus {
  background-color: #cf2a0e;
}

.top-bar-section ul li > a.button.alert:hover, .top-bar-section ul li > a.button.alert:focus {
  color: #FFFFFF;
}

.top-bar-section ul li > a.button.warning {
  background-color: #f7a100;
  border-color: #c68100;
  color: #FFFFFF;
}

.top-bar-section ul li > a.button.warning:hover, .top-bar-section ul li > a.button.warning:focus {
  background-color: #c68100;
}

.top-bar-section ul li > a.button.warning:hover, .top-bar-section ul li > a.button.warning:focus {
  color: #FFFFFF;
}

.top-bar-section ul li > button {
  font-size: 0.9375rem;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
  background-color: #001689;
  border-color: #001fc1;
  color: #FFFFFF;
}

.top-bar-section ul li > button:hover, .top-bar-section ul li > button:focus {
  background-color: #001fc1;
}

.top-bar-section ul li > button:hover, .top-bar-section ul li > button:focus {
  color: #FFFFFF;
}

.top-bar-section ul li > button.secondary {
  background-color: #001689;
  border-color: #001fc1;
  color: #FFFFFF;
}

.top-bar-section ul li > button.secondary:hover, .top-bar-section ul li > button.secondary:focus {
  background-color: #001fc1;
}

.top-bar-section ul li > button.secondary:hover, .top-bar-section ul li > button.secondary:focus {
  color: #FFFFFF;
}

.top-bar-section ul li > button.success {
  background-color: #43AC6A;
  border-color: #368a55;
  color: #FFFFFF;
}

.top-bar-section ul li > button.success:hover, .top-bar-section ul li > button.success:focus {
  background-color: #368a55;
}

.top-bar-section ul li > button.success:hover, .top-bar-section ul li > button.success:focus {
  color: #FFFFFF;
}

.top-bar-section ul li > button.alert {
  background-color: #f04124;
  border-color: #cf2a0e;
  color: #FFFFFF;
}

.top-bar-section ul li > button.alert:hover, .top-bar-section ul li > button.alert:focus {
  background-color: #cf2a0e;
}

.top-bar-section ul li > button.alert:hover, .top-bar-section ul li > button.alert:focus {
  color: #FFFFFF;
}

.top-bar-section ul li > button.warning {
  background-color: #f7a100;
  border-color: #c68100;
  color: #FFFFFF;
}

.top-bar-section ul li > button.warning:hover, .top-bar-section ul li > button.warning:focus {
  background-color: #c68100;
}

.top-bar-section ul li > button.warning:hover, .top-bar-section ul li > button.warning:focus {
  color: #FFFFFF;
}

.top-bar-section ul li:hover:not(.has-form) > a {
  background-color: transparent;
  background: transparent;
  color: #001fc1;
}

.top-bar-section ul li.active > a {
  background: transparent;
  color: #001689;
}

.top-bar-section ul li.active > a:hover {
  background: transparent;
  color: #FFFFFF;
}

.top-bar-section .has-form {
  padding: 1.25rem;
}

.top-bar-section .has-dropdown {
  position: relative;
}

.top-bar-section .has-dropdown > a:after {
  margin-right: 1.25rem;
  margin-top: -4.5px;
  position: absolute;
  top: 50%;
  right: 0;
}

.top-bar-section .has-dropdown.moved {
  position: static;
}

.top-bar-section .has-dropdown.moved > .dropdown {
  display: block;
  position: static !important;
  height: auto;
  width: auto;
  overflow: visible;
  clip: auto;
  position: absolute !important;
  width: 100%;
}

.top-bar-section .has-dropdown.moved > a:after {
  display: none;
}

.top-bar-section .dropdown {
  padding: 0;
  position: absolute;
  left: 100%;
  top: 0;
  z-index: 99;
  display: block;
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}

.top-bar-section .dropdown li {
  width: 100%;
  height: auto;
}

.top-bar-section .dropdown li a {
  font-weight: 400;
  padding: 8px 1.25rem;
}

.top-bar-section .dropdown li a.parent-link {
  font-weight: 400;
}

.top-bar-section .dropdown li.title h5, .top-bar-section .dropdown li.parent-link {
  margin-bottom: 0;
  margin-top: 0;
  font-size: 1rem;
}

.top-bar-section .dropdown li.title h5 a, .top-bar-section .dropdown li.parent-link a {
  color: #001689;
  display: block;
}

.top-bar-section .dropdown li.title h5 a:hover, .top-bar-section .dropdown li.parent-link a:hover {
  background: none;
}

.top-bar-section .dropdown li.has-form {
  padding: 8px 1.25rem;
}

.top-bar-section .dropdown li .button, .top-bar-section .dropdown li form input.webform-calendar, form .top-bar-section .dropdown li input.webform-calendar, .top-bar-section .dropdown li button {
  top: auto;
}

.top-bar-section .dropdown label {
  padding: 8px 1.25rem 2px;
  margin-bottom: 0;
  text-transform: uppercase;
  color: #777777;
  font-weight: 700;
  font-size: 0.625rem;
}

.js-generated {
  display: block;
}

@media only screen and (min-width: 64.063em) {
  .top-bar {
    background: transparent;
    overflow: visible;
  }
  .top-bar:before, .top-bar:after {
    content: " ";
    display: table;
  }
  .top-bar:after {
    clear: both;
  }
  .top-bar .toggle-topbar {
    display: none;
  }
  .top-bar .title-area {
    float: left;
  }
  .top-bar .name h1 a {
    width: auto;
  }
  .top-bar input, .top-bar .button, .top-bar form input.webform-calendar, form .top-bar input.webform-calendar,
  .top-bar button {
    font-size: 0.875rem;
    position: relative;
    height: 1.75rem;
    top: 1rem;
  }
  .top-bar.expanded {
    background: transparent;
  }
  .contain-to-grid .top-bar {
    max-width: 90rem;
    margin: 0 auto;
    margin-bottom: 0;
  }
  .top-bar-section {
    transition: none 0 0;
    left: 0 !important;
  }
  .top-bar-section ul {
    width: auto;
    height: auto !important;
    display: inline;
  }
  .top-bar-section ul li {
    float: left;
  }
  .top-bar-section ul li .js-generated {
    display: none;
  }
  .top-bar-section li.hover > a:not(.button) {
    background-color: transparent;
    background: transparent;
    color: #001fc1;
  }
  .top-bar-section li:not(.has-form) a:not(.button) {
    padding: 0 1.25rem;
    line-height: 3.75rem;
    background: transparent;
  }
  .top-bar-section li:not(.has-form) a:not(.button):hover {
    background-color: transparent;
    background: transparent;
  }
  .top-bar-section li.active:not(.has-form) a:not(.button) {
    padding: 0 1.25rem;
    line-height: 3.75rem;
    color: #001689;
    background: transparent;
  }
  .top-bar-section li.active:not(.has-form) a:not(.button):hover {
    background: transparent;
    color: #FFFFFF;
  }
  .top-bar-section .has-dropdown.moved {
    position: relative;
  }
  .top-bar-section .has-dropdown.moved > .dropdown {
    display: block;
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
  }
  .top-bar-section .has-dropdown.hover > .dropdown, .top-bar-section .has-dropdown.not-click:hover > .dropdown {
    display: block;
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
    position: absolute !important;
  }
  .top-bar-section .has-dropdown > a:focus + .dropdown {
    display: block;
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
    position: absolute !important;
  }
  .top-bar-section .has-dropdown .dropdown li.has-dropdown > a:after {
    border: none;
    content: "\00bb";
    top: 1rem;
    margin-top: -1px;
    right: 5px;
    line-height: 1.2;
  }
  .top-bar-section .dropdown {
    left: 0;
    top: auto;
    background: transparent;
    min-width: 100%;
  }
  .top-bar-section .dropdown li a {
    color: #001689;
    line-height: 3.75rem;
    white-space: nowrap;
    padding: 12px 1.25rem;
    background: transparent;
  }
  .top-bar-section .dropdown li:not(.has-form):not(.active) > a:not(.button) {
    color: #001689;
    background: transparent;
  }
  .top-bar-section .dropdown li:not(.has-form):not(.active):hover > a:not(.button) {
    color: #001fc1;
    background-color: transparent;
    background: transparent;
  }
  .top-bar-section .dropdown li label {
    white-space: nowrap;
    background: transparent;
  }
  .top-bar-section .dropdown li .dropdown {
    left: 100%;
    top: 0;
  }
  .top-bar-section > ul > .divider,
  .top-bar-section > ul > [role="separator"] {
    border-bottom: none;
    border-top: none;
    border-right: solid 1px rgba(33, 33, 33, 0);
    clear: none;
    height: 3.75rem;
    width: 0;
  }
  .top-bar-section .has-form {
    background: transparent;
    padding: 0 1.25rem;
    height: 3.75rem;
  }
  .top-bar-section .right li .dropdown {
    left: auto;
    right: 0;
  }
  .top-bar-section .right li .dropdown li .dropdown {
    right: 100%;
  }
  .top-bar-section .left li .dropdown {
    right: auto;
    left: 0;
  }
  .top-bar-section .left li .dropdown li .dropdown {
    left: 100%;
  }
  .no-js .top-bar-section ul li:hover > a {
    background-color: transparent;
    background: transparent;
    color: #001fc1;
  }
  .no-js .top-bar-section ul li:active > a {
    background: transparent;
    color: #001689;
  }
  .no-js .top-bar-section .has-dropdown:hover > .dropdown {
    display: block;
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
    position: absolute !important;
  }
  .no-js .top-bar-section .has-dropdown > a:focus + .dropdown {
    display: block;
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
    position: absolute !important;
  }
}

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

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

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

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

@media only screen and (max-width: 40em) {
  .small-only-text-left {
    text-align: left !important;
  }
  .small-only-text-right {
    text-align: right !important;
  }
  .small-only-text-center {
    text-align: center !important;
  }
  .small-only-text-justify {
    text-align: justify !important;
  }
}

@media only screen and (min-width: 0em) {
  .small-text-left {
    text-align: left !important;
  }
  .small-text-right {
    text-align: right !important;
  }
  .small-text-center {
    text-align: center !important;
  }
  .small-text-justify {
    text-align: justify !important;
  }
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  .medium-only-text-left {
    text-align: left !important;
  }
  .medium-only-text-right {
    text-align: right !important;
  }
  .medium-only-text-center {
    text-align: center !important;
  }
  .medium-only-text-justify {
    text-align: justify !important;
  }
}

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

@media only screen and (min-width: 64.063em) and (max-width: 90em) {
  .large-only-text-left {
    text-align: left !important;
  }
  .large-only-text-right {
    text-align: right !important;
  }
  .large-only-text-center {
    text-align: center !important;
  }
  .large-only-text-justify {
    text-align: justify !important;
  }
}

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

@media only screen and (min-width: 90.063em) and (max-width: 120em) {
  .xlarge-only-text-left {
    text-align: left !important;
  }
  .xlarge-only-text-right {
    text-align: right !important;
  }
  .xlarge-only-text-center {
    text-align: center !important;
  }
  .xlarge-only-text-justify {
    text-align: justify !important;
  }
}

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

@media only screen and (min-width: 120.063em) and (max-width: 99999999em) {
  .xxlarge-only-text-left {
    text-align: left !important;
  }
  .xxlarge-only-text-right {
    text-align: right !important;
  }
  .xxlarge-only-text-center {
    text-align: center !important;
  }
  .xxlarge-only-text-justify {
    text-align: justify !important;
  }
}

@media only screen and (min-width: 120.063em) {
  .xxlarge-text-left {
    text-align: left !important;
  }
  .xxlarge-text-right {
    text-align: right !important;
  }
  .xxlarge-text-center {
    text-align: center !important;
  }
  .xxlarge-text-justify {
    text-align: justify !important;
  }
}

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

/* Default Link Styles */
a {
  color: #001689;
  text-decoration: none;
  line-height: inherit;
}

a:hover, a:focus {
  color: #001fc1;
}

a img {
  border: none;
}

/* Default paragraph styles */
p {
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.875rem;
  margin-bottom: 3.5rem;
  text-rendering: optimizeLegibility;
}

p.lead {
  font-size: 1.34375rem;
  line-height: 1.6;
}

p aside {
  font-size: 0.875rem;
  line-height: 1.35;
  font-style: italic;
}

/* Default header styles */
h1, h2, h3, h4, h5, h6 {
  font-family: "Fira Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-style: 400;
  color: #616161;
  text-rendering: optimizeLegibility;
  margin-top: 0rem;
  margin-bottom: 0rem;
  line-height: normal;
}

h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
  font-size: 60%;
  color: #989898;
  line-height: 0;
}

h1 {
  font-size: 2.1875rem;
}

h2 {
  font-size: 1.8125rem;
}

h3 {
  font-size: 1.5rem;
}

h4 {
  font-size: 1.1875rem;
}

h5 {
  font-size: 1.0625rem;
}

h6 {
  font-size: 1rem;
}

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

hr {
  border: solid #DDDDDD;
  border-width: 1px 0 0;
  clear: both;
  margin: 1.25rem 0 1.1875rem;
  height: 0;
}

/* Helpful Typography Defaults */
em,
i {
  font-style: italic;
  line-height: inherit;
}

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

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

code {
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: 400;
  color: #333333;
  background-color: #8fa1ff;
  border-width: 1px;
  border-style: solid;
  border-color: #6780ff;
  padding: 0.125rem 0.3125rem 0.0625rem;
}

/* Lists */
ul,
ol,
dl {
  font-size: 1.125rem;
  line-height: 1.875rem;
  margin-bottom: 3.5rem;
  list-style-position: outside;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

ul {
  margin-left: 1.1rem;
}

ul.no-bullet {
  margin-left: 0;
}

ul.no-bullet li ul,
ul.no-bullet li ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
  list-style: none;
}

/* Unordered Lists */
ul li ul,
ul li ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
}

ul.square li ul, ul.circle li ul, ul.disc li ul {
  list-style: inherit;
}

ul.square {
  list-style-type: square;
  margin-left: 1.1rem;
}

ul.circle {
  list-style-type: circle;
  margin-left: 1.1rem;
}

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

ul.no-bullet {
  list-style: none;
}

/* Ordered Lists */
ol {
  margin-left: 1.4rem;
}

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

/* Definition Lists */
dl dt {
  margin-bottom: 0.3rem;
  font-weight: 700;
}

dl dd {
  margin-bottom: 0.75rem;
}

/* Abbreviations */
abbr,
acronym {
  text-transform: uppercase;
  font-size: 90%;
  color: #3E4047;
  cursor: help;
}

abbr {
  text-transform: none;
}

abbr[title] {
  border-bottom: 1px dotted #DDDDDD;
}

/* Blockquotes */
blockquote {
  margin: 0 0 3.5rem;
  padding: 3.15rem 3.5rem;
  border-left: 0px;
}

blockquote cite {
  display: block;
  font-size: 0.8125rem;
  color: #858585;
}

blockquote cite:before {
  content: "\2014 \0020";
}

blockquote cite a,
blockquote cite a:visited {
  color: #858585;
}

blockquote,
blockquote p {
  line-height: 1.875rem;
  color: #3E4047;
}

/* Microformats */
.vcard {
  display: inline-block;
  margin: 0 0 1.25rem 0;
  border: 1px solid #DDDDDD;
  padding: 0.625rem 0.75rem;
}

.vcard li {
  margin: 0;
  display: block;
}

.vcard .fn {
  font-weight: 700;
  font-size: 0.9375rem;
}

.vevent .summary {
  font-weight: 700;
}

.vevent abbr {
  cursor: default;
  text-decoration: none;
  font-weight: 700;
  border: none;
  padding: 0 0.0625rem;
}

@media only screen and (min-width: 40.063em) {
  h1, h2, h3, h4, h5, h6 {
    line-height: normal;
  }
  h1 {
    font-size: 2.875rem;
  }
  h2 {
    font-size: 2rem;
  }
  h3 {
    font-size: 1.625rem;
  }
  h4 {
    font-size: 1.3125rem;
  }
  h5 {
    font-size: 1.125rem;
  }
  h6 {
    font-size: 1rem;
  }
}

/* small displays */
@media only screen and (min-width: 0em) {
  .show-for-small-only, .show-for-small-up, .show-for-small, .show-for-small-down, .hide-for-medium-only, .hide-for-medium-up, .hide-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important;
  }
  .hide-for-small-only, .hide-for-small-up, .hide-for-small, .hide-for-small-down, .show-for-medium-only, .show-for-medium-up, .show-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important;
  }
  .visible-for-small-only, .visible-for-small-up, .visible-for-small, .visible-for-small-down, .hidden-for-medium-only, .hidden-for-medium-up, .hidden-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }
  .hidden-for-small-only, .hidden-for-small-up, .hidden-for-small, .hidden-for-small-down, .visible-for-medium-only, .visible-for-medium-up, .visible-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
  }
  table.show-for-small-only, table.show-for-small-up, table.show-for-small, table.show-for-small-down, table.hide-for-medium-only, table.hide-for-medium-up, table.hide-for-medium, table.show-for-medium-down, table.hide-for-large-only, table.hide-for-large-up, table.hide-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important;
  }
  thead.show-for-small-only, thead.show-for-small-up, thead.show-for-small, thead.show-for-small-down, thead.hide-for-medium-only, thead.hide-for-medium-up, thead.hide-for-medium, thead.show-for-medium-down, thead.hide-for-large-only, thead.hide-for-large-up, thead.hide-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important;
  }
  tbody.show-for-small-only, tbody.show-for-small-up, tbody.show-for-small, tbody.show-for-small-down, tbody.hide-for-medium-only, tbody.hide-for-medium-up, tbody.hide-for-medium, tbody.show-for-medium-down, tbody.hide-for-large-only, tbody.hide-for-large-up, tbody.hide-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important;
  }
  tr.show-for-small-only, tr.show-for-small-up, tr.show-for-small, tr.show-for-small-down, tr.hide-for-medium-only, tr.hide-for-medium-up, tr.hide-for-medium, tr.show-for-medium-down, tr.hide-for-large-only, tr.hide-for-large-up, tr.hide-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row !important;
  }
  th.show-for-small-only, td.show-for-small-only, th.show-for-small-up, td.show-for-small-up, th.show-for-small, td.show-for-small, th.show-for-small-down, td.show-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.hide-for-medium-up, td.hide-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.show-for-medium-down, td.show-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.hide-for-large-up, td.hide-for-large-up, th.hide-for-large, td.hide-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important;
  }
}

/* medium displays */
@media only screen and (min-width: 40.063em) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .show-for-medium-only, .show-for-medium-up, .show-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important;
  }
  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .hide-for-medium-only, .hide-for-medium-up, .hide-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important;
  }
  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .visible-for-medium-only, .visible-for-medium-up, .visible-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }
  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .hidden-for-medium-only, .hidden-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
  }
  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.show-for-medium-only, table.show-for-medium-up, table.show-for-medium, table.show-for-medium-down, table.hide-for-large-only, table.hide-for-large-up, table.hide-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important;
  }
  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.show-for-medium-only, thead.show-for-medium-up, thead.show-for-medium, thead.show-for-medium-down, thead.hide-for-large-only, thead.hide-for-large-up, thead.hide-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important;
  }
  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.show-for-medium-only, tbody.show-for-medium-up, tbody.show-for-medium, tbody.show-for-medium-down, tbody.hide-for-large-only, tbody.hide-for-large-up, tbody.hide-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important;
  }
  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.show-for-medium-only, tr.show-for-medium-up, tr.show-for-medium, tr.show-for-medium-down, tr.hide-for-large-only, tr.hide-for-large-up, tr.hide-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row !important;
  }
  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.show-for-medium-only, td.show-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.show-for-medium, td.show-for-medium, th.show-for-medium-down, td.show-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.hide-for-large-up, td.hide-for-large-up, th.hide-for-large, td.hide-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important;
  }
}

/* large displays */
@media only screen and (min-width: 64.063em) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important;
  }
  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important;
  }
  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }
  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
  }
  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.show-for-large-only, table.show-for-large-up, table.show-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important;
  }
  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.show-for-large-only, thead.show-for-large-up, thead.show-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important;
  }
  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.show-for-large-only, tbody.show-for-large-up, tbody.show-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important;
  }
  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.show-for-large-only, tr.show-for-large-up, tr.show-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row !important;
  }
  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.show-for-large-only, td.show-for-large-only, th.show-for-large-up, td.show-for-large-up, th.show-for-large, td.show-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important;
  }
}

/* xlarge displays */
@media only screen and (min-width: 90.063em) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .hide-for-large-only, .show-for-large-up, .hide-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important;
  }
  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .show-for-large-only, .hide-for-large-up, .show-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important;
  }
  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .hidden-for-large-only, .visible-for-large-up, .hidden-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }
  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .visible-for-large-only, .hidden-for-large-up, .visible-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
  }
  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.hide-for-large-only, table.show-for-large-up, table.hide-for-large, table.hide-for-large-down, table.show-for-xlarge-only, table.show-for-xlarge-up, table.show-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important;
  }
  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.hide-for-large-only, thead.show-for-large-up, thead.hide-for-large, thead.hide-for-large-down, thead.show-for-xlarge-only, thead.show-for-xlarge-up, thead.show-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important;
  }
  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.hide-for-large-only, tbody.show-for-large-up, tbody.hide-for-large, tbody.hide-for-large-down, tbody.show-for-xlarge-only, tbody.show-for-xlarge-up, tbody.show-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important;
  }
  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.hide-for-large-only, tr.show-for-large-up, tr.hide-for-large, tr.hide-for-large-down, tr.show-for-xlarge-only, tr.show-for-xlarge-up, tr.show-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row !important;
  }
  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.show-for-large-up, td.show-for-large-up, th.hide-for-large, td.hide-for-large, th.hide-for-large-down, td.hide-for-large-down, th.show-for-xlarge-only, td.show-for-xlarge-only, th.show-for-xlarge-up, td.show-for-xlarge-up, th.show-for-xlarge, td.show-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important;
  }
}

/* xxlarge displays */
@media only screen and (min-width: 120.063em) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .hide-for-large-only, .show-for-large-up, .hide-for-large, .hide-for-large-down, .hide-for-xlarge-only, .show-for-xlarge-up, .hide-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important;
  }
  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .show-for-large-only, .hide-for-large-up, .show-for-large, .show-for-large-down, .show-for-xlarge-only, .hide-for-xlarge-up, .show-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important;
  }
  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .hidden-for-large-only, .visible-for-large-up, .hidden-for-large, .hidden-for-large-down, .hidden-for-xlarge-only, .visible-for-xlarge-up, .hidden-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }
  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .visible-for-large-only, .hidden-for-large-up, .visible-for-large, .visible-for-large-down, .visible-for-xlarge-only, .hidden-for-xlarge-up, .visible-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .hidden-for-xxlarge-down {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
  }
  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.hide-for-large-only, table.show-for-large-up, table.hide-for-large, table.hide-for-large-down, table.hide-for-xlarge-only, table.show-for-xlarge-up, table.hide-for-xlarge, table.hide-for-xlarge-down, table.show-for-xxlarge-only, table.show-for-xxlarge-up, table.show-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important;
  }
  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.hide-for-large-only, thead.show-for-large-up, thead.hide-for-large, thead.hide-for-large-down, thead.hide-for-xlarge-only, thead.show-for-xlarge-up, thead.hide-for-xlarge, thead.hide-for-xlarge-down, thead.show-for-xxlarge-only, thead.show-for-xxlarge-up, thead.show-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important;
  }
  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.hide-for-large-only, tbody.show-for-large-up, tbody.hide-for-large, tbody.hide-for-large-down, tbody.hide-for-xlarge-only, tbody.show-for-xlarge-up, tbody.hide-for-xlarge, tbody.hide-for-xlarge-down, tbody.show-for-xxlarge-only, tbody.show-for-xxlarge-up, tbody.show-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important;
  }
  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.hide-for-large-only, tr.show-for-large-up, tr.hide-for-large, tr.hide-for-large-down, tr.hide-for-xlarge-only, tr.show-for-xlarge-up, tr.hide-for-xlarge, tr.hide-for-xlarge-down, tr.show-for-xxlarge-only, tr.show-for-xxlarge-up, tr.show-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row !important;
  }
  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.show-for-large-up, td.show-for-large-up, th.hide-for-large, td.hide-for-large, th.hide-for-large-down, td.hide-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.show-for-xlarge-up, td.show-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.hide-for-xlarge-down, td.hide-for-xlarge-down, th.show-for-xxlarge-only, td.show-for-xxlarge-only, th.show-for-xxlarge-up, td.show-for-xxlarge-up, th.show-for-xxlarge, td.show-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important;
  }
}

/* Orientation targeting */
.show-for-landscape,
.hide-for-portrait {
  display: inherit !important;
}

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

/* Specific visibility for tables */
table.hide-for-landscape, table.show-for-portrait {
  display: table !important;
}

thead.hide-for-landscape, thead.show-for-portrait {
  display: table-header-group !important;
}

tbody.hide-for-landscape, tbody.show-for-portrait {
  display: table-row-group !important;
}

tr.hide-for-landscape, tr.show-for-portrait {
  display: table-row !important;
}

td.hide-for-landscape, td.show-for-portrait,
th.hide-for-landscape,
th.show-for-portrait {
  display: table-cell !important;
}

@media only screen and (orientation: landscape) {
  .show-for-landscape,
  .hide-for-portrait {
    display: inherit !important;
  }
  .hide-for-landscape,
  .show-for-portrait {
    display: none !important;
  }
  /* Specific visibility for tables */
  table.show-for-landscape, table.hide-for-portrait {
    display: table !important;
  }
  thead.show-for-landscape, thead.hide-for-portrait {
    display: table-header-group !important;
  }
  tbody.show-for-landscape, tbody.hide-for-portrait {
    display: table-row-group !important;
  }
  tr.show-for-landscape, tr.hide-for-portrait {
    display: table-row !important;
  }
  td.show-for-landscape, td.hide-for-portrait,
  th.show-for-landscape,
  th.hide-for-portrait {
    display: table-cell !important;
  }
}

@media only screen and (orientation: portrait) {
  .show-for-portrait,
  .hide-for-landscape {
    display: inherit !important;
  }
  .hide-for-portrait,
  .show-for-landscape {
    display: none !important;
  }
  /* Specific visibility for tables */
  table.show-for-portrait, table.hide-for-landscape {
    display: table !important;
  }
  thead.show-for-portrait, thead.hide-for-landscape {
    display: table-header-group !important;
  }
  tbody.show-for-portrait, tbody.hide-for-landscape {
    display: table-row-group !important;
  }
  tr.show-for-portrait, tr.hide-for-landscape {
    display: table-row !important;
  }
  td.show-for-portrait, td.hide-for-landscape,
  th.show-for-portrait,
  th.hide-for-landscape {
    display: table-cell !important;
  }
}

/* Touch-enabled device targeting */
.show-for-touch {
  display: none !important;
}

.hide-for-touch {
  display: inherit !important;
}

.touch .show-for-touch {
  display: inherit !important;
}

.touch .hide-for-touch {
  display: none !important;
}

/* Specific visibility for tables */
table.hide-for-touch {
  display: table !important;
}

.touch table.show-for-touch {
  display: table !important;
}

thead.hide-for-touch {
  display: table-header-group !important;
}

.touch thead.show-for-touch {
  display: table-header-group !important;
}

tbody.hide-for-touch {
  display: table-row-group !important;
}

.touch tbody.show-for-touch {
  display: table-row-group !important;
}

tr.hide-for-touch {
  display: table-row !important;
}

.touch tr.show-for-touch {
  display: table-row !important;
}

td.hide-for-touch {
  display: table-cell !important;
}

.touch td.show-for-touch {
  display: table-cell !important;
}

th.hide-for-touch {
  display: table-cell !important;
}

.touch th.show-for-touch {
  display: table-cell !important;
}

/* Print visibility */
@media print {
  .show-for-print {
    display: block;
  }
  .hide-for-print {
    display: none;
  }
  table.show-for-print {
    display: table !important;
  }
  thead.show-for-print {
    display: table-header-group !important;
  }
  tbody.show-for-print {
    display: table-row-group !important;
  }
  tr.show-for-print {
    display: table-row !important;
  }
  td.show-for-print {
    display: table-cell !important;
  }
  th.show-for-print {
    display: table-cell !important;
  }
}

.admin-menu .fixed {
  top: 0;
}

#status-messages.reveal-modal .alert-box, dialog#status-messages .alert-box {
  margin-bottom: 0;
}

.reveal-modal, dialog {
  z-index: 999;
}

.item-list .pager {
  clear: none;
}

.item-list .pager li {
  padding: 0;
}

.inline {
  margin: 0 auto 1.0625rem auto;
  margin-left: -1.375rem;
  margin-right: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
}

.inline > li {
  list-style: none;
  float: left;
  margin-left: 1.375rem;
  display: block;
}

.inline > li > * {
  display: block;
}

html.js .js-hide {
  display: none;
}

.element-hidden {
  display: none;
}

.element-invisible {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  height: 1px;
  margin: 0px;
}

/**
 * @file
 * Stylesheet for the Contextual module.
 */
/**
 * Contextual links regions.
 */
.contextual-links-region {
  outline: none;
  position: relative;
}

.contextual-links-region-active {
  outline: #999 dashed 1px;
}

/**
 * Contextual links.
 */
div.contextual-links-wrapper {
  display: none;
  font-size: 90%;
  position: absolute;
  right: 5px;
  /* LTR */
  top: 2px;
  z-index: 999;
}

html.js div.contextual-links-wrapper {
  display: block;
}

a.contextual-links-trigger {
  background: transparent url(../../images/gear-select.png) no-repeat 2px 0;
  border: 1px solid transparent;
  display: none;
  height: 18px;
  margin: 0;
  padding: 0 2px;
  outline: none;
  text-indent: 34px;
  /* LTR */
  width: 28px;
  overflow: hidden;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

a.contextual-links-trigger:hover,
div.contextual-links-active a.contextual-links-trigger {
  background-position: 2px -18px;
}

div.contextual-links-active a.contextual-links-trigger {
  background-color: #fff;
  border-color: #ccc;
  border-bottom: none;
  position: relative;
  z-index: 1;
  -moz-border-radius: 4px 4px 0 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  border-radius: 4px 4px 0 0;
}

div.contextual-links-wrapper ul.contextual-links {
  font-size: 0.9375rem;
  background-color: #fff;
  border: 1px solid #ccc;
  display: none;
  margin: 0;
  padding: 0.25em 0;
  position: absolute;
  right: 0;
  text-align: left;
  top: 18px;
  white-space: nowrap;
  -moz-border-radius: 4px 0 4px 4px;
  /* LTR */
  -webkit-border-bottom-left-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-top-right-radius: 0;
  /* LTR */
  -webkit-border-top-left-radius: 4px;
  /* LTR */
  border-radius: 4px 0 4px 4px;
  /* LTR */
}

a.contextual-links-trigger-active,
div.contextual-links-active a.contextual-links-trigger,
div.contextual-links-active ul.contextual-links {
  display: block;
}

ul.contextual-links li {
  line-height: 100%;
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
  display: block !important;
  float: none !important;
}

div.contextual-links-wrapper a {
  text-decoration: none;
}

ul.contextual-links li a {
  color: #333 !important;
  font-size: 0.9375rem;
  display: block;
  margin: 0.25em 0;
  padding: 0.25em 1em 0.25em 0.5em;
}

ul.contextual-links li a:hover {
  background-color: #bfdcee;
}

@font-face {
  font-family: 'eige-icons-font';
  src: url("../../fonts/foundation-05/eige-icons-font.woff2") format("woff2"), url("../../fonts/foundation-05/eige-icons-font.ttf") format("truetype"), url("../../fonts/foundation-05/eige-icons-font.woff") format("woff"), url("../../fonts/foundation-05/eige-icons-font.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

.rich-text ol > li:after,
.l-main .block-block ol > li:after,
.cke_editable ol > li:after,
.rich-text .toggler-body ol > li:after,
.node.view-mode-full .toggler-body ol > li:after, .rich-text ul:not([class*="items-list"]):not([class*="block-grid"]):not([class*="menu"]):not([class*="button-group"]):not([class*="contextual-links"]):not([class*="r-tabs-nav"]) > li:before,
.l-main .block-block ul:not([class*="items-list"]):not([class*="block-grid"]):not([class*="menu"]):not([class*="button-group"]):not([class*="contextual-links"]):not([class*="r-tabs-nav"]) > li:before,
.cke_editable ul:not([class*="items-list"]):not([class*="block-grid"]):not([class*="menu"]):not([class*="button-group"]):not([class*="contextual-links"]):not([class*="r-tabs-nav"]) > li:before,
.rich-text .toggler-body ul:not([class*="items-list"]):not([class*="block-grid"]):not([class*="menu"]):not([class*="button-group"]):not([class*="contextual-links"]):not([class*="r-tabs-nav"]) > li:before,
.node.view-mode-full .toggler-body ul:not([class*="items-list"]):not([class*="block-grid"]):not([class*="menu"]):not([class*="button-group"]):not([class*="contextual-links"]):not([class*="r-tabs-nav"]) > li:before, body.page-node-panel-content #panels-dnd-main div.panel-region .panel-pane .pane-content ul li:before, .items-list .image-wrapper a:after, .grid-list .image-wrapper a:after, .items-list .title-prefix + .title-prefix:before, .items-list .view-content .highlighted-box div.title-prefix + .title-prefix:before, .grid-list .title-prefix + .title-prefix:before, .grid-list .view-content .highlighted-box div.title-prefix + .title-prefix:before, .items-list .view-content .highlighted-box .title-prefix + div.title-prefix:before, .grid-list .view-content .highlighted-box .title-prefix + div.title-prefix:before, .view-content .highlighted-box div.title-prefix + div.title-prefix:before, div.highlighted-box, blockquote,
.blockquote, .group-content .group-image-quote .field-name-field-quote, #header-bar nav.top-bar .top-bar-section ul#main-menu li.active-trail > a:before,
#header-bar nav.top-bar .top-bar-section ul#main-menu li.active > a:before,
#header-bar nav.top-bar .top-bar-section ul#main-menu a.active:before,
#header-bar nav.top-bar .top-bar-section ul#secondary-menu li.active-trail > a:before,
#header-bar nav.top-bar .top-bar-section ul#secondary-menu li.active > a:before,
#header-bar nav.top-bar .top-bar-section ul#secondary-menu a.active:before, .button.export, form input.export.webform-calendar,
button.export, div.submenu-tabs ul.menu > li.active:before, div.submenu-tabs ul.resp-tabs-list > li.active:before, div.submenu-tabs ul.menu > li.active-trail:before, div.submenu-tabs ul.resp-tabs-list > li.active-trail:before, div.submenu-tabs ul.menu > li.selected:before, div.submenu-tabs ul.resp-tabs-list > li.selected:before, div.submenu-tabs ul.menu > li.resp-tab-active:before, div.submenu-tabs ul.resp-tabs-list > li.resp-tab-active:before, div.submenu-tabs ul.menu > li.r-tabs-state-active:before, div.submenu-tabs ul.resp-tabs-list > li.r-tabs-state-active:before, div.submenu-tabs ul.menu > li.export a.button, div.submenu-tabs ul.resp-tabs-list > li.export a.button, ul.tabs.vertical li.tab-title > a:before, .file-download:before, .items-list li.promoted, .bean-banner.view-mode-default .group-media-wrapper ul.field-items li:nth-child(even), .bean-banner.view-mode-default.color-dark .group-media-wrapper ul.field-items li:nth-child(odd), #modalContent .modal-header #modal-title, .ModalWindow .content > div > h2,
.ExportOptionsModal .content > div > h2,
.IndicatorExportPanel .content > div > h2,
.IndicatorEmbedPanel .content > div > h2, .select2-drop .select2-results__option[aria-selected="true"],
.select2-dropdown .select2-results__option[aria-selected="true"], #group-timeline .timenav-line,
#group-timeline .active .line,
#group-timeline .active .dot,
#group-timeline .event-line {
  background-color: #ffce00;
}

.bean-banner.view-mode-default .group-media-wrapper ul.field-items li:nth-child(odd), .bean-banner.view-mode-default.color-dark .group-content-wrapper, .bean-banner.view-mode-default.color-dark .group-media-wrapper ul.field-items li:nth-child(even) {
  background-color: #b39000;
}

.bean-banner.view-mode-default .group-content-wrapper {
  background-color: #fff3bf;
}

.l-main .main input[type="text"], .l-main .main input[type="password"], .l-main .main input[type="date"],
.l-main .main input[type="datetime"], .l-main .main input[type="datetime-local"], .l-main .main input[type="month"],
.l-main .main input[type="week"], .l-main .main input[type="email"], .l-main .main input[type="number"],
.l-main .main input[type="search"], .l-main .main input[type="tel"], .l-main .main input[type="time"],
.l-main .main input[type="url"], .l-main .main input[type="color"],
.l-main .main textarea, .l-main .main select,
form input[type="text"],
form input[type="password"],
form input[type="date"],
form input[type="datetime"],
form input[type="datetime-local"],
form input[type="month"],
form input[type="week"],
form input[type="email"],
form input[type="number"],
form input[type="search"],
form input[type="tel"],
form input[type="time"],
form input[type="url"],
form input[type="color"],
form textarea,
form select, .select2-container .select2-choice,
.select2-container.select2-dropdown-open.select2-drop-above .select2-choice,
.select2-container .select2-selection--single, .select2-container.select2-container-multi .select2-choices,
.select2-container.select2-container-multi.select2-container-active .select2-choices,
.select2-container.select2-container--default .select2-selection.select2-selection--multiple, .select2-drop,
.select2-dropdown, div.highlighted-frame, span.has-tip, #header-bar nav.top-bar .top-bar-section ul#main-menu li.has-dropdown.active-trail > a:after,
#header-bar nav.top-bar .top-bar-section ul#main-menu li.has-dropdown.active > a:after,
#header-bar nav.top-bar .top-bar-section ul#main-menu li.has-dropdown > a.active:after,
#header-bar nav.top-bar .top-bar-section ul#secondary-menu li.has-dropdown.active-trail > a:after,
#header-bar nav.top-bar .top-bar-section ul#secondary-menu li.has-dropdown.active > a:after,
#header-bar nav.top-bar .top-bar-section ul#secondary-menu li.has-dropdown > a.active:after, .toggler-header:before,
.pr-accordion-links__item .pr-accordion-links__link:before, ul.pagination li.current a, .expandable-menu li.has-children:before, #header-bar nav.top-bar .top-bar-section ul#main-menu li.bipolar > a.active,
#header-bar nav.top-bar .top-bar-section ul#main-menu li.bipolar > a.active-trail,
#header-bar nav.top-bar .top-bar-section ul#secondary-menu li.bipolar > a.active,
#header-bar nav.top-bar .top-bar-section ul#secondary-menu li.bipolar > a.active-trail, .select2-drop .select2-input,
.select2-dropdown .select2-input, .searchword, .lexicon-links ul li > a.current, .field-name-field-toc ul li.active > a,
.field-name-field-toc ul a.active {
  border-color: #ffce00;
}

.l-title .countries-jump-menu .select2-container .select2-choice,
.l-title .countries-jump-menu select, span.has-tip, #header-bar nav.top-bar .top-bar-section ul#main-menu > li.active-trail > a,
#header-bar nav.top-bar .top-bar-section ul#main-menu > li > a.active,
#header-bar nav.top-bar .top-bar-section ul#secondary-menu > li.active-trail > a,
#header-bar nav.top-bar .top-bar-section ul#secondary-menu > li > a.active, .toggler-header.active,
.pr-accordion-links__item .pr-accordion-links__link.active, fieldset legend, div.submenu-tabs ul.menu > li.active > a, div.submenu-tabs ul.resp-tabs-list > li.active > a,
div.submenu-tabs ul.menu > li.active a.active,
div.submenu-tabs ul.resp-tabs-list > li.active a.active,
div.submenu-tabs ul.menu > li.active a.selected,
div.submenu-tabs ul.resp-tabs-list > li.active a.selected,
div.submenu-tabs ul.menu > li.active a:hover,
div.submenu-tabs ul.resp-tabs-list > li.active a:hover,
div.submenu-tabs ul.menu > li.active > span,
div.submenu-tabs ul.resp-tabs-list > li.active > span, div.submenu-tabs ul.menu > li.active-trail > a, div.submenu-tabs ul.resp-tabs-list > li.active-trail > a,
div.submenu-tabs ul.menu > li.active-trail a.active,
div.submenu-tabs ul.resp-tabs-list > li.active-trail a.active,
div.submenu-tabs ul.menu > li.active-trail a.selected,
div.submenu-tabs ul.resp-tabs-list > li.active-trail a.selected,
div.submenu-tabs ul.menu > li.active-trail a:hover,
div.submenu-tabs ul.resp-tabs-list > li.active-trail a:hover,
div.submenu-tabs ul.menu > li.active-trail > span,
div.submenu-tabs ul.resp-tabs-list > li.active-trail > span, div.submenu-tabs ul.menu > li.selected > a, div.submenu-tabs ul.resp-tabs-list > li.selected > a,
div.submenu-tabs ul.menu > li.selected a.active,
div.submenu-tabs ul.resp-tabs-list > li.selected a.active,
div.submenu-tabs ul.menu > li.selected a.selected,
div.submenu-tabs ul.resp-tabs-list > li.selected a.selected,
div.submenu-tabs ul.menu > li.selected a:hover,
div.submenu-tabs ul.resp-tabs-list > li.selected a:hover,
div.submenu-tabs ul.menu > li.selected > span,
div.submenu-tabs ul.resp-tabs-list > li.selected > span, div.submenu-tabs ul.menu > li.resp-tab-active > a, div.submenu-tabs ul.resp-tabs-list > li.resp-tab-active > a,
div.submenu-tabs ul.menu > li.resp-tab-active a.active,
div.submenu-tabs ul.resp-tabs-list > li.resp-tab-active a.active,
div.submenu-tabs ul.menu > li.resp-tab-active a.selected,
div.submenu-tabs ul.resp-tabs-list > li.resp-tab-active a.selected,
div.submenu-tabs ul.menu > li.resp-tab-active a:hover,
div.submenu-tabs ul.resp-tabs-list > li.resp-tab-active a:hover,
div.submenu-tabs ul.menu > li.resp-tab-active > span,
div.submenu-tabs ul.resp-tabs-list > li.resp-tab-active > span, div.submenu-tabs ul.menu > li.r-tabs-state-active > a, div.submenu-tabs ul.resp-tabs-list > li.r-tabs-state-active > a,
div.submenu-tabs ul.menu > li.r-tabs-state-active a.active,
div.submenu-tabs ul.resp-tabs-list > li.r-tabs-state-active a.active,
div.submenu-tabs ul.menu > li.r-tabs-state-active a.selected,
div.submenu-tabs ul.resp-tabs-list > li.r-tabs-state-active a.selected,
div.submenu-tabs ul.menu > li.r-tabs-state-active a:hover,
div.submenu-tabs ul.resp-tabs-list > li.r-tabs-state-active a:hover,
div.submenu-tabs ul.menu > li.r-tabs-state-active > span,
div.submenu-tabs ul.resp-tabs-list > li.r-tabs-state-active > span, ul.tabs.vertical li.tab-title.active a, ul.pagination li.current a, .lexicon-links ul li > a.current, .field-name-field-toc ul li.active > a,
.field-name-field-toc ul a.active {
  color: #3E4047;
}

.rich-text ol > li:before,
.l-main .block-block ol > li:before,
.cke_editable ol > li:before,
.rich-text .toggler-body ol > li:before,
.node.view-mode-full .toggler-body ol > li:before, a.highlighted-link:after, .l-main a.more:after, .l-main a.more-inline:after, .l-main ul.tabs.vertical li.tab-title > a:after, ul.tabs.vertical .l-main li.tab-title > a:after, .l-main .block-menu-pager .menu-pager a:after, .block-menu-pager .menu-pager .l-main a:after, .l-main .promo-grid div.item:after, .promo-grid .l-main div.item:after, .l-main #group-timeline .vco-slider div.title:after, #group-timeline .vco-slider .l-main div.title:after, .clear-answers a:before,
a.clear-answers:before, .view-filters .views-reset-button button#edit-reset:before,
.view-filters .dgs-clear-filters button#edit-reset:before, a.back:before, ul.breadcrumbs > *:before, .expandable-menu ul li a.active:after,
.expandable-menu ul li span.active:after, h2.lexicon-letter, .field-name-field-toc ul a:before {
  color: #ffce00;
}

h1, .rich-text h1, .rich-text h2, .rich-text h3, .rich-text h4, .rich-text h5, .rich-text h6,
.l-main .block-block h1,
.l-main .block-block h2,
.l-main .block-block h3,
.l-main .block-block h4,
.l-main .block-block h5,
.l-main .block-block h6,
.cke_editable h1,
.cke_editable h2,
.cke_editable h3,
.cke_editable h4,
.cke_editable h5,
.cke_editable h6,
.rich-text .toggler-body h1,
.rich-text .toggler-body h2,
.rich-text .toggler-body h3,
.rich-text .toggler-body h4,
.rich-text .toggler-body h5,
.rich-text .toggler-body h6,
.node.view-mode-full .toggler-body h1,
.node.view-mode-full .toggler-body h2,
.node.view-mode-full .toggler-body h3,
.node.view-mode-full .toggler-body h4,
.node.view-mode-full .toggler-body h5,
.node.view-mode-full .toggler-body h6, .group-content .rich-text > h2,
.group-content > .field > h2,
.group-content > .field-group-div > h2,
.group-content > .field-group-div > .field > h2,
.group-content .field-name-field-enge-user-areas-of-interv > h2,
.resp-tab-content .rich-text > h2,
.resp-tab-content > .field > h2,
.resp-tab-content > .field-group-div > h2,
.resp-tab-content > .field-group-div > .field > h2,
.resp-tab-content .field-name-field-enge-user-areas-of-interv > h2, .content-header-full h2.block-title,
.content-footer-full h2.block-title,
.content-footer h2.block-title, .sidebar-menu .expandable-menu h2.block-title, .block-eige-base-ec-share-buttons h3, ul.tabs.vertical + .view-content.tabs-content .content h2, .panel-pane .pane-title, #group-timeline h2, #group-timeline .content-container h3, .print-content #group-timeline .field-name-field-timeline-event-title {
  color: #616161;
}

#header-bar nav.top-bar .top-bar-section ul#main-menu ul.dropdown li.active-trail > a,
#header-bar nav.top-bar .top-bar-section ul#main-menu ul.dropdown li.active > a,
#header-bar nav.top-bar .top-bar-section ul#main-menu ul.dropdown a.active,
#header-bar nav.top-bar .top-bar-section ul#secondary-menu ul.dropdown li.active-trail > a,
#header-bar nav.top-bar .top-bar-section ul#secondary-menu ul.dropdown li.active > a,
#header-bar nav.top-bar .top-bar-section ul#secondary-menu ul.dropdown a.active, .expandable-menu ul li a.active,
.expandable-menu ul li span.active, #group-timeline .marker.active h3 {
  color: #3E4047;
}

.bean-banner.view-mode-default.color-dark .group-content-wrapper, body.colored-section div.highlighted-box, body.colored-section blockquote,
body.colored-section .blockquote, body.colored-section .group-content .group-image-quote .field-name-field-quote, .group-content .group-image-quote body.colored-section .field-name-field-quote {
  color: #FFFFFF !important;
}

.bean-banner.view-mode-default.color-dark .group-content-wrapper *, body.colored-section div.highlighted-box *, body.colored-section blockquote *, body.colored-section .blockquote *, body.colored-section .group-content .group-image-quote .field-name-field-quote *, .group-content .group-image-quote body.colored-section .field-name-field-quote * {
  color: #FFFFFF !important;
}

.bean-banner.view-mode-default.color-dark .group-content-wrapper h2, body.colored-section div.highlighted-box h2, body.colored-section blockquote h2, body.colored-section .blockquote h2, body.colored-section .group-content .group-image-quote .field-name-field-quote h2, .group-content .group-image-quote body.colored-section .field-name-field-quote h2, .bean-banner.view-mode-default.color-dark .group-content-wrapper h3, body.colored-section div.highlighted-box h3, body.colored-section blockquote h3, body.colored-section .blockquote h3, body.colored-section .group-content .group-image-quote .field-name-field-quote h3, .group-content .group-image-quote body.colored-section .field-name-field-quote h3, .bean-banner.view-mode-default.color-dark .group-content-wrapper h4, body.colored-section div.highlighted-box h4, body.colored-section blockquote h4, body.colored-section .blockquote h4, body.colored-section .group-content .group-image-quote .field-name-field-quote h4, .group-content .group-image-quote body.colored-section .field-name-field-quote h4, .bean-banner.view-mode-default.color-dark .group-content-wrapper h5, body.colored-section div.highlighted-box h5, body.colored-section blockquote h5, body.colored-section .blockquote h5, body.colored-section .group-content .group-image-quote .field-name-field-quote h5, .group-content .group-image-quote body.colored-section .field-name-field-quote h5, .bean-banner.view-mode-default.color-dark .group-content-wrapper p, body.colored-section div.highlighted-box p, body.colored-section blockquote p, body.colored-section .blockquote p, body.colored-section .group-content .group-image-quote .field-name-field-quote p, .group-content .group-image-quote body.colored-section .field-name-field-quote p, .bean-banner.view-mode-default.color-dark .group-content-wrapper li, body.colored-section div.highlighted-box li, body.colored-section blockquote li, body.colored-section .blockquote li, body.colored-section .group-content .group-image-quote .field-name-field-quote li, .group-content .group-image-quote body.colored-section .field-name-field-quote li {
  color: #FFFFFF !important;
}

.bean-banner.view-mode-default.color-dark .group-content-wrapper a, body.colored-section div.highlighted-box a, body.colored-section blockquote a, body.colored-section .blockquote a, body.colored-section .group-content .group-image-quote .field-name-field-quote a, .group-content .group-image-quote body.colored-section .field-name-field-quote a {
  color: #FFFFFF !important;
  border-color: #FFFFFF !important;
}

.bean-banner.view-mode-default.color-dark .group-content-wrapper a:before, body.colored-section div.highlighted-box a:before, body.colored-section blockquote a:before, body.colored-section .blockquote a:before, body.colored-section .group-content .group-image-quote .field-name-field-quote a:before, .group-content .group-image-quote body.colored-section .field-name-field-quote a:before, .bean-banner.view-mode-default.color-dark .group-content-wrapper a:after, body.colored-section div.highlighted-box a:after, body.colored-section blockquote a:after, body.colored-section .blockquote a:after, body.colored-section .group-content .group-image-quote .field-name-field-quote a:after, .group-content .group-image-quote body.colored-section .field-name-field-quote a:after {
  color: #FFFFFF !important;
}

.bean-banner.view-mode-default.color-dark .group-content-wrapper a.highlighted-link, body.colored-section div.highlighted-box a.highlighted-link, body.colored-section blockquote a.highlighted-link, body.colored-section .blockquote a.highlighted-link, body.colored-section .group-content .group-image-quote .field-name-field-quote a.highlighted-link, .group-content .group-image-quote body.colored-section .field-name-field-quote a.highlighted-link {
  color: #001689 !important;
}

.bean-banner.view-mode-default.color-dark .group-content-wrapper a.highlighted-link:after, body.colored-section div.highlighted-box a.highlighted-link:after, body.colored-section blockquote a.highlighted-link:after, body.colored-section .blockquote a.highlighted-link:after, body.colored-section .group-content .group-image-quote .field-name-field-quote a.highlighted-link:after, .group-content .group-image-quote body.colored-section .field-name-field-quote a.highlighted-link:after {
  color: #001689 !important;
}

.bean-banner.view-mode-default.color-dark .group-content-wrapper a.highlighted-link:hover, body.colored-section div.highlighted-box a.highlighted-link:hover, body.colored-section blockquote a.highlighted-link:hover, body.colored-section .blockquote a.highlighted-link:hover, body.colored-section .group-content .group-image-quote .field-name-field-quote a.highlighted-link:hover, .group-content .group-image-quote body.colored-section .field-name-field-quote a.highlighted-link:hover {
  color: #001fc1 !important;
}

.bean-banner.view-mode-default.color-dark .group-content-wrapper a.highlighted-link:hover:after, body.colored-section div.highlighted-box a.highlighted-link:hover:after, body.colored-section blockquote a.highlighted-link:hover:after, body.colored-section .blockquote a.highlighted-link:hover:after, body.colored-section .group-content .group-image-quote .field-name-field-quote a.highlighted-link:hover:after, .group-content .group-image-quote body.colored-section .field-name-field-quote a.highlighted-link:hover:after {
  color: #001fc1 !important;
}

.bean-banner.view-mode-default.color-dark .group-content-wrapper .highlighted-frame, body.colored-section div.highlighted-box .highlighted-frame, body.colored-section blockquote .highlighted-frame, body.colored-section .blockquote .highlighted-frame, body.colored-section .group-content .group-image-quote .field-name-field-quote .highlighted-frame, .group-content .group-image-quote body.colored-section .field-name-field-quote .highlighted-frame {
  border-color: #FFFFFF;
}

.bean-banner.view-mode-default.color-dark .group-content-wrapper .file-download:before, body.colored-section div.highlighted-box .file-download:before, body.colored-section blockquote .file-download:before, body.colored-section .blockquote .file-download:before, body.colored-section .group-content .group-image-quote .field-name-field-quote .file-download:before, .group-content .group-image-quote body.colored-section .field-name-field-quote .file-download:before {
  background-color: #FFFFFF;
}

.bean-banner.view-mode-default.color-dark .group-content-wrapper ol > li:before, body.colored-section div.highlighted-box ol > li:before, body.colored-section blockquote ol > li:before, body.colored-section .blockquote ol > li:before, body.colored-section .group-content .group-image-quote .field-name-field-quote ol > li:before, .group-content .group-image-quote body.colored-section .field-name-field-quote ol > li:before {
  color: #FFFFFF !important;
}

.bean-banner.view-mode-default.color-dark .group-content-wrapper ol > li:after, body.colored-section div.highlighted-box ol > li:after, body.colored-section blockquote ol > li:after, body.colored-section .blockquote ol > li:after, body.colored-section .group-content .group-image-quote .field-name-field-quote ol > li:after, .group-content .group-image-quote body.colored-section .field-name-field-quote ol > li:after {
  background-color: #FFFFFF !important;
}

.bean-banner.view-mode-default.color-dark .group-content-wrapper ul > li:before, body.colored-section div.highlighted-box ul > li:before, body.colored-section blockquote ul > li:before, body.colored-section .blockquote ul > li:before, body.colored-section .group-content .group-image-quote .field-name-field-quote ul > li:before, .group-content .group-image-quote body.colored-section .field-name-field-quote ul > li:before {
  background-color: #FFFFFF !important;
}

.bean-banner.view-mode-default.color-dark .group-content-wrapper .button.export, body.colored-section div.highlighted-box .button.export, body.colored-section blockquote .button.export, body.colored-section .blockquote .button.export, body.colored-section .group-content .group-image-quote .field-name-field-quote .button.export, .group-content .group-image-quote body.colored-section .field-name-field-quote .button.export, .bean-banner.view-mode-default.color-dark .group-content-wrapper form input.export.webform-calendar, form .bean-banner.view-mode-default.color-dark .group-content-wrapper input.export.webform-calendar, body.colored-section div.highlighted-box form input.export.webform-calendar, form body.colored-section div.highlighted-box input.export.webform-calendar, body.colored-section blockquote form input.export.webform-calendar, form body.colored-section blockquote input.export.webform-calendar, body.colored-section .blockquote form input.export.webform-calendar, form body.colored-section .blockquote input.export.webform-calendar, body.colored-section .group-content .group-image-quote .field-name-field-quote form input.export.webform-calendar, form body.colored-section .group-content .group-image-quote .field-name-field-quote input.export.webform-calendar, .group-content .group-image-quote body.colored-section .field-name-field-quote form input.export.webform-calendar, form .group-content .group-image-quote body.colored-section .field-name-field-quote input.export.webform-calendar,
.bean-banner.view-mode-default.color-dark .group-content-wrapper button.export,
body.colored-section div.highlighted-box button.export,
body.colored-section blockquote button.export,
body.colored-section .blockquote button.export,
body.colored-section .group-content .group-image-quote .field-name-field-quote button.export,
.group-content .group-image-quote body.colored-section .field-name-field-quote button.export {
  background-color: #001689;
}

.bean-banner.view-mode-default.color-dark .group-content-wrapper .button.export:hover, body.colored-section div.highlighted-box .button.export:hover, body.colored-section blockquote .button.export:hover, body.colored-section .blockquote .button.export:hover, body.colored-section .group-content .group-image-quote .field-name-field-quote .button.export:hover, .group-content .group-image-quote body.colored-section .field-name-field-quote .button.export:hover, .bean-banner.view-mode-default.color-dark .group-content-wrapper form input.export.webform-calendar:hover, form .bean-banner.view-mode-default.color-dark .group-content-wrapper input.export.webform-calendar:hover, body.colored-section div.highlighted-box form input.export.webform-calendar:hover, form body.colored-section div.highlighted-box input.export.webform-calendar:hover, body.colored-section blockquote form input.export.webform-calendar:hover, form body.colored-section blockquote input.export.webform-calendar:hover, body.colored-section .blockquote form input.export.webform-calendar:hover, form body.colored-section .blockquote input.export.webform-calendar:hover, body.colored-section .group-content .group-image-quote .field-name-field-quote form input.export.webform-calendar:hover, form body.colored-section .group-content .group-image-quote .field-name-field-quote input.export.webform-calendar:hover, .group-content .group-image-quote body.colored-section .field-name-field-quote form input.export.webform-calendar:hover, form .group-content .group-image-quote body.colored-section .field-name-field-quote input.export.webform-calendar:hover,
.bean-banner.view-mode-default.color-dark .group-content-wrapper button.export:hover,
body.colored-section div.highlighted-box button.export:hover,
body.colored-section blockquote button.export:hover,
body.colored-section .blockquote button.export:hover,
body.colored-section .group-content .group-image-quote .field-name-field-quote button.export:hover,
.group-content .group-image-quote body.colored-section .field-name-field-quote button.export:hover {
  background-color: #001fc1;
}

.bean-banner.view-mode-default.color-dark .group-content-wrapper .toggler-wrapper, body.colored-section div.highlighted-box .toggler-wrapper, body.colored-section blockquote .toggler-wrapper, body.colored-section .blockquote .toggler-wrapper, body.colored-section .group-content .group-image-quote .field-name-field-quote .toggler-wrapper, .group-content .group-image-quote body.colored-section .field-name-field-quote .toggler-wrapper,
.bean-banner.view-mode-default.color-dark .group-content-wrapper .pr-accordion-links__item,
body.colored-section div.highlighted-box .pr-accordion-links__item,
body.colored-section blockquote .pr-accordion-links__item,
body.colored-section .blockquote .pr-accordion-links__item,
body.colored-section .group-content .group-image-quote .field-name-field-quote .pr-accordion-links__item,
.group-content .group-image-quote body.colored-section .field-name-field-quote .pr-accordion-links__item {
  border-color: #FFFFFF;
}

.bean-banner.view-mode-default.color-dark .group-content-wrapper .toggler-header:before, body.colored-section div.highlighted-box .toggler-header:before, body.colored-section blockquote .toggler-header:before, body.colored-section .blockquote .toggler-header:before, body.colored-section .group-content .group-image-quote .field-name-field-quote .toggler-header:before, .group-content .group-image-quote body.colored-section .field-name-field-quote .toggler-header:before,
.bean-banner.view-mode-default.color-dark .group-content-wrapper .pr-accordion-links__item .pr-accordion-links__link:before, .pr-accordion-links__item .bean-banner.view-mode-default.color-dark .group-content-wrapper .pr-accordion-links__link:before,
body.colored-section div.highlighted-box .pr-accordion-links__item .pr-accordion-links__link:before, .pr-accordion-links__item body.colored-section div.highlighted-box .pr-accordion-links__link:before,
body.colored-section blockquote .pr-accordion-links__item .pr-accordion-links__link:before, .pr-accordion-links__item body.colored-section blockquote .pr-accordion-links__link:before,
body.colored-section .blockquote .pr-accordion-links__item .pr-accordion-links__link:before, .pr-accordion-links__item body.colored-section .blockquote .pr-accordion-links__link:before,
body.colored-section .group-content .group-image-quote .field-name-field-quote .pr-accordion-links__item .pr-accordion-links__link:before, .pr-accordion-links__item body.colored-section .group-content .group-image-quote .field-name-field-quote .pr-accordion-links__link:before,
.group-content .group-image-quote body.colored-section .field-name-field-quote .pr-accordion-links__item .pr-accordion-links__link:before, .pr-accordion-links__item .group-content .group-image-quote body.colored-section .field-name-field-quote .pr-accordion-links__link:before {
  border-color: #FFFFFF !important;
}

.bean-banner.view-mode-default.color-dark .group-content-wrapper .toggler-header.active, body.colored-section div.highlighted-box .toggler-header.active, body.colored-section blockquote .toggler-header.active, body.colored-section .blockquote .toggler-header.active, body.colored-section .group-content .group-image-quote .field-name-field-quote .toggler-header.active, .group-content .group-image-quote body.colored-section .field-name-field-quote .toggler-header.active,
.bean-banner.view-mode-default.color-dark .group-content-wrapper .pr-accordion-links__item .pr-accordion-links__link.active, .pr-accordion-links__item .bean-banner.view-mode-default.color-dark .group-content-wrapper .pr-accordion-links__link.active,
body.colored-section div.highlighted-box .pr-accordion-links__item .pr-accordion-links__link.active, .pr-accordion-links__item body.colored-section div.highlighted-box .pr-accordion-links__link.active,
body.colored-section blockquote .pr-accordion-links__item .pr-accordion-links__link.active, .pr-accordion-links__item body.colored-section blockquote .pr-accordion-links__link.active,
body.colored-section .blockquote .pr-accordion-links__item .pr-accordion-links__link.active, .pr-accordion-links__item body.colored-section .blockquote .pr-accordion-links__link.active,
body.colored-section .group-content .group-image-quote .field-name-field-quote .pr-accordion-links__item .pr-accordion-links__link.active, .pr-accordion-links__item body.colored-section .group-content .group-image-quote .field-name-field-quote .pr-accordion-links__link.active,
.group-content .group-image-quote body.colored-section .field-name-field-quote .pr-accordion-links__item .pr-accordion-links__link.active, .pr-accordion-links__item .group-content .group-image-quote body.colored-section .field-name-field-quote .pr-accordion-links__link.active {
  color: #FFFFFF !important;
}

.bean-banner.view-mode-default.color-dark .group-content-wrapper span.has-tip, body.colored-section div.highlighted-box span.has-tip, body.colored-section blockquote span.has-tip, body.colored-section .blockquote span.has-tip, body.colored-section .group-content .group-image-quote .field-name-field-quote span.has-tip, .group-content .group-image-quote body.colored-section .field-name-field-quote span.has-tip {
  color: #FFFFFF;
  border-color: #FFFFFF;
}

.bean-banner.view-mode-default.color-dark .group-content-wrapper .read-more a:after, body.colored-section div.highlighted-box .read-more a:after, body.colored-section blockquote .read-more a:after, body.colored-section .blockquote .read-more a:after, body.colored-section .group-content .group-image-quote .field-name-field-quote .read-more a:after, .group-content .group-image-quote body.colored-section .field-name-field-quote .read-more a:after {
  border-color: #FFFFFF;
}

.bean-banner.view-mode-default.color-dark .group-content-wrapper table *, body.colored-section div.highlighted-box table *, body.colored-section blockquote table *, body.colored-section .blockquote table *, body.colored-section .group-content .group-image-quote .field-name-field-quote table *, .group-content .group-image-quote body.colored-section .field-name-field-quote table * {
  color: #3E4047 !important;
}

.l-main .main.row, .l-footer > .row, .eige-breadcrumb > .row, #sliding-popup.sliding-popup-top .popup-content {
  padding-left: calc(12px + 2vw);
  padding-right: calc(12px + 2vw);
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  .l-main .main.row, .l-footer > .row, .eige-breadcrumb > .row, #sliding-popup.sliding-popup-top .popup-content {
    padding-left: calc(12px + 2.5vw);
    padding-right: calc(12px + 2.5vw);
  }
}

@media only screen and (min-width: 64.063em) {
  .l-main .main.row, .l-footer > .row, .eige-breadcrumb > .row, #sliding-popup.sliding-popup-top .popup-content {
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }
}

div.highlighted-box, blockquote,
.blockquote, .group-content .group-image-quote .field-name-field-quote, div.gray-box, div.highlighted-frame, .maintenance-page .maintenance-message, .user-profile.view-mode-full .field {
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.875rem;
}

@media only screen and (max-width: 40em) {
  div.highlighted-box, blockquote,
  .blockquote, .group-content .group-image-quote .field-name-field-quote, div.gray-box, div.highlighted-frame, .maintenance-page .maintenance-message, .user-profile.view-mode-full .field {
    margin-bottom: 2.1rem;
  }
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  div.highlighted-box, blockquote,
  .blockquote, .group-content .group-image-quote .field-name-field-quote, div.gray-box, div.highlighted-frame, .maintenance-page .maintenance-message, .user-profile.view-mode-full .field {
    margin-bottom: 2.45rem;
  }
}

@media only screen and (min-width: 64.063em) {
  div.highlighted-box, blockquote,
  .blockquote, .group-content .group-image-quote .field-name-field-quote, div.gray-box, div.highlighted-frame, .maintenance-page .maintenance-message, .user-profile.view-mode-full .field {
    margin-bottom: 3.5rem;
  }
}

@media print {
  div.highlighted-box, blockquote,
  .blockquote, .group-content .group-image-quote .field-name-field-quote, div.gray-box, div.highlighted-frame, .maintenance-page .maintenance-message, .user-profile.view-mode-full .field {
    margin-bottom: 2.1rem;
  }
}

.block.apply-separator h2, .group-content .rich-text > h2,
.group-content > .field > h2,
.group-content > .field-group-div > h2,
.group-content > .field-group-div > .field > h2,
.group-content .field-name-field-enge-user-areas-of-interv > h2,
.resp-tab-content .rich-text > h2,
.resp-tab-content > .field > h2,
.resp-tab-content > .field-group-div > h2,
.resp-tab-content > .field-group-div > .field > h2,
.resp-tab-content .field-name-field-enge-user-areas-of-interv > h2, .user-profile.view-mode-full h2 {
  border-top: 3px solid #E0E0E0;
}

@media only screen and (max-width: 40em) {
  .block.apply-separator h2, .group-content .rich-text > h2,
  .group-content > .field > h2,
  .group-content > .field-group-div > h2,
  .group-content > .field-group-div > .field > h2,
  .group-content .field-name-field-enge-user-areas-of-interv > h2,
  .resp-tab-content .rich-text > h2,
  .resp-tab-content > .field > h2,
  .resp-tab-content > .field-group-div > h2,
  .resp-tab-content > .field-group-div > .field > h2,
  .resp-tab-content .field-name-field-enge-user-areas-of-interv > h2, .user-profile.view-mode-full h2 {
    padding-top: 2.1rem;
  }
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  .block.apply-separator h2, .group-content .rich-text > h2,
  .group-content > .field > h2,
  .group-content > .field-group-div > h2,
  .group-content > .field-group-div > .field > h2,
  .group-content .field-name-field-enge-user-areas-of-interv > h2,
  .resp-tab-content .rich-text > h2,
  .resp-tab-content > .field > h2,
  .resp-tab-content > .field-group-div > h2,
  .resp-tab-content > .field-group-div > .field > h2,
  .resp-tab-content .field-name-field-enge-user-areas-of-interv > h2, .user-profile.view-mode-full h2 {
    padding-top: 2.45rem;
  }
}

@media only screen and (min-width: 64.063em) {
  .block.apply-separator h2, .group-content .rich-text > h2,
  .group-content > .field > h2,
  .group-content > .field-group-div > h2,
  .group-content > .field-group-div > .field > h2,
  .group-content .field-name-field-enge-user-areas-of-interv > h2,
  .resp-tab-content .rich-text > h2,
  .resp-tab-content > .field > h2,
  .resp-tab-content > .field-group-div > h2,
  .resp-tab-content > .field-group-div > .field > h2,
  .resp-tab-content .field-name-field-enge-user-areas-of-interv > h2, .user-profile.view-mode-full h2 {
    padding-top: 3.5rem;
  }
}

@media print {
  .block.apply-separator h2, .group-content .rich-text > h2,
  .group-content > .field > h2,
  .group-content > .field-group-div > h2,
  .group-content > .field-group-div > .field > h2,
  .group-content .field-name-field-enge-user-areas-of-interv > h2,
  .resp-tab-content .rich-text > h2,
  .resp-tab-content > .field > h2,
  .resp-tab-content > .field-group-div > h2,
  .resp-tab-content > .field-group-div > .field > h2,
  .resp-tab-content .field-name-field-enge-user-areas-of-interv > h2, .user-profile.view-mode-full h2 {
    padding-top: 2.1rem;
  }
}

.l-footer .eige-motto .row, .field-collection-container .row, .page-admin-structure-block .content-footer-1col, .ModalWindow .content div.scrollable-wrapper > .row,
.ExportOptionsModal .content div.scrollable-wrapper > .row,
.IndicatorExportPanel .content div.scrollable-wrapper > .row,
.IndicatorEmbedPanel .content div.scrollable-wrapper > .row, .node-panel.view-mode-full div.row[class*="row-"],
#dgs .IndexPage > .row {
  margin: auto;
}

.l-footer .eige-motto .row > .columns, .field-collection-container .row > .columns, .page-admin-structure-block .content-footer-1col > .columns, .ModalWindow .content div.scrollable-wrapper > .row > .columns, .ExportOptionsModal .content div.scrollable-wrapper > .row > .columns, .IndicatorExportPanel .content div.scrollable-wrapper > .row > .columns, .IndicatorEmbedPanel .content div.scrollable-wrapper > .row > .columns, .node-panel.view-mode-full div.row[class*="row-"] > .columns, #dgs .IndexPage > .row > .columns {
  padding-left: 0px;
  padding-right: 0px;
}

.header-right div.language-options ul, ul.breadcrumbs, div.submenu-tabs ul.menu,
div.submenu-tabs ul.resp-tabs-list, ul.tabs.vertical, .items-list, ul.pagination, .expandable-menu ul, .bean-banner.view-mode-default .group-media-wrapper ul.field-items, .row.l-tabs ul,
.row.l-action-links ul,
div.lexicon-admin-links ul, body.page-node-panel-content #panels-dnd-main div.panel-region .panel-pane .pane-content ul, .lexicon-links ul, .field-name-field-toc ul {
  margin: 0px;
  list-style-type: none;
}

.rich-text ul:not([class*="items-list"]):not([class*="block-grid"]):not([class*="menu"]):not([class*="button-group"]):not([class*="contextual-links"]):not([class*="r-tabs-nav"]) li,
.rich-text ol li,
.l-main .block-block ul:not([class*="items-list"]):not([class*="block-grid"]):not([class*="menu"]):not([class*="button-group"]):not([class*="contextual-links"]):not([class*="r-tabs-nav"]) li,
.l-main .block-block ol li,
.cke_editable ul:not([class*="items-list"]):not([class*="block-grid"]):not([class*="menu"]):not([class*="button-group"]):not([class*="contextual-links"]):not([class*="r-tabs-nav"]) li,
.cke_editable ol li,
.rich-text .toggler-body ul:not([class*="items-list"]):not([class*="block-grid"]):not([class*="menu"]):not([class*="button-group"]):not([class*="contextual-links"]):not([class*="r-tabs-nav"]) li,
.rich-text .toggler-body ol li,
.node.view-mode-full .toggler-body ul:not([class*="items-list"]):not([class*="block-grid"]):not([class*="menu"]):not([class*="button-group"]):not([class*="contextual-links"]):not([class*="r-tabs-nav"]) li,
.node.view-mode-full .toggler-body ol li, body.page-node-panel-content #panels-dnd-main div.panel-region .panel-pane .pane-content ul li {
  position: relative;
  padding-left: 2.5rem;
  text-align: left;
  font-weight: 400;
}

@media only screen and (max-width: 40em) {
  .rich-text ul:not([class*="items-list"]):not([class*="block-grid"]):not([class*="menu"]):not([class*="button-group"]):not([class*="contextual-links"]):not([class*="r-tabs-nav"]) li,
  .rich-text ol li,
  .l-main .block-block ul:not([class*="items-list"]):not([class*="block-grid"]):not([class*="menu"]):not([class*="button-group"]):not([class*="contextual-links"]):not([class*="r-tabs-nav"]) li,
  .l-main .block-block ol li,
  .cke_editable ul:not([class*="items-list"]):not([class*="block-grid"]):not([class*="menu"]):not([class*="button-group"]):not([class*="contextual-links"]):not([class*="r-tabs-nav"]) li,
  .cke_editable ol li,
  .rich-text .toggler-body ul:not([class*="items-list"]):not([class*="block-grid"]):not([class*="menu"]):not([class*="button-group"]):not([class*="contextual-links"]):not([class*="r-tabs-nav"]) li,
  .rich-text .toggler-body ol li,
  .node.view-mode-full .toggler-body ul:not([class*="items-list"]):not([class*="block-grid"]):not([class*="menu"]):not([class*="button-group"]):not([class*="contextual-links"]):not([class*="r-tabs-nav"]) li,
  .node.view-mode-full .toggler-body ol li, body.page-node-panel-content #panels-dnd-main div.panel-region .panel-pane .pane-content ul li {
    margin-left: 1.26rem;
  }
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  .rich-text ul:not([class*="items-list"]):not([class*="block-grid"]):not([class*="menu"]):not([class*="button-group"]):not([class*="contextual-links"]):not([class*="r-tabs-nav"]) li,
  .rich-text ol li,
  .l-main .block-block ul:not([class*="items-list"]):not([class*="block-grid"]):not([class*="menu"]):not([class*="button-group"]):not([class*="contextual-links"]):not([class*="r-tabs-nav"]) li,
  .l-main .block-block ol li,
  .cke_editable ul:not([class*="items-list"]):not([class*="block-grid"]):not([class*="menu"]):not([class*="button-group"]):not([class*="contextual-links"]):not([class*="r-tabs-nav"]) li,
  .cke_editable ol li,
  .rich-text .toggler-body ul:not([class*="items-list"]):not([class*="block-grid"]):not([class*="menu"]):not([class*="button-group"]):not([class*="contextual-links"]):not([class*="r-tabs-nav"]) li,
  .rich-text .toggler-body ol li,
  .node.view-mode-full .toggler-body ul:not([class*="items-list"]):not([class*="block-grid"]):not([class*="menu"]):not([class*="button-group"]):not([class*="contextual-links"]):not([class*="r-tabs-nav"]) li,
  .node.view-mode-full .toggler-body ol li, body.page-node-panel-content #panels-dnd-main div.panel-region .panel-pane .pane-content ul li {
    margin-left: 1.47rem;
  }
}

@media only screen and (min-width: 64.063em) {
  .rich-text ul:not([class*="items-list"]):not([class*="block-grid"]):not([class*="menu"]):not([class*="button-group"]):not([class*="contextual-links"]):not([class*="r-tabs-nav"]) li,
  .rich-text ol li,
  .l-main .block-block ul:not([class*="items-list"]):not([class*="block-grid"]):not([class*="menu"]):not([class*="button-group"]):not([class*="contextual-links"]):not([class*="r-tabs-nav"]) li,
  .l-main .block-block ol li,
  .cke_editable ul:not([class*="items-list"]):not([class*="block-grid"]):not([class*="menu"]):not([class*="button-group"]):not([class*="contextual-links"]):not([class*="r-tabs-nav"]) li,
  .cke_editable ol li,
  .rich-text .toggler-body ul:not([class*="items-list"]):not([class*="block-grid"]):not([class*="menu"]):not([class*="button-group"]):not([class*="contextual-links"]):not([class*="r-tabs-nav"]) li,
  .rich-text .toggler-body ol li,
  .node.view-mode-full .toggler-body ul:not([class*="items-list"]):not([class*="block-grid"]):not([class*="menu"]):not([class*="button-group"]):not([class*="contextual-links"]):not([class*="r-tabs-nav"]) li,
  .node.view-mode-full .toggler-body ol li, body.page-node-panel-content #panels-dnd-main div.panel-region .panel-pane .pane-content ul li {
    margin-left: 2.1rem;
  }
}

@media print {
  .rich-text ul:not([class*="items-list"]):not([class*="block-grid"]):not([class*="menu"]):not([class*="button-group"]):not([class*="contextual-links"]):not([class*="r-tabs-nav"]) li,
  .rich-text ol li,
  .l-main .block-block ul:not([class*="items-list"]):not([class*="block-grid"]):not([class*="menu"]):not([class*="button-group"]):not([class*="contextual-links"]):not([class*="r-tabs-nav"]) li,
  .l-main .block-block ol li,
  .cke_editable ul:not([class*="items-list"]):not([class*="block-grid"]):not([class*="menu"]):not([class*="button-group"]):not([class*="contextual-links"]):not([class*="r-tabs-nav"]) li,
  .cke_editable ol li,
  .rich-text .toggler-body ul:not([class*="items-list"]):not([class*="block-grid"]):not([class*="menu"]):not([class*="button-group"]):not([class*="contextual-links"]):not([class*="r-tabs-nav"]) li,
  .rich-text .toggler-body ol li,
  .node.view-mode-full .toggler-body ul:not([class*="items-list"]):not([class*="block-grid"]):not([class*="menu"]):not([class*="button-group"]):not([class*="contextual-links"]):not([class*="r-tabs-nav"]) li,
  .node.view-mode-full .toggler-body ol li, body.page-node-panel-content #panels-dnd-main div.panel-region .panel-pane .pane-content ul li {
    margin-left: 1.26rem;
  }
}

@media only screen and (max-width: 40em) {
  .rich-text ul:not([class*="items-list"]):not([class*="block-grid"]):not([class*="menu"]):not([class*="button-group"]):not([class*="contextual-links"]):not([class*="r-tabs-nav"]) li + li, .rich-text ol li + li, .l-main .block-block ul:not([class*="items-list"]):not([class*="block-grid"]):not([class*="menu"]):not([class*="button-group"]):not([class*="contextual-links"]):not([class*="r-tabs-nav"]) li + li, .l-main .block-block ol li + li, .cke_editable ul:not([class*="items-list"]):not([class*="block-grid"]):not([class*="menu"]):not([class*="button-group"]):not([class*="contextual-links"]):not([class*="r-tabs-nav"]) li + li, .cke_editable ol li + li, .rich-text .toggler-body ul:not([class*="items-list"]):not([class*="block-grid"]):not([class*="menu"]):not([class*="button-group"]):not([class*="contextual-links"]):not([class*="r-tabs-nav"]) li + li, .rich-text .toggler-body ol li + li, .node.view-mode-full .toggler-body ul:not([class*="items-list"]):not([class*="block-grid"]):not([class*="menu"]):not([class*="button-group"]):not([class*="contextual-links"]):not([class*="r-tabs-nav"]) li + li, .node.view-mode-full .toggler-body ol li + li, body.page-node-panel-content #panels-dnd-main div.panel-region .panel-pane .pane-content ul li + li {
    margin-top: 0.735rem;
  }
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  .rich-text ul:not([class*="items-list"]):not([class*="block-grid"]):not([class*="menu"]):not([class*="button-group"]):not([class*="contextual-links"]):not([class*="r-tabs-nav"]) li + li, .rich-text ol li + li, .l-main .block-block ul:not([class*="items-list"]):not([class*="block-grid"]):not([class*="menu"]):not([class*="button-group"]):not([class*="contextual-links"]):not([class*="r-tabs-nav"]) li + li, .l-main .block-block ol li + li, .cke_editable ul:not([class*="items-list"]):not([class*="block-grid"]):not([class*="menu"]):not([class*="button-group"]):not([class*="contextual-links"]):not([class*="r-tabs-nav"]) li + li, .cke_editable ol li + li, .rich-text .toggler-body ul:not([class*="items-list"]):not([class*="block-grid"]):not([class*="menu"]):not([class*="button-group"]):not([class*="contextual-links"]):not([class*="r-tabs-nav"]) li + li, .rich-text .toggler-body ol li + li, .node.view-mode-full .toggler-body ul:not([class*="items-list"]):not([class*="block-grid"]):not([class*="menu"]):not([class*="button-group"]):not([class*="contextual-links"]):not([class*="r-tabs-nav"]) li + li, .node.view-mode-full .toggler-body ol li + li, body.page-node-panel-content #panels-dnd-main div.panel-region .panel-pane .pane-content ul li + li {
    margin-top: 0.8575rem;
  }
}

@media only screen and (min-width: 64.063em) {
  .rich-text ul:not([class*="items-list"]):not([class*="block-grid"]):not([class*="menu"]):not([class*="button-group"]):not([class*="contextual-links"]):not([class*="r-tabs-nav"]) li + li, .rich-text ol li + li, .l-main .block-block ul:not([class*="items-list"]):not([class*="block-grid"]):not([class*="menu"]):not([class*="button-group"]):not([class*="contextual-links"]):not([class*="r-tabs-nav"]) li + li, .l-main .block-block ol li + li, .cke_editable ul:not([class*="items-list"]):not([class*="block-grid"]):not([class*="menu"]):not([class*="button-group"]):not([class*="contextual-links"]):not([class*="r-tabs-nav"]) li + li, .cke_editable ol li + li, .rich-text .toggler-body ul:not([class*="items-list"]):not([class*="block-grid"]):not([class*="menu"]):not([class*="button-group"]):not([class*="contextual-links"]):not([class*="r-tabs-nav"]) li + li, .rich-text .toggler-body ol li + li, .node.view-mode-full .toggler-body ul:not([class*="items-list"]):not([class*="block-grid"]):not([class*="menu"]):not([class*="button-group"]):not([class*="contextual-links"]):not([class*="r-tabs-nav"]) li + li, .node.view-mode-full .toggler-body ol li + li, body.page-node-panel-content #panels-dnd-main div.panel-region .panel-pane .pane-content ul li + li {
    margin-top: 1.225rem;
  }
}

@media print {
  .rich-text ul:not([class*="items-list"]):not([class*="block-grid"]):not([class*="menu"]):not([class*="button-group"]):not([class*="contextual-links"]):not([class*="r-tabs-nav"]) li + li, .rich-text ol li + li, .l-main .block-block ul:not([class*="items-list"]):not([class*="block-grid"]):not([class*="menu"]):not([class*="button-group"]):not([class*="contextual-links"]):not([class*="r-tabs-nav"]) li + li, .l-main .block-block ol li + li, .cke_editable ul:not([class*="items-list"]):not([class*="block-grid"]):not([class*="menu"]):not([class*="button-group"]):not([class*="contextual-links"]):not([class*="r-tabs-nav"]) li + li, .cke_editable ol li + li, .rich-text .toggler-body ul:not([class*="items-list"]):not([class*="block-grid"]):not([class*="menu"]):not([class*="button-group"]):not([class*="contextual-links"]):not([class*="r-tabs-nav"]) li + li, .rich-text .toggler-body ol li + li, .node.view-mode-full .toggler-body ul:not([class*="items-list"]):not([class*="block-grid"]):not([class*="menu"]):not([class*="button-group"]):not([class*="contextual-links"]):not([class*="r-tabs-nav"]) li + li, .node.view-mode-full .toggler-body ol li + li, body.page-node-panel-content #panels-dnd-main div.panel-region .panel-pane .pane-content ul li + li {
    margin-top: 0.735rem;
  }
}

.rich-text ul:not([class*="items-list"]):not([class*="block-grid"]):not([class*="menu"]):not([class*="button-group"]):not([class*="contextual-links"]):not([class*="r-tabs-nav"]) li > ul, .rich-text ol li > ul, .l-main .block-block ul:not([class*="items-list"]):not([class*="block-grid"]):not([class*="menu"]):not([class*="button-group"]):not([class*="contextual-links"]):not([class*="r-tabs-nav"]) li > ul, .l-main .block-block ol li > ul, .cke_editable ul:not([class*="items-list"]):not([class*="block-grid"]):not([class*="menu"]):not([class*="button-group"]):not([class*="contextual-links"]):not([class*="r-tabs-nav"]) li > ul, .cke_editable ol li > ul, .rich-text .toggler-body ul:not([class*="items-list"]):not([class*="block-grid"]):not([class*="menu"]):not([class*="button-group"]):not([class*="contextual-links"]):not([class*="r-tabs-nav"]) li > ul, .rich-text .toggler-body ol li > ul, .node.view-mode-full .toggler-body ul:not([class*="items-list"]):not([class*="block-grid"]):not([class*="menu"]):not([class*="button-group"]):not([class*="contextual-links"]):not([class*="r-tabs-nav"]) li > ul, .node.view-mode-full .toggler-body ol li > ul, body.page-node-panel-content #panels-dnd-main div.panel-region .panel-pane .pane-content ul li > ul,
.rich-text ul:not([class*="items-list"]):not([class*="block-grid"]):not([class*="menu"]):not([class*="button-group"]):not([class*="contextual-links"]):not([class*="r-tabs-nav"]) li > ol,
.rich-text ol li > ol,
.l-main .block-block ul:not([class*="items-list"]):not([class*="block-grid"]):not([class*="menu"]):not([class*="button-group"]):not([class*="contextual-links"]):not([class*="r-tabs-nav"]) li > ol,
.l-main .block-block ol li > ol,
.cke_editable ul:not([class*="items-list"]):not([class*="block-grid"]):not([class*="menu"]):not([class*="button-group"]):not([class*="contextual-links"]):not([class*="r-tabs-nav"]) li > ol,
.cke_editable ol li > ol,
.rich-text .toggler-body ul:not([class*="items-list"]):not([class*="block-grid"]):not([class*="menu"]):not([class*="button-group"]):not([class*="contextual-links"]):not([class*="r-tabs-nav"]) li > ol,
.rich-text .toggler-body ol li > ol,
.node.view-mode-full .toggler-body ul:not([class*="items-list"]):not([class*="block-grid"]):not([class*="menu"]):not([class*="button-group"]):not([class*="contextual-links"]):not([class*="r-tabs-nav"]) li > ol,
.node.view-mode-full .toggler-body ol li > ol,
body.page-node-panel-content #panels-dnd-main div.panel-region .panel-pane .pane-content ul li > ol,
.rich-text ul:not([class*="items-list"]):not([class*="block-grid"]):not([class*="menu"]):not([class*="button-group"]):not([class*="contextual-links"]):not([class*="r-tabs-nav"]) li > p,
.rich-text ol li > p,
.l-main .block-block ul:not([class*="items-list"]):not([class*="block-grid"]):not([class*="menu"]):not([class*="button-group"]):not([class*="contextual-links"]):not([class*="r-tabs-nav"]) li > p,
.l-main .block-block ol li > p,
.cke_editable ul:not([class*="items-list"]):not([class*="block-grid"]):not([class*="menu"]):not([class*="button-group"]):not([class*="contextual-links"]):not([class*="r-tabs-nav"]) li > p,
.cke_editable ol li > p,
.rich-text .toggler-body ul:not([class*="items-list"]):not([class*="block-grid"]):not([class*="menu"]):not([class*="button-group"]):not([class*="contextual-links"]):not([class*="r-tabs-nav"]) li > p,
.rich-text .toggler-body ol li > p,
.node.view-mode-full .toggler-body ul:not([class*="items-list"]):not([class*="block-grid"]):not([class*="menu"]):not([class*="button-group"]):not([class*="contextual-links"]):not([class*="r-tabs-nav"]) li > p,
.node.view-mode-full .toggler-body ol li > p,
body.page-node-panel-content #panels-dnd-main div.panel-region .panel-pane .pane-content ul li > p {
  margin-bottom: 0px !important;
}

@media only screen and (max-width: 40em) {
  .rich-text ul:not([class*="items-list"]):not([class*="block-grid"]):not([class*="menu"]):not([class*="button-group"]):not([class*="contextual-links"]):not([class*="r-tabs-nav"]) li > ul, .rich-text ol li > ul, .l-main .block-block ul:not([class*="items-list"]):not([class*="block-grid"]):not([class*="menu"]):not([class*="button-group"]):not([class*="contextual-links"]):not([class*="r-tabs-nav"]) li > ul, .l-main .block-block ol li > ul, .cke_editable ul:not([class*="items-list"]):not([class*="block-grid"]):not([class*="menu"]):not([class*="button-group"]):not([class*="contextual-links"]):not([class*="r-tabs-nav"]) li > ul, .cke_editable ol li > ul, .rich-text .toggler-body ul:not([class*="items-list"]):not([class*="block-grid"]):not([class*="menu"]):not([class*="button-group"]):not([class*="contextual-links"]):not([class*="r-tabs-nav"]) li > ul, .rich-text .toggler-body ol li > ul, .node.view-mode-full .toggler-body ul:not([class*="items-list"]):not([class*="block-grid"]):not([class*="menu"]):not([class*="button-group"]):not([class*="contextual-links"]):not([class*="r-tabs-nav"]) li > ul, .node.view-mode-full .toggler-body ol li > ul, body.page-node-panel-content #panels-dnd-main div.panel-region .panel-pane .pane-content ul li > ul,
  .rich-text ul:not([class*="items-list"]):not([class*="block-grid"]):not([class*="menu"]):not([class*="button-group"]):not([class*="contextual-links"]):not([class*="r-tabs-nav"]) li > ol,
  .rich-text ol li > ol,
  .l-main .block-block ul:not([class*="items-list"]):not([class*="block-grid"]):not([class*="menu"]):not([class*="button-group"]):not([class*="contextual-links"]):not([class*="r-tabs-nav"]) li > ol,
  .l-main .block-block ol li > ol,
  .cke_editable ul:not([class*="items-list"]):not([class*="block-grid"]):not([class*="menu"]):not([class*="button-group"]):not([class*="contextual-links"]):not([class*="r-tabs-nav"]) li > ol,
  .cke_editable ol li > ol,
  .rich-text .toggler-body ul:not([class*="items-list"]):not([class*="block-grid"]):not([class*="menu"]):not([class*="button-group"]):not([class*="contextual-links"]):not([class*="r-tabs-nav"]) li > ol,
  .rich-text .toggler-body ol li > ol,
  .node.view-mode-full .toggler-body ul:not([class*="items-list"]):not([class*="block-grid"]):not([class*="menu"]):not([class*="button-group"]):not([class*="contextual-links"]):not([class*="r-tabs-nav"]) li > ol,
  .node.view-mode-full .toggler-body ol li > ol,
  body.page-node-panel-content #panels-dnd-main div.panel-region .panel-pane .pane-content ul li > ol,
  .rich-text ul:not([class*="items-list"]):not([class*="block-grid"]):not([class*="menu"]):not([class*="button-group"]):not([class*="contextual-links"]):not([class*="r-tabs-nav"]) li > p,
  .rich-text ol li > p,
  .l-main .block-block ul:not([class*="items-list"]):not([class*="block-grid"]):not([class*="menu"]):not([class*="button-group"]):not([class*="contextual-links"]):not([class*="r-tabs-nav"]) li > p,
  .l-main .block-block ol li > p,
  .cke_editable ul:not([class*="items-list"]):not([class*="block-grid"]):not([class*="menu"]):not([class*="button-group"]):not([class*="contextual-links"]):not([class*="r-tabs-nav"]) li > p,
  .cke_editable ol li > p,
  .rich-text .toggler-body ul:not([class*="items-list"]):not([class*="block-grid"]):not([class*="menu"]):not([class*="button-group"]):not([class*="contextual-links"]):not([class*="r-tabs-nav"]) li > p,
  .rich-text .toggler-body ol li > p,
  .node.view-mode-full .toggler-body ul:not([class*="items-list"]):not([class*="block-grid"]):not([class*="menu"]):not([class*="button-group"]):not([class*="contextual-links"]):not([class*="r-tabs-nav"]) li > p,
  .node.view-mode-full .toggler-body ol li > p,
  body.page-node-panel-content #panels-dnd-main div.panel-region .panel-pane .pane-content ul li > p {
    margin-top: 0.735rem;
  }
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  .rich-text ul:not([class*="items-list"]):not([class*="block-grid"]):not([class*="menu"]):not([class*="button-group"]):not([class*="contextual-links"]):not([class*="r-tabs-nav"]) li > ul, .rich-text ol li > ul, .l-main .block-block ul:not([class*="items-list"]):not([class*="block-grid"]):not([class*="menu"]):not([class*="button-group"]):not([class*="contextual-links"]):not([class*="r-tabs-nav"]) li > ul, .l-main .block-block ol li > ul, .cke_editable ul:not([class*="items-list"]):not([class*="block-grid"]):not([class*="menu"]):not([class*="button-group"]):not([class*="contextual-links"]):not([class*="r-tabs-nav"]) li > ul, .cke_editable ol li > ul, .rich-text .toggler-body ul:not([class*="items-list"]):not([class*="block-grid"]):not([class*="menu"]):not([class*="button-group"]):not([class*="contextual-links"]):not([class*="r-tabs-nav"]) li > ul, .rich-text .toggler-body ol li > ul, .node.view-mode-full .toggler-body ul:not([class*="items-list"]):not([class*="block-grid"]):not([class*="menu"]):not([class*="button-group"]):not([class*="contextual-links"]):not([class*="r-tabs-nav"]) li > ul, .node.view-mode-full .toggler-body ol li > ul, body.page-node-panel-content #panels-dnd-main div.panel-region .panel-pane .pane-content ul li > ul,
  .rich-text ul:not([class*="items-list"]):not([class*="block-grid"]):not([class*="menu"]):not([class*="button-group"]):not([class*="contextual-links"]):not([class*="r-tabs-nav"]) li > ol,
  .rich-text ol li > ol,
  .l-main .block-block ul:not([class*="items-list"]):not([class*="block-grid"]):not([class*="menu"]):not([class*="button-group"]):not([class*="contextual-links"]):not([class*="r-tabs-nav"]) li > ol,
  .l-main .block-block ol li > ol,
  .cke_editable ul:not([class*="items-list"]):not([class*="block-grid"]):not([class*="menu"]):not([class*="button-group"]):not([class*="contextual-links"]):not([class*="r-tabs-nav"]) li > ol,
  .cke_editable ol li > ol,
  .rich-text .toggler-body ul:not([class*="items-list"]):not([class*="block-grid"]):not([class*="menu"]):not([class*="button-group"]):not([class*="contextual-links"]):not([class*="r-tabs-nav"]) li > ol,
  .rich-text .toggler-body ol li > ol,
  .node.view-mode-full .toggler-body ul:not([class*="items-list"]):not([class*="block-grid"]):not([class*="menu"]):not([class*="button-group"]):not([class*="contextual-links"]):not([class*="r-tabs-nav"]) li > ol,
  .node.view-mode-full .toggler-body ol li > ol,
  body.page-node-panel-content #panels-dnd-main div.panel-region .panel-pane .pane-content ul li > ol,
  .rich-text ul:not([class*="items-list"]):not([class*="block-grid"]):not([class*="menu"]):not([class*="button-group"]):not([class*="contextual-links"]):not([class*="r-tabs-nav"]) li > p,
  .rich-text ol li > p,
  .l-main .block-block ul:not([class*="items-list"]):not([class*="block-grid"]):not([class*="menu"]):not([class*="button-group"]):not([class*="contextual-links"]):not([class*="r-tabs-nav"]) li > p,
  .l-main .block-block ol li > p,
  .cke_editable ul:not([class*="items-list"]):not([class*="block-grid"]):not([class*="menu"]):not([class*="button-group"]):not([class*="contextual-links"]):not([class*="r-tabs-nav"]) li > p,
  .cke_editable ol li > p,
  .rich-text .toggler-body ul:not([class*="items-list"]):not([class*="block-grid"]):not([class*="menu"]):not([class*="button-group"]):not([class*="contextual-links"]):not([class*="r-tabs-nav"]) li > p,
  .rich-text .toggler-body ol li > p,
  .node.view-mode-full .toggler-body ul:not([class*="items-list"]):not([class*="block-grid"]):not([class*="menu"]):not([class*="button-group"]):not([class*="contextual-links"]):not([class*="r-tabs-nav"]) li > p,
  .node.view-mode-full .toggler-body ol li > p,
  body.page-node-panel-content #panels-dnd-main div.panel-region .panel-pane .pane-content ul li > p {
    margin-top: 0.8575rem;
  }
}

@media only screen and (min-width: 64.063em) {
  .rich-text ul:not([class*="items-list"]):not([class*="block-grid"]):not([class*="menu"]):not([class*="button-group"]):not([class*="contextual-links"]):not([class*="r-tabs-nav"]) li > ul, .rich-text ol li > ul, .l-main .block-block ul:not([class*="items-list"]):not([class*="block-grid"]):not([class*="menu"]):not([class*="button-group"]):not([class*="contextual-links"]):not([class*="r-tabs-nav"]) li > ul, .l-main .block-block ol li > ul, .cke_editable ul:not([class*="items-list"]):not([class*="block-grid"]):not([class*="menu"]):not([class*="button-group"]):not([class*="contextual-links"]):not([class*="r-tabs-nav"]) li > ul, .cke_editable ol li > ul, .rich-text .toggler-body ul:not([class*="items-list"]):not([class*="block-grid"]):not([class*="menu"]):not([class*="button-group"]):not([class*="contextual-links"]):not([class*="r-tabs-nav"]) li > ul, .rich-text .toggler-body ol li > ul, .node.view-mode-full .toggler-body ul:not([class*="items-list"]):not([class*="block-grid"]):not([class*="menu"]):not([class*="button-group"]):not([class*="contextual-links"]):not([class*="r-tabs-nav"]) li > ul, .node.view-mode-full .toggler-body ol li > ul, body.page-node-panel-content #panels-dnd-main div.panel-region .panel-pane .pane-content ul li > ul,
  .rich-text ul:not([class*="items-list"]):not([class*="block-grid"]):not([class*="menu"]):not([class*="button-group"]):not([class*="contextual-links"]):not([class*="r-tabs-nav"]) li > ol,
  .rich-text ol li > ol,
  .l-main .block-block ul:not([class*="items-list"]):not([class*="block-grid"]):not([class*="menu"]):not([class*="button-group"]):not([class*="contextual-links"]):not([class*="r-tabs-nav"]) li > ol,
  .l-main .block-block ol li > ol,
  .cke_editable ul:not([class*="items-list"]):not([class*="block-grid"]):not([class*="menu"]):not([class*="button-group"]):not([class*="contextual-links"]):not([class*="r-tabs-nav"]) li > ol,
  .cke_editable ol li > ol,
  .rich-text .toggler-body ul:not([class*="items-list"]):not([class*="block-grid"]):not([class*="menu"]):not([class*="button-group"]):not([class*="contextual-links"]):not([class*="r-tabs-nav"]) li > ol,
  .rich-text .toggler-body ol li > ol,
  .node.view-mode-full .toggler-body ul:not([class*="items-list"]):not([class*="block-grid"]):not([class*="menu"]):not([class*="button-group"]):not([class*="contextual-links"]):not([class*="r-tabs-nav"]) li > ol,
  .node.view-mode-full .toggler-body ol li > ol,
  body.page-node-panel-content #panels-dnd-main div.panel-region .panel-pane .pane-content ul li > ol,
  .rich-text ul:not([class*="items-list"]):not([class*="block-grid"]):not([class*="menu"]):not([class*="button-group"]):not([class*="contextual-links"]):not([class*="r-tabs-nav"]) li > p,
  .rich-text ol li > p,
  .l-main .block-block ul:not([class*="items-list"]):not([class*="block-grid"]):not([class*="menu"]):not([class*="button-group"]):not([class*="contextual-links"]):not([class*="r-tabs-nav"]) li > p,
  .l-main .block-block ol li > p,
  .cke_editable ul:not([class*="items-list"]):not([class*="block-grid"]):not([class*="menu"]):not([class*="button-group"]):not([class*="contextual-links"]):not([class*="r-tabs-nav"]) li > p,
  .cke_editable ol li > p,
  .rich-text .toggler-body ul:not([class*="items-list"]):not([class*="block-grid"]):not([class*="menu"]):not([class*="button-group"]):not([class*="contextual-links"]):not([class*="r-tabs-nav"]) li > p,
  .rich-text .toggler-body ol li > p,
  .node.view-mode-full .toggler-body ul:not([class*="items-list"]):not([class*="block-grid"]):not([class*="menu"]):not([class*="button-group"]):not([class*="contextual-links"]):not([class*="r-tabs-nav"]) li > p,
  .node.view-mode-full .toggler-body ol li > p,
  body.page-node-panel-content #panels-dnd-main div.panel-region .panel-pane .pane-content ul li > p {
    margin-top: 1.225rem;
  }
}

@media print {
  .rich-text ul:not([class*="items-list"]):not([class*="block-grid"]):not([class*="menu"]):not([class*="button-group"]):not([class*="contextual-links"]):not([class*="r-tabs-nav"]) li > ul, .rich-text ol li > ul, .l-main .block-block ul:not([class*="items-list"]):not([class*="block-grid"]):not([class*="menu"]):not([class*="button-group"]):not([class*="contextual-links"]):not([class*="r-tabs-nav"]) li > ul, .l-main .block-block ol li > ul, .cke_editable ul:not([class*="items-list"]):not([class*="block-grid"]):not([class*="menu"]):not([class*="button-group"]):not([class*="contextual-links"]):not([class*="r-tabs-nav"]) li > ul, .cke_editable ol li > ul, .rich-text .toggler-body ul:not([class*="items-list"]):not([class*="block-grid"]):not([class*="menu"]):not([class*="button-group"]):not([class*="contextual-links"]):not([class*="r-tabs-nav"]) li > ul, .rich-text .toggler-body ol li > ul, .node.view-mode-full .toggler-body ul:not([class*="items-list"]):not([class*="block-grid"]):not([class*="menu"]):not([class*="button-group"]):not([class*="contextual-links"]):not([class*="r-tabs-nav"]) li > ul, .node.view-mode-full .toggler-body ol li > ul, body.page-node-panel-content #panels-dnd-main div.panel-region .panel-pane .pane-content ul li > ul,
  .rich-text ul:not([class*="items-list"]):not([class*="block-grid"]):not([class*="menu"]):not([class*="button-group"]):not([class*="contextual-links"]):not([class*="r-tabs-nav"]) li > ol,
  .rich-text ol li > ol,
  .l-main .block-block ul:not([class*="items-list"]):not([class*="block-grid"]):not([class*="menu"]):not([class*="button-group"]):not([class*="contextual-links"]):not([class*="r-tabs-nav"]) li > ol,
  .l-main .block-block ol li > ol,
  .cke_editable ul:not([class*="items-list"]):not([class*="block-grid"]):not([class*="menu"]):not([class*="button-group"]):not([class*="contextual-links"]):not([class*="r-tabs-nav"]) li > ol,
  .cke_editable ol li > ol,
  .rich-text .toggler-body ul:not([class*="items-list"]):not([class*="block-grid"]):not([class*="menu"]):not([class*="button-group"]):not([class*="contextual-links"]):not([class*="r-tabs-nav"]) li > ol,
  .rich-text .toggler-body ol li > ol,
  .node.view-mode-full .toggler-body ul:not([class*="items-list"]):not([class*="block-grid"]):not([class*="menu"]):not([class*="button-group"]):not([class*="contextual-links"]):not([class*="r-tabs-nav"]) li > ol,
  .node.view-mode-full .toggler-body ol li > ol,
  body.page-node-panel-content #panels-dnd-main div.panel-region .panel-pane .pane-content ul li > ol,
  .rich-text ul:not([class*="items-list"]):not([class*="block-grid"]):not([class*="menu"]):not([class*="button-group"]):not([class*="contextual-links"]):not([class*="r-tabs-nav"]) li > p,
  .rich-text ol li > p,
  .l-main .block-block ul:not([class*="items-list"]):not([class*="block-grid"]):not([class*="menu"]):not([class*="button-group"]):not([class*="contextual-links"]):not([class*="r-tabs-nav"]) li > p,
  .l-main .block-block ol li > p,
  .cke_editable ul:not([class*="items-list"]):not([class*="block-grid"]):not([class*="menu"]):not([class*="button-group"]):not([class*="contextual-links"]):not([class*="r-tabs-nav"]) li > p,
  .cke_editable ol li > p,
  .rich-text .toggler-body ul:not([class*="items-list"]):not([class*="block-grid"]):not([class*="menu"]):not([class*="button-group"]):not([class*="contextual-links"]):not([class*="r-tabs-nav"]) li > p,
  .rich-text .toggler-body ol li > p,
  .node.view-mode-full .toggler-body ul:not([class*="items-list"]):not([class*="block-grid"]):not([class*="menu"]):not([class*="button-group"]):not([class*="contextual-links"]):not([class*="r-tabs-nav"]) li > p,
  .node.view-mode-full .toggler-body ol li > p,
  body.page-node-panel-content #panels-dnd-main div.panel-region .panel-pane .pane-content ul li > p {
    margin-top: 0.735rem;
  }
}

.rich-text ol > li:before,
.l-main .block-block ol > li:before,
.cke_editable ol > li:before,
.rich-text .toggler-body ol > li:before,
.node.view-mode-full .toggler-body ol > li:before {
  position: absolute;
  top: 2px;
  right: auto;
  bottom: auto;
  left: 0px;
  margin: auto;
  content: counter(counter);
  counter-increment: counter;
  display: inline-block;
  text-align: center;
  font-size: 1.0625rem;
  font-weight: 700;
}

.rich-text ol > li:after,
.l-main .block-block ol > li:after,
.cke_editable ol > li:after,
.rich-text .toggler-body ol > li:after,
.node.view-mode-full .toggler-body ol > li:after {
  content: " ";
  position: absolute;
  top: 0px;
  right: auto;
  bottom: auto;
  left: 1.5rem;
  margin: auto;
  height: 100%;
  width: 1px;
}

.rich-text ul:not([class*="items-list"]):not([class*="block-grid"]):not([class*="menu"]):not([class*="button-group"]):not([class*="contextual-links"]):not([class*="r-tabs-nav"]) > li:before,
.l-main .block-block ul:not([class*="items-list"]):not([class*="block-grid"]):not([class*="menu"]):not([class*="button-group"]):not([class*="contextual-links"]):not([class*="r-tabs-nav"]) > li:before,
.cke_editable ul:not([class*="items-list"]):not([class*="block-grid"]):not([class*="menu"]):not([class*="button-group"]):not([class*="contextual-links"]):not([class*="r-tabs-nav"]) > li:before,
.rich-text .toggler-body ul:not([class*="items-list"]):not([class*="block-grid"]):not([class*="menu"]):not([class*="button-group"]):not([class*="contextual-links"]):not([class*="r-tabs-nav"]) > li:before,
.node.view-mode-full .toggler-body ul:not([class*="items-list"]):not([class*="block-grid"]):not([class*="menu"]):not([class*="button-group"]):not([class*="contextual-links"]):not([class*="r-tabs-nav"]) > li:before, body.page-node-panel-content #panels-dnd-main div.panel-region .panel-pane .pane-content ul li:before {
  position: absolute;
  top: 8px;
  right: auto;
  bottom: auto;
  left: 0px;
  margin: auto;
  content: " ";
  display: inline-block;
  width: 13px;
  height: 13px;
  border-radius: 50%;
}

.items-list .image-wrapper img, .grid-list .image-wrapper img {
  width: 100%;
  transition: 0.7s ease-out;
}

.items-list .image-wrapper a, .grid-list .image-wrapper a {
  position: relative;
  display: block;
  overflow: hidden;
}

.items-list .image-wrapper a:after, .grid-list .image-wrapper a:after {
  content: " ";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: block;
  opacity: 0;
  transition: 0.7s ease-out;
}

.items-list .image-wrapper a:hover img, .grid-list .image-wrapper a:hover img {
  -ms-transform: scale(1.015, 1.015);
      transform: scale(1.015, 1.015);
}

.items-list .image-wrapper a:hover:after, .grid-list .image-wrapper a:hover:after {
  opacity: 0.1;
}

.items-list .image-wrapper .flex-video, .grid-list .image-wrapper .flex-video {
  margin-bottom: 0px !important;
  z-index: 1;
}

.items-list .image-wrapper .flex-video.widescreen, .grid-list .image-wrapper .flex-video.widescreen {
  padding-bottom: 49.605%;
}

.items-list .title-prefix, .grid-list .title-prefix, .view-content .highlighted-box div.title-prefix {
  margin-right: 1px;
  font-weight: 400;
  font-size: 0.6875rem;
  line-height: normal;
  color: #666666;
  text-transform: uppercase;
  display: inline;
}

.items-list .title-prefix + .title-prefix:before, .items-list .view-content .highlighted-box div.title-prefix + .title-prefix:before, .grid-list .title-prefix + .title-prefix:before, .grid-list .view-content .highlighted-box div.title-prefix + .title-prefix:before, .items-list .view-content .highlighted-box .title-prefix + div.title-prefix:before, .grid-list .view-content .highlighted-box .title-prefix + div.title-prefix:before, .view-content .highlighted-box div.title-prefix + div.title-prefix:before {
  content: " ";
  display: inline-block;
  width: 3px;
  height: 3px;
  margin: 0px 8px;
  border-radius: 50%;
  vertical-align: middle;
  background-color: #ffce00;
  visibility: visible;
  position: relative;
  top: -2px;
}

.items-list .title-prefix + .title, .grid-list .title-prefix + .title, .view-content .highlighted-box div.title-prefix + .title {
  margin-top: 0.625rem;
}

.items-list .title-prefix span, .grid-list .title-prefix span, .view-content .highlighted-box div.title-prefix span {
  display: inline;
}

.items-list .title-prefix span *, .grid-list .title-prefix span *, .view-content .highlighted-box div.title-prefix span * {
  display: inline;
}

.items-list .field-name-content-type.title-prefix, .grid-list .field-name-content-type.title-prefix, .view-content .highlighted-box div.field-name-content-type.title-prefix, .items-list .views-field-type.title-prefix, .grid-list .views-field-type.title-prefix, .view-content .highlighted-box div.views-field-type.title-prefix {
  color: #616161;
  font-weight: 500;
}

.items-list .title, .grid-list .title, .view-content .highlighted-box div.title {
  margin-bottom: 0.9375rem !important;
  font-family: "Fira Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.25rem;
  line-height: 1.5rem;
  font-weight: 500;
}

@media only screen and (max-width: 40em) {
  .items-list .title, .grid-list .title, .view-content .highlighted-box div.title {
    font-size: 1.1875rem;
    margin-bottom: 0.625rem !important;
  }
}

.items-list .content-wrapper > .body,
.items-list .content-wrapper > .body p, .grid-list .body,
.grid-list .body p, .grid-list .field-name-field-quote, div:not([class*="-12"]) > .panel-pane .toggler-body *, div:not([class*="-12"]) > .panel-pane .toggler-body > .body,
div:not([class*="-12"]) > .panel-pane .toggler-body > .field, .view-content .highlighted-box .rich-text * {
  font-size: 0.9375rem;
  line-height: 1.4375rem;
  margin-bottom: 1.125rem;
}

@media only screen and (max-width: 40em) {
  .items-list .content-wrapper > .body,
  .items-list .content-wrapper > .body p, .grid-list .body,
  .grid-list .body p, .grid-list .field-name-field-quote, div:not([class*="-12"]) > .panel-pane .toggler-body *, div:not([class*="-12"]) > .panel-pane .toggler-body > .body,
  div:not([class*="-12"]) > .panel-pane .toggler-body > .field, .view-content .highlighted-box .rich-text * {
    margin-bottom: 0.75rem;
  }
}

.items-list .content-wrapper > .body:last-child,
.items-list .content-wrapper > .body p:last-child, .grid-list .body:last-child,
.grid-list .body p:last-child, .grid-list .field-name-field-quote:last-child, div:not([class*="-12"]) > .panel-pane .toggler-body :last-child, .view-content .highlighted-box .rich-text :last-child {
  margin-bottom: 0px;
}

p.meta,
span.meta, div.caption p, figure.image figcaption, .items-list [class*="date"], .grid-list .content-wrapper > [class*="date"] {
  font-size: 0.75rem;
  line-height: 1.1875rem;
  color: #757575;
  font-weight: 400;
}

.items-list .content-wrapper > .field-name-field-downloads-minimal a.more-inline, .grid-list .content-wrapper > .field-name-field-downloads-minimal a.more-inline {
  margin-top: 0.9375rem;
  font-size: 0.875rem;
}

.items-list .content-wrapper > .field-name-field-downloads-minimal a.more-inline:after, .grid-list .content-wrapper > .field-name-field-downloads-minimal a.more-inline:after {
  font-size: 0.8rem;
}

a.highlighted-link {
  position: relative;
  display: block;
  padding: 1.5rem 3.5rem 1.5rem 1.5rem;
  font-size: 1.0625rem;
  font-weight: 500;
  line-height: 1.25rem;
  border: 0px !important;
  background-color: #fff3bf;
}

a.highlighted-link:after {
  content: "";
  color: #ffce00;
  font-size: 1.05rem;
  line-height: inherit;
  font-family: 'eige-icons-font';
  font-weight: normal;
  font-style: normal;
  speak: none;
}

@media only screen and (max-width: 40em) {
  a.highlighted-link {
    margin-bottom: 2.1rem;
  }
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  a.highlighted-link {
    margin-bottom: 2.45rem;
  }
}

@media only screen and (min-width: 64.063em) {
  a.highlighted-link {
    margin-bottom: 3.5rem;
  }
}

@media print {
  a.highlighted-link {
    margin-bottom: 2.1rem;
  }
}

a.highlighted-link:after {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  bottom: auto;
  left: auto;
  margin: auto;
}

@media only screen and (max-width: 64em) {
  a.highlighted-link:after {
    font-size: 0.9rem;
  }
}

p > a.highlighted-link,
li > a.highlighted-link {
  margin-bottom: 0px !important;
}

div.highlighted-box, blockquote,
.blockquote, .group-content .group-image-quote .field-name-field-quote, div.gray-box {
  color: #3E4047;
  background-color: #E0E0E0;
}

@media only screen and (max-width: 40em) {
  div.highlighted-box, blockquote,
  .blockquote, .group-content .group-image-quote .field-name-field-quote, div.gray-box {
    padding-top: 1.89rem;
    padding-right: 2.1rem;
    padding-bottom: 1.89rem;
    padding-left: 2.1rem;
  }
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  div.highlighted-box, blockquote,
  .blockquote, .group-content .group-image-quote .field-name-field-quote, div.gray-box {
    padding-top: 2.205rem;
    padding-right: 2.45rem;
    padding-bottom: 2.205rem;
    padding-left: 2.45rem;
  }
}

@media only screen and (min-width: 64.063em) {
  div.highlighted-box, blockquote,
  .blockquote, .group-content .group-image-quote .field-name-field-quote, div.gray-box {
    padding-top: 3.15rem;
    padding-right: 3.5rem;
    padding-bottom: 3.15rem;
    padding-left: 3.5rem;
  }
}

@media print {
  div.highlighted-box, blockquote,
  .blockquote, .group-content .group-image-quote .field-name-field-quote, div.gray-box {
    padding-top: 1.89rem;
    padding-right: 2.1rem;
    padding-bottom: 1.89rem;
    padding-left: 2.1rem;
  }
}

div.highlighted-box > *:last-child, blockquote > *:last-child, .blockquote > *:last-child, .group-content .group-image-quote .field-name-field-quote > *:last-child, div.gray-box > *:last-child {
  margin-bottom: 0px !important;
}

div.highlighted-box .toggler-wrapper, blockquote .toggler-wrapper, .blockquote .toggler-wrapper, .group-content .group-image-quote .field-name-field-quote .toggler-wrapper, div.gray-box .toggler-wrapper,
div.highlighted-box .pr-accordion-links__item,
blockquote .pr-accordion-links__item,
.blockquote .pr-accordion-links__item,
.group-content .group-image-quote .field-name-field-quote .pr-accordion-links__item,
div.gray-box .pr-accordion-links__item {
  border-color: #B8B8B8;
}

div.highlighted-box {
  background-color: #fff3bf;
}

blockquote,
.blockquote, .group-content .group-image-quote .field-name-field-quote {
  position: relative;
  color: #3E4047;
  font-style: italic;
}

blockquote p, .blockquote p, .group-content .group-image-quote .field-name-field-quote p {
  font-style: italic;
}

blockquote:before,
.blockquote:before, .group-content .group-image-quote .field-name-field-quote:before {
  content: "";
  color: #ffce00;
  font-size: 1.1rem;
  line-height: inherit;
  font-family: 'eige-icons-font';
  font-weight: normal;
  font-style: normal;
  speak: none;
}

blockquote:after,
.blockquote:after, .group-content .group-image-quote .field-name-field-quote:after {
  content: "";
  color: #ffce00;
  font-size: 1.1rem;
  line-height: 1;
  font-family: 'eige-icons-font';
  font-weight: normal;
  font-style: normal;
  speak: none;
}

blockquote:before,
.blockquote:before, .group-content .group-image-quote .field-name-field-quote:before {
  position: absolute;
  right: 100%;
  bottom: 100%;
}

@media only screen and (max-width: 40em) {
  blockquote:before,
  .blockquote:before, .group-content .group-image-quote .field-name-field-quote:before {
    margin-right: -1.89rem;
  }
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  blockquote:before,
  .blockquote:before, .group-content .group-image-quote .field-name-field-quote:before {
    margin-right: -2.205rem;
  }
}

@media only screen and (min-width: 64.063em) {
  blockquote:before,
  .blockquote:before, .group-content .group-image-quote .field-name-field-quote:before {
    margin-right: -3.15rem;
  }
}

@media print {
  blockquote:before,
  .blockquote:before, .group-content .group-image-quote .field-name-field-quote:before {
    margin-right: -1.89rem;
  }
}

@media only screen and (max-width: 40em) {
  blockquote:before,
  .blockquote:before, .group-content .group-image-quote .field-name-field-quote:before {
    margin-bottom: -1.89rem;
  }
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  blockquote:before,
  .blockquote:before, .group-content .group-image-quote .field-name-field-quote:before {
    margin-bottom: -2.205rem;
  }
}

@media only screen and (min-width: 64.063em) {
  blockquote:before,
  .blockquote:before, .group-content .group-image-quote .field-name-field-quote:before {
    margin-bottom: -3.15rem;
  }
}

@media print {
  blockquote:before,
  .blockquote:before, .group-content .group-image-quote .field-name-field-quote:before {
    margin-bottom: -1.89rem;
  }
}

blockquote:after,
.blockquote:after, .group-content .group-image-quote .field-name-field-quote:after {
  position: absolute;
  left: 100%;
  top: 100%;
}

@media only screen and (max-width: 40em) {
  blockquote:after,
  .blockquote:after, .group-content .group-image-quote .field-name-field-quote:after {
    margin-left: -1.68rem;
  }
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  blockquote:after,
  .blockquote:after, .group-content .group-image-quote .field-name-field-quote:after {
    margin-left: -1.96rem;
  }
}

@media only screen and (min-width: 64.063em) {
  blockquote:after,
  .blockquote:after, .group-content .group-image-quote .field-name-field-quote:after {
    margin-left: -2.8rem;
  }
}

@media print {
  blockquote:after,
  .blockquote:after, .group-content .group-image-quote .field-name-field-quote:after {
    margin-left: -1.68rem;
  }
}

@media only screen and (max-width: 40em) {
  blockquote:after,
  .blockquote:after, .group-content .group-image-quote .field-name-field-quote:after {
    margin-top: -1.68rem;
  }
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  blockquote:after,
  .blockquote:after, .group-content .group-image-quote .field-name-field-quote:after {
    margin-top: -1.96rem;
  }
}

@media only screen and (min-width: 64.063em) {
  blockquote:after,
  .blockquote:after, .group-content .group-image-quote .field-name-field-quote:after {
    margin-top: -2.8rem;
  }
}

@media print {
  blockquote:after,
  .blockquote:after, .group-content .group-image-quote .field-name-field-quote:after {
    margin-top: -1.68rem;
  }
}

a.more, a.more-inline, ul.tabs.vertical li.tab-title > a, .block-menu-pager .menu-pager a, .promo-grid div.item, #group-timeline .vco-slider div.title {
  position: relative;
  display: block;
  padding-right: 1.75rem;
  border: 0px !important;
}

a.more:after, a.more-inline:after, ul.tabs.vertical li.tab-title > a:after, .block-menu-pager .menu-pager a:after, .promo-grid div.item:after, #group-timeline .vco-slider div.title:after {
  content: "";
  color: #ffce00;
  font-size: 0.9rem;
  line-height: inherit;
  font-family: 'eige-icons-font';
  font-weight: normal;
  font-style: normal;
  speak: none;
}

a.more:after, a.more-inline:after, ul.tabs.vertical li.tab-title > a:after, .block-menu-pager .menu-pager a:after, .promo-grid div.item:after, #group-timeline .vco-slider div.title:after {
  position: absolute;
  top: 0px;
  right: 0px;
}

.l-main .main input[type="text"], .l-main .main input[type="password"], .l-main .main input[type="date"],
.l-main .main input[type="datetime"], .l-main .main input[type="datetime-local"], .l-main .main input[type="month"],
.l-main .main input[type="week"], .l-main .main input[type="email"], .l-main .main input[type="number"],
.l-main .main input[type="search"], .l-main .main input[type="tel"], .l-main .main input[type="time"],
.l-main .main input[type="url"], .l-main .main input[type="color"],
.l-main .main textarea, .l-main .main select,
form input[type="text"],
form input[type="password"],
form input[type="date"],
form input[type="datetime"],
form input[type="datetime-local"],
form input[type="month"],
form input[type="week"],
form input[type="email"],
form input[type="number"],
form input[type="search"],
form input[type="tel"],
form input[type="time"],
form input[type="url"],
form input[type="color"],
form textarea,
form select, .select2-container .select2-choice,
.select2-container.select2-dropdown-open.select2-drop-above .select2-choice,
.select2-container .select2-selection--single, .select2-container.select2-container-multi .select2-choices,
.select2-container.select2-container-multi.select2-container-active .select2-choices,
.select2-container.select2-container--default .select2-selection.select2-selection--multiple {
  position: relative;
  padding: 0.75rem 0;
  height: 3.125rem;
  color: #666666;
  border-width: 0px 0px 1px 0px;
  border-style: solid;
  background: transparent;
  border-radius: 0px;
  transition: 300ms ease-in-out;
  z-index: 1;
}

.l-main .main input[type="text"]::-webkit-input-placeholder, .l-main .main input[type="password"]::-webkit-input-placeholder, .l-main .main input[type="date"]::-webkit-input-placeholder,
.l-main .main input[type="datetime"]::-webkit-input-placeholder, .l-main .main input[type="datetime-local"]::-webkit-input-placeholder, .l-main .main input[type="month"]::-webkit-input-placeholder,
.l-main .main input[type="week"]::-webkit-input-placeholder, .l-main .main input[type="email"]::-webkit-input-placeholder, .l-main .main input[type="number"]::-webkit-input-placeholder,
.l-main .main input[type="search"]::-webkit-input-placeholder, .l-main .main input[type="tel"]::-webkit-input-placeholder, .l-main .main input[type="time"]::-webkit-input-placeholder,
.l-main .main input[type="url"]::-webkit-input-placeholder, .l-main .main input[type="color"]::-webkit-input-placeholder,
.l-main .main textarea::-webkit-input-placeholder, .l-main .main select::-webkit-input-placeholder,
form input[type="text"]::-webkit-input-placeholder,
form input[type="password"]::-webkit-input-placeholder,
form input[type="date"]::-webkit-input-placeholder,
form input[type="datetime"]::-webkit-input-placeholder,
form input[type="datetime-local"]::-webkit-input-placeholder,
form input[type="month"]::-webkit-input-placeholder,
form input[type="week"]::-webkit-input-placeholder,
form input[type="email"]::-webkit-input-placeholder,
form input[type="number"]::-webkit-input-placeholder,
form input[type="search"]::-webkit-input-placeholder,
form input[type="tel"]::-webkit-input-placeholder,
form input[type="time"]::-webkit-input-placeholder,
form input[type="url"]::-webkit-input-placeholder,
form input[type="color"]::-webkit-input-placeholder,
form textarea::-webkit-input-placeholder,
form select::-webkit-input-placeholder, .select2-container .select2-choice::-webkit-input-placeholder,
.select2-container.select2-dropdown-open.select2-drop-above .select2-choice::-webkit-input-placeholder,
.select2-container .select2-selection--single::-webkit-input-placeholder, .select2-container.select2-container-multi .select2-choices::-webkit-input-placeholder,
.select2-container.select2-container-multi.select2-container-active .select2-choices::-webkit-input-placeholder,
.select2-container.select2-container--default .select2-selection.select2-selection--multiple::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #999999;
  font-size: 16px;
  font-weight: 400;
  font-style: italic;
}

.l-main .main input[type="text"]::-moz-placeholder, .l-main .main input[type="password"]::-moz-placeholder, .l-main .main input[type="date"]::-moz-placeholder,
.l-main .main input[type="datetime"]::-moz-placeholder, .l-main .main input[type="datetime-local"]::-moz-placeholder, .l-main .main input[type="month"]::-moz-placeholder,
.l-main .main input[type="week"]::-moz-placeholder, .l-main .main input[type="email"]::-moz-placeholder, .l-main .main input[type="number"]::-moz-placeholder,
.l-main .main input[type="search"]::-moz-placeholder, .l-main .main input[type="tel"]::-moz-placeholder, .l-main .main input[type="time"]::-moz-placeholder,
.l-main .main input[type="url"]::-moz-placeholder, .l-main .main input[type="color"]::-moz-placeholder,
.l-main .main textarea::-moz-placeholder, .l-main .main select::-moz-placeholder,
form input[type="text"]::-moz-placeholder,
form input[type="password"]::-moz-placeholder,
form input[type="date"]::-moz-placeholder,
form input[type="datetime"]::-moz-placeholder,
form input[type="datetime-local"]::-moz-placeholder,
form input[type="month"]::-moz-placeholder,
form input[type="week"]::-moz-placeholder,
form input[type="email"]::-moz-placeholder,
form input[type="number"]::-moz-placeholder,
form input[type="search"]::-moz-placeholder,
form input[type="tel"]::-moz-placeholder,
form input[type="time"]::-moz-placeholder,
form input[type="url"]::-moz-placeholder,
form input[type="color"]::-moz-placeholder,
form textarea::-moz-placeholder,
form select::-moz-placeholder, .select2-container .select2-choice::-moz-placeholder,
.select2-container.select2-dropdown-open.select2-drop-above .select2-choice::-moz-placeholder,
.select2-container .select2-selection--single::-moz-placeholder, .select2-container.select2-container-multi .select2-choices::-moz-placeholder,
.select2-container.select2-container-multi.select2-container-active .select2-choices::-moz-placeholder,
.select2-container.select2-container--default .select2-selection.select2-selection--multiple::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #999999;
  opacity: 1;
  font-size: 16px;
  font-weight: 400;
  font-style: italic;
}

.l-main .main input:-ms-input-placeholder[type="text"], .l-main .main input:-ms-input-placeholder[type="password"], .l-main .main input:-ms-input-placeholder[type="date"],
.l-main .main input:-ms-input-placeholder[type="datetime"], .l-main .main input:-ms-input-placeholder[type="datetime-local"], .l-main .main input:-ms-input-placeholder[type="month"],
.l-main .main input:-ms-input-placeholder[type="week"], .l-main .main input:-ms-input-placeholder[type="email"], .l-main .main input:-ms-input-placeholder[type="number"],
.l-main .main input:-ms-input-placeholder[type="search"], .l-main .main input:-ms-input-placeholder[type="tel"], .l-main .main input:-ms-input-placeholder[type="time"],
.l-main .main input:-ms-input-placeholder[type="url"], .l-main .main input:-ms-input-placeholder[type="color"],
.l-main .main textarea:-ms-input-placeholder, .l-main .main select:-ms-input-placeholder,
form input:-ms-input-placeholder[type="text"],
form input:-ms-input-placeholder[type="password"],
form input:-ms-input-placeholder[type="date"],
form input:-ms-input-placeholder[type="datetime"],
form input:-ms-input-placeholder[type="datetime-local"],
form input:-ms-input-placeholder[type="month"],
form input:-ms-input-placeholder[type="week"],
form input:-ms-input-placeholder[type="email"],
form input:-ms-input-placeholder[type="number"],
form input:-ms-input-placeholder[type="search"],
form input:-ms-input-placeholder[type="tel"],
form input:-ms-input-placeholder[type="time"],
form input:-ms-input-placeholder[type="url"],
form input:-ms-input-placeholder[type="color"],
form textarea:-ms-input-placeholder,
form select:-ms-input-placeholder, .select2-container .select2-choice:-ms-input-placeholder,
.select2-container.select2-dropdown-open.select2-drop-above .select2-choice:-ms-input-placeholder,
.select2-container .select2-selection--single:-ms-input-placeholder, .select2-container.select2-container-multi .select2-choices:-ms-input-placeholder,
.select2-container.select2-container--default .select2-selection.select2-selection--multiple:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #999999;
  font-size: 16px;
  font-weight: 400;
  font-style: italic;
}

@media only screen and (max-width: 40em) {
  .l-main .main input[type="text"], .l-main .main input[type="password"], .l-main .main input[type="date"],
  .l-main .main input[type="datetime"], .l-main .main input[type="datetime-local"], .l-main .main input[type="month"],
  .l-main .main input[type="week"], .l-main .main input[type="email"], .l-main .main input[type="number"],
  .l-main .main input[type="search"], .l-main .main input[type="tel"], .l-main .main input[type="time"],
  .l-main .main input[type="url"], .l-main .main input[type="color"],
  .l-main .main textarea, .l-main .main select,
  form input[type="text"],
  form input[type="password"],
  form input[type="date"],
  form input[type="datetime"],
  form input[type="datetime-local"],
  form input[type="month"],
  form input[type="week"],
  form input[type="email"],
  form input[type="number"],
  form input[type="search"],
  form input[type="tel"],
  form input[type="time"],
  form input[type="url"],
  form input[type="color"],
  form textarea,
  form select, .select2-container .select2-choice,
  .select2-container.select2-dropdown-open.select2-drop-above .select2-choice,
  .select2-container .select2-selection--single, .select2-container.select2-container-multi .select2-choices,
  .select2-container.select2-container-multi.select2-container-active .select2-choices,
  .select2-container.select2-container--default .select2-selection.select2-selection--multiple {
    margin-bottom: 2.1rem;
  }
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  .l-main .main input[type="text"], .l-main .main input[type="password"], .l-main .main input[type="date"],
  .l-main .main input[type="datetime"], .l-main .main input[type="datetime-local"], .l-main .main input[type="month"],
  .l-main .main input[type="week"], .l-main .main input[type="email"], .l-main .main input[type="number"],
  .l-main .main input[type="search"], .l-main .main input[type="tel"], .l-main .main input[type="time"],
  .l-main .main input[type="url"], .l-main .main input[type="color"],
  .l-main .main textarea, .l-main .main select,
  form input[type="text"],
  form input[type="password"],
  form input[type="date"],
  form input[type="datetime"],
  form input[type="datetime-local"],
  form input[type="month"],
  form input[type="week"],
  form input[type="email"],
  form input[type="number"],
  form input[type="search"],
  form input[type="tel"],
  form input[type="time"],
  form input[type="url"],
  form input[type="color"],
  form textarea,
  form select, .select2-container .select2-choice,
  .select2-container.select2-dropdown-open.select2-drop-above .select2-choice,
  .select2-container .select2-selection--single, .select2-container.select2-container-multi .select2-choices,
  .select2-container.select2-container-multi.select2-container-active .select2-choices,
  .select2-container.select2-container--default .select2-selection.select2-selection--multiple {
    margin-bottom: 2.45rem;
  }
}

@media only screen and (min-width: 64.063em) {
  .l-main .main input[type="text"], .l-main .main input[type="password"], .l-main .main input[type="date"],
  .l-main .main input[type="datetime"], .l-main .main input[type="datetime-local"], .l-main .main input[type="month"],
  .l-main .main input[type="week"], .l-main .main input[type="email"], .l-main .main input[type="number"],
  .l-main .main input[type="search"], .l-main .main input[type="tel"], .l-main .main input[type="time"],
  .l-main .main input[type="url"], .l-main .main input[type="color"],
  .l-main .main textarea, .l-main .main select,
  form input[type="text"],
  form input[type="password"],
  form input[type="date"],
  form input[type="datetime"],
  form input[type="datetime-local"],
  form input[type="month"],
  form input[type="week"],
  form input[type="email"],
  form input[type="number"],
  form input[type="search"],
  form input[type="tel"],
  form input[type="time"],
  form input[type="url"],
  form input[type="color"],
  form textarea,
  form select, .select2-container .select2-choice,
  .select2-container.select2-dropdown-open.select2-drop-above .select2-choice,
  .select2-container .select2-selection--single, .select2-container.select2-container-multi .select2-choices,
  .select2-container.select2-container-multi.select2-container-active .select2-choices,
  .select2-container.select2-container--default .select2-selection.select2-selection--multiple {
    margin-bottom: 3.5rem;
  }
}

@media print {
  .l-main .main input[type="text"], .l-main .main input[type="password"], .l-main .main input[type="date"],
  .l-main .main input[type="datetime"], .l-main .main input[type="datetime-local"], .l-main .main input[type="month"],
  .l-main .main input[type="week"], .l-main .main input[type="email"], .l-main .main input[type="number"],
  .l-main .main input[type="search"], .l-main .main input[type="tel"], .l-main .main input[type="time"],
  .l-main .main input[type="url"], .l-main .main input[type="color"],
  .l-main .main textarea, .l-main .main select,
  form input[type="text"],
  form input[type="password"],
  form input[type="date"],
  form input[type="datetime"],
  form input[type="datetime-local"],
  form input[type="month"],
  form input[type="week"],
  form input[type="email"],
  form input[type="number"],
  form input[type="search"],
  form input[type="tel"],
  form input[type="time"],
  form input[type="url"],
  form input[type="color"],
  form textarea,
  form select, .select2-container .select2-choice,
  .select2-container.select2-dropdown-open.select2-drop-above .select2-choice,
  .select2-container .select2-selection--single, .select2-container.select2-container-multi .select2-choices,
  .select2-container.select2-container-multi.select2-container-active .select2-choices,
  .select2-container.select2-container--default .select2-selection.select2-selection--multiple {
    margin-bottom: 2.1rem;
  }
}

.l-main .main input.error[type="text"], .l-main .main input.error[type="password"], .l-main .main input.error[type="date"],
.l-main .main input.error[type="datetime"], .l-main .main input.error[type="datetime-local"], .l-main .main input.error[type="month"],
.l-main .main input.error[type="week"], .l-main .main input.error[type="email"], .l-main .main input.error[type="number"],
.l-main .main input.error[type="search"], .l-main .main input.error[type="tel"], .l-main .main input.error[type="time"],
.l-main .main input.error[type="url"], .l-main .main input.error[type="color"],
.l-main .main textarea.error, .l-main .main select.error,
form input.error[type="text"],
form input.error[type="password"],
form input.error[type="date"],
form input.error[type="datetime"],
form input.error[type="datetime-local"],
form input.error[type="month"],
form input.error[type="week"],
form input.error[type="email"],
form input.error[type="number"],
form input.error[type="search"],
form input.error[type="tel"],
form input.error[type="time"],
form input.error[type="url"],
form input.error[type="color"],
form textarea.error,
form select.error, .select2-container .error.select2-choice,
.select2-container.select2-dropdown-open.select2-drop-above .error.select2-choice,
.select2-container .error.select2-selection--single, .select2-container.select2-container-multi .error.select2-choices,
.select2-container.select2-container--default .error.select2-selection.select2-selection--multiple {
  border-color: #f04124 !important;
}

.no-js .l-main .main .form-type-select:before, .no-js form .form-type-select:before, .select2-container .select2-choice:after,
.select2-container.select2-dropdown-open.select2-drop-above .select2-choice:after,
.select2-container .select2-selection--single:after, .select2-container.select2-container-multi .select2-choices:after,
.select2-container.select2-container-multi.select2-container-active .select2-choices:after,
.select2-container.select2-container--default .select2-selection.select2-selection--multiple:after {
  content: " ";
  display: inline-block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #001689;
  border-left: 2px solid #001689;
  -ms-transform: rotate(-135deg) skew(0);
      transform: rotate(-135deg) skew(0);
  position: absolute;
  top: -4px;
  right: 2px;
  bottom: 0px;
  left: auto;
  margin: auto;
  z-index: -1;
  transition: 300ms ease-in-out;
}

.select2-drop,
.select2-dropdown {
  color: #666666;
  background-color: #FFFFFF;
  border-radius: 0px;
  border: 1px solid #ffce00;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  min-width: 270px;
}

@media only screen and (max-width: 40em) {
  .select2-drop,
  .select2-dropdown {
    width: 80vw !important;
    min-width: auto;
    max-height: 80vh;
    position: fixed !important;
    top: 50% !important;
    -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);
    right: 0px !important;
    left: 0px !important;
    margin: auto;
  }
}

.select2-drop ul li,
.select2-dropdown ul li {
  padding: 4px 10px 5px;
  color: #666666;
  font-size: 0.9375rem;
  line-height: 1.5;
}

.select2-drop ul li:hover,
.select2-dropdown ul li:hover, .select2-drop .select2-results .select2-highlighted,
.select2-drop .select2-results__option--highlighted,
.select2-dropdown .select2-results .select2-highlighted,
.select2-dropdown .select2-results__option--highlighted {
  background-color: #fff5cc;
}

.clear-answers a,
a.clear-answers, .view-filters .views-reset-button button#edit-reset,
.view-filters .dgs-clear-filters button#edit-reset {
  display: inline-block;
  padding: 0 0 0 0.9375rem;
  color: #001689;
  font-weight: 400;
  background-color: transparent;
  border-bottom: 0px !important;
}

.clear-answers a:before,
a.clear-answers:before, .view-filters .views-reset-button button#edit-reset:before,
.view-filters .dgs-clear-filters button#edit-reset:before {
  content: "";
  color: #ffce00;
  font-size: 1rem;
  line-height: inherit;
  font-family: 'eige-icons-font';
  font-weight: normal;
  font-style: normal;
  speak: none;
}

.clear-answers a:before,
a.clear-answers:before, .view-filters .views-reset-button button#edit-reset:before,
.view-filters .dgs-clear-filters button#edit-reset:before {
  margin-right: 8px;
  margin-left: -8px;
}

.block-views-node-metadata-block .views-field, .group-node-metadata .field, .group-node-metadata .field p {
  font-size: 0.9rem;
  line-height: 1.5;
  font-weight: 400;
  color: #757575;
}

.block-views-node-metadata-block .views-label, .block-views-node-metadata-block div.views-field-type .field-content, .group-node-metadata .field-label {
  font-weight: 700;
  text-transform: uppercase;
  margin-right: 5px;
  white-space: nowrap;
}

.js .view-filters, .view-display-id-bpfa, .node-structure.view-mode-full #enge-entity-loading, .bean-social-media-kit div.wt-smk {
  position: relative;
  height: 150px;
  overflow: hidden;
}

.js .view-filters:before, .view-display-id-bpfa:before, .node-structure.view-mode-full #enge-entity-loading:before, .bean-social-media-kit div.wt-smk:before {
  position: absolute;
  top: 50%;
  right: 0px;
  bottom: 0px;
  left: 0px;
  margin: auto;
  content: "…";
  display: block !important;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 0;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 5.125rem;
  animation-name: flash;
  animation-duration: 2s;
  animation-iteration-count: infinite;
}

@keyframes flash {
  from, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}

.js .view-filters > *, .view-display-id-bpfa > *, .node-structure.view-mode-full #enge-entity-loading > *, .bean-social-media-kit div.wt-smk > * {
  opacity: 0;
  transition: 300ms ease-in-out;
  pointer-events: none;
}

.js [class*="jquery-once"][class*="-processed"] .view-filters, .view-display-id-bpfa.foundation-tabs-processed, .bean-social-media-kit div.wt-smk.js-processed {
  height: auto;
  overflow: inherit;
}

.js [class*="jquery-once"][class*="-processed"] .view-filters:before, .view-display-id-bpfa.foundation-tabs-processed:before, .bean-social-media-kit div.wt-smk.js-processed:before {
  content: none;
}

.js [class*="jquery-once"][class*="-processed"] .view-filters > *, .view-display-id-bpfa.foundation-tabs-processed > *, .bean-social-media-kit div.wt-smk.js-processed > * {
  opacity: 1;
  pointer-events: all;
}

.block-eige-gei-eige-gei-country-score .smallCyclicGraph svg {
  width: 5rem;
  fill: #FFFFFF;
}

.block-eige-gei-eige-gei-country-score .smallCyclicGraph text {
  fill: #FFFFFF;
  text-anchor: middle;
  dominant-baseline: middle;
}

.block-eige-gei-eige-gei-country-score .smallCyclicGraph text.mainValue {
  font-family: "Fira Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.35em;
  font-weight: 400;
}

.block-eige-gei-eige-gei-country-score .smallCyclicGraph text.caption {
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.8em;
  font-weight: 700;
}

.block-eige-gei-eige-gei-country-score .smallCyclicGraph .mainValueCaption {
  font-size: 0.75rem;
}

.block-eige-gei-eige-gei-country-score .smallCyclicGraph path.secondaryValueBar {
  stroke: #DDDDDD !important;
}

.block-eige-gei-eige-gei-country-score .smallCyclicGraph .background {
  fill: #F1F1F1;
}

.l-title .countries-jump-menu .select2-container {
  margin-bottom: 0px !important;
}

.l-title .countries-jump-menu .select2-container .select2-search-choice-close {
  display: none !important;
}

.l-title .countries-jump-menu .select2-container.select2-allowclear .select2-choice .select2-chosen {
  margin-right: 0px !important;
}

.l-title .countries-jump-menu .select2-container .select2-choice,
.l-title .countries-jump-menu select {
  height: auto;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 5px;
  padding-right: 2.5rem;
  font-size: 2.875rem;
  font-weight: 700;
  font-family: "Fira Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: normal;
}

.l-title .countries-jump-menu .select2-container .select2-choice:after,
.l-title .countries-jump-menu select:after {
  width: 14px;
  height: 14px;
  right: 4px;
  border-width: 3px;
}

.l-title .countries-jump-menu .form-type-select {
  display: inline;
}

.l-title .countries-jump-menu .form-type-select:before {
  content: none !important;
}

.l-title .countries-jump-menu button,
.l-title .countries-jump-menu option {
  display: none;
}


.l-title .countries-jump-menu select {
  cursor: text;
  border: 0px !important;
}

@media only screen and (max-width: 40em) {
  figure.image, .rich-text img[class*="image-"],
  .l-main .block-block img[class*="image-"],
  .cke_editable img[class*="image-"],
  .rich-text .toggler-body img[class*="image-"],
  .node.view-mode-full .toggler-body img[class*="image-"] {
    margin-bottom: 1.89rem;
  }
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  figure.image, .rich-text img[class*="image-"],
  .l-main .block-block img[class*="image-"],
  .cke_editable img[class*="image-"],
  .rich-text .toggler-body img[class*="image-"],
  .node.view-mode-full .toggler-body img[class*="image-"] {
    margin-bottom: 2.205rem;
  }
}

@media only screen and (min-width: 64.063em) {
  figure.image, .rich-text img[class*="image-"],
  .l-main .block-block img[class*="image-"],
  .cke_editable img[class*="image-"],
  .rich-text .toggler-body img[class*="image-"],
  .node.view-mode-full .toggler-body img[class*="image-"] {
    margin-bottom: 3.15rem;
  }
}

@media print {
  figure.image, .rich-text img[class*="image-"],
  .l-main .block-block img[class*="image-"],
  .cke_editable img[class*="image-"],
  .rich-text .toggler-body img[class*="image-"],
  .node.view-mode-full .toggler-body img[class*="image-"] {
    margin-bottom: 1.89rem;
  }
}

@media only screen and (max-width: 40em) {
  figure.image, .rich-text img[class*="image-"],
  .l-main .block-block img[class*="image-"],
  .cke_editable img[class*="image-"],
  .rich-text .toggler-body img[class*="image-"],
  .node.view-mode-full .toggler-body img[class*="image-"] {
    display: block;
    max-width: 100%;
  }
}

@media only screen and (min-width: 40.063em) {
  figure.image[style*="float:left"], .rich-text img.image-left,
  .l-main .block-block img.image-left,
  .cke_editable img.image-left,
  .rich-text .toggler-body img.image-left,
  .node.view-mode-full .toggler-body img.image-left {
    float: left;
    max-width: 40%;
    margin-right: 2.45rem;
  }
}

@media only screen and (min-width: 64.063em) {
  figure.image[style*="float:left"], .rich-text img.image-left,
  .l-main .block-block img.image-left,
  .cke_editable img.image-left,
  .rich-text .toggler-body img.image-left,
  .node.view-mode-full .toggler-body img.image-left {
    margin-right: 3.5rem;
  }
}

@media only screen and (min-width: 40.063em) {
  figure.image[style*="float:right"], .rich-text img.image-right,
  .l-main .block-block img.image-right,
  .cke_editable img.image-right,
  .rich-text .toggler-body img.image-right,
  .node.view-mode-full .toggler-body img.image-right {
    float: right;
    max-width: 40%;
    margin-left: 2.45rem;
  }
}

@media only screen and (min-width: 64.063em) {
  figure.image[style*="float:right"], .rich-text img.image-right,
  .l-main .block-block img.image-right,
  .cke_editable img.image-right,
  .rich-text .toggler-body img.image-right,
  .node.view-mode-full .toggler-body img.image-right {
    margin-left: 3.5rem;
  }
}

div[style*="text-align:center"] figure.image, .rich-text img.image-center,
.l-main .block-block img.image-center,
.cke_editable img.image-center,
.rich-text .toggler-body img.image-center,
.node.view-mode-full .toggler-body img.image-center {
  display: block;
  float: none;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (min-width: 40.063em) {
  div[style*="text-align:center"] figure.image, .rich-text img.image-center,
  .l-main .block-block img.image-center,
  .cke_editable img.image-center,
  .rich-text .toggler-body img.image-center,
  .node.view-mode-full .toggler-body img.image-center {
    max-width: 60%;
  }
}

h1 {
  color: #3E4047;
}

@media only screen and (min-width: 64.063em) {
  h1 {
    line-height: 3.5rem;
  }
}

@media only screen and (max-width: 40em) {
  h2 {
    margin-bottom: 2.1rem;
  }
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  h2 {
    margin-bottom: 2.45rem;
  }
}

@media only screen and (min-width: 64.063em) {
  h2 {
    margin-bottom: 3.5rem;
  }
}

@media print {
  h2 {
    margin-bottom: 2.1rem;
  }
}

h3 {
  line-height: 1.75rem;
}

p {
  word-break: break-word;
}

@media only screen and (max-width: 40em) {
  p {
    margin-bottom: 2.1rem;
  }
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  p {
    margin-bottom: 2.45rem;
  }
}

@media only screen and (min-width: 64.063em) {
  p {
    margin-bottom: 3.5rem;
  }
}

@media print {
  p {
    margin-bottom: 2.1rem;
  }
}

@media only screen and (max-width: 40em) {
  p + p {
    margin-top: -1.155rem;
  }
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  p + p {
    margin-top: -1.3475rem;
  }
}

@media only screen and (min-width: 64.063em) {
  p + p {
    margin-top: -1.925rem;
  }
}

@media print {
  p + p {
    margin-top: -1.155rem;
  }
}

a,
a:before,
a:after,
a:hover,
a:hover:before,
a:hover:after {
  transition: 300ms ease-in-out;
}

a.more-inline {
  padding-right: 0px;
  display: inline-block;
  line-height: normal;
}

a.more-inline:after {
  position: static;
  margin-left: 0.625rem;
}

a.more-inline.small, div.submenu-tabs ul.menu > li a.more-inline.button, div.submenu-tabs ul.resp-tabs-list > li a.more-inline.button {
  text-transform: uppercase;
  font-size: 0.6875rem;
}

a.more-inline.small:after, div.submenu-tabs ul.menu > li a.more-inline.button:after, div.submenu-tabs ul.resp-tabs-list > li a.more-inline.button:after {
  font-size: 0.7rem;
}

a.back {
  display: inline-block;
  padding: 0px 5px 5px 5px;
  border-bottom: 0px !important;
}

a.back:before {
  content: "\00ab";
  position: relative;
  top: 2px;
  display: inline-block;
  margin-right: 10px;
  font-size: 1.8rem;
  line-height: 1;
}

div.highlighted-frame {
  border-left: 2px solid #ffce00;
}

@media only screen and (max-width: 40em) {
  div.highlighted-frame {
    padding-left: 2.1rem;
    margin-bottom: 2.1rem;
  }
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  div.highlighted-frame {
    padding-left: 2.45rem;
    margin-bottom: 2.45rem;
  }
}

@media only screen and (min-width: 64.063em) {
  div.highlighted-frame {
    padding-left: 3.5rem;
    margin-bottom: 3.5rem;
  }
}

@media print {
  div.highlighted-frame {
    padding-left: 2.1rem;
    margin-bottom: 2.1rem;
  }
}

div.highlighted-frame > *:last-child {
  margin-bottom: 0px;
}

a.external:after {
  content: "";
  color: inherit;
  font-size: 1rem;
  line-height: inherit;
  font-family: 'eige-icons-font';
  font-weight: normal;
  font-style: normal;
  speak: none;
}

a.external:after {
  margin-left: 0.3125rem;
}

a.external.highlighted-link:after {
  font-size: 1.1rem;
}

@media only screen and (max-width: 64em) {
  a.external.highlighted-link:after {
    font-size: 0.9rem;
  }
}

a.export:after {
  content: "";
  color: inherit;
  font-size: 1rem;
  line-height: inherit;
  font-family: 'eige-icons-font';
  font-weight: normal;
  font-style: normal;
  speak: none;
}

a.export:after {
  margin-left: 0.3125rem;
}

a.export.highlighted-link:after {
  font-size: 1.1rem;
}

iframe {
  width: 100%;
}

span.has-tip {
  border-color: #3E4047;
  border-bottom-width: 2px;
}

.contain-to-grid {
  background-color: transparent;
}

div.caption {
  padding: 0.625rem 1.25rem;
  background-color: #E0E0E0;
}

div.caption p {
  text-align: center;
  margin-bottom: 0px;
  color: #3E4047;
}

figure.image {
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 0px;
}

@media only screen and (max-width: 40em) {
  figure.image {
    float: none !important;
  }
}

figure.image img {
  width: 100% !important;
  height: auto !important;
}

figure.image figcaption {
  padding: 0.625rem 1.25rem;
  background-color: #E0E0E0;
  text-align: center;
  margin-bottom: 0px;
  color: #3E4047;
}

@keyframes pulse {
  from,
  25% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  75%,
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes shake {
  from,
  10%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  1%,
  3%,
  5%,
  7%,
  9% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  2%,
  4%,
  6%,
  8% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

.l-header {
  margin-bottom: 2.125rem;
}

.front .l-header {
  margin-bottom: 0px;
}

@media only screen and (min-width: 64.063em) {
  .l-header {
    position: relative;
  }
  .l-header:before {
    content: " ";
    position: absolute;
    top: 0px;
    right: -100vw;
    bottom: auto;
    left: -100vw;
    margin: auto;
    height: 100%;
    width: 200vw;
    border-bottom: 1px solid #E0E0E0;
  }
  .l-header #header-bar,
  .l-header #alt-header-bar {
    max-width: 90rem;
    margin: auto;
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }
}

@media only screen and (max-width: 40em) {
  .section-in-brief .l-header {
    margin-bottom: 2.1rem;
  }
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  .section-in-brief .l-header {
    margin-bottom: 2.45rem;
  }
}

@media only screen and (min-width: 64.063em) {
  .section-in-brief .l-header {
    margin-bottom: 3.5rem;
  }
}

@media print {
  .section-in-brief .l-header {
    margin-bottom: 2.1rem;
  }
}

nav.top-bar,
.alternate-header {
  position: relative;
  max-width: none;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
}

@media only screen and (min-width: 64.063em) {
  nav.top-bar,
  .alternate-header {
    height: auto !important;
  }
}

#logo {
  padding-left: calc(12px + 2vw);
}

@media only screen and (max-width: 64em) {
  #logo {
    height: 3.75rem;
    display: -ms-flexbox;
    display: flex;
  }
}

@media only screen and (min-width: 40.063em) {
  #logo {
    padding-left: calc(12px + 2.5vw);
  }
}

@media only screen and (min-width: 64.063em) {
  #logo {
    padding-left: 0px;
  }
}

#logo a {
  display: block;
}

#logo img {
  height: 75%;
}

#logo span {
  display: none;
  margin-top: 0.625rem;
  width: 100px;
  color: #666666;
  font-family: "Fira Sans Condensed", sans-serif;
  font-size: 0.75rem;
  line-height: 1.25;
  height: 30px;
  overflow: hidden;
}

@media only screen and (min-width: 64.063em) {
  #logo {
    margin: 1.125rem 0 1.25rem 0;
    padding-right: 1.575rem;
    border-right: 1px solid #E0E0E0;
  }
  #logo span {
    display: block;
  }
  #logo img {
    height: auto;
  }
}

.l-header-region {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-positive: 1;
      flex-grow: 1;
  -ms-flex-pack: end;
      justify-content: flex-end;
  -ms-flex-align: center;
      align-items: center;
  height: 3.75rem !important;
}

@media only screen and (min-width: 64.063em) {
  .l-header-region {
    position: relative;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    height: auto !important;
    padding-left: 1.26rem;
    -ms-flex-pack: start;
        justify-content: flex-start;
    -ms-flex-align: start;
        align-items: flex-start;
  }
}

.header-right {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  line-height: normal;
  height: 3.75rem;
  z-index: 102;
}

@media only screen and (min-width: 64.063em) {
  .header-right {
    position: relative;
    height: 3.5rem;
    margin-left: auto;
  }
}

.header-right #search-toggle,
.header-right .block-search-form .form-submit button {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  height: 3.75rem;
  width: 3.75rem;
  padding: 0px 20px;
  font-size: 0px;
}

.header-right #search-toggle:before,
.header-right .block-search-form .form-submit button:before {
  content: "";
  color: #ffce00;
  font-size: 1.4rem;
  line-height: normal;
  font-family: 'eige-icons-font';
  font-weight: normal;
  font-style: normal;
  speak: none;
}

@media only screen and (min-width: 64.063em) {
  .header-right #search-toggle,
  .header-right .block-search-form .form-submit button {
    height: 2.625rem;
    width: 3.375rem;
  }
  .header-right #search-toggle:before,
  .header-right .block-search-form .form-submit button:before {
    position: relative;
  }
}

.header-right #search-toggle {
  border-right: 1px solid #E0E0E0;
}

@media only screen and (max-width: 64em) {
  .header-right #search-toggle {
    border-left: 1px solid #E0E0E0;
  }
}

@media only screen and (min-width: 64.063em) {
  .header-right #search-toggle:before {
    top: 1px;
  }
}

.header-right #search-toggle:hover:before {
  color: #001689;
}

.header-right .block-search-form {
  -ms-flex-order: -1;
      order: -1;
  transition: 0.5s ease-out;
}

.header-right .block-search-form form .container-inline {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: stretch;
      align-items: stretch;
}

.header-right .block-search-form form .container-inline .form-input {
  -ms-flex-positive: 1;
      flex-grow: 1;
  width: 0px;
  transition: 300ms ease-in-out;
}

.header-right .block-search-form form .container-inline .form-input .form-item {
  height: 100%;
}

.header-right .block-search-form input {
  top: auto;
  height: 100%;
  margin: 0px;
  border: 0px;
  width: 100%;
  padding: 0.625rem 1.125rem;
  box-shadow: none;
  background-color: #e6e7ef;
  font-size: 0.9rem;
  font-weight: 400;
  color: #3E4047;
  text-overflow: ellipsis;
}

.header-right .block-search-form input::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #757575;
  font-size: 0.9rem;
  font-weight: 400;
  font-style: italic;
}

.header-right .block-search-form input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #757575;
  opacity: 1;
  font-size: 0.9rem;
  font-weight: 400;
  font-style: italic;
}

.header-right .block-search-form input:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #757575;
  font-size: 0.9rem;
  font-weight: 400;
  font-style: italic;
}

@media only screen and (max-width: 40em) {
  .header-right .block-search-form input {
    padding-left: calc(12px + 2vw);
  }
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  .header-right .block-search-form input {
    padding-left: calc(12px + 2.5vw);
  }
}

.header-right .block-search-form .form-submit button {
  top: auto;
  font-size: 0px;
  outline: none;
  background-color: #001689;
  line-height: normal;
}

.header-right .block-search-form .form-submit button:before {
  color: #FFFFFF;
}

.header-right .block-search-form .form-submit button:hover {
  background-color: #001fc1;
}

@media only screen and (min-width: 64.063em) {
  .js .header-right .block-search-form {
    visibility: hidden;
    position: relative;
    top: -1px;
    margin-right: -54px;
    opacity: 0;
  }
}

.js .header-right .block-search-form.active {
  visibility: visible;
  opacity: 1;
}

@media only screen and (min-width: 64.063em) {
  .js .header-right .block-search-form.active form .container-inline .form-input {
    width: 370px;
  }
}

@media only screen and (max-width: 64em) {
  .header-right .block-search-form {
    position: absolute;
    top: 3.75rem;
    width: 100vw;
    z-index: 10;
    right: 0px;
    visibility: hidden;
    opacity: 0;
  }
  .header-right .block-search-form.active {
    visibility: visible;
    opacity: 1;
  }
}

.header-right .block-eige-base-eige-language-switcher {
  height: 100%;
}

@media only screen and (max-width: 64em) {
  .header-right .block-eige-base-eige-language-switcher {
    position: static;
  }
}

.header-right a#language-switcher-toggle {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding: 0.5rem 2.1875rem 0.5rem 1.25rem;
  height: 3.75rem;
  font-weight: 400;
  font-size: 0.8125rem;
  border-left: 1px solid transparent;
  margin-left: -1px;
}

@media only screen and (min-width: 64.063em) {
  .header-right a#language-switcher-toggle {
    height: 100%;
  }
}

.header-right a#language-switcher-toggle:before {
  content: " ";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-top: 2px solid #ffce00;
  border-left: 2px solid #ffce00;
  -ms-transform: rotate(-135deg) skew(0);
      transform: rotate(-135deg) skew(0);
  position: absolute;
  top: -3px;
  right: 15px;
  bottom: 0px;
  left: auto;
  margin: auto;
  z-index: -1;
  transition: 300ms ease-in-out;
}

.header-right a#language-switcher-toggle:after {
  content: " ";
  position: absolute;
  top: 0px;
  left: 0px;
  display: block;
  height: 100%;
  width: 100%;
  background-color: #e6e7ef;
  opacity: 0;
  transition: 0.5s ease-out;
  z-index: -2;
}

.header-right div.language-options {
  position: absolute;
  top: 100%;
  right: 0px;
  width: 100vw;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: none;
  background-color: #e6e7ef;
  opacity: 0;
  visibility: hidden;
  z-index: -10;
  transition: 0.5s ease-out;
}

@media only screen and (max-width: 40em) {
  .header-right div.language-options {
    padding-top: 0.945rem;
    padding-bottom: 0.945rem;
  }
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  .header-right div.language-options {
    padding-top: 1.1025rem;
    padding-bottom: 1.1025rem;
  }
}

@media only screen and (min-width: 64.063em) {
  .header-right div.language-options {
    padding-top: 1.575rem;
    padding-bottom: 1.575rem;
  }
}

@media print {
  .header-right div.language-options {
    padding-top: 0.945rem;
    padding-bottom: 0.945rem;
  }
}

@media only screen and (min-width: 64.063em) {
  .header-right div.language-options {
    width: 460px;
  }
}

.header-right div.language-options > div {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}

@media only screen and (min-width: 40.063em) {
  .header-right div.language-options > div {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%;
  }
}

.header-right div.language-options label {
  font-size: 0.8125rem;
  line-height: 1.3125rem;
  font-weight: 700;
  white-space: nowrap;
}

.header-right div.language-options li + li {
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.header-right div.language-options a {
  display: block;
  font-size: 0.8125rem;
  white-space: nowrap;
}

.header-right div.language-options a:hover {
  background-color: rgba(117, 117, 117, 0.06);
}

@media only screen and (min-width: 40.063em) and (max-width: 40em) {
  .header-right div.language-options .website-languages {
    padding-right: 0.945rem;
  }
}

@media only screen and (min-width: 40.063em) and (min-width: 40.063em) and (max-width: 64em) {
  .header-right div.language-options .website-languages {
    padding-right: 1.1025rem;
  }
}

@media only screen and (min-width: 40.063em) and (min-width: 64.063em) {
  .header-right div.language-options .website-languages {
    padding-right: 1.575rem;
  }
}

@media only screen and (max-width: 40em) {
  .header-right div.language-options .website-languages label {
    padding-left: 1.26rem;
  }
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  .header-right div.language-options .website-languages label {
    padding-left: 1.47rem;
  }
}

@media only screen and (min-width: 64.063em) {
  .header-right div.language-options .website-languages label {
    padding-left: 2.1rem;
  }
}

@media print {
  .header-right div.language-options .website-languages label {
    padding-left: 1.26rem;
  }
}

.header-right div.language-options .website-languages a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

@media only screen and (max-width: 40em) {
  .header-right div.language-options .website-languages a {
    padding-left: 1.26rem;
  }
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  .header-right div.language-options .website-languages a {
    padding-left: 1.47rem;
  }
}

@media only screen and (min-width: 64.063em) {
  .header-right div.language-options .website-languages a {
    padding-left: 2.1rem;
  }
}

@media print {
  .header-right div.language-options .website-languages a {
    padding-left: 1.26rem;
  }
}

.header-right div.language-options .website-languages a:before {
  content: "";
  color: #3E4047;
  font-size: 0.75rem;
  line-height: inherit;
  font-family: 'eige-icons-font';
  font-weight: normal;
  font-style: normal;
  speak: none;
}

.header-right div.language-options .website-languages a:before {
  opacity: 0;
  margin-right: 0.9375rem;
}

.header-right div.language-options .website-languages li.active a {
  color: #3E4047;
  font-weight: 700;
}

.header-right div.language-options .website-languages li.active a:before {
  opacity: 1;
}

@media only screen and (min-width: 40.063em) {
  .header-right div.language-options .in-brief-languages {
    border-left: 1px solid rgba(0, 0, 0, 0.08);
  }
}

@media only screen and (min-width: 40.063em) and (max-width: 40em) {
  .header-right div.language-options .in-brief-languages {
    padding-left: 0.945rem;
  }
}

@media only screen and (min-width: 40.063em) and (min-width: 40.063em) and (max-width: 64em) {
  .header-right div.language-options .in-brief-languages {
    padding-left: 1.1025rem;
  }
}

@media only screen and (min-width: 40.063em) and (min-width: 64.063em) {
  .header-right div.language-options .in-brief-languages {
    padding-left: 1.575rem;
  }
}

@media only screen and (max-width: 40em) {
  .header-right div.language-options .in-brief-languages {
    margin-top: 1.05rem;
  }
  .header-right div.language-options .in-brief-languages a, .header-right div.language-options .in-brief-languages label {
    padding-left: 1.26rem;
  }
}

.header-right a#language-switcher-toggle.expanded {
  color: #3E4047;
  border-left-color: #e6e7ef;
}

.header-right a#language-switcher-toggle.expanded:after {
  opacity: 1;
}

.header-right a#language-switcher-toggle.expanded:before {
  border-color: #3E4047;
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
  top: 3px;
}

.header-right a#language-switcher-toggle.expanded + div.language-options {
  opacity: 1;
  z-index: 10;
  visibility: visible;
}

@media only screen and (max-width: 64em) {
  #alt-header-bar {
    border-bottom: 1px solid #E0E0E0;
  }
}

@media only screen and (max-width: 64em) {
  #alt-header-bar #logo {
    height: auto;
    border-right: 1px solid #E0E0E0;
  }
  #alt-header-bar #logo a {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
  }
}

@media only screen and (max-width: 40em) {
  #alt-header-bar #logo {
    padding-right: 1.05rem;
  }
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  #alt-header-bar #logo {
    padding-right: 1.225rem;
  }
}

#alt-header-bar #logo span {
  height: auto;
  overflow: visible;
}

#alt-header-bar .l-header-region {
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding-left: 2.1875rem;
  height: auto !important;
}

@media only screen and (max-width: 64em) {
  #alt-header-bar .l-header-region {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

@media only screen and (max-width: 40em) {
  #alt-header-bar .l-header-region {
    padding-right: calc(12px + 2vw);
    padding-left: 1.05rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  #alt-header-bar .l-header-region {
    padding-right: calc(12px + 2.5vw);
    padding-left: 1.225rem;
  }
}

@media only screen and (max-width: 40em) {
  #alt-header-bar .language-switcher {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  #alt-header-bar .language-switcher {
    max-width: 50%;
  }
}

#alt-header-bar .language-switcher label {
  font-size: 1.0625rem;
  font-weight: 700;
}

@media only screen and (max-width: 64em) {
  #alt-header-bar .language-switcher label {
    font-size: 0.9rem;
    line-height: normal;
  }
}

#alt-header-bar .select2-container {
  margin-bottom: 0px;
}

#alt-header-bar .select2-container .select2-choice {
  padding-top: 0px;
  padding-bottom: 0px;
  height: auto;
  border-bottom: 0px;
  color: #001689;
}

#alt-header-bar .select2-container .select2-choice:after {
  border-color: #ffce00;
}

#alt-header-bar .select2-container .select2-choice:hover {
  color: #001fc1;
}

@media only screen and (max-width: 64em) {
  #alt-header-bar .select2-container .select2-choice {
    font-size: 0.9rem;
    font-weight: 700;
  }
}

@media only screen and (max-width: 40em) {
  #alt-header-bar .default-language-switcher {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    margin-top: 5px;
  }
}

#alt-header-bar .default-language-switcher a {
  display: inline;
  font-size: 0.8125rem;
  font-weight: 700;
}

#alt-header-bar .ctools-jump-menu-button {
  display: none;
}

ul.title-area li.toggle-topbar.menu-icon {
  position: static;
  margin-top: 0px;
}

ul.title-area li.toggle-topbar.menu-icon > a {
  height: 3.75rem;
  border-left: 1px solid #E0E0E0;
}

ul.title-area li.toggle-topbar.menu-icon span {
  font-size: 0px;
}

ul.title-area li.toggle-topbar.menu-icon span:after {
  margin-top: -6px;
  right: 1.4rem;
  width: 20px;
  box-shadow: 0 0 0 2px #001689, 0 7px 0 2px #001689, 0 14px 0 2px #001689;
}

@media only screen and (min-width: 64.063em) {
  ul.title-area {
    display: none;
  }
}

.top-bar-section {
  position: absolute;
  top: 3.75rem;
  width: 100vw;
  background-color: #e6e7ef;
  z-index: 10;
  transition: left 0.5s ease-out;
}

@media only screen and (min-width: 64.063em) {
  .top-bar-section {
    position: static;
    margin-top: -3.5rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-item-align: end;
        align-self: flex-end;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    top: auto;
    width: auto;
    background-color: transparent;
    z-index: 1;
  }
}

@media only screen and (min-width: 64.063em) {
  .top-bar-section #main-menu {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
        justify-content: flex-start;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    border-top: 1px solid #E0E0E0;
  }
}

@media only screen and (min-width: 64.063em) {
  .top-bar-section #secondary-menu {
    -ms-flex-order: -1;
        order: -1;
    padding-right: 138px;
  }
}

.l-header-region.expanded ul.title-area a {
  background-color: #e6e7ef;
}

.l-header-region.expanded ul.title-area a span:after {
  box-shadow: 0 0 0 2px #001689, 0 7px 0 2px #001689, 0 14px 0 2px #001689;
}

.l-header-region:not(.expanded) .top-bar-section {
  left: -100vw !important;
}

.l-header-region.fixed {
  position: static !important;
  max-height: none;
  overflow-y: visible;
}

.l-header nav.top-bar.sticky:not(.fixed) {
  top: 0px !important;
}

@media only screen and (max-width: 64em) {
  .l-header nav.top-bar {
    background-color: #FFFFFF;
    border-bottom: 1px solid #E0E0E0;
  }
}

.l-header nav.top-bar.expanded {
  height: 3.75rem;
}

.l-header .fixed.expanded:not(.top-bar) {
  overflow: visible;
  height: inherit;
  max-height: none;
  width: auto;
}

.l-header .fixed.expanded:not(.top-bar) .top-bar-section {
  margin-top: 0px;
}

.l-header .fixed.expanded:not(.top-bar) .title-area {
  position: static;
  width: auto;
}

body.f-topbar-fixed {
  padding-top: 0px !important;
}

#header-bar nav.top-bar .top-bar-section ul li.back a, #header-bar nav.top-bar .top-bar-section ul.dropdown > li > a,
#header-bar nav.top-bar .top-bar-section ul.dropdown .mCSB_container > li > a, ul#main-menu > li > a, ul#secondary-menu > li > a {
  display: -ms-flexbox;
  display: flex;
  padding: 0.75rem 3.5rem 0.625rem calc(12px + 2vw);
  color: #001689;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: normal;
}

@media only screen and (min-width: 40.063em) {
  #header-bar nav.top-bar .top-bar-section ul li.back a, #header-bar nav.top-bar .top-bar-section ul.dropdown > li > a,
  #header-bar nav.top-bar .top-bar-section ul.dropdown .mCSB_container > li > a, ul#main-menu > li > a, ul#secondary-menu > li > a {
    padding-left: calc(12px + 2.5vw);
  }
}

#header-bar nav.top-bar .top-bar-section {
  z-index: 100;
}

#header-bar nav.top-bar .top-bar-section ul li.back h5 {
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#header-bar nav.top-bar .top-bar-section ul li.back a {
  font-weight: 500;
}

#header-bar nav.top-bar .top-bar-section ul li + li {
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}

@media only screen and (min-width: 64.063em) {
  #header-bar nav.top-bar .top-bar-section ul.dropdown li:nth-child(2),
  #header-bar nav.top-bar .top-bar-section ul#main-menu > li,
  #header-bar nav.top-bar .top-bar-section ul#secondary-menu > li,
  #header-bar nav.top-bar .top-bar-section ul li.hide-for-large-up + li {
    border-top: 0px;
  }
}

#header-bar nav.top-bar .top-bar-section ul.dropdown {
  padding-bottom: 0.5rem;
  background-color: #e6e7ef;
  transition: 300ms ease-in-out;
  box-shadow: 0px 3px 4px 1px rgba(0, 0, 0, 0.15);
}

@media only screen and (min-width: 64.063em) {
  #header-bar nav.top-bar .top-bar-section ul.dropdown {
    padding: 1rem 0;
    min-width: auto;
  }
}

@media only screen and (min-width: 64.063em) {
  #header-bar nav.top-bar .top-bar-section ul.dropdown > li > a,
  #header-bar nav.top-bar .top-bar-section ul.dropdown .mCSB_container > li > a {
    font-size: 0.875rem;
    padding: 0.6875rem 3.5rem 0.5625rem 2rem;
  }
}

#header-bar nav.top-bar .top-bar-section ul.dropdown > li > a:hover,
#header-bar nav.top-bar .top-bar-section ul.dropdown .mCSB_container > li > a:hover {
  background-color: rgba(117, 117, 117, 0.06);
}

#header-bar nav.top-bar .top-bar-section li.right {
  float: none !important;
}

@media only screen and (min-width: 64.063em) {
  #header-bar nav.top-bar .top-bar-section li.right ul.dropdown {
    right: 0;
    left: auto;
    top: 100%;
  }
  #header-bar nav.top-bar .top-bar-section li.right ul.dropdown ul.dropdown {
    right: 100%;
    left: auto;
    top: 0px;
  }
}

#header-bar nav.top-bar .top-bar-section li > label {
  padding: 0.75rem 3.5rem 0.625rem calc(12px + 2vw);
  font-size: 0.75rem;
  font-weight: 500;
  line-height: normal;
}

@media only screen and (min-width: 40.063em) {
  #header-bar nav.top-bar .top-bar-section li > label {
    padding-left: calc(12px + 2.5vw);
  }
}

#header-bar nav.top-bar .top-bar-section li > label + ul.dropdown {
  position: static !important;
  overflow: visible;
  height: auto;
  width: auto;
  box-shadow: none;
}

#header-bar nav.top-bar .top-bar-section li > label + ul.dropdown > li > a:before {
  content: " ";
  display: inline-block;
  width: 25px;
  height: 100%;
}

#header-bar nav.top-bar .top-bar-section li > label + ul.dropdown > li + li {
  border: 0px;
}

nav.top-bar .top-bar-section li.has-dropdown > a,
nav.top-bar .top-bar-section ul.dropdown li.has-dropdown > a {
  position: relative;
}

nav.top-bar .top-bar-section li.has-dropdown > a:after,
nav.top-bar .top-bar-section ul.dropdown li.has-dropdown > a:after {
  content: " ";
  display: inline-block;
  width: 9px;
  height: 9px;
  border-top: 2px solid #ffce00;
  border-left: 2px solid #ffce00;
  -ms-transform: rotate(135deg) skew(0);
      transform: rotate(135deg) skew(0);
  transition: 160ms ease-in-out;
}

@media only screen and (max-width: 40em) {
  nav.top-bar .top-bar-section li.has-dropdown > a:after,
  nav.top-bar .top-bar-section ul.dropdown li.has-dropdown > a:after {
    margin-right: calc(12px + 2vw);
  }
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  nav.top-bar .top-bar-section li.has-dropdown > a:after,
  nav.top-bar .top-bar-section ul.dropdown li.has-dropdown > a:after {
    margin-right: calc(12px + 2.5vw);
  }
}

@media only screen and (min-width: 64.063em) {
  ul#main-menu > li.has-dropdown > a:after,
  ul#secondary-menu > li.has-dropdown > a:after {
    -ms-transform: rotate(-135deg);
        transform: rotate(-135deg);
  }
  ul#main-menu > li.has-dropdown > a:hover:after,
  ul#secondary-menu > li.has-dropdown > a:hover:after {
    -ms-transform: rotate(45deg);
        transform: rotate(45deg);
  }
}

#header-bar nav.top-bar .top-bar-section ul#main-menu li.active-trail > a,
#header-bar nav.top-bar .top-bar-section ul#main-menu li.active > a,
#header-bar nav.top-bar .top-bar-section ul#main-menu a.active,
#header-bar nav.top-bar .top-bar-section ul#secondary-menu li.active-trail > a,
#header-bar nav.top-bar .top-bar-section ul#secondary-menu li.active > a,
#header-bar nav.top-bar .top-bar-section ul#secondary-menu a.active {
  position: relative;
  font-weight: 700;
}

#header-bar nav.top-bar .top-bar-section ul#main-menu li.active-trail > a:before,
#header-bar nav.top-bar .top-bar-section ul#main-menu li.active > a:before,
#header-bar nav.top-bar .top-bar-section ul#main-menu a.active:before,
#header-bar nav.top-bar .top-bar-section ul#secondary-menu li.active-trail > a:before,
#header-bar nav.top-bar .top-bar-section ul#secondary-menu li.active > a:before,
#header-bar nav.top-bar .top-bar-section ul#secondary-menu a.active:before {
  content: "";
  position: absolute;
  left: 0px;
  bottom: 0px;
  height: 100%;
  width: 3px;
  opacity: 1;
  transition: 300ms ease-in-out;
}

#header-bar nav.top-bar .top-bar-section ul#main-menu > li.active-trail > a,
#header-bar nav.top-bar .top-bar-section ul#main-menu > li > a.active,
#header-bar nav.top-bar .top-bar-section ul#secondary-menu > li.active-trail > a,
#header-bar nav.top-bar .top-bar-section ul#secondary-menu > li > a.active {
  position: relative;
}

#header-bar nav.top-bar .top-bar-section ul#main-menu > li.active-trail > a:hover:before,
#header-bar nav.top-bar .top-bar-section ul#main-menu > li > a.active:hover:before,
#header-bar nav.top-bar .top-bar-section ul#secondary-menu > li.active-trail > a:hover:before,
#header-bar nav.top-bar .top-bar-section ul#secondary-menu > li > a.active:hover:before {
  opacity: 0;
}

@media only screen and (min-width: 64.063em) {
  #header-bar nav.top-bar .top-bar-section ul#main-menu > li.active-trail > a:before,
  #header-bar nav.top-bar .top-bar-section ul#main-menu > li > a.active:before,
  #header-bar nav.top-bar .top-bar-section ul#secondary-menu > li.active-trail > a:before,
  #header-bar nav.top-bar .top-bar-section ul#secondary-menu > li > a.active:before {
    height: 3px;
    width: 100%;
  }
}

ul#main-menu > li {
  float: none;
}

@media only screen and (min-width: 64.063em) {
  ul#main-menu > li > a {
    padding: 1.75rem 1rem 1.8125rem 1rem;
    font-weight: 400;
    line-height: 1.125rem;
    height: 100%;
    max-width: 200px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
  }
}

ul#main-menu > li > a:hover {
  background-color: #e6e7ef;
}

@media only screen and (min-width: 64.063em) {
  ul#main-menu > li.has-dropdown > a {
    padding-right: 2.8125rem;
  }
  ul#main-menu > li.has-dropdown > a:after {
    position: absolute;
    top: -2px;
    right: 15px;
    bottom: 0px;
    left: auto;
    margin: auto;
    width: 11px;
    height: 11px;
  }
  ul#main-menu > li.has-dropdown > a:hover:after {
    top: 5px;
  }
  ul#main-menu > li > ul > li > ul > li.has-dropdown > a:after {
    content: none;
  }
  ul#main-menu > li > ul > li > ul > li > ul.dropdown {
    display: none;
  }
}

ul#main-menu:focus {
  overflow: hidden;
}

ul#secondary-menu {
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}

@media only screen and (min-width: 64.063em) {
  ul#secondary-menu {
    border-top: 0px;
  }
}

@media only screen and (min-width: 64.063em) {
  ul#secondary-menu > li > a {
    padding: 0.75rem 0.625rem;
    font-size: 0.8125rem;
    color: #3E4047;
    font-weight: 400;
    line-height: inherit;
  }
}

ul#secondary-menu > li > a:hover {
  background-color: #e6e7ef;
}

@media only screen and (min-width: 64.063em) {
  ul#secondary-menu > li.has-dropdown:not(.expanded-for-large) > a:after {
    content: none;
  }
  ul#secondary-menu > li.has-dropdown:not(.expanded-for-large) > ul.dropdown {
    display: none;
  }
  ul#secondary-menu > li.expanded-for-large.has-dropdown > a {
    padding-right: 2rem;
  }
  ul#secondary-menu > li.expanded-for-large.has-dropdown > a:after {
    margin-right: 12px;
    top: 47%;
  }
  ul#secondary-menu > li.expanded-for-large.has-dropdown > a:hover:after {
    top: 55%;
  }
}

ul#secondary-menu:focus {
  overflow: hidden;
}

.page {
  overflow: hidden;
  background-color: #FFFFFF;
}

.embedded-library-iframe .l-main .main.row {
  padding-left: 0px;
  padding-right: 0px;
}

@media only screen and (max-width: 40em) {
  .l-main .l-content {
    padding-bottom: 2.1rem;
  }
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  .l-main .l-content {
    padding-bottom: 2.45rem;
  }
}

@media only screen and (min-width: 64.063em) {
  .l-main .l-content {
    padding-bottom: 3.5rem;
  }
}

@media print {
  .l-main .l-content {
    padding-bottom: 2.1rem;
  }
}

@media only screen and (min-width: 64.063em) {
  .l-main .l-content {
    display: -ms-flexbox;
    display: flex;
  }
}

@media only screen and (min-width: 64.063em) {
  .l-main .main-content.large-9, .l-main body.node-type-project .l-content .main-content .main-content.resp-tabs-container, body.node-type-project .l-content .main-content .l-main .main-content.resp-tabs-container {
    padding-right: 3.5rem;
  }
  .l-main .main-content.large-8 {
    padding-left: 3.5rem;
  }
}

.l-main aside.sidebar-second {
  float: none;
}

@media only screen and (min-width: 64.063em) {
  .l-main aside.sidebar-second {
    padding: 0rem;
    padding-left: 3.5rem;
    border-left: 1px solid #E0E0E0;
  }
}

.l-main aside.sidebar-first {
  float: none;
}

@media only screen and (min-width: 64.063em) {
  .l-main aside.sidebar-first {
    padding-right: 3.5rem;
    border-right: 1px solid #E0E0E0;
  }
}

.content-footer-1col .content-footer-full > div {
  border-top: 3px solid #E0E0E0;
}

@media only screen and (max-width: 40em) {
  .content-footer-1col .content-footer-full > div {
    padding-top: 2.1rem;
    margin-bottom: 2.1rem;
  }
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  .content-footer-1col .content-footer-full > div {
    padding-top: 2.45rem;
    margin-bottom: 2.45rem;
  }
}

@media only screen and (min-width: 64.063em) {
  .content-footer-1col .content-footer-full > div {
    padding-top: 3.5rem;
    margin-bottom: 3.5rem;
  }
}

@media print {
  .content-footer-1col .content-footer-full > div {
    padding-top: 2.1rem;
    margin-bottom: 2.1rem;
  }
}

@media only screen and (max-width: 40em) {
  .rich-text h1, .rich-text h2, .rich-text h3, .rich-text h4, .rich-text h5, .rich-text h6,
  .l-main .block-block h1,
  .l-main .block-block h2,
  .l-main .block-block h3,
  .l-main .block-block h4,
  .l-main .block-block h5,
  .l-main .block-block h6,
  .cke_editable h1,
  .cke_editable h2,
  .cke_editable h3,
  .cke_editable h4,
  .cke_editable h5,
  .cke_editable h6,
  .rich-text .toggler-body h1,
  .rich-text .toggler-body h2,
  .rich-text .toggler-body h3,
  .rich-text .toggler-body h4,
  .rich-text .toggler-body h5,
  .rich-text .toggler-body h6,
  .node.view-mode-full .toggler-body h1,
  .node.view-mode-full .toggler-body h2,
  .node.view-mode-full .toggler-body h3,
  .node.view-mode-full .toggler-body h4,
  .node.view-mode-full .toggler-body h5,
  .node.view-mode-full .toggler-body h6 {
    margin-bottom: 2.1rem;
  }
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  .rich-text h1, .rich-text h2, .rich-text h3, .rich-text h4, .rich-text h5, .rich-text h6,
  .l-main .block-block h1,
  .l-main .block-block h2,
  .l-main .block-block h3,
  .l-main .block-block h4,
  .l-main .block-block h5,
  .l-main .block-block h6,
  .cke_editable h1,
  .cke_editable h2,
  .cke_editable h3,
  .cke_editable h4,
  .cke_editable h5,
  .cke_editable h6,
  .rich-text .toggler-body h1,
  .rich-text .toggler-body h2,
  .rich-text .toggler-body h3,
  .rich-text .toggler-body h4,
  .rich-text .toggler-body h5,
  .rich-text .toggler-body h6,
  .node.view-mode-full .toggler-body h1,
  .node.view-mode-full .toggler-body h2,
  .node.view-mode-full .toggler-body h3,
  .node.view-mode-full .toggler-body h4,
  .node.view-mode-full .toggler-body h5,
  .node.view-mode-full .toggler-body h6 {
    margin-bottom: 2.45rem;
  }
}

@media only screen and (min-width: 64.063em) {
  .rich-text h1, .rich-text h2, .rich-text h3, .rich-text h4, .rich-text h5, .rich-text h6,
  .l-main .block-block h1,
  .l-main .block-block h2,
  .l-main .block-block h3,
  .l-main .block-block h4,
  .l-main .block-block h5,
  .l-main .block-block h6,
  .cke_editable h1,
  .cke_editable h2,
  .cke_editable h3,
  .cke_editable h4,
  .cke_editable h5,
  .cke_editable h6,
  .rich-text .toggler-body h1,
  .rich-text .toggler-body h2,
  .rich-text .toggler-body h3,
  .rich-text .toggler-body h4,
  .rich-text .toggler-body h5,
  .rich-text .toggler-body h6,
  .node.view-mode-full .toggler-body h1,
  .node.view-mode-full .toggler-body h2,
  .node.view-mode-full .toggler-body h3,
  .node.view-mode-full .toggler-body h4,
  .node.view-mode-full .toggler-body h5,
  .node.view-mode-full .toggler-body h6 {
    margin-bottom: 3.5rem;
  }
}

@media print {
  .rich-text h1, .rich-text h2, .rich-text h3, .rich-text h4, .rich-text h5, .rich-text h6,
  .l-main .block-block h1,
  .l-main .block-block h2,
  .l-main .block-block h3,
  .l-main .block-block h4,
  .l-main .block-block h5,
  .l-main .block-block h6,
  .cke_editable h1,
  .cke_editable h2,
  .cke_editable h3,
  .cke_editable h4,
  .cke_editable h5,
  .cke_editable h6,
  .rich-text .toggler-body h1,
  .rich-text .toggler-body h2,
  .rich-text .toggler-body h3,
  .rich-text .toggler-body h4,
  .rich-text .toggler-body h5,
  .rich-text .toggler-body h6,
  .node.view-mode-full .toggler-body h1,
  .node.view-mode-full .toggler-body h2,
  .node.view-mode-full .toggler-body h3,
  .node.view-mode-full .toggler-body h4,
  .node.view-mode-full .toggler-body h5,
  .node.view-mode-full .toggler-body h6 {
    margin-bottom: 2.1rem;
  }
}

@media only screen and (max-width: 40em) {
  .rich-text h3 + p,
  .rich-text h3 + ul,
  .rich-text h3 + ol, .rich-text h4 + p,
  .rich-text h4 + ul,
  .rich-text h4 + ol, .rich-text h5 + p,
  .rich-text h5 + ul,
  .rich-text h5 + ol, .rich-text h6 + p,
  .rich-text h6 + ul,
  .rich-text h6 + ol,
  .l-main .block-block h3 + p,
  .l-main .block-block h3 + ul,
  .l-main .block-block h3 + ol,
  .l-main .block-block h4 + p,
  .l-main .block-block h4 + ul,
  .l-main .block-block h4 + ol,
  .l-main .block-block h5 + p,
  .l-main .block-block h5 + ul,
  .l-main .block-block h5 + ol,
  .l-main .block-block h6 + p,
  .l-main .block-block h6 + ul,
  .l-main .block-block h6 + ol,
  .cke_editable h3 + p,
  .cke_editable h3 + ul,
  .cke_editable h3 + ol,
  .cke_editable h4 + p,
  .cke_editable h4 + ul,
  .cke_editable h4 + ol,
  .cke_editable h5 + p,
  .cke_editable h5 + ul,
  .cke_editable h5 + ol,
  .cke_editable h6 + p,
  .cke_editable h6 + ul,
  .cke_editable h6 + ol,
  .rich-text .toggler-body h3 + p,
  .rich-text .toggler-body h3 + ul,
  .rich-text .toggler-body h3 + ol,
  .rich-text .toggler-body h4 + p,
  .rich-text .toggler-body h4 + ul,
  .rich-text .toggler-body h4 + ol,
  .rich-text .toggler-body h5 + p,
  .rich-text .toggler-body h5 + ul,
  .rich-text .toggler-body h5 + ol,
  .rich-text .toggler-body h6 + p,
  .rich-text .toggler-body h6 + ul,
  .rich-text .toggler-body h6 + ol,
  .node.view-mode-full .toggler-body h3 + p,
  .node.view-mode-full .toggler-body h3 + ul,
  .node.view-mode-full .toggler-body h3 + ol,
  .node.view-mode-full .toggler-body h4 + p,
  .node.view-mode-full .toggler-body h4 + ul,
  .node.view-mode-full .toggler-body h4 + ol,
  .node.view-mode-full .toggler-body h5 + p,
  .node.view-mode-full .toggler-body h5 + ul,
  .node.view-mode-full .toggler-body h5 + ol,
  .node.view-mode-full .toggler-body h6 + p,
  .node.view-mode-full .toggler-body h6 + ul,
  .node.view-mode-full .toggler-body h6 + ol {
    margin-top: -0.945rem;
  }
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  .rich-text h3 + p,
  .rich-text h3 + ul,
  .rich-text h3 + ol, .rich-text h4 + p,
  .rich-text h4 + ul,
  .rich-text h4 + ol, .rich-text h5 + p,
  .rich-text h5 + ul,
  .rich-text h5 + ol, .rich-text h6 + p,
  .rich-text h6 + ul,
  .rich-text h6 + ol,
  .l-main .block-block h3 + p,
  .l-main .block-block h3 + ul,
  .l-main .block-block h3 + ol,
  .l-main .block-block h4 + p,
  .l-main .block-block h4 + ul,
  .l-main .block-block h4 + ol,
  .l-main .block-block h5 + p,
  .l-main .block-block h5 + ul,
  .l-main .block-block h5 + ol,
  .l-main .block-block h6 + p,
  .l-main .block-block h6 + ul,
  .l-main .block-block h6 + ol,
  .cke_editable h3 + p,
  .cke_editable h3 + ul,
  .cke_editable h3 + ol,
  .cke_editable h4 + p,
  .cke_editable h4 + ul,
  .cke_editable h4 + ol,
  .cke_editable h5 + p,
  .cke_editable h5 + ul,
  .cke_editable h5 + ol,
  .cke_editable h6 + p,
  .cke_editable h6 + ul,
  .cke_editable h6 + ol,
  .rich-text .toggler-body h3 + p,
  .rich-text .toggler-body h3 + ul,
  .rich-text .toggler-body h3 + ol,
  .rich-text .toggler-body h4 + p,
  .rich-text .toggler-body h4 + ul,
  .rich-text .toggler-body h4 + ol,
  .rich-text .toggler-body h5 + p,
  .rich-text .toggler-body h5 + ul,
  .rich-text .toggler-body h5 + ol,
  .rich-text .toggler-body h6 + p,
  .rich-text .toggler-body h6 + ul,
  .rich-text .toggler-body h6 + ol,
  .node.view-mode-full .toggler-body h3 + p,
  .node.view-mode-full .toggler-body h3 + ul,
  .node.view-mode-full .toggler-body h3 + ol,
  .node.view-mode-full .toggler-body h4 + p,
  .node.view-mode-full .toggler-body h4 + ul,
  .node.view-mode-full .toggler-body h4 + ol,
  .node.view-mode-full .toggler-body h5 + p,
  .node.view-mode-full .toggler-body h5 + ul,
  .node.view-mode-full .toggler-body h5 + ol,
  .node.view-mode-full .toggler-body h6 + p,
  .node.view-mode-full .toggler-body h6 + ul,
  .node.view-mode-full .toggler-body h6 + ol {
    margin-top: -1.1025rem;
  }
}

@media only screen and (min-width: 64.063em) {
  .rich-text h3 + p,
  .rich-text h3 + ul,
  .rich-text h3 + ol, .rich-text h4 + p,
  .rich-text h4 + ul,
  .rich-text h4 + ol, .rich-text h5 + p,
  .rich-text h5 + ul,
  .rich-text h5 + ol, .rich-text h6 + p,
  .rich-text h6 + ul,
  .rich-text h6 + ol,
  .l-main .block-block h3 + p,
  .l-main .block-block h3 + ul,
  .l-main .block-block h3 + ol,
  .l-main .block-block h4 + p,
  .l-main .block-block h4 + ul,
  .l-main .block-block h4 + ol,
  .l-main .block-block h5 + p,
  .l-main .block-block h5 + ul,
  .l-main .block-block h5 + ol,
  .l-main .block-block h6 + p,
  .l-main .block-block h6 + ul,
  .l-main .block-block h6 + ol,
  .cke_editable h3 + p,
  .cke_editable h3 + ul,
  .cke_editable h3 + ol,
  .cke_editable h4 + p,
  .cke_editable h4 + ul,
  .cke_editable h4 + ol,
  .cke_editable h5 + p,
  .cke_editable h5 + ul,
  .cke_editable h5 + ol,
  .cke_editable h6 + p,
  .cke_editable h6 + ul,
  .cke_editable h6 + ol,
  .rich-text .toggler-body h3 + p,
  .rich-text .toggler-body h3 + ul,
  .rich-text .toggler-body h3 + ol,
  .rich-text .toggler-body h4 + p,
  .rich-text .toggler-body h4 + ul,
  .rich-text .toggler-body h4 + ol,
  .rich-text .toggler-body h5 + p,
  .rich-text .toggler-body h5 + ul,
  .rich-text .toggler-body h5 + ol,
  .rich-text .toggler-body h6 + p,
  .rich-text .toggler-body h6 + ul,
  .rich-text .toggler-body h6 + ol,
  .node.view-mode-full .toggler-body h3 + p,
  .node.view-mode-full .toggler-body h3 + ul,
  .node.view-mode-full .toggler-body h3 + ol,
  .node.view-mode-full .toggler-body h4 + p,
  .node.view-mode-full .toggler-body h4 + ul,
  .node.view-mode-full .toggler-body h4 + ol,
  .node.view-mode-full .toggler-body h5 + p,
  .node.view-mode-full .toggler-body h5 + ul,
  .node.view-mode-full .toggler-body h5 + ol,
  .node.view-mode-full .toggler-body h6 + p,
  .node.view-mode-full .toggler-body h6 + ul,
  .node.view-mode-full .toggler-body h6 + ol {
    margin-top: -1.575rem;
  }
}

@media print {
  .rich-text h3 + p,
  .rich-text h3 + ul,
  .rich-text h3 + ol, .rich-text h4 + p,
  .rich-text h4 + ul,
  .rich-text h4 + ol, .rich-text h5 + p,
  .rich-text h5 + ul,
  .rich-text h5 + ol, .rich-text h6 + p,
  .rich-text h6 + ul,
  .rich-text h6 + ol,
  .l-main .block-block h3 + p,
  .l-main .block-block h3 + ul,
  .l-main .block-block h3 + ol,
  .l-main .block-block h4 + p,
  .l-main .block-block h4 + ul,
  .l-main .block-block h4 + ol,
  .l-main .block-block h5 + p,
  .l-main .block-block h5 + ul,
  .l-main .block-block h5 + ol,
  .l-main .block-block h6 + p,
  .l-main .block-block h6 + ul,
  .l-main .block-block h6 + ol,
  .cke_editable h3 + p,
  .cke_editable h3 + ul,
  .cke_editable h3 + ol,
  .cke_editable h4 + p,
  .cke_editable h4 + ul,
  .cke_editable h4 + ol,
  .cke_editable h5 + p,
  .cke_editable h5 + ul,
  .cke_editable h5 + ol,
  .cke_editable h6 + p,
  .cke_editable h6 + ul,
  .cke_editable h6 + ol,
  .rich-text .toggler-body h3 + p,
  .rich-text .toggler-body h3 + ul,
  .rich-text .toggler-body h3 + ol,
  .rich-text .toggler-body h4 + p,
  .rich-text .toggler-body h4 + ul,
  .rich-text .toggler-body h4 + ol,
  .rich-text .toggler-body h5 + p,
  .rich-text .toggler-body h5 + ul,
  .rich-text .toggler-body h5 + ol,
  .rich-text .toggler-body h6 + p,
  .rich-text .toggler-body h6 + ul,
  .rich-text .toggler-body h6 + ol,
  .node.view-mode-full .toggler-body h3 + p,
  .node.view-mode-full .toggler-body h3 + ul,
  .node.view-mode-full .toggler-body h3 + ol,
  .node.view-mode-full .toggler-body h4 + p,
  .node.view-mode-full .toggler-body h4 + ul,
  .node.view-mode-full .toggler-body h4 + ol,
  .node.view-mode-full .toggler-body h5 + p,
  .node.view-mode-full .toggler-body h5 + ul,
  .node.view-mode-full .toggler-body h5 + ol,
  .node.view-mode-full .toggler-body h6 + p,
  .node.view-mode-full .toggler-body h6 + ul,
  .node.view-mode-full .toggler-body h6 + ol {
    margin-top: -0.945rem;
  }
}

@media only screen and (max-width: 40em) {
  .rich-text p + p,
  .rich-text p + ul,
  .rich-text p + ol,
  .l-main .block-block p + p,
  .l-main .block-block p + ul,
  .l-main .block-block p + ol,
  .cke_editable p + p,
  .cke_editable p + ul,
  .cke_editable p + ol,
  .rich-text .toggler-body p + p,
  .rich-text .toggler-body p + ul,
  .rich-text .toggler-body p + ol,
  .node.view-mode-full .toggler-body p + p,
  .node.view-mode-full .toggler-body p + ul,
  .node.view-mode-full .toggler-body p + ol {
    margin-top: -1.155rem;
  }
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  .rich-text p + p,
  .rich-text p + ul,
  .rich-text p + ol,
  .l-main .block-block p + p,
  .l-main .block-block p + ul,
  .l-main .block-block p + ol,
  .cke_editable p + p,
  .cke_editable p + ul,
  .cke_editable p + ol,
  .rich-text .toggler-body p + p,
  .rich-text .toggler-body p + ul,
  .rich-text .toggler-body p + ol,
  .node.view-mode-full .toggler-body p + p,
  .node.view-mode-full .toggler-body p + ul,
  .node.view-mode-full .toggler-body p + ol {
    margin-top: -1.3475rem;
  }
}

@media only screen and (min-width: 64.063em) {
  .rich-text p + p,
  .rich-text p + ul,
  .rich-text p + ol,
  .l-main .block-block p + p,
  .l-main .block-block p + ul,
  .l-main .block-block p + ol,
  .cke_editable p + p,
  .cke_editable p + ul,
  .cke_editable p + ol,
  .rich-text .toggler-body p + p,
  .rich-text .toggler-body p + ul,
  .rich-text .toggler-body p + ol,
  .node.view-mode-full .toggler-body p + p,
  .node.view-mode-full .toggler-body p + ul,
  .node.view-mode-full .toggler-body p + ol {
    margin-top: -1.925rem;
  }
}

@media print {
  .rich-text p + p,
  .rich-text p + ul,
  .rich-text p + ol,
  .l-main .block-block p + p,
  .l-main .block-block p + ul,
  .l-main .block-block p + ol,
  .cke_editable p + p,
  .cke_editable p + ul,
  .cke_editable p + ol,
  .rich-text .toggler-body p + p,
  .rich-text .toggler-body p + ul,
  .rich-text .toggler-body p + ol,
  .node.view-mode-full .toggler-body p + p,
  .node.view-mode-full .toggler-body p + ul,
  .node.view-mode-full .toggler-body p + ol {
    margin-top: -1.155rem;
  }
}

.rich-text p > a,
.rich-text li > a,
.rich-text h2 > a, .rich-text h3 > a, .rich-text h4 > a, .rich-text h5 > a, .rich-text h6 > a,
.rich-text p > strong > a,
.l-main .block-block p > a,
.l-main .block-block li > a,
.l-main .block-block h2 > a,
.l-main .block-block h3 > a,
.l-main .block-block h4 > a,
.l-main .block-block h5 > a,
.l-main .block-block h6 > a,
.l-main .block-block p > strong > a,
.cke_editable p > a,
.cke_editable li > a,
.cke_editable h2 > a,
.cke_editable h3 > a,
.cke_editable h4 > a,
.cke_editable h5 > a,
.cke_editable h6 > a,
.cke_editable p > strong > a,
.rich-text .toggler-body p > a,
.rich-text .toggler-body li > a,
.rich-text .toggler-body h2 > a,
.rich-text .toggler-body h3 > a,
.rich-text .toggler-body h4 > a,
.rich-text .toggler-body h5 > a,
.rich-text .toggler-body h6 > a,
.rich-text .toggler-body p > strong > a,
.node.view-mode-full .toggler-body p > a,
.node.view-mode-full .toggler-body li > a,
.node.view-mode-full .toggler-body h2 > a,
.node.view-mode-full .toggler-body h3 > a,
.node.view-mode-full .toggler-body h4 > a,
.node.view-mode-full .toggler-body h5 > a,
.node.view-mode-full .toggler-body h6 > a,
.node.view-mode-full .toggler-body p > strong > a {
  border-bottom: 1px solid #001689;
}

.rich-text p > a:hover,
.rich-text li > a:hover,
.rich-text h2 > a:hover, .rich-text h3 > a:hover, .rich-text h4 > a:hover, .rich-text h5 > a:hover, .rich-text h6 > a:hover,
.rich-text p > strong > a:hover,
.l-main .block-block p > a:hover,
.l-main .block-block li > a:hover,
.l-main .block-block h2 > a:hover,
.l-main .block-block h3 > a:hover,
.l-main .block-block h4 > a:hover,
.l-main .block-block h5 > a:hover,
.l-main .block-block h6 > a:hover,
.l-main .block-block p > strong > a:hover,
.cke_editable p > a:hover,
.cke_editable li > a:hover,
.cke_editable h2 > a:hover,
.cke_editable h3 > a:hover,
.cke_editable h4 > a:hover,
.cke_editable h5 > a:hover,
.cke_editable h6 > a:hover,
.cke_editable p > strong > a:hover,
.rich-text .toggler-body p > a:hover,
.rich-text .toggler-body li > a:hover,
.rich-text .toggler-body h2 > a:hover,
.rich-text .toggler-body h3 > a:hover,
.rich-text .toggler-body h4 > a:hover,
.rich-text .toggler-body h5 > a:hover,
.rich-text .toggler-body h6 > a:hover,
.rich-text .toggler-body p > strong > a:hover,
.node.view-mode-full .toggler-body p > a:hover,
.node.view-mode-full .toggler-body li > a:hover,
.node.view-mode-full .toggler-body h2 > a:hover,
.node.view-mode-full .toggler-body h3 > a:hover,
.node.view-mode-full .toggler-body h4 > a:hover,
.node.view-mode-full .toggler-body h5 > a:hover,
.node.view-mode-full .toggler-body h6 > a:hover,
.node.view-mode-full .toggler-body p > strong > a:hover {
  border-color: #001fc1;
}

.rich-text p > a.button,
.rich-text li > a.button,
.rich-text h2 > a.button, .rich-text h3 > a.button, .rich-text h4 > a.button, .rich-text h5 > a.button, .rich-text h6 > a.button,
.rich-text p > strong > a.button,
.l-main .block-block p > a.button,
.l-main .block-block li > a.button,
.l-main .block-block h2 > a.button,
.l-main .block-block h3 > a.button,
.l-main .block-block h4 > a.button,
.l-main .block-block h5 > a.button,
.l-main .block-block h6 > a.button,
.l-main .block-block p > strong > a.button,
.cke_editable p > a.button,
.cke_editable li > a.button,
.cke_editable h2 > a.button,
.cke_editable h3 > a.button,
.cke_editable h4 > a.button,
.cke_editable h5 > a.button,
.cke_editable h6 > a.button,
.cke_editable p > strong > a.button,
.rich-text .toggler-body p > a.button,
.rich-text .toggler-body li > a.button,
.rich-text .toggler-body h2 > a.button,
.rich-text .toggler-body h3 > a.button,
.rich-text .toggler-body h4 > a.button,
.rich-text .toggler-body h5 > a.button,
.rich-text .toggler-body h6 > a.button,
.rich-text .toggler-body p > strong > a.button,
.node.view-mode-full .toggler-body p > a.button,
.node.view-mode-full .toggler-body li > a.button,
.node.view-mode-full .toggler-body h2 > a.button,
.node.view-mode-full .toggler-body h3 > a.button,
.node.view-mode-full .toggler-body h4 > a.button,
.node.view-mode-full .toggler-body h5 > a.button,
.node.view-mode-full .toggler-body h6 > a.button,
.node.view-mode-full .toggler-body p > strong > a.button {
  border-bottom: 0px;
}

.rich-text p > a u,
.rich-text li > a u,
.rich-text h2 > a u, .rich-text h3 > a u, .rich-text h4 > a u, .rich-text h5 > a u, .rich-text h6 > a u,
.rich-text p > strong > a u,
.l-main .block-block p > a u,
.l-main .block-block li > a u,
.l-main .block-block h2 > a u,
.l-main .block-block h3 > a u,
.l-main .block-block h4 > a u,
.l-main .block-block h5 > a u,
.l-main .block-block h6 > a u,
.l-main .block-block p > strong > a u,
.cke_editable p > a u,
.cke_editable li > a u,
.cke_editable h2 > a u,
.cke_editable h3 > a u,
.cke_editable h4 > a u,
.cke_editable h5 > a u,
.cke_editable h6 > a u,
.cke_editable p > strong > a u,
.rich-text .toggler-body p > a u,
.rich-text .toggler-body li > a u,
.rich-text .toggler-body h2 > a u,
.rich-text .toggler-body h3 > a u,
.rich-text .toggler-body h4 > a u,
.rich-text .toggler-body h5 > a u,
.rich-text .toggler-body h6 > a u,
.rich-text .toggler-body p > strong > a u,
.node.view-mode-full .toggler-body p > a u,
.node.view-mode-full .toggler-body li > a u,
.node.view-mode-full .toggler-body h2 > a u,
.node.view-mode-full .toggler-body h3 > a u,
.node.view-mode-full .toggler-body h4 > a u,
.node.view-mode-full .toggler-body h5 > a u,
.node.view-mode-full .toggler-body h6 > a u,
.node.view-mode-full .toggler-body p > strong > a u {
  text-decoration: none;
}

.rich-text .contextual-links li a,
.rich-text div.submenu-tabs ul.menu li a,
div.submenu-tabs .rich-text ul.menu li a,
.rich-text div.submenu-tabs ul.resp-tabs-list li a,
div.submenu-tabs .rich-text ul.resp-tabs-list li a,
.l-main .block-block .contextual-links li a,
.l-main .block-block div.submenu-tabs ul.menu li a,
div.submenu-tabs .l-main .block-block ul.menu li a,
.l-main .block-block div.submenu-tabs ul.resp-tabs-list li a,
div.submenu-tabs .l-main .block-block ul.resp-tabs-list li a,
.cke_editable .contextual-links li a,
.cke_editable div.submenu-tabs ul.menu li a,
div.submenu-tabs .cke_editable ul.menu li a,
.cke_editable div.submenu-tabs ul.resp-tabs-list li a,
div.submenu-tabs .cke_editable ul.resp-tabs-list li a,
.rich-text .toggler-body .contextual-links li a,
.rich-text .toggler-body div.submenu-tabs ul.menu li a,
div.submenu-tabs .rich-text .toggler-body ul.menu li a,
.rich-text .toggler-body div.submenu-tabs ul.resp-tabs-list li a,
div.submenu-tabs .rich-text .toggler-body ul.resp-tabs-list li a,
.node.view-mode-full .toggler-body .contextual-links li a,
.node.view-mode-full .toggler-body div.submenu-tabs ul.menu li a,
div.submenu-tabs .node.view-mode-full .toggler-body ul.menu li a,
.node.view-mode-full .toggler-body div.submenu-tabs ul.resp-tabs-list li a,
div.submenu-tabs .node.view-mode-full .toggler-body ul.resp-tabs-list li a {
  border-bottom: 0px;
}

.rich-text a.thesaurus-reference:before,
.l-main .block-block a.thesaurus-reference:before,
.cke_editable a.thesaurus-reference:before,
.rich-text .toggler-body a.thesaurus-reference:before,
.node.view-mode-full .toggler-body a.thesaurus-reference:before {
  content: "";
  color: #001689;
  font-size: 90%;
  line-height: inherit;
  font-family: 'eige-icons-font';
  font-weight: normal;
  font-style: normal;
  speak: none;
}

.rich-text a.thesaurus-reference:before,
.l-main .block-block a.thesaurus-reference:before,
.cke_editable a.thesaurus-reference:before,
.rich-text .toggler-body a.thesaurus-reference:before,
.node.view-mode-full .toggler-body a.thesaurus-reference:before {
  margin-right: 5px;
}

@media only screen and (max-width: 40em) {
  .rich-text p.read-more,
  .l-main .block-block p.read-more,
  .cke_editable p.read-more,
  .rich-text .toggler-body p.read-more,
  .node.view-mode-full .toggler-body p.read-more {
    margin-top: -1.155rem;
  }
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  .rich-text p.read-more,
  .l-main .block-block p.read-more,
  .cke_editable p.read-more,
  .rich-text .toggler-body p.read-more,
  .node.view-mode-full .toggler-body p.read-more {
    margin-top: -1.3475rem;
  }
}

@media only screen and (min-width: 64.063em) {
  .rich-text p.read-more,
  .l-main .block-block p.read-more,
  .cke_editable p.read-more,
  .rich-text .toggler-body p.read-more,
  .node.view-mode-full .toggler-body p.read-more {
    margin-top: -1.925rem;
  }
}

@media print {
  .rich-text p.read-more,
  .l-main .block-block p.read-more,
  .cke_editable p.read-more,
  .rich-text .toggler-body p.read-more,
  .node.view-mode-full .toggler-body p.read-more {
    margin-top: -1.155rem;
  }
}

.rich-text p.read-more a,
.l-main .block-block p.read-more a,
.cke_editable p.read-more a,
.rich-text .toggler-body p.read-more a,
.node.view-mode-full .toggler-body p.read-more a {
  border-bottom: 0px;
  display: inline-block;
}

.rich-text p.read-more a:after,
.l-main .block-block p.read-more a:after,
.cke_editable p.read-more a:after,
.rich-text .toggler-body p.read-more a:after,
.node.view-mode-full .toggler-body p.read-more a:after {
  content: " ";
  display: inline-block;
  width: 12px;
  height: 12px;
  border-top: 2px solid #001689;
  border-left: 2px solid #001689;
  -ms-transform: rotate(-135deg) skew(0deg);
      transform: rotate(-135deg) skew(0deg);
  position: relative;
  top: -3px;
  margin-left: 15px;
}

.rich-text p.read-more a:hover:after,
.l-main .block-block p.read-more a:hover:after,
.cke_editable p.read-more a:hover:after,
.rich-text .toggler-body p.read-more a:hover:after,
.node.view-mode-full .toggler-body p.read-more a:hover:after {
  border-color: #001fc1;
}

.rich-text p.read-more a.expanded:after,
.l-main .block-block p.read-more a.expanded:after,
.cke_editable p.read-more a.expanded:after,
.rich-text .toggler-body p.read-more a.expanded:after,
.node.view-mode-full .toggler-body p.read-more a.expanded:after {
  top: 4px;
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
}

.rich-text .read-more-content,
.l-main .block-block .read-more-content,
.cke_editable .read-more-content,
.rich-text .toggler-body .read-more-content,
.node.view-mode-full .toggler-body .read-more-content {
  position: relative;
}

@media only screen and (max-width: 40em) {
  .rich-text .read-more-content,
  .l-main .block-block .read-more-content,
  .cke_editable .read-more-content,
  .rich-text .toggler-body .read-more-content,
  .node.view-mode-full .toggler-body .read-more-content {
    top: -1.155rem;
  }
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  .rich-text .read-more-content,
  .l-main .block-block .read-more-content,
  .cke_editable .read-more-content,
  .rich-text .toggler-body .read-more-content,
  .node.view-mode-full .toggler-body .read-more-content {
    top: -1.3475rem;
  }
}

@media only screen and (min-width: 64.063em) {
  .rich-text .read-more-content,
  .l-main .block-block .read-more-content,
  .cke_editable .read-more-content,
  .rich-text .toggler-body .read-more-content,
  .node.view-mode-full .toggler-body .read-more-content {
    top: -1.925rem;
  }
}

@media print {
  .rich-text .read-more-content,
  .l-main .block-block .read-more-content,
  .cke_editable .read-more-content,
  .rich-text .toggler-body .read-more-content,
  .node.view-mode-full .toggler-body .read-more-content {
    top: -1.155rem;
  }
}

.rich-text strong,
.l-main .block-block strong,
.cke_editable strong,
.rich-text .toggler-body strong,
.node.view-mode-full .toggler-body strong {
  font-weight: 700;
  font-size: inherit;
  line-height: inherit;
}

@media only screen and (max-width: 40em) {
  .rich-text .flex-video,
  .l-main .block-block .flex-video,
  .cke_editable .flex-video,
  .rich-text .toggler-body .flex-video,
  .node.view-mode-full .toggler-body .flex-video {
    margin-bottom: 2.1rem;
  }
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  .rich-text .flex-video,
  .l-main .block-block .flex-video,
  .cke_editable .flex-video,
  .rich-text .toggler-body .flex-video,
  .node.view-mode-full .toggler-body .flex-video {
    margin-bottom: 2.45rem;
  }
}

@media only screen and (min-width: 64.063em) {
  .rich-text .flex-video,
  .l-main .block-block .flex-video,
  .cke_editable .flex-video,
  .rich-text .toggler-body .flex-video,
  .node.view-mode-full .toggler-body .flex-video {
    margin-bottom: 3.5rem;
  }
}

@media print {
  .rich-text .flex-video,
  .l-main .block-block .flex-video,
  .cke_editable .flex-video,
  .rich-text .toggler-body .flex-video,
  .node.view-mode-full .toggler-body .flex-video {
    margin-bottom: 2.1rem;
  }
}

.rich-text p .image-left,
.rich-text p .image-right,
.l-main .block-block p .image-left,
.l-main .block-block p .image-right,
.cke_editable p .image-left,
.cke_editable p .image-right,
.rich-text .toggler-body p .image-left,
.rich-text .toggler-body p .image-right,
.node.view-mode-full .toggler-body p .image-left,
.node.view-mode-full .toggler-body p .image-right {
  margin-top: 10px;
}

.rich-text hr,
.rich-text .separator,
.l-main .block-block hr,
.l-main .block-block .separator,
.cke_editable hr,
.cke_editable .separator,
.rich-text .toggler-body hr,
.rich-text .toggler-body .separator,
.node.view-mode-full .toggler-body hr,
.node.view-mode-full .toggler-body .separator {
  border: solid #E0E0E0;
  border-width: 3px 0 0 0;
}

@media only screen and (max-width: 40em) {
  .rich-text hr,
  .rich-text .separator,
  .l-main .block-block hr,
  .l-main .block-block .separator,
  .cke_editable hr,
  .cke_editable .separator,
  .rich-text .toggler-body hr,
  .rich-text .toggler-body .separator,
  .node.view-mode-full .toggler-body hr,
  .node.view-mode-full .toggler-body .separator {
    margin-bottom: 2.1rem;
  }
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  .rich-text hr,
  .rich-text .separator,
  .l-main .block-block hr,
  .l-main .block-block .separator,
  .cke_editable hr,
  .cke_editable .separator,
  .rich-text .toggler-body hr,
  .rich-text .toggler-body .separator,
  .node.view-mode-full .toggler-body hr,
  .node.view-mode-full .toggler-body .separator {
    margin-bottom: 2.45rem;
  }
}

@media only screen and (min-width: 64.063em) {
  .rich-text hr,
  .rich-text .separator,
  .l-main .block-block hr,
  .l-main .block-block .separator,
  .cke_editable hr,
  .cke_editable .separator,
  .rich-text .toggler-body hr,
  .rich-text .toggler-body .separator,
  .node.view-mode-full .toggler-body hr,
  .node.view-mode-full .toggler-body .separator {
    margin-bottom: 3.5rem;
  }
}

@media print {
  .rich-text hr,
  .rich-text .separator,
  .l-main .block-block hr,
  .l-main .block-block .separator,
  .cke_editable hr,
  .cke_editable .separator,
  .rich-text .toggler-body hr,
  .rich-text .toggler-body .separator,
  .node.view-mode-full .toggler-body hr,
  .node.view-mode-full .toggler-body .separator {
    margin-bottom: 2.1rem;
  }
}

.rich-text ul:not([class*="items-list"]):not([class*="grid-list"]),
.rich-text ol,
.l-main .block-block ul:not([class*="items-list"]):not([class*="grid-list"]),
.l-main .block-block ol,
.cke_editable ul:not([class*="items-list"]):not([class*="grid-list"]),
.cke_editable ol,
.rich-text .toggler-body ul:not([class*="items-list"]):not([class*="grid-list"]),
.rich-text .toggler-body ol,
.node.view-mode-full .toggler-body ul:not([class*="items-list"]):not([class*="grid-list"]),
.node.view-mode-full .toggler-body ol {
  list-style-type: none;
  margin-left: 0px;
}

@media only screen and (max-width: 40em) {
  .rich-text ul:not([class*="items-list"]):not([class*="grid-list"]),
  .rich-text ol,
  .l-main .block-block ul:not([class*="items-list"]):not([class*="grid-list"]),
  .l-main .block-block ol,
  .cke_editable ul:not([class*="items-list"]):not([class*="grid-list"]),
  .cke_editable ol,
  .rich-text .toggler-body ul:not([class*="items-list"]):not([class*="grid-list"]),
  .rich-text .toggler-body ol,
  .node.view-mode-full .toggler-body ul:not([class*="items-list"]):not([class*="grid-list"]),
  .node.view-mode-full .toggler-body ol {
    margin-bottom: 2.1rem;
  }
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  .rich-text ul:not([class*="items-list"]):not([class*="grid-list"]),
  .rich-text ol,
  .l-main .block-block ul:not([class*="items-list"]):not([class*="grid-list"]),
  .l-main .block-block ol,
  .cke_editable ul:not([class*="items-list"]):not([class*="grid-list"]),
  .cke_editable ol,
  .rich-text .toggler-body ul:not([class*="items-list"]):not([class*="grid-list"]),
  .rich-text .toggler-body ol,
  .node.view-mode-full .toggler-body ul:not([class*="items-list"]):not([class*="grid-list"]),
  .node.view-mode-full .toggler-body ol {
    margin-bottom: 2.45rem;
  }
}

@media only screen and (min-width: 64.063em) {
  .rich-text ul:not([class*="items-list"]):not([class*="grid-list"]),
  .rich-text ol,
  .l-main .block-block ul:not([class*="items-list"]):not([class*="grid-list"]),
  .l-main .block-block ol,
  .cke_editable ul:not([class*="items-list"]):not([class*="grid-list"]),
  .cke_editable ol,
  .rich-text .toggler-body ul:not([class*="items-list"]):not([class*="grid-list"]),
  .rich-text .toggler-body ol,
  .node.view-mode-full .toggler-body ul:not([class*="items-list"]):not([class*="grid-list"]),
  .node.view-mode-full .toggler-body ol {
    margin-bottom: 3.5rem;
  }
}

@media print {
  .rich-text ul:not([class*="items-list"]):not([class*="grid-list"]),
  .rich-text ol,
  .l-main .block-block ul:not([class*="items-list"]):not([class*="grid-list"]),
  .l-main .block-block ol,
  .cke_editable ul:not([class*="items-list"]):not([class*="grid-list"]),
  .cke_editable ol,
  .rich-text .toggler-body ul:not([class*="items-list"]):not([class*="grid-list"]),
  .rich-text .toggler-body ol,
  .node.view-mode-full .toggler-body ul:not([class*="items-list"]):not([class*="grid-list"]),
  .node.view-mode-full .toggler-body ol {
    margin-bottom: 2.1rem;
  }
}

@media only screen and (max-width: 40em) {
  .rich-text ul:not([class*="items-list"]):not([class*="grid-list"]) + p,
  .rich-text ol + p,
  .l-main .block-block ul:not([class*="items-list"]):not([class*="grid-list"]) + p,
  .l-main .block-block ol + p,
  .cke_editable ul:not([class*="items-list"]):not([class*="grid-list"]) + p,
  .cke_editable ol + p,
  .rich-text .toggler-body ul:not([class*="items-list"]):not([class*="grid-list"]) + p,
  .rich-text .toggler-body ol + p,
  .node.view-mode-full .toggler-body ul:not([class*="items-list"]):not([class*="grid-list"]) + p,
  .node.view-mode-full .toggler-body ol + p {
    margin-top: -1.155rem;
  }
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  .rich-text ul:not([class*="items-list"]):not([class*="grid-list"]) + p,
  .rich-text ol + p,
  .l-main .block-block ul:not([class*="items-list"]):not([class*="grid-list"]) + p,
  .l-main .block-block ol + p,
  .cke_editable ul:not([class*="items-list"]):not([class*="grid-list"]) + p,
  .cke_editable ol + p,
  .rich-text .toggler-body ul:not([class*="items-list"]):not([class*="grid-list"]) + p,
  .rich-text .toggler-body ol + p,
  .node.view-mode-full .toggler-body ul:not([class*="items-list"]):not([class*="grid-list"]) + p,
  .node.view-mode-full .toggler-body ol + p {
    margin-top: -1.3475rem;
  }
}

@media only screen and (min-width: 64.063em) {
  .rich-text ul:not([class*="items-list"]):not([class*="grid-list"]) + p,
  .rich-text ol + p,
  .l-main .block-block ul:not([class*="items-list"]):not([class*="grid-list"]) + p,
  .l-main .block-block ol + p,
  .cke_editable ul:not([class*="items-list"]):not([class*="grid-list"]) + p,
  .cke_editable ol + p,
  .rich-text .toggler-body ul:not([class*="items-list"]):not([class*="grid-list"]) + p,
  .rich-text .toggler-body ol + p,
  .node.view-mode-full .toggler-body ul:not([class*="items-list"]):not([class*="grid-list"]) + p,
  .node.view-mode-full .toggler-body ol + p {
    margin-top: -1.925rem;
  }
}

@media print {
  .rich-text ul:not([class*="items-list"]):not([class*="grid-list"]) + p,
  .rich-text ol + p,
  .l-main .block-block ul:not([class*="items-list"]):not([class*="grid-list"]) + p,
  .l-main .block-block ol + p,
  .cke_editable ul:not([class*="items-list"]):not([class*="grid-list"]) + p,
  .cke_editable ol + p,
  .rich-text .toggler-body ul:not([class*="items-list"]):not([class*="grid-list"]) + p,
  .rich-text .toggler-body ol + p,
  .node.view-mode-full .toggler-body ul:not([class*="items-list"]):not([class*="grid-list"]) + p,
  .node.view-mode-full .toggler-body ol + p {
    margin-top: -1.155rem;
  }
}

@media only screen and (max-width: 40em) {
  .rich-text ul:not([class*="items-list"]):not([class*="block-grid"]):not([class*="menu"]):not([class*="button-group"]):not([class*="contextual-links"]):not([class*="r-tabs-nav"]) li h1, .rich-text ul:not([class*="items-list"]):not([class*="block-grid"]):not([class*="menu"]):not([class*="button-group"]):not([class*="contextual-links"]):not([class*="r-tabs-nav"]) li h2, .rich-text ul:not([class*="items-list"]):not([class*="block-grid"]):not([class*="menu"]):not([class*="button-group"]):not([class*="contextual-links"]):not([class*="r-tabs-nav"]) li h3, .rich-text ul:not([class*="items-list"]):not([class*="block-grid"]):not([class*="menu"]):not([class*="button-group"]):not([class*="contextual-links"]):not([class*="r-tabs-nav"]) li h4, .rich-text ul:not([class*="items-list"]):not([class*="block-grid"]):not([class*="menu"]):not([class*="button-group"]):not([class*="contextual-links"]):not([class*="r-tabs-nav"]) li h5, .rich-text ul:not([class*="items-list"]):not([class*="block-grid"]):not([class*="menu"]):not([class*="button-group"]):not([class*="contextual-links"]):not([class*="r-tabs-nav"]) li h6,
  .rich-text ol li h1,
  .rich-text ol li h2,
  .rich-text ol li h3,
  .rich-text ol li h4,
  .rich-text ol li h5,
  .rich-text ol li h6,
  .l-main .block-block ul:not([class*="items-list"]):not([class*="block-grid"]):not([class*="menu"]):not([class*="button-group"]):not([class*="contextual-links"]):not([class*="r-tabs-nav"]) li h1,
  .l-main .block-block ul:not([class*="items-list"]):not([class*="block-grid"]):not([class*="menu"]):not([class*="button-group"]):not([class*="contextual-links"]):not([class*="r-tabs-nav"]) li h2,
  .l-main .block-block ul:not([class*="items-list"]):not([class*="block-grid"]):not([class*="menu"]):not([class*="button-group"]):not([class*="contextual-links"]):not([class*="r-tabs-nav"]) li h3,
  .l-main .block-block ul:not([class*="items-list"]):not([class*="block-grid"]):not([class*="menu"]):not([class*="button-group"]):not([class*="contextual-links"]):not([class*="r-tabs-nav"]) li h4,
  .l-main .block-block ul:not([class*="items-list"]):not([class*="block-grid"]):not([class*="menu"]):not([class*="button-group"]):not([class*="contextual-links"]):not([class*="r-tabs-nav"]) li h5,
  .l-main .block-block ul:not([class*="items-list"]):not([class*="block-grid"]):not([class*="menu"]):not([class*="button-group"]):not([class*="contextual-links"]):not([class*="r-tabs-nav"]) li h6,
  .l-main .block-block ol li h1,
  .l-main .block-block ol li h2,
  .l-main .block-block ol li h3,
  .l-main .block-block ol li h4,
  .l-main .block-block ol li h5,
  .l-main .block-block ol li h6,
  .cke_editable ul:not([class*="items-list"]):not([class*="block-grid"]):not([class*="menu"]):not([class*="button-group"]):not([class*="contextual-links"]):not([class*="r-tabs-nav"]) li h1,
  .cke_editable ul:not([class*="items-list"]):not([class*="block-grid"]):not([class*="menu"]):not([class*="button-group"]):not([class*="contextual-links"]):not([class*="r-tabs-nav"]) li h2,
  .cke_editable ul:not([class*="items-list"]):not([class*="block-grid"]):not([class*="menu"]):not([class*="button-group"]):not([class*="contextual-links"]):not([class*="r-tabs-nav"]) li h3,
  .cke_editable ul:not([class*="items-list"]):not([class*="block-grid"]):not([class*="menu"]):not([class*="button-group"]):not([class*="contextual-links"]):not([class*="r-tabs-nav"]) li h4,
  .cke_editable ul:not([class*="items-list"]):not([class*="block-grid"]):not([class*="menu"]):not([class*="button-group"]):not([class*="contextual-links"]):not([class*="r-tabs-nav"]) li h5,
  .cke_editable ul:not([class*="items-list"]):not([class*="block-grid"]):not([class*="menu"]):not([class*="button-group"]):not([class*="contextual-links"]):not([class*="r-tabs-nav"]) li h6,
  .cke_editable ol li h1,
  .cke_editable ol li h2,
  .cke_editable ol li h3,
  .cke_editable ol li h4,
  .cke_editable ol li h5,
  .cke_editable ol li h6,
  .rich-text .toggler-body ul:not([class*="items-list"]):not([class*="block-grid"]):not([class*="menu"]):not([class*="button-group"]):not([class*="contextual-links"]):not([class*="r-tabs-nav"]) li h1,
  .rich-text .toggler-body ul:not([class*="items-list"]):not([class*="block-grid"]):not([class*="menu"]):not([class*="button-group"]):not([class*="contextual-links"]):not([class*="r-tabs-nav"]) li h2,
  .rich-text .toggler-body ul:not([class*="items-list"]):not([class*="block-grid"]):not([class*="menu"]):not([class*="button-group"]):not([class*="contextual-links"]):not([class*="r-tabs-nav"]) li h3,
  .rich-text .toggler-body ul:not([class*="items-list"]):not([class*="block-grid"]):not([class*="menu"]):not([class*="button-group"]):not([class*="contextual-links"]):not([class*="r-tabs-nav"]) li h4,
  .rich-text .toggler-body ul:not([class*="items-list"]):not([class*="block-grid"]):not([class*="menu"]):not([class*="button-group"]):not([class*="contextual-links"]):not([class*="r-tabs-nav"]) li h5,
  .rich-text .toggler-body ul:not([class*="items-list"]):not([class*="block-grid"]):not([class*="menu"]):not([class*="button-group"]):not([class*="contextual-links"]):not([class*="r-tabs-nav"]) li h6,
  .rich-text .toggler-body ol li h1,
  .rich-text .toggler-body ol li h2,
  .rich-text .toggler-body ol li h3,
  .rich-text .toggler-body ol li h4,
  .rich-text .toggler-body ol li h5,
  .rich-text .toggler-body ol li h6,
  .node.view-mode-full .toggler-body ul:not([class*="items-list"]):not([class*="block-grid"]):not([class*="menu"]):not([class*="button-group"]):not([class*="contextual-links"]):not([class*="r-tabs-nav"]) li h1,
  .node.view-mode-full .toggler-body ul:not([class*="items-list"]):not([class*="block-grid"]):not([class*="menu"]):not([class*="button-group"]):not([class*="contextual-links"]):not([class*="r-tabs-nav"]) li h2,
  .node.view-mode-full .toggler-body ul:not([class*="items-list"]):not([class*="block-grid"]):not([class*="menu"]):not([class*="button-group"]):not([class*="contextual-links"]):not([class*="r-tabs-nav"]) li h3,
  .node.view-mode-full .toggler-body ul:not([class*="items-list"]):not([class*="block-grid"]):not([class*="menu"]):not([class*="button-group"]):not([class*="contextual-links"]):not([class*="r-tabs-nav"]) li h4,
  .node.view-mode-full .toggler-body ul:not([class*="items-list"]):not([class*="block-grid"]):not([class*="menu"]):not([class*="button-group"]):not([class*="contextual-links"]):not([class*="r-tabs-nav"]) li h5,
  .node.view-mode-full .toggler-body ul:not([class*="items-list"]):not([class*="block-grid"]):not([class*="menu"]):not([class*="button-group"]):not([class*="contextual-links"]):not([class*="r-tabs-nav"]) li h6,
  .node.view-mode-full .toggler-body ol li h1,
  .node.view-mode-full .toggler-body ol li h2,
  .node.view-mode-full .toggler-body ol li h3,
  .node.view-mode-full .toggler-body ol li h4,
  .node.view-mode-full .toggler-body ol li h5,
  .node.view-mode-full .toggler-body ol li h6 {
    margin-bottom: 1.05rem;
  }
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  .rich-text ul:not([class*="items-list"]):not([class*="block-grid"]):not([class*="menu"]):not([class*="button-group"]):not([class*="contextual-links"]):not([class*="r-tabs-nav"]) li h1, .rich-text ul:not([class*="items-list"]):not([class*="block-grid"]):not([class*="menu"]):not([class*="button-group"]):not([class*="contextual-links"]):not([class*="r-tabs-nav"]) li h2, .rich-text ul:not([class*="items-list"]):not([class*="block-grid"]):not([class*="menu"]):not([class*="button-group"]):not([class*="contextual-links"]):not([class*="r-tabs-nav"]) li h3, .rich-text ul:not([class*="items-list"]):not([class*="block-grid"]):not([class*="menu"]):not([class*="button-group"]):not([class*="contextual-links"]):not([class*="r-tabs-nav"]) li h4, .rich-text ul:not([class*="items-list"]):not([class*="block-grid"]):not([class*="menu"]):not([class*="button-group"]):not([class*="contextual-links"]):not([class*="r-tabs-nav"]) li h5, .rich-text ul:not([class*="items-list"]):not([class*="block-grid"]):not([class*="menu"]):not([class*="button-group"]):not([class*="contextual-links"]):not([class*="r-tabs-nav"]) li h6,
  .rich-text ol li h1,
  .rich-text ol li h2,
  .rich-text ol li h3,
  .rich-text ol li h4,
  .rich-text ol li h5,
  .rich-text ol li h6,
  .l-main .block-block ul:not([class*="items-list"]):not([class*="block-grid"]):not([class*="menu"]):not([class*="button-group"]):not([class*="contextual-links"]):not([class*="r-tabs-nav"]) li h1,
  .l-main .block-block ul:not([class*="items-list"]):not([class*="block-grid"]):not([class*="menu"]):not([class*="button-group"]):not([class*="contextual-links"]):not([class*="r-tabs-nav"]) li h2,
  .l-main .block-block ul:not([class*="items-list"]):not([class*="block-grid"]):not([class*="menu"]):not([class*="button-group"]):not([class*="contextual-links"]):not([class*="r-tabs-nav"]) li h3,
  .l-main .block-block ul:not([class*="items-list"]):not([class*="block-grid"]):not([class*="menu"]):not([class*="button-group"]):not([class*="contextual-links"]):not([class*="r-tabs-nav"]) li h4,
  .l-main .block-block ul:not([class*="items-list"]):not([class*="block-grid"]):not([class*="menu"]):not([class*="button-group"]):not([class*="contextual-links"]):not([class*="r-tabs-nav"]) li h5,
  .l-main .block-block ul:not([class*="items-list"]):not([class*="block-grid"]):not([class*="menu"]):not([class*="button-group"]):not([class*="contextual-links"]):not([class*="r-tabs-nav"]) li h6,
  .l-main .block-block ol li h1,
  .l-main .block-block ol li h2,
  .l-main .block-block ol li h3,
  .l-main .block-block ol li h4,
  .l-main .block-block ol li h5,
  .l-main .block-block ol li h6,
  .cke_editable ul:not([class*="items-list"]):not([class*="block-grid"]):not([class*="menu"]):not([class*="button-group"]):not([class*="contextual-links"]):not([class*="r-tabs-nav"]) li h1,
  .cke_editable ul:not([class*="items-list"]):not([class*="block-grid"]):not([class*="menu"]):not([class*="button-group"]):not([class*="contextual-links"]):not([class*="r-tabs-nav"]) li h2,
  .cke_editable ul:not([class*="items-list"]):not([class*="block-grid"]):not([class*="menu"]):not([class*="button-group"]):not([class*="contextual-links"]):not([class*="r-tabs-nav"]) li h3,
  .cke_editable ul:not([class*="items-list"]):not([class*="block-grid"]):not([class*="menu"]):not([class*="button-group"]):not([class*="contextual-links"]):not([class*="r-tabs-nav"]) li h4,
  .cke_editable ul:not([class*="items-list"]):not([class*="block-grid"]):not([class*="menu"]):not([class*="button-group"]):not([class*="contextual-links"]):not([class*="r-tabs-nav"]) li h5,
  .cke_editable ul:not([class*="items-list"]):not([class*="block-grid"]):not([class*="menu"]):not([class*="button-group"]):not([class*="contextual-links"]):not([class*="r-tabs-nav"]) li h6,
  .cke_editable ol li h1,
  .cke_editable ol li h2,
  .cke_editable ol li h3,
  .cke_editable ol li h4,
  .cke_editable ol li h5,
  .cke_editable ol li h6,
  .rich-text .toggler-body ul:not([class*="items-list"]):not([class*="block-grid"]):not([class*="menu"]):not([class*="button-group"]):not([class*="contextual-links"]):not([class*="r-tabs-nav"]) li h1,
  .rich-text .toggler-body ul:not([class*="items-list"]):not([class*="block-grid"]):not([class*="menu"]):not([class*="button-group"]):not([class*="contextual-links"]):not([class*="r-tabs-nav"]) li h2,
  .rich-text .toggler-body ul:not([class*="items-list"]):not([class*="block-grid"]):not([class*="menu"]):not([class*="button-group"]):not([class*="contextual-links"]):not([class*="r-tabs-nav"]) li h3,
  .rich-text .toggler-body ul:not([class*="items-list"]):not([class*="block-grid"]):not([class*="menu"]):not([class*="button-group"]):not([class*="contextual-links"]):not([class*="r-tabs-nav"]) li h4,
  .rich-text .toggler-body ul:not([class*="items-list"]):not([class*="block-grid"]):not([class*="menu"]):not([class*="button-group"]):not([class*="contextual-links"]):not([class*="r-tabs-nav"]) li h5,
  .rich-text .toggler-body ul:not([class*="items-list"]):not([class*="block-grid"]):not([class*="menu"]):not([class*="button-group"]):not([class*="contextual-links"]):not([class*="r-tabs-nav"]) li h6,
  .rich-text .toggler-body ol li h1,
  .rich-text .toggler-body ol li h2,
  .rich-text .toggler-body ol li h3,
  .rich-text .toggler-body ol li h4,
  .rich-text .toggler-body ol li h5,
  .rich-text .toggler-body ol li h6,
  .node.view-mode-full .toggler-body ul:not([class*="items-list"]):not([class*="block-grid"]):not([class*="menu"]):not([class*="button-group"]):not([class*="contextual-links"]):not([class*="r-tabs-nav"]) li h1,
  .node.view-mode-full .toggler-body ul:not([class*="items-list"]):not([class*="block-grid"]):not([class*="menu"]):not([class*="button-group"]):not([class*="contextual-links"]):not([class*="r-tabs-nav"]) li h2,
  .node.view-mode-full .toggler-body ul:not([class*="items-list"]):not([class*="block-grid"]):not([class*="menu"]):not([class*="button-group"]):not([class*="contextual-links"]):not([class*="r-tabs-nav"]) li h3,
  .node.view-mode-full .toggler-body ul:not([class*="items-list"]):not([class*="block-grid"]):not([class*="menu"]):not([class*="button-group"]):not([class*="contextual-links"]):not([class*="r-tabs-nav"]) li h4,
  .node.view-mode-full .toggler-body ul:not([class*="items-list"]):not([class*="block-grid"]):not([class*="menu"]):not([class*="button-group"]):not([class*="contextual-links"]):not([class*="r-tabs-nav"]) li h5,
  .node.view-mode-full .toggler-body ul:not([class*="items-list"]):not([class*="block-grid"]):not([class*="menu"]):not([class*="button-group"]):not([class*="contextual-links"]):not([class*="r-tabs-nav"]) li h6,
  .node.view-mode-full .toggler-body ol li h1,
  .node.view-mode-full .toggler-body ol li h2,
  .node.view-mode-full .toggler-body ol li h3,
  .node.view-mode-full .toggler-body ol li h4,
  .node.view-mode-full .toggler-body ol li h5,
  .node.view-mode-full .toggler-body ol li h6 {
    margin-bottom: 1.225rem;
  }
}

@media only screen and (min-width: 64.063em) {
  .rich-text ul:not([class*="items-list"]):not([class*="block-grid"]):not([class*="menu"]):not([class*="button-group"]):not([class*="contextual-links"]):not([class*="r-tabs-nav"]) li h1, .rich-text ul:not([class*="items-list"]):not([class*="block-grid"]):not([class*="menu"]):not([class*="button-group"]):not([class*="contextual-links"]):not([class*="r-tabs-nav"]) li h2, .rich-text ul:not([class*="items-list"]):not([class*="block-grid"]):not([class*="menu"]):not([class*="button-group"]):not([class*="contextual-links"]):not([class*="r-tabs-nav"]) li h3, .rich-text ul:not([class*="items-list"]):not([class*="block-grid"]):not([class*="menu"]):not([class*="button-group"]):not([class*="contextual-links"]):not([class*="r-tabs-nav"]) li h4, .rich-text ul:not([class*="items-list"]):not([class*="block-grid"]):not([class*="menu"]):not([class*="button-group"]):not([class*="contextual-links"]):not([class*="r-tabs-nav"]) li h5, .rich-text ul:not([class*="items-list"]):not([class*="block-grid"]):not([class*="menu"]):not([class*="button-group"]):not([class*="contextual-links"]):not([class*="r-tabs-nav"]) li h6,
  .rich-text ol li h1,
  .rich-text ol li h2,
  .rich-text ol li h3,
  .rich-text ol li h4,
  .rich-text ol li h5,
  .rich-text ol li h6,
  .l-main .block-block ul:not([class*="items-list"]):not([class*="block-grid"]):not([class*="menu"]):not([class*="button-group"]):not([class*="contextual-links"]):not([class*="r-tabs-nav"]) li h1,
  .l-main .block-block ul:not([class*="items-list"]):not([class*="block-grid"]):not([class*="menu"]):not([class*="button-group"]):not([class*="contextual-links"]):not([class*="r-tabs-nav"]) li h2,
  .l-main .block-block ul:not([class*="items-list"]):not([class*="block-grid"]):not([class*="menu"]):not([class*="button-group"]):not([class*="contextual-links"]):not([class*="r-tabs-nav"]) li h3,
  .l-main .block-block ul:not([class*="items-list"]):not([class*="block-grid"]):not([class*="menu"]):not([class*="button-group"]):not([class*="contextual-links"]):not([class*="r-tabs-nav"]) li h4,
  .l-main .block-block ul:not([class*="items-list"]):not([class*="block-grid"]):not([class*="menu"]):not([class*="button-group"]):not([class*="contextual-links"]):not([class*="r-tabs-nav"]) li h5,
  .l-main .block-block ul:not([class*="items-list"]):not([class*="block-grid"]):not([class*="menu"]):not([class*="button-group"]):not([class*="contextual-links"]):not([class*="r-tabs-nav"]) li h6,
  .l-main .block-block ol li h1,
  .l-main .block-block ol li h2,
  .l-main .block-block ol li h3,
  .l-main .block-block ol li h4,
  .l-main .block-block ol li h5,
  .l-main .block-block ol li h6,
  .cke_editable ul:not([class*="items-list"]):not([class*="block-grid"]):not([class*="menu"]):not([class*="button-group"]):not([class*="contextual-links"]):not([class*="r-tabs-nav"]) li h1,
  .cke_editable ul:not([class*="items-list"]):not([class*="block-grid"]):not([class*="menu"]):not([class*="button-group"]):not([class*="contextual-links"]):not([class*="r-tabs-nav"]) li h2,
  .cke_editable ul:not([class*="items-list"]):not([class*="block-grid"]):not([class*="menu"]):not([class*="button-group"]):not([class*="contextual-links"]):not([class*="r-tabs-nav"]) li h3,
  .cke_editable ul:not([class*="items-list"]):not([class*="block-grid"]):not([class*="menu"]):not([class*="button-group"]):not([class*="contextual-links"]):not([class*="r-tabs-nav"]) li h4,
  .cke_editable ul:not([class*="items-list"]):not([class*="block-grid"]):not([class*="menu"]):not([class*="button-group"]):not([class*="contextual-links"]):not([class*="r-tabs-nav"]) li h5,
  .cke_editable ul:not([class*="items-list"]):not([class*="block-grid"]):not([class*="menu"]):not([class*="button-group"]):not([class*="contextual-links"]):not([class*="r-tabs-nav"]) li h6,
  .cke_editable ol li h1,
  .cke_editable ol li h2,
  .cke_editable ol li h3,
  .cke_editable ol li h4,
  .cke_editable ol li h5,
  .cke_editable ol li h6,
  .rich-text .toggler-body ul:not([class*="items-list"]):not([class*="block-grid"]):not([class*="menu"]):not([class*="button-group"]):not([class*="contextual-links"]):not([class*="r-tabs-nav"]) li h1,
  .rich-text .toggler-body ul:not([class*="items-list"]):not([class*="block-grid"]):not([class*="menu"]):not([class*="button-group"]):not([class*="contextual-links"]):not([class*="r-tabs-nav"]) li h2,
  .rich-text .toggler-body ul:not([class*="items-list"]):not([class*="block-grid"]):not([class*="menu"]):not([class*="button-group"]):not([class*="contextual-links"]):not([class*="r-tabs-nav"]) li h3,
  .rich-text .toggler-body ul:not([class*="items-list"]):not([class*="block-grid"]):not([class*="menu"]):not([class*="button-group"]):not([class*="contextual-links"]):not([class*="r-tabs-nav"]) li h4,
  .rich-text .toggler-body ul:not([class*="items-list"]):not([class*="block-grid"]):not([class*="menu"]):not([class*="button-group"]):not([class*="contextual-links"]):not([class*="r-tabs-nav"]) li h5,
  .rich-text .toggler-body ul:not([class*="items-list"]):not([class*="block-grid"]):not([class*="menu"]):not([class*="button-group"]):not([class*="contextual-links"]):not([class*="r-tabs-nav"]) li h6,
  .rich-text .toggler-body ol li h1,
  .rich-text .toggler-body ol li h2,
  .rich-text .toggler-body ol li h3,
  .rich-text .toggler-body ol li h4,
  .rich-text .toggler-body ol li h5,
  .rich-text .toggler-body ol li h6,
  .node.view-mode-full .toggler-body ul:not([class*="items-list"]):not([class*="block-grid"]):not([class*="menu"]):not([class*="button-group"]):not([class*="contextual-links"]):not([class*="r-tabs-nav"]) li h1,
  .node.view-mode-full .toggler-body ul:not([class*="items-list"]):not([class*="block-grid"]):not([class*="menu"]):not([class*="button-group"]):not([class*="contextual-links"]):not([class*="r-tabs-nav"]) li h2,
  .node.view-mode-full .toggler-body ul:not([class*="items-list"]):not([class*="block-grid"]):not([class*="menu"]):not([class*="button-group"]):not([class*="contextual-links"]):not([class*="r-tabs-nav"]) li h3,
  .node.view-mode-full .toggler-body ul:not([class*="items-list"]):not([class*="block-grid"]):not([class*="menu"]):not([class*="button-group"]):not([class*="contextual-links"]):not([class*="r-tabs-nav"]) li h4,
  .node.view-mode-full .toggler-body ul:not([class*="items-list"]):not([class*="block-grid"]):not([class*="menu"]):not([class*="button-group"]):not([class*="contextual-links"]):not([class*="r-tabs-nav"]) li h5,
  .node.view-mode-full .toggler-body ul:not([class*="items-list"]):not([class*="block-grid"]):not([class*="menu"]):not([class*="button-group"]):not([class*="contextual-links"]):not([class*="r-tabs-nav"]) li h6,
  .node.view-mode-full .toggler-body ol li h1,
  .node.view-mode-full .toggler-body ol li h2,
  .node.view-mode-full .toggler-body ol li h3,
  .node.view-mode-full .toggler-body ol li h4,
  .node.view-mode-full .toggler-body ol li h5,
  .node.view-mode-full .toggler-body ol li h6 {
    margin-bottom: 1.75rem;
  }
}

@media print {
  .rich-text ul:not([class*="items-list"]):not([class*="block-grid"]):not([class*="menu"]):not([class*="button-group"]):not([class*="contextual-links"]):not([class*="r-tabs-nav"]) li h1, .rich-text ul:not([class*="items-list"]):not([class*="block-grid"]):not([class*="menu"]):not([class*="button-group"]):not([class*="contextual-links"]):not([class*="r-tabs-nav"]) li h2, .rich-text ul:not([class*="items-list"]):not([class*="block-grid"]):not([class*="menu"]):not([class*="button-group"]):not([class*="contextual-links"]):not([class*="r-tabs-nav"]) li h3, .rich-text ul:not([class*="items-list"]):not([class*="block-grid"]):not([class*="menu"]):not([class*="button-group"]):not([class*="contextual-links"]):not([class*="r-tabs-nav"]) li h4, .rich-text ul:not([class*="items-list"]):not([class*="block-grid"]):not([class*="menu"]):not([class*="button-group"]):not([class*="contextual-links"]):not([class*="r-tabs-nav"]) li h5, .rich-text ul:not([class*="items-list"]):not([class*="block-grid"]):not([class*="menu"]):not([class*="button-group"]):not([class*="contextual-links"]):not([class*="r-tabs-nav"]) li h6,
  .rich-text ol li h1,
  .rich-text ol li h2,
  .rich-text ol li h3,
  .rich-text ol li h4,
  .rich-text ol li h5,
  .rich-text ol li h6,
  .l-main .block-block ul:not([class*="items-list"]):not([class*="block-grid"]):not([class*="menu"]):not([class*="button-group"]):not([class*="contextual-links"]):not([class*="r-tabs-nav"]) li h1,
  .l-main .block-block ul:not([class*="items-list"]):not([class*="block-grid"]):not([class*="menu"]):not([class*="button-group"]):not([class*="contextual-links"]):not([class*="r-tabs-nav"]) li h2,
  .l-main .block-block ul:not([class*="items-list"]):not([class*="block-grid"]):not([class*="menu"]):not([class*="button-group"]):not([class*="contextual-links"]):not([class*="r-tabs-nav"]) li h3,
  .l-main .block-block ul:not([class*="items-list"]):not([class*="block-grid"]):not([class*="menu"]):not([class*="button-group"]):not([class*="contextual-links"]):not([class*="r-tabs-nav"]) li h4,
  .l-main .block-block ul:not([class*="items-list"]):not([class*="block-grid"]):not([class*="menu"]):not([class*="button-group"]):not([class*="contextual-links"]):not([class*="r-tabs-nav"]) li h5,
  .l-main .block-block ul:not([class*="items-list"]):not([class*="block-grid"]):not([class*="menu"]):not([class*="button-group"]):not([class*="contextual-links"]):not([class*="r-tabs-nav"]) li h6,
  .l-main .block-block ol li h1,
  .l-main .block-block ol li h2,
  .l-main .block-block ol li h3,
  .l-main .block-block ol li h4,
  .l-main .block-block ol li h5,
  .l-main .block-block ol li h6,
  .cke_editable ul:not([class*="items-list"]):not([class*="block-grid"]):not([class*="menu"]):not([class*="button-group"]):not([class*="contextual-links"]):not([class*="r-tabs-nav"]) li h1,
  .cke_editable ul:not([class*="items-list"]):not([class*="block-grid"]):not([class*="menu"]):not([class*="button-group"]):not([class*="contextual-links"]):not([class*="r-tabs-nav"]) li h2,
  .cke_editable ul:not([class*="items-list"]):not([class*="block-grid"]):not([class*="menu"]):not([class*="button-group"]):not([class*="contextual-links"]):not([class*="r-tabs-nav"]) li h3,
  .cke_editable ul:not([class*="items-list"]):not([class*="block-grid"]):not([class*="menu"]):not([class*="button-group"]):not([class*="contextual-links"]):not([class*="r-tabs-nav"]) li h4,
  .cke_editable ul:not([class*="items-list"]):not([class*="block-grid"]):not([class*="menu"]):not([class*="button-group"]):not([class*="contextual-links"]):not([class*="r-tabs-nav"]) li h5,
  .cke_editable ul:not([class*="items-list"]):not([class*="block-grid"]):not([class*="menu"]):not([class*="button-group"]):not([class*="contextual-links"]):not([class*="r-tabs-nav"]) li h6,
  .cke_editable ol li h1,
  .cke_editable ol li h2,
  .cke_editable ol li h3,
  .cke_editable ol li h4,
  .cke_editable ol li h5,
  .cke_editable ol li h6,
  .rich-text .toggler-body ul:not([class*="items-list"]):not([class*="block-grid"]):not([class*="menu"]):not([class*="button-group"]):not([class*="contextual-links"]):not([class*="r-tabs-nav"]) li h1,
  .rich-text .toggler-body ul:not([class*="items-list"]):not([class*="block-grid"]):not([class*="menu"]):not([class*="button-group"]):not([class*="contextual-links"]):not([class*="r-tabs-nav"]) li h2,
  .rich-text .toggler-body ul:not([class*="items-list"]):not([class*="block-grid"]):not([class*="menu"]):not([class*="button-group"]):not([class*="contextual-links"]):not([class*="r-tabs-nav"]) li h3,
  .rich-text .toggler-body ul:not([class*="items-list"]):not([class*="block-grid"]):not([class*="menu"]):not([class*="button-group"]):not([class*="contextual-links"]):not([class*="r-tabs-nav"]) li h4,
  .rich-text .toggler-body ul:not([class*="items-list"]):not([class*="block-grid"]):not([class*="menu"]):not([class*="button-group"]):not([class*="contextual-links"]):not([class*="r-tabs-nav"]) li h5,
  .rich-text .toggler-body ul:not([class*="items-list"]):not([class*="block-grid"]):not([class*="menu"]):not([class*="button-group"]):not([class*="contextual-links"]):not([class*="r-tabs-nav"]) li h6,
  .rich-text .toggler-body ol li h1,
  .rich-text .toggler-body ol li h2,
  .rich-text .toggler-body ol li h3,
  .rich-text .toggler-body ol li h4,
  .rich-text .toggler-body ol li h5,
  .rich-text .toggler-body ol li h6,
  .node.view-mode-full .toggler-body ul:not([class*="items-list"]):not([class*="block-grid"]):not([class*="menu"]):not([class*="button-group"]):not([class*="contextual-links"]):not([class*="r-tabs-nav"]) li h1,
  .node.view-mode-full .toggler-body ul:not([class*="items-list"]):not([class*="block-grid"]):not([class*="menu"]):not([class*="button-group"]):not([class*="contextual-links"]):not([class*="r-tabs-nav"]) li h2,
  .node.view-mode-full .toggler-body ul:not([class*="items-list"]):not([class*="block-grid"]):not([class*="menu"]):not([class*="button-group"]):not([class*="contextual-links"]):not([class*="r-tabs-nav"]) li h3,
  .node.view-mode-full .toggler-body ul:not([class*="items-list"]):not([class*="block-grid"]):not([class*="menu"]):not([class*="button-group"]):not([class*="contextual-links"]):not([class*="r-tabs-nav"]) li h4,
  .node.view-mode-full .toggler-body ul:not([class*="items-list"]):not([class*="block-grid"]):not([class*="menu"]):not([class*="button-group"]):not([class*="contextual-links"]):not([class*="r-tabs-nav"]) li h5,
  .node.view-mode-full .toggler-body ul:not([class*="items-list"]):not([class*="block-grid"]):not([class*="menu"]):not([class*="button-group"]):not([class*="contextual-links"]):not([class*="r-tabs-nav"]) li h6,
  .node.view-mode-full .toggler-body ol li h1,
  .node.view-mode-full .toggler-body ol li h2,
  .node.view-mode-full .toggler-body ol li h3,
  .node.view-mode-full .toggler-body ol li h4,
  .node.view-mode-full .toggler-body ol li h5,
  .node.view-mode-full .toggler-body ol li h6 {
    margin-bottom: 1.05rem;
  }
}

.rich-text ol,
.l-main .block-block ol,
.cke_editable ol,
.rich-text .toggler-body ol,
.node.view-mode-full .toggler-body ol {
  counter-reset: counter;
}

.rich-text table,
.l-main .block-block table,
.cke_editable table,
.rich-text .toggler-body table,
.node.view-mode-full .toggler-body table {
  width: 100% !important;
  border: 0px;
}

@media only screen and (max-width: 40em) {
  .rich-text table,
  .l-main .block-block table,
  .cke_editable table,
  .rich-text .toggler-body table,
  .node.view-mode-full .toggler-body table {
    margin-bottom: 2.1rem;
  }
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  .rich-text table,
  .l-main .block-block table,
  .cke_editable table,
  .rich-text .toggler-body table,
  .node.view-mode-full .toggler-body table {
    margin-bottom: 2.45rem;
  }
}

@media only screen and (min-width: 64.063em) {
  .rich-text table,
  .l-main .block-block table,
  .cke_editable table,
  .rich-text .toggler-body table,
  .node.view-mode-full .toggler-body table {
    margin-bottom: 3.5rem;
  }
}

@media print {
  .rich-text table,
  .l-main .block-block table,
  .cke_editable table,
  .rich-text .toggler-body table,
  .node.view-mode-full .toggler-body table {
    margin-bottom: 2.1rem;
  }
}

.rich-text table tr th,
.l-main .block-block table tr th,
.cke_editable table tr th,
.rich-text .toggler-body table tr th,
.node.view-mode-full .toggler-body table tr th {
  background-color: #ffeb99;
  padding-top: 0.85rem;
  border: 0px;
}

.rich-text table tbody,
.l-main .block-block table tbody,
.cke_editable table tbody,
.rich-text .toggler-body table tbody,
.node.view-mode-full .toggler-body table tbody {
  background-color: #fffae6;
  border: 0px;
}

.rich-text table td,
.l-main .block-block table td,
.cke_editable table td,
.rich-text .toggler-body table td,
.node.view-mode-full .toggler-body table td {
  border: 0px;
}

.rich-text table td > p,
.l-main .block-block table td > p,
.cke_editable table td > p,
.rich-text .toggler-body table td > p,
.node.view-mode-full .toggler-body table td > p {
  font-size: 1rem;
  line-height: inherit;
}

.rich-text table tr.even,
.rich-text table tr.alt,
.rich-text table tr:nth-of-type(even),
.l-main .block-block table tr.even,
.l-main .block-block table tr.alt,
.l-main .block-block table tr:nth-of-type(even),
.cke_editable table tr.even,
.cke_editable table tr.alt,
.cke_editable table tr:nth-of-type(even),
.rich-text .toggler-body table tr.even,
.rich-text .toggler-body table tr.alt,
.rich-text .toggler-body table tr:nth-of-type(even),
.node.view-mode-full .toggler-body table tr.even,
.node.view-mode-full .toggler-body table tr.alt,
.node.view-mode-full .toggler-body table tr:nth-of-type(even) {
  background-color: #fff6d1;
}

.rich-text table tr.even h3,
.rich-text table tr.alt h3,
.rich-text table tr:nth-of-type(even) h3,
.l-main .block-block table tr.even h3,
.l-main .block-block table tr.alt h3,
.l-main .block-block table tr:nth-of-type(even) h3,
.cke_editable table tr.even h3,
.cke_editable table tr.alt h3,
.cke_editable table tr:nth-of-type(even) h3,
.rich-text .toggler-body table tr.even h3,
.rich-text .toggler-body table tr.alt h3,
.rich-text .toggler-body table tr:nth-of-type(even) h3,
.node.view-mode-full .toggler-body table tr.even h3,
.node.view-mode-full .toggler-body table tr.alt h3,
.node.view-mode-full .toggler-body table tr:nth-of-type(even) h3 {
  font-size: 1.2rem;
}

.rich-text table h1, .rich-text table h2, .rich-text table h3, .rich-text table h4, .rich-text table h5, .rich-text table h6, .rich-text table p,
.l-main .block-block table h1,
.l-main .block-block table h2,
.l-main .block-block table h3,
.l-main .block-block table h4,
.l-main .block-block table h5,
.l-main .block-block table h6,
.l-main .block-block table p,
.cke_editable table h1,
.cke_editable table h2,
.cke_editable table h3,
.cke_editable table h4,
.cke_editable table h5,
.cke_editable table h6,
.cke_editable table p,
.rich-text .toggler-body table h1,
.rich-text .toggler-body table h2,
.rich-text .toggler-body table h3,
.rich-text .toggler-body table h4,
.rich-text .toggler-body table h5,
.rich-text .toggler-body table h6,
.rich-text .toggler-body table p,
.node.view-mode-full .toggler-body table h1,
.node.view-mode-full .toggler-body table h2,
.node.view-mode-full .toggler-body table h3,
.node.view-mode-full .toggler-body table h4,
.node.view-mode-full .toggler-body table h5,
.node.view-mode-full .toggler-body table h6,
.node.view-mode-full .toggler-body table p {
  margin-bottom: 10px;
}

.rich-text table p,
.l-main .block-block table p,
.cke_editable table p,
.rich-text .toggler-body table p,
.node.view-mode-full .toggler-body table p {
  margin-top: 0px;
}

@media only screen and (max-width: 40em) {
  .rich-text > .row,
  .l-main .block-block > .row,
  .cke_editable > .row,
  .rich-text .toggler-body > .row,
  .node.view-mode-full .toggler-body > .row {
    margin-bottom: 2.1rem;
  }
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  .rich-text > .row,
  .l-main .block-block > .row,
  .cke_editable > .row,
  .rich-text .toggler-body > .row,
  .node.view-mode-full .toggler-body > .row {
    margin-bottom: 2.45rem;
  }
}

@media only screen and (min-width: 64.063em) {
  .rich-text > .row,
  .l-main .block-block > .row,
  .cke_editable > .row,
  .rich-text .toggler-body > .row,
  .node.view-mode-full .toggler-body > .row {
    margin-bottom: 3.5rem;
  }
}

@media print {
  .rich-text > .row,
  .l-main .block-block > .row,
  .cke_editable > .row,
  .rich-text .toggler-body > .row,
  .node.view-mode-full .toggler-body > .row {
    margin-bottom: 2.1rem;
  }
}

.rich-text > .row > .columns > *:last-child,
.l-main .block-block > .row > .columns > *:last-child,
.cke_editable > .row > .columns > *:last-child,
.rich-text .toggler-body > .row > .columns > *:last-child,
.node.view-mode-full .toggler-body > .row > .columns > *:last-child {
  margin-bottom: 0px;
}

@media only screen and (max-width: 40em) {
  .rich-text > .row > .columns + .columns,
  .l-main .block-block > .row > .columns + .columns,
  .cke_editable > .row > .columns + .columns,
  .rich-text .toggler-body > .row > .columns + .columns,
  .node.view-mode-full .toggler-body > .row > .columns + .columns {
    margin-top: 2.1rem;
  }
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  .rich-text > .row > .columns + .columns,
  .l-main .block-block > .row > .columns + .columns,
  .cke_editable > .row > .columns + .columns,
  .rich-text .toggler-body > .row > .columns + .columns,
  .node.view-mode-full .toggler-body > .row > .columns + .columns {
    margin-top: 2.45rem;
  }
}

@media only screen and (min-width: 64.063em) {
  .rich-text > .row > .columns + .columns,
  .l-main .block-block > .row > .columns + .columns,
  .cke_editable > .row > .columns + .columns,
  .rich-text .toggler-body > .row > .columns + .columns,
  .node.view-mode-full .toggler-body > .row > .columns + .columns {
    margin-top: 3.5rem;
  }
}

@media print {
  .rich-text > .row > .columns + .columns,
  .l-main .block-block > .row > .columns + .columns,
  .cke_editable > .row > .columns + .columns,
  .rich-text .toggler-body > .row > .columns + .columns,
  .node.view-mode-full .toggler-body > .row > .columns + .columns {
    margin-top: 2.1rem;
  }
}

@media only screen and (min-width: 64.063em) {
  .rich-text > .row > .columns + .columns,
  .l-main .block-block > .row > .columns + .columns,
  .cke_editable > .row > .columns + .columns,
  .rich-text .toggler-body > .row > .columns + .columns,
  .node.view-mode-full .toggler-body > .row > .columns + .columns {
    margin-top: 0px;
  }
}

.group-content > div:first-child > h2:first-child,
.group-content > .field-group-div:first-child > div:first-child > h2:first-child,
.resp-tab-content > div:first-child > h2:first-child,
.resp-tab-content > .field-group-div:first-child > div:first-child > h2:first-child {
  padding-top: 0px;
  border-top: 0px;
}

@media only screen and (max-width: 40em) {
  .group-content > .field,
  .group-content .group-node-metadata,
  .resp-tab-content > .field,
  .resp-tab-content .group-node-metadata {
    margin-bottom: 2.1rem;
  }
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  .group-content > .field,
  .group-content .group-node-metadata,
  .resp-tab-content > .field,
  .resp-tab-content .group-node-metadata {
    margin-bottom: 2.45rem;
  }
}

@media only screen and (min-width: 64.063em) {
  .group-content > .field,
  .group-content .group-node-metadata,
  .resp-tab-content > .field,
  .resp-tab-content .group-node-metadata {
    margin-bottom: 3.5rem;
  }
}

@media print {
  .group-content > .field,
  .group-content .group-node-metadata,
  .resp-tab-content > .field,
  .resp-tab-content .group-node-metadata {
    margin-bottom: 2.1rem;
  }
}

.group-content > *:last-child,
.group-content > *:last-child > *:last-child,
.resp-tab-content > *:last-child,
.resp-tab-content > *:last-child > *:last-child {
  margin-bottom: 0px;
}

#related-content ul {
  margin-bottom: 0px;
}

#related-content .pdfpreview-image-wrapper {
  position: relative;
  display: block;
  padding-top: 57.4%;
  overflow: hidden;
}

#related-content .pdfpreview-image-wrapper img {
  position: absolute;
  top: -9999px;
  right: -9999px;
  bottom: -9999px;
  left: -9999px;
  margin: auto;
  width: 100%;
}

@media only screen and (max-width: 40em) {
  .group-content .group-image-quote {
    margin-bottom: 2.1rem;
  }
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  .group-content .group-image-quote {
    margin-bottom: 2.45rem;
  }
}

@media only screen and (min-width: 64.063em) {
  .group-content .group-image-quote {
    margin-bottom: 3.5rem;
  }
}

@media print {
  .group-content .group-image-quote {
    margin-bottom: 2.1rem;
  }
}

@media only screen and (min-width: 40.063em) {
  .group-content .group-image-quote {
    float: right;
    width: 50%;
    margin-left: 2.45rem;
  }
}

@media only screen and (min-width: 64.063em) {
  .group-content .group-image-quote {
    margin-left: 3.5rem;
  }
}

.group-content .group-image-quote img {
  width: 100% !important;
  height: auto !important;
  max-width: 100% !important;
}

.group-content .group-image-quote .field-name-field-quote {
  width: 100%;
}

@media only screen and (max-width: 40em) {
  .group-content .off-grid-image {
    margin-bottom: 2.1rem;
  }
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  .group-content .off-grid-image {
    margin-bottom: 2.45rem;
  }
}

@media only screen and (min-width: 64.063em) {
  .group-content .off-grid-image {
    margin-bottom: 3.5rem;
  }
}

@media print {
  .group-content .off-grid-image {
    margin-bottom: 2.1rem;
  }
}

@media only screen and (min-width: 64.063em) {
  .group-content .off-grid-image {
    float: right;
    width: 60%;
    margin-right: -200px;
    margin-left: 3.5rem;
    padding-left: 3.5rem;
    border-left: 1px solid #E0E0E0;
  }
}

.group-content .off-grid-image img {
  width: 100% !important;
  height: auto !important;
  max-width: 100% !important;
}

.img-with-text p {
  margin-bottom: 0px;
}

.img-with-text img {
  margin-bottom: 0.625rem;
}

.img-with-text span {
  display: inline-block;
}

.group-content > .field-name-pdf-preview {
  text-align: center;
}

@media only screen and (max-width: 40em) {
  .group-content > .field-name-pdf-preview {
    margin-bottom: 2.1rem;
  }
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  .group-content > .field-name-pdf-preview {
    margin-bottom: 2.45rem;
  }
}

@media only screen and (min-width: 64.063em) {
  .group-content > .field-name-pdf-preview {
    margin-bottom: 3.5rem;
  }
}

@media print {
  .group-content > .field-name-pdf-preview {
    margin-bottom: 2.1rem;
  }
}

@media only screen and (min-width: 40.063em) {
  .group-content > .field-name-pdf-preview {
    float: right;
    margin-left: 2.45rem;
    max-width: 50%;
  }
}

@media only screen and (min-width: 64.063em) {
  .group-content > .field-name-pdf-preview {
    margin-left: 3.5rem;
  }
}

.node-country-overview .field-group-div {
  overflow: hidden;
}

@media only screen and (max-width: 64em) {
  .node-country-overview .field-group-div {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .node-country-overview .field-group-div h2 {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}

.node-country-overview .field-type-image {
  text-align: center;
}

@media only screen and (max-width: 40em) {
  .node-country-overview .field-type-image {
    margin-bottom: 2.1rem;
  }
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  .node-country-overview .field-type-image {
    margin-bottom: 2.45rem;
  }
}

@media only screen and (min-width: 64.063em) {
  .node-country-overview .field-type-image {
    margin-bottom: 3.5rem;
  }
}

@media print {
  .node-country-overview .field-type-image {
    margin-bottom: 2.1rem;
  }
}

@media only screen and (max-width: 64em) {
  .node-country-overview .field-type-image {
    -ms-flex-order: 1;
        order: 1;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}

@media only screen and (min-width: 64.063em) {
  .node-country-overview .field-type-image {
    float: right;
    margin-left: 3.5rem;
  }
}

@media only screen and (min-width: 64.063em) {
  .group-content .group-image-quote + div h2,
  .group-content .group-image-quote + div a.highlighted-link,
  .group-content .group-image-quote + div blockquote,
  .group-content .group-image-quote + div .blockquote,
  .group-content .group-image-quote + div .toggler-wrapper,
  .group-content .group-image-quote + div .pr-accordion-links__item,
  .group-content .group-image-quote + div table,
  .group-content .off-grid-image + div h2,
  .group-content .off-grid-image + div a.highlighted-link,
  .group-content .off-grid-image + div blockquote,
  .group-content .off-grid-image + div .blockquote,
  .group-content .off-grid-image + div .toggler-wrapper,
  .group-content .off-grid-image + div .pr-accordion-links__item,
  .group-content .off-grid-image + div table,
  .group-content .field-name-pdf-preview + div h2,
  .group-content .field-name-pdf-preview + div a.highlighted-link,
  .group-content .field-name-pdf-preview + div blockquote,
  .group-content .field-name-pdf-preview + div .blockquote,
  .group-content .field-name-pdf-preview + div .toggler-wrapper,
  .group-content .field-name-pdf-preview + div .pr-accordion-links__item,
  .group-content .field-name-pdf-preview + div table,
  .group-content .field-type-image + div h2,
  .group-content .field-type-image + div a.highlighted-link,
  .group-content .field-type-image + div blockquote,
  .group-content .field-type-image + div .blockquote,
  .group-content .field-type-image + div .toggler-wrapper,
  .group-content .field-type-image + div .pr-accordion-links__item,
  .group-content .field-type-image + div table {
    clear: both;
  }
  .group-content .group-image-quote + div + div,
  .group-content .off-grid-image + div + div,
  .group-content .field-name-pdf-preview + div + div,
  .group-content .field-type-image + div + div {
    clear: both;
  }
}

.group-content .group-image-quote + div > h2:first-child,
.group-content .off-grid-image + div > h2:first-child,
.group-content .field-name-pdf-preview + div > h2:first-child {
  clear: none;
  border-top: 0px;
  padding-top: 0px;
}

.l-title {
  border-bottom: 3px solid #E0E0E0;
}

@media only screen and (max-width: 40em) {
  .l-title {
    margin-bottom: 2.1rem;
  }
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  .l-title {
    margin-bottom: 2.45rem;
  }
}

@media only screen and (min-width: 64.063em) {
  .l-title {
    margin-bottom: 3.5rem;
  }
}

@media print {
  .l-title {
    margin-bottom: 2.1rem;
  }
}

.l-title .title-top {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

@media only screen and (max-width: 40em) {
  .l-title .title-top {
    margin-bottom: 2.1rem;
  }
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  .l-title .title-top {
    margin-bottom: 2.45rem;
  }
}

@media only screen and (min-width: 64.063em) {
  .l-title .title-top {
    margin-bottom: 3.5rem;
  }
}

@media print {
  .l-title .title-top {
    margin-bottom: 2.1rem;
  }
}

@media only screen and (max-width: 40em) {
  .l-title .title-top {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .l-title .title-top > section {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}

.l-title .subtitle {
  margin-top: 0.9375rem;
}

.l-title .subtitle .view-node-subtitle p {
  margin-bottom: 0px;
  color: #757575;
  font-size: 1rem;
  line-height: 1.4;
  font-weight: 500;
}

.l-title .title-right {
  padding-top: 12px;
}

@media only screen and (max-width: 40em) {
  .l-title .title-right {
    padding-left: 2.1rem;
  }
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  .l-title .title-right {
    padding-left: 2.45rem;
  }
}

@media only screen and (min-width: 64.063em) {
  .l-title .title-right {
    padding-left: 3.5rem;
  }
}

@media print {
  .l-title .title-right {
    padding-left: 2.1rem;
  }
}

@media only screen and (max-width: 40em) {
  .l-title .title-right {
    padding-left: 0px;
    padding-top: 0.9375rem;
  }
}

.l-title .title-right .block-print-ui {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
}

@media only screen and (max-width: 64em) {
  .l-title .title-right .block-print-ui {
    display: none;
  }
}

.l-title .title-right .block-print-ui span {
  margin: 0px;
}

.l-title .title-right .block-print-ui span + span {
  margin-left: 1.5625rem;
}

.l-title .title-right .block-print-ui a {
  display: block;
  font-size: 0px;
}

.l-title .title-right .block-print-ui .print_html a:before {
  content: "";
  color: inherit;
  font-size: 1.8rem;
  line-height: normal;
  font-family: 'eige-icons-font';
  font-weight: normal;
  font-style: normal;
  speak: none;
}

.l-title .title-right .block-print-ui .print_pdf a:before {
  content: "";
  color: inherit;
  font-size: 1.8rem;
  line-height: normal;
  font-family: 'eige-icons-font';
  font-weight: normal;
  font-style: normal;
  speak: none;
}

.l-title .title-right a.feed-icon {
  margin-bottom: 0px;
}

.l-title .title-right a.feed-icon:before {
  content: "";
  color: inherit;
  font-size: 1.8rem;
  line-height: normal;
  font-family: 'eige-icons-font';
  font-weight: normal;
  font-style: normal;
  speak: none;
}

.l-title .title-right a.feed-icon img {
  display: none;
}

.l-title .title-bottom {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.l-footer {
  position: relative;
  background: #F0F0F0;
}

@media only screen and (max-width: 40em) {
  .l-footer {
    padding-top: 2.1rem;
  }
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  .l-footer {
    padding-top: 2.45rem;
  }
}

@media only screen and (min-width: 64.063em) {
  .l-footer {
    padding-top: 3.5rem;
  }
}

@media print {
  .l-footer {
    padding-top: 2.1rem;
  }
}

.l-footer:before {
  content: " ";
  position: absolute;
  top: 0px;
  right: -100vw;
  bottom: auto;
  left: -100vw;
  margin: auto;
  height: 100%;
  width: 200vw;
  background: #F0F0F0;
}

.l-footer .footer-top {
  padding: 0px;
  width: auto;
}

.l-footer .footer-top .columns {
  padding: 0px;
}

@media only screen and (min-width: 64.063em) {
  .l-footer .footer-top .columns {
    padding-left: 2.975rem;
    padding-right: 2.975rem;
  }
}

.l-footer .footer-top .columns *:last-child {
  margin-bottom: 0px;
}

.l-footer .footer-top .columns > .block + .block {
  border-top: 1px solid #DDDDDD;
}

@media only screen and (max-width: 40em) {
  .l-footer .footer-top .columns > .block + .block {
    margin-top: 1.785rem;
    padding-top: 1.785rem;
  }
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  .l-footer .footer-top .columns > .block + .block {
    margin-top: 2.0825rem;
    padding-top: 2.0825rem;
  }
}

@media only screen and (min-width: 64.063em) {
  .l-footer .footer-top .columns > .block + .block {
    margin-top: 2.975rem;
    padding-top: 2.975rem;
  }
}

@media print {
  .l-footer .footer-top .columns > .block + .block {
    margin-top: 1.785rem;
    padding-top: 1.785rem;
  }
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  .l-footer .footer-top .columns > .block + .block {
    margin-top: 0px !important;
    padding-top: 0px !important;
    border-top: 0px !important;
  }
}

.l-footer .footer-top > .columns + .columns,
.l-footer .footer-top .footer-right > .row > .columns + .columns {
  border-top: 1px solid #DDDDDD;
}

@media only screen and (max-width: 40em) {
  .l-footer .footer-top > .columns + .columns,
  .l-footer .footer-top .footer-right > .row > .columns + .columns {
    margin-top: 1.785rem;
    padding-top: 1.785rem;
  }
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  .l-footer .footer-top > .columns + .columns,
  .l-footer .footer-top .footer-right > .row > .columns + .columns {
    margin-top: 2.0825rem;
    padding-top: 2.0825rem;
  }
}

@media only screen and (min-width: 64.063em) {
  .l-footer .footer-top > .columns + .columns,
  .l-footer .footer-top .footer-right > .row > .columns + .columns {
    margin-top: 2.975rem;
    padding-top: 2.975rem;
  }
}

@media print {
  .l-footer .footer-top > .columns + .columns,
  .l-footer .footer-top .footer-right > .row > .columns + .columns {
    margin-top: 1.785rem;
    padding-top: 1.785rem;
  }
}

@media only screen and (min-width: 64.063em) {
  .l-footer .footer-top > .columns + .columns,
  .l-footer .footer-top .footer-right > .row > .columns + .columns {
    margin-top: 0px;
    padding-top: 0px;
    border-top: 0px;
  }
}

@media only screen and (max-width: 64em) {
  .l-footer .footer-top .footer-right .row {
    margin: 0px;
  }
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  .l-footer .footer-top .footer-right .row {
    padding-right: 0px !important;
  }
  .l-footer .footer-top .footer-right .row .footer-right-top-second {
    margin-top: 0px !important;
    padding-top: 0px !important;
    border-top: 0px !important;
  }
}

@media only screen and (min-width: 64.063em) {
  .l-footer .footer-top .footer-right .row .footer-right-bottom .block {
    margin-top: 2.975rem;
    padding-top: 2.975rem;
    border-top: 1px solid #DDDDDD;
  }
  .l-footer .footer-top .footer-right .row .footer-right-top-first {
    border-right: 1px solid #DDDDDD;
  }
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  .l-footer .footer-top > .columns,
  .l-footer .footer-top .footer-right > .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .l-footer .footer-top > .columns div.block,
  .l-footer .footer-top > .columns section,
  .l-footer .footer-top .footer-right > .row div.block,
  .l-footer .footer-top .footer-right > .row section {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    min-width: 50%;
  }
  .l-footer .footer-top > .columns > *:first-child,
  .l-footer .footer-top .footer-right > .row > *:first-child {
    padding-right: 2.0825rem;
  }
  .l-footer .footer-top > .columns > *:nth-child(2),
  .l-footer .footer-top .footer-right > .row > *:nth-child(2) {
    padding-left: 2.0825rem;
    border-left: 1px solid #DDDDDD;
  }
  .l-footer .footer-top > .columns > *:nth-child(3),
  .l-footer .footer-top .footer-right > .row > *:nth-child(3) {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    min-width: 100%;
  }
}

@media only screen and (min-width: 64.063em) {
  .l-footer .footer-top,
  .l-footer .footer-right > .row {
    margin-left: -2.975rem;
    margin-right: -2.975rem;
  }
  .l-footer .footer-centre {
    border-left: 1px solid #DDDDDD;
    border-right: 1px solid #DDDDDD;
  }
}

.l-footer h2 {
  font-size: 1.3125rem;
  margin-bottom: 1rem;
  line-height: 1.5625rem;
}

.l-footer h2 a:after {
  color: #001689;
}

.l-footer ul, .l-footer p {
  font-size: 0.9em;
}

.l-footer p {
  line-height: normal;
}

.l-footer ul {
  margin-left: 0;
  list-style: none;
}

.l-footer li:before {
  margin-right: 1.0625rem;
}

.l-footer li.email:before {
  content: "";
  color: #757575;
  font-size: 1em;
  line-height: inherit;
  font-family: 'eige-icons-font';
  font-weight: normal;
  font-style: normal;
  speak: none;
}

.l-footer li.phone:before {
  content: "";
  color: #757575;
  font-size: 1em;
  line-height: inherit;
  font-family: 'eige-icons-font';
  font-weight: normal;
  font-style: normal;
  speak: none;
}

.l-footer li.contact:before {
  content: "";
  color: #757575;
  font-size: 1em;
  line-height: inherit;
  font-family: 'eige-icons-font';
  font-weight: normal;
  font-style: normal;
  speak: none;
}

.l-footer .social-link-small {
  display: inline-block;
  margin-right: 1.0625rem;
}

.l-footer .social-link-small a {
  display: block;
  font-size: 0px;
  line-height: normal;
}

.l-footer li.social-link-twitter-small a:before {
  content: "";
  color: #001689;
  font-size: 2rem;
  line-height: inherit;
  font-family: 'eige-icons-font';
  font-weight: normal;
  font-style: normal;
  speak: none;
}

.l-footer li.social-link-facebook-small a:before {
  content: "";
  color: #001689;
  font-size: 2rem;
  line-height: inherit;
  font-family: 'eige-icons-font';
  font-weight: normal;
  font-style: normal;
  speak: none;
}

.l-footer li.social-link-youtube-small a:before {
  content: "";
  color: #001689;
  font-size: 2rem;
  line-height: inherit;
  font-family: 'eige-icons-font';
  font-weight: normal;
  font-style: normal;
  speak: none;
}

.l-footer li.social-link-linkedin-small a:before {
  content: "";
  color: #001689;
  font-size: 1.8rem;
  line-height: inherit;
  font-family: 'eige-icons-font';
  font-weight: normal;
  font-style: normal;
  speak: none;
}

.l-footer .eurogender-promo-block img {
  min-width: 170px;
  margin-top: 20px;
}

.l-footer .map {
  float: left;
  margin-right: 22px;
  margin-bottom: 0px !important;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.15);
}

.l-footer .map-link {
  margin-bottom: 3.5rem;
  margin-top: 0.875rem;
  font-size: 0.9em;
  line-height: 1.45;
}

@media only screen and (max-width: 40em) {
  .l-footer .eige-motto {
    margin-bottom: 1.785rem !important;
  }
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  .l-footer .eige-motto {
    margin-bottom: 2.0825rem !important;
  }
}

@media only screen and (min-width: 64.063em) {
  .l-footer .eige-motto {
    margin-bottom: 2.975rem !important;
  }
}

@media print {
  .l-footer .eige-motto {
    margin-bottom: 1.785rem !important;
  }
}

@media only screen and (min-width: 64.063em) {
  .l-footer .eige-motto {
    margin-bottom: 0px !important;
  }
}

.l-footer .eige-motto .row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

.l-footer .eige-motto .logo {
  padding-right: 0px;
  width: auto;
}

@media only screen and (max-width: 40em) {
  .l-footer .eige-motto .logo {
    margin-right: 2.1rem;
  }
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  .l-footer .eige-motto .logo {
    margin-right: 2.45rem;
  }
}

@media only screen and (min-width: 64.063em) {
  .l-footer .eige-motto .logo {
    margin-right: 3.5rem;
  }
}

@media print {
  .l-footer .eige-motto .logo {
    margin-right: 2.1rem;
  }
}

.l-footer .eige-motto .highlighted-frame {
  font-style: italic;
  font-family: "Fira Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 1.125rem;
  line-height: 25px;
  border-width: 4px;
  border-color: #ffce00;
  margin-bottom: 0px !important;
}

.l-footer .webform-improve {
  margin-bottom: 1.25rem;
  margin-right: 1.75rem;
  display: inline-block;
  vertical-align: middle;
}

@media only screen and (min-width: 64.063em) {
  .l-footer .webform-improve {
    position: absolute;
    top: -3.125rem;
    right: 1.75rem;
    margin: 0;
    height: 6.25rem;
  }
}

.l-footer .webform-improve p a {
  padding: 0 1rem;
  display: table-cell;
  vertical-align: middle;
  background: #001689;
  color: #FFFFFF;
  border-radius: 100%;
  width: 6.25rem;
  height: 6.25rem;
  font-size: 0.625rem;
  text-align: center;
  line-height: 1;
  text-transform: uppercase;
}

.l-footer .webform-improve p a:before {
  content: "";
  color: #FFFFFF;
  font-size: 1.5rem;
  line-height: inherit;
  font-family: 'eige-icons-font';
  font-weight: normal;
  font-style: normal;
  speak: none;
}

.l-footer .webform-improve p a:before {
  display: block;
  margin-bottom: 3px;
}

.l-footer .to-top-link {
  display: inline-block;
  vertical-align: middle;
  margin-top: 2.5rem;
  float: right;
}

.l-footer .to-top-link p {
  font-size: 0.9375rem;
  font-weight: 400;
}

.l-footer .to-top-link a:after {
  content: "";
  color: inherit;
  font-size: 1em;
  line-height: inherit;
  font-family: 'eige-icons-font';
  font-weight: normal;
  font-style: normal;
  speak: none;
}

.l-footer .to-top-link a:after {
  margin-left: 0.3125rem;
}

@media only screen and (min-width: 64.063em) {
  .l-footer .to-top-link {
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 1.75rem;
    height: 1.125rem;
  }
  .l-footer .to-top-link p {
    font-size: 0.875rem;
  }
}

@media only screen and (max-width: 64em) {
  .l-footer .to-top-link {
    margin-left: auto;
  }
}

.footer-bottom {
  position: relative;
  padding-left: 0px;
  padding-right: 0px;
}

@media only screen and (max-width: 40em) {
  .footer-bottom {
    padding-top: 1.785rem;
    padding-bottom: 1.785rem;
  }
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  .footer-bottom {
    padding-top: 2.0825rem;
    padding-bottom: 2.0825rem;
  }
}

@media only screen and (min-width: 64.063em) {
  .footer-bottom {
    padding-top: 2.975rem;
    padding-bottom: 2.975rem;
  }
}

@media print {
  .footer-bottom {
    padding-top: 1.785rem;
    padding-bottom: 1.785rem;
  }
}

.footer-bottom:before {
  content: "";
  display: block;
  width: 200vw;
  height: 1px;
  background: #E0E0E0;
  position: absolute;
  top: 0;
  left: -100vw;
  right: -100vw;
  margin: auto;
}

.footer-bottom .block-menu {
  -ms-flex-order: 2;
      order: 2;
}

.footer-bottom .menu {
  margin-bottom: 0;
  line-height: 1.8;
  margin-top: 5px;
}

.footer-bottom .menu li {
  font-size: 0.8125rem;
  display: inline-block;
  margin-right: 1.0625rem;
}

.footer-bottom p {
  margin-bottom: 0 !important;
}

.footer-bottom .copyright {
  -ms-flex-order: 1;
      order: 1;
}

@media only screen and (max-width: 64em) {
  .footer-bottom .copyright {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}

.footer-bottom .copyright p {
  font-size: 1em;
}

@media only screen and (min-width: 64.063em) {
  .footer-bottom {
    margin-top: 3.5rem;
  }
}

@media only screen and (max-width: 64em) {
  .footer-bottom {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.sidebar-wrapper {
  position: relative;
  background-color: #FFFFFF;
  max-width: 1920px;
  margin: auto;
}

.sidebar-menu {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 17.5vw;
  max-width: 356px;
  height: 100vh;
  background-color: #e6e7ef;
  z-index: 110;
  transition: 500ms ease;
}

@media only screen and (max-width: 64em) {
  .sidebar-menu {
    display: none;
  }
}

.sidebar-menu > .expandable-menu {
  padding-top: 3.8125rem;
  position: relative;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}

.sidebar-menu .menu-block-wrapper {
  -ms-flex-positive: 1;
      flex-grow: 1;
}

.sidebar-menu .menu-block-wrapper > ul.menu,
.sidebar-menu .menu-block-wrapper > div > div > ul.menu {
  margin-bottom: 20px;
}

a#sidebar-menu-toggle {
  display: none;
  font-size: 0px;
  line-height: 0px;
  margin-right: 1.875rem;
  transition: basic-transition;
}

a#sidebar-menu-toggle:after {
  content: " ";
  position: relative;
  top: 2px;
  display: block;
  width: 18px;
  box-shadow: 0 0 0 2px #001689, 0 7px 0 2px #001689, 0 14px 0 2px #001689;
}

.sidebar-menu h2.block-title a.close {
  display: none;
  position: absolute;
  top: 15px;
  right: 20px;
  font-size: 0px;
  line-height: normal;
  transition: basic-transition;
}

.sidebar-menu h2.block-title a.close:after {
  content: "⨯";
  font-size: 1.875rem;
}

@media only screen and (min-width: 64em) and (max-width: 1599px) {
  .sidebar-menu {
    width: 356px;
    box-shadow: 0px 0px 35px rgba(0, 0, 0, 0.2);
    transform: translate3d(-356px, 0, 0);
    opacity: 0;
    visibility: hidden;
  }
  .sidebar-wrapper.open .sidebar-menu {
    transform: translate3d(0, 0, 0);
    visibility: visible;
    opacity: 1;
  }
  a#sidebar-menu-toggle,
  .sidebar-menu h2.block-title a.close {
    display: block;
  }
}

@media only screen and (min-width: 1600px) {
  .sidebar-menu + .page-content {
    padding-left: 17.5vw;
  }
}

.sidebar-menu .expandable-menu h2.block-title {
  padding: 0 2.1875rem;
  margin-bottom: 1.625rem !important;
  font-size: 1.625rem;
  font-weight: 700;
}

.sidebar-menu .expandable-menu .menu-block-wrapper > ul.menu > li,
.sidebar-menu .expandable-menu .menu-block-wrapper > div > div > ul.menu > li {
  border-color: rgba(0, 0, 0, 0.1);
}

.sidebar-menu .expandable-menu .menu-block-wrapper > ul.menu > li:last-child,
.sidebar-menu .expandable-menu .menu-block-wrapper > div > div > ul.menu > li:last-child {
  border-color: rgba(0, 0, 0, 0.1);
}

.sidebar-menu .expandable-menu li.has-children:before {
  border-color: #001689;
}

.sidebar-menu .expandable-menu a.home {
  display: none !important;
}

@media only screen and (max-width: 40em) {
  .eige-breadcrumb {
    margin-bottom: 1.365rem;
  }
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  .eige-breadcrumb {
    margin-bottom: 1.5925rem;
  }
}

@media only screen and (min-width: 64.063em) {
  .eige-breadcrumb {
    margin-bottom: 2.275rem;
  }
}

@media print {
  .eige-breadcrumb {
    margin-bottom: 1.365rem;
  }
}

.eige-breadcrumb > .row {
  display: -ms-flexbox;
  display: flex;
}

ul.breadcrumbs {
  padding: 0px;
}

ul.breadcrumbs > li {
  line-height: normal;
}

ul.breadcrumbs > li:first-child > a {
  font-size: 0px;
}

ul.breadcrumbs > li:first-child > a:before {
  content: "";
  color: #001689;
  font-size: 1rem;
  line-height: inherit;
  font-family: 'eige-icons-font';
  font-weight: normal;
  font-style: normal;
  speak: none;
}

ul.breadcrumbs > li:first-child > a:hover:before {
  color: #001fc1;
}

button, .button, form input.webform-calendar {
  padding: 1rem 1.5625rem;
}

button.small, .button.small, form input.small.webform-calendar, div.submenu-tabs ul.menu > li a.button, div.submenu-tabs ul.resp-tabs-list > li a.button {
  padding: 0.85rem 1.3rem;
}

.button.export, form input.export.webform-calendar,
button.export {
  background-color: #001689;
}

.button.export:before, form input.export.webform-calendar:before,
button.export:before {
  content: "";
  color: #FFFFFF;
  font-size: inherit;
  line-height: inherit;
  font-family: 'eige-icons-font';
  font-weight: normal;
  font-style: normal;
  speak: none;
}

.button.export:before, form input.export.webform-calendar:before,
button.export:before {
  margin-right: 10px;
  margin-left: -5px;
}

.button.export:after, form input.export.webform-calendar:after,
button.export:after {
  content: none;
}

.button.edit:before, form input.edit.webform-calendar:before,
button.edit:before {
  content: "";
  color: #FFFFFF;
  font-size: inherit;
  line-height: inherit;
  font-family: 'eige-icons-font';
  font-weight: normal;
  font-style: normal;
  speak: none;
}

.button.edit:before, form input.edit.webform-calendar:before,
button.edit:before {
  margin-right: 10px;
  margin-left: -5px;
}

.button.print-html:before, form input.print-html.webform-calendar:before,
button.print-html:before {
  content: "";
  color: #FFFFFF;
  font-size: inherit;
  line-height: inherit;
  font-family: 'eige-icons-font';
  font-weight: normal;
  font-style: normal;
  speak: none;
}

.button.print-html:before, form input.print-html.webform-calendar:before,
button.print-html:before {
  position: relative;
  top: 2px;
  margin-right: 12px;
  margin-left: -5px;
}

.button.print-pdf:before, form input.print-pdf.webform-calendar:before,
button.print-pdf:before {
  content: "";
  color: #FFFFFF;
  font-size: inherit;
  line-height: inherit;
  font-family: 'eige-icons-font';
  font-weight: normal;
  font-style: normal;
  speak: none;
}

.button.print-pdf:before, form input.print-pdf.webform-calendar:before,
button.print-pdf:before {
  position: relative;
  top: 2px;
  margin-right: 10px;
  margin-left: -5px;
}

.block-eige-base-ec-share-buttons {
  border-top: 0px !important;
  padding-top: 0px !important;
}

@media only screen and (max-width: 40em) {
  .block-eige-base-ec-share-buttons h3 {
    margin-bottom: 0.84rem;
  }
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  .block-eige-base-ec-share-buttons h3 {
    margin-bottom: 0.98rem;
  }
}

@media only screen and (min-width: 64.063em) {
  .block-eige-base-ec-share-buttons h3 {
    margin-bottom: 1.4rem;
  }
}

@media print {
  .block-eige-base-ec-share-buttons h3 {
    margin-bottom: 0.84rem;
  }
}

.block-eige-base-ec-share-buttons .wtShareList {
  margin: 0px;
  padding: 0px;
}

.block-eige-base-ec-share-buttons .wtShareList li {
  height: auto;
  line-height: 0;
}

.block-eige-base-ec-share-buttons .wtShareList a {
  margin: 0px;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
}

.block-eige-base-ec-share-buttons .wtShareList a:focus {
  outline: none;
}

.toggler-wrapper,
.pr-accordion-links__item {
  border-top: 1px solid #E0E0E0;
  border-bottom: 1px solid #E0E0E0;
  transition: 300ms ease-in-out;
}

@media only screen and (max-width: 40em) {
  .toggler-wrapper,
  .pr-accordion-links__item {
    margin-bottom: 2.1rem;
  }
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  .toggler-wrapper,
  .pr-accordion-links__item {
    margin-bottom: 2.45rem;
  }
}

@media only screen and (min-width: 64.063em) {
  .toggler-wrapper,
  .pr-accordion-links__item {
    margin-bottom: 3.5rem;
  }
}

@media print {
  .toggler-wrapper,
  .pr-accordion-links__item {
    margin-bottom: 2.1rem;
  }
}

.toggler-wrapper + .toggler-wrapper, .pr-accordion-links__item + .toggler-wrapper,
.toggler-wrapper + .pr-accordion-links__item,
.pr-accordion-links__item + .pr-accordion-links__item {
  border-top: 0px;
}

@media only screen and (max-width: 40em) {
  .toggler-wrapper + .toggler-wrapper, .pr-accordion-links__item + .toggler-wrapper,
  .toggler-wrapper + .pr-accordion-links__item,
  .pr-accordion-links__item + .pr-accordion-links__item {
    margin-top: -2.1rem;
  }
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  .toggler-wrapper + .toggler-wrapper, .pr-accordion-links__item + .toggler-wrapper,
  .toggler-wrapper + .pr-accordion-links__item,
  .pr-accordion-links__item + .pr-accordion-links__item {
    margin-top: -2.45rem;
  }
}

@media only screen and (min-width: 64.063em) {
  .toggler-wrapper + .toggler-wrapper, .pr-accordion-links__item + .toggler-wrapper,
  .toggler-wrapper + .pr-accordion-links__item,
  .pr-accordion-links__item + .pr-accordion-links__item {
    margin-top: -3.5rem;
  }
}

@media print {
  .toggler-wrapper + .toggler-wrapper, .pr-accordion-links__item + .toggler-wrapper,
  .toggler-wrapper + .pr-accordion-links__item,
  .pr-accordion-links__item + .pr-accordion-links__item {
    margin-top: -2.1rem;
  }
}

.toggler-header,
.pr-accordion-links__item .pr-accordion-links__link {
  position: relative;
  display: block;
  padding-left: 2.8rem !important;
  margin: 0px;
  margin-bottom: 0px !important;
  color: #3E4047;
  font-size: 1.3125rem;
  line-height: normal;
  font-weight: 700;
  cursor: pointer;
  transition: 300ms ease-in-out;
}

@media only screen and (max-width: 40em) {
  .toggler-header,
  .pr-accordion-links__item .pr-accordion-links__link {
    padding: 1.05rem;
  }
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  .toggler-header,
  .pr-accordion-links__item .pr-accordion-links__link {
    padding: 1.225rem;
  }
}

@media only screen and (min-width: 64.063em) {
  .toggler-header,
  .pr-accordion-links__item .pr-accordion-links__link {
    padding: 1.75rem;
  }
}

@media print {
  .toggler-header,
  .pr-accordion-links__item .pr-accordion-links__link {
    padding: 1.05rem;
  }
}

.toggler-header:before,
.pr-accordion-links__item .pr-accordion-links__link:before {
  position: absolute;
  top: -4px;
  right: auto;
  bottom: 0px;
  left: 3px;
  margin: auto;
  content: " ";
  display: inline-block;
  width: 13px;
  height: 13px;
  border-top: 2px solid #ffce00;
  border-left: 2px solid #ffce00;
  -ms-transform: rotate(-135deg) skew(0);
      transform: rotate(-135deg) skew(0);
  visibility: visible;
  transition: 300ms ease-in-out;
}

@media only screen and (max-width: 64em) {
  .toggler-header,
  .pr-accordion-links__item .pr-accordion-links__link {
    font-size: 1.2rem;
  }
}

@media print {
  .toggler-header,
  .pr-accordion-links__item .pr-accordion-links__link {
    color: #3E4047 !important;
  }
}

.toggler-header.active:before,
.pr-accordion-links__item .pr-accordion-links__link.active:before {
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
  top: 5px;
}

.toggler-body,
.pr-accordion-links__item .pr-accordion-links__hidden-content {
  margin: 0px;
  padding-left: 2.8rem;
  width: 100% !important;
}

@media only screen and (max-width: 40em) {
  .toggler-body,
  .pr-accordion-links__item .pr-accordion-links__hidden-content {
    padding-right: 1.05rem;
    padding-bottom: 1.68rem;
  }
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  .toggler-body,
  .pr-accordion-links__item .pr-accordion-links__hidden-content {
    padding-right: 1.225rem;
    padding-bottom: 1.96rem;
  }
}

@media only screen and (min-width: 64.063em) {
  .toggler-body,
  .pr-accordion-links__item .pr-accordion-links__hidden-content {
    padding-right: 1.75rem;
    padding-bottom: 2.8rem;
  }
}

@media print {
  .toggler-body,
  .pr-accordion-links__item .pr-accordion-links__hidden-content {
    padding-right: 1.05rem;
    padding-bottom: 1.68rem;
  }
}

.toggler-body > *:last-child, .pr-accordion-links__item .pr-accordion-links__hidden-content > *:last-child,
.toggler-body > *:last-child > *:last-child,
.pr-accordion-links__item .pr-accordion-links__hidden-content > *:last-child > *:last-child {
  margin-bottom: 0px !important;
}

.rich-text .toggler-body,
.rich-text .pr-accordion-links__item .pr-accordion-links__hidden-content, .pr-accordion-links__item .rich-text .pr-accordion-links__hidden-content {
  overflow: hidden;
}

.field-collection-container {
  border: 0px;
}

@media only screen and (max-width: 40em) {
  .field-collection-container {
    margin-bottom: 2.1rem;
  }
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  .field-collection-container {
    margin-bottom: 2.45rem;
  }
}

@media only screen and (min-width: 64.063em) {
  .field-collection-container {
    margin-bottom: 3.5rem;
  }
}

@media print {
  .field-collection-container {
    margin-bottom: 2.1rem;
  }
}

.field-collection-container .field-collection-view {
  padding: 0px;
  margin: 0px;
  border: 0px;
}

.field-collection-container .field-collection-view + .field-collection-view .toggler-wrapper {
  border-top: 0px;
}

.field-collection-container .toggler-wrapper {
  margin-bottom: 0px !important;
}

.l-main .main .form-type-select,
form .form-type-select {
  z-index: 1;
}

.l-main .main .form-type-select select,
form .form-type-select select {
  background-image: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.l-main .main select,
form select {
  cursor: pointer;
  padding-right: 2.1875rem;
}

.l-main .main select option,
form select option {
  padding: 0.5rem;
}

.no-js .l-main .main .form-type-select, .no-js
form .form-type-select {
  position: relative;
}

.no-js .l-main .main .form-type-select:before, .no-js
form .form-type-select:before {
  top: -28px;
}

.no-js .l-main .main .form-type-select select, .no-js
form .form-type-select select {
  background-image: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

form .webform-component-radios,
form .form-radios {
  margin-bottom: 1.75rem;
}

form label + .form-radios {
  margin-top: 0.9375rem;
}

form input[type="checkbox"] {
  display: none;
}

form input[type="checkbox"] + label {
  position: relative;
  display: inline-block;
  margin: 0px;
  margin-bottom: 1.75rem;
  padding-left: 35px;
  font-size: 17px;
  font-weight: 400;
  transition: 300ms ease-in-out;
  color: #3E4047;
}

form input[type="checkbox"] + label:before {
  content: " ";
  position: absolute;
  top: 0px;
  right: auto;
  bottom: 0px;
  left: 0px;
  margin: auto;
  display: inline-block;
  width: 20px;
  height: 20px;
  border-width: 2px;
  border-color: #B8B8B8;
  border-style: solid;
  background-color: #FFFFFF;
  transition: 300ms ease-in-out;
}

form input[type="checkbox"] + label:after {
  position: absolute;
  top: 0px;
  right: auto;
  bottom: 0px;
  left: 4.5px;
  margin: auto;
  content: " ";
  height: 11px;
  opacity: 0;
  transition: opacity 300ms ease-in-out;
}

form input[type="checkbox"] + label:hover {
  opacity: 0.85;
}

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

form input[type="checkbox"]:checked + label:before {
  border-color: #B8B8B8;
}

form input[type="checkbox"]:checked + label:after {
  opacity: 1;
}

form input[type="checkbox"].error + label {
  color: #f04124;
}

form input[type="checkbox"].error + label:before {
  border-color: #f04124;
}

form input[type="checkbox"] + label:before {
  border-radius: 5px;
}

form input[type="checkbox"] + label:after {
  content: "";
  color: #3E4047;
  font-size: 11px;
  line-height: inherit;
  font-family: 'eige-icons-font';
  font-weight: normal;
  font-style: normal;
  speak: none;
}

form input[type="checkbox"] + label:after {
  height: 11px;
  line-height: normal;
}

form input[type="checkbox"] + label:before {
  top: 5px;
  bottom: auto;
}

form input[type="checkbox"] + label:after {
  top: 10px;
  bottom: auto;
}

form input[type="radio"] {
  display: none;
}

form input[type="radio"] + label {
  position: relative;
  display: inline-block;
  margin: 0px;
  margin-bottom: 1.75rem;
  padding-left: 35px;
  font-size: 17px;
  font-weight: 400;
  transition: 300ms ease-in-out;
  color: #3E4047;
}

form input[type="radio"] + label:before {
  content: " ";
  position: absolute;
  top: 0px;
  right: auto;
  bottom: 0px;
  left: 0px;
  margin: auto;
  display: inline-block;
  width: 20px;
  height: 20px;
  border-width: 2px;
  border-color: #B8B8B8;
  border-style: solid;
  background-color: #FFFFFF;
  transition: 300ms ease-in-out;
}

form input[type="radio"] + label:after {
  position: absolute;
  top: 0px;
  right: auto;
  bottom: 0px;
  left: 6px;
  margin: auto;
  content: " ";
  height: 8px;
  opacity: 0;
  transition: opacity 300ms ease-in-out;
}

form input[type="radio"] + label:hover {
  opacity: 0.85;
}

form input[type="radio"]:checked + label {
  font-weight: 400;
}

form input[type="radio"]:checked + label:before {
  border-color: #B8B8B8;
}

form input[type="radio"]:checked + label:after {
  opacity: 1;
}

form input[type="radio"].error + label {
  color: #f04124;
}

form input[type="radio"].error + label:before {
  border-color: #f04124;
}

form input[type="radio"] + label:before {
  border-radius: 50%;
}

form input[type="radio"] + label:after {
  border-radius: 50%;
  width: 8px;
  background-color: #3E4047;
}

form textarea {
  border-width: 1px;
  padding: 10px;
  resize: none;
  line-height: 1.2;
}

@media only screen and (max-width: 40em) {
  form .webform-container-inline {
    margin-bottom: 2.1rem;
  }
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  form .webform-container-inline {
    margin-bottom: 2.45rem;
  }
}

@media only screen and (min-width: 64.063em) {
  form .webform-container-inline {
    margin-bottom: 3.5rem;
  }
}

@media print {
  form .webform-container-inline {
    margin-bottom: 2.1rem;
  }
}

form .webform-container-inline > .form-item {
  display: inline-block;
  margin-right: 1.54rem;
}

form .webform-container-inline > .form-item .select2-container {
  margin-bottom: 0px;
}

form .webform-component-time {
  display: inline-block;
}

fieldset legend {
  margin: 0;
  font-family: "Fira Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 2rem;
  color: #616161;
  line-height: 2.4rem;
}

@media only screen and (max-width: 40em) {
  fieldset legend {
    margin-bottom: 2.1rem;
  }
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  fieldset legend {
    margin-bottom: 2.45rem;
  }
}

@media only screen and (min-width: 64.063em) {
  fieldset legend {
    margin-bottom: 3.5rem;
  }
}

@media print {
  fieldset legend {
    margin-bottom: 2.1rem;
  }
}

#modalContent fieldset legend {
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #3E4047;
  font-size: 1.1rem;
}

@media only screen and (max-width: 40em) {
  #modalContent fieldset legend {
    margin-bottom: 1.05rem;
  }
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  #modalContent fieldset legend {
    margin-bottom: 1.225rem;
  }
}

@media only screen and (min-width: 64.063em) {
  #modalContent fieldset legend {
    margin-bottom: 1.75rem;
  }
}

@media print {
  #modalContent fieldset legend {
    margin-bottom: 1.05rem;
  }
}

form button.form-submit {
  float: right;
}

form input.webform-calendar {
  padding: 0.625rem 0.875rem;
  margin-top: 15px;
}

form .description, form .view-filters .help, .view-filters form .help {
  font-style: italic;
  color: #aaa;
  font-size: 0.8rem;
  clear: both;
}

@media only screen and (max-width: 40em) {
  form .description, form .view-filters .help, .view-filters form .help {
    margin-bottom: 2.1rem;
  }
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  form .description, form .view-filters .help, .view-filters form .help {
    margin-bottom: 2.45rem;
  }
}

@media only screen and (min-width: 64.063em) {
  form .description, form .view-filters .help, .view-filters form .help {
    margin-bottom: 3.5rem;
  }
}

@media print {
  form .description, form .view-filters .help, .view-filters form .help {
    margin-bottom: 2.1rem;
  }
}

@media only screen and (max-width: 40em) {
  form input + .description, form .view-filters input + .help, .view-filters form input + .help,
  form select + .description,
  form .view-filters select + .help,
  .view-filters form select + .help,
  form textarea + .description,
  form .view-filters textarea + .help,
  .view-filters form textarea + .help {
    margin-top: -1.26rem;
  }
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  form input + .description, form .view-filters input + .help, .view-filters form input + .help,
  form select + .description,
  form .view-filters select + .help,
  .view-filters form select + .help,
  form textarea + .description,
  form .view-filters textarea + .help,
  .view-filters form textarea + .help {
    margin-top: -1.47rem;
  }
}

@media only screen and (min-width: 64.063em) {
  form input + .description, form .view-filters input + .help, .view-filters form input + .help,
  form select + .description,
  form .view-filters select + .help,
  .view-filters form select + .help,
  form textarea + .description,
  form .view-filters textarea + .help,
  .view-filters form textarea + .help {
    margin-top: -2.1rem;
  }
}

@media print {
  form input + .description, form .view-filters input + .help, .view-filters form input + .help,
  form select + .description,
  form .view-filters select + .help,
  .view-filters form select + .help,
  form textarea + .description,
  form .view-filters textarea + .help,
  .view-filters form textarea + .help {
    margin-top: -1.26rem;
  }
}

@media only screen and (max-width: 40em) {
  form [class*="option"] + .description, form .view-filters [class*="option"] + .help, .view-filters form [class*="option"] + .help {
    margin-top: -0.63rem;
  }
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  form [class*="option"] + .description, form .view-filters [class*="option"] + .help, .view-filters form [class*="option"] + .help {
    margin-top: -0.735rem;
  }
}

@media only screen and (min-width: 64.063em) {
  form [class*="option"] + .description, form .view-filters [class*="option"] + .help, .view-filters form [class*="option"] + .help {
    margin-top: -1.05rem;
  }
}

@media print {
  form [class*="option"] + .description, form .view-filters [class*="option"] + .help, .view-filters form [class*="option"] + .help {
    margin-top: -0.63rem;
  }
}

.form-managed-file {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}

.form-managed-file .form-submit {
  margin-right: auto;
  margin-top: 0.9375rem;
}

.form-managed-file input.form-file {
  margin-top: 12px;
  margin-bottom: 0px;
}

.form-managed-file .file {
  font-size: 1rem;
  margin-top: 12px;
}

.form-managed-file .file-size {
  margin-top: 5px;
  font-size: 0.8125rem;
}

@media only screen and (max-width: 40em) {
  .form-managed-file .form-type-textfield {
    margin-top: 2.1rem;
  }
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  .form-managed-file .form-type-textfield {
    margin-top: 2.45rem;
  }
}

@media only screen and (min-width: 64.063em) {
  .form-managed-file .form-type-textfield {
    margin-top: 3.5rem;
  }
}

@media print {
  .form-managed-file .form-type-textfield {
    margin-top: 2.1rem;
  }
}

form.eige-crm-integration-form > div > .form-item,
form.eige-crm-integration-form .fieldset-wrapper > .form-item {
  vertical-align: top;
}

form.eige-crm-integration-form > div > .form-item.form-item-areas-of-interest,
form.eige-crm-integration-form .fieldset-wrapper > .form-item.form-item-areas-of-interest {
  margin-top: 3.5rem;
}

form.eige-crm-integration-form > div .select2-container,
form.eige-crm-integration-form .fieldset-wrapper .select2-container {
  width: 100% !important;
}

@media only screen and (max-width: 40em) {
  form.eige-crm-integration-form #edit-receive-notification-emails {
    margin-bottom: 2.1rem;
  }
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  form.eige-crm-integration-form #edit-receive-notification-emails {
    margin-bottom: 2.45rem;
  }
}

@media only screen and (min-width: 64.063em) {
  form.eige-crm-integration-form #edit-receive-notification-emails {
    margin-bottom: 3.5rem;
  }
}

@media print {
  form.eige-crm-integration-form #edit-receive-notification-emails {
    margin-bottom: 2.1rem;
  }
}

@media only screen and (max-width: 40em) {
  form.eige-crm-integration-form .form-type-checkboxes > label {
    margin-bottom: 1.05rem;
  }
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  form.eige-crm-integration-form .form-type-checkboxes > label {
    margin-bottom: 1.225rem;
  }
}

@media only screen and (min-width: 64.063em) {
  form.eige-crm-integration-form .form-type-checkboxes > label {
    margin-bottom: 1.75rem;
  }
}

@media print {
  form.eige-crm-integration-form .form-type-checkboxes > label {
    margin-bottom: 1.05rem;
  }
}

form.eige-crm-integration-form .form-type-checkboxes .form-checkboxes > div.form-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  margin-top: 0px;
}

@media only screen and (min-width: 40.063em) {
  form.eige-crm-integration-form .form-type-textfield,
  form.eige-crm-integration-form .form-type-select {
    display: inline-block;
    width: calc(50% - 22px);
  }
  form.eige-crm-integration-form .form-type-textfield:nth-child(2),
  form.eige-crm-integration-form .form-type-select:nth-child(2) {
    margin-top: 0px;
  }
  form.eige-crm-integration-form .form-type-textfield:nth-child(odd),
  form.eige-crm-integration-form .form-type-select:nth-child(odd) {
    margin-left: 20px;
  }
  form.eige-crm-integration-form .form-type-textfield:nth-child(even),
  form.eige-crm-integration-form .form-type-select:nth-child(even) {
    margin-right: 20px;
  }
  form.eige-crm-integration-form .form-type-textfield.form-item-country,
  form.eige-crm-integration-form .form-type-select.form-item-country {
    margin-left: 0px;
    margin-right: 20px;
  }
  form.eige-crm-integration-form .fieldset-wrapper .form-type-textfield:nth-child(even),
  form.eige-crm-integration-form .fieldset-wrapper .form-type-select:nth-child(even) {
    margin-left: 20px;
    margin-right: 0px;
  }
  form.eige-crm-integration-form .fieldset-wrapper .form-type-textfield:nth-child(odd),
  form.eige-crm-integration-form .fieldset-wrapper .form-type-select:nth-child(odd) {
    margin-right: 20px;
    margin-left: 0px;
  }
  form.eige-crm-integration-form .form-type-checkboxes .form-checkboxes {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  form.eige-crm-integration-form .form-type-checkboxes .form-checkboxes > div.form-item {
    width: 45%;
  }
}

@media only screen and (min-width: 64.063em) {
  form.eige-crm-integration-form .form-type-checkboxes .form-checkboxes > div.form-item {
    width: 32%;
  }
  form.eige-crm-integration-form > div > .form-item.form-type-textfield:nth-child(2),
  form.eige-crm-integration-form .fieldset-wrapper > .form-item.form-type-textfield:nth-child(2) {
    margin-top: 0px;
  }
}

form.eige-crm-integration-form fieldset {
  padding: 0px;
  border: 0px;
}

form.eige-crm-integration-form fieldset legend {
  font-size: 1.0625rem;
  margin-bottom: 1.25rem;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #3E4047;
  font-weight: 700;
  line-height: 1.75rem;
}

@media only screen and (max-width: 40em) {
  form.eige-crm-integration-form fieldset#edit-address-details legend {
    margin-bottom: 2.1rem;
  }
}

form.eige-crm-integration-form fieldset#edit-receive-notification-emails .fieldset-wrapper > .form-type-checkbox {
  display: inline-block;
  margin-top: 0px;
  margin-right: 20px;
}

form.eige-crm-integration-form .action-buttons {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
}

form.eige-crm-integration-form .action-buttons button {
  margin-left: 5px;
  float: none;
}

@media only screen and (max-width: 40em) {
  form.eige-crm-integration-form .action-buttons:first-child {
    margin-bottom: 2.1rem;
  }
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  form.eige-crm-integration-form .action-buttons:first-child {
    margin-bottom: 2.45rem;
  }
}

@media only screen and (min-width: 64.063em) {
  form.eige-crm-integration-form .action-buttons:first-child {
    margin-bottom: 3.5rem;
  }
}

@media print {
  form.eige-crm-integration-form .action-buttons:first-child {
    margin-bottom: 2.1rem;
  }
}

@media only screen and (max-width: 40em) {
  form.eige-crm-integration-form .action-buttons:last-child {
    margin-top: 2.1rem;
  }
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  form.eige-crm-integration-form .action-buttons:last-child {
    margin-top: 2.45rem;
  }
}

@media only screen and (min-width: 64.063em) {
  form.eige-crm-integration-form .action-buttons:last-child {
    margin-top: 3.5rem;
  }
}

@media print {
  form.eige-crm-integration-form .action-buttons:last-child {
    margin-top: 2.1rem;
  }
}

form.eige-crm-integration-form .error.form-item-store-personal-data label {
  color: #f04124;
}

form#eige-crm-integration-single-action-form .action-buttons {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
}

form#eige-crm-integration-single-action-form .action-buttons button {
  margin-left: 5px;
}


#modalContent form.webform-client-form input[type="text"],
#modalContent form.webform-client-form input[type="password"],
#modalContent form.webform-client-form input[type="date"],
#modalContent form.webform-client-form input[type="datetime"],
#modalContent form.webform-client-form input[type="datetime-local"],
#modalContent form.webform-client-form input[type="month"],
#modalContent form.webform-client-form input[type="week"],
#modalContent form.webform-client-form input[type="email"],
#modalContent form.webform-client-form input[type="number"],
#modalContent form.webform-client-form input[type="search"],
#modalContent form.webform-client-form input[type="tel"],
#modalContent form.webform-client-form input[type="time"],
#modalContent form.webform-client-form input[type="url"],
#modalContent form.webform-client-form input[type="color"],
#modalContent form.webform-client-form textarea,
#modalContent form.webform-client-form select, #modalContent form.webform-client-form .select2-container .select2-choice, .select2-container #modalContent form.webform-client-form .select2-choice,
#modalContent form.webform-client-form .select2-container .select2-selection--single, .select2-container #modalContent form.webform-client-form .select2-selection--single, #modalContent form.webform-client-form .select2-container.select2-container-multi .select2-choices, .select2-container.select2-container-multi #modalContent form.webform-client-form .select2-choices,
#modalContent form.webform-client-form .select2-container.select2-container--default .select2-selection.select2-selection--multiple, .select2-container.select2-container--default #modalContent form.webform-client-form .select2-selection.select2-selection--multiple {
  border-color: #ffce00 !important;
}

#modalContent form.webform-client-form .form-radios .form-item {
  display: inline-block;
}

#modalContent form.webform-client-form .form-radios .form-item + .form-item {
  margin-left: 1.75rem;
}

.webform-component-file .form-managed-file {
  margin: 0.625rem 0;
  height: 3.375rem;
  border: 1px solid #ffce00;
}

@media only screen and (max-width: 40em) {
  .webform-component-file .form-managed-file {
    overflow: hidden;
    height: auto;
  }
}

.webform-component-file .form-file, .webform-component-file span.file {
  width: auto;
  margin: 15px 0 0 15px;
  font-size: 0.8125rem;
}

@media only screen and (min-width: 40.063em) {
  .webform-component-file .form-file, .webform-component-file span.file {
    float: left;
  }
}

.webform-component-file span.file img.file-icon {
  display: none;
}

@media only screen and (min-width: 40.063em) {
  .webform-component-file .form-submit {
    float: right;
    margin: 0;
  }
}

@media only screen and (max-width: 40em) {
  .webform-component-file .form-submit {
    margin: 0.9375rem;
  }
}

.webform-component-file .description, .webform-component-file .view-filters .help, .view-filters .webform-component-file .help {
  margin-top: 0.3125rem !important;
}

@media only screen and (max-width: 40em) {
  #user-profile-form > div > * {
    margin-top: 2.1rem;
  }
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  #user-profile-form > div > * {
    margin-top: 2.45rem;
  }
}

@media only screen and (min-width: 64.063em) {
  #user-profile-form > div > * {
    margin-top: 3.5rem;
  }
}

@media print {
  #user-profile-form > div > * {
    margin-top: 2.1rem;
  }
}

#user-profile-form #edit-account {
  margin-top: 0px;
}

#user-profile-form #edit-account .form-item + .form-item {
  margin-top: 1.5625rem;
}

#user-profile-form #edit-locale {
  display: none !important;
}

#user-profile-form .form-item input {
  margin-bottom: 0px;
}

#user-profile-form .form-item > .description, #user-profile-form .view-filters .form-item > .help, .view-filters #user-profile-form .form-item > .help {
  margin-top: 0.5rem;
  margin-bottom: 0px;
}

#user-profile-form .form-type-password-confirm {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

#user-profile-form .form-type-password-confirm .form-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: calc(50% - 5px);
      flex-basis: calc(50% - 5px);
  -ms-flex-direction: column;
      flex-direction: column;
  margin-top: 0px !important;
}

#user-profile-form .form-type-password-confirm .form-item input {
  margin-bottom: 5px;
}

#user-profile-form .form-type-password-confirm div.password-strength,
#user-profile-form .form-type-password-confirm div.password-confirm {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-order: 3;
      order: 3;
  font-size: 0.8rem;
}

#user-profile-form .form-type-password-confirm .password-strength-text {
  -ms-flex-order: 1;
      order: 1;
  margin-left: 0.625rem;
  font-weight: 700;
}

#user-profile-form .form-type-password-confirm div.password-confirm span {
  padding: 0px;
  margin: 0px;
  margin-left: 0.625rem;
  font-weight: 700;
  font-style: normal;
  background-color: transparent;
}

#user-profile-form .form-type-password-confirm div.password-confirm span.error {
  color: #f04124;
}

#user-profile-form .form-type-password-confirm div.password-confirm span.ok {
  color: #43AC6A;
}

#user-profile-form .form-type-password-confirm .password-suggestions {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}

#user-profile-form .form-type-password-confirm .password-suggestions ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 0px;
}

#user-profile-form .form-type-password-confirm .password-suggestions ul li {
  margin-right: 1.5625rem;
  font-size: 0.8rem;
  line-height: 1.2;
}

form#user-login input[value="user_login"] + p {
  float: left;
  margin-bottom: 0px;
  font-size: 0.9rem;
}

@media only screen and (max-width: 40em) {
  form#user-login input[value="user_login"] + p {
    margin-top: 2.1rem;
  }
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  form#user-login input[value="user_login"] + p {
    margin-top: 2.45rem;
  }
}

@media only screen and (min-width: 64.063em) {
  form#user-login input[value="user_login"] + p {
    margin-top: 3.5rem;
  }
}

@media print {
  form#user-login input[value="user_login"] + p {
    margin-top: 2.1rem;
  }
}

form#user-login input[value="user_login"] + p + button {
  float: right;
  margin-top: 1.5625rem;
}

@media only screen and (max-width: 40em) {
  form#user-login input[value="user_login"] + p + button {
    margin-left: 1.05rem;
  }
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  form#user-login input[value="user_login"] + p + button {
    margin-left: 1.225rem;
  }
}

@media only screen and (min-width: 64.063em) {
  form#user-login input[value="user_login"] + p + button {
    margin-left: 1.75rem;
  }
}

@media print {
  form#user-login input[value="user_login"] + p + button {
    margin-left: 1.05rem;
  }
}

@media only screen and (max-width: 40em) {
  div.submenu-tabs {
    margin-bottom: 2.1rem;
  }
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  div.submenu-tabs {
    margin-bottom: 2.45rem;
  }
}

@media only screen and (min-width: 64.063em) {
  div.submenu-tabs {
    margin-bottom: 3.5rem;
  }
}

@media print {
  div.submenu-tabs {
    margin-bottom: 2.1rem;
  }
}

div.submenu-tabs:after {
  opacity: 0;
  visibility: hidden;
  content: " ";
  position: absolute;
  top: 0px;
  right: 0px;
  width: 3rem;
  height: calc(100% - 3px);
  background: linear-gradient(to left, white 0%, rgba(255, 255, 255, 0.58) 65%, rgba(255, 255, 255, 0) 100%);
  transition: opacity 300ms ease-in-out;
}

@media only screen and (max-width: 64em) {
  div.submenu-tabs {
    position: relative;
    overflow: hidden;
  }
  div.submenu-tabs:before {
    content: " ";
    position: absolute;
    top: calc(100% - 3px);
    right: 0px;
    height: 3px;
    width: 100%;
    background-color: #E0E0E0;
  }
  div.submenu-tabs:after {
    opacity: 1;
    visibility: visible;
  }
}

div.submenu-tabs ul.menu,
div.submenu-tabs ul.resp-tabs-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: flex-end;
  border-bottom: 3px solid #E0E0E0;
}

@media only screen and (max-width: 64em) {
  div.submenu-tabs ul.menu,
  div.submenu-tabs ul.resp-tabs-list {
    position: relative;
    padding-bottom: 3px;
    overflow-x: auto;
    border-bottom: 0px;
  }
  div.submenu-tabs ul.menu:after,
  div.submenu-tabs ul.resp-tabs-list:after {
    content: " ";
    display: inline-block;
    min-width: 3rem;
    height: 1px;
  }
}

div.submenu-tabs ul.menu > li, div.submenu-tabs ul.resp-tabs-list > li {
  position: relative;
  padding: 0px !important;
  margin: 0px;
  margin-top: 0px !important;
  width: auto;
}

div.submenu-tabs ul.menu > li + li, div.submenu-tabs ul.resp-tabs-list > li + li {
  margin-left: 2rem;
}

div.submenu-tabs ul.menu > li a, div.submenu-tabs ul.resp-tabs-list > li a, div.submenu-tabs ul.menu > li span, div.submenu-tabs ul.resp-tabs-list > li span {
  display: block;
  padding: 0rem;
  margin-bottom: 1.5rem;
  text-align: center;
  font-size: 1.0625rem;
  font-weight: 400;
  line-height: 1.0625rem;
  color: #001689;
  background-color: transparent;
  border: 0px;
  transition: 300ms ease-in-out;
  white-space: nowrap;
}

@media only screen and (min-width: 64.063em) {
  div.submenu-tabs ul.menu > li a, div.submenu-tabs ul.resp-tabs-list > li a, div.submenu-tabs ul.menu > li span, div.submenu-tabs ul.resp-tabs-list > li span {
    white-space: normal;
  }
}

div.submenu-tabs ul.menu > li a:hover, div.submenu-tabs ul.resp-tabs-list > li a:hover, div.submenu-tabs ul.menu > li span:hover, div.submenu-tabs ul.resp-tabs-list > li span:hover {
  color: #001fc1;
}

div.submenu-tabs ul.menu > li.active:before, div.submenu-tabs ul.resp-tabs-list > li.active:before, div.submenu-tabs ul.menu > li.active-trail:before, div.submenu-tabs ul.resp-tabs-list > li.active-trail:before, div.submenu-tabs ul.menu > li.selected:before, div.submenu-tabs ul.resp-tabs-list > li.selected:before, div.submenu-tabs ul.menu > li.resp-tab-active:before, div.submenu-tabs ul.resp-tabs-list > li.resp-tab-active:before, div.submenu-tabs ul.menu > li.r-tabs-state-active:before, div.submenu-tabs ul.resp-tabs-list > li.r-tabs-state-active:before {
  content: "";
  display: block;
  position: absolute;
  top: 100%;
  width: 100%;
  height: 3px;
}

div.submenu-tabs ul.menu > li.active > a, div.submenu-tabs ul.resp-tabs-list > li.active > a,
div.submenu-tabs ul.menu > li.active a.active,
div.submenu-tabs ul.resp-tabs-list > li.active a.active,
div.submenu-tabs ul.menu > li.active a.selected,
div.submenu-tabs ul.resp-tabs-list > li.active a.selected,
div.submenu-tabs ul.menu > li.active a:hover,
div.submenu-tabs ul.resp-tabs-list > li.active a:hover,
div.submenu-tabs ul.menu > li.active > span,
div.submenu-tabs ul.resp-tabs-list > li.active > span, div.submenu-tabs ul.menu > li.active-trail > a, div.submenu-tabs ul.resp-tabs-list > li.active-trail > a,
div.submenu-tabs ul.menu > li.active-trail a.active,
div.submenu-tabs ul.resp-tabs-list > li.active-trail a.active,
div.submenu-tabs ul.menu > li.active-trail a.selected,
div.submenu-tabs ul.resp-tabs-list > li.active-trail a.selected,
div.submenu-tabs ul.menu > li.active-trail a:hover,
div.submenu-tabs ul.resp-tabs-list > li.active-trail a:hover,
div.submenu-tabs ul.menu > li.active-trail > span,
div.submenu-tabs ul.resp-tabs-list > li.active-trail > span, div.submenu-tabs ul.menu > li.selected > a, div.submenu-tabs ul.resp-tabs-list > li.selected > a,
div.submenu-tabs ul.menu > li.selected a.active,
div.submenu-tabs ul.resp-tabs-list > li.selected a.active,
div.submenu-tabs ul.menu > li.selected a.selected,
div.submenu-tabs ul.resp-tabs-list > li.selected a.selected,
div.submenu-tabs ul.menu > li.selected a:hover,
div.submenu-tabs ul.resp-tabs-list > li.selected a:hover,
div.submenu-tabs ul.menu > li.selected > span,
div.submenu-tabs ul.resp-tabs-list > li.selected > span, div.submenu-tabs ul.menu > li.resp-tab-active > a, div.submenu-tabs ul.resp-tabs-list > li.resp-tab-active > a,
div.submenu-tabs ul.menu > li.resp-tab-active a.active,
div.submenu-tabs ul.resp-tabs-list > li.resp-tab-active a.active,
div.submenu-tabs ul.menu > li.resp-tab-active a.selected,
div.submenu-tabs ul.resp-tabs-list > li.resp-tab-active a.selected,
div.submenu-tabs ul.menu > li.resp-tab-active a:hover,
div.submenu-tabs ul.resp-tabs-list > li.resp-tab-active a:hover,
div.submenu-tabs ul.menu > li.resp-tab-active > span,
div.submenu-tabs ul.resp-tabs-list > li.resp-tab-active > span, div.submenu-tabs ul.menu > li.r-tabs-state-active > a, div.submenu-tabs ul.resp-tabs-list > li.r-tabs-state-active > a,
div.submenu-tabs ul.menu > li.r-tabs-state-active a.active,
div.submenu-tabs ul.resp-tabs-list > li.r-tabs-state-active a.active,
div.submenu-tabs ul.menu > li.r-tabs-state-active a.selected,
div.submenu-tabs ul.resp-tabs-list > li.r-tabs-state-active a.selected,
div.submenu-tabs ul.menu > li.r-tabs-state-active a:hover,
div.submenu-tabs ul.resp-tabs-list > li.r-tabs-state-active a:hover,
div.submenu-tabs ul.menu > li.r-tabs-state-active > span,
div.submenu-tabs ul.resp-tabs-list > li.r-tabs-state-active > span {
  cursor: default;
  font-weight: 700;
}

div.submenu-tabs ul.menu > li.hidden-tab, div.submenu-tabs ul.resp-tabs-list > li.hidden-tab {
  display: none;
}

div.submenu-tabs ul.menu > li.hidden-tab:first-child + li, div.submenu-tabs ul.resp-tabs-list > li.hidden-tab:first-child + li {
  margin-left: 0px;
}

div.submenu-tabs ul.menu > li a.button, div.submenu-tabs ul.resp-tabs-list > li a.button {
  padding: 0.85rem 1.3rem;
  margin-bottom: 0.625rem;
  background-color: #001689;
  color: #FFFFFF;
}

div.submenu-tabs ul.menu > li a.button:hover, div.submenu-tabs ul.resp-tabs-list > li a.button:hover {
  background-color: #001fc1;
}

@media only screen and (min-width: 64.063em) {
  div.submenu-tabs ul.menu > li.export, div.submenu-tabs ul.resp-tabs-list > li.export, div.submenu-tabs ul.menu > li.eige-menu-link-logout, div.submenu-tabs ul.resp-tabs-list > li.eige-menu-link-logout {
    margin-left: auto;
  }
}

div.submenu-tabs ul.menu > li.export a.button, div.submenu-tabs ul.resp-tabs-list > li.export a.button {
  background-color: #001689;
}

@media only screen and (max-width: 64em) {
  div.submenu-tabs.field-group-easy-responsive-tabs-processed:before {
    top: 2.5625rem;
  }
  div.submenu-tabs.field-group-easy-responsive-tabs-processed:after {
    height: 2.5625rem;
  }
}

@media only screen and (max-width: 40em) {
  div.submenu-tabs ul.resp-tabs-list {
    margin-bottom: 2.1rem;
  }
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  div.submenu-tabs ul.resp-tabs-list {
    margin-bottom: 2.45rem;
  }
}

@media only screen and (min-width: 64.063em) {
  div.submenu-tabs ul.resp-tabs-list {
    margin-bottom: 3.5rem;
  }
}

@media print {
  div.submenu-tabs ul.resp-tabs-list {
    margin-bottom: 2.1rem;
  }
}

div.submenu-tabs ul.resp-tabs-list li {
  border: 0px;
}

div.submenu-tabs ul.resp-tabs-list li.resp-tab-active {
  margin-bottom: 0px !important;
}

div.submenu-tabs ul.resp-tabs-list li span {
  cursor: pointer;
}

div.submenu-tabs .resp-tabs-container {
  background-color: transparent;
}

div.submenu-tabs .resp-tabs-container h2.resp-accordion {
  display: none;
}

div.submenu-tabs .resp-tabs-container .resp-tab-content {
  padding: 0px;
  border: 0px;
}

div.submenu-tabs .resp-tabs-container .resp-tab-content *:last-child {
  margin-bottom: 0px;
}

div.submenu-tabs .resp-tabs-container ul.items-list li:last-child {
  border-bottom: 0px;
  padding-bottom: 0px;
}

.section-projects .group-tabbet-content > h2 {
  display: none;
}

.l-title .title-bottom div.submenu-tabs {
  -ms-flex-positive: 1;
      flex-grow: 1;
}

@media only screen and (min-width: 64.063em) {
  .l-title .title-bottom div.submenu-tabs {
    margin-bottom: 0px !important;
  }
}

@media only screen and (max-width: 64em) {
  .l-title .title-bottom div.submenu-tabs {
    margin-bottom: -3px !important;
  }
}

.l-title .title-bottom div.submenu-tabs:before {
  content: none;
}

.l-title .title-bottom div.submenu-tabs ul {
  border-bottom: 0px;
}

ul.tabs.vertical {
  max-width: none;
  float: none;
  width: 100%;
}

@media only screen and (min-width: 40.063em) {
  ul.tabs.vertical {
    float: left;
    width: 40%;
  }
}

@media only screen and (min-width: 64.063em) {
  ul.tabs.vertical {
    width: 30%;
  }
}

ul.tabs.vertical li.tab-title > a {
  position: relative;
  padding: 0.9375rem 3.5rem 0.9375rem 1.25rem;
  font-size: 0.95rem;
  font-weight: 500;
  line-height: 1.3;
  color: #001689;
}

@media only screen and (min-width: 64.063em) {
  ul.tabs.vertical li.tab-title > a {
    font-size: 1.0625rem;
    padding: 1.25rem 2.5rem;
    padding-right: 3.5rem;
  }
}

ul.tabs.vertical li.tab-title > a:before {
  content: " ";
  display: block;
  position: absolute;
  right: 100%;
  top: 0px;
  width: 2px;
  height: 100%;
  opacity: 0;
  transition: opacity 300ms ease-in-out;
}

ul.tabs.vertical li.tab-title > a:after {
  top: 1.0625rem;
  right: 1.25rem;
  opacity: 1;
  transition: opacity 300ms ease-in-out;
}

@media only screen and (min-width: 64.063em) {
  ul.tabs.vertical li.tab-title > a:after {
    top: 1.4375rem;
  }
}

ul.tabs.vertical li.tab-title.active a {
  cursor: default;
  background-color: transparent !important;
}

ul.tabs.vertical li.tab-title.active a:before {
  opacity: 1;
}

ul.tabs.vertical li.tab-title.active a:after {
  opacity: 0;
}

ul.tabs.vertical li.tab-title:nth-child(even) > a {
  background-color: #fff3bf;
}

ul.tabs.vertical li.tab-title:nth-child(odd) > a {
  background-color: #ffeb99;
}

ul.tabs.vertical + .view-content.tabs-content {
  width: 100%;
  margin: 0px;
  background-color: transparent;
}

@media only screen and (max-width: 40em) {
  ul.tabs.vertical + .view-content.tabs-content {
    margin-top: 2.1rem;
  }
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  ul.tabs.vertical + .view-content.tabs-content {
    margin-top: 2.45rem;
  }
}

@media only screen and (min-width: 64.063em) {
  ul.tabs.vertical + .view-content.tabs-content {
    margin-top: 3.5rem;
  }
}

@media print {
  ul.tabs.vertical + .view-content.tabs-content {
    margin-top: 2.1rem;
  }
}

@media only screen and (min-width: 40.063em) {
  ul.tabs.vertical + .view-content.tabs-content {
    float: right;
    width: 60%;
    padding-left: 1.75rem;
    margin-top: 0rem;
  }
}

@media only screen and (min-width: 64.063em) {
  ul.tabs.vertical + .view-content.tabs-content {
    width: 70%;
    padding-left: 3.5rem;
  }
}

ul.tabs.vertical + .view-content.tabs-content .content {
  padding: 0px;
}

@media only screen and (max-width: 40em) {
  ul.tabs.vertical + .view-content.tabs-content .content > * + * {
    margin-top: 2.1rem !important;
  }
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  ul.tabs.vertical + .view-content.tabs-content .content > * + * {
    margin-top: 2.45rem !important;
  }
}

@media only screen and (min-width: 64.063em) {
  ul.tabs.vertical + .view-content.tabs-content .content > * + * {
    margin-top: 3.5rem !important;
  }
}

@media print {
  ul.tabs.vertical + .view-content.tabs-content .content > * + * {
    margin-top: 2.1rem !important;
  }
}

.file-download {
  position: relative;
  display: inline-block;
  padding-left: 4.0625rem;
  font-family: "Fira Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.125rem;
  line-height: 1.5rem;
  font-weight: 500;
  border-bottom: 0px !important;
}

.file-download:before {
  content: "";
  color: #3E4047;
  font-size: 1.1rem;
  line-height: inherit;
  font-family: 'eige-icons-font';
  font-weight: normal;
  font-style: normal;
  speak: none;
}

.file-download:before {
  position: absolute;
  top: 0px;
  right: auto;
  bottom: 0px;
  left: 0px;
  margin: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
}

.file-download .file-meta {
  display: block;
  margin-top: 0.3125rem;
  color: #757575;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.8125rem;
  line-height: normal;
  text-transform: uppercase;
}

.file-download .file-language {
  font-weight: 700;
}

.file-download-item + .file-download-item {
  border-top: 1px solid #E0E0E0;
}

@media only screen and (max-width: 40em) {
  .file-download-item + .file-download-item {
    margin-top: 1.05rem;
    padding-top: 1.05rem;
  }
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  .file-download-item + .file-download-item {
    margin-top: 1.225rem;
    padding-top: 1.225rem;
  }
}

@media only screen and (min-width: 64.063em) {
  .file-download-item + .file-download-item {
    margin-top: 1.75rem;
    padding-top: 1.75rem;
  }
}

@media print {
  .file-download-item + .file-download-item {
    margin-top: 1.05rem;
    padding-top: 1.05rem;
  }
}

@media only screen and (max-width: 40em) {
  .items-list {
    margin-bottom: 1.05rem;
  }
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  .items-list {
    margin-bottom: 1.225rem;
  }
}

@media only screen and (min-width: 64.063em) {
  .items-list {
    margin-bottom: 1.75rem;
  }
}

@media print {
  .items-list {
    margin-bottom: 1.05rem;
  }
}

.items-list > li {
  line-height: normal;
}

.items-list > li + li {
  border-top: 1px solid #E0E0E0;
}

@media only screen and (max-width: 40em) {
  .items-list > li + li {
    padding-top: 1.05rem;
    margin-top: 1.05rem;
  }
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  .items-list > li + li {
    padding-top: 1.225rem;
    margin-top: 1.225rem;
  }
}

@media only screen and (min-width: 64.063em) {
  .items-list > li + li {
    padding-top: 1.75rem;
    margin-top: 1.75rem;
  }
}

@media print {
  .items-list > li + li {
    padding-top: 1.05rem;
    margin-top: 1.05rem;
  }
}

.items-list > li > div:last-child {
  margin-bottom: 0px !important;
}

.items-list article {
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 26.25em) {
  .items-list article {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media only screen and (max-width: 64em) {
  [class*="view-events"] .items-list article {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.items-list .image-wrapper {
  -ms-flex-preferred-size: 40%;
      flex-basis: 40%;
  min-width: 40%;
  padding-right: 1.75rem;
}

@media only screen and (max-width: 26.25em) {
  .items-list .image-wrapper {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    min-width: 100%;
    padding-right: 0px;
    margin-bottom: 1.75rem;
  }
  .items-list .image-wrapper .pdfpreview {
    text-align: center;
  }
  .items-list .image-wrapper .pdfpreview img {
    width: auto;
  }
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  .items-list .image-wrapper {
    -ms-flex-preferred-size: 30%;
        flex-basis: 30%;
    min-width: 30%;
  }
}

@media only screen and (min-width: 64.063em) {
  .items-list .image-wrapper {
    -ms-flex-preferred-size: 22.5%;
        flex-basis: 22.5%;
    min-width: 22.5%;
  }
}

.items-list .content-wrapper {
  -ms-flex-positive: 1;
      flex-grow: 1;
}

.items-list .content-wrapper > div:last-child {
  margin-bottom: 0px;
}

.items-list .field-content > *:last-child {
  margin-bottom: 0px;
}

.items-list .title:last-child {
  margin-bottom: 0px !important;
}

.items-list a.more-inline {
  top: 4px;
}

.items-list .date-wrapper {
  -ms-flex-preferred-size: 17%;
      flex-basis: 17%;
  min-width: 17%;
  display: -ms-flexbox;
  display: flex;
  border-left: 1px solid #E0E0E0;
}

.items-list .date-wrapper > div {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  min-width: 50%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}

.items-list .date-wrapper .month,
.items-list .date-wrapper .year {
  font-size: 0.75rem;
  font-weight: 300;
  text-transform: uppercase;
  color: #666666;
}

.items-list .date-wrapper .day {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2;
  color: #3E4047;
}

.items-list .date-wrapper .year {
  line-height: 1.8;
}

.items-list .date-wrapper .field-name-field-event-end-date {
  margin-left: -1px;
  position: relative;
  border-left: 1px solid #E0E0E0;
}

.items-list .date-wrapper .field-name-field-event-end-date:after {
  content: "";
  color: #B8B8B8;
  font-size: 0.65rem;
  line-height: inherit;
  font-family: 'eige-icons-font';
  font-weight: normal;
  font-style: normal;
  speak: none;
}

.items-list .date-wrapper .field-name-field-event-end-date:after {
  position: absolute;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 1.625rem;
  height: 1.625rem;
  border: 1px solid #E0E0E0;
  border-radius: 50%;
  background-color: #FFFFFF;
}

.items-list .date-wrapper .field-name-field-event-end-date:after {
  left: -0.8125rem;
}

.items-list .date-wrapper .field-name-field-event-end-date:after {
  top: 0px;
  bottom: 0px;
  margin: auto;
}

@media only screen and (max-width: 64em) {
  .items-list .date-wrapper {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    min-width: 100%;
    margin-bottom: 1.75rem;
    border-left: 1px solid #E0E0E0;
    border-right: 1px solid #E0E0E0;
  }
  .items-list .date-wrapper > div {
    padding: 10px 0px;
  }
  .items-list .date-wrapper > div span {
    margin: 0 3px;
  }
}

@media only screen and (min-width: 64.063em) {
  .items-list .date-wrapper {
    -ms-flex-preferred-size: 17%;
        flex-basis: 17%;
    min-width: 17%;
  }
  .items-list .date-wrapper + .image-wrapper {
    -ms-flex-preferred-size: 15%;
        flex-basis: 15%;
    min-width: 15%;
  }
  .items-list .date-wrapper > div {
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .items-list .date-wrapper .field-name-field-event-start-date {
    border-right: 1px solid #E0E0E0;
  }
}

.items-list .date-wrapper + .image-wrapper {
  -ms-flex-preferred-size: 35%;
      flex-basis: 35%;
  min-width: 35%;
}

.items-list .date-wrapper + .image-wrapper + .content-wrapper {
  -ms-flex-preferred-size: 65%;
      flex-basis: 65%;
}

@media only screen and (max-width: 26.25em) {
  .items-list .date-wrapper + .image-wrapper {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    min-width: 100%;
  }
  .items-list .date-wrapper + .image-wrapper + .content-wrapper {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  .items-list .date-wrapper + .image-wrapper {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    min-width: 25%;
  }
  .items-list .date-wrapper + .image-wrapper + .content-wrapper {
    -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
  }
}

@media only screen and (min-width: 64.063em) {
  .items-list .date-wrapper + .image-wrapper {
    -ms-flex-preferred-size: 15%;
        flex-basis: 15%;
    min-width: 15%;
  }
}

.items-list .date-wrapper + .image-wrapper .image {
  position: relative;
  padding-top: 56%;
  overflow: hidden;
  background-color: #E0E0E0;
}

.items-list .date-wrapper + .image-wrapper .image img {
  position: absolute;
  top: -9999px;
  right: -9999px;
  bottom: -9999px;
  left: -9999px;
  margin: auto;
}

.items-list > li .content-wrapper > .toggler-wrapper .toggler-header:before {
  top: 8px;
}

.items-list > li .content-wrapper > .toggler-wrapper .toggler-header.active:before {
  top: 24px;
}

@media only screen and (max-width: 40em) {
  .items-list > li .content-wrapper > .toggler-wrapper .toggler-body .body {
    margin-bottom: 2.1rem;
  }
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  .items-list > li .content-wrapper > .toggler-wrapper .toggler-body .body {
    margin-bottom: 2.45rem;
  }
}

@media only screen and (min-width: 64.063em) {
  .items-list > li .content-wrapper > .toggler-wrapper .toggler-body .body {
    margin-bottom: 3.5rem;
  }
}

@media print {
  .items-list > li .content-wrapper > .toggler-wrapper .toggler-body .body {
    margin-bottom: 2.1rem;
  }
}

.items-list > li .content-wrapper > .toggler-wrapper .toggler-body strong {
  display: block;
  margin-bottom: 0px;
}

.items-list > li .content-wrapper > .toggler-wrapper .toggler-body *:last-child {
  margin-bottom: 0px;
}

.items-list > li:not(:first-child) .content-wrapper .toggler-wrapper {
  margin-top: -1.75rem;
  border-top: 0px;
}

.items-list > li:not(:last-child) .content-wrapper .toggler-wrapper {
  border-bottom: 0px;
}

@media only screen and (max-width: 40em) {
  .items-list > li:not(:last-child) .content-wrapper .toggler-wrapper {
    margin-bottom: -1.05rem !important;
  }
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  .items-list > li:not(:last-child) .content-wrapper .toggler-wrapper {
    margin-bottom: -1.225rem !important;
  }
}

@media only screen and (min-width: 64.063em) {
  .items-list > li:not(:last-child) .content-wrapper .toggler-wrapper {
    margin-bottom: -1.75rem !important;
  }
}

@media print {
  .items-list > li:not(:last-child) .content-wrapper .toggler-wrapper {
    margin-bottom: -1.05rem !important;
  }
}

.items-list .content-wrapper {
  line-height: 0;
}

.items-list li.promoted {
  background-color: #fff3bf;
  border: 0px;
}

@media only screen and (max-width: 40em) {
  .items-list li.promoted {
    padding-top: 0.84rem;
    padding-right: 1.05rem;
    padding-bottom: 0.84rem;
    padding-left: 1.05rem;
    margin-bottom: 1.05rem;
  }
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  .items-list li.promoted {
    padding-top: 0.98rem;
    padding-right: 1.225rem;
    padding-bottom: 0.98rem;
    padding-left: 1.225rem;
    margin-bottom: 1.225rem;
  }
}

@media only screen and (min-width: 64.063em) {
  .items-list li.promoted {
    padding-top: 1.4rem;
    padding-right: 1.75rem;
    padding-bottom: 1.4rem;
    padding-left: 1.75rem;
    margin-bottom: 1.75rem;
  }
}

@media print {
  .items-list li.promoted {
    padding-top: 0.84rem;
    padding-right: 1.05rem;
    padding-bottom: 0.84rem;
    padding-left: 1.05rem;
    margin-bottom: 1.05rem;
  }
}

@media only screen and (max-width: 40em) {
  .items-list li.promoted + li.promoted {
    margin-top: -0.42rem;
  }
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  .items-list li.promoted + li.promoted {
    margin-top: -0.49rem;
  }
}

@media only screen and (min-width: 64.063em) {
  .items-list li.promoted + li.promoted {
    margin-top: -0.7rem;
  }
}

@media print {
  .items-list li.promoted + li.promoted {
    margin-top: -0.42rem;
  }
}

body.colored-section .items-list li.promoted * {
  color: #FFFFFF !important;
}

body.colored-section .items-list li.promoted .title-prefix:before {
  background-color: #FFFFFF !important;
}

@media only screen and (max-width: 40em) {
  .grid-list {
    margin-left: -1.05rem;
    margin-right: -1.05rem;
    margin-bottom: 1.05rem;
  }
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  .grid-list {
    margin-left: -1.225rem;
    margin-right: -1.225rem;
    margin-bottom: 1.225rem;
  }
}

@media only screen and (min-width: 64.063em) {
  .grid-list {
    margin-left: -1.75rem;
    margin-right: -1.75rem;
    margin-bottom: 1.75rem;
  }
}

@media print {
  .grid-list {
    margin-left: -1.05rem;
    margin-right: -1.05rem;
    margin-bottom: 1.05rem;
  }
}

.grid-list li {
  margin: 0px;
  padding: 0px;
}

@media only screen and (max-width: 40em) {
  .grid-list li {
    padding-left: 1.05rem;
    padding-right: 1.05rem;
  }
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  .grid-list li {
    padding-left: 1.225rem;
    padding-right: 1.225rem;
  }
}

@media only screen and (min-width: 64.063em) {
  .grid-list li {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }
}

@media print {
  .grid-list li {
    padding-left: 1.05rem;
    padding-right: 1.05rem;
  }
}

.grid-list li + li article {
  border-top: 1px solid #E0E0E0;
}

@media only screen and (max-width: 40em) {
  .grid-list li + li article {
    margin-top: 1.05rem;
    padding-top: 1.05rem;
  }
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  .grid-list li + li article {
    margin-top: 1.225rem;
    padding-top: 1.225rem;
  }
}

@media only screen and (min-width: 64.063em) {
  .grid-list li + li article {
    margin-top: 1.75rem;
    padding-top: 1.75rem;
  }
}

@media print {
  .grid-list li + li article {
    margin-top: 1.05rem;
    padding-top: 1.05rem;
  }
}

.grid-list li .content-wrapper > div:last-child {
  margin-bottom: 0px !important;
}

@media only screen and (max-width: 26.25em) {
  .grid-list li {
    float: none;
    width: 100%;
  }
}

@media only screen and (min-width: 26.25em) and (max-width: 40em) {
  .grid-list.small-block-grid-2 li:nth-child(2) article {
    border-top: 0px;
    padding-top: 0px !important;
    margin-top: 0px !important;
  }
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  .grid-list.medium-block-grid-2 li:nth-child(2) article {
    border-top: 0px;
    padding-top: 0px !important;
    margin-top: 0px !important;
  }
  .grid-list.medium-block-grid-3 li:nth-child(2) article,
  .grid-list.medium-block-grid-3 li:nth-child(3) article {
    border-top: 0px;
    padding-top: 0px !important;
    margin-top: 0px !important;
  }
}

@media only screen and (min-width: 64.063em) {
  .grid-list.large-block-grid-2 li:nth-child(2) article {
    border-top: 0px;
    padding-top: 0px !important;
    margin-top: 0px !important;
  }
  .grid-list.large-block-grid-3 li:nth-child(2) article,
  .grid-list.large-block-grid-3 li:nth-child(3) article {
    border-top: 0px;
    padding-top: 0px !important;
    margin-top: 0px !important;
  }
  .grid-list.large-block-grid-4 li:nth-child(2) article,
  .grid-list.large-block-grid-4 li:nth-child(3) article,
  .grid-list.large-block-grid-4 li:nth-child(4) article {
    border-top: 0px;
    padding-top: 0px !important;
    margin-top: 0px !important;
  }
}

.grid-list .image-wrapper {
  margin-bottom: 0.9375rem;
}

.grid-list .body p + p {
  margin-top: 0px;
}

.grid-list .field-name-field-quote {
  margin-bottom: 0.9375rem;
}

@media only screen and (max-width: 40em) {
  .grid-list .field-name-field-quote {
    margin-bottom: 0.625rem;
  }
}

.grid-list .content-wrapper {
  line-height: 0;
}

.rich-text .grid-list .image-wrapper .image a,
.block-block .grid-list .image-wrapper .image a {
  position: relative;
  padding-bottom: 57.2%;
}

.rich-text .grid-list .image-wrapper .image a img,
.block-block .grid-list .image-wrapper .image a img {
  position: absolute;
  top: -9999px;
  right: -9999px;
  bottom: -9999px;
  left: -9999px;
  margin: auto;
  width: 100%;
  height: auto;
}

.l-messages .alert-box {
  padding: 0.9375rem 1.875rem 0.9375rem 1.25rem;
  font-size: 0.9rem;
  font-weight: 300;
  line-height: 1.3;
  border: 0px;
}

@media only screen and (max-width: 40em) {
  .l-messages .alert-box {
    margin-bottom: 2.1rem;
  }
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  .l-messages .alert-box {
    margin-bottom: 2.45rem;
  }
}

@media only screen and (min-width: 64.063em) {
  .l-messages .alert-box {
    margin-bottom: 3.5rem;
  }
}

@media print {
  .l-messages .alert-box {
    margin-bottom: 2.1rem;
  }
}

.l-messages .alert-box *:nth-last-child(2) {
  margin-bottom: 0px;
}

.l-messages .alert-box.secondary {
  background-color: #777777;
}

.l-messages .alert-box a {
  color: #FFFFFF;
  font-weight: 500;
}

.l-messages .alert-box a:not(.close) {
  border-bottom: 1px dotted #FFFFFF;
}

@media only screen and (min-width: 64.063em) {
  .l-messages .alert-box a:not(.close):hover {
    color: rgba(255, 255, 255, 0.6);
  }
}

.l-messages .alert-box p:last-of-type {
  margin-bottom: 0px !important;
}

.l-messages .alert-box a.close {
  padding: 10px 5px;
  opacity: 0.6;
}

@media only screen and (min-width: 64.063em) {
  .l-messages .alert-box a.close:hover {
    opacity: 1;
  }
}

.no-support-message {
  max-width: 90rem;
  margin: auto;
  margin-top: 120px;
  margin-bottom: 50px;
}

.no-support-message p {
  text-align: center;
  font-size: 2rem;
}

@media only screen and (max-width: 40em) {
  .panel-pane h3.pane-title {
    margin-bottom: 2.1rem;
  }
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  .panel-pane h3.pane-title {
    margin-bottom: 2.45rem;
  }
}

@media only screen and (min-width: 64.063em) {
  .panel-pane h3.pane-title {
    margin-bottom: 3.5rem;
  }
}

@media print {
  .panel-pane h3.pane-title {
    margin-bottom: 2.1rem;
  }
}

@media only screen and (max-width: 40em) {
  .panel-pane .view-footer {
    margin-top: 1.05rem;
  }
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  .panel-pane .view-footer {
    margin-top: 1.225rem;
  }
}

@media only screen and (min-width: 64.063em) {
  .panel-pane .view-footer {
    margin-top: 1.75rem;
  }
}

@media print {
  .panel-pane .view-footer {
    margin-top: 1.05rem;
  }
}

.panel-pane .view-footer .more-link {
  text-align: right;
}

@media only screen and (min-width: 64.063em) {
  .panel-pane .pane-views-panes h2.pane-title {
    padding-right: 100px;
  }
}

.panel-pane .items-list article .image-wrapper {
  -ms-flex-preferred-size: 36%;
      flex-basis: 36%;
  min-width: 36%;
}

@media only screen and (max-width: 26.25em) {
  .panel-pane .items-list article {
    display: block;
  }
  .panel-pane .items-list article > div {
    max-width: 100%;
  }
  .panel-pane .items-list article .image-wrapper {
    padding-right: 0px;
    margin-bottom: 0.9375rem;
  }
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  .panel-pane .items-list article .image-wrapper {
    -ms-flex-preferred-size: 45%;
        flex-basis: 45%;
    min-width: 45%;
    padding-right: 0.9375rem;
  }
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  .panel-pane:not(.pane-home-page-nodequeue) .grid-list li {
    width: 100%;
    float: none;
  }
  .panel-pane:not(.pane-home-page-nodequeue) .grid-list article {
    display: -ms-flexbox;
    display: flex;
  }
  .panel-pane:not(.pane-home-page-nodequeue) .grid-list .image-wrapper {
    -ms-flex-preferred-size: 45%;
        flex-basis: 45%;
    min-width: 45%;
    padding-right: 0.9375rem;
  }
  .panel-pane:not(.pane-home-page-nodequeue) .grid-list .content-wrapper {
    -ms-flex-positive: 1;
        flex-grow: 1;
  }
}

@media only screen and (max-width: 40em) {
  .panel-pane .flex-video {
    margin-bottom: 2.1rem;
  }
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  .panel-pane .flex-video {
    margin-bottom: 2.45rem;
  }
}

@media only screen and (min-width: 64.063em) {
  .panel-pane .flex-video {
    margin-bottom: 3.5rem;
  }
}

@media print {
  .panel-pane .flex-video {
    margin-bottom: 2.1rem;
  }
}

.panel-pane .promo-grid {
  margin-bottom: 0px;
}

.panel-pane .mCustomScrollBox {
  padding-right: 1.25rem;
}

.panel-pane .view-content.mCustomScrollbar + .view-footer {
  margin-top: 0px;
  border-top: 0px;
}

div:not([class*="-12"]) > .panel-pane ul.items-list {
  margin-bottom: 0px;
}

div:not([class*="-12"]) > .panel-pane ul.items-list .title {
  font-size: 1.125rem;
  line-height: normal;
}

div:not([class*="-12"]) > .panel-pane ul.items-list a.more:after {
  line-height: 1.6;
}

@media only screen and (max-width: 40em) {
  div:not([class*="-12"]) > .panel-pane .toggler-header {
    padding: 0.525rem;
  }
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  div:not([class*="-12"]) > .panel-pane .toggler-header {
    padding: 0.6125rem;
  }
}

@media only screen and (min-width: 64.063em) {
  div:not([class*="-12"]) > .panel-pane .toggler-header {
    padding: 0.875rem;
  }
}

@media print {
  div:not([class*="-12"]) > .panel-pane .toggler-header {
    padding: 0.525rem;
  }
}

div:not([class*="-12"]) > .panel-pane .toggler-body li {
  padding-left: 2rem !important;
}

div:not([class*="-12"]) > .panel-pane .toggler-body p + ul,
div:not([class*="-12"]) > .panel-pane .toggler-body p + ol,
div:not([class*="-12"]) > .panel-pane .toggler-body li + li {
  margin-top: -10px !important;
}

div:not([class*="-12"]) > .panel-pane .toggler-body p + p {
  margin-top: 0px !important;
}

div:not([class*="-12"]) > .panel-pane .toggler-body ul > li:before {
  top: 6px !important;
  width: 10px !important;
  height: 10px !important;
}

div:not([class*="-12"]) > .panel-pane .toggler-body ol > li:before {
  top: 1px;
  font-size: 0.9rem;
}

.node-panel.view-mode-full .panel-separator + .pane-bean,
.node-panel.view-mode-full .panel-separator + .block-block,
#dgs .IndexPage .panel-separator + .pane-bean,
#dgs .IndexPage .panel-separator + .block-block {
  border-top: 3px solid #E0E0E0;
}

@media only screen and (max-width: 40em) {
  .node-panel.view-mode-full .panel-separator + .pane-bean,
  .node-panel.view-mode-full .panel-separator + .block-block,
  #dgs .IndexPage .panel-separator + .pane-bean,
  #dgs .IndexPage .panel-separator + .block-block {
    margin-top: 2.1rem;
    padding-top: 2.1rem;
  }
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  .node-panel.view-mode-full .panel-separator + .pane-bean,
  .node-panel.view-mode-full .panel-separator + .block-block,
  #dgs .IndexPage .panel-separator + .pane-bean,
  #dgs .IndexPage .panel-separator + .block-block {
    margin-top: 2.45rem;
    padding-top: 2.45rem;
  }
}

@media only screen and (min-width: 64.063em) {
  .node-panel.view-mode-full .panel-separator + .pane-bean,
  .node-panel.view-mode-full .panel-separator + .block-block,
  #dgs .IndexPage .panel-separator + .pane-bean,
  #dgs .IndexPage .panel-separator + .block-block {
    margin-top: 3.5rem;
    padding-top: 3.5rem;
  }
}

@media print {
  .node-panel.view-mode-full .panel-separator + .pane-bean,
  .node-panel.view-mode-full .panel-separator + .block-block,
  #dgs .IndexPage .panel-separator + .pane-bean,
  #dgs .IndexPage .panel-separator + .block-block {
    margin-top: 2.1rem;
    padding-top: 2.1rem;
  }
}

.node-panel.view-mode-full ul.grid-list,
#dgs .IndexPage ul.grid-list {
  margin-bottom: 0px;
}

.node-panel.view-mode-full ul.grid-list + ul.grid-list li article,
#dgs .IndexPage ul.grid-list + ul.grid-list li article {
  border-top: 1px solid #E0E0E0;
}

@media only screen and (max-width: 40em) {
  .node-panel.view-mode-full ul.grid-list + ul.grid-list li article,
  #dgs .IndexPage ul.grid-list + ul.grid-list li article {
    margin-top: 1.05rem;
    padding-top: 1.05rem;
  }
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  .node-panel.view-mode-full ul.grid-list + ul.grid-list li article,
  #dgs .IndexPage ul.grid-list + ul.grid-list li article {
    margin-top: 1.225rem;
    padding-top: 1.225rem;
  }
}

@media only screen and (min-width: 64.063em) {
  .node-panel.view-mode-full ul.grid-list + ul.grid-list li article,
  #dgs .IndexPage ul.grid-list + ul.grid-list li article {
    margin-top: 1.75rem;
    padding-top: 1.75rem;
  }
}

@media print {
  .node-panel.view-mode-full ul.grid-list + ul.grid-list li article,
  #dgs .IndexPage ul.grid-list + ul.grid-list li article {
    margin-top: 1.05rem;
    padding-top: 1.05rem;
  }
}

.pager-load-more {
  text-align: center;
}

ul.pagination li a, ul.pagination li button {
  border-radius: 0;
}

ul.pagination li.current a {
  border-top: 2px solid #ffce00;
}

ul.pagination li.current a:hover {
  color: #ffce00;
}

ul.pagination li.arrow a {
  font-size: 0px;
  padding-top: 5px;
  padding-bottom: 5px;
  border-radius: 0px;
}

ul.pagination li.arrow a:before {
  content: " ";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-top: 1px solid #001689;
  border-left: 1px solid #001689;
  -ms-transform: rotate(135deg) skew(0);
      transform: rotate(135deg) skew(0);
}

ul.pagination li.arrow.first a:after, ul.pagination li.arrow.last a:after {
  content: " ";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-top: 1px solid #001689;
  border-left: 1px solid #001689;
  -ms-transform: rotate(135deg) skew(0);
      transform: rotate(135deg) skew(0);
  margin-left: -3px;
}

ul.pagination li.arrow.first a:before,
ul.pagination li.arrow.first a:after,
ul.pagination li.arrow.first + .arrow a:before {
  -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
}

ul.pagination li.current a {
  font-weight: 700;
}

ul.pagination .ajax-progress.ajax-progress-throbber {
  display: none !important;
}

@media only screen and (max-width: 40em) {
  ul.pagination li:not(.current):not(.arrow) {
    display: none;
  }
  ul.pagination li.current,
  ul.pagination li.arrow {
    margin-left: 2px;
    margin-right: 2px;
  }
  ul.pagination li.current a {
    font-size: 0.9375rem;
  }
  ul.pagination li.arrow a:before, ul.pagination li.arrow a:after {
    width: 10px !important;
    height: 10px !important;
  }
}

.block-eige-gei-eige-gei-country-score {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  max-width: 275px;
  margin-top: -1.8rem;
}

.block-eige-gei-eige-gei-country-score .smallCyclicGraph {
  margin-right: 0.75rem;
}

.block-eige-gei-eige-gei-country-score .smallCyclicGraph svg {
  width: 5.3rem;
  margin: -6px 0px -8px -6px;
}

.block-eige-gei-eige-gei-country-score .smallCyclicGraph circle.background {
  fill: #a955a6;
}

.block-eige-gei-eige-gei-country-score .smallCyclicGraph path {
  stroke: #8b4688;
}

.block-eige-gei-eige-gei-country-score .smallCyclicGraph text {
  font-size: 1.3rem;
}

.block-eige-gei-eige-gei-country-score div a {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: normal;
}

.block-eige-gei-eige-gei-country-score div a:after {
  margin: auto;
  bottom: 0px;
  height: 1.125rem;
  font-size: 1.125rem;
}

.block-eige-gei-eige-gei-country-score div.loading {
  display: none;
}

@media only screen and (max-width: 40em) {
  .page-countries .title-top {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .page-countries .title-right {
    width: 100%;
    padding: 0px;
  }
  .block-eige-gei-eige-gei-country-score {
    max-width: none;
    margin-top: 2.1rem;
  }
}

@media only screen and (max-width: 40em) {
  .block-menu-pager {
    margin-top: 2.1rem;
  }
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  .block-menu-pager {
    margin-top: 2.45rem;
  }
}

@media only screen and (min-width: 64.063em) {
  .block-menu-pager {
    margin-top: 3.5rem;
  }
}

@media print {
  .block-menu-pager {
    margin-top: 2.1rem;
  }
}

.block-menu-pager .menu-pager {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.block-menu-pager .menu-pager:before, .block-menu-pager .menu-pager:after {
  content: none;
}

.block-menu-pager .menu-pager li {
  max-width: 48%;
}

.block-menu-pager .menu-pager a {
  line-height: 1.3;
}

.block-menu-pager .menu-pager a:after {
  top: 3px;
}

.block-menu-pager .menu-pager .menu-pager-previous a {
  padding-left: 1.75rem;
  padding-right: 0px;
}

.block-menu-pager .menu-pager .menu-pager-previous a:after {
  right: auto;
  left: 0px;
  -ms-transform: rotate(180deg);
      transform: rotate(180deg);
}

@media only screen and (max-width: 40em) {
  .promo-grid {
    margin-bottom: 2.1rem;
  }
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  .promo-grid {
    margin-bottom: 2.45rem;
  }
}

@media only screen and (min-width: 64.063em) {
  .promo-grid {
    margin-bottom: 3.5rem;
  }
}

@media print {
  .promo-grid {
    margin-bottom: 2.1rem;
  }
}

.promo-grid div.item {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  max-width: 100%;
  position: relative;
  transition: 300ms ease-in-out;
  background-color: #f8f0ce;
}

@media only screen and (max-width: 40em) {
  .promo-grid div.item {
    padding-top: 1.575rem;
    padding-right: 3.675rem;
    padding-bottom: 1.575rem;
    padding-left: 1.47rem;
  }
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  .promo-grid div.item {
    padding-top: 1.8375rem;
    padding-right: 4.2875rem;
    padding-bottom: 1.8375rem;
    padding-left: 1.715rem;
  }
}

@media only screen and (min-width: 64.063em) {
  .promo-grid div.item {
    padding-top: 2.625rem;
    padding-right: 6.125rem;
    padding-bottom: 2.625rem;
    padding-left: 2.45rem;
  }
}

@media print {
  .promo-grid div.item {
    padding-top: 1.575rem;
    padding-right: 3.675rem;
    padding-bottom: 1.575rem;
    padding-left: 1.47rem;
  }
}

@media only screen and (max-width: 40em) {
  .promo-grid div.item:nth-child(even) {
    background-color: #f6ebbb;
  }
}

.promo-grid div.item:after {
  font-size: 1rem;
  transition: 300ms ease-in-out;
  color: #001689 !important;
}

@media only screen and (max-width: 40em) {
  .promo-grid div.item:after {
    top: 1.68rem;
    right: 1.26rem;
  }
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  .promo-grid div.item:after {
    top: 1.96rem;
    right: 1.47rem;
  }
}

@media only screen and (min-width: 64.063em) {
  .promo-grid div.item:after {
    top: 2.8rem;
    right: 2.1rem;
  }
}

@media print {
  .promo-grid div.item:after {
    top: 1.68rem;
    right: 1.26rem;
  }
}

@media only screen and (max-width: 64em) {
  .promo-grid div.item:after {
    font-size: 0.9rem;
  }
}

.promo-grid div.item:hover {
  background-color: #ffce00 !important;
}

.promo-grid div.item:hover:after {
  color: #001fc1 !important;
}

.promo-grid div.item h3 {
  font-size: 1.3125rem;
  line-height: 1.5rem;
  margin-bottom: 0px;
  font-weight: 500;
}

.promo-grid div.item h3 a {
  border-bottom: 0px;
  transition: 300ms ease-in-out;
}

.promo-grid div.item h3 a:before {
  content: " ";
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  margin: auto;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.promo-grid div.item h3 + * {
  margin-top: 0.75rem;
}

.promo-grid div.item p {
  font-size: 1rem;
  line-height: 1.375rem;
}

@media only screen and (max-width: 40em) {
  .promo-grid div.item p {
    margin-bottom: 1.05rem;
  }
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  .promo-grid div.item p {
    margin-bottom: 1.225rem;
  }
}

@media only screen and (min-width: 64.063em) {
  .promo-grid div.item p {
    margin-bottom: 1.75rem;
  }
}

@media print {
  .promo-grid div.item p {
    margin-bottom: 1.05rem;
  }
}

.promo-grid div.item p:last-child {
  margin-bottom: 0px;
}

div.promo-grid.items-1 div.item:nth-child(even) {
  background-color: #f6ebbb;
}

@media only screen and (min-width: 40.063em) {
  div.promo-grid.items-2 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media only screen and (min-width: 40.063em) {
  div.promo-grid.items-2 div.item {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%;
  }
  div.promo-grid.items-2 div.item:nth-child(4n), div.promo-grid.items-2 div.item:nth-child(4n+1) {
    background-color: #f6ebbb;
  }
}

@media only screen and (min-width: 40.063em) {
  div.promo-grid.items-4 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  div.promo-grid.items-4 div.item {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%;
  }
  div.promo-grid.items-4 div.item:nth-child(4n), div.promo-grid.items-4 div.item:nth-child(4n+1) {
    background-color: #f6ebbb;
  }
}

@media only screen and (min-width: 64.063em) {
  div.promo-grid.items-4 div.item {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    max-width: 25%;
  }
  div.promo-grid.items-4 div.item:nth-child(8n+2), div.promo-grid.items-4 div.item:nth-child(8n+4), div.promo-grid.items-4 div.item:nth-child(8n+5), div.promo-grid.items-4 div.item:nth-child(8n+7) {
    background-color: #f6ebbb;
  }
}

@media only screen and (min-width: 40.063em) {
  div.promo-grid.items-3 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  div.promo-grid.items-3 div.item {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%;
  }
  div.promo-grid.items-3 div.item:nth-child(4n), div.promo-grid.items-3 div.item:nth-child(4n+1) {
    background-color: #f6ebbb;
  }
}

@media only screen and (min-width: 64.063em) {
  div.promo-grid.items-3 div.item {
    -ms-flex-preferred-size: 33.3%;
        flex-basis: 33.3%;
    max-width: 33.3%;
  }
  div.promo-grid.items-3 div.item:nth-child(even) {
    background-color: #f6ebbb;
  }
}

@media only screen and (max-width: 40em) {
  .promo-grid-wrapper {
    margin-bottom: 2.1rem;
  }
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  .promo-grid-wrapper {
    margin-bottom: 2.45rem;
  }
}

@media only screen and (min-width: 64.063em) {
  .promo-grid-wrapper {
    margin-bottom: 3.5rem;
  }
}

@media print {
  .promo-grid-wrapper {
    margin-bottom: 2.1rem;
  }
}

.promo-grid-wrapper .promo-grid {
  margin-bottom: 0px !important;
}

@media only screen and (min-width: 64.063em) {
  .promo-grid-wrapper {
    display: -ms-flexbox;
    display: flex;
  }
  .promo-grid-wrapper .promo-grid {
    -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
    -ms-flex-positive: 1;
        flex-grow: 1;
  }
  .promo-grid-wrapper .mock-promo-grid-item {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    margin-left: -1px;
  }
  .promo-grid-wrapper .promo-grid div.item:nth-child(3):before {
    content: " ";
    position: absolute;
    top: 0px;
    left: 100%;
    width: 100%;
    height: 100%;
    background-color: #f6ebbb;
    z-index: 1;
    pointer-events: none;
  }
}

.mock-promo-grid-item {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  background-color: #f8f0ce;
}

.mock-promo-grid-item a.more.cyclic {
  width: 10.3125rem;
  height: 10.3125rem;
  padding: 2.8125rem 2.1875rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  font-family: "Fira Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: normal;
  color: white;
  border-radius: 50%;
  background-color: #001689;
  z-index: 2;
}

.mock-promo-grid-item a.more.cyclic:after {
  position: static;
  display: block;
}

.mock-promo-grid-item a.more.cyclic:hover {
  background-color: #001fc1;
}

@media only screen and (max-width: 64em) {
  .mock-promo-grid-item {
    padding: 1.75rem;
  }
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  .mock-promo-grid-item:after {
    content: " ";
    position: absolute;
    top: 0px;
    right: 0px;
    width: 50%;
    height: 100%;
    background-color: #f6ebbb;
  }
}

.front .promo-grid-wrapper {
  position: relative;
  margin-bottom: 0px;
}

@media only screen and (max-width: 40em) {
  .front .promo-grid-wrapper div.item {
    padding-top: 1.785rem;
    padding-right: 3.57rem;
    padding-bottom: 1.89rem;
    padding-left: 2.1rem;
  }
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  .front .promo-grid-wrapper div.item {
    padding-top: 2.0825rem;
    padding-right: 4.165rem;
    padding-bottom: 2.205rem;
    padding-left: 2.45rem;
  }
}

@media only screen and (min-width: 64.063em) {
  .front .promo-grid-wrapper div.item {
    padding-top: 2.975rem;
    padding-right: 5.95rem;
    padding-bottom: 3.15rem;
    padding-left: 3.5rem;
  }
}

@media print {
  .front .promo-grid-wrapper div.item {
    padding-top: 1.785rem;
    padding-right: 3.57rem;
    padding-bottom: 1.89rem;
    padding-left: 2.1rem;
  }
}

.expandable-menu ul li > a,
.expandable-menu ul li > span {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  font-weight: 400;
  line-height: normal;
  font-size: 0.875rem;
  padding-right: 2.5rem !important;
}

.expandable-menu .menu-block-wrapper > ul.menu > li,
.expandable-menu .menu-block-wrapper > div > div > ul.menu > li {
  position: relative;
  border-top: 1px solid #E0E0E0;
}

.expandable-menu .menu-block-wrapper > ul.menu > li:last-child,
.expandable-menu .menu-block-wrapper > div > div > ul.menu > li:last-child {
  border-bottom: 1px solid #E0E0E0;
}

.expandable-menu .menu-block-wrapper > ul.menu > li > a,
.expandable-menu .menu-block-wrapper > ul.menu > li > span,
.expandable-menu .menu-block-wrapper > div > div > ul.menu > li > a,
.expandable-menu .menu-block-wrapper > div > div > ul.menu > li > span {
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 2.8125rem;
}

.expandable-menu .menu-block-wrapper > ul.menu > li > ul.menu,
.expandable-menu .menu-block-wrapper > div > div > ul.menu > li > ul.menu {
  margin-left: 2.8125rem;
}

.expandable-menu .menu-block-wrapper > ul.menu > li ul.menu,
.expandable-menu .menu-block-wrapper > div > div > ul.menu > li ul.menu {
  margin-left: 1.875rem;
  padding-bottom: 0.625rem;
}

.expandable-menu .menu-block-wrapper > ul.menu > li ul.menu li a,
.expandable-menu .menu-block-wrapper > ul.menu > li ul.menu li span,
.expandable-menu .menu-block-wrapper > div > div > ul.menu > li ul.menu li a,
.expandable-menu .menu-block-wrapper > div > div > ul.menu > li ul.menu li span {
  padding: 0.625rem 1.25rem;
  padding-left: 1.875rem;
  line-height: 1.125rem;
}

.expandable-menu .menu-block-wrapper > ul.menu > li ul.menu span.nolink,
.expandable-menu .menu-block-wrapper > div > div > ul.menu > li ul.menu span.nolink {
  display: block;
  text-transform: uppercase;
  color: #777777;
  font-size: 0.75rem;
  font-weight: 500;
}

.expandable-menu .menu-block-wrapper > ul.menu > li ul.menu li.first span.nolink,
.expandable-menu .menu-block-wrapper > div > div > ul.menu > li ul.menu li.first span.nolink {
  margin-top: 0px;
}

.expandable-menu li.has-children {
  position: relative;
}

.expandable-menu li.has-children:before {
  content: " ";
  display: inline-block;
  width: 9px;
  height: 9px;
  border-top: 2px solid #ffce00;
  border-left: 2px solid #ffce00;
  -ms-transform: rotate(-135deg) skew(0);
      transform: rotate(-135deg) skew(0);
  position: absolute;
  top: 0.625rem;
  left: 2px;
  margin-top: 2px;
  cursor: pointer;
  z-index: 1;
}

.expandable-menu li.has-children:after {
  content: " ";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 1.5rem;
  height: 3.125rem;
  z-index: 3;
  cursor: pointer;
}

.expandable-menu li.has-children ul.menu,
.expandable-menu li.has-children ul.menu * {
  line-height: 1.1;
}

.expandable-menu li.closed > ul.menu {
  display: none;
}

.expandable-menu li.closed > ul.menu a.active-trail.active:after {
  color: transparent !important;
}

.expandable-menu li.open:before {
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
  margin-top: 7px;
}

.expandable-menu li.open > a,
.expandable-menu li.open > span {
  color: #3E4047;
}

.expandable-menu .menu-block-wrapper > ul.menu > li.has-children:before,
.expandable-menu .menu-block-wrapper > div > div > ul.menu > li.has-children:before {
  left: 1.06875rem;
  top: 1rem;
  margin-top: 4px;
}

.expandable-menu .menu-block-wrapper > ul.menu > li.has-children:after,
.expandable-menu .menu-block-wrapper > div > div > ul.menu > li.has-children:after {
  width: 2.25rem;
}

.expandable-menu .menu-block-wrapper > ul.menu > li.has-children.open:before,
.expandable-menu .menu-block-wrapper > div > div > ul.menu > li.has-children.open:before {
  margin-top: 8px;
}

.expandable-menu ul li a.active,
.expandable-menu ul li span.active {
  font-weight: 700 !important;
}

.expandable-menu ul li a.active:after,
.expandable-menu ul li span.active:after {
  content: "";
  color: #3E4047;
  font-size: 0.75rem;
  line-height: 1.1;
  font-family: 'eige-icons-font';
  font-weight: normal;
  font-style: normal;
  speak: none;
}

.expandable-menu ul li a.active:after,
.expandable-menu ul li span.active:after {
  position: absolute;
  top: 0px;
  right: 0.875rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  height: 100%;
}

@media only screen and (max-width: 40em) {
  .bean-banner.view-mode-default {
    margin-bottom: 2.1rem;
  }
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  .bean-banner.view-mode-default {
    margin-bottom: 2.45rem;
  }
}

@media only screen and (min-width: 64.063em) {
  .bean-banner.view-mode-default {
    margin-bottom: 3.5rem;
  }
}

@media print {
  .bean-banner.view-mode-default {
    margin-bottom: 2.1rem;
  }
}

@media only screen and (min-width: 64.063em) {
  .bean-banner.view-mode-default {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.bean-banner.view-mode-default .group-content-wrapper {
  -ms-flex-preferred-size: 35%;
      flex-basis: 35%;
  min-width: 35%;
}

@media only screen and (max-width: 40em) {
  .bean-banner.view-mode-default .group-content-wrapper {
    padding: 2.1rem;
  }
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  .bean-banner.view-mode-default .group-content-wrapper {
    padding: 2.45rem;
  }
}

@media only screen and (min-width: 64.063em) {
  .bean-banner.view-mode-default .group-content-wrapper {
    padding: 3.5rem;
  }
}

@media print {
  .bean-banner.view-mode-default .group-content-wrapper {
    padding: 2.1rem;
  }
}

@media only screen and (max-width: 40em) {
  .bean-banner.view-mode-default .group-content-wrapper h2 {
    margin-bottom: 1.47rem;
  }
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  .bean-banner.view-mode-default .group-content-wrapper h2 {
    margin-bottom: 1.715rem;
  }
}

@media only screen and (min-width: 64.063em) {
  .bean-banner.view-mode-default .group-content-wrapper h2 {
    margin-bottom: 2.45rem;
  }
}

@media print {
  .bean-banner.view-mode-default .group-content-wrapper h2 {
    margin-bottom: 1.47rem;
  }
}

.bean-banner.view-mode-default .group-media-wrapper {
  -ms-flex-preferred-size: 65%;
      flex-basis: 65%;
  min-width: 65%;
}

@media only screen and (min-width: 64.063em) {
  .bean-banner.view-mode-default .group-media-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
  }
}

.bean-banner.view-mode-default .group-media-wrapper .image {
  -ms-flex-positive: 1;
      flex-grow: 1;
  position: relative;
  overflow: hidden;
}

@media only screen and (max-width: 64em) {
  .bean-banner.view-mode-default .group-media-wrapper .image {
    display: none;
  }
}

.bean-banner.view-mode-default .group-media-wrapper .image img {
  position: absolute;
  top: -9999px;
  right: -9999px;
  bottom: -9999px;
  left: -9999px;
  margin: auto;
  margin: auto !important;
  max-width: none;
  height: auto;
  width: 100%;
}

.bean-banner.view-mode-default .group-media-wrapper ul.field-items {
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 40em) {
  .bean-banner.view-mode-default .group-media-wrapper ul.field-items {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .bean-banner.view-mode-default .group-media-wrapper ul.field-items li {
    -ms-flex-preferred-size: 100% !important;
        flex-basis: 100% !important;
    min-width: 100% !important;
  }
}

.bean-banner.view-mode-default .group-media-wrapper ul.field-items li:nth-child(odd) {
  background-color: #f6ebbb;
}

.bean-banner.view-mode-default .group-media-wrapper ul.field-items li:nth-child(even) {
  background-color: #f8f0ce;
}

.bean-banner.view-mode-default .group-media-wrapper ul.field-items a {
  height: 100%;
  font-family: "Fira Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.125rem;
  line-height: 1.5rem;
}

@media only screen and (max-width: 40em) {
  .bean-banner.view-mode-default .group-media-wrapper ul.field-items a {
    padding-top: 1.47rem;
    padding-right: 3.024rem;
    padding-bottom: 1.47rem;
    padding-left: 1.68rem;
  }
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  .bean-banner.view-mode-default .group-media-wrapper ul.field-items a {
    padding-top: 1.715rem;
    padding-right: 3.528rem;
    padding-bottom: 1.715rem;
    padding-left: 1.96rem;
  }
}

@media only screen and (min-width: 64.063em) {
  .bean-banner.view-mode-default .group-media-wrapper ul.field-items a {
    padding-top: 2.45rem;
    padding-right: 5.04rem;
    padding-bottom: 2.45rem;
    padding-left: 2.8rem;
  }
}

@media print {
  .bean-banner.view-mode-default .group-media-wrapper ul.field-items a {
    padding-top: 1.47rem;
    padding-right: 3.024rem;
    padding-bottom: 1.47rem;
    padding-left: 1.68rem;
  }
}

@media only screen and (max-width: 40em) {
  .bean-banner.view-mode-default .group-media-wrapper ul.field-items a:after {
    top: 1.47rem;
    right: 1.344rem;
  }
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  .bean-banner.view-mode-default .group-media-wrapper ul.field-items a:after {
    top: 1.715rem;
    right: 1.568rem;
  }
}

@media only screen and (min-width: 64.063em) {
  .bean-banner.view-mode-default .group-media-wrapper ul.field-items a:after {
    top: 2.45rem;
    right: 2.24rem;
  }
}

@media print {
  .bean-banner.view-mode-default .group-media-wrapper ul.field-items a:after {
    top: 1.47rem;
    right: 1.344rem;
  }
}

.bean-banner.view-mode-default .group-media-wrapper ul.field-items a:before {
  content: " ";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-color: rgba(255, 255, 255, 0.1);
  transition: 300ms ease-in-out;
}

.bean-banner.view-mode-default .group-media-wrapper ul.field-items a:hover:before {
  opacity: 1;
}

.bean-banner.view-mode-default.links-1 .group-media-wrapper ul.field-items li {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  min-width: 100%;
}

.bean-banner.view-mode-default.links-2 .group-media-wrapper ul.field-items li {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  min-width: 50%;
}

.bean-banner.view-mode-default.links-3 .group-media-wrapper ul.field-items li {
  -ms-flex-preferred-size: 33.33%;
      flex-basis: 33.33%;
  min-width: 33.33%;
}

#header-bar nav.top-bar .top-bar-section ul#main-menu li.bipolar > a:before,
#header-bar nav.top-bar .top-bar-section ul#secondary-menu li.bipolar > a:before {
  content: " ";
  display: inline-block;
  width: 1.5625rem !important;
  height: 100%;
  background-color: transparent !important;
}

#header-bar nav.top-bar .top-bar-section ul#main-menu li.bipolar > a.active,
#header-bar nav.top-bar .top-bar-section ul#main-menu li.bipolar > a.active-trail,
#header-bar nav.top-bar .top-bar-section ul#secondary-menu li.bipolar > a.active,
#header-bar nav.top-bar .top-bar-section ul#secondary-menu li.bipolar > a.active-trail {
  border-left: 3px solid #ffce00;
}

#header-bar nav.top-bar .top-bar-section ul#main-menu li.bipolar > a.active:before,
#header-bar nav.top-bar .top-bar-section ul#main-menu li.bipolar > a.active-trail:before,
#header-bar nav.top-bar .top-bar-section ul#secondary-menu li.bipolar > a.active:before,
#header-bar nav.top-bar .top-bar-section ul#secondary-menu li.bipolar > a.active-trail:before {
  position: static;
  margin-left: -3px;
}

.sidebar-menu ul.menu li.bipolar {
  padding-left: 1.875rem;
}

.sidebar-menu ul.menu li.bipolar:before, .sidebar-menu ul.menu li.bipolar:after {
  margin-left: 1.875rem;
}

.skip-links ul {
  margin: 0px;
  line-height: 0;
}

.skip-links a {
  position: fixed;
  top: 0px;
  right: 100%;
  padding: 0.625rem;
  font-size: 0.8125rem;
  line-height: normal;
  font-weight: 700;
  color: #FFFFFF;
  background-color: #001689;
  white-space: nowrap;
  z-index: 1000;
}

.skip-links a:focus {
  left: 0;
  right: auto;
}

@media only screen and (max-width: 1599px) {
  .skip-links .show-for-visible-sidebar {
    display: none;
  }
}

body.env-dev #admin-menu #admin-menu-wrapper {
  background-color: #b93171 !important;
}

body.env-dev .row.l-tabs ul,
body.env-dev .row.l-action-links ul,
body.env-dev div.lexicon-admin-links ul {
  background-color: #b93171;
}

body.env-dev p.lexicon-extralinks a {
  background-color: #b93171;
}

body.env-dev .row.l-tabs + .row.l-action-links ul {
  background-color: #c6568b;
}

body.env-dev.page-node-panel-content #main-content .ctools-dropdown-link-wrapper a.ctools-dropdown-text-link {
  border-color: #b93171;
}

body.env-dev.page-node-panel-content #main-content .ctools-dropdown-link-wrapper a.ctools-dropdown-text-link:after {
  border-color: #b93171;
}

body.env-dev.page-node-panel-content #panels-dnd-main div.panel-region .panel-pane {
  border-color: #b93171;
}

body.env-dev.page-node-panel-content #panels-dnd-main div.panel-region .panel-pane div.grab-title.grabber {
  background: #b93171;
}

body.env-dev .node-unpublished:before {
  background-color: #c75a8d;
}

body.env-dev.page-node-panel-content #panels-dnd-main div.panel-region .panel-pane .pane-content ul li:before {
  background-color: #b93171;
}

body.env-dev.page-admin-structure-block .block-region {
  color: #b93171;
  border-color: #b93171 !important;
}

body.env-dev .block-eige-i18n-eige-admin-language-switcher p.toggler-header,
body.env-dev .block-eige-i18n-eige-admin-language-switcher p.toggler-body {
  background-color: #b93171;
}

body.env-staging #admin-menu #admin-menu-wrapper {
  background-color: #22a793 !important;
}

body.env-staging .row.l-tabs ul,
body.env-staging .row.l-action-links ul,
body.env-staging div.lexicon-admin-links ul {
  background-color: #22a793;
}

body.env-staging p.lexicon-extralinks a {
  background-color: #22a793;
}

body.env-staging .row.l-tabs + .row.l-action-links ul {
  background-color: #4ab7a6;
}

body.env-staging.page-node-panel-content #main-content .ctools-dropdown-link-wrapper a.ctools-dropdown-text-link {
  border-color: #22a793;
}

body.env-staging.page-node-panel-content #main-content .ctools-dropdown-link-wrapper a.ctools-dropdown-text-link:after {
  border-color: #22a793;
}

body.env-staging.page-node-panel-content #panels-dnd-main div.panel-region .panel-pane {
  border-color: #22a793;
}

body.env-staging.page-node-panel-content #panels-dnd-main div.panel-region .panel-pane div.grab-title.grabber {
  background: #22a793;
}

body.env-staging .node-unpublished:before {
  background-color: #4eb9a9;
}

body.env-staging.page-node-panel-content #panels-dnd-main div.panel-region .panel-pane .pane-content ul li:before {
  background-color: #22a793;
}

body.env-staging.page-admin-structure-block .block-region {
  color: #22a793;
  border-color: #22a793 !important;
}

body.env-staging .block-eige-i18n-eige-admin-language-switcher p.toggler-header,
body.env-staging .block-eige-i18n-eige-admin-language-switcher p.toggler-body {
  background-color: #22a793;
}

body.env-production #admin-menu #admin-menu-wrapper {
  background-color: #b5133a !important;
}

body.env-production .row.l-tabs ul,
body.env-production .row.l-action-links ul,
body.env-production div.lexicon-admin-links ul {
  background-color: #b5133a;
}

body.env-production p.lexicon-extralinks a {
  background-color: #b5133a;
}

body.env-production .row.l-tabs + .row.l-action-links ul {
  background-color: #c23d5d;
}

body.env-production.page-node-panel-content #main-content .ctools-dropdown-link-wrapper a.ctools-dropdown-text-link {
  border-color: #b5133a;
}

body.env-production.page-node-panel-content #main-content .ctools-dropdown-link-wrapper a.ctools-dropdown-text-link:after {
  border-color: #b5133a;
}

body.env-production.page-node-panel-content #panels-dnd-main div.panel-region .panel-pane {
  border-color: #b5133a;
}

body.env-production.page-node-panel-content #panels-dnd-main div.panel-region .panel-pane div.grab-title.grabber {
  background: #b5133a;
}

body.env-production .node-unpublished:before {
  background-color: #c44261;
}

body.env-production.page-node-panel-content #panels-dnd-main div.panel-region .panel-pane .pane-content ul li:before {
  background-color: #b5133a;
}

body.env-production.page-admin-structure-block .block-region {
  color: #b5133a;
  border-color: #b5133a !important;
}

body.env-production .block-eige-i18n-eige-admin-language-switcher p.toggler-header,
body.env-production .block-eige-i18n-eige-admin-language-switcher p.toggler-body {
  background-color: #b5133a;
}

body.env-gei-v4 #admin-menu #admin-menu-wrapper {
  background-color: #74359c !important;
}

body.env-gei-v4 .row.l-tabs ul,
body.env-gei-v4 .row.l-action-links ul,
body.env-gei-v4 div.lexicon-admin-links ul {
  background-color: #74359c;
}

body.env-gei-v4 p.lexicon-extralinks a {
  background-color: #74359c;
}

body.env-gei-v4 .row.l-tabs + .row.l-action-links ul {
  background-color: #8d59ae;
}

body.env-gei-v4.page-node-panel-content #main-content .ctools-dropdown-link-wrapper a.ctools-dropdown-text-link {
  border-color: #74359c;
}

body.env-gei-v4.page-node-panel-content #main-content .ctools-dropdown-link-wrapper a.ctools-dropdown-text-link:after {
  border-color: #74359c;
}

body.env-gei-v4.page-node-panel-content #panels-dnd-main div.panel-region .panel-pane {
  border-color: #74359c;
}

body.env-gei-v4.page-node-panel-content #panels-dnd-main div.panel-region .panel-pane div.grab-title.grabber {
  background: #74359c;
}

body.env-gei-v4 .node-unpublished:before {
  background-color: #905db0;
}

body.env-gei-v4.page-node-panel-content #panels-dnd-main div.panel-region .panel-pane .pane-content ul li:before {
  background-color: #74359c;
}

body.env-gei-v4.page-admin-structure-block .block-region {
  color: #74359c;
  border-color: #74359c !important;
}

body.env-gei-v4 .block-eige-i18n-eige-admin-language-switcher p.toggler-header,
body.env-gei-v4 .block-eige-i18n-eige-admin-language-switcher p.toggler-body {
  background-color: #74359c;
}

body.env-gei-staging #admin-menu #admin-menu-wrapper {
  background-color: #e06c0d !important;
}

body.env-gei-staging .row.l-tabs ul,
body.env-gei-staging .row.l-action-links ul,
body.env-gei-staging div.lexicon-admin-links ul {
  background-color: #e06c0d;
}

body.env-gei-staging p.lexicon-extralinks a {
  background-color: #e06c0d;
}

body.env-gei-staging .row.l-tabs + .row.l-action-links ul {
  background-color: #e68639;
}

body.env-gei-staging.page-node-panel-content #main-content .ctools-dropdown-link-wrapper a.ctools-dropdown-text-link {
  border-color: #e06c0d;
}

body.env-gei-staging.page-node-panel-content #main-content .ctools-dropdown-link-wrapper a.ctools-dropdown-text-link:after {
  border-color: #e06c0d;
}

body.env-gei-staging.page-node-panel-content #panels-dnd-main div.panel-region .panel-pane {
  border-color: #e06c0d;
}

body.env-gei-staging.page-node-panel-content #panels-dnd-main div.panel-region .panel-pane div.grab-title.grabber {
  background: #e06c0d;
}

body.env-gei-staging .node-unpublished:before {
  background-color: #e6893d;
}

body.env-gei-staging.page-node-panel-content #panels-dnd-main div.panel-region .panel-pane .pane-content ul li:before {
  background-color: #e06c0d;
}

body.env-gei-staging.page-admin-structure-block .block-region {
  color: #e06c0d;
  border-color: #e06c0d !important;
}

body.env-gei-staging .block-eige-i18n-eige-admin-language-switcher p.toggler-header,
body.env-gei-staging .block-eige-i18n-eige-admin-language-switcher p.toggler-body {
  background-color: #e06c0d;
}

html body.admin-menu {
  margin-top: 0px !important;
}

#admin-menu {
  box-shadow: none;
}

#admin-menu .admin-menu-search input {
  height: 100%;
}

#admin-menu ul {
  font-size: inherit;
}

#admin-menu #admin-menu-wrapper {
  background-color: #b93171 !important;
}

#admin-menu #environment-indicator,
#admin-menu #toolbar .environment-indicator-name-wrapper {
  background-color: transparent !important;
}

#admin-menu #environment-indicator .gradient-bar,
#admin-menu #environment-indicator .environment-indicator-name,
#admin-menu #toolbar .environment-indicator-name-wrapper .environment-indicator-name {
  background-image: none;
  background-color: transparent;
  border: 1px solid #FFFFFF;
  text-shadow: none;
}

#admin-menu li.admin-menu-account > a {
  background: none;
}

#admin-menu .dropdown .admin-menu-toolbar-category > a:hover {
  background-color: rgba(255, 255, 255, 0.15);
}

#admin-menu .dropdown .admin-menu-toolbar-category > a.active-trail {
  text-shadow: none;
  background: none;
  background-color: rgba(0, 0, 0, 0.15);
}

.row.l-tabs,
.row.l-action-links,
div.lexicon-admin-links {
  margin: 0px;
}

.row.l-title + .row.l-tabs, .row.l-title +
.row.l-action-links, .row.l-title +
div.lexicon-admin-links {
  margin-top: 0px;
}

.row.l-tabs .columns,
.row.l-action-links .columns,
div.lexicon-admin-links .columns {
  padding: 0px;
}

.row.l-tabs ul,
.row.l-action-links ul,
div.lexicon-admin-links ul {
  background-color: #b93171;
  border-radius: 50px;
  text-align: center;
}

@media only screen and (max-width: 40em) {
  .row.l-tabs ul,
  .row.l-action-links ul,
  div.lexicon-admin-links ul {
    margin-bottom: 2.1rem;
  }
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  .row.l-tabs ul,
  .row.l-action-links ul,
  div.lexicon-admin-links ul {
    margin-bottom: 2.45rem;
  }
}

@media only screen and (min-width: 64.063em) {
  .row.l-tabs ul,
  .row.l-action-links ul,
  div.lexicon-admin-links ul {
    margin-bottom: 3.5rem;
  }
}

@media print {
  .row.l-tabs ul,
  .row.l-action-links ul,
  div.lexicon-admin-links ul {
    margin-bottom: 2.1rem;
  }
}

.row.l-tabs ul > li,
.row.l-action-links ul > li,
div.lexicon-admin-links ul > li {
  display: inline-block;
}

.row.l-tabs ul > li > a,
.row.l-action-links ul > li > a,
div.lexicon-admin-links ul > li > a {
  display: inline-block;
  padding: 8px 15px;
  font-weight: 400;
  font-size: 0.84rem;
  color: #FFFFFF;
  background-color: transparent;
  border: 0px;
  line-height: normal;
}

.row.l-tabs ul > li > a:hover,
.row.l-action-links ul > li > a:hover,
div.lexicon-admin-links ul > li > a:hover {
  background-color: rgba(255, 255, 255, 0.15);
}

.row.l-tabs + .row.l-action-links ul {
  background-color: #c6568b;
}

@media only screen and (max-width: 40em) {
  .row.l-tabs + .row.l-action-links ul {
    margin-top: -1.995rem;
  }
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  .row.l-tabs + .row.l-action-links ul {
    margin-top: -2.3275rem;
  }
}

@media only screen and (min-width: 64.063em) {
  .row.l-tabs + .row.l-action-links ul {
    margin-top: -3.325rem;
  }
}

@media print {
  .row.l-tabs + .row.l-action-links ul {
    margin-top: -1.995rem;
  }
}

p.lexicon-extralinks {
  margin-bottom: 1.75rem;
  margin-top: 0.625rem;
  font-weight: 400;
  font-size: 0.84rem;
  font-weight: normal;
}

p.lexicon-extralinks a {
  display: inline-block;
  padding: 8px 15px;
  color: #FFFFFF;
  border-radius: 50px;
  text-align: center;
  background-color: #b93171;
  line-height: normal;
}

.node-unpublished {
  position: relative;
  padding-top: 3.125rem;
  background-color: transparent;
}

.node-unpublished:before {
  content: "Unpublished";
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: auto;
  left: 0px;
  margin: auto;
  width: 100%;
  height: 3.125rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  color: #FFFFFF;
  text-align: center;
  text-transform: uppercase;
  font-weight: 500;
}

@media only screen and (max-width: 40em) {
  .node-unpublished:before {
    margin-bottom: 2.1rem;
  }
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  .node-unpublished:before {
    margin-bottom: 2.45rem;
  }
}

@media only screen and (min-width: 64.063em) {
  .node-unpublished:before {
    margin-bottom: 3.5rem;
  }
}

@media print {
  .node-unpublished:before {
    margin-bottom: 2.1rem;
  }
}

body.page-node-panel-content #main-content .ctools-dropdown-link-wrapper a.ctools-dropdown-text-link {
  position: relative;
  display: inline-block;
  padding: 0.3125rem 2.1875rem 0.9375rem 0.3125rem;
  color: #000000;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  border-bottom: 1px solid #b93171;
  transition: 300ms ease-in-out;
  background: transparent !important;
}

body.page-node-panel-content #main-content .ctools-dropdown-link-wrapper a.ctools-dropdown-text-link:after {
  position: absolute;
  top: -13px;
  right: 5px;
  bottom: 0px;
  left: auto;
  margin: auto;
  content: " ";
  display: inline-block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #b93171;
  border-left: 2px solid #b93171;
  -ms-transform: rotate(-135deg) skew(0);
      transform: rotate(-135deg) skew(0);
}

body.page-node-panel-content #main-content .ctools-dropdown-container-wrapper div.ctools-dropdown-container {
  width: auto !important;
  border-radius: 0px !important;
}

body.page-node-panel-content #main-content .ctools-dropdown-container-wrapper div.ctools-dropdown-container ul {
  font-size: 0.9rem;
}

body.page-node-panel-content #main-content .ctools-dropdown-container-wrapper div.ctools-dropdown-container ul hr {
  margin: 0px;
}

body.page-node-panel-content #main-content .ctools-dropdown-container-wrapper div.ctools-dropdown-container ul a {
  border: 0px;
}

@media only screen and (max-width: 40em) {
  body.page-node-panel-content #panels-dnd-main {
    margin-top: 2.1rem;
    margin-bottom: 2.1rem;
  }
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  body.page-node-panel-content #panels-dnd-main {
    margin-top: 2.45rem;
    margin-bottom: 2.45rem;
  }
}

@media only screen and (min-width: 64.063em) {
  body.page-node-panel-content #panels-dnd-main {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }
}

@media print {
  body.page-node-panel-content #panels-dnd-main {
    margin-top: 2.1rem;
    margin-bottom: 2.1rem;
  }
}

body.page-node-panel-content #panels-dnd-main .row > .columns[class*="left"] {
  padding-right: 0px;
}

body.page-node-panel-content #panels-dnd-main .row > .columns[class*="right"] {
  padding-left: 0px;
}

body.page-node-panel-content #panels-dnd-main div.panel-region {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-radius: 0px;
  background: transparent;
  border: 1px dashed #CCCCCC;
}

@media only screen and (max-width: 40em) {
  body.page-node-panel-content #panels-dnd-main div.panel-region {
    padding-top: 1.47rem;
    padding-right: 2.1rem;
    padding-bottom: 1.47rem;
    padding-left: 2.1rem;
  }
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  body.page-node-panel-content #panels-dnd-main div.panel-region {
    padding-top: 1.715rem;
    padding-right: 2.45rem;
    padding-bottom: 1.715rem;
    padding-left: 2.45rem;
  }
}

@media only screen and (min-width: 64.063em) {
  body.page-node-panel-content #panels-dnd-main div.panel-region {
    padding-top: 2.45rem;
    padding-right: 3.5rem;
    padding-bottom: 2.45rem;
    padding-left: 3.5rem;
  }
}

@media print {
  body.page-node-panel-content #panels-dnd-main div.panel-region {
    padding-top: 1.47rem;
    padding-right: 2.1rem;
    padding-bottom: 1.47rem;
    padding-left: 2.1rem;
  }
}

body.page-node-panel-content #panels-dnd-main div.panel-region h2.label {
  -ms-flex-positive: 1;
      flex-grow: 1;
  margin: 0px;
  padding: 0px;
  font-family: "Fira Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.4rem;
  color: #616161;
  background-color: transparent;
}

body.page-node-panel-content #panels-dnd-main div.panel-region .panel-pane {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  margin: 1.5625rem 0px 0px 0px !important;
  border-color: #b93171;
}

body.page-node-panel-content #panels-dnd-main div.panel-region .panel-pane div.grab-title.grabber {
  height: auto;
  padding: 0.4375rem 0.625rem;
  margin: 0px;
  text-shadow: none;
  color: #FFFFFF;
  background: #b93171;
}

body.page-node-panel-content #panels-dnd-main div.panel-region .panel-pane div.panel-pane-collapsible {
  padding: 0.625rem;
}

body.page-node-panel-content #panels-dnd-main div.panel-region .panel-pane span.toggle {
  position: relative;
  top: -2px;
  margin-right: 5px;
}

body.page-node-panel-content #panels-dnd-main div.panel-region .panel-pane .pane-title {
  padding: 0px;
  font-size: 0.9rem;
  text-transform: uppercase;
  font-weight: 500;
}

body.page-node-panel-content #panels-dnd-main div.panel-region .panel-pane .pane-content {
  padding: 0px 1.5625rem;
}

@media only screen and (max-width: 40em) {
  body.page-node-panel-content #panels-dnd-main div.panel-region .panel-pane .pane-content {
    margin-top: 1.05rem;
  }
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  body.page-node-panel-content #panels-dnd-main div.panel-region .panel-pane .pane-content {
    margin-top: 1.225rem;
  }
}

@media only screen and (min-width: 64.063em) {
  body.page-node-panel-content #panels-dnd-main div.panel-region .panel-pane .pane-content {
    margin-top: 1.75rem;
  }
}

@media print {
  body.page-node-panel-content #panels-dnd-main div.panel-region .panel-pane .pane-content {
    margin-top: 1.05rem;
  }
}

body.page-node-panel-content #edit-cancel + h2,
body.page-node-panel-content #panels-live-preview {
  display: none;
}

body.page-node-panel-content .ctools-modal-content {
  height: auto !important;
}

body.page-node-panel-content .modal-content {
  background-color: transparent;
}

body.page-node-panel-content .panels-add-content-modal {
  margin: 0px;
}

@media only screen and (max-width: 40em) {
  body.page-node-panel-content .panels-add-content-modal {
    padding: 2.1rem;
  }
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  body.page-node-panel-content .panels-add-content-modal {
    padding: 2.45rem;
  }
}

@media only screen and (min-width: 64.063em) {
  body.page-node-panel-content .panels-add-content-modal {
    padding: 3.5rem;
  }
}

@media print {
  body.page-node-panel-content .panels-add-content-modal {
    padding: 2.1rem;
  }
}

body.page-node-panel-content .panels-add-content-modal .panels-section-column-categories {
  margin: 0px;
}

body.page-node-panel-content .panels-add-content-modal .panels-section-columns {
  float: none !important;
}

@media only screen and (max-width: 40em) {
  body.page-node-panel-content .panels-add-content-modal .panels-section-columns {
    padding-right: 2.1rem;
  }
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  body.page-node-panel-content .panels-add-content-modal .panels-section-columns {
    padding-right: 2.45rem;
  }
}

@media only screen and (min-width: 64.063em) {
  body.page-node-panel-content .panels-add-content-modal .panels-section-columns {
    padding-right: 3.5rem;
  }
}

@media print {
  body.page-node-panel-content .panels-add-content-modal .panels-section-columns {
    padding-right: 2.1rem;
  }
}

body.page-node-panel-content .panels-add-content-modal .panels-section-columns .panels-section-column {
  width: 49%;
}

body.page-node-panel-content .panels-add-content-modal .panels-section-columns .content-type-button {
  margin-bottom: 8px;
}

body.page-node-panel-content .panels-add-content-modal .panels-section-columns .content-type-button a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
}

body.page-node-panel-content .panels-add-content-modal .panels-section-columns .content-type-button img {
  margin-right: 10px;
}

body.page-node-panel-content .panels-add-content-modal .panels-section-columns .content-type-button span {
  width: auto;
  position: static;
  font-size: 0.95rem;
  line-height: 1.2;
}

body.page-node-panel-content .panels-add-content-modal .panels-section-columns-quickfilter {
  background-color: transparent;
}

.block-eige-i18n-eige-admin-language-switcher .toggler-wrapper {
  margin-bottom: 0px;
  border: 0px;
}

.block-eige-i18n-eige-admin-language-switcher p.toggler-header {
  padding: 0.8rem 1.5rem;
  padding-left: 3rem !important;
  font-size: 0.9rem;
  white-space: nowrap;
  color: #FFFFFF;
  border-radius: 50px;
  z-index: 11;
}

.block-eige-i18n-eige-admin-language-switcher p.toggler-header:before {
  top: -3px;
  left: 25px;
  width: 11px;
  height: 11px;
  border-color: #FFFFFF;
}

.block-eige-i18n-eige-admin-language-switcher p.toggler-header.active:before {
  top: 8px;
}

.block-eige-i18n-eige-admin-language-switcher p.toggler-body {
  position: absolute;
  left: 0px;
  top: 25px;
  padding: 0.8rem;
  padding-top: 30px;
  font-size: 0.9rem;
  line-height: 1.3;
  color: #FFFFFF;
  z-index: 10;
  display: none;
}

.block-eige-i18n-eige-admin-language-switcher p.toggler-body a.button {
  display: block;
  width: 100%;
  text-align: center;
  margin-top: 2px;
  padding: 0.6rem 0.9rem;
  font-size: 0.7rem;
}

@media only screen and (max-width: 40em) {
  .block + .block-eige-i18n-eige-admin-language-switcher {
    margin-top: 1.05rem;
  }
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  .block + .block-eige-i18n-eige-admin-language-switcher {
    margin-top: 1.225rem;
  }
}

@media only screen and (min-width: 64.063em) {
  .block + .block-eige-i18n-eige-admin-language-switcher {
    margin-top: 1.75rem;
  }
}

@media print {
  .block + .block-eige-i18n-eige-admin-language-switcher {
    margin-top: 1.05rem;
  }
}

.page-admin-structure-block .block-region {
  text-align: center;
  font-weight: 700;
  color: #b93171;
  font-size: 20px;
  border: 3px dashed #b93171 !important;
}

.page-admin-structure-block .page-content .block-region {
  padding: 0.9375rem;
  height: 100%;
  width: 100%;
}

.page-admin-structure-block .header-right .block-region {
  padding: 0.625rem 0.9375rem;
}

.page-admin-structure-block .title-main {
  -ms-flex-positive: 1;
      flex-grow: 1;
}

.page-admin-structure-block .title-right {
  width: 30%;
}

@media only screen and (max-width: 40em) {
  .page-admin-structure-block .l-title .title-bottom,
  .page-admin-structure-block .content-header-full,
  .page-admin-structure-block #main-content > section:not(:last-child) {
    margin-bottom: 2.1rem;
  }
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  .page-admin-structure-block .l-title .title-bottom,
  .page-admin-structure-block .content-header-full,
  .page-admin-structure-block #main-content > section:not(:last-child) {
    margin-bottom: 2.45rem;
  }
}

@media only screen and (min-width: 64.063em) {
  .page-admin-structure-block .l-title .title-bottom,
  .page-admin-structure-block .content-header-full,
  .page-admin-structure-block #main-content > section:not(:last-child) {
    margin-bottom: 3.5rem;
  }
}

@media print {
  .page-admin-structure-block .l-title .title-bottom,
  .page-admin-structure-block .content-header-full,
  .page-admin-structure-block #main-content > section:not(:last-child) {
    margin-bottom: 2.1rem;
  }
}

.page-admin-structure-block .l-main aside.sidebar-second {
  padding-right: 1.75rem;
}

.page-admin-structure-block .content-footer-1col .content-footer-full {
  border-top: 3px solid #E0E0E0;
}

@media only screen and (max-width: 40em) {
  .page-admin-structure-block .content-footer-1col .content-footer-full {
    padding-top: 2.1rem;
  }
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  .page-admin-structure-block .content-footer-1col .content-footer-full {
    padding-top: 2.45rem;
  }
}

@media only screen and (min-width: 64.063em) {
  .page-admin-structure-block .content-footer-1col .content-footer-full {
    padding-top: 3.5rem;
  }
}

@media print {
  .page-admin-structure-block .content-footer-1col .content-footer-full {
    padding-top: 2.1rem;
  }
}

@media only screen and (max-width: 40em) {
  .page-admin-structure-block .footer-right-bottom {
    margin-top: 2.1rem;
  }
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  .page-admin-structure-block .footer-right-bottom {
    margin-top: 2.45rem;
  }
}

@media only screen and (min-width: 64.063em) {
  .page-admin-structure-block .footer-right-bottom {
    margin-top: 3.5rem;
  }
}

@media print {
  .page-admin-structure-block .footer-right-bottom {
    margin-top: 2.1rem;
  }
}

.owl-theme .owl-controls {
  margin-top: 0px;
}

.owl-theme .owl-controls .owl-buttons {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

.owl-theme .owl-controls .owl-buttons div {
  margin: 0px;
  padding: 0.5rem;
  font-size: 0px;
  border-radius: 0px;
  background-color: transparent;
  opacity: 1;
  transition: 300ms ease-in-out;
}

.owl-theme .owl-controls .owl-buttons div:after {
  content: " ";
  display: inline-block;
  width: 13px;
  height: 13px;
  border-top: 2px solid #001689;
  border-left: 2px solid #001689;
  -ms-transform: rotate(135deg) skew(0);
      transform: rotate(135deg) skew(0);
  position: relative;
  top: 4px;
  left: -4px;
}

.owl-theme .owl-controls .owl-buttons div.owl-prev:after {
  -ms-transform: rotate(315deg);
      transform: rotate(315deg);
  left: 4px;
}

.owl-theme .owl-controls .owl-buttons .owl-pager {
  margin: 0 0.625rem;
  color: #ffce00;
  font-size: 0.9rem;
  font-weight: 500;
}

#modalBackdrop, .ModalWindow,
.ExportOptionsModal,
.IndicatorExportPanel,
.IndicatorEmbedPanel {
  position: fixed !important;
  top: 0px;
  left: 0px;
  width: 100% !important;
  height: 100% !important;
  background-color: rgba(0, 0, 0, 0.6) !important;
  opacity: 1 !important;
}

#modalContent div.ctools-modal-content .popups-container, .ModalWindow .content > div,
.ExportOptionsModal .content > div,
.IndicatorExportPanel .content > div,
.IndicatorEmbedPanel .content > div {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}

#modalContent .modal-header #modal-title, .ModalWindow .content > div > h2,
.ExportOptionsModal .content > div > h2,
.IndicatorExportPanel .content > div > h2,
.IndicatorEmbedPanel .content > div > h2 {
  display: block;
  margin-bottom: 0px;
  padding: 1.75rem 5.625rem 1.75rem 3.5rem;
  font-size: 1.8125rem;
  font-family: "Fira Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: normal;
  color: #FFFFFF;
  white-space: initial;
  background-color: #001689;
}

#modalContent .modal-header #modal-title > span, .ModalWindow .content > div > h2 > span, .ExportOptionsModal .content > div > h2 > span, .IndicatorExportPanel .content > div > h2 > span, .IndicatorEmbedPanel .content > div > h2 > span {
  color: #FFFFFF;
}

@media only screen and (max-width: 40em) {
  #modalContent .modal-header #modal-title, .ModalWindow .content > div > h2,
  .ExportOptionsModal .content > div > h2,
  .IndicatorExportPanel .content > div > h2,
  .IndicatorEmbedPanel .content > div > h2 {
    padding-left: calc(12px + 2vw);
  }
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  #modalContent .modal-header #modal-title, .ModalWindow .content > div > h2,
  .ExportOptionsModal .content > div > h2,
  .IndicatorExportPanel .content > div > h2,
  .IndicatorEmbedPanel .content > div > h2 {
    padding-left: calc(12px + 2.5vw);
  }
}

#modalContent .modal-header .popups-close,
#modalContent .modal-header a.close, .ModalWindow .close,
.ExportOptionsModal .close,
.IndicatorExportPanel .close,
.IndicatorEmbedPanel .close {
  position: absolute;
  top: 0px;
  right: 3.5rem;
  bottom: 0px;
  left: auto;
  margin: auto;
  width: 1.875rem;
  height: 1.875rem;
  font-size: 0px;
  color: #FFFFFF;
  font-family: "Fira Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 0;
  z-index: 1;
  transition: 300ms ease-in-out;
}

#modalContent .modal-header .popups-close:after,
#modalContent .modal-header a.close:after, .ModalWindow .close:after,
.ExportOptionsModal .close:after,
.IndicatorExportPanel .close:after,
.IndicatorEmbedPanel .close:after {
  content: "⨯";
  position: relative;
  top: 14px;
  font-size: 2.5rem;
}

#modalContent .modal-header .popups-close:hover,
#modalContent .modal-header a.close:hover, .ModalWindow .close:hover,
.ExportOptionsModal .close:hover,
.IndicatorExportPanel .close:hover,
.IndicatorEmbedPanel .close:hover {
  color: rgba(255, 255, 255, 0.7);
}

@media only screen and (max-width: 40em) {
  #modalContent .modal-header .popups-close,
  #modalContent .modal-header a.close, .ModalWindow .close,
  .ExportOptionsModal .close,
  .IndicatorExportPanel .close,
  .IndicatorEmbedPanel .close {
    right: calc(12px + 2vw);
  }
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  #modalContent .modal-header .popups-close,
  #modalContent .modal-header a.close, .ModalWindow .close,
  .ExportOptionsModal .close,
  .IndicatorExportPanel .close,
  .IndicatorEmbedPanel .close {
    right: calc(12px + 2.5vw);
  }
}

#modalContent .modal-scroll, .ModalWindow .content div.scrollable-wrapper,
.ExportOptionsModal .content div.scrollable-wrapper,
.IndicatorExportPanel .content div.scrollable-wrapper,
.IndicatorEmbedPanel .content div.scrollable-wrapper {
  width: 100%;
  height: 100%;
  padding: 3.5rem;
  overflow: hidden;
  background-color: #FFFFFF;
}

@media only screen and (max-width: 40em) {
  #modalContent .modal-scroll, .ModalWindow .content div.scrollable-wrapper,
  .ExportOptionsModal .content div.scrollable-wrapper,
  .IndicatorExportPanel .content div.scrollable-wrapper,
  .IndicatorEmbedPanel .content div.scrollable-wrapper {
    padding: 1.75rem calc(12px + 2vw) 1.75rem;
  }
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  #modalContent .modal-scroll, .ModalWindow .content div.scrollable-wrapper,
  .ExportOptionsModal .content div.scrollable-wrapper,
  .IndicatorExportPanel .content div.scrollable-wrapper,
  .IndicatorEmbedPanel .content div.scrollable-wrapper {
    padding-left: calc(12px + 2.5vw);
    padding-right: calc(12px + 2.5vw);
  }
}

#modalContent .modal-scroll > div, .ModalWindow .content div.scrollable-wrapper > div, .ExportOptionsModal .content div.scrollable-wrapper > div, .IndicatorExportPanel .content div.scrollable-wrapper > div, .IndicatorEmbedPanel .content div.scrollable-wrapper > div {
  padding: 0 1.25rem 0 0;
  width: 100% !important;
  height: 100% !important;
  overflow: auto;
  background-color: transparent;
}

#modalContent .modal-scroll > div > *:last-child, .ModalWindow .content div.scrollable-wrapper > div > *:last-child, .ExportOptionsModal .content div.scrollable-wrapper > div > *:last-child, .IndicatorExportPanel .content div.scrollable-wrapper > div > *:last-child, .IndicatorEmbedPanel .content div.scrollable-wrapper > div > *:last-child {
  margin-bottom: 0px;
}

.main .modal-content {
  display: none;
}

#modalContent {
  position: absolute;
  top: 0px !important;
  right: 0px;
  bottom: 0px;
  left: 0px !important;
  margin: auto;
  position: fixed !important;
  width: 100%;
  height: 100%;
}

#modalContent > div {
  position: relative;
  width: 100% !important;
  height: 100% !important;
}

#modalContent > div > div {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  margin: auto;
}

@media only screen and (min-width: 64.063em) {
  #modalContent > div > div {
    width: 60%;
    height: 70%;
  }
}

#modalContent div.ctools-modal-content {
  margin: 0px;
  border: 0px;
  border-radius: 0px;
  box-shadow: none;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  background-color: transparent;
}

#modalContent div.ctools-modal-content .popups-container {
  border-radius: 0px;
  background-color: transparent;
}

#modalContent .modal-header {
  position: relative;
  padding: 0px;
  background-color: transparent;
  min-height: auto;
}

#modalContent .modal-header .popups-close,
#modalContent .modal-header a.close {
  float: none;
  text-indent: 0;
  background: transparent;
}

#modalContent div.ctools-modal-content.modal-forms-modal-content #modal-title {
  background-color: #001689 !important;
}

.page-about-documents-registry div.ctools-modal-content .webform-component--publications-feedback-form-close,
.node-type-publication div.ctools-modal-content .webform-component--publications-feedback-form-close {
  display: inline-block;
}

div.ctools-modal-content label.hidden-options {
  height: auto;
}

.page-thesaurus-term div.modal-forms-modal-content .webform-component--thesaurus-term-name,
.page-thesaurus-term div.modal-forms-modal-content .webform-component--thesaurus-term-url {
  display: none;
}

#modal-content .title.field-name-name-field {
  display: none;
}

#modal-content .field-name-description-field p {
  font-size: 1.4rem;
  line-height: 2.3rem;
}

.ModalWindow,
.ExportOptionsModal,
.IndicatorExportPanel,
.IndicatorEmbedPanel {
  z-index: 1000;
}

.ModalWindow .outer-wrapper,
.ExportOptionsModal .outer-wrapper,
.IndicatorExportPanel .outer-wrapper,
.IndicatorEmbedPanel .outer-wrapper {
  position: absolute;
  top: 0px !important;
  right: 0px;
  bottom: 0px;
  left: 0px !important;
  margin: auto;
  position: fixed !important;
  width: 100%;
  height: 100%;
}

.ModalWindow .outer-wrapper > div,
.ExportOptionsModal .outer-wrapper > div,
.IndicatorExportPanel .outer-wrapper > div,
.IndicatorEmbedPanel .outer-wrapper > div {
  position: relative;
  width: 100% !important;
  height: 100% !important;
}

.ModalWindow .outer-wrapper > div > div,
.ExportOptionsModal .outer-wrapper > div > div,
.IndicatorExportPanel .outer-wrapper > div > div,
.IndicatorEmbedPanel .outer-wrapper > div > div {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  margin: auto;
}

@media only screen and (min-width: 64.063em) {
  .ModalWindow .outer-wrapper > div > div,
  .ExportOptionsModal .outer-wrapper > div > div,
  .IndicatorExportPanel .outer-wrapper > div > div,
  .IndicatorEmbedPanel .outer-wrapper > div > div {
    width: 90%;
    height: 90%;
  }
}

.ModalWindow .close,
.ExportOptionsModal .close,
.IndicatorExportPanel .close,
.IndicatorEmbedPanel .close {
  top: 1.875rem;
  bottom: auto;
}

.ModalWindow .content,
.ExportOptionsModal .content,
.IndicatorExportPanel .content,
.IndicatorEmbedPanel .content {
  height: 100%;
}

.ModalWindow .content > div > h2,
.ExportOptionsModal .content > div > h2,
.IndicatorExportPanel .content > div > h2,
.IndicatorEmbedPanel .content > div > h2 {
  background-color: #954b92;
}

.ModalWindow .content > div,
.ExportOptionsModal .content > div,
.IndicatorExportPanel .content > div,
.IndicatorEmbedPanel .content > div {
  position: relative;
  height: 100%;
}

.ModalWindow .ExportOptionsModal,
.ExportOptionsModal .ExportOptionsModal,
.IndicatorExportPanel .ExportOptionsModal,
.IndicatorEmbedPanel .ExportOptionsModal {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  margin: auto;
  position: absolute !important;
  background-color: rgba(0, 0, 0, 0.3) !important;
}

.ExportOptionsModal .content-wrapper {
  max-width: 31.25rem;
  max-height: 31.25rem;
}

@media only screen and (min-width: 64.063em) {
  #dgs .ModalWindow .outer-wrapper > div > div,
  .IndicatorEmbedPanel .outer-wrapper > div > div {
    width: 70%;
  }
}

#sliding-popup.sliding-popup-top {
  position: fixed;
  background-color: #1a2d95;
  box-shadow: 0px 2px 15px rgba(66, 66, 66, 0.6);
}

#sliding-popup.sliding-popup-top .popup-content {
  min-height: 150px;
  max-width: 90rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
}

@media only screen and (max-width: 64em) {
  #sliding-popup.sliding-popup-top .popup-content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: center;
        justify-content: center;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  #sliding-popup.sliding-popup-top .popup-content > div {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}

#sliding-popup.sliding-popup-top #logo {
  border-color: #FFFFFF;
  padding: 0px;
  margin: 0px;
  height: auto;
}

@media only screen and (min-width: 64.063em) {
  #sliding-popup.sliding-popup-top #logo {
    padding-right: 1.575rem;
    margin-right: 1.575rem;
    border-right: 1px solid #FFFFFF;
  }
}

@media only screen and (max-width: 40em) {
  #sliding-popup.sliding-popup-top #logo a {
    margin: 0 auto;
  }
}

@media only screen and (max-width: 64em) {
  #sliding-popup.sliding-popup-top #logo a {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
        align-items: flex-end;
    margin-bottom: 0.625rem;
  }
}

#sliding-popup.sliding-popup-top #logo img {
  height: auto;
}

#sliding-popup.sliding-popup-top #logo span {
  display: block;
  color: #FFFFFF;
}

@media only screen and (max-width: 64em) {
  #sliding-popup.sliding-popup-top #logo span {
    margin-top: 0px;
    margin-bottom: 4px;
    margin-left: 4px;
  }
}

#sliding-popup.sliding-popup-top #popup-text {
  margin: 0px;
  padding: 0px;
  float: none;
  max-width: none;
}

@media only screen and (max-width: 40em) {
  #sliding-popup.sliding-popup-top #popup-text {
    text-align: center;
  }
}

@media only screen and (min-width: 64.063em) {
  #sliding-popup.sliding-popup-top #popup-text {
    max-width: 50%;
    margin-right: 1.875rem;
  }
}

#sliding-popup.sliding-popup-top #popup-text * {
  color: #FFFFFF;
  font-size: 0.875rem !important;
  font-weight: 400;
}

#sliding-popup.sliding-popup-top #popup-text p {
  font-weight: 400;
  display: block;
  margin-bottom: 0.625rem;
}

#sliding-popup.sliding-popup-top #popup-text p:last-child {
  margin-bottom: 0px;
}

#sliding-popup.sliding-popup-top #popup-text p a {
  font-weight: 500;
  margin-left: 2px;
  border-bottom: 1px solid #ffce00 !important;
  color: #ffce00;
}

#sliding-popup.sliding-popup-top #popup-text p a:hover {
  color: #ffe266;
  border-color: #ffe266 !important;
}

#sliding-popup.sliding-popup-top #popup-text p a:hover:after {
  color: #ffe266;
}

#sliding-popup.sliding-popup-top #popup-text p a.more-inline:after {
  font-size: 0.7rem;
}

#sliding-popup.sliding-popup-top #popup-buttons {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
  max-width: none;
  margin: -2px;
  margin-top: 1.25rem;
}

@media only screen and (max-width: 40em) {
  #sliding-popup.sliding-popup-top #popup-buttons {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: center;
        justify-content: center;
  }
}

@media only screen and (min-width: 40.063em) {
  #sliding-popup.sliding-popup-top #popup-buttons {
    margin-left: auto;
  }
}

@media only screen and (min-width: 64.063em) {
  #sliding-popup.sliding-popup-top #popup-buttons {
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: end;
        align-items: flex-end;
    margin-top: -2px;
  }
}

#sliding-popup.sliding-popup-top button {
  margin: 2px;
  padding: 1rem 1.5625rem;
  background: transparent !important;
  color: #FFFFFF;
  border: 2px solid #FFFFFF;
  border-radius: 0px;
  font-size: 1rem;
  font-weight: 700;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  box-shadow: none;
  text-shadow: none;
  transition: 300ms ease-in-out;
}

#sliding-popup.sliding-popup-top button:hover {
  border-color: #ffce00;
  color: #ffce00 !important;
}

#lightbox #imageData {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  padding: 0px 10px 10px 10px;
}

#lightbox #imageData #caption {
  color: #3E4047;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.8rem;
  font-weight: 400;
}

#lightbox #imageData #bottomNav {
  height: auto;
  display: -ms-flexbox;
  display: flex;
}

#lightbox #imageData #bottomNav a {
  float: none;
  position: static;
  width: 26px;
  height: 26px;
  text-align: center;
}

#lightbox #imageData #bottomNavClose {
  margin-top: 0px;
  transition: none;
}

#lightbox #imageData #imageDetails {
  float: none;
  -ms-flex-positive: 1;
      flex-grow: 1;
  width: auto;
  padding-right: 1.5625rem;
}

#lightbox #bottomNavZoom,
#lightbox #bottomNavZoomOut {
  background-image: none;
  margin-left: 5px;
}

#lightbox #bottomNavZoom:hover:before,
#lightbox #bottomNavZoomOut:hover:before {
  color: #848484;
}

#lightbox #bottomNavZoom:before {
  content: "";
  color: #5a5a5a;
  font-size: 1.3rem;
  line-height: 1.2;
  font-family: 'eige-icons-font';
  font-weight: normal;
  font-style: normal;
  speak: none;
}

#lightbox #bottomNavZoomOut:before {
  content: "";
  color: #5a5a5a;
  font-size: 1.3rem;
  line-height: 1.2;
  font-family: 'eige-icons-font';
  font-weight: normal;
  font-style: normal;
  speak: none;
}

.select2-container {
  width: auto !important;
}

@media only screen and (max-width: 40em) {
  .select2-container {
    margin-bottom: 2.1rem;
  }
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  .select2-container {
    margin-bottom: 2.45rem;
  }
}

@media only screen and (min-width: 64.063em) {
  .select2-container {
    margin-bottom: 3.5rem;
  }
}

@media print {
  .select2-container {
    margin-bottom: 2.1rem;
  }
}

.select2-container .select2-choice,
.select2-container.select2-dropdown-open.select2-drop-above .select2-choice,
.select2-container .select2-selection--single {
  border-radius: 0px;
  box-shadow: none;
  margin-bottom: 0px;
  padding-right: 2.1875rem;
  color: #666666 !important;
}

.select2-container .select2-choice .select2-arrow,
.select2-container .select2-choice .select2-selection__arrow,
.select2-container.select2-dropdown-open.select2-drop-above .select2-choice .select2-arrow,
.select2-container.select2-dropdown-open.select2-drop-above .select2-choice .select2-selection__arrow,
.select2-container .select2-selection--single .select2-arrow,
.select2-container .select2-selection--single .select2-selection__arrow {
  display: none;
}

.select2-container .select2-choice abbr,
.select2-container.select2-dropdown-open.select2-drop-above .select2-choice abbr,
.select2-container .select2-selection--single abbr {
  top: 20px;
  right: 30px;
  background-image: none !important;
}

.select2-container .select2-choice span.select2-chosen,
.select2-container.select2-dropdown-open.select2-drop-above .select2-choice span.select2-chosen,
.select2-container .select2-selection--single span.select2-chosen {
  margin-right: 0px;
}

.select2-container.select2-container-multi {
  min-width: auto;
}

.select2-container.select2-container-multi .select2-choices,
.select2-container.select2-container-multi.select2-container-active .select2-choices,
.select2-container.select2-container--default .select2-selection.select2-selection--multiple {
  border-radius: 0px;
  box-shadow: none;
  margin-bottom: 0px;
  padding-right: 2.1875rem;
}

.select2-container.select2-container-multi .select2-choices:after,
.select2-container.select2-container-multi.select2-container-active .select2-choices:after,
.select2-container.select2-container--default .select2-selection.select2-selection--multiple:after {
  top: auto;
  bottom: 18px;
}

.select2-container.select2-container-multi .select2-choices .select2-search-field input,
.select2-container.select2-container-multi .select2-choices .select2-search input,
.select2-container.select2-container-multi.select2-container-active .select2-choices .select2-search-field input,
.select2-container.select2-container-multi.select2-container-active .select2-choices .select2-search input,
.select2-container.select2-container--default .select2-selection.select2-selection--multiple .select2-search-field input,
.select2-container.select2-container--default .select2-selection.select2-selection--multiple .select2-search input {
  border: 0px !important;
  margin: 0px !important;
  padding: 0px !important;
  height: auto !important;
}

.select2-container.select2-container-multi .select2-choices li.select2-search-choice,
.select2-container.select2-container-multi .select2-choices li.select2-selection__choice,
.select2-container.select2-container-multi.select2-container-active .select2-choices li.select2-search-choice,
.select2-container.select2-container-multi.select2-container-active .select2-choices li.select2-selection__choice,
.select2-container.select2-container--default .select2-selection.select2-selection--multiple li.select2-search-choice,
.select2-container.select2-container--default .select2-selection.select2-selection--multiple li.select2-selection__choice {
  margin: 0px;
  padding-left: 25px;
  color: #666666 !important;
  font-size: 1rem;
  border: 0px;
  background: none;
  box-shadow: none;
  line-height: 1.1;
}

.select2-container .select2-search-choice-close,
.select2-container .select2-selection__choice__remove {
  display: inline-block;
  top: 10px;
  right: auto;
  width: auto;
  height: auto;
  text-align: center;
  font-size: 0px;
  background: transparent;
}

.select2-container .select2-search-choice-close:before,
.select2-container .select2-selection__choice__remove:before {
  content: "⨯";
  color: #001689;
  font-size: 1.5rem;
  line-height: 0;
}

.select2-container .select2-search-choice-close:hover:before,
.select2-container .select2-selection__choice__remove:hover:before {
  color: #001fc1;
}

.select2-container .select2-search input,
.select2-container .select2-search-choice-close,
.select2-container .select2-container .select2-choice abbr,
.select2-container .select2-container .select2-choice .select2-arrow b {
  background-image: none !important;
}

.select2-container.error {
  border: 0px;
}

.select2-container.error .select2-choices,
.select2-container.error .select2-choice {
  border-color: #f04124 !important;
}

.select2-container.select2-container-active {
  outline: #001689 auto 5px;
}

.select2-drop,
.select2-dropdown {
  color: #666666 !important;
  border-radius: 0px !important;
}

.select2-drop ul,
.select2-dropdown ul {
  font-size: 0.9375rem;
  line-height: 1.5;
  margin: 0px;
  padding: 0px;
}

.select2-drop .select2-results__option[aria-selected="true"],
.select2-dropdown .select2-results__option[aria-selected="true"] {
  color: #FFFFFF !important;
}

.select2-drop .select2-results .select2-highlighted,
.select2-drop .select2-results__option--highlighted,
.select2-dropdown .select2-results .select2-highlighted,
.select2-dropdown .select2-results__option--highlighted {
  color: #666666 !important;
}

.select2-drop .select2-input,
.select2-dropdown .select2-input {
  margin-bottom: 8px;
  padding: 8px 10px;
  background: transparent;
  border-width: 0 0 1px 0;
}

.select2-drop .select2-no-results,
.select2-dropdown .select2-no-results {
  background: transparent;
  padding: 0.3125rem 0.625rem;
}

.select2-drop .buttons button,
.select2-dropdown .buttons button {
  background-color: transparent;
  color: #001689;
  font-size: 0.9375rem;
  padding: 0.625rem;
  margin: 0.5rem 0 0.3125rem 0;
}

.select2-drop .buttons button:before,
.select2-dropdown .buttons button:before {
  margin-right: 8px;
}

.select2-drop .buttons button:hover, .select2-drop .buttons button:hover:before,
.select2-dropdown .buttons button:hover,
.select2-dropdown .buttons button:hover:before {
  color: #001fc1;
}

.select2-drop .buttons .all,
.select2-dropdown .buttons .all {
  margin-right: 0.5rem;
}

.select2-drop .buttons .all:before,
.select2-dropdown .buttons .all:before {
  content: "";
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  font-family: 'eige-icons-font';
  font-weight: normal;
  font-style: normal;
  speak: none;
}

.select2-drop .buttons .none:before,
.select2-dropdown .buttons .none:before {
  content: "";
  color: inherit;
  font-size: 0.8125rem;
  line-height: inherit;
  font-family: 'eige-icons-font';
  font-weight: normal;
  font-style: normal;
  speak: none;
}

@media only screen and (max-width: 40em) {
  #select2-drop-mask {
    background-color: rgba(0, 0, 0, 0.6);
    opacity: 1;
  }
  .select2-drop .select2-results,
  .select2-dropdown .select2-results {
    max-height: 70vh;
  }
  .select2-drop.select2-drop-above.select2-drop-active,
  .select2-dropdown.select2-drop-above.select2-drop-active {
    border-top: 1px solid transparent;
  }
}

.group-metadata,
.group-metadata div {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 0.9375rem;
  font-size: 0.8125rem;
  line-height: 1.3125rem;
  color: #757575;
  font-weight: 400;
  line-height: 1.4 !important;
}

.group-metadata .field-label,
.group-metadata div .field-label {
  text-transform: uppercase;
  margin-right: 5px;
  font-weight: 500;
  line-height: normal !important;
}

.group-metadata div {
  margin-bottom: 0px;
}

.group-metadata div.field:after {
  content: " ";
  display: inline-block;
  width: 3px;
  height: 3px;
  margin: 0px 10px;
  border-radius: 50%;
  vertical-align: middle;
  background-color: #ffce00;
  visibility: visible;
}

.group-metadata div.field:last-child:after {
  content: none;
}

.block-views-node-metadata-block {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}

@media only screen and (max-width: 40em) {
  .block-views-node-metadata-block {
    margin-bottom: 1.05rem;
  }
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  .block-views-node-metadata-block {
    margin-bottom: 1.225rem;
  }
}

@media only screen and (min-width: 64.063em) {
  .block-views-node-metadata-block {
    margin-bottom: 1.75rem;
  }
}

@media print {
  .block-views-node-metadata-block {
    margin-bottom: 1.05rem;
  }
}

.block-views-node-metadata-block + * {
  border-top: 1px solid #E0E0E0;
}

@media only screen and (max-width: 40em) {
  .block-views-node-metadata-block + * {
    padding-top: 1.05rem;
  }
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  .block-views-node-metadata-block + * {
    padding-top: 1.225rem;
  }
}

@media only screen and (min-width: 64.063em) {
  .block-views-node-metadata-block + * {
    padding-top: 1.75rem;
  }
}

@media print {
  .block-views-node-metadata-block + * {
    padding-top: 1.05rem;
  }
}

.block-views-node-metadata-block .views-row {
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 64em) {
  .block-views-node-metadata-block .views-row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.block-views-node-metadata-block .views-field {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: baseline;
      align-items: baseline;
}

.block-views-node-metadata-block div.views-field + div.views-field {
  padding-left: 1.05rem;
  margin-left: 1.05rem;
  border-left: 1px solid #E0E0E0;
}

.group-node-metadata .field + .field {
  margin-top: 0.9375rem;
}

.group-node-metadata .field > div {
  display: inline;
}

.group-node-metadata .field p {
  display: inline;
  margin-bottom: 0px;
}

.group-node-metadata .field-item:after,
.group-node-metadata .field-type-link-field > a:after {
  content: ",";
  margin-right: 5px;
}

.group-node-metadata .field-item:last-child:after,
.group-node-metadata .field-type-link-field > a:last-child:after {
  content: none;
}

.node-type-career-opportunity .view-node-metadata .views-field-field-document-type,
.node-type-career-opportunity .view-node-metadata .views-field-field-publication-date,
.node-type-career-opportunity .view-node-metadata .views-field-field-display-date {
  display: none;
}

.node-type-procurement .view-node-metadata .views-field-field-document-type,
.node-type-procurement .view-node-metadata .views-field-field-publication-date,
.node-type-procurement .view-node-metadata .views-field-field-display-date,
.node-type-procurement .view-node-metadata .views-field-field-country {
  display: none;
}

.node-type-publication .view-node-metadata .views-field-field-display-date,
.node-type-publication .view-node-metadata .views-field-field-country,
.node-type-publication .view-node-metadata .views-field-field-document-type {
  display: none;
}

.node-type-document .view-node-metadata .views-field-field-display-date,
.node-type-document .view-node-metadata .views-field-field-country {
  display: none;
}

.node-type-good-practice .view-node-metadata .views-field-field-display-date {
  display: none;
}

.node-type-resource .view-node-metadata .views-field-field-display-date,
.node-type-resource .view-node-metadata .views-field-field-violence-types {
  display: none;
}

.node-type-method-tool .view-node-metadata .views-field-field-display-date,
.node-type-method-tool .view-node-metadata .views-field-field-violence-types {
  display: none;
}

.node-type-video .views-field-field-display-date .view-node-metadata {
  display: none;
}

.node-type-sectoral-area .view-node-metadata .views-field-field-display-date,
.node-type-sectoral-area .view-node-metadata .views-field-field-country {
  display: none;
}

.node-type-tool-method-category .view-node-metadata .views-field-field-display-date {
  display: none;
}

.node-type-resource-pool-item .view-node-metadata .views-field-field-display-date {
  display: none;
}

.node-type-legal-definition .view-node-metadata .views-field-field-display-date {
  display: none;
}

.node-type-gender-story .view-node-metadata .views-field-field-country,
.node-type-gender-story .view-node-metadata .views-field-field-sex {
  display: none;
}

.node-type-project .view-node-metadata .views-field-field-display-date,
.node-type-project .view-node-metadata .views-field-field-start-date,
.node-type-project .view-node-metadata .views-field-field-mt-end-date {
  display: none;
}

.node-type-news-article .view-node-metadata .views-field-field-country {
  display: none;
}

.node-type-sectoral-area .view-node-metadata .views-field-field-topics {
  display: none;
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  .view-filters {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: end;
        justify-content: flex-end;
  }
  .view-filters form {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}

.view-filters form {
  transition: opacity 500ms ease-in 1.5s;
}

.js .view-filters form {
  opacity: 0;
}

.js [class*="jquery-once"][class*="-processed"] .view-filters form {
  opacity: 1;
}

.no-js .view-filters form {
  opacity: 1;
}

.no-js .view-filters form .views-widget-sort-by {
  width: 100%;
}

.view-filters .views-exposed-widgets {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: end;
      justify-content: flex-end;
  margin-bottom: 0px;
}

.view-filters .views-exposed-widget {
  float: none;
  padding: 0px;
}

@media only screen and (max-width: 40em) {
  .view-filters .views-exposed-widget + .views-exposed-widget {
    margin-top: -1.05rem;
  }
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  .view-filters .views-exposed-widget + .views-exposed-widget {
    margin-top: -1.225rem;
  }
}

@media only screen and (min-width: 64.063em) {
  .view-filters .views-exposed-widget + .views-exposed-widget {
    margin-top: -1.75rem;
  }
}

@media print {
  .view-filters .views-exposed-widget + .views-exposed-widget {
    margin-top: -1.05rem;
  }
}

.view-filters [class*="views-widget-filter"],
#dgs-view .view-filters .MultipleSelectFilterDefault,
#dgs-view .view-filters .TextFilter {
  float: none;
  padding: 0px;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}

.view-filters [class*="views-widget-filter"] div,
#dgs-view .view-filters .MultipleSelectFilterDefault div,
#dgs-view .view-filters .TextFilter div {
  width: 100% !important;
  float: none !important;
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  .view-filters [class*="views-widget-filter"],
  #dgs-view .view-filters .MultipleSelectFilterDefault,
  #dgs-view .view-filters .TextFilter {
    -ms-flex-preferred-size: calc(50% - 1.225rem);
        flex-basis: calc(50% - 1.225rem);
  }
  .view-filters [class*="views-widget-filter"]:nth-child(2),
  #dgs-view .view-filters .MultipleSelectFilterDefault:nth-child(2),
  #dgs-view .view-filters .TextFilter:nth-child(2) {
    margin-top: 0px !important;
  }
  .view-filters [class*="views-widget-filter"]:nth-child(odd),
  #dgs-view .view-filters .MultipleSelectFilterDefault:nth-child(odd),
  #dgs-view .view-filters .TextFilter:nth-child(odd) {
    margin-right: auto;
  }
}

.view-filters .form-submit {
  float: none;
}

.view-filters input, .view-filters select {
  width: 100%;
}

.view-filters .views-widget-filter-populate .form-type-textfield,
.view-filters #edit-t-wrapper .form-type-textfield {
  position: relative;
}

.view-filters .views-widget-filter-populate .form-type-textfield:before,
.view-filters #edit-t-wrapper .form-type-textfield:before {
  content: "";
  color: #001689;
  font-size: 1rem;
  line-height: inherit;
  font-family: 'eige-icons-font';
  font-weight: normal;
  font-style: normal;
  speak: none;
}

.view-filters .views-widget-filter-populate .form-type-textfield:before,
.view-filters #edit-t-wrapper .form-type-textfield:before {
  position: absolute;
  right: 0px;
  top: 18px;
}

.view-filters .views-widget-filter-populate .form-type-textfield input,
.view-filters #edit-t-wrapper .form-type-textfield input {
  padding-right: 1.875rem;
}

.view-filters .views-reset-button,
.view-filters .dgs-clear-filters {
  margin-bottom: 2.7rem !important;
  z-index: 2;
  -ms-flex-item-align: end;
      align-self: flex-end;
}

.view-filters .views-reset-button button#edit-reset,
.view-filters .dgs-clear-filters button#edit-reset {
  margin-top: 1rem;
}

.view-filters form + .views-reset-button {
  text-align: right;
}

.view-filters .views-submit-button {
  -ms-flex-order: 1;
      order: 1;
  z-index: 2;
  -ms-flex-item-align: end;
      align-self: flex-end;
}

.view-filters .views-submit-button .form-submit {
  margin-top: 0px !important;
  margin-bottom: 1.75rem;
  float: none;
  margin-left: 25px;
}

.view-filters .ajax-progress.ajax-progress-throbber {
  display: none;
}

.view-filters a.select-clear {
  position: absolute;
  top: -27px;
  left: -22px;
  font-size: 0px;
}

.view-filters a.select-clear:before {
  content: "";
  color: #001689;
  font-size: 1rem;
  line-height: inherit;
  font-family: 'eige-icons-font';
  font-weight: normal;
  font-style: normal;
  speak: none;
}

@media only screen and (max-width: 40em) {
  .view-filters a.select-clear {
    left: -15px;
  }
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  .view-filters a.select-clear {
    left: -18px;
  }
}

.view-filters a.select-clear:hover {
  color: #001fc1;
}

.view-filters .form-item {
  position: relative;
}

.view-filters .description, .view-filters .help {
  display: none;
}

.view-filters .toggler-wrapper {
  width: 100%;
  border-top: 0px;
}

.view-filters .toggler-wrapper .toggler-header {
  background-color: #001689;
  color: #FFFFFF !important;
  padding-left: 4rem !important;
}

.view-filters .toggler-wrapper .toggler-header:before {
  border-color: #FFFFFF !important;
  left: 1.875rem;
  border-top-width: 3px;
  border-left-width: 3px;
}

.view-filters .toggler-wrapper .toggler-body {
  padding: 0px;
}

@media only screen and (max-width: 40em) {
  .view-filters .toggler-wrapper .toggler-body {
    padding-top: 2.1rem;
  }
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  .view-filters .toggler-wrapper .toggler-body {
    padding-top: 2.45rem;
  }
}

@media only screen and (min-width: 64.063em) {
  .view-filters .toggler-wrapper .toggler-body {
    padding-top: 3.5rem;
  }
}

@media print {
  .view-filters .toggler-wrapper .toggler-body {
    padding-top: 2.1rem;
  }
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  .view-filters [id*="views-exposed-form-search"] #edit-t-wrapper {
    -ms-flex-positive: 1;
        flex-grow: 1;
  }
  .view-filters [id*="views-exposed-form-search"] .views-submit-button {
    margin-top: 2rem;
  }
}

.block-facetapi {
  display: none;
}

@media only screen and (max-width: 40em) {
  .view-filters [id*="facetapi-multiselect-form"] {
    margin-top: -1.05rem;
  }
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  .view-filters [id*="facetapi-multiselect-form"] {
    margin-top: -1.225rem;
  }
}

@media only screen and (min-width: 64.063em) {
  .view-filters [id*="facetapi-multiselect-form"] {
    margin-top: -1.75rem;
  }
}

@media print {
  .view-filters [id*="facetapi-multiselect-form"] {
    margin-top: -1.05rem;
  }
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  .view-filters [id*="facetapi-multiselect-form"] {
    -ms-flex-preferred-size: calc(50% - 1.225rem);
        flex-basis: calc(50% - 1.225rem);
    max-width: calc(50% - 1.225rem);
  }
  .view-filters [id*="facetapi-multiselect-form"]:nth-child(even) {
    margin-right: auto;
  }
}

.view-filters [id*="facetapi-multiselect-form"] .select2-container {
  width: 100% !important;
}

.searchword {
  border-bottom: 2px dashed #ffce00;
}

#edit-age-wrapper .views-widget {
  display: -ms-flexbox;
  display: flex;
}

#edit-age-wrapper .views-widget .form-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

#edit-age-wrapper .views-widget .form-item label {
  position: absolute;
  left: 0px;
  top: 12px;
  font-size: 1rem;
}

#edit-age-wrapper .views-widget .form-item input {
  padding-left: 50px;
}

@media only screen and (max-width: 40em) {
  #edit-age-wrapper .views-widget .form-item:first-child {
    margin-right: 1.05rem;
  }
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  #edit-age-wrapper .views-widget .form-item:first-child {
    margin-right: 1.225rem;
  }
}

@media only screen and (min-width: 64.063em) {
  #edit-age-wrapper .views-widget .form-item:first-child {
    margin-right: 1.75rem;
  }
}

@media print {
  #edit-age-wrapper .views-widget .form-item:first-child {
    margin-right: 1.05rem;
  }
}

@media only screen and (max-width: 40em) {
  #edit-age-wrapper .views-widget .form-item:last-child {
    margin-left: 1.05rem;
  }
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  #edit-age-wrapper .views-widget .form-item:last-child {
    margin-left: 1.225rem;
  }
}

@media only screen and (min-width: 64.063em) {
  #edit-age-wrapper .views-widget .form-item:last-child {
    margin-left: 1.75rem;
  }
}

@media print {
  #edit-age-wrapper .views-widget .form-item:last-child {
    margin-left: 1.05rem;
  }
}

.view-filters .MultipleSelectFilterDefault {
  float: none;
  width: 100%;
}

@media only screen and (max-width: 40em) {
  .view-filters .MultipleSelectFilterDefault {
    margin-top: -1.05rem;
  }
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  .view-filters .MultipleSelectFilterDefault {
    margin-top: -1.225rem;
  }
}

@media only screen and (min-width: 64.063em) {
  .view-filters .MultipleSelectFilterDefault {
    margin-top: -1.75rem;
  }
}

@media print {
  .view-filters .MultipleSelectFilterDefault {
    margin-top: -1.05rem;
  }
}

.view-filters .MultipleSelectFilterDefault .select2-container {
  width: 100% !important;
}

.view-filters .help {
  display: block;
}

@media only screen and (min-width: 64.063em) {
  .view-main-section {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .view-main-section .view-filters {
    position: relative;
    padding-right: 3.5rem;
  }
  .view-main-section .view-filters + .view-main {
    padding-left: 3.5rem;
    position: relative;
    border-left: 1px solid #E0E0E0;
  }
  .view-main-section .view-filters + .view-main:after {
    content: "";
    color: #B8B8B8;
    font-size: 0.9rem;
    line-height: inherit;
    font-family: 'eige-icons-font';
    font-weight: normal;
    font-style: normal;
    speak: none;
  }
  .view-main-section .view-filters + .view-main:after {
    position: absolute;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    width: 2.5rem;
    height: 2.5rem;
    border: 1px solid #E0E0E0;
    border-radius: 50%;
    background-color: #FFFFFF;
  }
  .view-main-section .view-filters + .view-main:after {
    left: -1.25rem;
  }
  .view-main-section .view-filters + .view-main:after {
    top: 120px;
  }
}

@media only screen and (max-width: 40em) {
  .view-header {
    margin-bottom: 2.1rem;
  }
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  .view-header {
    margin-bottom: 2.45rem;
  }
}

@media only screen and (min-width: 64.063em) {
  .view-header {
    margin-bottom: 3.5rem;
  }
}

@media print {
  .view-header {
    margin-bottom: 2.1rem;
  }
}

@media only screen and (min-width: 40.063em) {
  .view-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-align: center;
        align-items: center;
  }
}

@media only screen and (max-width: 40em) {
  .view-header .view-header-content {
    text-align: center;
    margin-bottom: 1.25rem;
  }
}

.view-header .view-results-count {
  font-size: 0.875rem;
  font-weight: 300;
  display: inline;
}

.view-header .view-pager {
  -ms-flex-positive: 1;
      flex-grow: 1;
}

.view-header .view-sort {
  min-width: 10.3125rem;
  text-align: right;
  margin-left: auto;
}

@media only screen and (max-width: 40em) {
  .view-header .view-sort .select2-container {
    width: 100% !important;
  }
}

@media only screen and (max-width: 64em) {
  .view-header .view-sort {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    text-align: left;
    margin-top: 0.9375rem;
  }
}

.view-header .view-sort .select2-container {
  margin-bottom: 0px;
}

.view-content .highlighted-box {
  background-color: #fff0b3;
}

@media only screen and (max-width: 40em) {
  .view-content .highlighted-box {
    padding-top: 0.84rem;
    padding-right: 1.05rem;
    padding-bottom: 0.84rem;
    padding-left: 1.05rem;
    margin-bottom: 1.05rem;
  }
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  .view-content .highlighted-box {
    padding-top: 0.98rem;
    padding-right: 1.225rem;
    padding-bottom: 0.98rem;
    padding-left: 1.225rem;
    margin-bottom: 1.225rem;
  }
}

@media only screen and (min-width: 64.063em) {
  .view-content .highlighted-box {
    padding-top: 1.4rem;
    padding-right: 1.75rem;
    padding-bottom: 1.4rem;
    padding-left: 1.75rem;
    margin-bottom: 1.75rem;
  }
}

@media print {
  .view-content .highlighted-box {
    padding-top: 0.84rem;
    padding-right: 1.05rem;
    padding-bottom: 0.84rem;
    padding-left: 1.05rem;
    margin-bottom: 1.05rem;
  }
}

.view-content .highlighted-box div.title-prefix {
  color: #757575;
}

.view-content .highlighted-box .rich-text {
  margin-bottom: 1.125rem;
}

@media only screen and (max-width: 40em) {
  .view-content .highlighted-box .rich-text {
    margin-bottom: 0.75rem;
  }
}

.view-content .highlighted-box .rich-text p + * {
  margin-top: 0px;
}

.view-content .highlighted-box .rich-text ul li {
  margin-bottom: 0px !important;
  margin-top: 0px !important;
}

.view-content .highlighted-box .rich-text ul li:before {
  top: 5px !important;
  background-color: #757575;
}

.view-content .highlighted-box a {
  text-transform: uppercase;
  font-size: 0.6875rem;
  line-height: normal;
}

.view-content .highlighted-box a:after {
  font-size: 0.7rem;
  color: #001689;
}

@media only screen and (max-width: 40em) {
  .view-content .toggler-header,
  .view-content .pr-accordion-links__item .pr-accordion-links__link, .pr-accordion-links__item .view-content .pr-accordion-links__link {
    padding: 0.735rem;
  }
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  .view-content .toggler-header,
  .view-content .pr-accordion-links__item .pr-accordion-links__link, .pr-accordion-links__item .view-content .pr-accordion-links__link {
    padding: 0.8575rem;
  }
}

@media only screen and (min-width: 64.063em) {
  .view-content .toggler-header,
  .view-content .pr-accordion-links__item .pr-accordion-links__link, .pr-accordion-links__item .view-content .pr-accordion-links__link {
    padding: 1.225rem;
  }
}

@media print {
  .view-content .toggler-header,
  .view-content .pr-accordion-links__item .pr-accordion-links__link, .pr-accordion-links__item .view-content .pr-accordion-links__link {
    padding: 0.735rem;
  }
}

.view-content .toggler-header .title, .view-content .pr-accordion-links__item .pr-accordion-links__link .title, .pr-accordion-links__item .view-content .pr-accordion-links__link .title {
  margin-bottom: 0px;
}

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

@media only screen and (max-width: 40em) {
  .view-empty {
    margin-top: 2.1rem;
    margin-bottom: 2.1rem;
  }
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  .view-empty {
    margin-top: 2.45rem;
    margin-bottom: 2.45rem;
  }
}

@media only screen and (min-width: 64.063em) {
  .view-empty {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }
}

@media print {
  .view-empty {
    margin-top: 2.1rem;
    margin-bottom: 2.1rem;
  }
}

.view-empty p {
  font-size: 1.3rem;
}

.view-footer {
  border-top: 1px solid #E0E0E0;
}

@media only screen and (max-width: 40em) {
  .view-footer {
    padding-top: 1.05rem;
  }
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  .view-footer {
    padding-top: 1.225rem;
  }
}

@media only screen and (min-width: 64.063em) {
  .view-footer {
    padding-top: 1.75rem;
  }
}

@media print {
  .view-footer {
    padding-top: 1.05rem;
  }
}

@media only screen and (max-width: 40em) {
  .view-footer .pagination {
    margin-bottom: 1.05rem;
  }
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  .view-footer .pagination {
    margin-bottom: 1.225rem;
  }
}

@media only screen and (min-width: 64.063em) {
  .view-footer .pagination {
    margin-bottom: 1.75rem;
  }
}

@media print {
  .view-footer .pagination {
    margin-bottom: 1.05rem;
  }
}

.view-display-id-bpfa {
  display: -ms-flexbox;
  display: flex;
}

.view-display-id-bpfa > div,
.view-display-id-bpfa > ul {
  opacity: 0;
  transition: opacity ease-out 0.4s;
}

.view-display-id-bpfa.foundation-tabs-processed > div,
.view-display-id-bpfa.foundation-tabs-processed > ul {
  opacity: 1;
}

.view-display-id-bpfa .view-main-section {
  width: 100%;
}

.view-legal-definitions-in-the-eu .items-list {
  margin-bottom: 0px;
}

.view-legal-definitions-in-the-eu .view-footer {
  border-top: 0px;
}

.outcomes-countries-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -0.9375rem;
}

.gray-box > .outcomes-countries-wrapper:last-child {
  margin-bottom: -0.9375rem !important;
}

.outcomes-countries-wrapper > div {
  padding: 0.9375rem;
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  .outcomes-countries-wrapper > div {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    min-width: 50%;
  }
}

@media only screen and (min-width: 64.063em) {
  .outcomes-countries-wrapper > div {
    -ms-flex-preferred-size: 33.33%;
        flex-basis: 33.33%;
    min-width: 33.33%;
  }
}

.outcomes-countries-wrapper .title {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 0.625rem;
  font-size: 1.0625rem;
  font-weight: 500;
}

.outcomes-countries-wrapper .links {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.outcomes-countries-wrapper .links a {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  text-decoration: underline;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.2;
}

.outcomes-countries-wrapper .links a:after {
  content: " ";
  display: inline-block;
  width: 1px;
  height: 100%;
  margin: 0 5px;
  background-color: #888888;
}

.outcomes-countries-wrapper .links a:last-child:after {
  content: none;
}

.node-structure.view-mode-full [class*="user-full-name"] {
  display: none;
}

.node-structure.view-mode-full #enge-entity-loading {
  clear: both;
  font-size: 0px;
  height: 100px;
}

@media only screen and (max-width: 40em) {
  #group-timeline {
    margin-bottom: 2.1rem;
  }
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  #group-timeline {
    margin-bottom: 2.45rem;
  }
}

@media only screen and (min-width: 64.063em) {
  #group-timeline {
    margin-bottom: 3.5rem;
  }
}

@media print {
  #group-timeline {
    margin-bottom: 2.1rem;
  }
}

@media only screen and (max-width: 40em) {
  #group-timeline .storyjs-embed.full-embed {
    margin-bottom: 2.1rem !important;
  }
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  #group-timeline .storyjs-embed.full-embed {
    margin-bottom: 2.45rem !important;
  }
}

@media only screen and (min-width: 64.063em) {
  #group-timeline .storyjs-embed.full-embed {
    margin-bottom: 3.5rem !important;
  }
}

@media print {
  #group-timeline .storyjs-embed.full-embed {
    margin-bottom: 2.1rem !important;
  }
}

@media only screen and (max-width: 40em) {
  #group-timeline h2 {
    margin-bottom: 2.1rem;
  }
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  #group-timeline h2 {
    margin-bottom: 2.45rem;
  }
}

@media only screen and (min-width: 64.063em) {
  #group-timeline h2 {
    margin-bottom: 3.5rem;
  }
}

@media print {
  #group-timeline h2 {
    margin-bottom: 2.1rem;
  }
}

#group-timeline .vco-timeline {
  background-color: #e6e6e6;
}

@media only screen and (max-width: 40em) {
  #group-timeline .vco-timeline {
    padding-bottom: 4.2rem;
  }
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  #group-timeline .vco-timeline {
    padding-bottom: 4.9rem;
  }
}

@media only screen and (min-width: 64.063em) {
  #group-timeline .vco-timeline {
    padding-bottom: 7rem;
  }
}

@media print {
  #group-timeline .vco-timeline {
    padding-bottom: 4.2rem;
  }
}

@media only screen and (max-width: 40em) {
  #group-timeline .vco-timeline .vco-slider {
    padding-bottom: 2.1rem;
  }
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  #group-timeline .vco-timeline .vco-slider {
    padding-bottom: 2.45rem;
  }
}

@media only screen and (min-width: 64.063em) {
  #group-timeline .vco-timeline .vco-slider {
    padding-bottom: 3.5rem;
  }
}

@media print {
  #group-timeline .vco-timeline .vco-slider {
    padding-bottom: 2.1rem;
  }
}

@media only screen and (max-width: 40em) {
  #group-timeline .vco-timeline .slider-container-mask,
  #group-timeline .vco-timeline .slider-item-container {
    padding-top: 2.1rem;
  }
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  #group-timeline .vco-timeline .slider-container-mask,
  #group-timeline .vco-timeline .slider-item-container {
    padding-top: 2.45rem;
  }
}

@media only screen and (min-width: 64.063em) {
  #group-timeline .vco-timeline .slider-container-mask,
  #group-timeline .vco-timeline .slider-item-container {
    padding-top: 3.5rem;
  }
}

@media print {
  #group-timeline .vco-timeline .slider-container-mask,
  #group-timeline .vco-timeline .slider-item-container {
    padding-top: 2.1rem;
  }
}

#group-timeline .content-container .container {
  text-align: center;
}

#group-timeline .content-container .container * {
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

#group-timeline .content-container h2.date {
  margin-bottom: 0.625rem;
  color: #666666;
  font-size: 0.6875rem;
}

#group-timeline .content-container h3 {
  color: #616161;
  font-family: "Fira Sans", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.7rem;
}

#group-timeline .content-container p, #group-timeline .content-container li {
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.45rem;
}

#group-timeline .content-container li:before {
  top: 5px;
}

@media only screen and (max-width: 40em) {
  #group-timeline .content-container li + li {
    margin-top: 1.05rem;
  }
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  #group-timeline .content-container li + li {
    margin-top: 1.225rem;
  }
}

@media only screen and (min-width: 64.063em) {
  #group-timeline .content-container li + li {
    margin-top: 1.75rem;
  }
}

@media print {
  #group-timeline .content-container li + li {
    margin-top: 1.05rem;
  }
}

#group-timeline .content-container a {
  color: #001689;
  border-bottom: 1px solid #001689;
}

#group-timeline .content-container a:hover {
  color: #001fc1;
  border-color: #001fc1;
  text-decoration: none;
}

#group-timeline .vco-slider div.icon {
  display: none;
}

#group-timeline .vco-slider div.date {
  color: #666666;
  font-size: 0.6875rem;
  font-weight: 400;
  text-align: left;
}

#group-timeline .vco-slider div.title {
  font-family: "Fira Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #001689;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.1;
  text-align: left;
}

#group-timeline .vco-slider div.title:after {
  right: 2px;
}

#group-timeline .vco-slider .nav-previous div.date {
  text-align: right;
}

#group-timeline .vco-slider .nav-previous div.title {
  text-align: right;
  padding-right: 0px;
}

@media only screen and (max-width: 40em) {
  #group-timeline .vco-slider .nav-previous div.title {
    padding-left: 1.05rem;
  }
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  #group-timeline .vco-slider .nav-previous div.title {
    padding-left: 1.225rem;
  }
}

@media only screen and (min-width: 64.063em) {
  #group-timeline .vco-slider .nav-previous div.title {
    padding-left: 1.75rem;
  }
}

@media print {
  #group-timeline .vco-slider .nav-previous div.title {
    padding-left: 1.05rem;
  }
}

#group-timeline .vco-slider .nav-previous div.title:after {
  left: 2px;
  right: auto;
  -ms-transform: rotate(180deg);
      transform: rotate(180deg);
}

#group-timeline .timenav-indicator {
  display: none;
}

#group-timeline .vco-timeline .vco-navigation .flag-content h3 {
  color: #666666;
}

.print-content #group-timeline .field-collection-view {
  margin-bottom: 3.15rem;
}

.print-content #group-timeline .field-name-field-timeline-event-title {
  margin-bottom: 1.05rem;
  font-family: "Fira Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.625rem;
  line-height: normal;
}

@media only screen and (max-width: 40em) {
  .print-content #group-timeline .field-name-field-timeline-event-title {
    font-size: 1.5rem;
  }
}

.print-content #group-timeline .field-name-field-timeline-event-description p:last-child {
  margin-bottom: 0px;
}

.print-content #group-timeline .field-type-datetime {
  display: inline-block;
  font-size: 0.9375rem;
  margin-top: 1.05rem;
}

.print-content #group-timeline .field-type-datetime + .field-type-datetime:before {
  content: "-";
  margin: 0px 5px;
}

#ui-datepicker-div {
  padding: 0.3125rem;
  border: 0px solid #CCCCCC;
  background-color: #FFFFFF;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  border-radius: 0px;
  box-shadow: 2px 2px 10px #AAAAAA;
}

#ui-datepicker-div .ui-datepicker-header {
  margin: -0.3125rem;
  margin-bottom: 0px;
  padding: 0.3125rem;
  background: #E0E0E0;
  border: 0px solid #EFEFEF;
  border-radius: 0px;
}

#ui-datepicker-div .ui-datepicker-header .ui-datepicker-title {
  color: #3E4047;
  font-weight: 500;
}

#ui-datepicker-div .ui-datepicker-header a.ui-corner-all {
  position: absolute;
  top: 0px;
  right: 5px;
  bottom: 0px;
  left: auto;
  margin: auto;
  display: inline-block;
}

#ui-datepicker-div .ui-datepicker-header a.ui-corner-all:before {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  margin: auto;
  content: " ";
  display: inline-block;
  width: 12px;
  height: 12px;
  border-top: 2px solid #001689;
  border-left: 2px solid #001689;
  -ms-transform: rotate(133deg) skew(0);
      transform: rotate(133deg) skew(0);
  transition: 300ms ease-in-out;
}

#ui-datepicker-div .ui-datepicker-header a.ui-corner-all span {
  background-image: none;
}

#ui-datepicker-div .ui-datepicker-header a.ui-corner-all.ui-datepicker-prev {
  right: auto;
  left: 5px;
}

#ui-datepicker-div .ui-datepicker-header a.ui-corner-all.ui-datepicker-prev:before {
  -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
}

#ui-datepicker-div .ui-datepicker-header a.ui-corner-all:hover {
  background: transparent;
  border: 0px;
}

#ui-datepicker-div .ui-datepicker-header a.ui-corner-all:hover:before {
  border-color: #001fc1;
}

#ui-datepicker-div .ui-datepicker-calendar {
  border: 0px;
  background-color: transparent;
  margin-bottom: 0px;
}

#ui-datepicker-div .ui-datepicker-calendar thead {
  background: transparent;
}

#ui-datepicker-div .ui-datepicker-calendar thead th {
  color: #3E4047;
  font-weight: 500;
}

#ui-datepicker-div .ui-datepicker-calendar tbody {
  border-top: 0px;
}

#ui-datepicker-div .ui-datepicker-calendar tr {
  background-color: transparent !important;
}

#ui-datepicker-div .ui-datepicker-calendar td a {
  border: 0px solid #EFEFEF;
  background: #001689;
  color: #FFFFFF;
}

#ui-datepicker-div .ui-datepicker-calendar td a:hover {
  background: #001fc1;
}

#ui-datepicker-div .ui-datepicker-calendar td.ui-state-disabled span {
  border: 0px solid #EFEFEF;
  background: #DDDDDD;
  color: #444444;
}

#ui-datepicker-div .ui-datepicker-calendar td a.ui-state-highlight {
  background-color: #757575;
  color: #FFFFFF;
}

#ui-datepicker-div .ui-datepicker-calendar td a.ui-state-active {
  background-color: #ffce00;
  color: #3E4047;
  cursor: default;
}

.node-policy-cycle.view-mode-node_embed {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.node-policy-cycle.view-mode-node_embed .label-above {
  margin-bottom: 0.5rem;
  font-weight: 700;
  font-size: 1rem;
}

.node-policy-cycle.view-mode-node_embed [class*="field-name-field-define"] .label-above {
  color: #e25848;
}

.node-policy-cycle.view-mode-node_embed [class*="field-name-field-define"] ul li a:hover {
  color: #ED6F61;
}

.node-policy-cycle.view-mode-node_embed [class*="field-name-field-plan"] .label-above {
  color: #3292a5;
}

.node-policy-cycle.view-mode-node_embed [class*="field-name-field-plan"] ul li a:hover {
  color: #32B0C9;
}

.node-policy-cycle.view-mode-node_embed [class*="field-name-field-act"] .label-above {
  color: #79963c;
}

.node-policy-cycle.view-mode-node_embed [class*="field-name-field-act"] ul li a:hover {
  color: #91B83E;
}

.node-policy-cycle.view-mode-node_embed [class*="field-name-field-check"] .label-above {
  color: #e2a138;
}

.node-policy-cycle.view-mode-node_embed [class*="field-name-field-check"] ul li a:hover {
  color: #EDB150;
}

.node-policy-cycle.view-mode-node_embed .policy-cycle-links {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}

.node-policy-cycle.view-mode-node_embed ul li {
  margin-left: 0px !important;
  padding-left: 0px !important;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: normal !important;
}

.node-policy-cycle.view-mode-node_embed ul li:before {
  content: none !important;
}

.node-policy-cycle.view-mode-node_embed ul li + li {
  margin-top: 5px !important;
}

.node-policy-cycle.view-mode-node_embed ul li a {
  display: inline-block;
  border-bottom: 0px;
  line-height: 1.2;
}

.node-policy-cycle.view-mode-node_embed p {
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: normal !important;
}

.node-policy-cycle.view-mode-node_embed p + p {
  margin-top: 5px !important;
}

.node-policy-cycle.view-mode-node_embed .policy-cycle-graph {
  position: relative;
  text-align: center;
}

@media only screen and (max-width: 40em) {
  .node-policy-cycle.view-mode-node_embed .policy-cycle-graph {
    margin-bottom: 2.1rem;
  }
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  .node-policy-cycle.view-mode-node_embed .policy-cycle-graph {
    margin-bottom: 2.45rem;
  }
}

@media only screen and (min-width: 64.063em) {
  .node-policy-cycle.view-mode-node_embed .policy-cycle-graph {
    margin-bottom: 3.5rem;
  }
}

@media print {
  .node-policy-cycle.view-mode-node_embed .policy-cycle-graph {
    margin-bottom: 2.1rem;
  }
}

.node-policy-cycle.view-mode-node_embed svg {
  width: 100%;
  height: auto;
}

.node-policy-cycle.view-mode-node_embed svg g > path {
  transition: 300ms ease-in-out;
}

.node-policy-cycle.view-mode-node_embed svg a:hover > g > path {
  fill-opacity: 1;
}

.node-policy-cycle.view-mode-node_embed .interim {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  margin: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}

.node-policy-cycle.view-mode-node_embed .interim p {
  margin: 0px;
  line-height: 1.25;
  font-weight: 500;
  color: #616161;
  animation: pulse 2s infinite both;
}

@media only screen and (max-width: 40em) {
  .node-policy-cycle.view-mode-node_embed .label-above,
  .node-policy-cycle.view-mode-node_embed ul li {
    text-align: center !important;
  }
  .node-policy-cycle.view-mode-node_embed .policy-cycle-graph {
    width: 80vw;
  }
  .node-policy-cycle.view-mode-node_embed .interim {
    width: 40vw;
  }
  .node-policy-cycle.view-mode-node_embed .interim p {
    font-size: 5vw;
  }
}

@media only screen and (max-width: 64em) {
  .node-policy-cycle.view-mode-node_embed {
    -ms-flex-pack: center;
        justify-content: center;
  }
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  .node-policy-cycle.view-mode-node_embed .policy-cycle-graph {
    width: 50vw;
  }
  .node-policy-cycle.view-mode-node_embed .interim {
    width: 25vw;
  }
  .node-policy-cycle.view-mode-node_embed .interim p {
    font-size: 3vw;
  }
  .node-policy-cycle.view-mode-node_embed .field-name-field-define-tools,
  .node-policy-cycle.view-mode-node_embed .field-name-field-check-tools {
    padding-right: 1.225rem;
  }
  .node-policy-cycle.view-mode-node_embed .field-name-field-plan-tools,
  .node-policy-cycle.view-mode-node_embed .field-name-field-act-tools {
    padding-left: 1.225rem;
  }
}

@media only screen and (min-width: 40.063em) {
  .node-policy-cycle.view-mode-node_embed .policy-cycle-links {
    display: -ms-flexbox;
    display: flex;
  }
  .node-policy-cycle.view-mode-node_embed .field {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%;
  }
  .node-policy-cycle.view-mode-node_embed .field-name-field-define-tools .label-above,
  .node-policy-cycle.view-mode-node_embed .field-name-field-define-tools ul li,
  .node-policy-cycle.view-mode-node_embed .field-name-field-check-tools .label-above,
  .node-policy-cycle.view-mode-node_embed .field-name-field-check-tools ul li {
    text-align: right !important;
  }
  .node-policy-cycle.view-mode-node_embed .field-name-field-act-tools {
    -ms-flex-order: 1;
        order: 1;
  }
}

@media only screen and (min-width: 64.063em) {
  .node-policy-cycle.view-mode-node_embed {
    position: relative;
    min-height: 21.625rem;
    -ms-flex-pack: center;
        justify-content: center;
  }
  .node-policy-cycle.view-mode-node_embed .policy-cycle-links {
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  .node-policy-cycle.view-mode-node_embed .field {
    -ms-flex-preferred-size: 30%;
        flex-basis: 30%;
    max-width: 30%;
  }
  .node-policy-cycle.view-mode-node_embed .policy-cycle-graph {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: auto;
    left: 0px;
    margin: auto;
    -ms-flex-preferred-size: 40%;
        flex-basis: 40%;
    max-width: 40%;
    padding: 0px 5%;
    z-index: 2;
    margin-bottom: 0px;
  }
  .node-policy-cycle.view-mode-node_embed .interim {
    width: 38%;
  }
}

@media print {
  .node-policy-cycle.view-mode-node_embed {
    position: relative;
    min-height: 21.625rem;
    -ms-flex-pack: center;
        justify-content: center;
  }
  .node-policy-cycle.view-mode-node_embed .policy-cycle-links {
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  .node-policy-cycle.view-mode-node_embed .policy-cycle-links {
    display: -ms-flexbox;
    display: flex;
  }
  .node-policy-cycle.view-mode-node_embed .field {
    -ms-flex-preferred-size: 30%;
        flex-basis: 30%;
    max-width: 30%;
  }
  .node-policy-cycle.view-mode-node_embed .field-name-field-define-tools .label-above,
  .node-policy-cycle.view-mode-node_embed .field-name-field-define-tools ul li,
  .node-policy-cycle.view-mode-node_embed .field-name-field-check-tools .label-above,
  .node-policy-cycle.view-mode-node_embed .field-name-field-check-tools ul li {
    text-align: right !important;
  }
  .node-policy-cycle.view-mode-node_embed .field-name-field-act-tools {
    -ms-flex-order: 1;
        order: 1;
  }
  .node-policy-cycle.view-mode-node_embed .policy-cycle-graph {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: auto;
    left: 0px;
    margin: auto;
    -ms-flex-preferred-size: 40%;
        flex-basis: 40%;
    max-width: 40%;
    padding: 0px 5%;
    z-index: 2;
    margin-bottom: 0px;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .node-policy-cycle.view-mode-node_embed .policy-cycle-graph {
    width: 100%;
  }
  .node-policy-cycle.view-mode-node_embed .svg-wrapper {
    width: 100%;
    height: 100%;
    padding-top: 100%;
  }
  .node-policy-cycle.view-mode-node_embed .svg-wrapper svg {
    position: absolute;
    top: 100%;
    right: 0px;
    bottom: 100%;
    left: 0px;
    margin: auto;
  }
}

.columns > .embed .node-policy-cycle.view-mode-node_embed .policy-cycle-graph {
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  max-width: none;
  padding: 0px;
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  .columns > .embed .node-policy-cycle.view-mode-node_embed .policy-cycle-graph {
    margin-bottom: 0px;
    width: auto;
    -ms-flex-preferred-size: 90%;
        flex-basis: 90%;
  }
  .columns > .embed .node-policy-cycle.view-mode-node_embed .interim {
    width: 20vw;
  }
  .columns > .embed .node-policy-cycle.view-mode-node_embed .interim p {
    font-size: 2.6vw;
  }
}

@media only screen and (min-width: 64.063em) {
  .columns > .embed .node-policy-cycle.view-mode-node_embed .policy-cycle-graph {
    -ms-flex-preferred-size: 85%;
        flex-basis: 85%;
  }
  .columns > .embed .node-policy-cycle.view-mode-node_embed .interim {
    width: 47%;
  }
  .columns > .embed .node-policy-cycle.view-mode-node_embed .interim p {
    font-size: calc(0.6rem + 0.7vw);
  }
}

@media print {
  .columns > .embed .node-policy-cycle.view-mode-node_embed .policy-cycle-graph {
    -ms-flex-preferred-size: 85%;
        flex-basis: 85%;
  }
}

.policy-cycle-in-line {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-left: -26px;
}

@media only screen and (max-width: 40em) {
  .policy-cycle-in-line {
    margin-bottom: 2.1rem;
  }
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  .policy-cycle-in-line {
    margin-bottom: 2.45rem;
  }
}

@media only screen and (min-width: 64.063em) {
  .policy-cycle-in-line {
    margin-bottom: 3.5rem;
  }
}

@media print {
  .policy-cycle-in-line {
    margin-bottom: 2.1rem;
  }
}

.policy-cycle-in-line > div {
  position: relative;
  -ms-flex: 1 1 100%;
      flex: 1 1 100%;
  padding: 0px 26px;
}

.policy-cycle-in-line > div + div:before {
  position: absolute;
  top: 0px;
  right: auto;
  bottom: 0px;
  left: -16px;
  margin: auto;
  content: " ";
  display: inline-block;
  width: 35px;
  height: 35px;
  border-top: 3px solid #E0E0E0;
  border-left: 3px solid #E0E0E0;
  -ms-transform: rotate(125deg) skew(-25deg);
      transform: rotate(125deg) skew(-25deg);
  z-index: 3;
}

.policy-cycle-in-line a {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 1.25rem 0.625rem 1.25rem 2.1875rem;
  font-size: 1.125rem;
  font-weight: 700;
  border-top: 3px solid;
  border-bottom: 3px solid;
  z-index: 1;
}

.policy-cycle-in-line a:before, .policy-cycle-in-line a:after {
  content: " ";
  display: inline-block;
  width: 35px;
  height: 35px;
  border-top: 3px solid #FFFFFF;
  border-left: 3px solid #FFFFFF;
  -ms-transform: rotate(125deg) skew(-25deg);
      transform: rotate(125deg) skew(-25deg);
  position: absolute;
}

.policy-cycle-in-line a:before {
  left: -16px;
  background-color: #FFFFFF;
  z-index: 2;
}

.policy-cycle-in-line a:after {
  right: -18px;
  z-index: -1;
  height: 34px;
  -ms-transform: rotate(124deg) skew(-25deg);
      transform: rotate(124deg) skew(-25deg);
}

.policy-cycle-in-line [class*="policy-section-define"] a {
  border-color: #ED6F61;
  background-color: #fad4d0;
}

.policy-cycle-in-line [class*="policy-section-define"] a:before, .policy-cycle-in-line [class*="policy-section-define"] a:after {
  border-color: #ED6F61;
}

.policy-cycle-in-line [class*="policy-section-define"] a:after {
  background-color: #fad4d0;
}

.policy-cycle-in-line [class*="policy-section-define"] a:hover, .policy-cycle-in-line [class*="policy-section-define"] a:hover:after {
  background-color: #ED6F61;
}

.policy-cycle-in-line [class*="policy-section-plan"] a {
  border-color: #32B0C9;
  background-color: #c2e7ef;
}

.policy-cycle-in-line [class*="policy-section-plan"] a:before, .policy-cycle-in-line [class*="policy-section-plan"] a:after {
  border-color: #32B0C9;
}

.policy-cycle-in-line [class*="policy-section-plan"] a:after {
  background-color: #c2e7ef;
}

.policy-cycle-in-line [class*="policy-section-plan"] a:hover, .policy-cycle-in-line [class*="policy-section-plan"] a:hover:after {
  background-color: #32B0C9;
}

.policy-cycle-in-line [class*="policy-section-act"] a {
  border-color: #91B83E;
  background-color: #deeac5;
}

.policy-cycle-in-line [class*="policy-section-act"] a:before, .policy-cycle-in-line [class*="policy-section-act"] a:after {
  border-color: #91B83E;
}

.policy-cycle-in-line [class*="policy-section-act"] a:after {
  background-color: #deeac5;
}

.policy-cycle-in-line [class*="policy-section-act"] a:hover, .policy-cycle-in-line [class*="policy-section-act"] a:hover:after {
  background-color: #91B83E;
}

.policy-cycle-in-line [class*="policy-section-check"] a {
  border-color: #EDB150;
  background-color: #fae8cb;
}

.policy-cycle-in-line [class*="policy-section-check"] a:before, .policy-cycle-in-line [class*="policy-section-check"] a:after {
  border-color: #EDB150;
}

.policy-cycle-in-line [class*="policy-section-check"] a:after {
  background-color: #fae8cb;
}

.policy-cycle-in-line [class*="policy-section-check"] a:hover, .policy-cycle-in-line [class*="policy-section-check"] a:hover:after {
  background-color: #EDB150;
}

.policy-cycle-in-line [class*="policy-section-define"] a {
  color: #420700;
}

.policy-cycle-in-line [class*="policy-section-plan"] a {
  color: #004451;
}

.policy-cycle-in-line [class*="policy-section-act"] a {
  color: #3E5B00;
}

.policy-cycle-in-line [class*="policy-section-check"] a {
  color: #734700;
}

@media only screen and (max-width: 40em) {
  .policy-cycle-in-line {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .policy-cycle-in-line > div {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
  .policy-cycle-in-line > div:nth-child(odd):before {
    content: none;
  }
  .policy-cycle-in-line > div:nth-child(3), .policy-cycle-in-line > div:nth-child(4) {
    margin-top: 0.9375rem;
  }
}

@media only screen and (max-width: 26.25em) {
  .policy-cycle-in-line > div {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
  .policy-cycle-in-line > div:before {
    content: none !important;
  }
  .policy-cycle-in-line > div + div {
    margin-top: 0.9375rem;
  }
}

@media only screen and (max-width: 40em) {
  h2.lexicon-letter {
    margin-bottom: 2.1rem;
  }
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  h2.lexicon-letter {
    margin-bottom: 2.45rem;
  }
}

@media only screen and (min-width: 64.063em) {
  h2.lexicon-letter {
    margin-bottom: 3.5rem;
  }
}

@media print {
  h2.lexicon-letter {
    margin-bottom: 2.1rem;
  }
}

.lexicon-list {
  position: relative;
}

.lexicon-list .toggler-wrapper {
  margin-bottom: 0px;
}

.lexicon-list .group-content + .group-content .toggler-wrapper {
  border-top: 0px;
}

.lexicon-list .group-content > a {
  font-size: 1.625rem;
  line-height: normal;
}

@media only screen and (max-width: 40em) {
  .lexicon-list .group-content > a {
    margin-bottom: 1.26rem;
  }
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  .lexicon-list .group-content > a {
    margin-bottom: 1.47rem;
  }
}

@media only screen and (min-width: 64.063em) {
  .lexicon-list .group-content > a {
    margin-bottom: 2.1rem;
  }
}

@media print {
  .lexicon-list .group-content > a {
    margin-bottom: 1.26rem;
  }
}

@media only screen and (max-width: 40em) {
  .lexicon-list .group-content > a {
    font-size: 1.5rem;
  }
}

.lexicon-list .group-content > a:after {
  margin-left: 1.25rem;
  font-size: 1rem;
}

.lexicon-links ul {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.lexicon-links ul li {
  text-align: center;
  font-size: 1rem;
  font-weight: 400;
  line-height: 3.625rem;
  text-transform: uppercase;
  color: #777777;
  -ms-flex-preferred-size: 14%;
      flex-basis: 14%;
  padding-top: 3px;
}

.lexicon-links ul li a {
  display: block;
  border-top: 3px solid #FFFFFF;
  transition: 300ms ease-in-out;
  margin-top: -3px;
}

.lexicon-links ul li > a.current {
  font-weight: 700;
}

@media only screen and (max-width: 40em) {
  .is-sticky .lexicon-links ul {
    margin-top: 2.1rem;
  }
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  .is-sticky .lexicon-links ul {
    margin-top: 2.45rem;
  }
}

@media only screen and (min-width: 64.063em) {
  .is-sticky .lexicon-links ul {
    margin-top: 3.5rem;
  }
}

@media print {
  .is-sticky .lexicon-links ul {
    margin-top: 2.1rem;
  }
}

#lexicon-page > .row {
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 40em) {
  #lexicon-page > .row .lexicon-sidebar {
    margin-bottom: 2.1rem;
  }
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  #lexicon-page > .row .lexicon-sidebar {
    margin-bottom: 2.45rem;
  }
}

@media only screen and (min-width: 64.063em) {
  #lexicon-page > .row .lexicon-sidebar {
    margin-bottom: 3.5rem;
  }
}

@media print {
  #lexicon-page > .row .lexicon-sidebar {
    margin-bottom: 2.1rem;
  }
}

@media only screen and (max-width: 64em) {
  #lexicon-page > .row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #lexicon-page > .row .lexicon-sidebar {
    -ms-flex-order: -1;
        order: -1;
  }
  #lexicon-page > .row .lexicon-sidebar .lexicon-alphabar {
    position: static !important;
  }
}

@media only screen and (min-width: 64.063em) {
  #lexicon-page > .row .lexicon-main {
    padding-right: 3.5rem;
  }
  #lexicon-page > .row .lexicon-sidebar {
    margin-bottom: 0px;
    padding-left: 3.5rem;
    border-left: 1px solid #E0E0E0;
  }
}

label.option_EU-28:before,
.option_EU-28 label:before,
li div.title.country_EU-28 a:before,
.outcomes-countries-wrapper .country_EU-28:before {
  background-image: url(../../images/eu-flags/EU-28.svg);
}

label.option_BE:before,
.option_BE label:before,
li div.title.country_BE a:before,
.outcomes-countries-wrapper .country_BE:before {
  background-image: url(../../images/eu-flags/BE.svg);
}

label.option_BG:before,
.option_BG label:before,
li div.title.country_BG a:before,
.outcomes-countries-wrapper .country_BG:before {
  background-image: url(../../images/eu-flags/BG.svg);
}

label.option_CZ:before,
.option_CZ label:before,
li div.title.country_CZ a:before,
.outcomes-countries-wrapper .country_CZ:before {
  background-image: url(../../images/eu-flags/CZ.svg);
}

label.option_DK:before,
.option_DK label:before,
li div.title.country_DK a:before,
.outcomes-countries-wrapper .country_DK:before {
  background-image: url(../../images/eu-flags/DK.svg);
}

label.option_DE:before,
.option_DE label:before,
li div.title.country_DE a:before,
.outcomes-countries-wrapper .country_DE:before {
  background-image: url(../../images/eu-flags/DE.svg);
}

label.option_EE:before,
.option_EE label:before,
li div.title.country_EE a:before,
.outcomes-countries-wrapper .country_EE:before {
  background-image: url(../../images/eu-flags/EE.svg);
}

label.option_IE:before,
.option_IE label:before,
li div.title.country_IE a:before,
.outcomes-countries-wrapper .country_IE:before {
  background-image: url(../../images/eu-flags/IE.svg);
}

label.option_EL:before,
.option_EL label:before,
li div.title.country_EL a:before,
.outcomes-countries-wrapper .country_EL:before {
  background-image: url(../../images/eu-flags/EL.svg);
}

label.option_ES:before,
.option_ES label:before,
li div.title.country_ES a:before,
.outcomes-countries-wrapper .country_ES:before {
  background-image: url(../../images/eu-flags/ES.svg);
}

label.option_FR:before,
.option_FR label:before,
li div.title.country_FR a:before,
.outcomes-countries-wrapper .country_FR:before {
  background-image: url(../../images/eu-flags/FR.svg);
}

label.option_HR:before,
.option_HR label:before,
li div.title.country_HR a:before,
.outcomes-countries-wrapper .country_HR:before {
  background-image: url(../../images/eu-flags/HR.svg);
}

label.option_IT:before,
.option_IT label:before,
li div.title.country_IT a:before,
.outcomes-countries-wrapper .country_IT:before {
  background-image: url(../../images/eu-flags/IT.svg);
}

label.option_CY:before,
.option_CY label:before,
li div.title.country_CY a:before,
.outcomes-countries-wrapper .country_CY:before {
  background-image: url(../../images/eu-flags/CY.svg);
}

label.option_LV:before,
.option_LV label:before,
li div.title.country_LV a:before,
.outcomes-countries-wrapper .country_LV:before {
  background-image: url(../../images/eu-flags/LV.svg);
}

label.option_LT:before,
.option_LT label:before,
li div.title.country_LT a:before,
.outcomes-countries-wrapper .country_LT:before {
  background-image: url(../../images/eu-flags/LT.svg);
}

label.option_LU:before,
.option_LU label:before,
li div.title.country_LU a:before,
.outcomes-countries-wrapper .country_LU:before {
  background-image: url(../../images/eu-flags/LU.svg);
}

label.option_HU:before,
.option_HU label:before,
li div.title.country_HU a:before,
.outcomes-countries-wrapper .country_HU:before {
  background-image: url(../../images/eu-flags/HU.svg);
}

label.option_MT:before,
.option_MT label:before,
li div.title.country_MT a:before,
.outcomes-countries-wrapper .country_MT:before {
  background-image: url(../../images/eu-flags/MT.svg);
}

label.option_NL:before,
.option_NL label:before,
li div.title.country_NL a:before,
.outcomes-countries-wrapper .country_NL:before {
  background-image: url(../../images/eu-flags/NL.svg);
}

label.option_AT:before,
.option_AT label:before,
li div.title.country_AT a:before,
.outcomes-countries-wrapper .country_AT:before {
  background-image: url(../../images/eu-flags/AT.svg);
}

label.option_PL:before,
.option_PL label:before,
li div.title.country_PL a:before,
.outcomes-countries-wrapper .country_PL:before {
  background-image: url(../../images/eu-flags/PL.svg);
}

label.option_PT:before,
.option_PT label:before,
li div.title.country_PT a:before,
.outcomes-countries-wrapper .country_PT:before {
  background-image: url(../../images/eu-flags/PT.svg);
}

label.option_RO:before,
.option_RO label:before,
li div.title.country_RO a:before,
.outcomes-countries-wrapper .country_RO:before {
  background-image: url(../../images/eu-flags/RO.svg);
}

label.option_SI:before,
.option_SI label:before,
li div.title.country_SI a:before,
.outcomes-countries-wrapper .country_SI:before {
  background-image: url(../../images/eu-flags/SI.svg);
}

label.option_SK:before,
.option_SK label:before,
li div.title.country_SK a:before,
.outcomes-countries-wrapper .country_SK:before {
  background-image: url(../../images/eu-flags/SK.svg);
}

label.option_FI:before,
.option_FI label:before,
li div.title.country_FI a:before,
.outcomes-countries-wrapper .country_FI:before {
  background-image: url(../../images/eu-flags/FI.svg);
}

label.option_SE:before,
.option_SE label:before,
li div.title.country_SE a:before,
.outcomes-countries-wrapper .country_SE:before {
  background-image: url(../../images/eu-flags/SE.svg);
}

label.option_UK:before,
.option_UK label:before,
li div.title.country_UK a:before,
.outcomes-countries-wrapper .country_UK:before {
  background-image: url(../../images/eu-flags/UK.svg);
}

.SingleSelectEmulated.country label.main[class*="option_"],
.SingleSelectEmulated.country [class*="option_"] label,
li div.title[class*="country_"] a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

.SingleSelectEmulated.country label.main[class*="option_"]:before,
.SingleSelectEmulated.country [class*="option_"] label:before,
li div.title[class*="country_"] a:before {
  content: " ";
  display: inline-block;
  background-repeat: no-repeat;
  background-position: 0px;
}

.SingleSelectEmulated.country label.main[class*="option_"]:before {
  width: 35px;
  height: 23px;
  background-size: 100%;
  margin-right: 0.9375rem;
  border: 1px solid #e9e9e9;
}

.SingleSelectEmulated.country [class*="option_"] label {
  display: -ms-flexbox !important;
  display: flex !important;
}

.SingleSelectEmulated.country [class*="option_"] label:before {
  width: 30px;
  height: 20px;
  background-size: 100%;
  margin-right: 0.625rem;
  border: 1px solid #e9e9e9;
}

li div.title[class*="country_"] a {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

li div.title[class*="country_"] a:before {
  width: 48px;
  height: 48px;
  background-size: 48px 48px;
  margin-right: 1.5625rem;
}

li div.title[class*="country_"] a:after {
  top: 12px;
}

.outcomes-countries-wrapper [class*="country_"] {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.outcomes-countries-wrapper [class*="country_"]:before {
  content: " ";
  display: inline-block;
  margin-right: 0.9375rem;
  background-repeat: no-repeat;
  background-position: 0px;
  margin-right: 1.5625rem;
  width: 25px;
  height: 25px;
  background-size: 25px 25px;
}

.sticky-wrapper {
  height: auto !important;
}

.field-name-field-toc {
  margin-left: calc(-3.5rem - 1px);
}

.field-name-field-toc ul a {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding: 1.4rem;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.125rem;
  border-left: 1px solid #E0E0E0;
  border-bottom: 0px !important;
}

@media only screen and (max-width: 40em) {
  .field-name-field-toc ul a {
    padding-left: 2.1rem;
  }
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  .field-name-field-toc ul a {
    padding-left: 2.45rem;
  }
}

@media only screen and (min-width: 64.063em) {
  .field-name-field-toc ul a {
    padding-left: 3.5rem;
  }
}

@media print {
  .field-name-field-toc ul a {
    padding-left: 2.1rem;
  }
}

.field-name-field-toc ul a:before {
  content: "";
  color: #ffce00;
  font-size: 0.75rem;
  line-height: 1.1;
  font-family: 'eige-icons-font';
  font-weight: normal;
  font-style: normal;
  speak: none;
}

.field-name-field-toc ul a:before {
  position: absolute;
  opacity: 0;
  height: 0.7rem;
  transition: opacity 300ms ease-in-out;
}

@media only screen and (max-width: 40em) {
  .field-name-field-toc ul a:before {
    left: 0.945rem;
  }
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  .field-name-field-toc ul a:before {
    left: 1.1025rem;
  }
}

@media only screen and (min-width: 64.063em) {
  .field-name-field-toc ul a:before {
    left: 1.575rem;
  }
}

@media print {
  .field-name-field-toc ul a:before {
    left: 0.945rem;
  }
}

.field-name-field-toc ul a span.title {
  -ms-flex-preferred-size: 80%;
      flex-basis: 80%;
  word-break: break-word;
}

.field-name-field-toc ul li.active > a,
.field-name-field-toc ul a.active {
  font-weight: 700;
}

.field-name-field-toc ul li.active > a:before,
.field-name-field-toc ul a.active:before {
  opacity: 1;
}

.field-name-field-toc ul ul > li > a {
  padding: 0.7rem;
  padding-left: 3.5rem !important;
}

@media only screen and (min-width: 64.063em) {
  .field-name-field-toc ul ul > li > a {
    padding-left: 5.25rem !important;
  }
}

.field-name-field-toc ul ul > li > ul > li > a {
  padding-left: 4.375rem !important;
}

body.node-type-country-overview .l-title,
body.page-gender-mainstreaming-countries-browse .l-title,
[class*="page-countries-"].page-countries .l-title {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

body.node-type-country-overview .l-title h1,
body.page-gender-mainstreaming-countries-browse .l-title h1,
[class*="page-countries-"].page-countries .l-title h1 {
  display: none;
}

body.node-type-country-overview .l-title .title-top,
body.page-gender-mainstreaming-countries-browse .l-title .title-top,
[class*="page-countries-"].page-countries .l-title .title-top {
  -ms-flex-order: 1;
      order: 1;
  margin-left: auto;
}

body.node-type-country-overview .l-title .title-bottom,
body.page-gender-mainstreaming-countries-browse .l-title .title-bottom,
[class*="page-countries-"].page-countries .l-title .title-bottom {
  -ms-flex-positive: 1;
      flex-grow: 1;
}

body.node-type-country-overview .l-title .countries-jump-menu,
body.page-gender-mainstreaming-countries-browse .l-title .countries-jump-menu,
[class*="page-countries-"].page-countries .l-title .countries-jump-menu {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}

@media only screen and (max-width: 40em) {
  body.node-type-country-overview .l-title .countries-jump-menu,
  body.page-gender-mainstreaming-countries-browse .l-title .countries-jump-menu,
  [class*="page-countries-"].page-countries .l-title .countries-jump-menu {
    margin-bottom: 2.1rem;
  }
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  body.node-type-country-overview .l-title .countries-jump-menu,
  body.page-gender-mainstreaming-countries-browse .l-title .countries-jump-menu,
  [class*="page-countries-"].page-countries .l-title .countries-jump-menu {
    margin-bottom: 2.45rem;
  }
}

@media only screen and (min-width: 64.063em) {
  body.node-type-country-overview .l-title .countries-jump-menu,
  body.page-gender-mainstreaming-countries-browse .l-title .countries-jump-menu,
  [class*="page-countries-"].page-countries .l-title .countries-jump-menu {
    margin-bottom: 3.5rem;
  }
}

@media print {
  body.node-type-country-overview .l-title .countries-jump-menu,
  body.page-gender-mainstreaming-countries-browse .l-title .countries-jump-menu,
  [class*="page-countries-"].page-countries .l-title .countries-jump-menu {
    margin-bottom: 2.1rem;
  }
}

.page-gender-based-violence-countries .l-title {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media only screen and (max-width: 40em) {
  .page-gender-based-violence-countries .l-title {
    padding-bottom: 2.1rem;
  }
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  .page-gender-based-violence-countries .l-title {
    padding-bottom: 2.45rem;
  }
}

@media only screen and (min-width: 64.063em) {
  .page-gender-based-violence-countries .l-title {
    padding-bottom: 3.5rem;
  }
}

@media print {
  .page-gender-based-violence-countries .l-title {
    padding-bottom: 2.1rem;
  }
}

.page-gender-based-violence-countries .l-title .title-top {
  margin-bottom: 0px;
}

.page-gender-based-violence-countries .l-title .title-bottom {
  -ms-flex-align: start;
      align-items: flex-start;
}

.page-gender-based-violence-countries .l-title .countries-jump-menu {
  margin-left: 10px;
}

.maintenance-page .page {
  position: relative;
  height: 100%;
  background-color: #FFFFFF;
  overflow: hidden;
}

.maintenance-page .page:before {
  content: "";
  color: #f7f7f7;
  font-size: 95vh;
  line-height: 1;
  font-family: 'eige-icons-font';
  font-weight: normal;
  font-style: normal;
  speak: none;
}

.maintenance-page .page:before {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: auto;
  margin: auto;
  height: 95vh;
}

.maintenance-page .l-header:before {
  content: none;
}

.maintenance-page .top-bar {
  -ms-flex-pack: center;
      justify-content: center;
}

.maintenance-page #logo {
  padding: 0px;
  padding-top: 10vh;
  border: 0px;
}

.maintenance-page .l-title {
  border-bottom: 0px;
}

.maintenance-page .title-top {
  -ms-flex-pack: center;
      justify-content: center;
}

.maintenance-page h1 {
  font-size: 2.5rem;
}

.maintenance-page .l-main .l-title + .row {
  padding-top: 1rem !important;
}

.maintenance-page .main {
  text-align: center;
}

@media only screen and (max-width: 40em) {
  .node-panel.view-mode-full div.row[class*="row-"],
  #dgs .IndexPage > .row {
    margin-bottom: 2.1rem;
  }
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  .node-panel.view-mode-full div.row[class*="row-"],
  #dgs .IndexPage > .row {
    margin-bottom: 2.45rem;
  }
}

@media only screen and (min-width: 64.063em) {
  .node-panel.view-mode-full div.row[class*="row-"],
  #dgs .IndexPage > .row {
    margin-bottom: 3.5rem;
  }
}

@media print {
  .node-panel.view-mode-full div.row[class*="row-"],
  #dgs .IndexPage > .row {
    margin-bottom: 2.1rem;
  }
}

.node-panel.view-mode-full div.row[class*="row-"]:last-child,
#dgs .IndexPage > .row:last-child {
  margin-bottom: 0px;
}

@media only screen and (max-width: 40em) {
  .node-panel.view-mode-full div.row[class*="row-"] > .columns:not(.medium-12):nth-child(2),
  #dgs .IndexPage > .row > .columns:not(.medium-12):nth-child(2) {
    border-top: 1px solid #E0E0E0;
    padding-top: 2.1rem;
    margin-top: 2.1rem;
  }
}

@media only screen and (min-width: 40.063em) {
  .node-panel.view-mode-full div.row[class*="row-"],
  #dgs .IndexPage > .row {
    display: -ms-flexbox;
    display: flex;
  }
  .node-panel.view-mode-full div.row[class*="row-"] > .columns:not(.medium-12):first-child,
  #dgs .IndexPage > .row > .columns:not(.medium-12):first-child {
    padding-right: 2.45rem;
  }
  .node-panel.view-mode-full div.row[class*="row-"] > .columns:not(.medium-12):nth-child(2),
  #dgs .IndexPage > .row > .columns:not(.medium-12):nth-child(2) {
    padding-left: 2.45rem;
    border-left: 1px solid #E0E0E0;
  }
  .node-panel.view-mode-full div.row[class*="row-"] > .columns:not(.medium-12):nth-child(2):first-child,
  #dgs .IndexPage > .row > .columns:not(.medium-12):nth-child(2):first-child {
    padding-left: 0px;
    border-left: 0px;
  }
}

@media only screen and (min-width: 64.063em) {
  .node-panel.view-mode-full div.row[class*="row-"] > .columns:not(.medium-12):first-child,
  #dgs .IndexPage > .row > .columns:not(.medium-12):first-child {
    padding-right: 3.5rem;
  }
  .node-panel.view-mode-full div.row[class*="row-"] > .columns:not(.medium-12):nth-child(2),
  #dgs .IndexPage > .row > .columns:not(.medium-12):nth-child(2) {
    padding-left: 3.5rem;
  }
}

.node-panel.view-mode-full div.row[class*="row-"] + .row,
#dgs .IndexPage > .row + .row {
  border-top: 1px solid #E0E0E0;
}

@media only screen and (max-width: 40em) {
  .node-panel.view-mode-full div.row[class*="row-"] + .row,
  #dgs .IndexPage > .row + .row {
    padding-top: 2.1rem;
  }
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  .node-panel.view-mode-full div.row[class*="row-"] + .row,
  #dgs .IndexPage > .row + .row {
    padding-top: 2.45rem;
  }
}

@media only screen and (min-width: 64.063em) {
  .node-panel.view-mode-full div.row[class*="row-"] + .row,
  #dgs .IndexPage > .row + .row {
    padding-top: 3.5rem;
  }
}

@media print {
  .node-panel.view-mode-full div.row[class*="row-"] + .row,
  #dgs .IndexPage > .row + .row {
    padding-top: 2.1rem;
  }
}

.node-panel.view-mode-full #gender-based-violence .row-above,
.node-panel.view-mode-full #gender-mainstreaming .row-above {
  border-top: 0px;
  padding-top: 0px !important;
}

@media only screen and (min-width: 64.063em) {
  .view-popular-topics-nodequeue ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .view-popular-topics-nodequeue ul li {
    -ms-flex-preferred-size: calc(50% - 1.75rem);
        flex-basis: calc(50% - 1.75rem);
    max-width: calc(50% - 1.75rem);
  }
  .view-popular-topics-nodequeue ul li:nth-child(even) {
    margin-left: auto;
  }
  .view-popular-topics-nodequeue ul li:nth-child(2) {
    border-top: 0px;
    margin-top: 0px !important;
    padding-top: 0px !important;
  }
}

.front .row-top {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: -1px !important;
  z-index: 0;
}

@media only screen and (max-width: 40em) {
  .front .row-top {
    padding-top: 2.1rem;
    padding-bottom: 2.1rem;
  }
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  .front .row-top {
    padding-top: 2.45rem;
    padding-bottom: 2.45rem;
  }
}

@media only screen and (min-width: 64.063em) {
  .front .row-top {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }
}

@media print {
  .front .row-top {
    padding-top: 2.1rem;
    padding-bottom: 2.1rem;
  }
}

.front .row-top:after {
  content: " ";
  position: absolute;
  top: 0px;
  left: -100vw;
  right: -100vw;
  display: block;
  height: 100%;
  width: 200vw;
  background-color: #F0F0F0;
  transition: 300ms ease-in-out;
  z-index: -1;
}

.front .row-top .pane-content > *:last-child {
  margin-bottom: 0px;
}

.front .row-above {
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 1;
}

@media only screen and (max-width: 40em) {
  .front .row-above {
    padding-top: 2.1rem;
    padding-bottom: 2.1rem;
  }
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  .front .row-above {
    padding-top: 2.45rem;
    padding-bottom: 2.45rem;
  }
}

@media only screen and (min-width: 64.063em) {
  .front .row-above {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }
}

@media print {
  .front .row-above {
    padding-top: 2.1rem;
    padding-bottom: 2.1rem;
  }
}

@media only screen and (max-width: 40em) {
  .front .row-above {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.front .row-above:after {
  content: " ";
  position: absolute;
  top: 0px;
  left: -100vw;
  right: -100vw;
  display: block;
  height: 100%;
  width: 200vw;
  background-color: #F0F0F0;
  transition: 300ms ease-in-out;
  z-index: -1;
}

.front .row-above + .row {
  padding-top: 0px !important;
  border-top: 0px !important;
}

.front .row-above .title-prefix {
  color: #666666;
}

.front .above-left .grid-list .image-wrapper {
  margin-bottom: 2.0625rem;
}

.front .above-right a:after {
  color: #001689;
}

.front .row-middle-columns,
.front .row-below,
.front .row-below-columns {
  padding-top: 0px !important;
  border-top: 0px !important;
}

@media only screen and (max-width: 40em) {
  .front .l-main .l-content {
    padding-bottom: 3.15rem;
  }
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  .front .l-main .l-content {
    padding-bottom: 3.675rem;
  }
}

@media only screen and (min-width: 64.063em) {
  .front .l-main .l-content {
    padding-bottom: 5.25rem;
  }
}

@media print {
  .front .l-main .l-content {
    padding-bottom: 3.15rem;
  }
}

body.not-logged-in.page-user ul.button-group li:first-child {
  display: none;
}

.title-bottom .toolkit-user-info {
  margin-bottom: 1.5rem;
  margin-right: 2rem;
}

@media only screen and (max-width: 40em) {
  .user-profile.view-mode-full .field-group-div {
    margin-bottom: 2.1rem;
  }
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  .user-profile.view-mode-full .field-group-div {
    margin-bottom: 2.45rem;
  }
}

@media only screen and (min-width: 64.063em) {
  .user-profile.view-mode-full .field-group-div {
    margin-bottom: 3.5rem;
  }
}

@media print {
  .user-profile.view-mode-full .field-group-div {
    margin-bottom: 2.1rem;
  }
}

@media only screen and (max-width: 40em) {
  .user-profile.view-mode-full .field-group-div .field + .field {
    margin-top: 1.05rem;
  }
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  .user-profile.view-mode-full .field-group-div .field + .field {
    margin-top: 1.225rem;
  }
}

@media only screen and (min-width: 64.063em) {
  .user-profile.view-mode-full .field-group-div .field + .field {
    margin-top: 1.75rem;
  }
}

@media print {
  .user-profile.view-mode-full .field-group-div .field + .field {
    margin-top: 1.05rem;
  }
}

.user-profile.view-mode-full .field {
  margin-bottom: 0px !important;
}

.user-profile.view-mode-full .field a {
  border-bottom: 1px solid #001689;
}

.user-profile.view-mode-full .field a:hover {
  border-bottom: 1px solid #001fc1;
}

.user-profile.view-mode-full .field-label {
  display: inline-block;
  font-weight: 700;
}

.user-profile.view-mode-full .field-label + .field-item {
  display: inline-block;
  margin-left: 1.25rem;
}

@media only screen and (max-width: 40em) {
  .user-profile.view-mode-full .field-name-user-logout {
    margin-top: 2.1rem;
  }
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  .user-profile.view-mode-full .field-name-user-logout {
    margin-top: 2.45rem;
  }
}

@media only screen and (min-width: 64.063em) {
  .user-profile.view-mode-full .field-name-user-logout {
    margin-top: 3.5rem;
  }
}

@media print {
  .user-profile.view-mode-full .field-name-user-logout {
    margin-top: 2.1rem;
  }
}

#user-register-form .select2-container,
#user-profile-form .select2-container {
  width: 100% !important;
}

@media only screen and (max-width: 40em) {
  #user-register-form .form-submit,
  #user-profile-form .form-submit {
    margin-top: 1.05rem;
  }
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  #user-register-form .form-submit,
  #user-profile-form .form-submit {
    margin-top: 1.225rem;
  }
}

@media only screen and (min-width: 64.063em) {
  #user-register-form .form-submit,
  #user-profile-form .form-submit {
    margin-top: 1.75rem;
  }
}

@media print {
  #user-register-form .form-submit,
  #user-profile-form .form-submit {
    margin-top: 1.05rem;
  }
}

@media only screen and (max-width: 40em) {
  #user-register-form fieldset.group-parliament-info,
  #user-profile-form fieldset.group-parliament-info {
    margin-bottom: 1.05rem;
  }
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  #user-register-form fieldset.group-parliament-info,
  #user-profile-form fieldset.group-parliament-info {
    margin-bottom: 1.225rem;
  }
}

@media only screen and (min-width: 64.063em) {
  #user-register-form fieldset.group-parliament-info,
  #user-profile-form fieldset.group-parliament-info {
    margin-bottom: 1.75rem;
  }
}

@media print {
  #user-register-form fieldset.group-parliament-info,
  #user-profile-form fieldset.group-parliament-info {
    margin-bottom: 1.05rem;
  }
}

body.node-type-project .l-title {
  border-bottom-width: 1px;
  margin-bottom: 1.75rem;
}

body.node-type-project .l-content .main-content {
  width: 100%;
  padding-right: 1.75rem;
}

.page-customerror-404 a#search-toggle {
  display: none;
}

.page-customerror-404 #search-block-form .form-type-textfield {
  position: relative;
}

.page-customerror-404 #search-block-form .form-type-textfield:before {
  content: "";
  color: #001689;
  font-size: 1rem;
  line-height: inherit;
  font-family: 'eige-icons-font';
  font-weight: normal;
  font-style: normal;
  speak: none;
}

.page-customerror-404 #search-block-form .form-type-textfield:before {
  position: absolute;
  right: 0px;
  top: 18px;
}

.page-customerror-404 #search-block-form .form-type-textfield input {
  padding-right: 1.875rem;
}

.page-customerror-404 #search-block-form div.form-submit {
  text-align: right;
}

.page-customerror-404 #search-block-form div.form-submit button {
  height: auto;
  line-height: normal;
  padding: 1rem 1.5625rem;
  width: auto;
}

@media only screen and (min-width: 64.063em) {
  .page-library .view-content-before {
    display: -ms-flexbox;
    display: flex;
  }
  .page-library .view-content-before > div:first-child {
    -ms-flex-preferred-size: 30%;
        flex-basis: 30%;
    max-width: 30%;
  }
}

@media only screen and (min-width: 64.063em) and (max-width: 40em) {
  .page-library .view-content-before > div:first-child {
    padding-right: 2.1rem;
  }
}

@media only screen and (min-width: 64.063em) and (min-width: 40.063em) and (max-width: 64em) {
  .page-library .view-content-before > div:first-child {
    padding-right: 2.45rem;
  }
}

@media only screen and (min-width: 64.063em) and (min-width: 64.063em) {
  .page-library .view-content-before > div:first-child {
    padding-right: 3.5rem;
  }
}

@media only screen and (min-width: 64.063em) {
  .page-library .view-content-before > div:last-child {
    -ms-flex-preferred-size: 70%;
        flex-basis: 70%;
    max-width: 70%;
    border-left: 1px solid #E0E0E0;
  }
}

@media only screen and (min-width: 64.063em) and (max-width: 40em) {
  .page-library .view-content-before > div:last-child {
    padding-left: 2.1rem;
  }
}

@media only screen and (min-width: 64.063em) and (min-width: 40.063em) and (max-width: 64em) {
  .page-library .view-content-before > div:last-child {
    padding-left: 2.45rem;
  }
}

@media only screen and (min-width: 64.063em) and (min-width: 64.063em) {
  .page-library .view-content-before > div:last-child {
    padding-left: 3.5rem;
  }
}

.view-content-before .block-eige-search p {
  margin-top: 3.40625rem;
  position: relative;
  font-family: "Fira Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.4rem;
  line-height: 1.6;
  font-weight: 300;
  color: #000000;
  text-align: right;
}

.view-content-before .block-eige-search p:after {
  content: "";
  color: #ffce00;
  font-size: 1.05rem;
  line-height: inherit;
  font-family: 'eige-icons-font';
  font-weight: normal;
  font-style: normal;
  speak: none;
}

.view-content-before .block-eige-search p:after {
  display: inline-block;
  margin-top: -30px;
  text-align: left;
  -ms-transform: rotate(60deg);
      transform: rotate(60deg);
  position: absolute;
  top: 100%;
  left: 0px;
  font-size: 4rem;
}

@media only screen and (max-width: 64em) {
  .view-content-before .block-eige-search {
    display: none;
  }
}

.pane-eige-base-eige-social-media,
.bean-social-media-kit {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}

.pane-eige-base-eige-social-media .smk .smk-tweets,
.bean-social-media-kit .smk .smk-tweets {
  padding: 0px;
  border: 0px;
  margin: 0px;
  border-bottom: 1px solid #E0E0E0;
}

@media only screen and (max-width: 40em) {
  .pane-eige-base-eige-social-media .smk .smk-tweets,
  .bean-social-media-kit .smk .smk-tweets {
    margin-bottom: 1.05rem;
    padding-bottom: 1.05rem;
  }
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  .pane-eige-base-eige-social-media .smk .smk-tweets,
  .bean-social-media-kit .smk .smk-tweets {
    margin-bottom: 1.225rem;
    padding-bottom: 1.225rem;
  }
}

@media only screen and (min-width: 64.063em) {
  .pane-eige-base-eige-social-media .smk .smk-tweets,
  .bean-social-media-kit .smk .smk-tweets {
    margin-bottom: 1.75rem;
    padding-bottom: 1.75rem;
  }
}

@media print {
  .pane-eige-base-eige-social-media .smk .smk-tweets,
  .bean-social-media-kit .smk .smk-tweets {
    margin-bottom: 1.05rem;
    padding-bottom: 1.05rem;
  }
}

.pane-eige-base-eige-social-media .smk .smk-user,
.bean-social-media-kit .smk .smk-user {
  margin-bottom: 0.9375rem;
}

.pane-eige-base-eige-social-media .smk .smk-user img,
.bean-social-media-kit .smk .smk-user img {
  border: 0px;
}

.pane-eige-base-eige-social-media .smk p.smk-text,
.bean-social-media-kit .smk p.smk-text {
  margin-bottom: 0.9375rem;
}

.pane-eige-base-eige-social-media .smk p a,
.bean-social-media-kit .smk p a {
  color: #001689;
  border-bottom: 0px;
}

.pane-eige-base-eige-social-media .smk p a:hover,
.bean-social-media-kit .smk p a:hover {
  color: #001fc1;
}

.pane-eige-base-eige-social-media .smk p + p,
.bean-social-media-kit .smk p + p {
  margin-top: 0px;
}

.section-gender-mainstreaming .rich-text ol > li:after, .rich-text .section-gender-mainstreaming ol > li:after,
.section-gender-mainstreaming .l-main .block-block ol > li:after, .l-main .block-block .section-gender-mainstreaming ol > li:after,
.section-gender-mainstreaming .cke_editable ol > li:after, .cke_editable .section-gender-mainstreaming ol > li:after,
.section-gender-mainstreaming .rich-text .toggler-body ol > li:after,
.section-gender-mainstreaming .node.view-mode-full .toggler-body ol > li:after, .node.view-mode-full .toggler-body .section-gender-mainstreaming ol > li:after, .section-gender-mainstreaming .rich-text ul:not([class*="items-list"]):not([class*="block-grid"]):not([class*="menu"]):not([class*="button-group"]):not([class*="contextual-links"]):not([class*="r-tabs-nav"]) > li:before, .rich-text .section-gender-mainstreaming ul:not([class*="items-list"]):not([class*="block-grid"]):not([class*="menu"]):not([class*="button-group"]):not([class*="contextual-links"]):not([class*="r-tabs-nav"]) > li:before,
.section-gender-mainstreaming .l-main .block-block ul:not([class*="items-list"]):not([class*="block-grid"]):not([class*="menu"]):not([class*="button-group"]):not([class*="contextual-links"]):not([class*="r-tabs-nav"]) > li:before, .l-main .block-block .section-gender-mainstreaming ul:not([class*="items-list"]):not([class*="block-grid"]):not([class*="menu"]):not([class*="button-group"]):not([class*="contextual-links"]):not([class*="r-tabs-nav"]) > li:before,
.section-gender-mainstreaming .cke_editable ul:not([class*="items-list"]):not([class*="block-grid"]):not([class*="menu"]):not([class*="button-group"]):not([class*="contextual-links"]):not([class*="r-tabs-nav"]) > li:before, .cke_editable .section-gender-mainstreaming ul:not([class*="items-list"]):not([class*="block-grid"]):not([class*="menu"]):not([class*="button-group"]):not([class*="contextual-links"]):not([class*="r-tabs-nav"]) > li:before,
.section-gender-mainstreaming .rich-text .toggler-body ul:not([class*="items-list"]):not([class*="block-grid"]):not([class*="menu"]):not([class*="button-group"]):not([class*="contextual-links"]):not([class*="r-tabs-nav"]) > li:before,
.section-gender-mainstreaming .node.view-mode-full .toggler-body ul:not([class*="items-list"]):not([class*="block-grid"]):not([class*="menu"]):not([class*="button-group"]):not([class*="contextual-links"]):not([class*="r-tabs-nav"]) > li:before, .node.view-mode-full .toggler-body .section-gender-mainstreaming ul:not([class*="items-list"]):not([class*="block-grid"]):not([class*="menu"]):not([class*="button-group"]):not([class*="contextual-links"]):not([class*="r-tabs-nav"]) > li:before, .section-gender-mainstreaming body.page-node-panel-content #panels-dnd-main div.panel-region .panel-pane .pane-content ul li:before, body.page-node-panel-content #panels-dnd-main div.panel-region .panel-pane .pane-content ul .section-gender-mainstreaming li:before, .section-gender-mainstreaming .items-list .image-wrapper a:after, .items-list .image-wrapper .section-gender-mainstreaming a:after, .section-gender-mainstreaming .grid-list .image-wrapper a:after, .grid-list .image-wrapper .section-gender-mainstreaming a:after, .section-gender-mainstreaming .items-list .title-prefix + .title-prefix:before, .items-list .section-gender-mainstreaming .title-prefix + .title-prefix:before, .section-gender-mainstreaming .items-list .view-content .highlighted-box div.title-prefix + .title-prefix:before, .section-gender-mainstreaming .grid-list .title-prefix + .title-prefix:before, .grid-list .section-gender-mainstreaming .title-prefix + .title-prefix:before, .section-gender-mainstreaming .grid-list .view-content .highlighted-box div.title-prefix + .title-prefix:before, .section-gender-mainstreaming .items-list .view-content .highlighted-box .title-prefix + div.title-prefix:before, .section-gender-mainstreaming .grid-list .view-content .highlighted-box .title-prefix + div.title-prefix:before, .section-gender-mainstreaming .view-content .highlighted-box div.title-prefix + div.title-prefix:before, .view-content .highlighted-box .section-gender-mainstreaming div.title-prefix + div.title-prefix:before, .section-gender-mainstreaming div.highlighted-box, .section-gender-mainstreaming blockquote,
.section-gender-mainstreaming .blockquote, .section-gender-mainstreaming .group-content .group-image-quote .field-name-field-quote, .group-content .group-image-quote .section-gender-mainstreaming .field-name-field-quote, .section-gender-mainstreaming #header-bar nav.top-bar .top-bar-section ul#main-menu li.active-trail > a:before, #header-bar nav.top-bar .top-bar-section ul#main-menu .section-gender-mainstreaming li.active-trail > a:before,
.section-gender-mainstreaming #header-bar nav.top-bar .top-bar-section ul#main-menu li.active > a:before, #header-bar nav.top-bar .top-bar-section ul#main-menu .section-gender-mainstreaming li.active > a:before,
.section-gender-mainstreaming #header-bar nav.top-bar .top-bar-section ul#main-menu a.active:before, #header-bar nav.top-bar .top-bar-section ul#main-menu .section-gender-mainstreaming a.active:before,
.section-gender-mainstreaming #header-bar nav.top-bar .top-bar-section ul#secondary-menu li.active-trail > a:before, #header-bar nav.top-bar .top-bar-section ul#secondary-menu .section-gender-mainstreaming li.active-trail > a:before,
.section-gender-mainstreaming #header-bar nav.top-bar .top-bar-section ul#secondary-menu li.active > a:before, #header-bar nav.top-bar .top-bar-section ul#secondary-menu .section-gender-mainstreaming li.active > a:before,
.section-gender-mainstreaming #header-bar nav.top-bar .top-bar-section ul#secondary-menu a.active:before, #header-bar nav.top-bar .top-bar-section ul#secondary-menu .section-gender-mainstreaming a.active:before, .section-gender-mainstreaming .button.export, .section-gender-mainstreaming form input.export.webform-calendar, form .section-gender-mainstreaming input.export.webform-calendar,
.section-gender-mainstreaming button.export, .section-gender-mainstreaming div.submenu-tabs ul.menu > li.active:before, div.submenu-tabs .section-gender-mainstreaming ul.menu > li.active:before, .section-gender-mainstreaming div.submenu-tabs ul.resp-tabs-list > li.active:before, div.submenu-tabs .section-gender-mainstreaming ul.resp-tabs-list > li.active:before, .section-gender-mainstreaming div.submenu-tabs ul.menu > li.active-trail:before, div.submenu-tabs .section-gender-mainstreaming ul.menu > li.active-trail:before, .section-gender-mainstreaming div.submenu-tabs ul.resp-tabs-list > li.active-trail:before, div.submenu-tabs .section-gender-mainstreaming ul.resp-tabs-list > li.active-trail:before, .section-gender-mainstreaming div.submenu-tabs ul.menu > li.selected:before, div.submenu-tabs .section-gender-mainstreaming ul.menu > li.selected:before, .section-gender-mainstreaming div.submenu-tabs ul.resp-tabs-list > li.selected:before, div.submenu-tabs .section-gender-mainstreaming ul.resp-tabs-list > li.selected:before, .section-gender-mainstreaming div.submenu-tabs ul.menu > li.resp-tab-active:before, div.submenu-tabs .section-gender-mainstreaming ul.menu > li.resp-tab-active:before, .section-gender-mainstreaming div.submenu-tabs ul.resp-tabs-list > li.resp-tab-active:before, div.submenu-tabs .section-gender-mainstreaming ul.resp-tabs-list > li.resp-tab-active:before, .section-gender-mainstreaming div.submenu-tabs ul.menu > li.r-tabs-state-active:before, div.submenu-tabs .section-gender-mainstreaming ul.menu > li.r-tabs-state-active:before, .section-gender-mainstreaming div.submenu-tabs ul.resp-tabs-list > li.r-tabs-state-active:before, div.submenu-tabs .section-gender-mainstreaming ul.resp-tabs-list > li.r-tabs-state-active:before, .section-gender-mainstreaming div.submenu-tabs ul.menu > li.export a.button, div.submenu-tabs ul.menu > li.export .section-gender-mainstreaming a.button, .section-gender-mainstreaming div.submenu-tabs ul.resp-tabs-list > li.export a.button, div.submenu-tabs ul.resp-tabs-list > li.export .section-gender-mainstreaming a.button, .section-gender-mainstreaming ul.tabs.vertical li.tab-title > a:before, ul.tabs.vertical .section-gender-mainstreaming li.tab-title > a:before, .section-gender-mainstreaming .file-download:before, .section-gender-mainstreaming .items-list li.promoted, .items-list .section-gender-mainstreaming li.promoted, .section-gender-mainstreaming .bean-banner.view-mode-default .group-media-wrapper ul.field-items li:nth-child(even), .bean-banner.view-mode-default .group-media-wrapper ul.field-items .section-gender-mainstreaming li:nth-child(even), .section-gender-mainstreaming .bean-banner.view-mode-default.color-dark .group-media-wrapper ul.field-items li:nth-child(odd), .bean-banner.view-mode-default.color-dark .group-media-wrapper ul.field-items .section-gender-mainstreaming li:nth-child(odd), .section-gender-mainstreaming #modalContent .modal-header #modal-title, #modalContent .modal-header .section-gender-mainstreaming #modal-title, .section-gender-mainstreaming .ModalWindow .content > div > h2, .ModalWindow .section-gender-mainstreaming .content > div > h2,
.section-gender-mainstreaming .ExportOptionsModal .content > div > h2, .ExportOptionsModal .section-gender-mainstreaming .content > div > h2,
.section-gender-mainstreaming .IndicatorExportPanel .content > div > h2, .IndicatorExportPanel .section-gender-mainstreaming .content > div > h2,
.section-gender-mainstreaming .IndicatorEmbedPanel .content > div > h2, .IndicatorEmbedPanel .section-gender-mainstreaming .content > div > h2, .section-gender-mainstreaming .select2-drop .select2-results__option[aria-selected="true"], .select2-drop .section-gender-mainstreaming .select2-results__option[aria-selected="true"],
.section-gender-mainstreaming .select2-dropdown .select2-results__option[aria-selected="true"], .select2-dropdown .section-gender-mainstreaming .select2-results__option[aria-selected="true"], .section-gender-mainstreaming #group-timeline .timenav-line, #group-timeline .section-gender-mainstreaming .timenav-line,
.section-gender-mainstreaming #group-timeline .active .line, #group-timeline .active .section-gender-mainstreaming .line,
.section-gender-mainstreaming #group-timeline .active .dot, #group-timeline .active .section-gender-mainstreaming .dot,
.section-gender-mainstreaming #group-timeline .event-line, #group-timeline .section-gender-mainstreaming .event-line {
  background-color: #537F53;
}

.section-gender-mainstreaming .bean-banner.view-mode-default .group-media-wrapper ul.field-items li:nth-child(odd), .bean-banner.view-mode-default .group-media-wrapper ul.field-items .section-gender-mainstreaming li:nth-child(odd), .section-gender-mainstreaming .bean-banner.view-mode-default.color-dark .group-content-wrapper, .bean-banner.view-mode-default.color-dark .section-gender-mainstreaming .group-content-wrapper, .section-gender-mainstreaming .bean-banner.view-mode-default.color-dark .group-media-wrapper ul.field-items li:nth-child(even), .bean-banner.view-mode-default.color-dark .group-media-wrapper ul.field-items .section-gender-mainstreaming li:nth-child(even) {
  background-color: #2b5b2b;
}

.section-gender-mainstreaming .bean-banner.view-mode-default .group-content-wrapper, .bean-banner.view-mode-default .section-gender-mainstreaming .group-content-wrapper {
  background-color: #d4dfd4;
}

.section-gender-mainstreaming .l-main .main input[type="text"], .l-main .main .section-gender-mainstreaming input[type="text"], .section-gender-mainstreaming .l-main .main input[type="password"], .l-main .main .section-gender-mainstreaming input[type="password"], .section-gender-mainstreaming .l-main .main input[type="date"], .l-main .main .section-gender-mainstreaming input[type="date"],
.section-gender-mainstreaming .l-main .main input[type="datetime"], .l-main .main .section-gender-mainstreaming input[type="datetime"], .section-gender-mainstreaming .l-main .main input[type="datetime-local"], .l-main .main .section-gender-mainstreaming input[type="datetime-local"], .section-gender-mainstreaming .l-main .main input[type="month"], .l-main .main .section-gender-mainstreaming input[type="month"],
.section-gender-mainstreaming .l-main .main input[type="week"], .l-main .main .section-gender-mainstreaming input[type="week"], .section-gender-mainstreaming .l-main .main input[type="email"], .l-main .main .section-gender-mainstreaming input[type="email"], .section-gender-mainstreaming .l-main .main input[type="number"], .l-main .main .section-gender-mainstreaming input[type="number"],
.section-gender-mainstreaming .l-main .main input[type="search"], .l-main .main .section-gender-mainstreaming input[type="search"], .section-gender-mainstreaming .l-main .main input[type="tel"], .l-main .main .section-gender-mainstreaming input[type="tel"], .section-gender-mainstreaming .l-main .main input[type="time"], .l-main .main .section-gender-mainstreaming input[type="time"],
.section-gender-mainstreaming .l-main .main input[type="url"], .l-main .main .section-gender-mainstreaming input[type="url"], .section-gender-mainstreaming .l-main .main input[type="color"], .l-main .main .section-gender-mainstreaming input[type="color"],
.section-gender-mainstreaming .l-main .main textarea, .l-main .main .section-gender-mainstreaming textarea, .section-gender-mainstreaming .l-main .main select, .l-main .main .section-gender-mainstreaming select,
.section-gender-mainstreaming form input[type="text"], form .section-gender-mainstreaming input[type="text"],
.section-gender-mainstreaming form input[type="password"], form .section-gender-mainstreaming input[type="password"],
.section-gender-mainstreaming form input[type="date"], form .section-gender-mainstreaming input[type="date"],
.section-gender-mainstreaming form input[type="datetime"], form .section-gender-mainstreaming input[type="datetime"],
.section-gender-mainstreaming form input[type="datetime-local"], form .section-gender-mainstreaming input[type="datetime-local"],
.section-gender-mainstreaming form input[type="month"], form .section-gender-mainstreaming input[type="month"],
.section-gender-mainstreaming form input[type="week"], form .section-gender-mainstreaming input[type="week"],
.section-gender-mainstreaming form input[type="email"], form .section-gender-mainstreaming input[type="email"],
.section-gender-mainstreaming form input[type="number"], form .section-gender-mainstreaming input[type="number"],
.section-gender-mainstreaming form input[type="search"], form .section-gender-mainstreaming input[type="search"],
.section-gender-mainstreaming form input[type="tel"], form .section-gender-mainstreaming input[type="tel"],
.section-gender-mainstreaming form input[type="time"], form .section-gender-mainstreaming input[type="time"],
.section-gender-mainstreaming form input[type="url"], form .section-gender-mainstreaming input[type="url"],
.section-gender-mainstreaming form input[type="color"], form .section-gender-mainstreaming input[type="color"],
.section-gender-mainstreaming form textarea, form .section-gender-mainstreaming textarea,
.section-gender-mainstreaming form select, form .section-gender-mainstreaming select, .section-gender-mainstreaming .select2-container .select2-choice, .select2-container .section-gender-mainstreaming .select2-choice,
.section-gender-mainstreaming .select2-container.select2-dropdown-open.select2-drop-above .select2-choice, .select2-container.select2-dropdown-open.select2-drop-above .section-gender-mainstreaming .select2-choice,
.section-gender-mainstreaming .select2-container .select2-selection--single, .select2-container .section-gender-mainstreaming .select2-selection--single, .section-gender-mainstreaming .select2-container.select2-container-multi .select2-choices, .select2-container.select2-container-multi .section-gender-mainstreaming .select2-choices,
.section-gender-mainstreaming .select2-container.select2-container--default .select2-selection.select2-selection--multiple, .select2-container.select2-container--default .section-gender-mainstreaming .select2-selection.select2-selection--multiple, .section-gender-mainstreaming .select2-drop,
.section-gender-mainstreaming .select2-dropdown, .section-gender-mainstreaming div.highlighted-frame, .section-gender-mainstreaming span.has-tip, .section-gender-mainstreaming #header-bar nav.top-bar .top-bar-section ul#main-menu li.has-dropdown.active-trail > a:after, #header-bar nav.top-bar .top-bar-section ul#main-menu .section-gender-mainstreaming li.has-dropdown.active-trail > a:after,
.section-gender-mainstreaming #header-bar nav.top-bar .top-bar-section ul#main-menu li.has-dropdown.active > a:after, #header-bar nav.top-bar .top-bar-section ul#main-menu .section-gender-mainstreaming li.has-dropdown.active > a:after,
.section-gender-mainstreaming #header-bar nav.top-bar .top-bar-section ul#main-menu li.has-dropdown > a.active:after, #header-bar nav.top-bar .top-bar-section ul#main-menu .section-gender-mainstreaming li.has-dropdown > a.active:after,
.section-gender-mainstreaming #header-bar nav.top-bar .top-bar-section ul#secondary-menu li.has-dropdown.active-trail > a:after, #header-bar nav.top-bar .top-bar-section ul#secondary-menu .section-gender-mainstreaming li.has-dropdown.active-trail > a:after,
.section-gender-mainstreaming #header-bar nav.top-bar .top-bar-section ul#secondary-menu li.has-dropdown.active > a:after, #header-bar nav.top-bar .top-bar-section ul#secondary-menu .section-gender-mainstreaming li.has-dropdown.active > a:after,
.section-gender-mainstreaming #header-bar nav.top-bar .top-bar-section ul#secondary-menu li.has-dropdown > a.active:after, #header-bar nav.top-bar .top-bar-section ul#secondary-menu .section-gender-mainstreaming li.has-dropdown > a.active:after, .section-gender-mainstreaming .toggler-header:before,
.section-gender-mainstreaming .pr-accordion-links__item .pr-accordion-links__link:before, .pr-accordion-links__item .section-gender-mainstreaming .pr-accordion-links__link:before, .section-gender-mainstreaming ul.pagination li.current a, ul.pagination li.current .section-gender-mainstreaming a, .section-gender-mainstreaming .expandable-menu li.has-children:before, .expandable-menu .section-gender-mainstreaming li.has-children:before, .section-gender-mainstreaming #header-bar nav.top-bar .top-bar-section ul#main-menu li.bipolar > a.active, #header-bar nav.top-bar .top-bar-section ul#main-menu .section-gender-mainstreaming li.bipolar > a.active,
.section-gender-mainstreaming #header-bar nav.top-bar .top-bar-section ul#main-menu li.bipolar > a.active-trail, #header-bar nav.top-bar .top-bar-section ul#main-menu .section-gender-mainstreaming li.bipolar > a.active-trail,
.section-gender-mainstreaming #header-bar nav.top-bar .top-bar-section ul#secondary-menu li.bipolar > a.active, #header-bar nav.top-bar .top-bar-section ul#secondary-menu .section-gender-mainstreaming li.bipolar > a.active,
.section-gender-mainstreaming #header-bar nav.top-bar .top-bar-section ul#secondary-menu li.bipolar > a.active-trail, #header-bar nav.top-bar .top-bar-section ul#secondary-menu .section-gender-mainstreaming li.bipolar > a.active-trail, .section-gender-mainstreaming .select2-drop .select2-input, .select2-drop .section-gender-mainstreaming .select2-input,
.section-gender-mainstreaming .select2-dropdown .select2-input, .select2-dropdown .section-gender-mainstreaming .select2-input, .section-gender-mainstreaming .searchword, .section-gender-mainstreaming .lexicon-links ul li > a.current, .lexicon-links ul .section-gender-mainstreaming li > a.current, .section-gender-mainstreaming .field-name-field-toc ul li.active > a, .field-name-field-toc ul .section-gender-mainstreaming li.active > a,
.section-gender-mainstreaming .field-name-field-toc ul a.active, .field-name-field-toc ul .section-gender-mainstreaming a.active {
  border-color: #537F53;
}

.section-gender-mainstreaming .l-title .countries-jump-menu .select2-container .select2-choice, .l-title .countries-jump-menu .select2-container .section-gender-mainstreaming .select2-choice,
.section-gender-mainstreaming .l-title .countries-jump-menu select, .l-title .countries-jump-menu .section-gender-mainstreaming select, .section-gender-mainstreaming span.has-tip, .section-gender-mainstreaming #header-bar nav.top-bar .top-bar-section ul#main-menu > li.active-trail > a, #header-bar nav.top-bar .top-bar-section .section-gender-mainstreaming ul#main-menu > li.active-trail > a,
.section-gender-mainstreaming #header-bar nav.top-bar .top-bar-section ul#main-menu > li > a.active, #header-bar nav.top-bar .top-bar-section .section-gender-mainstreaming ul#main-menu > li > a.active,
.section-gender-mainstreaming #header-bar nav.top-bar .top-bar-section ul#secondary-menu > li.active-trail > a, #header-bar nav.top-bar .top-bar-section .section-gender-mainstreaming ul#secondary-menu > li.active-trail > a,
.section-gender-mainstreaming #header-bar nav.top-bar .top-bar-section ul#secondary-menu > li > a.active, #header-bar nav.top-bar .top-bar-section .section-gender-mainstreaming ul#secondary-menu > li > a.active, .section-gender-mainstreaming .toggler-header.active,
.section-gender-mainstreaming .pr-accordion-links__item .pr-accordion-links__link.active, .pr-accordion-links__item .section-gender-mainstreaming .pr-accordion-links__link.active, .section-gender-mainstreaming fieldset legend, fieldset .section-gender-mainstreaming legend, .section-gender-mainstreaming div.submenu-tabs ul.menu > li.active > a, div.submenu-tabs .section-gender-mainstreaming ul.menu > li.active > a, .section-gender-mainstreaming div.submenu-tabs ul.resp-tabs-list > li.active > a, div.submenu-tabs .section-gender-mainstreaming ul.resp-tabs-list > li.active > a,
.section-gender-mainstreaming div.submenu-tabs ul.menu > li.active a.active, div.submenu-tabs ul.menu > li.active .section-gender-mainstreaming a.active,
.section-gender-mainstreaming div.submenu-tabs ul.resp-tabs-list > li.active a.active, div.submenu-tabs ul.resp-tabs-list > li.active .section-gender-mainstreaming a.active,
.section-gender-mainstreaming div.submenu-tabs ul.menu > li.active a.selected, div.submenu-tabs ul.menu > li.active .section-gender-mainstreaming a.selected,
.section-gender-mainstreaming div.submenu-tabs ul.resp-tabs-list > li.active a.selected, div.submenu-tabs ul.resp-tabs-list > li.active .section-gender-mainstreaming a.selected,
.section-gender-mainstreaming div.submenu-tabs ul.menu > li.active a:hover, div.submenu-tabs ul.menu > li.active .section-gender-mainstreaming a:hover,
.section-gender-mainstreaming div.submenu-tabs ul.resp-tabs-list > li.active a:hover, div.submenu-tabs ul.resp-tabs-list > li.active .section-gender-mainstreaming a:hover,
.section-gender-mainstreaming div.submenu-tabs ul.menu > li.active > span, div.submenu-tabs .section-gender-mainstreaming ul.menu > li.active > span,
.section-gender-mainstreaming div.submenu-tabs ul.resp-tabs-list > li.active > span, div.submenu-tabs .section-gender-mainstreaming ul.resp-tabs-list > li.active > span, .section-gender-mainstreaming div.submenu-tabs ul.menu > li.active-trail > a, div.submenu-tabs .section-gender-mainstreaming ul.menu > li.active-trail > a, .section-gender-mainstreaming div.submenu-tabs ul.resp-tabs-list > li.active-trail > a, div.submenu-tabs .section-gender-mainstreaming ul.resp-tabs-list > li.active-trail > a,
.section-gender-mainstreaming div.submenu-tabs ul.menu > li.active-trail a.active, div.submenu-tabs ul.menu > li.active-trail .section-gender-mainstreaming a.active,
.section-gender-mainstreaming div.submenu-tabs ul.resp-tabs-list > li.active-trail a.active, div.submenu-tabs ul.resp-tabs-list > li.active-trail .section-gender-mainstreaming a.active,
.section-gender-mainstreaming div.submenu-tabs ul.menu > li.active-trail a.selected, div.submenu-tabs ul.menu > li.active-trail .section-gender-mainstreaming a.selected,
.section-gender-mainstreaming div.submenu-tabs ul.resp-tabs-list > li.active-trail a.selected, div.submenu-tabs ul.resp-tabs-list > li.active-trail .section-gender-mainstreaming a.selected,
.section-gender-mainstreaming div.submenu-tabs ul.menu > li.active-trail a:hover, div.submenu-tabs ul.menu > li.active-trail .section-gender-mainstreaming a:hover,
.section-gender-mainstreaming div.submenu-tabs ul.resp-tabs-list > li.active-trail a:hover, div.submenu-tabs ul.resp-tabs-list > li.active-trail .section-gender-mainstreaming a:hover,
.section-gender-mainstreaming div.submenu-tabs ul.menu > li.active-trail > span, div.submenu-tabs .section-gender-mainstreaming ul.menu > li.active-trail > span,
.section-gender-mainstreaming div.submenu-tabs ul.resp-tabs-list > li.active-trail > span, div.submenu-tabs .section-gender-mainstreaming ul.resp-tabs-list > li.active-trail > span, .section-gender-mainstreaming div.submenu-tabs ul.menu > li.selected > a, div.submenu-tabs .section-gender-mainstreaming ul.menu > li.selected > a, .section-gender-mainstreaming div.submenu-tabs ul.resp-tabs-list > li.selected > a, div.submenu-tabs .section-gender-mainstreaming ul.resp-tabs-list > li.selected > a,
.section-gender-mainstreaming div.submenu-tabs ul.menu > li.selected a.active, div.submenu-tabs ul.menu > li.selected .section-gender-mainstreaming a.active,
.section-gender-mainstreaming div.submenu-tabs ul.resp-tabs-list > li.selected a.active, div.submenu-tabs ul.resp-tabs-list > li.selected .section-gender-mainstreaming a.active,
.section-gender-mainstreaming div.submenu-tabs ul.menu > li.selected a.selected, div.submenu-tabs ul.menu > li.selected .section-gender-mainstreaming a.selected,
.section-gender-mainstreaming div.submenu-tabs ul.resp-tabs-list > li.selected a.selected, div.submenu-tabs ul.resp-tabs-list > li.selected .section-gender-mainstreaming a.selected,
.section-gender-mainstreaming div.submenu-tabs ul.menu > li.selected a:hover, div.submenu-tabs ul.menu > li.selected .section-gender-mainstreaming a:hover,
.section-gender-mainstreaming div.submenu-tabs ul.resp-tabs-list > li.selected a:hover, div.submenu-tabs ul.resp-tabs-list > li.selected .section-gender-mainstreaming a:hover,
.section-gender-mainstreaming div.submenu-tabs ul.menu > li.selected > span, div.submenu-tabs .section-gender-mainstreaming ul.menu > li.selected > span,
.section-gender-mainstreaming div.submenu-tabs ul.resp-tabs-list > li.selected > span, div.submenu-tabs .section-gender-mainstreaming ul.resp-tabs-list > li.selected > span, .section-gender-mainstreaming div.submenu-tabs ul.menu > li.resp-tab-active > a, div.submenu-tabs .section-gender-mainstreaming ul.menu > li.resp-tab-active > a, .section-gender-mainstreaming div.submenu-tabs ul.resp-tabs-list > li.resp-tab-active > a, div.submenu-tabs .section-gender-mainstreaming ul.resp-tabs-list > li.resp-tab-active > a,
.section-gender-mainstreaming div.submenu-tabs ul.menu > li.resp-tab-active a.active, div.submenu-tabs ul.menu > li.resp-tab-active .section-gender-mainstreaming a.active,
.section-gender-mainstreaming div.submenu-tabs ul.resp-tabs-list > li.resp-tab-active a.active, div.submenu-tabs ul.resp-tabs-list > li.resp-tab-active .section-gender-mainstreaming a.active,
.section-gender-mainstreaming div.submenu-tabs ul.menu > li.resp-tab-active a.selected, div.submenu-tabs ul.menu > li.resp-tab-active .section-gender-mainstreaming a.selected,
.section-gender-mainstreaming div.submenu-tabs ul.resp-tabs-list > li.resp-tab-active a.selected, div.submenu-tabs ul.resp-tabs-list > li.resp-tab-active .section-gender-mainstreaming a.selected,
.section-gender-mainstreaming div.submenu-tabs ul.menu > li.resp-tab-active a:hover, div.submenu-tabs ul.menu > li.resp-tab-active .section-gender-mainstreaming a:hover,
.section-gender-mainstreaming div.submenu-tabs ul.resp-tabs-list > li.resp-tab-active a:hover, div.submenu-tabs ul.resp-tabs-list > li.resp-tab-active .section-gender-mainstreaming a:hover,
.section-gender-mainstreaming div.submenu-tabs ul.menu > li.resp-tab-active > span, div.submenu-tabs .section-gender-mainstreaming ul.menu > li.resp-tab-active > span,
.section-gender-mainstreaming div.submenu-tabs ul.resp-tabs-list > li.resp-tab-active > span, div.submenu-tabs .section-gender-mainstreaming ul.resp-tabs-list > li.resp-tab-active > span, .section-gender-mainstreaming div.submenu-tabs ul.menu > li.r-tabs-state-active > a, div.submenu-tabs .section-gender-mainstreaming ul.menu > li.r-tabs-state-active > a, .section-gender-mainstreaming div.submenu-tabs ul.resp-tabs-list > li.r-tabs-state-active > a, div.submenu-tabs .section-gender-mainstreaming ul.resp-tabs-list > li.r-tabs-state-active > a,
.section-gender-mainstreaming div.submenu-tabs ul.menu > li.r-tabs-state-active a.active, div.submenu-tabs ul.menu > li.r-tabs-state-active .section-gender-mainstreaming a.active,
.section-gender-mainstreaming div.submenu-tabs ul.resp-tabs-list > li.r-tabs-state-active a.active, div.submenu-tabs ul.resp-tabs-list > li.r-tabs-state-active .section-gender-mainstreaming a.active,
.section-gender-mainstreaming div.submenu-tabs ul.menu > li.r-tabs-state-active a.selected, div.submenu-tabs ul.menu > li.r-tabs-state-active .section-gender-mainstreaming a.selected,
.section-gender-mainstreaming div.submenu-tabs ul.resp-tabs-list > li.r-tabs-state-active a.selected, div.submenu-tabs ul.resp-tabs-list > li.r-tabs-state-active .section-gender-mainstreaming a.selected,
.section-gender-mainstreaming div.submenu-tabs ul.menu > li.r-tabs-state-active a:hover, div.submenu-tabs ul.menu > li.r-tabs-state-active .section-gender-mainstreaming a:hover,
.section-gender-mainstreaming div.submenu-tabs ul.resp-tabs-list > li.r-tabs-state-active a:hover, div.submenu-tabs ul.resp-tabs-list > li.r-tabs-state-active .section-gender-mainstreaming a:hover,
.section-gender-mainstreaming div.submenu-tabs ul.menu > li.r-tabs-state-active > span, div.submenu-tabs .section-gender-mainstreaming ul.menu > li.r-tabs-state-active > span,
.section-gender-mainstreaming div.submenu-tabs ul.resp-tabs-list > li.r-tabs-state-active > span, div.submenu-tabs .section-gender-mainstreaming ul.resp-tabs-list > li.r-tabs-state-active > span, .section-gender-mainstreaming ul.tabs.vertical li.tab-title.active a, ul.tabs.vertical li.tab-title.active .section-gender-mainstreaming a, .section-gender-mainstreaming ul.pagination li.current a, ul.pagination li.current .section-gender-mainstreaming a, .section-gender-mainstreaming .lexicon-links ul li > a.current, .lexicon-links ul .section-gender-mainstreaming li > a.current, .section-gender-mainstreaming .field-name-field-toc ul li.active > a, .field-name-field-toc ul .section-gender-mainstreaming li.active > a,
.section-gender-mainstreaming .field-name-field-toc ul a.active, .field-name-field-toc ul .section-gender-mainstreaming a.active {
  color: #537F53;
}

.section-gender-mainstreaming .rich-text ol > li:before, .rich-text .section-gender-mainstreaming ol > li:before,
.section-gender-mainstreaming .l-main .block-block ol > li:before, .l-main .block-block .section-gender-mainstreaming ol > li:before,
.section-gender-mainstreaming .cke_editable ol > li:before, .cke_editable .section-gender-mainstreaming ol > li:before,
.section-gender-mainstreaming .rich-text .toggler-body ol > li:before,
.section-gender-mainstreaming .node.view-mode-full .toggler-body ol > li:before, .node.view-mode-full .toggler-body .section-gender-mainstreaming ol > li:before, .section-gender-mainstreaming a.highlighted-link:after, .section-gender-mainstreaming .l-main a.more:after, .l-main .section-gender-mainstreaming a.more:after, .section-gender-mainstreaming .l-main a.more-inline:after, .l-main .section-gender-mainstreaming a.more-inline:after, .section-gender-mainstreaming .l-main ul.tabs.vertical li.tab-title > a:after, .l-main ul.tabs.vertical .section-gender-mainstreaming li.tab-title > a:after, .section-gender-mainstreaming ul.tabs.vertical .l-main li.tab-title > a:after, ul.tabs.vertical .l-main .section-gender-mainstreaming li.tab-title > a:after, .section-gender-mainstreaming .l-main .block-menu-pager .menu-pager a:after, .l-main .block-menu-pager .menu-pager .section-gender-mainstreaming a:after, .section-gender-mainstreaming .block-menu-pager .menu-pager .l-main a:after, .block-menu-pager .menu-pager .l-main .section-gender-mainstreaming a:after, .section-gender-mainstreaming .l-main .promo-grid div.item:after, .l-main .promo-grid .section-gender-mainstreaming div.item:after, .section-gender-mainstreaming .promo-grid .l-main div.item:after, .promo-grid .l-main .section-gender-mainstreaming div.item:after, .section-gender-mainstreaming .l-main #group-timeline .vco-slider div.title:after, .l-main #group-timeline .vco-slider .section-gender-mainstreaming div.title:after, .section-gender-mainstreaming #group-timeline .vco-slider .l-main div.title:after, #group-timeline .vco-slider .l-main .section-gender-mainstreaming div.title:after, .section-gender-mainstreaming .clear-answers a:before, .clear-answers .section-gender-mainstreaming a:before,
.section-gender-mainstreaming a.clear-answers:before, .section-gender-mainstreaming .view-filters .views-reset-button button#edit-reset:before, .view-filters .views-reset-button .section-gender-mainstreaming button#edit-reset:before,
.section-gender-mainstreaming .view-filters .dgs-clear-filters button#edit-reset:before, .view-filters .dgs-clear-filters .section-gender-mainstreaming button#edit-reset:before, .section-gender-mainstreaming a.back:before, .section-gender-mainstreaming ul.breadcrumbs > *:before, .section-gender-mainstreaming .expandable-menu ul li a.active:after, .expandable-menu ul li .section-gender-mainstreaming a.active:after,
.section-gender-mainstreaming .expandable-menu ul li span.active:after, .expandable-menu ul li .section-gender-mainstreaming span.active:after, .section-gender-mainstreaming h2.lexicon-letter, .section-gender-mainstreaming .field-name-field-toc ul a:before, .field-name-field-toc ul .section-gender-mainstreaming a:before {
  color: #537F53;
}

.section-gender-mainstreaming h1, .section-gender-mainstreaming .rich-text h2, .rich-text .section-gender-mainstreaming h2, .section-gender-mainstreaming .rich-text h3, .rich-text .section-gender-mainstreaming h3, .section-gender-mainstreaming .rich-text h4, .rich-text .section-gender-mainstreaming h4, .section-gender-mainstreaming .rich-text h5, .rich-text .section-gender-mainstreaming h5, .section-gender-mainstreaming .rich-text h6, .rich-text .section-gender-mainstreaming h6,
.section-gender-mainstreaming .l-main .block-block h1, .l-main .block-block .section-gender-mainstreaming h1,
.section-gender-mainstreaming .l-main .block-block h2, .l-main .block-block .section-gender-mainstreaming h2,
.section-gender-mainstreaming .l-main .block-block h3, .l-main .block-block .section-gender-mainstreaming h3,
.section-gender-mainstreaming .l-main .block-block h4, .l-main .block-block .section-gender-mainstreaming h4,
.section-gender-mainstreaming .l-main .block-block h5, .l-main .block-block .section-gender-mainstreaming h5,
.section-gender-mainstreaming .l-main .block-block h6, .l-main .block-block .section-gender-mainstreaming h6,
.section-gender-mainstreaming .cke_editable h2, .cke_editable .section-gender-mainstreaming h2,
.section-gender-mainstreaming .cke_editable h3, .cke_editable .section-gender-mainstreaming h3,
.section-gender-mainstreaming .cke_editable h4, .cke_editable .section-gender-mainstreaming h4,
.section-gender-mainstreaming .cke_editable h5, .cke_editable .section-gender-mainstreaming h5,
.section-gender-mainstreaming .cke_editable h6, .cke_editable .section-gender-mainstreaming h6,
.section-gender-mainstreaming .rich-text .toggler-body h1, .rich-text .toggler-body .section-gender-mainstreaming h1,
.section-gender-mainstreaming .node.view-mode-full .toggler-body h1, .node.view-mode-full .toggler-body .section-gender-mainstreaming h1,
.section-gender-mainstreaming .node.view-mode-full .toggler-body h2, .node.view-mode-full .toggler-body .section-gender-mainstreaming h2,
.section-gender-mainstreaming .node.view-mode-full .toggler-body h3, .node.view-mode-full .toggler-body .section-gender-mainstreaming h3,
.section-gender-mainstreaming .node.view-mode-full .toggler-body h4, .node.view-mode-full .toggler-body .section-gender-mainstreaming h4,
.section-gender-mainstreaming .node.view-mode-full .toggler-body h5, .node.view-mode-full .toggler-body .section-gender-mainstreaming h5,
.section-gender-mainstreaming .node.view-mode-full .toggler-body h6, .node.view-mode-full .toggler-body .section-gender-mainstreaming h6,
.section-gender-mainstreaming .group-content > .field > h2,
.section-gender-mainstreaming .group-content > .field-group-div > h2,
.section-gender-mainstreaming .group-content > .field-group-div > .field > h2,
.section-gender-mainstreaming .group-content .field-name-field-enge-user-areas-of-interv > h2, .group-content .section-gender-mainstreaming .field-name-field-enge-user-areas-of-interv > h2,
.section-gender-mainstreaming .resp-tab-content > .field > h2,
.section-gender-mainstreaming .resp-tab-content > .field-group-div > h2,
.section-gender-mainstreaming .resp-tab-content > .field-group-div > .field > h2,
.section-gender-mainstreaming .resp-tab-content .field-name-field-enge-user-areas-of-interv > h2, .resp-tab-content .section-gender-mainstreaming .field-name-field-enge-user-areas-of-interv > h2, .section-gender-mainstreaming .content-header-full h2.block-title, .content-header-full .section-gender-mainstreaming h2.block-title,
.section-gender-mainstreaming .content-footer-full h2.block-title, .content-footer-full .section-gender-mainstreaming h2.block-title,
.section-gender-mainstreaming .content-footer h2.block-title, .content-footer .section-gender-mainstreaming h2.block-title, .section-gender-mainstreaming .sidebar-menu .expandable-menu h2.block-title, .sidebar-menu .expandable-menu .section-gender-mainstreaming h2.block-title, .section-gender-mainstreaming .block-eige-base-ec-share-buttons h3, .block-eige-base-ec-share-buttons .section-gender-mainstreaming h3, .section-gender-mainstreaming ul.tabs.vertical + .view-content.tabs-content .content h2, ul.tabs.vertical + .view-content.tabs-content .content .section-gender-mainstreaming h2, .section-gender-mainstreaming .panel-pane .pane-title, .panel-pane .section-gender-mainstreaming .pane-title, .section-gender-mainstreaming #group-timeline h2, #group-timeline .section-gender-mainstreaming h2, .section-gender-mainstreaming #group-timeline .content-container h3, #group-timeline .content-container .section-gender-mainstreaming h3, .section-gender-mainstreaming .print-content #group-timeline .field-name-field-timeline-event-title, .print-content #group-timeline .section-gender-mainstreaming .field-name-field-timeline-event-title {
  color: #537F53;
}

.section-gender-mainstreaming a.highlighted-link {
  background-color: #d4dfd4;
}

.section-gender-mainstreaming .gray-box a.highlighted-link {
  background-color: #537F53;
}

.section-gender-mainstreaming div.highlighted-box {
  background-color: #537F53;
}

.section-gender-mainstreaming div.highlighted-box .file-download:before {
  color: #537F53 !important;
}

.section-gender-mainstreaming .select2-drop ul li:hover, .select2-drop ul .section-gender-mainstreaming li:hover,
.section-gender-mainstreaming .select2-dropdown ul li:hover, .select2-dropdown ul .section-gender-mainstreaming li:hover, .section-gender-mainstreaming .select2-drop .select2-results .select2-highlighted, .select2-drop .select2-results .section-gender-mainstreaming .select2-highlighted,
.section-gender-mainstreaming .select2-drop .select2-results__option--highlighted, .select2-drop .section-gender-mainstreaming .select2-results__option--highlighted,
.section-gender-mainstreaming .select2-dropdown .select2-results .select2-highlighted, .select2-dropdown .select2-results .section-gender-mainstreaming .select2-highlighted,
.section-gender-mainstreaming .select2-dropdown .select2-results__option--highlighted, .select2-dropdown .section-gender-mainstreaming .select2-results__option--highlighted {
  background-color: #dde5dd;
}

.section-gender-mainstreaming .promo-grid div.item {
  background-color: #537F53;
}

.section-gender-mainstreaming .promo-grid div.item:hover {
  background-color: #d9e3d9 !important;
}

.section-gender-mainstreaming .mock-promo-grid-item {
  background-color: #537F53;
}

.section-gender-mainstreaming ul.tabs.vertical li.tab-title:nth-child(even) a {
  background-color: #d4dfd4;
}

.section-gender-mainstreaming ul.tabs.vertical li.tab-title:nth-child(odd) a {
  background-color: #baccba;
}

.section-gender-mainstreaming .multiRowHorizontalBarGraph .bar {
  background-color: #578557;
}

.section-gender-mainstreaming .multiRowHorizontalBarGraph .bar + .bar {
  background-color: #4d764d;
}

.section-gender-mainstreaming .rich-text table tbody,
.section-gender-mainstreaming .l-main .block-block table tbody,
.section-gender-mainstreaming .cke_editable table tbody,
.section-gender-mainstreaming .toggler-body table tbody,
.section-gender-mainstreaming .pr-accordion-links__item .pr-accordion-links__hidden-content table tbody,
.pr-accordion-links__item .section-gender-mainstreaming .pr-accordion-links__hidden-content table tbody {
  background-color: #eef2ee;
}

.section-gender-mainstreaming .rich-text table tr th,
.section-gender-mainstreaming .l-main .block-block table tr th,
.section-gender-mainstreaming .cke_editable table tr th,
.section-gender-mainstreaming .toggler-body table tr th,
.section-gender-mainstreaming .pr-accordion-links__item .pr-accordion-links__hidden-content table tr th,
.pr-accordion-links__item .section-gender-mainstreaming .pr-accordion-links__hidden-content table tr th {
  background-color: #baccba;
}

.section-gender-mainstreaming .rich-text table tr.even,
.section-gender-mainstreaming .rich-text table tr.alt,
.section-gender-mainstreaming .rich-text table tr:nth-of-type(even),
.section-gender-mainstreaming .l-main .block-block table tr.even,
.section-gender-mainstreaming .l-main .block-block table tr.alt,
.section-gender-mainstreaming .l-main .block-block table tr:nth-of-type(even),
.section-gender-mainstreaming .cke_editable table tr.even,
.section-gender-mainstreaming .cke_editable table tr.alt,
.section-gender-mainstreaming .cke_editable table tr:nth-of-type(even),
.section-gender-mainstreaming .toggler-body table tr.even,
.section-gender-mainstreaming .pr-accordion-links__item .pr-accordion-links__hidden-content table tr.even,
.pr-accordion-links__item .section-gender-mainstreaming .pr-accordion-links__hidden-content table tr.even,
.section-gender-mainstreaming .toggler-body table tr.alt,
.section-gender-mainstreaming .pr-accordion-links__item .pr-accordion-links__hidden-content table tr.alt,
.pr-accordion-links__item .section-gender-mainstreaming .pr-accordion-links__hidden-content table tr.alt,
.section-gender-mainstreaming .toggler-body table tr:nth-of-type(even),
.section-gender-mainstreaming .pr-accordion-links__item .pr-accordion-links__hidden-content table tr:nth-of-type(even),
.pr-accordion-links__item .section-gender-mainstreaming .pr-accordion-links__hidden-content table tr:nth-of-type(even) {
  background-color: #e0e8e0;
}

.section-gender-mainstreaming .tooltip {
  background-color: #dde5dd;
}

.section-gender-mainstreaming .tooltip span.nub {
  border-bottom-color: #dde5dd;
}

.section-gender-based-violence .rich-text ol > li:after, .rich-text .section-gender-based-violence ol > li:after,
.section-gender-based-violence .l-main .block-block ol > li:after, .l-main .block-block .section-gender-based-violence ol > li:after,
.section-gender-based-violence .cke_editable ol > li:after, .cke_editable .section-gender-based-violence ol > li:after,
.section-gender-based-violence .rich-text .toggler-body ol > li:after,
.section-gender-based-violence .node.view-mode-full .toggler-body ol > li:after, .node.view-mode-full .toggler-body .section-gender-based-violence ol > li:after, .section-gender-based-violence .rich-text ul:not([class*="items-list"]):not([class*="block-grid"]):not([class*="menu"]):not([class*="button-group"]):not([class*="contextual-links"]):not([class*="r-tabs-nav"]) > li:before, .rich-text .section-gender-based-violence ul:not([class*="items-list"]):not([class*="block-grid"]):not([class*="menu"]):not([class*="button-group"]):not([class*="contextual-links"]):not([class*="r-tabs-nav"]) > li:before,
.section-gender-based-violence .l-main .block-block ul:not([class*="items-list"]):not([class*="block-grid"]):not([class*="menu"]):not([class*="button-group"]):not([class*="contextual-links"]):not([class*="r-tabs-nav"]) > li:before, .l-main .block-block .section-gender-based-violence ul:not([class*="items-list"]):not([class*="block-grid"]):not([class*="menu"]):not([class*="button-group"]):not([class*="contextual-links"]):not([class*="r-tabs-nav"]) > li:before,
.section-gender-based-violence .cke_editable ul:not([class*="items-list"]):not([class*="block-grid"]):not([class*="menu"]):not([class*="button-group"]):not([class*="contextual-links"]):not([class*="r-tabs-nav"]) > li:before, .cke_editable .section-gender-based-violence ul:not([class*="items-list"]):not([class*="block-grid"]):not([class*="menu"]):not([class*="button-group"]):not([class*="contextual-links"]):not([class*="r-tabs-nav"]) > li:before,
.section-gender-based-violence .rich-text .toggler-body ul:not([class*="items-list"]):not([class*="block-grid"]):not([class*="menu"]):not([class*="button-group"]):not([class*="contextual-links"]):not([class*="r-tabs-nav"]) > li:before,
.section-gender-based-violence .node.view-mode-full .toggler-body ul:not([class*="items-list"]):not([class*="block-grid"]):not([class*="menu"]):not([class*="button-group"]):not([class*="contextual-links"]):not([class*="r-tabs-nav"]) > li:before, .node.view-mode-full .toggler-body .section-gender-based-violence ul:not([class*="items-list"]):not([class*="block-grid"]):not([class*="menu"]):not([class*="button-group"]):not([class*="contextual-links"]):not([class*="r-tabs-nav"]) > li:before, .section-gender-based-violence body.page-node-panel-content #panels-dnd-main div.panel-region .panel-pane .pane-content ul li:before, body.page-node-panel-content #panels-dnd-main div.panel-region .panel-pane .pane-content ul .section-gender-based-violence li:before, .section-gender-based-violence .items-list .image-wrapper a:after, .items-list .image-wrapper .section-gender-based-violence a:after, .section-gender-based-violence .grid-list .image-wrapper a:after, .grid-list .image-wrapper .section-gender-based-violence a:after, .section-gender-based-violence .items-list .title-prefix + .title-prefix:before, .items-list .section-gender-based-violence .title-prefix + .title-prefix:before, .section-gender-based-violence .items-list .view-content .highlighted-box div.title-prefix + .title-prefix:before, .section-gender-based-violence .grid-list .title-prefix + .title-prefix:before, .grid-list .section-gender-based-violence .title-prefix + .title-prefix:before, .section-gender-based-violence .grid-list .view-content .highlighted-box div.title-prefix + .title-prefix:before, .section-gender-based-violence .items-list .view-content .highlighted-box .title-prefix + div.title-prefix:before, .section-gender-based-violence .grid-list .view-content .highlighted-box .title-prefix + div.title-prefix:before, .section-gender-based-violence .view-content .highlighted-box div.title-prefix + div.title-prefix:before, .view-content .highlighted-box .section-gender-based-violence div.title-prefix + div.title-prefix:before, .section-gender-based-violence div.highlighted-box, .section-gender-based-violence blockquote,
.section-gender-based-violence .blockquote, .section-gender-based-violence .group-content .group-image-quote .field-name-field-quote, .group-content .group-image-quote .section-gender-based-violence .field-name-field-quote, .section-gender-based-violence #header-bar nav.top-bar .top-bar-section ul#main-menu li.active-trail > a:before, #header-bar nav.top-bar .top-bar-section ul#main-menu .section-gender-based-violence li.active-trail > a:before,
.section-gender-based-violence #header-bar nav.top-bar .top-bar-section ul#main-menu li.active > a:before, #header-bar nav.top-bar .top-bar-section ul#main-menu .section-gender-based-violence li.active > a:before,
.section-gender-based-violence #header-bar nav.top-bar .top-bar-section ul#main-menu a.active:before, #header-bar nav.top-bar .top-bar-section ul#main-menu .section-gender-based-violence a.active:before,
.section-gender-based-violence #header-bar nav.top-bar .top-bar-section ul#secondary-menu li.active-trail > a:before, #header-bar nav.top-bar .top-bar-section ul#secondary-menu .section-gender-based-violence li.active-trail > a:before,
.section-gender-based-violence #header-bar nav.top-bar .top-bar-section ul#secondary-menu li.active > a:before, #header-bar nav.top-bar .top-bar-section ul#secondary-menu .section-gender-based-violence li.active > a:before,
.section-gender-based-violence #header-bar nav.top-bar .top-bar-section ul#secondary-menu a.active:before, #header-bar nav.top-bar .top-bar-section ul#secondary-menu .section-gender-based-violence a.active:before, .section-gender-based-violence .button.export, .section-gender-based-violence form input.export.webform-calendar, form .section-gender-based-violence input.export.webform-calendar,
.section-gender-based-violence button.export, .section-gender-based-violence div.submenu-tabs ul.menu > li.active:before, div.submenu-tabs .section-gender-based-violence ul.menu > li.active:before, .section-gender-based-violence div.submenu-tabs ul.resp-tabs-list > li.active:before, div.submenu-tabs .section-gender-based-violence ul.resp-tabs-list > li.active:before, .section-gender-based-violence div.submenu-tabs ul.menu > li.active-trail:before, div.submenu-tabs .section-gender-based-violence ul.menu > li.active-trail:before, .section-gender-based-violence div.submenu-tabs ul.resp-tabs-list > li.active-trail:before, div.submenu-tabs .section-gender-based-violence ul.resp-tabs-list > li.active-trail:before, .section-gender-based-violence div.submenu-tabs ul.menu > li.selected:before, div.submenu-tabs .section-gender-based-violence ul.menu > li.selected:before, .section-gender-based-violence div.submenu-tabs ul.resp-tabs-list > li.selected:before, div.submenu-tabs .section-gender-based-violence ul.resp-tabs-list > li.selected:before, .section-gender-based-violence div.submenu-tabs ul.menu > li.resp-tab-active:before, div.submenu-tabs .section-gender-based-violence ul.menu > li.resp-tab-active:before, .section-gender-based-violence div.submenu-tabs ul.resp-tabs-list > li.resp-tab-active:before, div.submenu-tabs .section-gender-based-violence ul.resp-tabs-list > li.resp-tab-active:before, .section-gender-based-violence div.submenu-tabs ul.menu > li.r-tabs-state-active:before, div.submenu-tabs .section-gender-based-violence ul.menu > li.r-tabs-state-active:before, .section-gender-based-violence div.submenu-tabs ul.resp-tabs-list > li.r-tabs-state-active:before, div.submenu-tabs .section-gender-based-violence ul.resp-tabs-list > li.r-tabs-state-active:before, .section-gender-based-violence div.submenu-tabs ul.menu > li.export a.button, div.submenu-tabs ul.menu > li.export .section-gender-based-violence a.button, .section-gender-based-violence div.submenu-tabs ul.resp-tabs-list > li.export a.button, div.submenu-tabs ul.resp-tabs-list > li.export .section-gender-based-violence a.button, .section-gender-based-violence ul.tabs.vertical li.tab-title > a:before, ul.tabs.vertical .section-gender-based-violence li.tab-title > a:before, .section-gender-based-violence .file-download:before, .section-gender-based-violence .items-list li.promoted, .items-list .section-gender-based-violence li.promoted, .section-gender-based-violence .bean-banner.view-mode-default .group-media-wrapper ul.field-items li:nth-child(even), .bean-banner.view-mode-default .group-media-wrapper ul.field-items .section-gender-based-violence li:nth-child(even), .section-gender-based-violence .bean-banner.view-mode-default.color-dark .group-media-wrapper ul.field-items li:nth-child(odd), .bean-banner.view-mode-default.color-dark .group-media-wrapper ul.field-items .section-gender-based-violence li:nth-child(odd), .section-gender-based-violence #modalContent .modal-header #modal-title, #modalContent .modal-header .section-gender-based-violence #modal-title, .section-gender-based-violence .ModalWindow .content > div > h2, .ModalWindow .section-gender-based-violence .content > div > h2,
.section-gender-based-violence .ExportOptionsModal .content > div > h2, .ExportOptionsModal .section-gender-based-violence .content > div > h2,
.section-gender-based-violence .IndicatorExportPanel .content > div > h2, .IndicatorExportPanel .section-gender-based-violence .content > div > h2,
.section-gender-based-violence .IndicatorEmbedPanel .content > div > h2, .IndicatorEmbedPanel .section-gender-based-violence .content > div > h2, .section-gender-based-violence .select2-drop .select2-results__option[aria-selected="true"], .select2-drop .section-gender-based-violence .select2-results__option[aria-selected="true"],
.section-gender-based-violence .select2-dropdown .select2-results__option[aria-selected="true"], .select2-dropdown .section-gender-based-violence .select2-results__option[aria-selected="true"], .section-gender-based-violence #group-timeline .timenav-line, #group-timeline .section-gender-based-violence .timenav-line,
.section-gender-based-violence #group-timeline .active .line, #group-timeline .active .section-gender-based-violence .line,
.section-gender-based-violence #group-timeline .active .dot, #group-timeline .active .section-gender-based-violence .dot,
.section-gender-based-violence #group-timeline .event-line, #group-timeline .section-gender-based-violence .event-line {
  background-color: #5175BD;
}

.section-gender-based-violence .bean-banner.view-mode-default .group-media-wrapper ul.field-items li:nth-child(odd), .bean-banner.view-mode-default .group-media-wrapper ul.field-items .section-gender-based-violence li:nth-child(odd), .section-gender-based-violence .bean-banner.view-mode-default.color-dark .group-content-wrapper, .bean-banner.view-mode-default.color-dark .section-gender-based-violence .group-content-wrapper, .section-gender-based-violence .bean-banner.view-mode-default.color-dark .group-media-wrapper ul.field-items li:nth-child(even), .bean-banner.view-mode-default.color-dark .group-media-wrapper ul.field-items .section-gender-based-violence li:nth-child(even) {
  background-color: #274d9b;
}

.section-gender-based-violence .bean-banner.view-mode-default .group-content-wrapper, .bean-banner.view-mode-default .section-gender-based-violence .group-content-wrapper {
  background-color: #d4ddef;
}

.section-gender-based-violence .l-main .main input[type="text"], .l-main .main .section-gender-based-violence input[type="text"], .section-gender-based-violence .l-main .main input[type="password"], .l-main .main .section-gender-based-violence input[type="password"], .section-gender-based-violence .l-main .main input[type="date"], .l-main .main .section-gender-based-violence input[type="date"],
.section-gender-based-violence .l-main .main input[type="datetime"], .l-main .main .section-gender-based-violence input[type="datetime"], .section-gender-based-violence .l-main .main input[type="datetime-local"], .l-main .main .section-gender-based-violence input[type="datetime-local"], .section-gender-based-violence .l-main .main input[type="month"], .l-main .main .section-gender-based-violence input[type="month"],
.section-gender-based-violence .l-main .main input[type="week"], .l-main .main .section-gender-based-violence input[type="week"], .section-gender-based-violence .l-main .main input[type="email"], .l-main .main .section-gender-based-violence input[type="email"], .section-gender-based-violence .l-main .main input[type="number"], .l-main .main .section-gender-based-violence input[type="number"],
.section-gender-based-violence .l-main .main input[type="search"], .l-main .main .section-gender-based-violence input[type="search"], .section-gender-based-violence .l-main .main input[type="tel"], .l-main .main .section-gender-based-violence input[type="tel"], .section-gender-based-violence .l-main .main input[type="time"], .l-main .main .section-gender-based-violence input[type="time"],
.section-gender-based-violence .l-main .main input[type="url"], .l-main .main .section-gender-based-violence input[type="url"], .section-gender-based-violence .l-main .main input[type="color"], .l-main .main .section-gender-based-violence input[type="color"],
.section-gender-based-violence .l-main .main textarea, .l-main .main .section-gender-based-violence textarea, .section-gender-based-violence .l-main .main select, .l-main .main .section-gender-based-violence select,
.section-gender-based-violence form input[type="text"], form .section-gender-based-violence input[type="text"],
.section-gender-based-violence form input[type="password"], form .section-gender-based-violence input[type="password"],
.section-gender-based-violence form input[type="date"], form .section-gender-based-violence input[type="date"],
.section-gender-based-violence form input[type="datetime"], form .section-gender-based-violence input[type="datetime"],
.section-gender-based-violence form input[type="datetime-local"], form .section-gender-based-violence input[type="datetime-local"],
.section-gender-based-violence form input[type="month"], form .section-gender-based-violence input[type="month"],
.section-gender-based-violence form input[type="week"], form .section-gender-based-violence input[type="week"],
.section-gender-based-violence form input[type="email"], form .section-gender-based-violence input[type="email"],
.section-gender-based-violence form input[type="number"], form .section-gender-based-violence input[type="number"],
.section-gender-based-violence form input[type="search"], form .section-gender-based-violence input[type="search"],
.section-gender-based-violence form input[type="tel"], form .section-gender-based-violence input[type="tel"],
.section-gender-based-violence form input[type="time"], form .section-gender-based-violence input[type="time"],
.section-gender-based-violence form input[type="url"], form .section-gender-based-violence input[type="url"],
.section-gender-based-violence form input[type="color"], form .section-gender-based-violence input[type="color"],
.section-gender-based-violence form textarea, form .section-gender-based-violence textarea,
.section-gender-based-violence form select, form .section-gender-based-violence select, .section-gender-based-violence .select2-container .select2-choice, .select2-container .section-gender-based-violence .select2-choice,
.section-gender-based-violence .select2-container.select2-dropdown-open.select2-drop-above .select2-choice, .select2-container.select2-dropdown-open.select2-drop-above .section-gender-based-violence .select2-choice,
.section-gender-based-violence .select2-container .select2-selection--single, .select2-container .section-gender-based-violence .select2-selection--single, .section-gender-based-violence .select2-container.select2-container-multi .select2-choices, .select2-container.select2-container-multi .section-gender-based-violence .select2-choices,
.section-gender-based-violence .select2-container.select2-container--default .select2-selection.select2-selection--multiple, .select2-container.select2-container--default .section-gender-based-violence .select2-selection.select2-selection--multiple, .section-gender-based-violence .select2-drop,
.section-gender-based-violence .select2-dropdown, .section-gender-based-violence div.highlighted-frame, .section-gender-based-violence span.has-tip, .section-gender-based-violence #header-bar nav.top-bar .top-bar-section ul#main-menu li.has-dropdown.active-trail > a:after, #header-bar nav.top-bar .top-bar-section ul#main-menu .section-gender-based-violence li.has-dropdown.active-trail > a:after,
.section-gender-based-violence #header-bar nav.top-bar .top-bar-section ul#main-menu li.has-dropdown.active > a:after, #header-bar nav.top-bar .top-bar-section ul#main-menu .section-gender-based-violence li.has-dropdown.active > a:after,
.section-gender-based-violence #header-bar nav.top-bar .top-bar-section ul#main-menu li.has-dropdown > a.active:after, #header-bar nav.top-bar .top-bar-section ul#main-menu .section-gender-based-violence li.has-dropdown > a.active:after,
.section-gender-based-violence #header-bar nav.top-bar .top-bar-section ul#secondary-menu li.has-dropdown.active-trail > a:after, #header-bar nav.top-bar .top-bar-section ul#secondary-menu .section-gender-based-violence li.has-dropdown.active-trail > a:after,
.section-gender-based-violence #header-bar nav.top-bar .top-bar-section ul#secondary-menu li.has-dropdown.active > a:after, #header-bar nav.top-bar .top-bar-section ul#secondary-menu .section-gender-based-violence li.has-dropdown.active > a:after,
.section-gender-based-violence #header-bar nav.top-bar .top-bar-section ul#secondary-menu li.has-dropdown > a.active:after, #header-bar nav.top-bar .top-bar-section ul#secondary-menu .section-gender-based-violence li.has-dropdown > a.active:after, .section-gender-based-violence .toggler-header:before,
.section-gender-based-violence .pr-accordion-links__item .pr-accordion-links__link:before, .pr-accordion-links__item .section-gender-based-violence .pr-accordion-links__link:before, .section-gender-based-violence ul.pagination li.current a, ul.pagination li.current .section-gender-based-violence a, .section-gender-based-violence .expandable-menu li.has-children:before, .expandable-menu .section-gender-based-violence li.has-children:before, .section-gender-based-violence #header-bar nav.top-bar .top-bar-section ul#main-menu li.bipolar > a.active, #header-bar nav.top-bar .top-bar-section ul#main-menu .section-gender-based-violence li.bipolar > a.active,
.section-gender-based-violence #header-bar nav.top-bar .top-bar-section ul#main-menu li.bipolar > a.active-trail, #header-bar nav.top-bar .top-bar-section ul#main-menu .section-gender-based-violence li.bipolar > a.active-trail,
.section-gender-based-violence #header-bar nav.top-bar .top-bar-section ul#secondary-menu li.bipolar > a.active, #header-bar nav.top-bar .top-bar-section ul#secondary-menu .section-gender-based-violence li.bipolar > a.active,
.section-gender-based-violence #header-bar nav.top-bar .top-bar-section ul#secondary-menu li.bipolar > a.active-trail, #header-bar nav.top-bar .top-bar-section ul#secondary-menu .section-gender-based-violence li.bipolar > a.active-trail, .section-gender-based-violence .select2-drop .select2-input, .select2-drop .section-gender-based-violence .select2-input,
.section-gender-based-violence .select2-dropdown .select2-input, .select2-dropdown .section-gender-based-violence .select2-input, .section-gender-based-violence .searchword, .section-gender-based-violence .lexicon-links ul li > a.current, .lexicon-links ul .section-gender-based-violence li > a.current, .section-gender-based-violence .field-name-field-toc ul li.active > a, .field-name-field-toc ul .section-gender-based-violence li.active > a,
.section-gender-based-violence .field-name-field-toc ul a.active, .field-name-field-toc ul .section-gender-based-violence a.active {
  border-color: #5175BD;
}

.section-gender-based-violence .l-title .countries-jump-menu .select2-container .select2-choice, .l-title .countries-jump-menu .select2-container .section-gender-based-violence .select2-choice,
.section-gender-based-violence .l-title .countries-jump-menu select, .l-title .countries-jump-menu .section-gender-based-violence select, .section-gender-based-violence span.has-tip, .section-gender-based-violence #header-bar nav.top-bar .top-bar-section ul#main-menu > li.active-trail > a, #header-bar nav.top-bar .top-bar-section .section-gender-based-violence ul#main-menu > li.active-trail > a,
.section-gender-based-violence #header-bar nav.top-bar .top-bar-section ul#main-menu > li > a.active, #header-bar nav.top-bar .top-bar-section .section-gender-based-violence ul#main-menu > li > a.active,
.section-gender-based-violence #header-bar nav.top-bar .top-bar-section ul#secondary-menu > li.active-trail > a, #header-bar nav.top-bar .top-bar-section .section-gender-based-violence ul#secondary-menu > li.active-trail > a,
.section-gender-based-violence #header-bar nav.top-bar .top-bar-section ul#secondary-menu > li > a.active, #header-bar nav.top-bar .top-bar-section .section-gender-based-violence ul#secondary-menu > li > a.active, .section-gender-based-violence .toggler-header.active,
.section-gender-based-violence .pr-accordion-links__item .pr-accordion-links__link.active, .pr-accordion-links__item .section-gender-based-violence .pr-accordion-links__link.active, .section-gender-based-violence fieldset legend, fieldset .section-gender-based-violence legend, .section-gender-based-violence div.submenu-tabs ul.menu > li.active > a, div.submenu-tabs .section-gender-based-violence ul.menu > li.active > a, .section-gender-based-violence div.submenu-tabs ul.resp-tabs-list > li.active > a, div.submenu-tabs .section-gender-based-violence ul.resp-tabs-list > li.active > a,
.section-gender-based-violence div.submenu-tabs ul.menu > li.active a.active, div.submenu-tabs ul.menu > li.active .section-gender-based-violence a.active,
.section-gender-based-violence div.submenu-tabs ul.resp-tabs-list > li.active a.active, div.submenu-tabs ul.resp-tabs-list > li.active .section-gender-based-violence a.active,
.section-gender-based-violence div.submenu-tabs ul.menu > li.active a.selected, div.submenu-tabs ul.menu > li.active .section-gender-based-violence a.selected,
.section-gender-based-violence div.submenu-tabs ul.resp-tabs-list > li.active a.selected, div.submenu-tabs ul.resp-tabs-list > li.active .section-gender-based-violence a.selected,
.section-gender-based-violence div.submenu-tabs ul.menu > li.active a:hover, div.submenu-tabs ul.menu > li.active .section-gender-based-violence a:hover,
.section-gender-based-violence div.submenu-tabs ul.resp-tabs-list > li.active a:hover, div.submenu-tabs ul.resp-tabs-list > li.active .section-gender-based-violence a:hover,
.section-gender-based-violence div.submenu-tabs ul.menu > li.active > span, div.submenu-tabs .section-gender-based-violence ul.menu > li.active > span,
.section-gender-based-violence div.submenu-tabs ul.resp-tabs-list > li.active > span, div.submenu-tabs .section-gender-based-violence ul.resp-tabs-list > li.active > span, .section-gender-based-violence div.submenu-tabs ul.menu > li.active-trail > a, div.submenu-tabs .section-gender-based-violence ul.menu > li.active-trail > a, .section-gender-based-violence div.submenu-tabs ul.resp-tabs-list > li.active-trail > a, div.submenu-tabs .section-gender-based-violence ul.resp-tabs-list > li.active-trail > a,
.section-gender-based-violence div.submenu-tabs ul.menu > li.active-trail a.active, div.submenu-tabs ul.menu > li.active-trail .section-gender-based-violence a.active,
.section-gender-based-violence div.submenu-tabs ul.resp-tabs-list > li.active-trail a.active, div.submenu-tabs ul.resp-tabs-list > li.active-trail .section-gender-based-violence a.active,
.section-gender-based-violence div.submenu-tabs ul.menu > li.active-trail a.selected, div.submenu-tabs ul.menu > li.active-trail .section-gender-based-violence a.selected,
.section-gender-based-violence div.submenu-tabs ul.resp-tabs-list > li.active-trail a.selected, div.submenu-tabs ul.resp-tabs-list > li.active-trail .section-gender-based-violence a.selected,
.section-gender-based-violence div.submenu-tabs ul.menu > li.active-trail a:hover, div.submenu-tabs ul.menu > li.active-trail .section-gender-based-violence a:hover,
.section-gender-based-violence div.submenu-tabs ul.resp-tabs-list > li.active-trail a:hover, div.submenu-tabs ul.resp-tabs-list > li.active-trail .section-gender-based-violence a:hover,
.section-gender-based-violence div.submenu-tabs ul.menu > li.active-trail > span, div.submenu-tabs .section-gender-based-violence ul.menu > li.active-trail > span,
.section-gender-based-violence div.submenu-tabs ul.resp-tabs-list > li.active-trail > span, div.submenu-tabs .section-gender-based-violence ul.resp-tabs-list > li.active-trail > span, .section-gender-based-violence div.submenu-tabs ul.menu > li.selected > a, div.submenu-tabs .section-gender-based-violence ul.menu > li.selected > a, .section-gender-based-violence div.submenu-tabs ul.resp-tabs-list > li.selected > a, div.submenu-tabs .section-gender-based-violence ul.resp-tabs-list > li.selected > a,
.section-gender-based-violence div.submenu-tabs ul.menu > li.selected a.active, div.submenu-tabs ul.menu > li.selected .section-gender-based-violence a.active,
.section-gender-based-violence div.submenu-tabs ul.resp-tabs-list > li.selected a.active, div.submenu-tabs ul.resp-tabs-list > li.selected .section-gender-based-violence a.active,
.section-gender-based-violence div.submenu-tabs ul.menu > li.selected a.selected, div.submenu-tabs ul.menu > li.selected .section-gender-based-violence a.selected,
.section-gender-based-violence div.submenu-tabs ul.resp-tabs-list > li.selected a.selected, div.submenu-tabs ul.resp-tabs-list > li.selected .section-gender-based-violence a.selected,
.section-gender-based-violence div.submenu-tabs ul.menu > li.selected a:hover, div.submenu-tabs ul.menu > li.selected .section-gender-based-violence a:hover,
.section-gender-based-violence div.submenu-tabs ul.resp-tabs-list > li.selected a:hover, div.submenu-tabs ul.resp-tabs-list > li.selected .section-gender-based-violence a:hover,
.section-gender-based-violence div.submenu-tabs ul.menu > li.selected > span, div.submenu-tabs .section-gender-based-violence ul.menu > li.selected > span,
.section-gender-based-violence div.submenu-tabs ul.resp-tabs-list > li.selected > span, div.submenu-tabs .section-gender-based-violence ul.resp-tabs-list > li.selected > span, .section-gender-based-violence div.submenu-tabs ul.menu > li.resp-tab-active > a, div.submenu-tabs .section-gender-based-violence ul.menu > li.resp-tab-active > a, .section-gender-based-violence div.submenu-tabs ul.resp-tabs-list > li.resp-tab-active > a, div.submenu-tabs .section-gender-based-violence ul.resp-tabs-list > li.resp-tab-active > a,
.section-gender-based-violence div.submenu-tabs ul.menu > li.resp-tab-active a.active, div.submenu-tabs ul.menu > li.resp-tab-active .section-gender-based-violence a.active,
.section-gender-based-violence div.submenu-tabs ul.resp-tabs-list > li.resp-tab-active a.active, div.submenu-tabs ul.resp-tabs-list > li.resp-tab-active .section-gender-based-violence a.active,
.section-gender-based-violence div.submenu-tabs ul.menu > li.resp-tab-active a.selected, div.submenu-tabs ul.menu > li.resp-tab-active .section-gender-based-violence a.selected,
.section-gender-based-violence div.submenu-tabs ul.resp-tabs-list > li.resp-tab-active a.selected, div.submenu-tabs ul.resp-tabs-list > li.resp-tab-active .section-gender-based-violence a.selected,
.section-gender-based-violence div.submenu-tabs ul.menu > li.resp-tab-active a:hover, div.submenu-tabs ul.menu > li.resp-tab-active .section-gender-based-violence a:hover,
.section-gender-based-violence div.submenu-tabs ul.resp-tabs-list > li.resp-tab-active a:hover, div.submenu-tabs ul.resp-tabs-list > li.resp-tab-active .section-gender-based-violence a:hover,
.section-gender-based-violence div.submenu-tabs ul.menu > li.resp-tab-active > span, div.submenu-tabs .section-gender-based-violence ul.menu > li.resp-tab-active > span,
.section-gender-based-violence div.submenu-tabs ul.resp-tabs-list > li.resp-tab-active > span, div.submenu-tabs .section-gender-based-violence ul.resp-tabs-list > li.resp-tab-active > span, .section-gender-based-violence div.submenu-tabs ul.menu > li.r-tabs-state-active > a, div.submenu-tabs .section-gender-based-violence ul.menu > li.r-tabs-state-active > a, .section-gender-based-violence div.submenu-tabs ul.resp-tabs-list > li.r-tabs-state-active > a, div.submenu-tabs .section-gender-based-violence ul.resp-tabs-list > li.r-tabs-state-active > a,
.section-gender-based-violence div.submenu-tabs ul.menu > li.r-tabs-state-active a.active, div.submenu-tabs ul.menu > li.r-tabs-state-active .section-gender-based-violence a.active,
.section-gender-based-violence div.submenu-tabs ul.resp-tabs-list > li.r-tabs-state-active a.active, div.submenu-tabs ul.resp-tabs-list > li.r-tabs-state-active .section-gender-based-violence a.active,
.section-gender-based-violence div.submenu-tabs ul.menu > li.r-tabs-state-active a.selected, div.submenu-tabs ul.menu > li.r-tabs-state-active .section-gender-based-violence a.selected,
.section-gender-based-violence div.submenu-tabs ul.resp-tabs-list > li.r-tabs-state-active a.selected, div.submenu-tabs ul.resp-tabs-list > li.r-tabs-state-active .section-gender-based-violence a.selected,
.section-gender-based-violence div.submenu-tabs ul.menu > li.r-tabs-state-active a:hover, div.submenu-tabs ul.menu > li.r-tabs-state-active .section-gender-based-violence a:hover,
.section-gender-based-violence div.submenu-tabs ul.resp-tabs-list > li.r-tabs-state-active a:hover, div.submenu-tabs ul.resp-tabs-list > li.r-tabs-state-active .section-gender-based-violence a:hover,
.section-gender-based-violence div.submenu-tabs ul.menu > li.r-tabs-state-active > span, div.submenu-tabs .section-gender-based-violence ul.menu > li.r-tabs-state-active > span,
.section-gender-based-violence div.submenu-tabs ul.resp-tabs-list > li.r-tabs-state-active > span, div.submenu-tabs .section-gender-based-violence ul.resp-tabs-list > li.r-tabs-state-active > span, .section-gender-based-violence ul.tabs.vertical li.tab-title.active a, ul.tabs.vertical li.tab-title.active .section-gender-based-violence a, .section-gender-based-violence ul.pagination li.current a, ul.pagination li.current .section-gender-based-violence a, .section-gender-based-violence .lexicon-links ul li > a.current, .lexicon-links ul .section-gender-based-violence li > a.current, .section-gender-based-violence .field-name-field-toc ul li.active > a, .field-name-field-toc ul .section-gender-based-violence li.active > a,
.section-gender-based-violence .field-name-field-toc ul a.active, .field-name-field-toc ul .section-gender-based-violence a.active {
  color: #5175BD;
}

.section-gender-based-violence .rich-text ol > li:before, .rich-text .section-gender-based-violence ol > li:before,
.section-gender-based-violence .l-main .block-block ol > li:before, .l-main .block-block .section-gender-based-violence ol > li:before,
.section-gender-based-violence .cke_editable ol > li:before, .cke_editable .section-gender-based-violence ol > li:before,
.section-gender-based-violence .rich-text .toggler-body ol > li:before,
.section-gender-based-violence .node.view-mode-full .toggler-body ol > li:before, .node.view-mode-full .toggler-body .section-gender-based-violence ol > li:before, .section-gender-based-violence a.highlighted-link:after, .section-gender-based-violence .l-main a.more:after, .l-main .section-gender-based-violence a.more:after, .section-gender-based-violence .l-main a.more-inline:after, .l-main .section-gender-based-violence a.more-inline:after, .section-gender-based-violence .l-main ul.tabs.vertical li.tab-title > a:after, .l-main ul.tabs.vertical .section-gender-based-violence li.tab-title > a:after, .section-gender-based-violence ul.tabs.vertical .l-main li.tab-title > a:after, ul.tabs.vertical .l-main .section-gender-based-violence li.tab-title > a:after, .section-gender-based-violence .l-main .block-menu-pager .menu-pager a:after, .l-main .block-menu-pager .menu-pager .section-gender-based-violence a:after, .section-gender-based-violence .block-menu-pager .menu-pager .l-main a:after, .block-menu-pager .menu-pager .l-main .section-gender-based-violence a:after, .section-gender-based-violence .l-main .promo-grid div.item:after, .l-main .promo-grid .section-gender-based-violence div.item:after, .section-gender-based-violence .promo-grid .l-main div.item:after, .promo-grid .l-main .section-gender-based-violence div.item:after, .section-gender-based-violence .l-main #group-timeline .vco-slider div.title:after, .l-main #group-timeline .vco-slider .section-gender-based-violence div.title:after, .section-gender-based-violence #group-timeline .vco-slider .l-main div.title:after, #group-timeline .vco-slider .l-main .section-gender-based-violence div.title:after, .section-gender-based-violence .clear-answers a:before, .clear-answers .section-gender-based-violence a:before,
.section-gender-based-violence a.clear-answers:before, .section-gender-based-violence .view-filters .views-reset-button button#edit-reset:before, .view-filters .views-reset-button .section-gender-based-violence button#edit-reset:before,
.section-gender-based-violence .view-filters .dgs-clear-filters button#edit-reset:before, .view-filters .dgs-clear-filters .section-gender-based-violence button#edit-reset:before, .section-gender-based-violence a.back:before, .section-gender-based-violence ul.breadcrumbs > *:before, .section-gender-based-violence .expandable-menu ul li a.active:after, .expandable-menu ul li .section-gender-based-violence a.active:after,
.section-gender-based-violence .expandable-menu ul li span.active:after, .expandable-menu ul li .section-gender-based-violence span.active:after, .section-gender-based-violence h2.lexicon-letter, .section-gender-based-violence .field-name-field-toc ul a:before, .field-name-field-toc ul .section-gender-based-violence a:before {
  color: #5175BD;
}

.section-gender-based-violence h1, .section-gender-based-violence .rich-text h2, .rich-text .section-gender-based-violence h2, .section-gender-based-violence .rich-text h3, .rich-text .section-gender-based-violence h3, .section-gender-based-violence .rich-text h4, .rich-text .section-gender-based-violence h4, .section-gender-based-violence .rich-text h5, .rich-text .section-gender-based-violence h5, .section-gender-based-violence .rich-text h6, .rich-text .section-gender-based-violence h6,
.section-gender-based-violence .l-main .block-block h1, .l-main .block-block .section-gender-based-violence h1,
.section-gender-based-violence .l-main .block-block h2, .l-main .block-block .section-gender-based-violence h2,
.section-gender-based-violence .l-main .block-block h3, .l-main .block-block .section-gender-based-violence h3,
.section-gender-based-violence .l-main .block-block h4, .l-main .block-block .section-gender-based-violence h4,
.section-gender-based-violence .l-main .block-block h5, .l-main .block-block .section-gender-based-violence h5,
.section-gender-based-violence .l-main .block-block h6, .l-main .block-block .section-gender-based-violence h6,
.section-gender-based-violence .cke_editable h2, .cke_editable .section-gender-based-violence h2,
.section-gender-based-violence .cke_editable h3, .cke_editable .section-gender-based-violence h3,
.section-gender-based-violence .cke_editable h4, .cke_editable .section-gender-based-violence h4,
.section-gender-based-violence .cke_editable h5, .cke_editable .section-gender-based-violence h5,
.section-gender-based-violence .cke_editable h6, .cke_editable .section-gender-based-violence h6,
.section-gender-based-violence .rich-text .toggler-body h1, .rich-text .toggler-body .section-gender-based-violence h1,
.section-gender-based-violence .node.view-mode-full .toggler-body h1, .node.view-mode-full .toggler-body .section-gender-based-violence h1,
.section-gender-based-violence .node.view-mode-full .toggler-body h2, .node.view-mode-full .toggler-body .section-gender-based-violence h2,
.section-gender-based-violence .node.view-mode-full .toggler-body h3, .node.view-mode-full .toggler-body .section-gender-based-violence h3,
.section-gender-based-violence .node.view-mode-full .toggler-body h4, .node.view-mode-full .toggler-body .section-gender-based-violence h4,
.section-gender-based-violence .node.view-mode-full .toggler-body h5, .node.view-mode-full .toggler-body .section-gender-based-violence h5,
.section-gender-based-violence .node.view-mode-full .toggler-body h6, .node.view-mode-full .toggler-body .section-gender-based-violence h6,
.section-gender-based-violence .group-content > .field > h2,
.section-gender-based-violence .group-content > .field-group-div > h2,
.section-gender-based-violence .group-content > .field-group-div > .field > h2,
.section-gender-based-violence .group-content .field-name-field-enge-user-areas-of-interv > h2, .group-content .section-gender-based-violence .field-name-field-enge-user-areas-of-interv > h2,
.section-gender-based-violence .resp-tab-content > .field > h2,
.section-gender-based-violence .resp-tab-content > .field-group-div > h2,
.section-gender-based-violence .resp-tab-content > .field-group-div > .field > h2,
.section-gender-based-violence .resp-tab-content .field-name-field-enge-user-areas-of-interv > h2, .resp-tab-content .section-gender-based-violence .field-name-field-enge-user-areas-of-interv > h2, .section-gender-based-violence .content-header-full h2.block-title, .content-header-full .section-gender-based-violence h2.block-title,
.section-gender-based-violence .content-footer-full h2.block-title, .content-footer-full .section-gender-based-violence h2.block-title,
.section-gender-based-violence .content-footer h2.block-title, .content-footer .section-gender-based-violence h2.block-title, .section-gender-based-violence .sidebar-menu .expandable-menu h2.block-title, .sidebar-menu .expandable-menu .section-gender-based-violence h2.block-title, .section-gender-based-violence .block-eige-base-ec-share-buttons h3, .block-eige-base-ec-share-buttons .section-gender-based-violence h3, .section-gender-based-violence ul.tabs.vertical + .view-content.tabs-content .content h2, ul.tabs.vertical + .view-content.tabs-content .content .section-gender-based-violence h2, .section-gender-based-violence .panel-pane .pane-title, .panel-pane .section-gender-based-violence .pane-title, .section-gender-based-violence #group-timeline h2, #group-timeline .section-gender-based-violence h2, .section-gender-based-violence #group-timeline .content-container h3, #group-timeline .content-container .section-gender-based-violence h3, .section-gender-based-violence .print-content #group-timeline .field-name-field-timeline-event-title, .print-content #group-timeline .section-gender-based-violence .field-name-field-timeline-event-title {
  color: #5175BD;
}

.section-gender-based-violence a.highlighted-link {
  background-color: #d4ddef;
}

.section-gender-based-violence .gray-box a.highlighted-link {
  background-color: #5175BD;
}

.section-gender-based-violence div.highlighted-box {
  background-color: #5175BD;
}

.section-gender-based-violence div.highlighted-box .file-download:before {
  color: #5175BD !important;
}

.section-gender-based-violence .select2-drop ul li:hover, .select2-drop ul .section-gender-based-violence li:hover,
.section-gender-based-violence .select2-dropdown ul li:hover, .select2-dropdown ul .section-gender-based-violence li:hover, .section-gender-based-violence .select2-drop .select2-results .select2-highlighted, .select2-drop .select2-results .section-gender-based-violence .select2-highlighted,
.section-gender-based-violence .select2-drop .select2-results__option--highlighted, .select2-drop .section-gender-based-violence .select2-results__option--highlighted,
.section-gender-based-violence .select2-dropdown .select2-results .select2-highlighted, .select2-dropdown .select2-results .section-gender-based-violence .select2-highlighted,
.section-gender-based-violence .select2-dropdown .select2-results__option--highlighted, .select2-dropdown .section-gender-based-violence .select2-results__option--highlighted {
  background-color: #dce3f2;
}

.section-gender-based-violence .promo-grid div.item {
  background-color: #5175BD;
}

.section-gender-based-violence .promo-grid div.item:hover {
  background-color: #d9e1f0 !important;
}

.section-gender-based-violence .mock-promo-grid-item {
  background-color: #5175BD;
}

.section-gender-based-violence ul.tabs.vertical li.tab-title:nth-child(even) a {
  background-color: #d4ddef;
}

.section-gender-based-violence ul.tabs.vertical li.tab-title:nth-child(odd) a {
  background-color: #b9c8e5;
}

.section-gender-based-violence .multiRowHorizontalBarGraph .bar {
  background-color: #587bc0;
}

.section-gender-based-violence .multiRowHorizontalBarGraph .bar + .bar {
  background-color: #466cb9;
}

.section-gender-based-violence .rich-text table tbody,
.section-gender-based-violence .l-main .block-block table tbody,
.section-gender-based-violence .cke_editable table tbody,
.section-gender-based-violence .toggler-body table tbody,
.section-gender-based-violence .pr-accordion-links__item .pr-accordion-links__hidden-content table tbody,
.pr-accordion-links__item .section-gender-based-violence .pr-accordion-links__hidden-content table tbody {
  background-color: #eef1f8;
}

.section-gender-based-violence .rich-text table tr th,
.section-gender-based-violence .l-main .block-block table tr th,
.section-gender-based-violence .cke_editable table tr th,
.section-gender-based-violence .toggler-body table tr th,
.section-gender-based-violence .pr-accordion-links__item .pr-accordion-links__hidden-content table tr th,
.pr-accordion-links__item .section-gender-based-violence .pr-accordion-links__hidden-content table tr th {
  background-color: #b9c8e5;
}

.section-gender-based-violence .rich-text table tr.even,
.section-gender-based-violence .rich-text table tr.alt,
.section-gender-based-violence .rich-text table tr:nth-of-type(even),
.section-gender-based-violence .l-main .block-block table tr.even,
.section-gender-based-violence .l-main .block-block table tr.alt,
.section-gender-based-violence .l-main .block-block table tr:nth-of-type(even),
.section-gender-based-violence .cke_editable table tr.even,
.section-gender-based-violence .cke_editable table tr.alt,
.section-gender-based-violence .cke_editable table tr:nth-of-type(even),
.section-gender-based-violence .toggler-body table tr.even,
.section-gender-based-violence .pr-accordion-links__item .pr-accordion-links__hidden-content table tr.even,
.pr-accordion-links__item .section-gender-based-violence .pr-accordion-links__hidden-content table tr.even,
.section-gender-based-violence .toggler-body table tr.alt,
.section-gender-based-violence .pr-accordion-links__item .pr-accordion-links__hidden-content table tr.alt,
.pr-accordion-links__item .section-gender-based-violence .pr-accordion-links__hidden-content table tr.alt,
.section-gender-based-violence .toggler-body table tr:nth-of-type(even),
.section-gender-based-violence .pr-accordion-links__item .pr-accordion-links__hidden-content table tr:nth-of-type(even),
.pr-accordion-links__item .section-gender-based-violence .pr-accordion-links__hidden-content table tr:nth-of-type(even) {
  background-color: #e0e6f3;
}

.section-gender-based-violence .tooltip {
  background-color: #dce3f2;
}

.section-gender-based-violence .tooltip span.nub {
  border-bottom-color: #dce3f2;
}

.section-gender-statistics .rich-text ol > li:after, .rich-text .section-gender-statistics ol > li:after,
.section-gender-statistics .l-main .block-block ol > li:after, .l-main .block-block .section-gender-statistics ol > li:after,
.section-gender-statistics .cke_editable ol > li:after, .cke_editable .section-gender-statistics ol > li:after,
.section-gender-statistics .rich-text .toggler-body ol > li:after,
.section-gender-statistics .node.view-mode-full .toggler-body ol > li:after, .node.view-mode-full .toggler-body .section-gender-statistics ol > li:after, .section-gender-statistics .rich-text ul:not([class*="items-list"]):not([class*="block-grid"]):not([class*="menu"]):not([class*="button-group"]):not([class*="contextual-links"]):not([class*="r-tabs-nav"]) > li:before, .rich-text .section-gender-statistics ul:not([class*="items-list"]):not([class*="block-grid"]):not([class*="menu"]):not([class*="button-group"]):not([class*="contextual-links"]):not([class*="r-tabs-nav"]) > li:before,
.section-gender-statistics .l-main .block-block ul:not([class*="items-list"]):not([class*="block-grid"]):not([class*="menu"]):not([class*="button-group"]):not([class*="contextual-links"]):not([class*="r-tabs-nav"]) > li:before, .l-main .block-block .section-gender-statistics ul:not([class*="items-list"]):not([class*="block-grid"]):not([class*="menu"]):not([class*="button-group"]):not([class*="contextual-links"]):not([class*="r-tabs-nav"]) > li:before,
.section-gender-statistics .cke_editable ul:not([class*="items-list"]):not([class*="block-grid"]):not([class*="menu"]):not([class*="button-group"]):not([class*="contextual-links"]):not([class*="r-tabs-nav"]) > li:before, .cke_editable .section-gender-statistics ul:not([class*="items-list"]):not([class*="block-grid"]):not([class*="menu"]):not([class*="button-group"]):not([class*="contextual-links"]):not([class*="r-tabs-nav"]) > li:before,
.section-gender-statistics .rich-text .toggler-body ul:not([class*="items-list"]):not([class*="block-grid"]):not([class*="menu"]):not([class*="button-group"]):not([class*="contextual-links"]):not([class*="r-tabs-nav"]) > li:before,
.section-gender-statistics .node.view-mode-full .toggler-body ul:not([class*="items-list"]):not([class*="block-grid"]):not([class*="menu"]):not([class*="button-group"]):not([class*="contextual-links"]):not([class*="r-tabs-nav"]) > li:before, .node.view-mode-full .toggler-body .section-gender-statistics ul:not([class*="items-list"]):not([class*="block-grid"]):not([class*="menu"]):not([class*="button-group"]):not([class*="contextual-links"]):not([class*="r-tabs-nav"]) > li:before, .section-gender-statistics body.page-node-panel-content #panels-dnd-main div.panel-region .panel-pane .pane-content ul li:before, body.page-node-panel-content #panels-dnd-main div.panel-region .panel-pane .pane-content ul .section-gender-statistics li:before, .section-gender-statistics .items-list .image-wrapper a:after, .items-list .image-wrapper .section-gender-statistics a:after, .section-gender-statistics .grid-list .image-wrapper a:after, .grid-list .image-wrapper .section-gender-statistics a:after, .section-gender-statistics .items-list .title-prefix + .title-prefix:before, .items-list .section-gender-statistics .title-prefix + .title-prefix:before, .section-gender-statistics .items-list .view-content .highlighted-box div.title-prefix + .title-prefix:before, .section-gender-statistics .grid-list .title-prefix + .title-prefix:before, .grid-list .section-gender-statistics .title-prefix + .title-prefix:before, .section-gender-statistics .grid-list .view-content .highlighted-box div.title-prefix + .title-prefix:before, .section-gender-statistics .items-list .view-content .highlighted-box .title-prefix + div.title-prefix:before, .section-gender-statistics .grid-list .view-content .highlighted-box .title-prefix + div.title-prefix:before, .section-gender-statistics .view-content .highlighted-box div.title-prefix + div.title-prefix:before, .view-content .highlighted-box .section-gender-statistics div.title-prefix + div.title-prefix:before, .section-gender-statistics div.highlighted-box, .section-gender-statistics blockquote,
.section-gender-statistics .blockquote, .section-gender-statistics .group-content .group-image-quote .field-name-field-quote, .group-content .group-image-quote .section-gender-statistics .field-name-field-quote, .section-gender-statistics #header-bar nav.top-bar .top-bar-section ul#main-menu li.active-trail > a:before, #header-bar nav.top-bar .top-bar-section ul#main-menu .section-gender-statistics li.active-trail > a:before,
.section-gender-statistics #header-bar nav.top-bar .top-bar-section ul#main-menu li.active > a:before, #header-bar nav.top-bar .top-bar-section ul#main-menu .section-gender-statistics li.active > a:before,
.section-gender-statistics #header-bar nav.top-bar .top-bar-section ul#main-menu a.active:before, #header-bar nav.top-bar .top-bar-section ul#main-menu .section-gender-statistics a.active:before,
.section-gender-statistics #header-bar nav.top-bar .top-bar-section ul#secondary-menu li.active-trail > a:before, #header-bar nav.top-bar .top-bar-section ul#secondary-menu .section-gender-statistics li.active-trail > a:before,
.section-gender-statistics #header-bar nav.top-bar .top-bar-section ul#secondary-menu li.active > a:before, #header-bar nav.top-bar .top-bar-section ul#secondary-menu .section-gender-statistics li.active > a:before,
.section-gender-statistics #header-bar nav.top-bar .top-bar-section ul#secondary-menu a.active:before, #header-bar nav.top-bar .top-bar-section ul#secondary-menu .section-gender-statistics a.active:before, .section-gender-statistics .button.export, .section-gender-statistics form input.export.webform-calendar, form .section-gender-statistics input.export.webform-calendar,
.section-gender-statistics button.export, .section-gender-statistics div.submenu-tabs ul.menu > li.active:before, div.submenu-tabs .section-gender-statistics ul.menu > li.active:before, .section-gender-statistics div.submenu-tabs ul.resp-tabs-list > li.active:before, div.submenu-tabs .section-gender-statistics ul.resp-tabs-list > li.active:before, .section-gender-statistics div.submenu-tabs ul.menu > li.active-trail:before, div.submenu-tabs .section-gender-statistics ul.menu > li.active-trail:before, .section-gender-statistics div.submenu-tabs ul.resp-tabs-list > li.active-trail:before, div.submenu-tabs .section-gender-statistics ul.resp-tabs-list > li.active-trail:before, .section-gender-statistics div.submenu-tabs ul.menu > li.selected:before, div.submenu-tabs .section-gender-statistics ul.menu > li.selected:before, .section-gender-statistics div.submenu-tabs ul.resp-tabs-list > li.selected:before, div.submenu-tabs .section-gender-statistics ul.resp-tabs-list > li.selected:before, .section-gender-statistics div.submenu-tabs ul.menu > li.resp-tab-active:before, div.submenu-tabs .section-gender-statistics ul.menu > li.resp-tab-active:before, .section-gender-statistics div.submenu-tabs ul.resp-tabs-list > li.resp-tab-active:before, div.submenu-tabs .section-gender-statistics ul.resp-tabs-list > li.resp-tab-active:before, .section-gender-statistics div.submenu-tabs ul.menu > li.r-tabs-state-active:before, div.submenu-tabs .section-gender-statistics ul.menu > li.r-tabs-state-active:before, .section-gender-statistics div.submenu-tabs ul.resp-tabs-list > li.r-tabs-state-active:before, div.submenu-tabs .section-gender-statistics ul.resp-tabs-list > li.r-tabs-state-active:before, .section-gender-statistics div.submenu-tabs ul.menu > li.export a.button, div.submenu-tabs ul.menu > li.export .section-gender-statistics a.button, .section-gender-statistics div.submenu-tabs ul.resp-tabs-list > li.export a.button, div.submenu-tabs ul.resp-tabs-list > li.export .section-gender-statistics a.button, .section-gender-statistics ul.tabs.vertical li.tab-title > a:before, ul.tabs.vertical .section-gender-statistics li.tab-title > a:before, .section-gender-statistics .file-download:before, .section-gender-statistics .items-list li.promoted, .items-list .section-gender-statistics li.promoted, .section-gender-statistics .bean-banner.view-mode-default .group-media-wrapper ul.field-items li:nth-child(even), .bean-banner.view-mode-default .group-media-wrapper ul.field-items .section-gender-statistics li:nth-child(even), .section-gender-statistics .bean-banner.view-mode-default.color-dark .group-media-wrapper ul.field-items li:nth-child(odd), .bean-banner.view-mode-default.color-dark .group-media-wrapper ul.field-items .section-gender-statistics li:nth-child(odd), .section-gender-statistics #modalContent .modal-header #modal-title, #modalContent .modal-header .section-gender-statistics #modal-title, .section-gender-statistics .ModalWindow .content > div > h2, .ModalWindow .section-gender-statistics .content > div > h2,
.section-gender-statistics .ExportOptionsModal .content > div > h2, .ExportOptionsModal .section-gender-statistics .content > div > h2,
.section-gender-statistics .IndicatorExportPanel .content > div > h2, .IndicatorExportPanel .section-gender-statistics .content > div > h2,
.section-gender-statistics .IndicatorEmbedPanel .content > div > h2, .IndicatorEmbedPanel .section-gender-statistics .content > div > h2, .section-gender-statistics .select2-drop .select2-results__option[aria-selected="true"], .select2-drop .section-gender-statistics .select2-results__option[aria-selected="true"],
.section-gender-statistics .select2-dropdown .select2-results__option[aria-selected="true"], .select2-dropdown .section-gender-statistics .select2-results__option[aria-selected="true"], .section-gender-statistics #group-timeline .timenav-line, #group-timeline .section-gender-statistics .timenav-line,
.section-gender-statistics #group-timeline .active .line, #group-timeline .active .section-gender-statistics .line,
.section-gender-statistics #group-timeline .active .dot, #group-timeline .active .section-gender-statistics .dot,
.section-gender-statistics #group-timeline .event-line, #group-timeline .section-gender-statistics .event-line {
  background-color: #5D54A3;
}

.section-gender-statistics .bean-banner.view-mode-default .group-media-wrapper ul.field-items li:nth-child(odd), .bean-banner.view-mode-default .group-media-wrapper ul.field-items .section-gender-statistics li:nth-child(odd), .section-gender-statistics .bean-banner.view-mode-default.color-dark .group-content-wrapper, .bean-banner.view-mode-default.color-dark .section-gender-statistics .group-content-wrapper, .section-gender-statistics .bean-banner.view-mode-default.color-dark .group-media-wrapper ul.field-items li:nth-child(even), .bean-banner.view-mode-default.color-dark .group-media-wrapper ul.field-items .section-gender-statistics li:nth-child(even) {
  background-color: #362d7d;
}

.section-gender-statistics .bean-banner.view-mode-default .group-content-wrapper, .bean-banner.view-mode-default .section-gender-statistics .group-content-wrapper {
  background-color: #d7d4e8;
}

.section-gender-statistics .l-main .main input[type="text"], .l-main .main .section-gender-statistics input[type="text"], .section-gender-statistics .l-main .main input[type="password"], .l-main .main .section-gender-statistics input[type="password"], .section-gender-statistics .l-main .main input[type="date"], .l-main .main .section-gender-statistics input[type="date"],
.section-gender-statistics .l-main .main input[type="datetime"], .l-main .main .section-gender-statistics input[type="datetime"], .section-gender-statistics .l-main .main input[type="datetime-local"], .l-main .main .section-gender-statistics input[type="datetime-local"], .section-gender-statistics .l-main .main input[type="month"], .l-main .main .section-gender-statistics input[type="month"],
.section-gender-statistics .l-main .main input[type="week"], .l-main .main .section-gender-statistics input[type="week"], .section-gender-statistics .l-main .main input[type="email"], .l-main .main .section-gender-statistics input[type="email"], .section-gender-statistics .l-main .main input[type="number"], .l-main .main .section-gender-statistics input[type="number"],
.section-gender-statistics .l-main .main input[type="search"], .l-main .main .section-gender-statistics input[type="search"], .section-gender-statistics .l-main .main input[type="tel"], .l-main .main .section-gender-statistics input[type="tel"], .section-gender-statistics .l-main .main input[type="time"], .l-main .main .section-gender-statistics input[type="time"],
.section-gender-statistics .l-main .main input[type="url"], .l-main .main .section-gender-statistics input[type="url"], .section-gender-statistics .l-main .main input[type="color"], .l-main .main .section-gender-statistics input[type="color"],
.section-gender-statistics .l-main .main textarea, .l-main .main .section-gender-statistics textarea, .section-gender-statistics .l-main .main select, .l-main .main .section-gender-statistics select,
.section-gender-statistics form input[type="text"], form .section-gender-statistics input[type="text"],
.section-gender-statistics form input[type="password"], form .section-gender-statistics input[type="password"],
.section-gender-statistics form input[type="date"], form .section-gender-statistics input[type="date"],
.section-gender-statistics form input[type="datetime"], form .section-gender-statistics input[type="datetime"],
.section-gender-statistics form input[type="datetime-local"], form .section-gender-statistics input[type="datetime-local"],
.section-gender-statistics form input[type="month"], form .section-gender-statistics input[type="month"],
.section-gender-statistics form input[type="week"], form .section-gender-statistics input[type="week"],
.section-gender-statistics form input[type="email"], form .section-gender-statistics input[type="email"],
.section-gender-statistics form input[type="number"], form .section-gender-statistics input[type="number"],
.section-gender-statistics form input[type="search"], form .section-gender-statistics input[type="search"],
.section-gender-statistics form input[type="tel"], form .section-gender-statistics input[type="tel"],
.section-gender-statistics form input[type="time"], form .section-gender-statistics input[type="time"],
.section-gender-statistics form input[type="url"], form .section-gender-statistics input[type="url"],
.section-gender-statistics form input[type="color"], form .section-gender-statistics input[type="color"],
.section-gender-statistics form textarea, form .section-gender-statistics textarea,
.section-gender-statistics form select, form .section-gender-statistics select, .section-gender-statistics .select2-container .select2-choice, .select2-container .section-gender-statistics .select2-choice,
.section-gender-statistics .select2-container.select2-dropdown-open.select2-drop-above .select2-choice, .select2-container.select2-dropdown-open.select2-drop-above .section-gender-statistics .select2-choice,
.section-gender-statistics .select2-container .select2-selection--single, .select2-container .section-gender-statistics .select2-selection--single, .section-gender-statistics .select2-container.select2-container-multi .select2-choices, .select2-container.select2-container-multi .section-gender-statistics .select2-choices,
.section-gender-statistics .select2-container.select2-container--default .select2-selection.select2-selection--multiple, .select2-container.select2-container--default .section-gender-statistics .select2-selection.select2-selection--multiple, .section-gender-statistics .select2-drop,
.section-gender-statistics .select2-dropdown, .section-gender-statistics div.highlighted-frame, .section-gender-statistics span.has-tip, .section-gender-statistics #header-bar nav.top-bar .top-bar-section ul#main-menu li.has-dropdown.active-trail > a:after, #header-bar nav.top-bar .top-bar-section ul#main-menu .section-gender-statistics li.has-dropdown.active-trail > a:after,
.section-gender-statistics #header-bar nav.top-bar .top-bar-section ul#main-menu li.has-dropdown.active > a:after, #header-bar nav.top-bar .top-bar-section ul#main-menu .section-gender-statistics li.has-dropdown.active > a:after,
.section-gender-statistics #header-bar nav.top-bar .top-bar-section ul#main-menu li.has-dropdown > a.active:after, #header-bar nav.top-bar .top-bar-section ul#main-menu .section-gender-statistics li.has-dropdown > a.active:after,
.section-gender-statistics #header-bar nav.top-bar .top-bar-section ul#secondary-menu li.has-dropdown.active-trail > a:after, #header-bar nav.top-bar .top-bar-section ul#secondary-menu .section-gender-statistics li.has-dropdown.active-trail > a:after,
.section-gender-statistics #header-bar nav.top-bar .top-bar-section ul#secondary-menu li.has-dropdown.active > a:after, #header-bar nav.top-bar .top-bar-section ul#secondary-menu .section-gender-statistics li.has-dropdown.active > a:after,
.section-gender-statistics #header-bar nav.top-bar .top-bar-section ul#secondary-menu li.has-dropdown > a.active:after, #header-bar nav.top-bar .top-bar-section ul#secondary-menu .section-gender-statistics li.has-dropdown > a.active:after, .section-gender-statistics .toggler-header:before,
.section-gender-statistics .pr-accordion-links__item .pr-accordion-links__link:before, .pr-accordion-links__item .section-gender-statistics .pr-accordion-links__link:before, .section-gender-statistics ul.pagination li.current a, ul.pagination li.current .section-gender-statistics a, .section-gender-statistics .expandable-menu li.has-children:before, .expandable-menu .section-gender-statistics li.has-children:before, .section-gender-statistics #header-bar nav.top-bar .top-bar-section ul#main-menu li.bipolar > a.active, #header-bar nav.top-bar .top-bar-section ul#main-menu .section-gender-statistics li.bipolar > a.active,
.section-gender-statistics #header-bar nav.top-bar .top-bar-section ul#main-menu li.bipolar > a.active-trail, #header-bar nav.top-bar .top-bar-section ul#main-menu .section-gender-statistics li.bipolar > a.active-trail,
.section-gender-statistics #header-bar nav.top-bar .top-bar-section ul#secondary-menu li.bipolar > a.active, #header-bar nav.top-bar .top-bar-section ul#secondary-menu .section-gender-statistics li.bipolar > a.active,
.section-gender-statistics #header-bar nav.top-bar .top-bar-section ul#secondary-menu li.bipolar > a.active-trail, #header-bar nav.top-bar .top-bar-section ul#secondary-menu .section-gender-statistics li.bipolar > a.active-trail, .section-gender-statistics .select2-drop .select2-input, .select2-drop .section-gender-statistics .select2-input,
.section-gender-statistics .select2-dropdown .select2-input, .select2-dropdown .section-gender-statistics .select2-input, .section-gender-statistics .searchword, .section-gender-statistics .lexicon-links ul li > a.current, .lexicon-links ul .section-gender-statistics li > a.current, .section-gender-statistics .field-name-field-toc ul li.active > a, .field-name-field-toc ul .section-gender-statistics li.active > a,
.section-gender-statistics .field-name-field-toc ul a.active, .field-name-field-toc ul .section-gender-statistics a.active {
  border-color: #5D54A3;
}

.section-gender-statistics .l-title .countries-jump-menu .select2-container .select2-choice, .l-title .countries-jump-menu .select2-container .section-gender-statistics .select2-choice,
.section-gender-statistics .l-title .countries-jump-menu select, .l-title .countries-jump-menu .section-gender-statistics select, .section-gender-statistics span.has-tip, .section-gender-statistics #header-bar nav.top-bar .top-bar-section ul#main-menu > li.active-trail > a, #header-bar nav.top-bar .top-bar-section .section-gender-statistics ul#main-menu > li.active-trail > a,
.section-gender-statistics #header-bar nav.top-bar .top-bar-section ul#main-menu > li > a.active, #header-bar nav.top-bar .top-bar-section .section-gender-statistics ul#main-menu > li > a.active,
.section-gender-statistics #header-bar nav.top-bar .top-bar-section ul#secondary-menu > li.active-trail > a, #header-bar nav.top-bar .top-bar-section .section-gender-statistics ul#secondary-menu > li.active-trail > a,
.section-gender-statistics #header-bar nav.top-bar .top-bar-section ul#secondary-menu > li > a.active, #header-bar nav.top-bar .top-bar-section .section-gender-statistics ul#secondary-menu > li > a.active, .section-gender-statistics .toggler-header.active,
.section-gender-statistics .pr-accordion-links__item .pr-accordion-links__link.active, .pr-accordion-links__item .section-gender-statistics .pr-accordion-links__link.active, .section-gender-statistics fieldset legend, fieldset .section-gender-statistics legend, .section-gender-statistics div.submenu-tabs ul.menu > li.active > a, div.submenu-tabs .section-gender-statistics ul.menu > li.active > a, .section-gender-statistics div.submenu-tabs ul.resp-tabs-list > li.active > a, div.submenu-tabs .section-gender-statistics ul.resp-tabs-list > li.active > a,
.section-gender-statistics div.submenu-tabs ul.menu > li.active a.active, div.submenu-tabs ul.menu > li.active .section-gender-statistics a.active,
.section-gender-statistics div.submenu-tabs ul.resp-tabs-list > li.active a.active, div.submenu-tabs ul.resp-tabs-list > li.active .section-gender-statistics a.active,
.section-gender-statistics div.submenu-tabs ul.menu > li.active a.selected, div.submenu-tabs ul.menu > li.active .section-gender-statistics a.selected,
.section-gender-statistics div.submenu-tabs ul.resp-tabs-list > li.active a.selected, div.submenu-tabs ul.resp-tabs-list > li.active .section-gender-statistics a.selected,
.section-gender-statistics div.submenu-tabs ul.menu > li.active a:hover, div.submenu-tabs ul.menu > li.active .section-gender-statistics a:hover,
.section-gender-statistics div.submenu-tabs ul.resp-tabs-list > li.active a:hover, div.submenu-tabs ul.resp-tabs-list > li.active .section-gender-statistics a:hover,
.section-gender-statistics div.submenu-tabs ul.menu > li.active > span, div.submenu-tabs .section-gender-statistics ul.menu > li.active > span,
.section-gender-statistics div.submenu-tabs ul.resp-tabs-list > li.active > span, div.submenu-tabs .section-gender-statistics ul.resp-tabs-list > li.active > span, .section-gender-statistics div.submenu-tabs ul.menu > li.active-trail > a, div.submenu-tabs .section-gender-statistics ul.menu > li.active-trail > a, .section-gender-statistics div.submenu-tabs ul.resp-tabs-list > li.active-trail > a, div.submenu-tabs .section-gender-statistics ul.resp-tabs-list > li.active-trail > a,
.section-gender-statistics div.submenu-tabs ul.menu > li.active-trail a.active, div.submenu-tabs ul.menu > li.active-trail .section-gender-statistics a.active,
.section-gender-statistics div.submenu-tabs ul.resp-tabs-list > li.active-trail a.active, div.submenu-tabs ul.resp-tabs-list > li.active-trail .section-gender-statistics a.active,
.section-gender-statistics div.submenu-tabs ul.menu > li.active-trail a.selected, div.submenu-tabs ul.menu > li.active-trail .section-gender-statistics a.selected,
.section-gender-statistics div.submenu-tabs ul.resp-tabs-list > li.active-trail a.selected, div.submenu-tabs ul.resp-tabs-list > li.active-trail .section-gender-statistics a.selected,
.section-gender-statistics div.submenu-tabs ul.menu > li.active-trail a:hover, div.submenu-tabs ul.menu > li.active-trail .section-gender-statistics a:hover,
.section-gender-statistics div.submenu-tabs ul.resp-tabs-list > li.active-trail a:hover, div.submenu-tabs ul.resp-tabs-list > li.active-trail .section-gender-statistics a:hover,
.section-gender-statistics div.submenu-tabs ul.menu > li.active-trail > span, div.submenu-tabs .section-gender-statistics ul.menu > li.active-trail > span,
.section-gender-statistics div.submenu-tabs ul.resp-tabs-list > li.active-trail > span, div.submenu-tabs .section-gender-statistics ul.resp-tabs-list > li.active-trail > span, .section-gender-statistics div.submenu-tabs ul.menu > li.selected > a, div.submenu-tabs .section-gender-statistics ul.menu > li.selected > a, .section-gender-statistics div.submenu-tabs ul.resp-tabs-list > li.selected > a, div.submenu-tabs .section-gender-statistics ul.resp-tabs-list > li.selected > a,
.section-gender-statistics div.submenu-tabs ul.menu > li.selected a.active, div.submenu-tabs ul.menu > li.selected .section-gender-statistics a.active,
.section-gender-statistics div.submenu-tabs ul.resp-tabs-list > li.selected a.active, div.submenu-tabs ul.resp-tabs-list > li.selected .section-gender-statistics a.active,
.section-gender-statistics div.submenu-tabs ul.menu > li.selected a.selected, div.submenu-tabs ul.menu > li.selected .section-gender-statistics a.selected,
.section-gender-statistics div.submenu-tabs ul.resp-tabs-list > li.selected a.selected, div.submenu-tabs ul.resp-tabs-list > li.selected .section-gender-statistics a.selected,
.section-gender-statistics div.submenu-tabs ul.menu > li.selected a:hover, div.submenu-tabs ul.menu > li.selected .section-gender-statistics a:hover,
.section-gender-statistics div.submenu-tabs ul.resp-tabs-list > li.selected a:hover, div.submenu-tabs ul.resp-tabs-list > li.selected .section-gender-statistics a:hover,
.section-gender-statistics div.submenu-tabs ul.menu > li.selected > span, div.submenu-tabs .section-gender-statistics ul.menu > li.selected > span,
.section-gender-statistics div.submenu-tabs ul.resp-tabs-list > li.selected > span, div.submenu-tabs .section-gender-statistics ul.resp-tabs-list > li.selected > span, .section-gender-statistics div.submenu-tabs ul.menu > li.resp-tab-active > a, div.submenu-tabs .section-gender-statistics ul.menu > li.resp-tab-active > a, .section-gender-statistics div.submenu-tabs ul.resp-tabs-list > li.resp-tab-active > a, div.submenu-tabs .section-gender-statistics ul.resp-tabs-list > li.resp-tab-active > a,
.section-gender-statistics div.submenu-tabs ul.menu > li.resp-tab-active a.active, div.submenu-tabs ul.menu > li.resp-tab-active .section-gender-statistics a.active,
.section-gender-statistics div.submenu-tabs ul.resp-tabs-list > li.resp-tab-active a.active, div.submenu-tabs ul.resp-tabs-list > li.resp-tab-active .section-gender-statistics a.active,
.section-gender-statistics div.submenu-tabs ul.menu > li.resp-tab-active a.selected, div.submenu-tabs ul.menu > li.resp-tab-active .section-gender-statistics a.selected,
.section-gender-statistics div.submenu-tabs ul.resp-tabs-list > li.resp-tab-active a.selected, div.submenu-tabs ul.resp-tabs-list > li.resp-tab-active .section-gender-statistics a.selected,
.section-gender-statistics div.submenu-tabs ul.menu > li.resp-tab-active a:hover, div.submenu-tabs ul.menu > li.resp-tab-active .section-gender-statistics a:hover,
.section-gender-statistics div.submenu-tabs ul.resp-tabs-list > li.resp-tab-active a:hover, div.submenu-tabs ul.resp-tabs-list > li.resp-tab-active .section-gender-statistics a:hover,
.section-gender-statistics div.submenu-tabs ul.menu > li.resp-tab-active > span, div.submenu-tabs .section-gender-statistics ul.menu > li.resp-tab-active > span,
.section-gender-statistics div.submenu-tabs ul.resp-tabs-list > li.resp-tab-active > span, div.submenu-tabs .section-gender-statistics ul.resp-tabs-list > li.resp-tab-active > span, .section-gender-statistics div.submenu-tabs ul.menu > li.r-tabs-state-active > a, div.submenu-tabs .section-gender-statistics ul.menu > li.r-tabs-state-active > a, .section-gender-statistics div.submenu-tabs ul.resp-tabs-list > li.r-tabs-state-active > a, div.submenu-tabs .section-gender-statistics ul.resp-tabs-list > li.r-tabs-state-active > a,
.section-gender-statistics div.submenu-tabs ul.menu > li.r-tabs-state-active a.active, div.submenu-tabs ul.menu > li.r-tabs-state-active .section-gender-statistics a.active,
.section-gender-statistics div.submenu-tabs ul.resp-tabs-list > li.r-tabs-state-active a.active, div.submenu-tabs ul.resp-tabs-list > li.r-tabs-state-active .section-gender-statistics a.active,
.section-gender-statistics div.submenu-tabs ul.menu > li.r-tabs-state-active a.selected, div.submenu-tabs ul.menu > li.r-tabs-state-active .section-gender-statistics a.selected,
.section-gender-statistics div.submenu-tabs ul.resp-tabs-list > li.r-tabs-state-active a.selected, div.submenu-tabs ul.resp-tabs-list > li.r-tabs-state-active .section-gender-statistics a.selected,
.section-gender-statistics div.submenu-tabs ul.menu > li.r-tabs-state-active a:hover, div.submenu-tabs ul.menu > li.r-tabs-state-active .section-gender-statistics a:hover,
.section-gender-statistics div.submenu-tabs ul.resp-tabs-list > li.r-tabs-state-active a:hover, div.submenu-tabs ul.resp-tabs-list > li.r-tabs-state-active .section-gender-statistics a:hover,
.section-gender-statistics div.submenu-tabs ul.menu > li.r-tabs-state-active > span, div.submenu-tabs .section-gender-statistics ul.menu > li.r-tabs-state-active > span,
.section-gender-statistics div.submenu-tabs ul.resp-tabs-list > li.r-tabs-state-active > span, div.submenu-tabs .section-gender-statistics ul.resp-tabs-list > li.r-tabs-state-active > span, .section-gender-statistics ul.tabs.vertical li.tab-title.active a, ul.tabs.vertical li.tab-title.active .section-gender-statistics a, .section-gender-statistics ul.pagination li.current a, ul.pagination li.current .section-gender-statistics a, .section-gender-statistics .lexicon-links ul li > a.current, .lexicon-links ul .section-gender-statistics li > a.current, .section-gender-statistics .field-name-field-toc ul li.active > a, .field-name-field-toc ul .section-gender-statistics li.active > a,
.section-gender-statistics .field-name-field-toc ul a.active, .field-name-field-toc ul .section-gender-statistics a.active {
  color: #5D54A3;
}

.section-gender-statistics .rich-text ol > li:before, .rich-text .section-gender-statistics ol > li:before,
.section-gender-statistics .l-main .block-block ol > li:before, .l-main .block-block .section-gender-statistics ol > li:before,
.section-gender-statistics .cke_editable ol > li:before, .cke_editable .section-gender-statistics ol > li:before,
.section-gender-statistics .rich-text .toggler-body ol > li:before,
.section-gender-statistics .node.view-mode-full .toggler-body ol > li:before, .node.view-mode-full .toggler-body .section-gender-statistics ol > li:before, .section-gender-statistics a.highlighted-link:after, .section-gender-statistics .l-main a.more:after, .l-main .section-gender-statistics a.more:after, .section-gender-statistics .l-main a.more-inline:after, .l-main .section-gender-statistics a.more-inline:after, .section-gender-statistics .l-main ul.tabs.vertical li.tab-title > a:after, .l-main ul.tabs.vertical .section-gender-statistics li.tab-title > a:after, .section-gender-statistics ul.tabs.vertical .l-main li.tab-title > a:after, ul.tabs.vertical .l-main .section-gender-statistics li.tab-title > a:after, .section-gender-statistics .l-main .block-menu-pager .menu-pager a:after, .l-main .block-menu-pager .menu-pager .section-gender-statistics a:after, .section-gender-statistics .block-menu-pager .menu-pager .l-main a:after, .block-menu-pager .menu-pager .l-main .section-gender-statistics a:after, .section-gender-statistics .l-main .promo-grid div.item:after, .l-main .promo-grid .section-gender-statistics div.item:after, .section-gender-statistics .promo-grid .l-main div.item:after, .promo-grid .l-main .section-gender-statistics div.item:after, .section-gender-statistics .l-main #group-timeline .vco-slider div.title:after, .l-main #group-timeline .vco-slider .section-gender-statistics div.title:after, .section-gender-statistics #group-timeline .vco-slider .l-main div.title:after, #group-timeline .vco-slider .l-main .section-gender-statistics div.title:after, .section-gender-statistics .clear-answers a:before, .clear-answers .section-gender-statistics a:before,
.section-gender-statistics a.clear-answers:before, .section-gender-statistics .view-filters .views-reset-button button#edit-reset:before, .view-filters .views-reset-button .section-gender-statistics button#edit-reset:before,
.section-gender-statistics .view-filters .dgs-clear-filters button#edit-reset:before, .view-filters .dgs-clear-filters .section-gender-statistics button#edit-reset:before, .section-gender-statistics a.back:before, .section-gender-statistics ul.breadcrumbs > *:before, .section-gender-statistics .expandable-menu ul li a.active:after, .expandable-menu ul li .section-gender-statistics a.active:after,
.section-gender-statistics .expandable-menu ul li span.active:after, .expandable-menu ul li .section-gender-statistics span.active:after, .section-gender-statistics h2.lexicon-letter, .section-gender-statistics .field-name-field-toc ul a:before, .field-name-field-toc ul .section-gender-statistics a:before {
  color: #5D54A3;
}

.section-gender-statistics h1, .section-gender-statistics .rich-text h2, .rich-text .section-gender-statistics h2, .section-gender-statistics .rich-text h3, .rich-text .section-gender-statistics h3, .section-gender-statistics .rich-text h4, .rich-text .section-gender-statistics h4, .section-gender-statistics .rich-text h5, .rich-text .section-gender-statistics h5, .section-gender-statistics .rich-text h6, .rich-text .section-gender-statistics h6,
.section-gender-statistics .l-main .block-block h1, .l-main .block-block .section-gender-statistics h1,
.section-gender-statistics .l-main .block-block h2, .l-main .block-block .section-gender-statistics h2,
.section-gender-statistics .l-main .block-block h3, .l-main .block-block .section-gender-statistics h3,
.section-gender-statistics .l-main .block-block h4, .l-main .block-block .section-gender-statistics h4,
.section-gender-statistics .l-main .block-block h5, .l-main .block-block .section-gender-statistics h5,
.section-gender-statistics .l-main .block-block h6, .l-main .block-block .section-gender-statistics h6,
.section-gender-statistics .cke_editable h2, .cke_editable .section-gender-statistics h2,
.section-gender-statistics .cke_editable h3, .cke_editable .section-gender-statistics h3,
.section-gender-statistics .cke_editable h4, .cke_editable .section-gender-statistics h4,
.section-gender-statistics .cke_editable h5, .cke_editable .section-gender-statistics h5,
.section-gender-statistics .cke_editable h6, .cke_editable .section-gender-statistics h6,
.section-gender-statistics .rich-text .toggler-body h1, .rich-text .toggler-body .section-gender-statistics h1,
.section-gender-statistics .node.view-mode-full .toggler-body h1, .node.view-mode-full .toggler-body .section-gender-statistics h1,
.section-gender-statistics .node.view-mode-full .toggler-body h2, .node.view-mode-full .toggler-body .section-gender-statistics h2,
.section-gender-statistics .node.view-mode-full .toggler-body h3, .node.view-mode-full .toggler-body .section-gender-statistics h3,
.section-gender-statistics .node.view-mode-full .toggler-body h4, .node.view-mode-full .toggler-body .section-gender-statistics h4,
.section-gender-statistics .node.view-mode-full .toggler-body h5, .node.view-mode-full .toggler-body .section-gender-statistics h5,
.section-gender-statistics .node.view-mode-full .toggler-body h6, .node.view-mode-full .toggler-body .section-gender-statistics h6,
.section-gender-statistics .group-content > .field > h2,
.section-gender-statistics .group-content > .field-group-div > h2,
.section-gender-statistics .group-content > .field-group-div > .field > h2,
.section-gender-statistics .group-content .field-name-field-enge-user-areas-of-interv > h2, .group-content .section-gender-statistics .field-name-field-enge-user-areas-of-interv > h2,
.section-gender-statistics .resp-tab-content > .field > h2,
.section-gender-statistics .resp-tab-content > .field-group-div > h2,
.section-gender-statistics .resp-tab-content > .field-group-div > .field > h2,
.section-gender-statistics .resp-tab-content .field-name-field-enge-user-areas-of-interv > h2, .resp-tab-content .section-gender-statistics .field-name-field-enge-user-areas-of-interv > h2, .section-gender-statistics .content-header-full h2.block-title, .content-header-full .section-gender-statistics h2.block-title,
.section-gender-statistics .content-footer-full h2.block-title, .content-footer-full .section-gender-statistics h2.block-title,
.section-gender-statistics .content-footer h2.block-title, .content-footer .section-gender-statistics h2.block-title, .section-gender-statistics .sidebar-menu .expandable-menu h2.block-title, .sidebar-menu .expandable-menu .section-gender-statistics h2.block-title, .section-gender-statistics .block-eige-base-ec-share-buttons h3, .block-eige-base-ec-share-buttons .section-gender-statistics h3, .section-gender-statistics ul.tabs.vertical + .view-content.tabs-content .content h2, ul.tabs.vertical + .view-content.tabs-content .content .section-gender-statistics h2, .section-gender-statistics .panel-pane .pane-title, .panel-pane .section-gender-statistics .pane-title, .section-gender-statistics #group-timeline h2, #group-timeline .section-gender-statistics h2, .section-gender-statistics #group-timeline .content-container h3, #group-timeline .content-container .section-gender-statistics h3, .section-gender-statistics .print-content #group-timeline .field-name-field-timeline-event-title, .print-content #group-timeline .section-gender-statistics .field-name-field-timeline-event-title {
  color: #5D54A3;
}

.section-gender-statistics a.highlighted-link {
  background-color: #d7d4e8;
}

.section-gender-statistics .gray-box a.highlighted-link {
  background-color: #5D54A3;
}

.section-gender-statistics div.highlighted-box {
  background-color: #5D54A3;
}

.section-gender-statistics div.highlighted-box .file-download:before {
  color: #5D54A3 !important;
}

.section-gender-statistics .select2-drop ul li:hover, .select2-drop ul .section-gender-statistics li:hover,
.section-gender-statistics .select2-dropdown ul li:hover, .select2-dropdown ul .section-gender-statistics li:hover, .section-gender-statistics .select2-drop .select2-results .select2-highlighted, .select2-drop .select2-results .section-gender-statistics .select2-highlighted,
.section-gender-statistics .select2-drop .select2-results__option--highlighted, .select2-drop .section-gender-statistics .select2-results__option--highlighted,
.section-gender-statistics .select2-dropdown .select2-results .select2-highlighted, .select2-dropdown .select2-results .section-gender-statistics .select2-highlighted,
.section-gender-statistics .select2-dropdown .select2-results__option--highlighted, .select2-dropdown .section-gender-statistics .select2-results__option--highlighted {
  background-color: #dfdded;
}

.section-gender-statistics .promo-grid div.item {
  background-color: #5D54A3;
}

.section-gender-statistics .promo-grid div.item:hover {
  background-color: #dbd9eb !important;
}

.section-gender-statistics .mock-promo-grid-item {
  background-color: #5D54A3;
}

.section-gender-statistics ul.tabs.vertical li.tab-title:nth-child(even) a {
  background-color: #d7d4e8;
}

.section-gender-statistics ul.tabs.vertical li.tab-title:nth-child(odd) a {
  background-color: #bebbda;
}

.section-gender-statistics .multiRowHorizontalBarGraph .bar {
  background-color: #6158a9;
}

.section-gender-statistics .multiRowHorizontalBarGraph .bar + .bar {
  background-color: #574f99;
}

.section-gender-statistics .rich-text table tbody,
.section-gender-statistics .l-main .block-block table tbody,
.section-gender-statistics .cke_editable table tbody,
.section-gender-statistics .toggler-body table tbody,
.section-gender-statistics .pr-accordion-links__item .pr-accordion-links__hidden-content table tbody,
.pr-accordion-links__item .section-gender-statistics .pr-accordion-links__hidden-content table tbody {
  background-color: #efeef6;
}

.section-gender-statistics .rich-text table tr th,
.section-gender-statistics .l-main .block-block table tr th,
.section-gender-statistics .cke_editable table tr th,
.section-gender-statistics .toggler-body table tr th,
.section-gender-statistics .pr-accordion-links__item .pr-accordion-links__hidden-content table tr th,
.pr-accordion-links__item .section-gender-statistics .pr-accordion-links__hidden-content table tr th {
  background-color: #bebbda;
}

.section-gender-statistics .rich-text table tr.even,
.section-gender-statistics .rich-text table tr.alt,
.section-gender-statistics .rich-text table tr:nth-of-type(even),
.section-gender-statistics .l-main .block-block table tr.even,
.section-gender-statistics .l-main .block-block table tr.alt,
.section-gender-statistics .l-main .block-block table tr:nth-of-type(even),
.section-gender-statistics .cke_editable table tr.even,
.section-gender-statistics .cke_editable table tr.alt,
.section-gender-statistics .cke_editable table tr:nth-of-type(even),
.section-gender-statistics .toggler-body table tr.even,
.section-gender-statistics .pr-accordion-links__item .pr-accordion-links__hidden-content table tr.even,
.pr-accordion-links__item .section-gender-statistics .pr-accordion-links__hidden-content table tr.even,
.section-gender-statistics .toggler-body table tr.alt,
.section-gender-statistics .pr-accordion-links__item .pr-accordion-links__hidden-content table tr.alt,
.pr-accordion-links__item .section-gender-statistics .pr-accordion-links__hidden-content table tr.alt,
.section-gender-statistics .toggler-body table tr:nth-of-type(even),
.section-gender-statistics .pr-accordion-links__item .pr-accordion-links__hidden-content table tr:nth-of-type(even),
.pr-accordion-links__item .section-gender-statistics .pr-accordion-links__hidden-content table tr:nth-of-type(even) {
  background-color: #e2e0ee;
}

.section-gender-statistics .tooltip {
  background-color: #dfdded;
}

.section-gender-statistics .tooltip span.nub {
  border-bottom-color: #dfdded;
}

.section-gender-equality-index .rich-text ol > li:after, .rich-text .section-gender-equality-index ol > li:after,
.section-gender-equality-index .l-main .block-block ol > li:after, .l-main .block-block .section-gender-equality-index ol > li:after,
.section-gender-equality-index .cke_editable ol > li:after, .cke_editable .section-gender-equality-index ol > li:after,
.section-gender-equality-index .rich-text .toggler-body ol > li:after,
.section-gender-equality-index .node.view-mode-full .toggler-body ol > li:after, .node.view-mode-full .toggler-body .section-gender-equality-index ol > li:after, .section-gender-equality-index .rich-text ul:not([class*="items-list"]):not([class*="block-grid"]):not([class*="menu"]):not([class*="button-group"]):not([class*="contextual-links"]):not([class*="r-tabs-nav"]) > li:before, .rich-text .section-gender-equality-index ul:not([class*="items-list"]):not([class*="block-grid"]):not([class*="menu"]):not([class*="button-group"]):not([class*="contextual-links"]):not([class*="r-tabs-nav"]) > li:before,
.section-gender-equality-index .l-main .block-block ul:not([class*="items-list"]):not([class*="block-grid"]):not([class*="menu"]):not([class*="button-group"]):not([class*="contextual-links"]):not([class*="r-tabs-nav"]) > li:before, .l-main .block-block .section-gender-equality-index ul:not([class*="items-list"]):not([class*="block-grid"]):not([class*="menu"]):not([class*="button-group"]):not([class*="contextual-links"]):not([class*="r-tabs-nav"]) > li:before,
.section-gender-equality-index .cke_editable ul:not([class*="items-list"]):not([class*="block-grid"]):not([class*="menu"]):not([class*="button-group"]):not([class*="contextual-links"]):not([class*="r-tabs-nav"]) > li:before, .cke_editable .section-gender-equality-index ul:not([class*="items-list"]):not([class*="block-grid"]):not([class*="menu"]):not([class*="button-group"]):not([class*="contextual-links"]):not([class*="r-tabs-nav"]) > li:before,
.section-gender-equality-index .rich-text .toggler-body ul:not([class*="items-list"]):not([class*="block-grid"]):not([class*="menu"]):not([class*="button-group"]):not([class*="contextual-links"]):not([class*="r-tabs-nav"]) > li:before,
.section-gender-equality-index .node.view-mode-full .toggler-body ul:not([class*="items-list"]):not([class*="block-grid"]):not([class*="menu"]):not([class*="button-group"]):not([class*="contextual-links"]):not([class*="r-tabs-nav"]) > li:before, .node.view-mode-full .toggler-body .section-gender-equality-index ul:not([class*="items-list"]):not([class*="block-grid"]):not([class*="menu"]):not([class*="button-group"]):not([class*="contextual-links"]):not([class*="r-tabs-nav"]) > li:before, .section-gender-equality-index body.page-node-panel-content #panels-dnd-main div.panel-region .panel-pane .pane-content ul li:before, body.page-node-panel-content #panels-dnd-main div.panel-region .panel-pane .pane-content ul .section-gender-equality-index li:before, .section-gender-equality-index .items-list .image-wrapper a:after, .items-list .image-wrapper .section-gender-equality-index a:after, .section-gender-equality-index .grid-list .image-wrapper a:after, .grid-list .image-wrapper .section-gender-equality-index a:after, .section-gender-equality-index .items-list .title-prefix + .title-prefix:before, .items-list .section-gender-equality-index .title-prefix + .title-prefix:before, .section-gender-equality-index .items-list .view-content .highlighted-box div.title-prefix + .title-prefix:before, .section-gender-equality-index .grid-list .title-prefix + .title-prefix:before, .grid-list .section-gender-equality-index .title-prefix + .title-prefix:before, .section-gender-equality-index .grid-list .view-content .highlighted-box div.title-prefix + .title-prefix:before, .section-gender-equality-index .items-list .view-content .highlighted-box .title-prefix + div.title-prefix:before, .section-gender-equality-index .grid-list .view-content .highlighted-box .title-prefix + div.title-prefix:before, .section-gender-equality-index .view-content .highlighted-box div.title-prefix + div.title-prefix:before, .view-content .highlighted-box .section-gender-equality-index div.title-prefix + div.title-prefix:before, .section-gender-equality-index div.highlighted-box, .section-gender-equality-index blockquote,
.section-gender-equality-index .blockquote, .section-gender-equality-index .group-content .group-image-quote .field-name-field-quote, .group-content .group-image-quote .section-gender-equality-index .field-name-field-quote, .section-gender-equality-index #header-bar nav.top-bar .top-bar-section ul#main-menu li.active-trail > a:before, #header-bar nav.top-bar .top-bar-section ul#main-menu .section-gender-equality-index li.active-trail > a:before,
.section-gender-equality-index #header-bar nav.top-bar .top-bar-section ul#main-menu li.active > a:before, #header-bar nav.top-bar .top-bar-section ul#main-menu .section-gender-equality-index li.active > a:before,
.section-gender-equality-index #header-bar nav.top-bar .top-bar-section ul#main-menu a.active:before, #header-bar nav.top-bar .top-bar-section ul#main-menu .section-gender-equality-index a.active:before,
.section-gender-equality-index #header-bar nav.top-bar .top-bar-section ul#secondary-menu li.active-trail > a:before, #header-bar nav.top-bar .top-bar-section ul#secondary-menu .section-gender-equality-index li.active-trail > a:before,
.section-gender-equality-index #header-bar nav.top-bar .top-bar-section ul#secondary-menu li.active > a:before, #header-bar nav.top-bar .top-bar-section ul#secondary-menu .section-gender-equality-index li.active > a:before,
.section-gender-equality-index #header-bar nav.top-bar .top-bar-section ul#secondary-menu a.active:before, #header-bar nav.top-bar .top-bar-section ul#secondary-menu .section-gender-equality-index a.active:before, .section-gender-equality-index .button.export, .section-gender-equality-index form input.export.webform-calendar, form .section-gender-equality-index input.export.webform-calendar,
.section-gender-equality-index button.export, .section-gender-equality-index div.submenu-tabs ul.menu > li.active:before, div.submenu-tabs .section-gender-equality-index ul.menu > li.active:before, .section-gender-equality-index div.submenu-tabs ul.resp-tabs-list > li.active:before, div.submenu-tabs .section-gender-equality-index ul.resp-tabs-list > li.active:before, .section-gender-equality-index div.submenu-tabs ul.menu > li.active-trail:before, div.submenu-tabs .section-gender-equality-index ul.menu > li.active-trail:before, .section-gender-equality-index div.submenu-tabs ul.resp-tabs-list > li.active-trail:before, div.submenu-tabs .section-gender-equality-index ul.resp-tabs-list > li.active-trail:before, .section-gender-equality-index div.submenu-tabs ul.menu > li.selected:before, div.submenu-tabs .section-gender-equality-index ul.menu > li.selected:before, .section-gender-equality-index div.submenu-tabs ul.resp-tabs-list > li.selected:before, div.submenu-tabs .section-gender-equality-index ul.resp-tabs-list > li.selected:before, .section-gender-equality-index div.submenu-tabs ul.menu > li.resp-tab-active:before, div.submenu-tabs .section-gender-equality-index ul.menu > li.resp-tab-active:before, .section-gender-equality-index div.submenu-tabs ul.resp-tabs-list > li.resp-tab-active:before, div.submenu-tabs .section-gender-equality-index ul.resp-tabs-list > li.resp-tab-active:before, .section-gender-equality-index div.submenu-tabs ul.menu > li.r-tabs-state-active:before, div.submenu-tabs .section-gender-equality-index ul.menu > li.r-tabs-state-active:before, .section-gender-equality-index div.submenu-tabs ul.resp-tabs-list > li.r-tabs-state-active:before, div.submenu-tabs .section-gender-equality-index ul.resp-tabs-list > li.r-tabs-state-active:before, .section-gender-equality-index div.submenu-tabs ul.menu > li.export a.button, div.submenu-tabs ul.menu > li.export .section-gender-equality-index a.button, .section-gender-equality-index div.submenu-tabs ul.resp-tabs-list > li.export a.button, div.submenu-tabs ul.resp-tabs-list > li.export .section-gender-equality-index a.button, .section-gender-equality-index ul.tabs.vertical li.tab-title > a:before, ul.tabs.vertical .section-gender-equality-index li.tab-title > a:before, .section-gender-equality-index .file-download:before, .section-gender-equality-index .items-list li.promoted, .items-list .section-gender-equality-index li.promoted, .section-gender-equality-index .bean-banner.view-mode-default .group-media-wrapper ul.field-items li:nth-child(even), .bean-banner.view-mode-default .group-media-wrapper ul.field-items .section-gender-equality-index li:nth-child(even), .section-gender-equality-index .bean-banner.view-mode-default.color-dark .group-media-wrapper ul.field-items li:nth-child(odd), .bean-banner.view-mode-default.color-dark .group-media-wrapper ul.field-items .section-gender-equality-index li:nth-child(odd), .section-gender-equality-index #modalContent .modal-header #modal-title, #modalContent .modal-header .section-gender-equality-index #modal-title, .section-gender-equality-index .ModalWindow .content > div > h2, .ModalWindow .section-gender-equality-index .content > div > h2,
.section-gender-equality-index .ExportOptionsModal .content > div > h2, .ExportOptionsModal .section-gender-equality-index .content > div > h2,
.section-gender-equality-index .IndicatorExportPanel .content > div > h2, .IndicatorExportPanel .section-gender-equality-index .content > div > h2,
.section-gender-equality-index .IndicatorEmbedPanel .content > div > h2, .IndicatorEmbedPanel .section-gender-equality-index .content > div > h2, .section-gender-equality-index .select2-drop .select2-results__option[aria-selected="true"], .select2-drop .section-gender-equality-index .select2-results__option[aria-selected="true"],
.section-gender-equality-index .select2-dropdown .select2-results__option[aria-selected="true"], .select2-dropdown .section-gender-equality-index .select2-results__option[aria-selected="true"], .section-gender-equality-index #group-timeline .timenav-line, #group-timeline .section-gender-equality-index .timenav-line,
.section-gender-equality-index #group-timeline .active .line, #group-timeline .active .section-gender-equality-index .line,
.section-gender-equality-index #group-timeline .active .dot, #group-timeline .active .section-gender-equality-index .dot,
.section-gender-equality-index #group-timeline .event-line, #group-timeline .section-gender-equality-index .event-line {
  background-color: #954b92;
}

.section-gender-equality-index .bean-banner.view-mode-default .group-media-wrapper ul.field-items li:nth-child(odd), .bean-banner.view-mode-default .group-media-wrapper ul.field-items .section-gender-equality-index li:nth-child(odd), .section-gender-equality-index .bean-banner.view-mode-default.color-dark .group-content-wrapper, .bean-banner.view-mode-default.color-dark .section-gender-equality-index .group-content-wrapper, .section-gender-equality-index .bean-banner.view-mode-default.color-dark .group-media-wrapper ul.field-items li:nth-child(even), .bean-banner.view-mode-default.color-dark .group-media-wrapper ul.field-items .section-gender-equality-index li:nth-child(even) {
  background-color: #6d266a;
}

.section-gender-equality-index .bean-banner.view-mode-default .group-content-wrapper, .bean-banner.view-mode-default .section-gender-equality-index .group-content-wrapper {
  background-color: #e5d2e4;
}

.section-gender-equality-index .l-main .main input[type="text"], .l-main .main .section-gender-equality-index input[type="text"], .section-gender-equality-index .l-main .main input[type="password"], .l-main .main .section-gender-equality-index input[type="password"], .section-gender-equality-index .l-main .main input[type="date"], .l-main .main .section-gender-equality-index input[type="date"],
.section-gender-equality-index .l-main .main input[type="datetime"], .l-main .main .section-gender-equality-index input[type="datetime"], .section-gender-equality-index .l-main .main input[type="datetime-local"], .l-main .main .section-gender-equality-index input[type="datetime-local"], .section-gender-equality-index .l-main .main input[type="month"], .l-main .main .section-gender-equality-index input[type="month"],
.section-gender-equality-index .l-main .main input[type="week"], .l-main .main .section-gender-equality-index input[type="week"], .section-gender-equality-index .l-main .main input[type="email"], .l-main .main .section-gender-equality-index input[type="email"], .section-gender-equality-index .l-main .main input[type="number"], .l-main .main .section-gender-equality-index input[type="number"],
.section-gender-equality-index .l-main .main input[type="search"], .l-main .main .section-gender-equality-index input[type="search"], .section-gender-equality-index .l-main .main input[type="tel"], .l-main .main .section-gender-equality-index input[type="tel"], .section-gender-equality-index .l-main .main input[type="time"], .l-main .main .section-gender-equality-index input[type="time"],
.section-gender-equality-index .l-main .main input[type="url"], .l-main .main .section-gender-equality-index input[type="url"], .section-gender-equality-index .l-main .main input[type="color"], .l-main .main .section-gender-equality-index input[type="color"],
.section-gender-equality-index .l-main .main textarea, .l-main .main .section-gender-equality-index textarea, .section-gender-equality-index .l-main .main select, .l-main .main .section-gender-equality-index select,
.section-gender-equality-index form input[type="text"], form .section-gender-equality-index input[type="text"],
.section-gender-equality-index form input[type="password"], form .section-gender-equality-index input[type="password"],
.section-gender-equality-index form input[type="date"], form .section-gender-equality-index input[type="date"],
.section-gender-equality-index form input[type="datetime"], form .section-gender-equality-index input[type="datetime"],
.section-gender-equality-index form input[type="datetime-local"], form .section-gender-equality-index input[type="datetime-local"],
.section-gender-equality-index form input[type="month"], form .section-gender-equality-index input[type="month"],
.section-gender-equality-index form input[type="week"], form .section-gender-equality-index input[type="week"],
.section-gender-equality-index form input[type="email"], form .section-gender-equality-index input[type="email"],
.section-gender-equality-index form input[type="number"], form .section-gender-equality-index input[type="number"],
.section-gender-equality-index form input[type="search"], form .section-gender-equality-index input[type="search"],
.section-gender-equality-index form input[type="tel"], form .section-gender-equality-index input[type="tel"],
.section-gender-equality-index form input[type="time"], form .section-gender-equality-index input[type="time"],
.section-gender-equality-index form input[type="url"], form .section-gender-equality-index input[type="url"],
.section-gender-equality-index form input[type="color"], form .section-gender-equality-index input[type="color"],
.section-gender-equality-index form textarea, form .section-gender-equality-index textarea,
.section-gender-equality-index form select, form .section-gender-equality-index select, .section-gender-equality-index .select2-container .select2-choice, .select2-container .section-gender-equality-index .select2-choice,
.section-gender-equality-index .select2-container.select2-dropdown-open.select2-drop-above .select2-choice, .select2-container.select2-dropdown-open.select2-drop-above .section-gender-equality-index .select2-choice,
.section-gender-equality-index .select2-container .select2-selection--single, .select2-container .section-gender-equality-index .select2-selection--single, .section-gender-equality-index .select2-container.select2-container-multi .select2-choices, .select2-container.select2-container-multi .section-gender-equality-index .select2-choices,
.section-gender-equality-index .select2-container.select2-container--default .select2-selection.select2-selection--multiple, .select2-container.select2-container--default .section-gender-equality-index .select2-selection.select2-selection--multiple, .section-gender-equality-index .select2-drop,
.section-gender-equality-index .select2-dropdown, .section-gender-equality-index div.highlighted-frame, .section-gender-equality-index span.has-tip, .section-gender-equality-index #header-bar nav.top-bar .top-bar-section ul#main-menu li.has-dropdown.active-trail > a:after, #header-bar nav.top-bar .top-bar-section ul#main-menu .section-gender-equality-index li.has-dropdown.active-trail > a:after,
.section-gender-equality-index #header-bar nav.top-bar .top-bar-section ul#main-menu li.has-dropdown.active > a:after, #header-bar nav.top-bar .top-bar-section ul#main-menu .section-gender-equality-index li.has-dropdown.active > a:after,
.section-gender-equality-index #header-bar nav.top-bar .top-bar-section ul#main-menu li.has-dropdown > a.active:after, #header-bar nav.top-bar .top-bar-section ul#main-menu .section-gender-equality-index li.has-dropdown > a.active:after,
.section-gender-equality-index #header-bar nav.top-bar .top-bar-section ul#secondary-menu li.has-dropdown.active-trail > a:after, #header-bar nav.top-bar .top-bar-section ul#secondary-menu .section-gender-equality-index li.has-dropdown.active-trail > a:after,
.section-gender-equality-index #header-bar nav.top-bar .top-bar-section ul#secondary-menu li.has-dropdown.active > a:after, #header-bar nav.top-bar .top-bar-section ul#secondary-menu .section-gender-equality-index li.has-dropdown.active > a:after,
.section-gender-equality-index #header-bar nav.top-bar .top-bar-section ul#secondary-menu li.has-dropdown > a.active:after, #header-bar nav.top-bar .top-bar-section ul#secondary-menu .section-gender-equality-index li.has-dropdown > a.active:after, .section-gender-equality-index .toggler-header:before,
.section-gender-equality-index .pr-accordion-links__item .pr-accordion-links__link:before, .pr-accordion-links__item .section-gender-equality-index .pr-accordion-links__link:before, .section-gender-equality-index ul.pagination li.current a, ul.pagination li.current .section-gender-equality-index a, .section-gender-equality-index .expandable-menu li.has-children:before, .expandable-menu .section-gender-equality-index li.has-children:before, .section-gender-equality-index #header-bar nav.top-bar .top-bar-section ul#main-menu li.bipolar > a.active, #header-bar nav.top-bar .top-bar-section ul#main-menu .section-gender-equality-index li.bipolar > a.active,
.section-gender-equality-index #header-bar nav.top-bar .top-bar-section ul#main-menu li.bipolar > a.active-trail, #header-bar nav.top-bar .top-bar-section ul#main-menu .section-gender-equality-index li.bipolar > a.active-trail,
.section-gender-equality-index #header-bar nav.top-bar .top-bar-section ul#secondary-menu li.bipolar > a.active, #header-bar nav.top-bar .top-bar-section ul#secondary-menu .section-gender-equality-index li.bipolar > a.active,
.section-gender-equality-index #header-bar nav.top-bar .top-bar-section ul#secondary-menu li.bipolar > a.active-trail, #header-bar nav.top-bar .top-bar-section ul#secondary-menu .section-gender-equality-index li.bipolar > a.active-trail, .section-gender-equality-index .select2-drop .select2-input, .select2-drop .section-gender-equality-index .select2-input,
.section-gender-equality-index .select2-dropdown .select2-input, .select2-dropdown .section-gender-equality-index .select2-input, .section-gender-equality-index .searchword, .section-gender-equality-index .lexicon-links ul li > a.current, .lexicon-links ul .section-gender-equality-index li > a.current, .section-gender-equality-index .field-name-field-toc ul li.active > a, .field-name-field-toc ul .section-gender-equality-index li.active > a,
.section-gender-equality-index .field-name-field-toc ul a.active, .field-name-field-toc ul .section-gender-equality-index a.active {
  border-color: #954b92;
}

.section-gender-equality-index .l-title .countries-jump-menu .select2-container .select2-choice, .l-title .countries-jump-menu .select2-container .section-gender-equality-index .select2-choice,
.section-gender-equality-index .l-title .countries-jump-menu select, .l-title .countries-jump-menu .section-gender-equality-index select, .section-gender-equality-index span.has-tip, .section-gender-equality-index #header-bar nav.top-bar .top-bar-section ul#main-menu > li.active-trail > a, #header-bar nav.top-bar .top-bar-section .section-gender-equality-index ul#main-menu > li.active-trail > a,
.section-gender-equality-index #header-bar nav.top-bar .top-bar-section ul#main-menu > li > a.active, #header-bar nav.top-bar .top-bar-section .section-gender-equality-index ul#main-menu > li > a.active,
.section-gender-equality-index #header-bar nav.top-bar .top-bar-section ul#secondary-menu > li.active-trail > a, #header-bar nav.top-bar .top-bar-section .section-gender-equality-index ul#secondary-menu > li.active-trail > a,
.section-gender-equality-index #header-bar nav.top-bar .top-bar-section ul#secondary-menu > li > a.active, #header-bar nav.top-bar .top-bar-section .section-gender-equality-index ul#secondary-menu > li > a.active, .section-gender-equality-index .toggler-header.active,
.section-gender-equality-index .pr-accordion-links__item .pr-accordion-links__link.active, .pr-accordion-links__item .section-gender-equality-index .pr-accordion-links__link.active, .section-gender-equality-index fieldset legend, fieldset .section-gender-equality-index legend, .section-gender-equality-index div.submenu-tabs ul.menu > li.active > a, div.submenu-tabs .section-gender-equality-index ul.menu > li.active > a, .section-gender-equality-index div.submenu-tabs ul.resp-tabs-list > li.active > a, div.submenu-tabs .section-gender-equality-index ul.resp-tabs-list > li.active > a,
.section-gender-equality-index div.submenu-tabs ul.menu > li.active a.active, div.submenu-tabs ul.menu > li.active .section-gender-equality-index a.active,
.section-gender-equality-index div.submenu-tabs ul.resp-tabs-list > li.active a.active, div.submenu-tabs ul.resp-tabs-list > li.active .section-gender-equality-index a.active,
.section-gender-equality-index div.submenu-tabs ul.menu > li.active a.selected, div.submenu-tabs ul.menu > li.active .section-gender-equality-index a.selected,
.section-gender-equality-index div.submenu-tabs ul.resp-tabs-list > li.active a.selected, div.submenu-tabs ul.resp-tabs-list > li.active .section-gender-equality-index a.selected,
.section-gender-equality-index div.submenu-tabs ul.menu > li.active a:hover, div.submenu-tabs ul.menu > li.active .section-gender-equality-index a:hover,
.section-gender-equality-index div.submenu-tabs ul.resp-tabs-list > li.active a:hover, div.submenu-tabs ul.resp-tabs-list > li.active .section-gender-equality-index a:hover,
.section-gender-equality-index div.submenu-tabs ul.menu > li.active > span, div.submenu-tabs .section-gender-equality-index ul.menu > li.active > span,
.section-gender-equality-index div.submenu-tabs ul.resp-tabs-list > li.active > span, div.submenu-tabs .section-gender-equality-index ul.resp-tabs-list > li.active > span, .section-gender-equality-index div.submenu-tabs ul.menu > li.active-trail > a, div.submenu-tabs .section-gender-equality-index ul.menu > li.active-trail > a, .section-gender-equality-index div.submenu-tabs ul.resp-tabs-list > li.active-trail > a, div.submenu-tabs .section-gender-equality-index ul.resp-tabs-list > li.active-trail > a,
.section-gender-equality-index div.submenu-tabs ul.menu > li.active-trail a.active, div.submenu-tabs ul.menu > li.active-trail .section-gender-equality-index a.active,
.section-gender-equality-index div.submenu-tabs ul.resp-tabs-list > li.active-trail a.active, div.submenu-tabs ul.resp-tabs-list > li.active-trail .section-gender-equality-index a.active,
.section-gender-equality-index div.submenu-tabs ul.menu > li.active-trail a.selected, div.submenu-tabs ul.menu > li.active-trail .section-gender-equality-index a.selected,
.section-gender-equality-index div.submenu-tabs ul.resp-tabs-list > li.active-trail a.selected, div.submenu-tabs ul.resp-tabs-list > li.active-trail .section-gender-equality-index a.selected,
.section-gender-equality-index div.submenu-tabs ul.menu > li.active-trail a:hover, div.submenu-tabs ul.menu > li.active-trail .section-gender-equality-index a:hover,
.section-gender-equality-index div.submenu-tabs ul.resp-tabs-list > li.active-trail a:hover, div.submenu-tabs ul.resp-tabs-list > li.active-trail .section-gender-equality-index a:hover,
.section-gender-equality-index div.submenu-tabs ul.menu > li.active-trail > span, div.submenu-tabs .section-gender-equality-index ul.menu > li.active-trail > span,
.section-gender-equality-index div.submenu-tabs ul.resp-tabs-list > li.active-trail > span, div.submenu-tabs .section-gender-equality-index ul.resp-tabs-list > li.active-trail > span, .section-gender-equality-index div.submenu-tabs ul.menu > li.selected > a, div.submenu-tabs .section-gender-equality-index ul.menu > li.selected > a, .section-gender-equality-index div.submenu-tabs ul.resp-tabs-list > li.selected > a, div.submenu-tabs .section-gender-equality-index ul.resp-tabs-list > li.selected > a,
.section-gender-equality-index div.submenu-tabs ul.menu > li.selected a.active, div.submenu-tabs ul.menu > li.selected .section-gender-equality-index a.active,
.section-gender-equality-index div.submenu-tabs ul.resp-tabs-list > li.selected a.active, div.submenu-tabs ul.resp-tabs-list > li.selected .section-gender-equality-index a.active,
.section-gender-equality-index div.submenu-tabs ul.menu > li.selected a.selected, div.submenu-tabs ul.menu > li.selected .section-gender-equality-index a.selected,
.section-gender-equality-index div.submenu-tabs ul.resp-tabs-list > li.selected a.selected, div.submenu-tabs ul.resp-tabs-list > li.selected .section-gender-equality-index a.selected,
.section-gender-equality-index div.submenu-tabs ul.menu > li.selected a:hover, div.submenu-tabs ul.menu > li.selected .section-gender-equality-index a:hover,
.section-gender-equality-index div.submenu-tabs ul.resp-tabs-list > li.selected a:hover, div.submenu-tabs ul.resp-tabs-list > li.selected .section-gender-equality-index a:hover,
.section-gender-equality-index div.submenu-tabs ul.menu > li.selected > span, div.submenu-tabs .section-gender-equality-index ul.menu > li.selected > span,
.section-gender-equality-index div.submenu-tabs ul.resp-tabs-list > li.selected > span, div.submenu-tabs .section-gender-equality-index ul.resp-tabs-list > li.selected > span, .section-gender-equality-index div.submenu-tabs ul.menu > li.resp-tab-active > a, div.submenu-tabs .section-gender-equality-index ul.menu > li.resp-tab-active > a, .section-gender-equality-index div.submenu-tabs ul.resp-tabs-list > li.resp-tab-active > a, div.submenu-tabs .section-gender-equality-index ul.resp-tabs-list > li.resp-tab-active > a,
.section-gender-equality-index div.submenu-tabs ul.menu > li.resp-tab-active a.active, div.submenu-tabs ul.menu > li.resp-tab-active .section-gender-equality-index a.active,
.section-gender-equality-index div.submenu-tabs ul.resp-tabs-list > li.resp-tab-active a.active, div.submenu-tabs ul.resp-tabs-list > li.resp-tab-active .section-gender-equality-index a.active,
.section-gender-equality-index div.submenu-tabs ul.menu > li.resp-tab-active a.selected, div.submenu-tabs ul.menu > li.resp-tab-active .section-gender-equality-index a.selected,
.section-gender-equality-index div.submenu-tabs ul.resp-tabs-list > li.resp-tab-active a.selected, div.submenu-tabs ul.resp-tabs-list > li.resp-tab-active .section-gender-equality-index a.selected,
.section-gender-equality-index div.submenu-tabs ul.menu > li.resp-tab-active a:hover, div.submenu-tabs ul.menu > li.resp-tab-active .section-gender-equality-index a:hover,
.section-gender-equality-index div.submenu-tabs ul.resp-tabs-list > li.resp-tab-active a:hover, div.submenu-tabs ul.resp-tabs-list > li.resp-tab-active .section-gender-equality-index a:hover,
.section-gender-equality-index div.submenu-tabs ul.menu > li.resp-tab-active > span, div.submenu-tabs .section-gender-equality-index ul.menu > li.resp-tab-active > span,
.section-gender-equality-index div.submenu-tabs ul.resp-tabs-list > li.resp-tab-active > span, div.submenu-tabs .section-gender-equality-index ul.resp-tabs-list > li.resp-tab-active > span, .section-gender-equality-index div.submenu-tabs ul.menu > li.r-tabs-state-active > a, div.submenu-tabs .section-gender-equality-index ul.menu > li.r-tabs-state-active > a, .section-gender-equality-index div.submenu-tabs ul.resp-tabs-list > li.r-tabs-state-active > a, div.submenu-tabs .section-gender-equality-index ul.resp-tabs-list > li.r-tabs-state-active > a,
.section-gender-equality-index div.submenu-tabs ul.menu > li.r-tabs-state-active a.active, div.submenu-tabs ul.menu > li.r-tabs-state-active .section-gender-equality-index a.active,
.section-gender-equality-index div.submenu-tabs ul.resp-tabs-list > li.r-tabs-state-active a.active, div.submenu-tabs ul.resp-tabs-list > li.r-tabs-state-active .section-gender-equality-index a.active,
.section-gender-equality-index div.submenu-tabs ul.menu > li.r-tabs-state-active a.selected, div.submenu-tabs ul.menu > li.r-tabs-state-active .section-gender-equality-index a.selected,
.section-gender-equality-index div.submenu-tabs ul.resp-tabs-list > li.r-tabs-state-active a.selected, div.submenu-tabs ul.resp-tabs-list > li.r-tabs-state-active .section-gender-equality-index a.selected,
.section-gender-equality-index div.submenu-tabs ul.menu > li.r-tabs-state-active a:hover, div.submenu-tabs ul.menu > li.r-tabs-state-active .section-gender-equality-index a:hover,
.section-gender-equality-index div.submenu-tabs ul.resp-tabs-list > li.r-tabs-state-active a:hover, div.submenu-tabs ul.resp-tabs-list > li.r-tabs-state-active .section-gender-equality-index a:hover,
.section-gender-equality-index div.submenu-tabs ul.menu > li.r-tabs-state-active > span, div.submenu-tabs .section-gender-equality-index ul.menu > li.r-tabs-state-active > span,
.section-gender-equality-index div.submenu-tabs ul.resp-tabs-list > li.r-tabs-state-active > span, div.submenu-tabs .section-gender-equality-index ul.resp-tabs-list > li.r-tabs-state-active > span, .section-gender-equality-index ul.tabs.vertical li.tab-title.active a, ul.tabs.vertical li.tab-title.active .section-gender-equality-index a, .section-gender-equality-index ul.pagination li.current a, ul.pagination li.current .section-gender-equality-index a, .section-gender-equality-index .lexicon-links ul li > a.current, .lexicon-links ul .section-gender-equality-index li > a.current, .section-gender-equality-index .field-name-field-toc ul li.active > a, .field-name-field-toc ul .section-gender-equality-index li.active > a,
.section-gender-equality-index .field-name-field-toc ul a.active, .field-name-field-toc ul .section-gender-equality-index a.active {
  color: #954b92;
}

.section-gender-equality-index .rich-text ol > li:before, .rich-text .section-gender-equality-index ol > li:before,
.section-gender-equality-index .l-main .block-block ol > li:before, .l-main .block-block .section-gender-equality-index ol > li:before,
.section-gender-equality-index .cke_editable ol > li:before, .cke_editable .section-gender-equality-index ol > li:before,
.section-gender-equality-index .rich-text .toggler-body ol > li:before,
.section-gender-equality-index .node.view-mode-full .toggler-body ol > li:before, .node.view-mode-full .toggler-body .section-gender-equality-index ol > li:before, .section-gender-equality-index a.highlighted-link:after, .section-gender-equality-index .l-main a.more:after, .l-main .section-gender-equality-index a.more:after, .section-gender-equality-index .l-main a.more-inline:after, .l-main .section-gender-equality-index a.more-inline:after, .section-gender-equality-index .l-main ul.tabs.vertical li.tab-title > a:after, .l-main ul.tabs.vertical .section-gender-equality-index li.tab-title > a:after, .section-gender-equality-index ul.tabs.vertical .l-main li.tab-title > a:after, ul.tabs.vertical .l-main .section-gender-equality-index li.tab-title > a:after, .section-gender-equality-index .l-main .block-menu-pager .menu-pager a:after, .l-main .block-menu-pager .menu-pager .section-gender-equality-index a:after, .section-gender-equality-index .block-menu-pager .menu-pager .l-main a:after, .block-menu-pager .menu-pager .l-main .section-gender-equality-index a:after, .section-gender-equality-index .l-main .promo-grid div.item:after, .l-main .promo-grid .section-gender-equality-index div.item:after, .section-gender-equality-index .promo-grid .l-main div.item:after, .promo-grid .l-main .section-gender-equality-index div.item:after, .section-gender-equality-index .l-main #group-timeline .vco-slider div.title:after, .l-main #group-timeline .vco-slider .section-gender-equality-index div.title:after, .section-gender-equality-index #group-timeline .vco-slider .l-main div.title:after, #group-timeline .vco-slider .l-main .section-gender-equality-index div.title:after, .section-gender-equality-index .clear-answers a:before, .clear-answers .section-gender-equality-index a:before,
.section-gender-equality-index a.clear-answers:before, .section-gender-equality-index .view-filters .views-reset-button button#edit-reset:before, .view-filters .views-reset-button .section-gender-equality-index button#edit-reset:before,
.section-gender-equality-index .view-filters .dgs-clear-filters button#edit-reset:before, .view-filters .dgs-clear-filters .section-gender-equality-index button#edit-reset:before, .section-gender-equality-index a.back:before, .section-gender-equality-index ul.breadcrumbs > *:before, .section-gender-equality-index .expandable-menu ul li a.active:after, .expandable-menu ul li .section-gender-equality-index a.active:after,
.section-gender-equality-index .expandable-menu ul li span.active:after, .expandable-menu ul li .section-gender-equality-index span.active:after, .section-gender-equality-index h2.lexicon-letter, .section-gender-equality-index .field-name-field-toc ul a:before, .field-name-field-toc ul .section-gender-equality-index a:before {
  color: #954b92;
}

.section-gender-equality-index h1, .section-gender-equality-index .rich-text h2, .rich-text .section-gender-equality-index h2, .section-gender-equality-index .rich-text h3, .rich-text .section-gender-equality-index h3, .section-gender-equality-index .rich-text h4, .rich-text .section-gender-equality-index h4, .section-gender-equality-index .rich-text h5, .rich-text .section-gender-equality-index h5, .section-gender-equality-index .rich-text h6, .rich-text .section-gender-equality-index h6,
.section-gender-equality-index .l-main .block-block h1, .l-main .block-block .section-gender-equality-index h1,
.section-gender-equality-index .l-main .block-block h2, .l-main .block-block .section-gender-equality-index h2,
.section-gender-equality-index .l-main .block-block h3, .l-main .block-block .section-gender-equality-index h3,
.section-gender-equality-index .l-main .block-block h4, .l-main .block-block .section-gender-equality-index h4,
.section-gender-equality-index .l-main .block-block h5, .l-main .block-block .section-gender-equality-index h5,
.section-gender-equality-index .l-main .block-block h6, .l-main .block-block .section-gender-equality-index h6,
.section-gender-equality-index .cke_editable h2, .cke_editable .section-gender-equality-index h2,
.section-gender-equality-index .cke_editable h3, .cke_editable .section-gender-equality-index h3,
.section-gender-equality-index .cke_editable h4, .cke_editable .section-gender-equality-index h4,
.section-gender-equality-index .cke_editable h5, .cke_editable .section-gender-equality-index h5,
.section-gender-equality-index .cke_editable h6, .cke_editable .section-gender-equality-index h6,
.section-gender-equality-index .rich-text .toggler-body h1, .rich-text .toggler-body .section-gender-equality-index h1,
.section-gender-equality-index .node.view-mode-full .toggler-body h1, .node.view-mode-full .toggler-body .section-gender-equality-index h1,
.section-gender-equality-index .node.view-mode-full .toggler-body h2, .node.view-mode-full .toggler-body .section-gender-equality-index h2,
.section-gender-equality-index .node.view-mode-full .toggler-body h3, .node.view-mode-full .toggler-body .section-gender-equality-index h3,
.section-gender-equality-index .node.view-mode-full .toggler-body h4, .node.view-mode-full .toggler-body .section-gender-equality-index h4,
.section-gender-equality-index .node.view-mode-full .toggler-body h5, .node.view-mode-full .toggler-body .section-gender-equality-index h5,
.section-gender-equality-index .node.view-mode-full .toggler-body h6, .node.view-mode-full .toggler-body .section-gender-equality-index h6,
.section-gender-equality-index .group-content > .field > h2,
.section-gender-equality-index .group-content > .field-group-div > h2,
.section-gender-equality-index .group-content > .field-group-div > .field > h2,
.section-gender-equality-index .group-content .field-name-field-enge-user-areas-of-interv > h2, .group-content .section-gender-equality-index .field-name-field-enge-user-areas-of-interv > h2,
.section-gender-equality-index .resp-tab-content > .field > h2,
.section-gender-equality-index .resp-tab-content > .field-group-div > h2,
.section-gender-equality-index .resp-tab-content > .field-group-div > .field > h2,
.section-gender-equality-index .resp-tab-content .field-name-field-enge-user-areas-of-interv > h2, .resp-tab-content .section-gender-equality-index .field-name-field-enge-user-areas-of-interv > h2, .section-gender-equality-index .content-header-full h2.block-title, .content-header-full .section-gender-equality-index h2.block-title,
.section-gender-equality-index .content-footer-full h2.block-title, .content-footer-full .section-gender-equality-index h2.block-title,
.section-gender-equality-index .content-footer h2.block-title, .content-footer .section-gender-equality-index h2.block-title, .section-gender-equality-index .sidebar-menu .expandable-menu h2.block-title, .sidebar-menu .expandable-menu .section-gender-equality-index h2.block-title, .section-gender-equality-index .block-eige-base-ec-share-buttons h3, .block-eige-base-ec-share-buttons .section-gender-equality-index h3, .section-gender-equality-index ul.tabs.vertical + .view-content.tabs-content .content h2, ul.tabs.vertical + .view-content.tabs-content .content .section-gender-equality-index h2, .section-gender-equality-index .panel-pane .pane-title, .panel-pane .section-gender-equality-index .pane-title, .section-gender-equality-index #group-timeline h2, #group-timeline .section-gender-equality-index h2, .section-gender-equality-index #group-timeline .content-container h3, #group-timeline .content-container .section-gender-equality-index h3, .section-gender-equality-index .print-content #group-timeline .field-name-field-timeline-event-title, .print-content #group-timeline .section-gender-equality-index .field-name-field-timeline-event-title {
  color: #954b92;
}

.section-gender-equality-index a.highlighted-link {
  background-color: #e5d2e4;
}

.section-gender-equality-index .gray-box a.highlighted-link {
  background-color: #954b92;
}

.section-gender-equality-index div.highlighted-box {
  background-color: #954b92;
}

.section-gender-equality-index div.highlighted-box .file-download:before {
  color: #954b92 !important;
}

.section-gender-equality-index .select2-drop ul li:hover, .select2-drop ul .section-gender-equality-index li:hover,
.section-gender-equality-index .select2-dropdown ul li:hover, .select2-dropdown ul .section-gender-equality-index li:hover, .section-gender-equality-index .select2-drop .select2-results .select2-highlighted, .select2-drop .select2-results .section-gender-equality-index .select2-highlighted,
.section-gender-equality-index .select2-drop .select2-results__option--highlighted, .select2-drop .section-gender-equality-index .select2-results__option--highlighted,
.section-gender-equality-index .select2-dropdown .select2-results .select2-highlighted, .select2-dropdown .select2-results .section-gender-equality-index .select2-highlighted,
.section-gender-equality-index .select2-dropdown .select2-results__option--highlighted, .select2-dropdown .section-gender-equality-index .select2-results__option--highlighted {
  background-color: #eadbe9;
}

.section-gender-equality-index .promo-grid div.item {
  background-color: #954b92;
}

.section-gender-equality-index .promo-grid div.item:hover {
  background-color: #e8d7e7 !important;
}

.section-gender-equality-index .mock-promo-grid-item {
  background-color: #954b92;
}

.section-gender-equality-index ul.tabs.vertical li.tab-title:nth-child(even) a {
  background-color: #e5d2e4;
}

.section-gender-equality-index ul.tabs.vertical li.tab-title:nth-child(odd) a {
  background-color: #d5b7d3;
}

.section-gender-equality-index .multiRowHorizontalBarGraph .bar {
  background-color: #9c4e99;
}

.section-gender-equality-index .multiRowHorizontalBarGraph .bar + .bar {
  background-color: #8b4688;
}

.section-gender-equality-index .rich-text table tbody,
.section-gender-equality-index .l-main .block-block table tbody,
.section-gender-equality-index .cke_editable table tbody,
.section-gender-equality-index .toggler-body table tbody,
.section-gender-equality-index .pr-accordion-links__item .pr-accordion-links__hidden-content table tbody,
.pr-accordion-links__item .section-gender-equality-index .pr-accordion-links__hidden-content table tbody {
  background-color: #f4edf4;
}

.section-gender-equality-index .rich-text table tr th,
.section-gender-equality-index .l-main .block-block table tr th,
.section-gender-equality-index .cke_editable table tr th,
.section-gender-equality-index .toggler-body table tr th,
.section-gender-equality-index .pr-accordion-links__item .pr-accordion-links__hidden-content table tr th,
.pr-accordion-links__item .section-gender-equality-index .pr-accordion-links__hidden-content table tr th {
  background-color: #d5b7d3;
}

.section-gender-equality-index .rich-text table tr.even,
.section-gender-equality-index .rich-text table tr.alt,
.section-gender-equality-index .rich-text table tr:nth-of-type(even),
.section-gender-equality-index .l-main .block-block table tr.even,
.section-gender-equality-index .l-main .block-block table tr.alt,
.section-gender-equality-index .l-main .block-block table tr:nth-of-type(even),
.section-gender-equality-index .cke_editable table tr.even,
.section-gender-equality-index .cke_editable table tr.alt,
.section-gender-equality-index .cke_editable table tr:nth-of-type(even),
.section-gender-equality-index .toggler-body table tr.even,
.section-gender-equality-index .pr-accordion-links__item .pr-accordion-links__hidden-content table tr.even,
.pr-accordion-links__item .section-gender-equality-index .pr-accordion-links__hidden-content table tr.even,
.section-gender-equality-index .toggler-body table tr.alt,
.section-gender-equality-index .pr-accordion-links__item .pr-accordion-links__hidden-content table tr.alt,
.pr-accordion-links__item .section-gender-equality-index .pr-accordion-links__hidden-content table tr.alt,
.section-gender-equality-index .toggler-body table tr:nth-of-type(even),
.section-gender-equality-index .pr-accordion-links__item .pr-accordion-links__hidden-content table tr:nth-of-type(even),
.pr-accordion-links__item .section-gender-equality-index .pr-accordion-links__hidden-content table tr:nth-of-type(even) {
  background-color: #ecdfeb;
}

.section-gender-equality-index .tooltip {
  background-color: #eadbe9;
}

.section-gender-equality-index .tooltip span.nub {
  border-bottom-color: #eadbe9;
}

.section-beijing-platform-for-action .rich-text ol > li:after, .rich-text .section-beijing-platform-for-action ol > li:after,
.section-beijing-platform-for-action .l-main .block-block ol > li:after, .l-main .block-block .section-beijing-platform-for-action ol > li:after,
.section-beijing-platform-for-action .cke_editable ol > li:after, .cke_editable .section-beijing-platform-for-action ol > li:after,
.section-beijing-platform-for-action .rich-text .toggler-body ol > li:after,
.section-beijing-platform-for-action .node.view-mode-full .toggler-body ol > li:after, .node.view-mode-full .toggler-body .section-beijing-platform-for-action ol > li:after, .section-beijing-platform-for-action .rich-text ul:not([class*="items-list"]):not([class*="block-grid"]):not([class*="menu"]):not([class*="button-group"]):not([class*="contextual-links"]):not([class*="r-tabs-nav"]) > li:before, .rich-text .section-beijing-platform-for-action ul:not([class*="items-list"]):not([class*="block-grid"]):not([class*="menu"]):not([class*="button-group"]):not([class*="contextual-links"]):not([class*="r-tabs-nav"]) > li:before,
.section-beijing-platform-for-action .l-main .block-block ul:not([class*="items-list"]):not([class*="block-grid"]):not([class*="menu"]):not([class*="button-group"]):not([class*="contextual-links"]):not([class*="r-tabs-nav"]) > li:before, .l-main .block-block .section-beijing-platform-for-action ul:not([class*="items-list"]):not([class*="block-grid"]):not([class*="menu"]):not([class*="button-group"]):not([class*="contextual-links"]):not([class*="r-tabs-nav"]) > li:before,
.section-beijing-platform-for-action .cke_editable ul:not([class*="items-list"]):not([class*="block-grid"]):not([class*="menu"]):not([class*="button-group"]):not([class*="contextual-links"]):not([class*="r-tabs-nav"]) > li:before, .cke_editable .section-beijing-platform-for-action ul:not([class*="items-list"]):not([class*="block-grid"]):not([class*="menu"]):not([class*="button-group"]):not([class*="contextual-links"]):not([class*="r-tabs-nav"]) > li:before,
.section-beijing-platform-for-action .rich-text .toggler-body ul:not([class*="items-list"]):not([class*="block-grid"]):not([class*="menu"]):not([class*="button-group"]):not([class*="contextual-links"]):not([class*="r-tabs-nav"]) > li:before,
.section-beijing-platform-for-action .node.view-mode-full .toggler-body ul:not([class*="items-list"]):not([class*="block-grid"]):not([class*="menu"]):not([class*="button-group"]):not([class*="contextual-links"]):not([class*="r-tabs-nav"]) > li:before, .node.view-mode-full .toggler-body .section-beijing-platform-for-action ul:not([class*="items-list"]):not([class*="block-grid"]):not([class*="menu"]):not([class*="button-group"]):not([class*="contextual-links"]):not([class*="r-tabs-nav"]) > li:before, .section-beijing-platform-for-action body.page-node-panel-content #panels-dnd-main div.panel-region .panel-pane .pane-content ul li:before, body.page-node-panel-content #panels-dnd-main div.panel-region .panel-pane .pane-content ul .section-beijing-platform-for-action li:before, .section-beijing-platform-for-action .items-list .image-wrapper a:after, .items-list .image-wrapper .section-beijing-platform-for-action a:after, .section-beijing-platform-for-action .grid-list .image-wrapper a:after, .grid-list .image-wrapper .section-beijing-platform-for-action a:after, .section-beijing-platform-for-action .items-list .title-prefix + .title-prefix:before, .items-list .section-beijing-platform-for-action .title-prefix + .title-prefix:before, .section-beijing-platform-for-action .items-list .view-content .highlighted-box div.title-prefix + .title-prefix:before, .section-beijing-platform-for-action .grid-list .title-prefix + .title-prefix:before, .grid-list .section-beijing-platform-for-action .title-prefix + .title-prefix:before, .section-beijing-platform-for-action .grid-list .view-content .highlighted-box div.title-prefix + .title-prefix:before, .section-beijing-platform-for-action .items-list .view-content .highlighted-box .title-prefix + div.title-prefix:before, .section-beijing-platform-for-action .grid-list .view-content .highlighted-box .title-prefix + div.title-prefix:before, .section-beijing-platform-for-action .view-content .highlighted-box div.title-prefix + div.title-prefix:before, .view-content .highlighted-box .section-beijing-platform-for-action div.title-prefix + div.title-prefix:before, .section-beijing-platform-for-action div.highlighted-box, .section-beijing-platform-for-action blockquote,
.section-beijing-platform-for-action .blockquote, .section-beijing-platform-for-action .group-content .group-image-quote .field-name-field-quote, .group-content .group-image-quote .section-beijing-platform-for-action .field-name-field-quote, .section-beijing-platform-for-action #header-bar nav.top-bar .top-bar-section ul#main-menu li.active-trail > a:before, #header-bar nav.top-bar .top-bar-section ul#main-menu .section-beijing-platform-for-action li.active-trail > a:before,
.section-beijing-platform-for-action #header-bar nav.top-bar .top-bar-section ul#main-menu li.active > a:before, #header-bar nav.top-bar .top-bar-section ul#main-menu .section-beijing-platform-for-action li.active > a:before,
.section-beijing-platform-for-action #header-bar nav.top-bar .top-bar-section ul#main-menu a.active:before, #header-bar nav.top-bar .top-bar-section ul#main-menu .section-beijing-platform-for-action a.active:before,
.section-beijing-platform-for-action #header-bar nav.top-bar .top-bar-section ul#secondary-menu li.active-trail > a:before, #header-bar nav.top-bar .top-bar-section ul#secondary-menu .section-beijing-platform-for-action li.active-trail > a:before,
.section-beijing-platform-for-action #header-bar nav.top-bar .top-bar-section ul#secondary-menu li.active > a:before, #header-bar nav.top-bar .top-bar-section ul#secondary-menu .section-beijing-platform-for-action li.active > a:before,
.section-beijing-platform-for-action #header-bar nav.top-bar .top-bar-section ul#secondary-menu a.active:before, #header-bar nav.top-bar .top-bar-section ul#secondary-menu .section-beijing-platform-for-action a.active:before, .section-beijing-platform-for-action .button.export, .section-beijing-platform-for-action form input.export.webform-calendar, form .section-beijing-platform-for-action input.export.webform-calendar,
.section-beijing-platform-for-action button.export, .section-beijing-platform-for-action div.submenu-tabs ul.menu > li.active:before, div.submenu-tabs .section-beijing-platform-for-action ul.menu > li.active:before, .section-beijing-platform-for-action div.submenu-tabs ul.resp-tabs-list > li.active:before, div.submenu-tabs .section-beijing-platform-for-action ul.resp-tabs-list > li.active:before, .section-beijing-platform-for-action div.submenu-tabs ul.menu > li.active-trail:before, div.submenu-tabs .section-beijing-platform-for-action ul.menu > li.active-trail:before, .section-beijing-platform-for-action div.submenu-tabs ul.resp-tabs-list > li.active-trail:before, div.submenu-tabs .section-beijing-platform-for-action ul.resp-tabs-list > li.active-trail:before, .section-beijing-platform-for-action div.submenu-tabs ul.menu > li.selected:before, div.submenu-tabs .section-beijing-platform-for-action ul.menu > li.selected:before, .section-beijing-platform-for-action div.submenu-tabs ul.resp-tabs-list > li.selected:before, div.submenu-tabs .section-beijing-platform-for-action ul.resp-tabs-list > li.selected:before, .section-beijing-platform-for-action div.submenu-tabs ul.menu > li.resp-tab-active:before, div.submenu-tabs .section-beijing-platform-for-action ul.menu > li.resp-tab-active:before, .section-beijing-platform-for-action div.submenu-tabs ul.resp-tabs-list > li.resp-tab-active:before, div.submenu-tabs .section-beijing-platform-for-action ul.resp-tabs-list > li.resp-tab-active:before, .section-beijing-platform-for-action div.submenu-tabs ul.menu > li.r-tabs-state-active:before, div.submenu-tabs .section-beijing-platform-for-action ul.menu > li.r-tabs-state-active:before, .section-beijing-platform-for-action div.submenu-tabs ul.resp-tabs-list > li.r-tabs-state-active:before, div.submenu-tabs .section-beijing-platform-for-action ul.resp-tabs-list > li.r-tabs-state-active:before, .section-beijing-platform-for-action div.submenu-tabs ul.menu > li.export a.button, div.submenu-tabs ul.menu > li.export .section-beijing-platform-for-action a.button, .section-beijing-platform-for-action div.submenu-tabs ul.resp-tabs-list > li.export a.button, div.submenu-tabs ul.resp-tabs-list > li.export .section-beijing-platform-for-action a.button, .section-beijing-platform-for-action ul.tabs.vertical li.tab-title > a:before, ul.tabs.vertical .section-beijing-platform-for-action li.tab-title > a:before, .section-beijing-platform-for-action .file-download:before, .section-beijing-platform-for-action .items-list li.promoted, .items-list .section-beijing-platform-for-action li.promoted, .section-beijing-platform-for-action .bean-banner.view-mode-default .group-media-wrapper ul.field-items li:nth-child(even), .bean-banner.view-mode-default .group-media-wrapper ul.field-items .section-beijing-platform-for-action li:nth-child(even), .section-beijing-platform-for-action .bean-banner.view-mode-default.color-dark .group-media-wrapper ul.field-items li:nth-child(odd), .bean-banner.view-mode-default.color-dark .group-media-wrapper ul.field-items .section-beijing-platform-for-action li:nth-child(odd), .section-beijing-platform-for-action #modalContent .modal-header #modal-title, #modalContent .modal-header .section-beijing-platform-for-action #modal-title, .section-beijing-platform-for-action .ModalWindow .content > div > h2, .ModalWindow .section-beijing-platform-for-action .content > div > h2,
.section-beijing-platform-for-action .ExportOptionsModal .content > div > h2, .ExportOptionsModal .section-beijing-platform-for-action .content > div > h2,
.section-beijing-platform-for-action .IndicatorExportPanel .content > div > h2, .IndicatorExportPanel .section-beijing-platform-for-action .content > div > h2,
.section-beijing-platform-for-action .IndicatorEmbedPanel .content > div > h2, .IndicatorEmbedPanel .section-beijing-platform-for-action .content > div > h2, .section-beijing-platform-for-action .select2-drop .select2-results__option[aria-selected="true"], .select2-drop .section-beijing-platform-for-action .select2-results__option[aria-selected="true"],
.section-beijing-platform-for-action .select2-dropdown .select2-results__option[aria-selected="true"], .select2-dropdown .section-beijing-platform-for-action .select2-results__option[aria-selected="true"], .section-beijing-platform-for-action #group-timeline .timenav-line, #group-timeline .section-beijing-platform-for-action .timenav-line,
.section-beijing-platform-for-action #group-timeline .active .line, #group-timeline .active .section-beijing-platform-for-action .line,
.section-beijing-platform-for-action #group-timeline .active .dot, #group-timeline .active .section-beijing-platform-for-action .dot,
.section-beijing-platform-for-action #group-timeline .event-line, #group-timeline .section-beijing-platform-for-action .event-line {
  background-color: #357E78;
}

.section-beijing-platform-for-action .bean-banner.view-mode-default .group-media-wrapper ul.field-items li:nth-child(odd), .bean-banner.view-mode-default .group-media-wrapper ul.field-items .section-beijing-platform-for-action li:nth-child(odd), .section-beijing-platform-for-action .bean-banner.view-mode-default.color-dark .group-content-wrapper, .bean-banner.view-mode-default.color-dark .section-beijing-platform-for-action .group-content-wrapper, .section-beijing-platform-for-action .bean-banner.view-mode-default.color-dark .group-media-wrapper ul.field-items li:nth-child(even), .bean-banner.view-mode-default.color-dark .group-media-wrapper ul.field-items .section-beijing-platform-for-action li:nth-child(even) {
  background-color: #17504b;
}

.section-beijing-platform-for-action .bean-banner.view-mode-default .group-content-wrapper, .bean-banner.view-mode-default .section-beijing-platform-for-action .group-content-wrapper {
  background-color: #cddfdd;
}

.section-beijing-platform-for-action .l-main .main input[type="text"], .l-main .main .section-beijing-platform-for-action input[type="text"], .section-beijing-platform-for-action .l-main .main input[type="password"], .l-main .main .section-beijing-platform-for-action input[type="password"], .section-beijing-platform-for-action .l-main .main input[type="date"], .l-main .main .section-beijing-platform-for-action input[type="date"],
.section-beijing-platform-for-action .l-main .main input[type="datetime"], .l-main .main .section-beijing-platform-for-action input[type="datetime"], .section-beijing-platform-for-action .l-main .main input[type="datetime-local"], .l-main .main .section-beijing-platform-for-action input[type="datetime-local"], .section-beijing-platform-for-action .l-main .main input[type="month"], .l-main .main .section-beijing-platform-for-action input[type="month"],
.section-beijing-platform-for-action .l-main .main input[type="week"], .l-main .main .section-beijing-platform-for-action input[type="week"], .section-beijing-platform-for-action .l-main .main input[type="email"], .l-main .main .section-beijing-platform-for-action input[type="email"], .section-beijing-platform-for-action .l-main .main input[type="number"], .l-main .main .section-beijing-platform-for-action input[type="number"],
.section-beijing-platform-for-action .l-main .main input[type="search"], .l-main .main .section-beijing-platform-for-action input[type="search"], .section-beijing-platform-for-action .l-main .main input[type="tel"], .l-main .main .section-beijing-platform-for-action input[type="tel"], .section-beijing-platform-for-action .l-main .main input[type="time"], .l-main .main .section-beijing-platform-for-action input[type="time"],
.section-beijing-platform-for-action .l-main .main input[type="url"], .l-main .main .section-beijing-platform-for-action input[type="url"], .section-beijing-platform-for-action .l-main .main input[type="color"], .l-main .main .section-beijing-platform-for-action input[type="color"],
.section-beijing-platform-for-action .l-main .main textarea, .l-main .main .section-beijing-platform-for-action textarea, .section-beijing-platform-for-action .l-main .main select, .l-main .main .section-beijing-platform-for-action select,
.section-beijing-platform-for-action form input[type="text"], form .section-beijing-platform-for-action input[type="text"],
.section-beijing-platform-for-action form input[type="password"], form .section-beijing-platform-for-action input[type="password"],
.section-beijing-platform-for-action form input[type="date"], form .section-beijing-platform-for-action input[type="date"],
.section-beijing-platform-for-action form input[type="datetime"], form .section-beijing-platform-for-action input[type="datetime"],
.section-beijing-platform-for-action form input[type="datetime-local"], form .section-beijing-platform-for-action input[type="datetime-local"],
.section-beijing-platform-for-action form input[type="month"], form .section-beijing-platform-for-action input[type="month"],
.section-beijing-platform-for-action form input[type="week"], form .section-beijing-platform-for-action input[type="week"],
.section-beijing-platform-for-action form input[type="email"], form .section-beijing-platform-for-action input[type="email"],
.section-beijing-platform-for-action form input[type="number"], form .section-beijing-platform-for-action input[type="number"],
.section-beijing-platform-for-action form input[type="search"], form .section-beijing-platform-for-action input[type="search"],
.section-beijing-platform-for-action form input[type="tel"], form .section-beijing-platform-for-action input[type="tel"],
.section-beijing-platform-for-action form input[type="time"], form .section-beijing-platform-for-action input[type="time"],
.section-beijing-platform-for-action form input[type="url"], form .section-beijing-platform-for-action input[type="url"],
.section-beijing-platform-for-action form input[type="color"], form .section-beijing-platform-for-action input[type="color"],
.section-beijing-platform-for-action form textarea, form .section-beijing-platform-for-action textarea,
.section-beijing-platform-for-action form select, form .section-beijing-platform-for-action select, .section-beijing-platform-for-action .select2-container .select2-choice, .select2-container .section-beijing-platform-for-action .select2-choice,
.section-beijing-platform-for-action .select2-container.select2-dropdown-open.select2-drop-above .select2-choice, .select2-container.select2-dropdown-open.select2-drop-above .section-beijing-platform-for-action .select2-choice,
.section-beijing-platform-for-action .select2-container .select2-selection--single, .select2-container .section-beijing-platform-for-action .select2-selection--single, .section-beijing-platform-for-action .select2-container.select2-container-multi .select2-choices, .select2-container.select2-container-multi .section-beijing-platform-for-action .select2-choices,
.section-beijing-platform-for-action .select2-container.select2-container--default .select2-selection.select2-selection--multiple, .select2-container.select2-container--default .section-beijing-platform-for-action .select2-selection.select2-selection--multiple, .section-beijing-platform-for-action .select2-drop,
.section-beijing-platform-for-action .select2-dropdown, .section-beijing-platform-for-action div.highlighted-frame, .section-beijing-platform-for-action span.has-tip, .section-beijing-platform-for-action #header-bar nav.top-bar .top-bar-section ul#main-menu li.has-dropdown.active-trail > a:after, #header-bar nav.top-bar .top-bar-section ul#main-menu .section-beijing-platform-for-action li.has-dropdown.active-trail > a:after,
.section-beijing-platform-for-action #header-bar nav.top-bar .top-bar-section ul#main-menu li.has-dropdown.active > a:after, #header-bar nav.top-bar .top-bar-section ul#main-menu .section-beijing-platform-for-action li.has-dropdown.active > a:after,
.section-beijing-platform-for-action #header-bar nav.top-bar .top-bar-section ul#main-menu li.has-dropdown > a.active:after, #header-bar nav.top-bar .top-bar-section ul#main-menu .section-beijing-platform-for-action li.has-dropdown > a.active:after,
.section-beijing-platform-for-action #header-bar nav.top-bar .top-bar-section ul#secondary-menu li.has-dropdown.active-trail > a:after, #header-bar nav.top-bar .top-bar-section ul#secondary-menu .section-beijing-platform-for-action li.has-dropdown.active-trail > a:after,
.section-beijing-platform-for-action #header-bar nav.top-bar .top-bar-section ul#secondary-menu li.has-dropdown.active > a:after, #header-bar nav.top-bar .top-bar-section ul#secondary-menu .section-beijing-platform-for-action li.has-dropdown.active > a:after,
.section-beijing-platform-for-action #header-bar nav.top-bar .top-bar-section ul#secondary-menu li.has-dropdown > a.active:after, #header-bar nav.top-bar .top-bar-section ul#secondary-menu .section-beijing-platform-for-action li.has-dropdown > a.active:after, .section-beijing-platform-for-action .toggler-header:before,
.section-beijing-platform-for-action .pr-accordion-links__item .pr-accordion-links__link:before, .pr-accordion-links__item .section-beijing-platform-for-action .pr-accordion-links__link:before, .section-beijing-platform-for-action ul.pagination li.current a, ul.pagination li.current .section-beijing-platform-for-action a, .section-beijing-platform-for-action .expandable-menu li.has-children:before, .expandable-menu .section-beijing-platform-for-action li.has-children:before, .section-beijing-platform-for-action #header-bar nav.top-bar .top-bar-section ul#main-menu li.bipolar > a.active, #header-bar nav.top-bar .top-bar-section ul#main-menu .section-beijing-platform-for-action li.bipolar > a.active,
.section-beijing-platform-for-action #header-bar nav.top-bar .top-bar-section ul#main-menu li.bipolar > a.active-trail, #header-bar nav.top-bar .top-bar-section ul#main-menu .section-beijing-platform-for-action li.bipolar > a.active-trail,
.section-beijing-platform-for-action #header-bar nav.top-bar .top-bar-section ul#secondary-menu li.bipolar > a.active, #header-bar nav.top-bar .top-bar-section ul#secondary-menu .section-beijing-platform-for-action li.bipolar > a.active,
.section-beijing-platform-for-action #header-bar nav.top-bar .top-bar-section ul#secondary-menu li.bipolar > a.active-trail, #header-bar nav.top-bar .top-bar-section ul#secondary-menu .section-beijing-platform-for-action li.bipolar > a.active-trail, .section-beijing-platform-for-action .select2-drop .select2-input, .select2-drop .section-beijing-platform-for-action .select2-input,
.section-beijing-platform-for-action .select2-dropdown .select2-input, .select2-dropdown .section-beijing-platform-for-action .select2-input, .section-beijing-platform-for-action .searchword, .section-beijing-platform-for-action .lexicon-links ul li > a.current, .lexicon-links ul .section-beijing-platform-for-action li > a.current, .section-beijing-platform-for-action .field-name-field-toc ul li.active > a, .field-name-field-toc ul .section-beijing-platform-for-action li.active > a,
.section-beijing-platform-for-action .field-name-field-toc ul a.active, .field-name-field-toc ul .section-beijing-platform-for-action a.active {
  border-color: #357E78;
}

.section-beijing-platform-for-action .l-title .countries-jump-menu .select2-container .select2-choice, .l-title .countries-jump-menu .select2-container .section-beijing-platform-for-action .select2-choice,
.section-beijing-platform-for-action .l-title .countries-jump-menu select, .l-title .countries-jump-menu .section-beijing-platform-for-action select, .section-beijing-platform-for-action span.has-tip, .section-beijing-platform-for-action #header-bar nav.top-bar .top-bar-section ul#main-menu > li.active-trail > a, #header-bar nav.top-bar .top-bar-section .section-beijing-platform-for-action ul#main-menu > li.active-trail > a,
.section-beijing-platform-for-action #header-bar nav.top-bar .top-bar-section ul#main-menu > li > a.active, #header-bar nav.top-bar .top-bar-section .section-beijing-platform-for-action ul#main-menu > li > a.active,
.section-beijing-platform-for-action #header-bar nav.top-bar .top-bar-section ul#secondary-menu > li.active-trail > a, #header-bar nav.top-bar .top-bar-section .section-beijing-platform-for-action ul#secondary-menu > li.active-trail > a,
.section-beijing-platform-for-action #header-bar nav.top-bar .top-bar-section ul#secondary-menu > li > a.active, #header-bar nav.top-bar .top-bar-section .section-beijing-platform-for-action ul#secondary-menu > li > a.active, .section-beijing-platform-for-action .toggler-header.active,
.section-beijing-platform-for-action .pr-accordion-links__item .pr-accordion-links__link.active, .pr-accordion-links__item .section-beijing-platform-for-action .pr-accordion-links__link.active, .section-beijing-platform-for-action fieldset legend, fieldset .section-beijing-platform-for-action legend, .section-beijing-platform-for-action div.submenu-tabs ul.menu > li.active > a, div.submenu-tabs .section-beijing-platform-for-action ul.menu > li.active > a, .section-beijing-platform-for-action div.submenu-tabs ul.resp-tabs-list > li.active > a, div.submenu-tabs .section-beijing-platform-for-action ul.resp-tabs-list > li.active > a,
.section-beijing-platform-for-action div.submenu-tabs ul.menu > li.active a.active, div.submenu-tabs ul.menu > li.active .section-beijing-platform-for-action a.active,
.section-beijing-platform-for-action div.submenu-tabs ul.resp-tabs-list > li.active a.active, div.submenu-tabs ul.resp-tabs-list > li.active .section-beijing-platform-for-action a.active,
.section-beijing-platform-for-action div.submenu-tabs ul.menu > li.active a.selected, div.submenu-tabs ul.menu > li.active .section-beijing-platform-for-action a.selected,
.section-beijing-platform-for-action div.submenu-tabs ul.resp-tabs-list > li.active a.selected, div.submenu-tabs ul.resp-tabs-list > li.active .section-beijing-platform-for-action a.selected,
.section-beijing-platform-for-action div.submenu-tabs ul.menu > li.active a:hover, div.submenu-tabs ul.menu > li.active .section-beijing-platform-for-action a:hover,
.section-beijing-platform-for-action div.submenu-tabs ul.resp-tabs-list > li.active a:hover, div.submenu-tabs ul.resp-tabs-list > li.active .section-beijing-platform-for-action a:hover,
.section-beijing-platform-for-action div.submenu-tabs ul.menu > li.active > span, div.submenu-tabs .section-beijing-platform-for-action ul.menu > li.active > span,
.section-beijing-platform-for-action div.submenu-tabs ul.resp-tabs-list > li.active > span, div.submenu-tabs .section-beijing-platform-for-action ul.resp-tabs-list > li.active > span, .section-beijing-platform-for-action div.submenu-tabs ul.menu > li.active-trail > a, div.submenu-tabs .section-beijing-platform-for-action ul.menu > li.active-trail > a, .section-beijing-platform-for-action div.submenu-tabs ul.resp-tabs-list > li.active-trail > a, div.submenu-tabs .section-beijing-platform-for-action ul.resp-tabs-list > li.active-trail > a,
.section-beijing-platform-for-action div.submenu-tabs ul.menu > li.active-trail a.active, div.submenu-tabs ul.menu > li.active-trail .section-beijing-platform-for-action a.active,
.section-beijing-platform-for-action div.submenu-tabs ul.resp-tabs-list > li.active-trail a.active, div.submenu-tabs ul.resp-tabs-list > li.active-trail .section-beijing-platform-for-action a.active,
.section-beijing-platform-for-action div.submenu-tabs ul.menu > li.active-trail a.selected, div.submenu-tabs ul.menu > li.active-trail .section-beijing-platform-for-action a.selected,
.section-beijing-platform-for-action div.submenu-tabs ul.resp-tabs-list > li.active-trail a.selected, div.submenu-tabs ul.resp-tabs-list > li.active-trail .section-beijing-platform-for-action a.selected,
.section-beijing-platform-for-action div.submenu-tabs ul.menu > li.active-trail a:hover, div.submenu-tabs ul.menu > li.active-trail .section-beijing-platform-for-action a:hover,
.section-beijing-platform-for-action div.submenu-tabs ul.resp-tabs-list > li.active-trail a:hover, div.submenu-tabs ul.resp-tabs-list > li.active-trail .section-beijing-platform-for-action a:hover,
.section-beijing-platform-for-action div.submenu-tabs ul.menu > li.active-trail > span, div.submenu-tabs .section-beijing-platform-for-action ul.menu > li.active-trail > span,
.section-beijing-platform-for-action div.submenu-tabs ul.resp-tabs-list > li.active-trail > span, div.submenu-tabs .section-beijing-platform-for-action ul.resp-tabs-list > li.active-trail > span, .section-beijing-platform-for-action div.submenu-tabs ul.menu > li.selected > a, div.submenu-tabs .section-beijing-platform-for-action ul.menu > li.selected > a, .section-beijing-platform-for-action div.submenu-tabs ul.resp-tabs-list > li.selected > a, div.submenu-tabs .section-beijing-platform-for-action ul.resp-tabs-list > li.selected > a,
.section-beijing-platform-for-action div.submenu-tabs ul.menu > li.selected a.active, div.submenu-tabs ul.menu > li.selected .section-beijing-platform-for-action a.active,
.section-beijing-platform-for-action div.submenu-tabs ul.resp-tabs-list > li.selected a.active, div.submenu-tabs ul.resp-tabs-list > li.selected .section-beijing-platform-for-action a.active,
.section-beijing-platform-for-action div.submenu-tabs ul.menu > li.selected a.selected, div.submenu-tabs ul.menu > li.selected .section-beijing-platform-for-action a.selected,
.section-beijing-platform-for-action div.submenu-tabs ul.resp-tabs-list > li.selected a.selected, div.submenu-tabs ul.resp-tabs-list > li.selected .section-beijing-platform-for-action a.selected,
.section-beijing-platform-for-action div.submenu-tabs ul.menu > li.selected a:hover, div.submenu-tabs ul.menu > li.selected .section-beijing-platform-for-action a:hover,
.section-beijing-platform-for-action div.submenu-tabs ul.resp-tabs-list > li.selected a:hover, div.submenu-tabs ul.resp-tabs-list > li.selected .section-beijing-platform-for-action a:hover,
.section-beijing-platform-for-action div.submenu-tabs ul.menu > li.selected > span, div.submenu-tabs .section-beijing-platform-for-action ul.menu > li.selected > span,
.section-beijing-platform-for-action div.submenu-tabs ul.resp-tabs-list > li.selected > span, div.submenu-tabs .section-beijing-platform-for-action ul.resp-tabs-list > li.selected > span, .section-beijing-platform-for-action div.submenu-tabs ul.menu > li.resp-tab-active > a, div.submenu-tabs .section-beijing-platform-for-action ul.menu > li.resp-tab-active > a, .section-beijing-platform-for-action div.submenu-tabs ul.resp-tabs-list > li.resp-tab-active > a, div.submenu-tabs .section-beijing-platform-for-action ul.resp-tabs-list > li.resp-tab-active > a,
.section-beijing-platform-for-action div.submenu-tabs ul.menu > li.resp-tab-active a.active, div.submenu-tabs ul.menu > li.resp-tab-active .section-beijing-platform-for-action a.active,
.section-beijing-platform-for-action div.submenu-tabs ul.resp-tabs-list > li.resp-tab-active a.active, div.submenu-tabs ul.resp-tabs-list > li.resp-tab-active .section-beijing-platform-for-action a.active,
.section-beijing-platform-for-action div.submenu-tabs ul.menu > li.resp-tab-active a.selected, div.submenu-tabs ul.menu > li.resp-tab-active .section-beijing-platform-for-action a.selected,
.section-beijing-platform-for-action div.submenu-tabs ul.resp-tabs-list > li.resp-tab-active a.selected, div.submenu-tabs ul.resp-tabs-list > li.resp-tab-active .section-beijing-platform-for-action a.selected,
.section-beijing-platform-for-action div.submenu-tabs ul.menu > li.resp-tab-active a:hover, div.submenu-tabs ul.menu > li.resp-tab-active .section-beijing-platform-for-action a:hover,
.section-beijing-platform-for-action div.submenu-tabs ul.resp-tabs-list > li.resp-tab-active a:hover, div.submenu-tabs ul.resp-tabs-list > li.resp-tab-active .section-beijing-platform-for-action a:hover,
.section-beijing-platform-for-action div.submenu-tabs ul.menu > li.resp-tab-active > span, div.submenu-tabs .section-beijing-platform-for-action ul.menu > li.resp-tab-active > span,
.section-beijing-platform-for-action div.submenu-tabs ul.resp-tabs-list > li.resp-tab-active > span, div.submenu-tabs .section-beijing-platform-for-action ul.resp-tabs-list > li.resp-tab-active > span, .section-beijing-platform-for-action div.submenu-tabs ul.menu > li.r-tabs-state-active > a, div.submenu-tabs .section-beijing-platform-for-action ul.menu > li.r-tabs-state-active > a, .section-beijing-platform-for-action div.submenu-tabs ul.resp-tabs-list > li.r-tabs-state-active > a, div.submenu-tabs .section-beijing-platform-for-action ul.resp-tabs-list > li.r-tabs-state-active > a,
.section-beijing-platform-for-action div.submenu-tabs ul.menu > li.r-tabs-state-active a.active, div.submenu-tabs ul.menu > li.r-tabs-state-active .section-beijing-platform-for-action a.active,
.section-beijing-platform-for-action div.submenu-tabs ul.resp-tabs-list > li.r-tabs-state-active a.active, div.submenu-tabs ul.resp-tabs-list > li.r-tabs-state-active .section-beijing-platform-for-action a.active,
.section-beijing-platform-for-action div.submenu-tabs ul.menu > li.r-tabs-state-active a.selected, div.submenu-tabs ul.menu > li.r-tabs-state-active .section-beijing-platform-for-action a.selected,
.section-beijing-platform-for-action div.submenu-tabs ul.resp-tabs-list > li.r-tabs-state-active a.selected, div.submenu-tabs ul.resp-tabs-list > li.r-tabs-state-active .section-beijing-platform-for-action a.selected,
.section-beijing-platform-for-action div.submenu-tabs ul.menu > li.r-tabs-state-active a:hover, div.submenu-tabs ul.menu > li.r-tabs-state-active .section-beijing-platform-for-action a:hover,
.section-beijing-platform-for-action div.submenu-tabs ul.resp-tabs-list > li.r-tabs-state-active a:hover, div.submenu-tabs ul.resp-tabs-list > li.r-tabs-state-active .section-beijing-platform-for-action a:hover,
.section-beijing-platform-for-action div.submenu-tabs ul.menu > li.r-tabs-state-active > span, div.submenu-tabs .section-beijing-platform-for-action ul.menu > li.r-tabs-state-active > span,
.section-beijing-platform-for-action div.submenu-tabs ul.resp-tabs-list > li.r-tabs-state-active > span, div.submenu-tabs .section-beijing-platform-for-action ul.resp-tabs-list > li.r-tabs-state-active > span, .section-beijing-platform-for-action ul.tabs.vertical li.tab-title.active a, ul.tabs.vertical li.tab-title.active .section-beijing-platform-for-action a, .section-beijing-platform-for-action ul.pagination li.current a, ul.pagination li.current .section-beijing-platform-for-action a, .section-beijing-platform-for-action .lexicon-links ul li > a.current, .lexicon-links ul .section-beijing-platform-for-action li > a.current, .section-beijing-platform-for-action .field-name-field-toc ul li.active > a, .field-name-field-toc ul .section-beijing-platform-for-action li.active > a,
.section-beijing-platform-for-action .field-name-field-toc ul a.active, .field-name-field-toc ul .section-beijing-platform-for-action a.active {
  color: #357E78;
}

.section-beijing-platform-for-action .rich-text ol > li:before, .rich-text .section-beijing-platform-for-action ol > li:before,
.section-beijing-platform-for-action .l-main .block-block ol > li:before, .l-main .block-block .section-beijing-platform-for-action ol > li:before,
.section-beijing-platform-for-action .cke_editable ol > li:before, .cke_editable .section-beijing-platform-for-action ol > li:before,
.section-beijing-platform-for-action .rich-text .toggler-body ol > li:before,
.section-beijing-platform-for-action .node.view-mode-full .toggler-body ol > li:before, .node.view-mode-full .toggler-body .section-beijing-platform-for-action ol > li:before, .section-beijing-platform-for-action a.highlighted-link:after, .section-beijing-platform-for-action .l-main a.more:after, .l-main .section-beijing-platform-for-action a.more:after, .section-beijing-platform-for-action .l-main a.more-inline:after, .l-main .section-beijing-platform-for-action a.more-inline:after, .section-beijing-platform-for-action .l-main ul.tabs.vertical li.tab-title > a:after, .l-main ul.tabs.vertical .section-beijing-platform-for-action li.tab-title > a:after, .section-beijing-platform-for-action ul.tabs.vertical .l-main li.tab-title > a:after, ul.tabs.vertical .l-main .section-beijing-platform-for-action li.tab-title > a:after, .section-beijing-platform-for-action .l-main .block-menu-pager .menu-pager a:after, .l-main .block-menu-pager .menu-pager .section-beijing-platform-for-action a:after, .section-beijing-platform-for-action .block-menu-pager .menu-pager .l-main a:after, .block-menu-pager .menu-pager .l-main .section-beijing-platform-for-action a:after, .section-beijing-platform-for-action .l-main .promo-grid div.item:after, .l-main .promo-grid .section-beijing-platform-for-action div.item:after, .section-beijing-platform-for-action .promo-grid .l-main div.item:after, .promo-grid .l-main .section-beijing-platform-for-action div.item:after, .section-beijing-platform-for-action .l-main #group-timeline .vco-slider div.title:after, .l-main #group-timeline .vco-slider .section-beijing-platform-for-action div.title:after, .section-beijing-platform-for-action #group-timeline .vco-slider .l-main div.title:after, #group-timeline .vco-slider .l-main .section-beijing-platform-for-action div.title:after, .section-beijing-platform-for-action .clear-answers a:before, .clear-answers .section-beijing-platform-for-action a:before,
.section-beijing-platform-for-action a.clear-answers:before, .section-beijing-platform-for-action .view-filters .views-reset-button button#edit-reset:before, .view-filters .views-reset-button .section-beijing-platform-for-action button#edit-reset:before,
.section-beijing-platform-for-action .view-filters .dgs-clear-filters button#edit-reset:before, .view-filters .dgs-clear-filters .section-beijing-platform-for-action button#edit-reset:before, .section-beijing-platform-for-action a.back:before, .section-beijing-platform-for-action ul.breadcrumbs > *:before, .section-beijing-platform-for-action .expandable-menu ul li a.active:after, .expandable-menu ul li .section-beijing-platform-for-action a.active:after,
.section-beijing-platform-for-action .expandable-menu ul li span.active:after, .expandable-menu ul li .section-beijing-platform-for-action span.active:after, .section-beijing-platform-for-action h2.lexicon-letter, .section-beijing-platform-for-action .field-name-field-toc ul a:before, .field-name-field-toc ul .section-beijing-platform-for-action a:before {
  color: #357E78;
}

.section-beijing-platform-for-action h1, .section-beijing-platform-for-action .rich-text h2, .rich-text .section-beijing-platform-for-action h2, .section-beijing-platform-for-action .rich-text h3, .rich-text .section-beijing-platform-for-action h3, .section-beijing-platform-for-action .rich-text h4, .rich-text .section-beijing-platform-for-action h4, .section-beijing-platform-for-action .rich-text h5, .rich-text .section-beijing-platform-for-action h5, .section-beijing-platform-for-action .rich-text h6, .rich-text .section-beijing-platform-for-action h6,
.section-beijing-platform-for-action .l-main .block-block h1, .l-main .block-block .section-beijing-platform-for-action h1,
.section-beijing-platform-for-action .l-main .block-block h2, .l-main .block-block .section-beijing-platform-for-action h2,
.section-beijing-platform-for-action .l-main .block-block h3, .l-main .block-block .section-beijing-platform-for-action h3,
.section-beijing-platform-for-action .l-main .block-block h4, .l-main .block-block .section-beijing-platform-for-action h4,
.section-beijing-platform-for-action .l-main .block-block h5, .l-main .block-block .section-beijing-platform-for-action h5,
.section-beijing-platform-for-action .l-main .block-block h6, .l-main .block-block .section-beijing-platform-for-action h6,
.section-beijing-platform-for-action .cke_editable h2, .cke_editable .section-beijing-platform-for-action h2,
.section-beijing-platform-for-action .cke_editable h3, .cke_editable .section-beijing-platform-for-action h3,
.section-beijing-platform-for-action .cke_editable h4, .cke_editable .section-beijing-platform-for-action h4,
.section-beijing-platform-for-action .cke_editable h5, .cke_editable .section-beijing-platform-for-action h5,
.section-beijing-platform-for-action .cke_editable h6, .cke_editable .section-beijing-platform-for-action h6,
.section-beijing-platform-for-action .rich-text .toggler-body h1, .rich-text .toggler-body .section-beijing-platform-for-action h1,
.section-beijing-platform-for-action .node.view-mode-full .toggler-body h1, .node.view-mode-full .toggler-body .section-beijing-platform-for-action h1,
.section-beijing-platform-for-action .node.view-mode-full .toggler-body h2, .node.view-mode-full .toggler-body .section-beijing-platform-for-action h2,
.section-beijing-platform-for-action .node.view-mode-full .toggler-body h3, .node.view-mode-full .toggler-body .section-beijing-platform-for-action h3,
.section-beijing-platform-for-action .node.view-mode-full .toggler-body h4, .node.view-mode-full .toggler-body .section-beijing-platform-for-action h4,
.section-beijing-platform-for-action .node.view-mode-full .toggler-body h5, .node.view-mode-full .toggler-body .section-beijing-platform-for-action h5,
.section-beijing-platform-for-action .node.view-mode-full .toggler-body h6, .node.view-mode-full .toggler-body .section-beijing-platform-for-action h6,
.section-beijing-platform-for-action .group-content > .field > h2,
.section-beijing-platform-for-action .group-content > .field-group-div > h2,
.section-beijing-platform-for-action .group-content > .field-group-div > .field > h2,
.section-beijing-platform-for-action .group-content .field-name-field-enge-user-areas-of-interv > h2, .group-content .section-beijing-platform-for-action .field-name-field-enge-user-areas-of-interv > h2,
.section-beijing-platform-for-action .resp-tab-content > .field > h2,
.section-beijing-platform-for-action .resp-tab-content > .field-group-div > h2,
.section-beijing-platform-for-action .resp-tab-content > .field-group-div > .field > h2,
.section-beijing-platform-for-action .resp-tab-content .field-name-field-enge-user-areas-of-interv > h2, .resp-tab-content .section-beijing-platform-for-action .field-name-field-enge-user-areas-of-interv > h2, .section-beijing-platform-for-action .content-header-full h2.block-title, .content-header-full .section-beijing-platform-for-action h2.block-title,
.section-beijing-platform-for-action .content-footer-full h2.block-title, .content-footer-full .section-beijing-platform-for-action h2.block-title,
.section-beijing-platform-for-action .content-footer h2.block-title, .content-footer .section-beijing-platform-for-action h2.block-title, .section-beijing-platform-for-action .sidebar-menu .expandable-menu h2.block-title, .sidebar-menu .expandable-menu .section-beijing-platform-for-action h2.block-title, .section-beijing-platform-for-action .block-eige-base-ec-share-buttons h3, .block-eige-base-ec-share-buttons .section-beijing-platform-for-action h3, .section-beijing-platform-for-action ul.tabs.vertical + .view-content.tabs-content .content h2, ul.tabs.vertical + .view-content.tabs-content .content .section-beijing-platform-for-action h2, .section-beijing-platform-for-action .panel-pane .pane-title, .panel-pane .section-beijing-platform-for-action .pane-title, .section-beijing-platform-for-action #group-timeline h2, #group-timeline .section-beijing-platform-for-action h2, .section-beijing-platform-for-action #group-timeline .content-container h3, #group-timeline .content-container .section-beijing-platform-for-action h3, .section-beijing-platform-for-action .print-content #group-timeline .field-name-field-timeline-event-title, .print-content #group-timeline .section-beijing-platform-for-action .field-name-field-timeline-event-title {
  color: #357E78;
}

.section-beijing-platform-for-action a.highlighted-link {
  background-color: #cddfdd;
}

.section-beijing-platform-for-action .gray-box a.highlighted-link {
  background-color: #357E78;
}

.section-beijing-platform-for-action div.highlighted-box {
  background-color: #357E78;
}

.section-beijing-platform-for-action div.highlighted-box .file-download:before {
  color: #357E78 !important;
}

.section-beijing-platform-for-action .select2-drop ul li:hover, .select2-drop ul .section-beijing-platform-for-action li:hover,
.section-beijing-platform-for-action .select2-dropdown ul li:hover, .select2-dropdown ul .section-beijing-platform-for-action li:hover, .section-beijing-platform-for-action .select2-drop .select2-results .select2-highlighted, .select2-drop .select2-results .section-beijing-platform-for-action .select2-highlighted,
.section-beijing-platform-for-action .select2-drop .select2-results__option--highlighted, .select2-drop .section-beijing-platform-for-action .select2-results__option--highlighted,
.section-beijing-platform-for-action .select2-dropdown .select2-results .select2-highlighted, .select2-dropdown .select2-results .section-beijing-platform-for-action .select2-highlighted,
.section-beijing-platform-for-action .select2-dropdown .select2-results__option--highlighted, .select2-dropdown .section-beijing-platform-for-action .select2-results__option--highlighted {
  background-color: #d7e5e4;
}

.section-beijing-platform-for-action .promo-grid div.item {
  background-color: #357E78;
}

.section-beijing-platform-for-action .promo-grid div.item:hover {
  background-color: #d3e3e1 !important;
}

.section-beijing-platform-for-action .mock-promo-grid-item {
  background-color: #357E78;
}

.section-beijing-platform-for-action ul.tabs.vertical li.tab-title:nth-child(even) a {
  background-color: #cddfdd;
}

.section-beijing-platform-for-action ul.tabs.vertical li.tab-title:nth-child(odd) a {
  background-color: #aecbc9;
}

.section-beijing-platform-for-action .multiRowHorizontalBarGraph .bar {
  background-color: #38857f;
}

.section-beijing-platform-for-action .multiRowHorizontalBarGraph .bar + .bar {
  background-color: #30736e;
}

.section-beijing-platform-for-action .rich-text table tbody,
.section-beijing-platform-for-action .l-main .block-block table tbody,
.section-beijing-platform-for-action .cke_editable table tbody,
.section-beijing-platform-for-action .toggler-body table tbody,
.section-beijing-platform-for-action .pr-accordion-links__item .pr-accordion-links__hidden-content table tbody,
.pr-accordion-links__item .section-beijing-platform-for-action .pr-accordion-links__hidden-content table tbody {
  background-color: #ebf2f2;
}

.section-beijing-platform-for-action .rich-text table tr th,
.section-beijing-platform-for-action .l-main .block-block table tr th,
.section-beijing-platform-for-action .cke_editable table tr th,
.section-beijing-platform-for-action .toggler-body table tr th,
.section-beijing-platform-for-action .pr-accordion-links__item .pr-accordion-links__hidden-content table tr th,
.pr-accordion-links__item .section-beijing-platform-for-action .pr-accordion-links__hidden-content table tr th {
  background-color: #aecbc9;
}

.section-beijing-platform-for-action .rich-text table tr.even,
.section-beijing-platform-for-action .rich-text table tr.alt,
.section-beijing-platform-for-action .rich-text table tr:nth-of-type(even),
.section-beijing-platform-for-action .l-main .block-block table tr.even,
.section-beijing-platform-for-action .l-main .block-block table tr.alt,
.section-beijing-platform-for-action .l-main .block-block table tr:nth-of-type(even),
.section-beijing-platform-for-action .cke_editable table tr.even,
.section-beijing-platform-for-action .cke_editable table tr.alt,
.section-beijing-platform-for-action .cke_editable table tr:nth-of-type(even),
.section-beijing-platform-for-action .toggler-body table tr.even,
.section-beijing-platform-for-action .pr-accordion-links__item .pr-accordion-links__hidden-content table tr.even,
.pr-accordion-links__item .section-beijing-platform-for-action .pr-accordion-links__hidden-content table tr.even,
.section-beijing-platform-for-action .toggler-body table tr.alt,
.section-beijing-platform-for-action .pr-accordion-links__item .pr-accordion-links__hidden-content table tr.alt,
.pr-accordion-links__item .section-beijing-platform-for-action .pr-accordion-links__hidden-content table tr.alt,
.section-beijing-platform-for-action .toggler-body table tr:nth-of-type(even),
.section-beijing-platform-for-action .pr-accordion-links__item .pr-accordion-links__hidden-content table tr:nth-of-type(even),
.pr-accordion-links__item .section-beijing-platform-for-action .pr-accordion-links__hidden-content table tr:nth-of-type(even) {
  background-color: #dbe8e7;
}

.section-beijing-platform-for-action .tooltip {
  background-color: #d7e5e4;
}

.section-beijing-platform-for-action .tooltip span.nub {
  border-bottom-color: #d7e5e4;
}

.section-topics .rich-text ol > li:after, .rich-text .section-topics ol > li:after,
.section-topics .l-main .block-block ol > li:after, .l-main .block-block .section-topics ol > li:after,
.section-topics .cke_editable ol > li:after, .cke_editable .section-topics ol > li:after,
.section-topics .rich-text .toggler-body ol > li:after,
.section-topics .node.view-mode-full .toggler-body ol > li:after, .node.view-mode-full .toggler-body .section-topics ol > li:after, .section-topics .rich-text ul:not([class*="items-list"]):not([class*="block-grid"]):not([class*="menu"]):not([class*="button-group"]):not([class*="contextual-links"]):not([class*="r-tabs-nav"]) > li:before, .rich-text .section-topics ul:not([class*="items-list"]):not([class*="block-grid"]):not([class*="menu"]):not([class*="button-group"]):not([class*="contextual-links"]):not([class*="r-tabs-nav"]) > li:before,
.section-topics .l-main .block-block ul:not([class*="items-list"]):not([class*="block-grid"]):not([class*="menu"]):not([class*="button-group"]):not([class*="contextual-links"]):not([class*="r-tabs-nav"]) > li:before, .l-main .block-block .section-topics ul:not([class*="items-list"]):not([class*="block-grid"]):not([class*="menu"]):not([class*="button-group"]):not([class*="contextual-links"]):not([class*="r-tabs-nav"]) > li:before,
.section-topics .cke_editable ul:not([class*="items-list"]):not([class*="block-grid"]):not([class*="menu"]):not([class*="button-group"]):not([class*="contextual-links"]):not([class*="r-tabs-nav"]) > li:before, .cke_editable .section-topics ul:not([class*="items-list"]):not([class*="block-grid"]):not([class*="menu"]):not([class*="button-group"]):not([class*="contextual-links"]):not([class*="r-tabs-nav"]) > li:before,
.section-topics .rich-text .toggler-body ul:not([class*="items-list"]):not([class*="block-grid"]):not([class*="menu"]):not([class*="button-group"]):not([class*="contextual-links"]):not([class*="r-tabs-nav"]) > li:before,
.section-topics .node.view-mode-full .toggler-body ul:not([class*="items-list"]):not([class*="block-grid"]):not([class*="menu"]):not([class*="button-group"]):not([class*="contextual-links"]):not([class*="r-tabs-nav"]) > li:before, .node.view-mode-full .toggler-body .section-topics ul:not([class*="items-list"]):not([class*="block-grid"]):not([class*="menu"]):not([class*="button-group"]):not([class*="contextual-links"]):not([class*="r-tabs-nav"]) > li:before, .section-topics body.page-node-panel-content #panels-dnd-main div.panel-region .panel-pane .pane-content ul li:before, body.page-node-panel-content #panels-dnd-main div.panel-region .panel-pane .pane-content ul .section-topics li:before, .section-topics .items-list .image-wrapper a:after, .items-list .image-wrapper .section-topics a:after, .section-topics .grid-list .image-wrapper a:after, .grid-list .image-wrapper .section-topics a:after, .section-topics .items-list .title-prefix + .title-prefix:before, .items-list .section-topics .title-prefix + .title-prefix:before, .section-topics .items-list .view-content .highlighted-box div.title-prefix + .title-prefix:before, .section-topics .grid-list .title-prefix + .title-prefix:before, .grid-list .section-topics .title-prefix + .title-prefix:before, .section-topics .grid-list .view-content .highlighted-box div.title-prefix + .title-prefix:before, .section-topics .items-list .view-content .highlighted-box .title-prefix + div.title-prefix:before, .section-topics .grid-list .view-content .highlighted-box .title-prefix + div.title-prefix:before, .section-topics .view-content .highlighted-box div.title-prefix + div.title-prefix:before, .view-content .highlighted-box .section-topics div.title-prefix + div.title-prefix:before, .section-topics div.highlighted-box, .section-topics blockquote,
.section-topics .blockquote, .section-topics .group-content .group-image-quote .field-name-field-quote, .group-content .group-image-quote .section-topics .field-name-field-quote, .section-topics #header-bar nav.top-bar .top-bar-section ul#main-menu li.active-trail > a:before, #header-bar nav.top-bar .top-bar-section ul#main-menu .section-topics li.active-trail > a:before,
.section-topics #header-bar nav.top-bar .top-bar-section ul#main-menu li.active > a:before, #header-bar nav.top-bar .top-bar-section ul#main-menu .section-topics li.active > a:before,
.section-topics #header-bar nav.top-bar .top-bar-section ul#main-menu a.active:before, #header-bar nav.top-bar .top-bar-section ul#main-menu .section-topics a.active:before,
.section-topics #header-bar nav.top-bar .top-bar-section ul#secondary-menu li.active-trail > a:before, #header-bar nav.top-bar .top-bar-section ul#secondary-menu .section-topics li.active-trail > a:before,
.section-topics #header-bar nav.top-bar .top-bar-section ul#secondary-menu li.active > a:before, #header-bar nav.top-bar .top-bar-section ul#secondary-menu .section-topics li.active > a:before,
.section-topics #header-bar nav.top-bar .top-bar-section ul#secondary-menu a.active:before, #header-bar nav.top-bar .top-bar-section ul#secondary-menu .section-topics a.active:before, .section-topics .button.export, .section-topics form input.export.webform-calendar, form .section-topics input.export.webform-calendar,
.section-topics button.export, .section-topics div.submenu-tabs ul.menu > li.active:before, div.submenu-tabs .section-topics ul.menu > li.active:before, .section-topics div.submenu-tabs ul.resp-tabs-list > li.active:before, div.submenu-tabs .section-topics ul.resp-tabs-list > li.active:before, .section-topics div.submenu-tabs ul.menu > li.active-trail:before, div.submenu-tabs .section-topics ul.menu > li.active-trail:before, .section-topics div.submenu-tabs ul.resp-tabs-list > li.active-trail:before, div.submenu-tabs .section-topics ul.resp-tabs-list > li.active-trail:before, .section-topics div.submenu-tabs ul.menu > li.selected:before, div.submenu-tabs .section-topics ul.menu > li.selected:before, .section-topics div.submenu-tabs ul.resp-tabs-list > li.selected:before, div.submenu-tabs .section-topics ul.resp-tabs-list > li.selected:before, .section-topics div.submenu-tabs ul.menu > li.resp-tab-active:before, div.submenu-tabs .section-topics ul.menu > li.resp-tab-active:before, .section-topics div.submenu-tabs ul.resp-tabs-list > li.resp-tab-active:before, div.submenu-tabs .section-topics ul.resp-tabs-list > li.resp-tab-active:before, .section-topics div.submenu-tabs ul.menu > li.r-tabs-state-active:before, div.submenu-tabs .section-topics ul.menu > li.r-tabs-state-active:before, .section-topics div.submenu-tabs ul.resp-tabs-list > li.r-tabs-state-active:before, div.submenu-tabs .section-topics ul.resp-tabs-list > li.r-tabs-state-active:before, .section-topics div.submenu-tabs ul.menu > li.export a.button, div.submenu-tabs ul.menu > li.export .section-topics a.button, .section-topics div.submenu-tabs ul.resp-tabs-list > li.export a.button, div.submenu-tabs ul.resp-tabs-list > li.export .section-topics a.button, .section-topics ul.tabs.vertical li.tab-title > a:before, ul.tabs.vertical .section-topics li.tab-title > a:before, .section-topics .file-download:before, .section-topics .items-list li.promoted, .items-list .section-topics li.promoted, .section-topics .bean-banner.view-mode-default .group-media-wrapper ul.field-items li:nth-child(even), .bean-banner.view-mode-default .group-media-wrapper ul.field-items .section-topics li:nth-child(even), .section-topics .bean-banner.view-mode-default.color-dark .group-media-wrapper ul.field-items li:nth-child(odd), .bean-banner.view-mode-default.color-dark .group-media-wrapper ul.field-items .section-topics li:nth-child(odd), .section-topics #modalContent .modal-header #modal-title, #modalContent .modal-header .section-topics #modal-title, .section-topics .ModalWindow .content > div > h2, .ModalWindow .section-topics .content > div > h2,
.section-topics .ExportOptionsModal .content > div > h2, .ExportOptionsModal .section-topics .content > div > h2,
.section-topics .IndicatorExportPanel .content > div > h2, .IndicatorExportPanel .section-topics .content > div > h2,
.section-topics .IndicatorEmbedPanel .content > div > h2, .IndicatorEmbedPanel .section-topics .content > div > h2, .section-topics .select2-drop .select2-results__option[aria-selected="true"], .select2-drop .section-topics .select2-results__option[aria-selected="true"],
.section-topics .select2-dropdown .select2-results__option[aria-selected="true"], .select2-dropdown .section-topics .select2-results__option[aria-selected="true"], .section-topics #group-timeline .timenav-line, #group-timeline .section-topics .timenav-line,
.section-topics #group-timeline .active .line, #group-timeline .active .section-topics .line,
.section-topics #group-timeline .active .dot, #group-timeline .active .section-topics .dot,
.section-topics #group-timeline .event-line, #group-timeline .section-topics .event-line {
  background-color: #C05335;
}

.section-topics .bean-banner.view-mode-default .group-media-wrapper ul.field-items li:nth-child(odd), .bean-banner.view-mode-default .group-media-wrapper ul.field-items .section-topics li:nth-child(odd), .section-topics .bean-banner.view-mode-default.color-dark .group-content-wrapper, .bean-banner.view-mode-default.color-dark .section-topics .group-content-wrapper, .section-topics .bean-banner.view-mode-default.color-dark .group-media-wrapper ul.field-items li:nth-child(even), .bean-banner.view-mode-default.color-dark .group-media-wrapper ul.field-items .section-topics li:nth-child(even) {
  background-color: #913218;
}

.section-topics .bean-banner.view-mode-default .group-content-wrapper, .bean-banner.view-mode-default .section-topics .group-content-wrapper {
  background-color: #efd4cd;
}

.section-topics .l-main .main input[type="text"], .l-main .main .section-topics input[type="text"], .section-topics .l-main .main input[type="password"], .l-main .main .section-topics input[type="password"], .section-topics .l-main .main input[type="date"], .l-main .main .section-topics input[type="date"],
.section-topics .l-main .main input[type="datetime"], .l-main .main .section-topics input[type="datetime"], .section-topics .l-main .main input[type="datetime-local"], .l-main .main .section-topics input[type="datetime-local"], .section-topics .l-main .main input[type="month"], .l-main .main .section-topics input[type="month"],
.section-topics .l-main .main input[type="week"], .l-main .main .section-topics input[type="week"], .section-topics .l-main .main input[type="email"], .l-main .main .section-topics input[type="email"], .section-topics .l-main .main input[type="number"], .l-main .main .section-topics input[type="number"],
.section-topics .l-main .main input[type="search"], .l-main .main .section-topics input[type="search"], .section-topics .l-main .main input[type="tel"], .l-main .main .section-topics input[type="tel"], .section-topics .l-main .main input[type="time"], .l-main .main .section-topics input[type="time"],
.section-topics .l-main .main input[type="url"], .l-main .main .section-topics input[type="url"], .section-topics .l-main .main input[type="color"], .l-main .main .section-topics input[type="color"],
.section-topics .l-main .main textarea, .l-main .main .section-topics textarea, .section-topics .l-main .main select, .l-main .main .section-topics select,
.section-topics form input[type="text"], form .section-topics input[type="text"],
.section-topics form input[type="password"], form .section-topics input[type="password"],
.section-topics form input[type="date"], form .section-topics input[type="date"],
.section-topics form input[type="datetime"], form .section-topics input[type="datetime"],
.section-topics form input[type="datetime-local"], form .section-topics input[type="datetime-local"],
.section-topics form input[type="month"], form .section-topics input[type="month"],
.section-topics form input[type="week"], form .section-topics input[type="week"],
.section-topics form input[type="email"], form .section-topics input[type="email"],
.section-topics form input[type="number"], form .section-topics input[type="number"],
.section-topics form input[type="search"], form .section-topics input[type="search"],
.section-topics form input[type="tel"], form .section-topics input[type="tel"],
.section-topics form input[type="time"], form .section-topics input[type="time"],
.section-topics form input[type="url"], form .section-topics input[type="url"],
.section-topics form input[type="color"], form .section-topics input[type="color"],
.section-topics form textarea, form .section-topics textarea,
.section-topics form select, form .section-topics select, .section-topics .select2-container .select2-choice, .select2-container .section-topics .select2-choice,
.section-topics .select2-container.select2-dropdown-open.select2-drop-above .select2-choice, .select2-container.select2-dropdown-open.select2-drop-above .section-topics .select2-choice,
.section-topics .select2-container .select2-selection--single, .select2-container .section-topics .select2-selection--single, .section-topics .select2-container.select2-container-multi .select2-choices, .select2-container.select2-container-multi .section-topics .select2-choices,
.section-topics .select2-container.select2-container--default .select2-selection.select2-selection--multiple, .select2-container.select2-container--default .section-topics .select2-selection.select2-selection--multiple, .section-topics .select2-drop,
.section-topics .select2-dropdown, .section-topics div.highlighted-frame, .section-topics span.has-tip, .section-topics #header-bar nav.top-bar .top-bar-section ul#main-menu li.has-dropdown.active-trail > a:after, #header-bar nav.top-bar .top-bar-section ul#main-menu .section-topics li.has-dropdown.active-trail > a:after,
.section-topics #header-bar nav.top-bar .top-bar-section ul#main-menu li.has-dropdown.active > a:after, #header-bar nav.top-bar .top-bar-section ul#main-menu .section-topics li.has-dropdown.active > a:after,
.section-topics #header-bar nav.top-bar .top-bar-section ul#main-menu li.has-dropdown > a.active:after, #header-bar nav.top-bar .top-bar-section ul#main-menu .section-topics li.has-dropdown > a.active:after,
.section-topics #header-bar nav.top-bar .top-bar-section ul#secondary-menu li.has-dropdown.active-trail > a:after, #header-bar nav.top-bar .top-bar-section ul#secondary-menu .section-topics li.has-dropdown.active-trail > a:after,
.section-topics #header-bar nav.top-bar .top-bar-section ul#secondary-menu li.has-dropdown.active > a:after, #header-bar nav.top-bar .top-bar-section ul#secondary-menu .section-topics li.has-dropdown.active > a:after,
.section-topics #header-bar nav.top-bar .top-bar-section ul#secondary-menu li.has-dropdown > a.active:after, #header-bar nav.top-bar .top-bar-section ul#secondary-menu .section-topics li.has-dropdown > a.active:after, .section-topics .toggler-header:before,
.section-topics .pr-accordion-links__item .pr-accordion-links__link:before, .pr-accordion-links__item .section-topics .pr-accordion-links__link:before, .section-topics ul.pagination li.current a, ul.pagination li.current .section-topics a, .section-topics .expandable-menu li.has-children:before, .expandable-menu .section-topics li.has-children:before, .section-topics #header-bar nav.top-bar .top-bar-section ul#main-menu li.bipolar > a.active, #header-bar nav.top-bar .top-bar-section ul#main-menu .section-topics li.bipolar > a.active,
.section-topics #header-bar nav.top-bar .top-bar-section ul#main-menu li.bipolar > a.active-trail, #header-bar nav.top-bar .top-bar-section ul#main-menu .section-topics li.bipolar > a.active-trail,
.section-topics #header-bar nav.top-bar .top-bar-section ul#secondary-menu li.bipolar > a.active, #header-bar nav.top-bar .top-bar-section ul#secondary-menu .section-topics li.bipolar > a.active,
.section-topics #header-bar nav.top-bar .top-bar-section ul#secondary-menu li.bipolar > a.active-trail, #header-bar nav.top-bar .top-bar-section ul#secondary-menu .section-topics li.bipolar > a.active-trail, .section-topics .select2-drop .select2-input, .select2-drop .section-topics .select2-input,
.section-topics .select2-dropdown .select2-input, .select2-dropdown .section-topics .select2-input, .section-topics .searchword, .section-topics .lexicon-links ul li > a.current, .lexicon-links ul .section-topics li > a.current, .section-topics .field-name-field-toc ul li.active > a, .field-name-field-toc ul .section-topics li.active > a,
.section-topics .field-name-field-toc ul a.active, .field-name-field-toc ul .section-topics a.active {
  border-color: #C05335;
}

.section-topics .l-title .countries-jump-menu .select2-container .select2-choice, .l-title .countries-jump-menu .select2-container .section-topics .select2-choice,
.section-topics .l-title .countries-jump-menu select, .l-title .countries-jump-menu .section-topics select, .section-topics span.has-tip, .section-topics #header-bar nav.top-bar .top-bar-section ul#main-menu > li.active-trail > a, #header-bar nav.top-bar .top-bar-section .section-topics ul#main-menu > li.active-trail > a,
.section-topics #header-bar nav.top-bar .top-bar-section ul#main-menu > li > a.active, #header-bar nav.top-bar .top-bar-section .section-topics ul#main-menu > li > a.active,
.section-topics #header-bar nav.top-bar .top-bar-section ul#secondary-menu > li.active-trail > a, #header-bar nav.top-bar .top-bar-section .section-topics ul#secondary-menu > li.active-trail > a,
.section-topics #header-bar nav.top-bar .top-bar-section ul#secondary-menu > li > a.active, #header-bar nav.top-bar .top-bar-section .section-topics ul#secondary-menu > li > a.active, .section-topics .toggler-header.active,
.section-topics .pr-accordion-links__item .pr-accordion-links__link.active, .pr-accordion-links__item .section-topics .pr-accordion-links__link.active, .section-topics fieldset legend, fieldset .section-topics legend, .section-topics div.submenu-tabs ul.menu > li.active > a, div.submenu-tabs .section-topics ul.menu > li.active > a, .section-topics div.submenu-tabs ul.resp-tabs-list > li.active > a, div.submenu-tabs .section-topics ul.resp-tabs-list > li.active > a,
.section-topics div.submenu-tabs ul.menu > li.active a.active, div.submenu-tabs ul.menu > li.active .section-topics a.active,
.section-topics div.submenu-tabs ul.resp-tabs-list > li.active a.active, div.submenu-tabs ul.resp-tabs-list > li.active .section-topics a.active,
.section-topics div.submenu-tabs ul.menu > li.active a.selected, div.submenu-tabs ul.menu > li.active .section-topics a.selected,
.section-topics div.submenu-tabs ul.resp-tabs-list > li.active a.selected, div.submenu-tabs ul.resp-tabs-list > li.active .section-topics a.selected,
.section-topics div.submenu-tabs ul.menu > li.active a:hover, div.submenu-tabs ul.menu > li.active .section-topics a:hover,
.section-topics div.submenu-tabs ul.resp-tabs-list > li.active a:hover, div.submenu-tabs ul.resp-tabs-list > li.active .section-topics a:hover,
.section-topics div.submenu-tabs ul.menu > li.active > span, div.submenu-tabs .section-topics ul.menu > li.active > span,
.section-topics div.submenu-tabs ul.resp-tabs-list > li.active > span, div.submenu-tabs .section-topics ul.resp-tabs-list > li.active > span, .section-topics div.submenu-tabs ul.menu > li.active-trail > a, div.submenu-tabs .section-topics ul.menu > li.active-trail > a, .section-topics div.submenu-tabs ul.resp-tabs-list > li.active-trail > a, div.submenu-tabs .section-topics ul.resp-tabs-list > li.active-trail > a,
.section-topics div.submenu-tabs ul.menu > li.active-trail a.active, div.submenu-tabs ul.menu > li.active-trail .section-topics a.active,
.section-topics div.submenu-tabs ul.resp-tabs-list > li.active-trail a.active, div.submenu-tabs ul.resp-tabs-list > li.active-trail .section-topics a.active,
.section-topics div.submenu-tabs ul.menu > li.active-trail a.selected, div.submenu-tabs ul.menu > li.active-trail .section-topics a.selected,
.section-topics div.submenu-tabs ul.resp-tabs-list > li.active-trail a.selected, div.submenu-tabs ul.resp-tabs-list > li.active-trail .section-topics a.selected,
.section-topics div.submenu-tabs ul.menu > li.active-trail a:hover, div.submenu-tabs ul.menu > li.active-trail .section-topics a:hover,
.section-topics div.submenu-tabs ul.resp-tabs-list > li.active-trail a:hover, div.submenu-tabs ul.resp-tabs-list > li.active-trail .section-topics a:hover,
.section-topics div.submenu-tabs ul.menu > li.active-trail > span, div.submenu-tabs .section-topics ul.menu > li.active-trail > span,
.section-topics div.submenu-tabs ul.resp-tabs-list > li.active-trail > span, div.submenu-tabs .section-topics ul.resp-tabs-list > li.active-trail > span, .section-topics div.submenu-tabs ul.menu > li.selected > a, div.submenu-tabs .section-topics ul.menu > li.selected > a, .section-topics div.submenu-tabs ul.resp-tabs-list > li.selected > a, div.submenu-tabs .section-topics ul.resp-tabs-list > li.selected > a,
.section-topics div.submenu-tabs ul.menu > li.selected a.active, div.submenu-tabs ul.menu > li.selected .section-topics a.active,
.section-topics div.submenu-tabs ul.resp-tabs-list > li.selected a.active, div.submenu-tabs ul.resp-tabs-list > li.selected .section-topics a.active,
.section-topics div.submenu-tabs ul.menu > li.selected a.selected, div.submenu-tabs ul.menu > li.selected .section-topics a.selected,
.section-topics div.submenu-tabs ul.resp-tabs-list > li.selected a.selected, div.submenu-tabs ul.resp-tabs-list > li.selected .section-topics a.selected,
.section-topics div.submenu-tabs ul.menu > li.selected a:hover, div.submenu-tabs ul.menu > li.selected .section-topics a:hover,
.section-topics div.submenu-tabs ul.resp-tabs-list > li.selected a:hover, div.submenu-tabs ul.resp-tabs-list > li.selected .section-topics a:hover,
.section-topics div.submenu-tabs ul.menu > li.selected > span, div.submenu-tabs .section-topics ul.menu > li.selected > span,
.section-topics div.submenu-tabs ul.resp-tabs-list > li.selected > span, div.submenu-tabs .section-topics ul.resp-tabs-list > li.selected > span, .section-topics div.submenu-tabs ul.menu > li.resp-tab-active > a, div.submenu-tabs .section-topics ul.menu > li.resp-tab-active > a, .section-topics div.submenu-tabs ul.resp-tabs-list > li.resp-tab-active > a, div.submenu-tabs .section-topics ul.resp-tabs-list > li.resp-tab-active > a,
.section-topics div.submenu-tabs ul.menu > li.resp-tab-active a.active, div.submenu-tabs ul.menu > li.resp-tab-active .section-topics a.active,
.section-topics div.submenu-tabs ul.resp-tabs-list > li.resp-tab-active a.active, div.submenu-tabs ul.resp-tabs-list > li.resp-tab-active .section-topics a.active,
.section-topics div.submenu-tabs ul.menu > li.resp-tab-active a.selected, div.submenu-tabs ul.menu > li.resp-tab-active .section-topics a.selected,
.section-topics div.submenu-tabs ul.resp-tabs-list > li.resp-tab-active a.selected, div.submenu-tabs ul.resp-tabs-list > li.resp-tab-active .section-topics a.selected,
.section-topics div.submenu-tabs ul.menu > li.resp-tab-active a:hover, div.submenu-tabs ul.menu > li.resp-tab-active .section-topics a:hover,
.section-topics div.submenu-tabs ul.resp-tabs-list > li.resp-tab-active a:hover, div.submenu-tabs ul.resp-tabs-list > li.resp-tab-active .section-topics a:hover,
.section-topics div.submenu-tabs ul.menu > li.resp-tab-active > span, div.submenu-tabs .section-topics ul.menu > li.resp-tab-active > span,
.section-topics div.submenu-tabs ul.resp-tabs-list > li.resp-tab-active > span, div.submenu-tabs .section-topics ul.resp-tabs-list > li.resp-tab-active > span, .section-topics div.submenu-tabs ul.menu > li.r-tabs-state-active > a, div.submenu-tabs .section-topics ul.menu > li.r-tabs-state-active > a, .section-topics div.submenu-tabs ul.resp-tabs-list > li.r-tabs-state-active > a, div.submenu-tabs .section-topics ul.resp-tabs-list > li.r-tabs-state-active > a,
.section-topics div.submenu-tabs ul.menu > li.r-tabs-state-active a.active, div.submenu-tabs ul.menu > li.r-tabs-state-active .section-topics a.active,
.section-topics div.submenu-tabs ul.resp-tabs-list > li.r-tabs-state-active a.active, div.submenu-tabs ul.resp-tabs-list > li.r-tabs-state-active .section-topics a.active,
.section-topics div.submenu-tabs ul.menu > li.r-tabs-state-active a.selected, div.submenu-tabs ul.menu > li.r-tabs-state-active .section-topics a.selected,
.section-topics div.submenu-tabs ul.resp-tabs-list > li.r-tabs-state-active a.selected, div.submenu-tabs ul.resp-tabs-list > li.r-tabs-state-active .section-topics a.selected,
.section-topics div.submenu-tabs ul.menu > li.r-tabs-state-active a:hover, div.submenu-tabs ul.menu > li.r-tabs-state-active .section-topics a:hover,
.section-topics div.submenu-tabs ul.resp-tabs-list > li.r-tabs-state-active a:hover, div.submenu-tabs ul.resp-tabs-list > li.r-tabs-state-active .section-topics a:hover,
.section-topics div.submenu-tabs ul.menu > li.r-tabs-state-active > span, div.submenu-tabs .section-topics ul.menu > li.r-tabs-state-active > span,
.section-topics div.submenu-tabs ul.resp-tabs-list > li.r-tabs-state-active > span, div.submenu-tabs .section-topics ul.resp-tabs-list > li.r-tabs-state-active > span, .section-topics ul.tabs.vertical li.tab-title.active a, ul.tabs.vertical li.tab-title.active .section-topics a, .section-topics ul.pagination li.current a, ul.pagination li.current .section-topics a, .section-topics .lexicon-links ul li > a.current, .lexicon-links ul .section-topics li > a.current, .section-topics .field-name-field-toc ul li.active > a, .field-name-field-toc ul .section-topics li.active > a,
.section-topics .field-name-field-toc ul a.active, .field-name-field-toc ul .section-topics a.active {
  color: #C05335;
}

.section-topics .rich-text ol > li:before, .rich-text .section-topics ol > li:before,
.section-topics .l-main .block-block ol > li:before, .l-main .block-block .section-topics ol > li:before,
.section-topics .cke_editable ol > li:before, .cke_editable .section-topics ol > li:before,
.section-topics .rich-text .toggler-body ol > li:before,
.section-topics .node.view-mode-full .toggler-body ol > li:before, .node.view-mode-full .toggler-body .section-topics ol > li:before, .section-topics a.highlighted-link:after, .section-topics .l-main a.more:after, .l-main .section-topics a.more:after, .section-topics .l-main a.more-inline:after, .l-main .section-topics a.more-inline:after, .section-topics .l-main ul.tabs.vertical li.tab-title > a:after, .l-main ul.tabs.vertical .section-topics li.tab-title > a:after, .section-topics ul.tabs.vertical .l-main li.tab-title > a:after, ul.tabs.vertical .l-main .section-topics li.tab-title > a:after, .section-topics .l-main .block-menu-pager .menu-pager a:after, .l-main .block-menu-pager .menu-pager .section-topics a:after, .section-topics .block-menu-pager .menu-pager .l-main a:after, .block-menu-pager .menu-pager .l-main .section-topics a:after, .section-topics .l-main .promo-grid div.item:after, .l-main .promo-grid .section-topics div.item:after, .section-topics .promo-grid .l-main div.item:after, .promo-grid .l-main .section-topics div.item:after, .section-topics .l-main #group-timeline .vco-slider div.title:after, .l-main #group-timeline .vco-slider .section-topics div.title:after, .section-topics #group-timeline .vco-slider .l-main div.title:after, #group-timeline .vco-slider .l-main .section-topics div.title:after, .section-topics .clear-answers a:before, .clear-answers .section-topics a:before,
.section-topics a.clear-answers:before, .section-topics .view-filters .views-reset-button button#edit-reset:before, .view-filters .views-reset-button .section-topics button#edit-reset:before,
.section-topics .view-filters .dgs-clear-filters button#edit-reset:before, .view-filters .dgs-clear-filters .section-topics button#edit-reset:before, .section-topics a.back:before, .section-topics ul.breadcrumbs > *:before, .section-topics .expandable-menu ul li a.active:after, .expandable-menu ul li .section-topics a.active:after,
.section-topics .expandable-menu ul li span.active:after, .expandable-menu ul li .section-topics span.active:after, .section-topics h2.lexicon-letter, .section-topics .field-name-field-toc ul a:before, .field-name-field-toc ul .section-topics a:before {
  color: #C05335;
}

.section-topics h1, .section-topics .rich-text h2, .rich-text .section-topics h2, .section-topics .rich-text h3, .rich-text .section-topics h3, .section-topics .rich-text h4, .rich-text .section-topics h4, .section-topics .rich-text h5, .rich-text .section-topics h5, .section-topics .rich-text h6, .rich-text .section-topics h6,
.section-topics .l-main .block-block h1, .l-main .block-block .section-topics h1,
.section-topics .l-main .block-block h2, .l-main .block-block .section-topics h2,
.section-topics .l-main .block-block h3, .l-main .block-block .section-topics h3,
.section-topics .l-main .block-block h4, .l-main .block-block .section-topics h4,
.section-topics .l-main .block-block h5, .l-main .block-block .section-topics h5,
.section-topics .l-main .block-block h6, .l-main .block-block .section-topics h6,
.section-topics .cke_editable h2, .cke_editable .section-topics h2,
.section-topics .cke_editable h3, .cke_editable .section-topics h3,
.section-topics .cke_editable h4, .cke_editable .section-topics h4,
.section-topics .cke_editable h5, .cke_editable .section-topics h5,
.section-topics .cke_editable h6, .cke_editable .section-topics h6,
.section-topics .rich-text .toggler-body h1, .rich-text .toggler-body .section-topics h1,
.section-topics .node.view-mode-full .toggler-body h1, .node.view-mode-full .toggler-body .section-topics h1,
.section-topics .node.view-mode-full .toggler-body h2, .node.view-mode-full .toggler-body .section-topics h2,
.section-topics .node.view-mode-full .toggler-body h3, .node.view-mode-full .toggler-body .section-topics h3,
.section-topics .node.view-mode-full .toggler-body h4, .node.view-mode-full .toggler-body .section-topics h4,
.section-topics .node.view-mode-full .toggler-body h5, .node.view-mode-full .toggler-body .section-topics h5,
.section-topics .node.view-mode-full .toggler-body h6, .node.view-mode-full .toggler-body .section-topics h6,
.section-topics .group-content > .field > h2,
.section-topics .group-content > .field-group-div > h2,
.section-topics .group-content > .field-group-div > .field > h2,
.section-topics .group-content .field-name-field-enge-user-areas-of-interv > h2, .group-content .section-topics .field-name-field-enge-user-areas-of-interv > h2,
.section-topics .resp-tab-content > .field > h2,
.section-topics .resp-tab-content > .field-group-div > h2,
.section-topics .resp-tab-content > .field-group-div > .field > h2,
.section-topics .resp-tab-content .field-name-field-enge-user-areas-of-interv > h2, .resp-tab-content .section-topics .field-name-field-enge-user-areas-of-interv > h2, .section-topics .content-header-full h2.block-title, .content-header-full .section-topics h2.block-title,
.section-topics .content-footer-full h2.block-title, .content-footer-full .section-topics h2.block-title,
.section-topics .content-footer h2.block-title, .content-footer .section-topics h2.block-title, .section-topics .sidebar-menu .expandable-menu h2.block-title, .sidebar-menu .expandable-menu .section-topics h2.block-title, .section-topics .block-eige-base-ec-share-buttons h3, .block-eige-base-ec-share-buttons .section-topics h3, .section-topics ul.tabs.vertical + .view-content.tabs-content .content h2, ul.tabs.vertical + .view-content.tabs-content .content .section-topics h2, .section-topics .panel-pane .pane-title, .panel-pane .section-topics .pane-title, .section-topics #group-timeline h2, #group-timeline .section-topics h2, .section-topics #group-timeline .content-container h3, #group-timeline .content-container .section-topics h3, .section-topics .print-content #group-timeline .field-name-field-timeline-event-title, .print-content #group-timeline .section-topics .field-name-field-timeline-event-title {
  color: #C05335;
}

.section-topics a.highlighted-link {
  background-color: #efd4cd;
}

.section-topics .gray-box a.highlighted-link {
  background-color: #C05335;
}

.section-topics div.highlighted-box {
  background-color: #C05335;
}

.section-topics div.highlighted-box .file-download:before {
  color: #C05335 !important;
}

.section-topics .select2-drop ul li:hover, .select2-drop ul .section-topics li:hover,
.section-topics .select2-dropdown ul li:hover, .select2-dropdown ul .section-topics li:hover, .section-topics .select2-drop .select2-results .select2-highlighted, .select2-drop .select2-results .section-topics .select2-highlighted,
.section-topics .select2-drop .select2-results__option--highlighted, .select2-drop .section-topics .select2-results__option--highlighted,
.section-topics .select2-dropdown .select2-results .select2-highlighted, .select2-dropdown .select2-results .section-topics .select2-highlighted,
.section-topics .select2-dropdown .select2-results__option--highlighted, .select2-dropdown .section-topics .select2-results__option--highlighted {
  background-color: #f2ddd7;
}

.section-topics .promo-grid div.item {
  background-color: #C05335;
}

.section-topics .promo-grid div.item:hover {
  background-color: #f1d9d3 !important;
}

.section-topics .mock-promo-grid-item {
  background-color: #C05335;
}

.section-topics ul.tabs.vertical li.tab-title:nth-child(even) a {
  background-color: #efd4cd;
}

.section-topics ul.tabs.vertical li.tab-title:nth-child(odd) a {
  background-color: #e6baae;
}

.section-topics .multiRowHorizontalBarGraph .bar {
  background-color: #c85737;
}

.section-topics .multiRowHorizontalBarGraph .bar + .bar {
  background-color: #b44e32;
}

.section-topics .rich-text table tbody,
.section-topics .l-main .block-block table tbody,
.section-topics .cke_editable table tbody,
.section-topics .toggler-body table tbody,
.section-topics .pr-accordion-links__item .pr-accordion-links__hidden-content table tbody,
.pr-accordion-links__item .section-topics .pr-accordion-links__hidden-content table tbody {
  background-color: #f9eeeb;
}

.section-topics .rich-text table tr th,
.section-topics .l-main .block-block table tr th,
.section-topics .cke_editable table tr th,
.section-topics .toggler-body table tr th,
.section-topics .pr-accordion-links__item .pr-accordion-links__hidden-content table tr th,
.pr-accordion-links__item .section-topics .pr-accordion-links__hidden-content table tr th {
  background-color: #e6baae;
}

.section-topics .rich-text table tr.even,
.section-topics .rich-text table tr.alt,
.section-topics .rich-text table tr:nth-of-type(even),
.section-topics .l-main .block-block table tr.even,
.section-topics .l-main .block-block table tr.alt,
.section-topics .l-main .block-block table tr:nth-of-type(even),
.section-topics .cke_editable table tr.even,
.section-topics .cke_editable table tr.alt,
.section-topics .cke_editable table tr:nth-of-type(even),
.section-topics .toggler-body table tr.even,
.section-topics .pr-accordion-links__item .pr-accordion-links__hidden-content table tr.even,
.pr-accordion-links__item .section-topics .pr-accordion-links__hidden-content table tr.even,
.section-topics .toggler-body table tr.alt,
.section-topics .pr-accordion-links__item .pr-accordion-links__hidden-content table tr.alt,
.pr-accordion-links__item .section-topics .pr-accordion-links__hidden-content table tr.alt,
.section-topics .toggler-body table tr:nth-of-type(even),
.section-topics .pr-accordion-links__item .pr-accordion-links__hidden-content table tr:nth-of-type(even),
.pr-accordion-links__item .section-topics .pr-accordion-links__hidden-content table tr:nth-of-type(even) {
  background-color: #f4e0db;
}

.section-topics .tooltip {
  background-color: #f2ddd7;
}

.section-topics .tooltip span.nub {
  border-bottom-color: #f2ddd7;
}

.section-gender-mainstreaming #header-bar nav.top-bar .top-bar-section ul#main-menu ul.dropdown li.active-trail > a, #header-bar nav.top-bar .top-bar-section ul#main-menu ul.dropdown .section-gender-mainstreaming li.active-trail > a,
.section-gender-mainstreaming #header-bar nav.top-bar .top-bar-section ul#main-menu ul.dropdown li.active > a, #header-bar nav.top-bar .top-bar-section ul#main-menu ul.dropdown .section-gender-mainstreaming li.active > a,
.section-gender-mainstreaming #header-bar nav.top-bar .top-bar-section ul#main-menu ul.dropdown a.active, #header-bar nav.top-bar .top-bar-section ul#main-menu ul.dropdown .section-gender-mainstreaming a.active,
.section-gender-mainstreaming #header-bar nav.top-bar .top-bar-section ul#secondary-menu ul.dropdown li.active-trail > a, #header-bar nav.top-bar .top-bar-section ul#secondary-menu ul.dropdown .section-gender-mainstreaming li.active-trail > a,
.section-gender-mainstreaming #header-bar nav.top-bar .top-bar-section ul#secondary-menu ul.dropdown li.active > a, #header-bar nav.top-bar .top-bar-section ul#secondary-menu ul.dropdown .section-gender-mainstreaming li.active > a,
.section-gender-mainstreaming #header-bar nav.top-bar .top-bar-section ul#secondary-menu ul.dropdown a.active, #header-bar nav.top-bar .top-bar-section ul#secondary-menu ul.dropdown .section-gender-mainstreaming a.active, .section-gender-mainstreaming .expandable-menu ul li a.active, .expandable-menu ul li .section-gender-mainstreaming a.active,
.section-gender-mainstreaming .expandable-menu ul li span.active, .expandable-menu ul li .section-gender-mainstreaming span.active, .section-gender-mainstreaming #group-timeline .marker.active h3, #group-timeline .marker.active .section-gender-mainstreaming h3 {
  color: #295829;
}

@media only screen and (max-width: 40em) {
  .section-gender-mainstreaming .promo-grid div.item:nth-child(even) {
    background-color: #295829;
  }
}

.section-gender-mainstreaming div.promo-grid.items-1 div.item:nth-child(even) {
  background-color: #295829;
}

@media only screen and (min-width: 40.063em) {
  .section-gender-mainstreaming div.promo-grid.items-2 div.item:nth-child(4n), .section-gender-mainstreaming div.promo-grid.items-2 div.item:nth-child(4n+1) {
    background-color: #295829;
  }
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  .section-gender-mainstreaming div.promo-grid.items-4 div.item:nth-child(4n), .section-gender-mainstreaming div.promo-grid.items-4 div.item:nth-child(4n+1) {
    background-color: #295829;
  }
}

@media only screen and (min-width: 64.063em) {
  .section-gender-mainstreaming div.promo-grid.items-4 div.item:nth-child(8n+2), .section-gender-mainstreaming div.promo-grid.items-4 div.item:nth-child(8n+4), .section-gender-mainstreaming div.promo-grid.items-4 div.item:nth-child(8n+5), .section-gender-mainstreaming div.promo-grid.items-4 div.item:nth-child(8n+7) {
    background-color: #295829;
  }
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  .section-gender-mainstreaming div.promo-grid.items-3 div.item:nth-child(4n), .section-gender-mainstreaming div.promo-grid.items-3 div.item:nth-child(4n+1) {
    background-color: #295829;
  }
}

@media only screen and (min-width: 64.063em) {
  .section-gender-mainstreaming div.promo-grid.items-3 div.item:nth-child(even) {
    background-color: #295829;
  }
}

@media only screen and (min-width: 64.063em) {
  .section-gender-mainstreaming .promo-grid-wrapper .promo-grid div.item:nth-child(3):before {
    background-color: #295829;
  }
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  .section-gender-mainstreaming .mock-promo-grid-item:after {
    background-color: #295829;
  }
}

.section-gender-based-violence #header-bar nav.top-bar .top-bar-section ul#main-menu ul.dropdown li.active-trail > a, #header-bar nav.top-bar .top-bar-section ul#main-menu ul.dropdown .section-gender-based-violence li.active-trail > a,
.section-gender-based-violence #header-bar nav.top-bar .top-bar-section ul#main-menu ul.dropdown li.active > a, #header-bar nav.top-bar .top-bar-section ul#main-menu ul.dropdown .section-gender-based-violence li.active > a,
.section-gender-based-violence #header-bar nav.top-bar .top-bar-section ul#main-menu ul.dropdown a.active, #header-bar nav.top-bar .top-bar-section ul#main-menu ul.dropdown .section-gender-based-violence a.active,
.section-gender-based-violence #header-bar nav.top-bar .top-bar-section ul#secondary-menu ul.dropdown li.active-trail > a, #header-bar nav.top-bar .top-bar-section ul#secondary-menu ul.dropdown .section-gender-based-violence li.active-trail > a,
.section-gender-based-violence #header-bar nav.top-bar .top-bar-section ul#secondary-menu ul.dropdown li.active > a, #header-bar nav.top-bar .top-bar-section ul#secondary-menu ul.dropdown .section-gender-based-violence li.active > a,
.section-gender-based-violence #header-bar nav.top-bar .top-bar-section ul#secondary-menu ul.dropdown a.active, #header-bar nav.top-bar .top-bar-section ul#secondary-menu ul.dropdown .section-gender-based-violence a.active, .section-gender-based-violence .expandable-menu ul li a.active, .expandable-menu ul li .section-gender-based-violence a.active,
.section-gender-based-violence .expandable-menu ul li span.active, .expandable-menu ul li .section-gender-based-violence span.active, .section-gender-based-violence #group-timeline .marker.active h3, #group-timeline .marker.active .section-gender-based-violence h3 {
  color: #4564A1;
}

@media only screen and (max-width: 40em) {
  .section-gender-based-violence .promo-grid div.item:nth-child(even) {
    background-color: #4564A1;
  }
}

.section-gender-based-violence div.promo-grid.items-1 div.item:nth-child(even) {
  background-color: #4564A1;
}

@media only screen and (min-width: 40.063em) {
  .section-gender-based-violence div.promo-grid.items-2 div.item:nth-child(4n), .section-gender-based-violence div.promo-grid.items-2 div.item:nth-child(4n+1) {
    background-color: #4564A1;
  }
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  .section-gender-based-violence div.promo-grid.items-4 div.item:nth-child(4n), .section-gender-based-violence div.promo-grid.items-4 div.item:nth-child(4n+1) {
    background-color: #4564A1;
  }
}

@media only screen and (min-width: 64.063em) {
  .section-gender-based-violence div.promo-grid.items-4 div.item:nth-child(8n+2), .section-gender-based-violence div.promo-grid.items-4 div.item:nth-child(8n+4), .section-gender-based-violence div.promo-grid.items-4 div.item:nth-child(8n+5), .section-gender-based-violence div.promo-grid.items-4 div.item:nth-child(8n+7) {
    background-color: #4564A1;
  }
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  .section-gender-based-violence div.promo-grid.items-3 div.item:nth-child(4n), .section-gender-based-violence div.promo-grid.items-3 div.item:nth-child(4n+1) {
    background-color: #4564A1;
  }
}

@media only screen and (min-width: 64.063em) {
  .section-gender-based-violence div.promo-grid.items-3 div.item:nth-child(even) {
    background-color: #4564A1;
  }
}

@media only screen and (min-width: 64.063em) {
  .section-gender-based-violence .promo-grid-wrapper .promo-grid div.item:nth-child(3):before {
    background-color: #4564A1;
  }
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  .section-gender-based-violence .mock-promo-grid-item:after {
    background-color: #4564A1;
  }
}

.section-gender-statistics #header-bar nav.top-bar .top-bar-section ul#main-menu ul.dropdown li.active-trail > a, #header-bar nav.top-bar .top-bar-section ul#main-menu ul.dropdown .section-gender-statistics li.active-trail > a,
.section-gender-statistics #header-bar nav.top-bar .top-bar-section ul#main-menu ul.dropdown li.active > a, #header-bar nav.top-bar .top-bar-section ul#main-menu ul.dropdown .section-gender-statistics li.active > a,
.section-gender-statistics #header-bar nav.top-bar .top-bar-section ul#main-menu ul.dropdown a.active, #header-bar nav.top-bar .top-bar-section ul#main-menu ul.dropdown .section-gender-statistics a.active,
.section-gender-statistics #header-bar nav.top-bar .top-bar-section ul#secondary-menu ul.dropdown li.active-trail > a, #header-bar nav.top-bar .top-bar-section ul#secondary-menu ul.dropdown .section-gender-statistics li.active-trail > a,
.section-gender-statistics #header-bar nav.top-bar .top-bar-section ul#secondary-menu ul.dropdown li.active > a, #header-bar nav.top-bar .top-bar-section ul#secondary-menu ul.dropdown .section-gender-statistics li.active > a,
.section-gender-statistics #header-bar nav.top-bar .top-bar-section ul#secondary-menu ul.dropdown a.active, #header-bar nav.top-bar .top-bar-section ul#secondary-menu ul.dropdown .section-gender-statistics a.active, .section-gender-statistics .expandable-menu ul li a.active, .expandable-menu ul li .section-gender-statistics a.active,
.section-gender-statistics .expandable-menu ul li span.active, .expandable-menu ul li .section-gender-statistics span.active, .section-gender-statistics #group-timeline .marker.active h3, #group-timeline .marker.active .section-gender-statistics h3 {
  color: #413B72;
}

@media only screen and (max-width: 40em) {
  .section-gender-statistics .promo-grid div.item:nth-child(even) {
    background-color: #413B72;
  }
}

.section-gender-statistics div.promo-grid.items-1 div.item:nth-child(even) {
  background-color: #413B72;
}

@media only screen and (min-width: 40.063em) {
  .section-gender-statistics div.promo-grid.items-2 div.item:nth-child(4n), .section-gender-statistics div.promo-grid.items-2 div.item:nth-child(4n+1) {
    background-color: #413B72;
  }
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  .section-gender-statistics div.promo-grid.items-4 div.item:nth-child(4n), .section-gender-statistics div.promo-grid.items-4 div.item:nth-child(4n+1) {
    background-color: #413B72;
  }
}

@media only screen and (min-width: 64.063em) {
  .section-gender-statistics div.promo-grid.items-4 div.item:nth-child(8n+2), .section-gender-statistics div.promo-grid.items-4 div.item:nth-child(8n+4), .section-gender-statistics div.promo-grid.items-4 div.item:nth-child(8n+5), .section-gender-statistics div.promo-grid.items-4 div.item:nth-child(8n+7) {
    background-color: #413B72;
  }
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  .section-gender-statistics div.promo-grid.items-3 div.item:nth-child(4n), .section-gender-statistics div.promo-grid.items-3 div.item:nth-child(4n+1) {
    background-color: #413B72;
  }
}

@media only screen and (min-width: 64.063em) {
  .section-gender-statistics div.promo-grid.items-3 div.item:nth-child(even) {
    background-color: #413B72;
  }
}

@media only screen and (min-width: 64.063em) {
  .section-gender-statistics .promo-grid-wrapper .promo-grid div.item:nth-child(3):before {
    background-color: #413B72;
  }
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  .section-gender-statistics .mock-promo-grid-item:after {
    background-color: #413B72;
  }
}

.section-gender-equality-index #header-bar nav.top-bar .top-bar-section ul#main-menu ul.dropdown li.active-trail > a, #header-bar nav.top-bar .top-bar-section ul#main-menu ul.dropdown .section-gender-equality-index li.active-trail > a,
.section-gender-equality-index #header-bar nav.top-bar .top-bar-section ul#main-menu ul.dropdown li.active > a, #header-bar nav.top-bar .top-bar-section ul#main-menu ul.dropdown .section-gender-equality-index li.active > a,
.section-gender-equality-index #header-bar nav.top-bar .top-bar-section ul#main-menu ul.dropdown a.active, #header-bar nav.top-bar .top-bar-section ul#main-menu ul.dropdown .section-gender-equality-index a.active,
.section-gender-equality-index #header-bar nav.top-bar .top-bar-section ul#secondary-menu ul.dropdown li.active-trail > a, #header-bar nav.top-bar .top-bar-section ul#secondary-menu ul.dropdown .section-gender-equality-index li.active-trail > a,
.section-gender-equality-index #header-bar nav.top-bar .top-bar-section ul#secondary-menu ul.dropdown li.active > a, #header-bar nav.top-bar .top-bar-section ul#secondary-menu ul.dropdown .section-gender-equality-index li.active > a,
.section-gender-equality-index #header-bar nav.top-bar .top-bar-section ul#secondary-menu ul.dropdown a.active, #header-bar nav.top-bar .top-bar-section ul#secondary-menu ul.dropdown .section-gender-equality-index a.active, .section-gender-equality-index .expandable-menu ul li a.active, .expandable-menu ul li .section-gender-equality-index a.active,
.section-gender-equality-index .expandable-menu ul li span.active, .expandable-menu ul li .section-gender-equality-index span.active, .section-gender-equality-index #group-timeline .marker.active h3, #group-timeline .marker.active .section-gender-equality-index h3 {
  color: #714579;
}

@media only screen and (max-width: 40em) {
  .section-gender-equality-index .promo-grid div.item:nth-child(even) {
    background-color: #714579;
  }
}

.section-gender-equality-index div.promo-grid.items-1 div.item:nth-child(even) {
  background-color: #714579;
}

@media only screen and (min-width: 40.063em) {
  .section-gender-equality-index div.promo-grid.items-2 div.item:nth-child(4n), .section-gender-equality-index div.promo-grid.items-2 div.item:nth-child(4n+1) {
    background-color: #714579;
  }
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  .section-gender-equality-index div.promo-grid.items-4 div.item:nth-child(4n), .section-gender-equality-index div.promo-grid.items-4 div.item:nth-child(4n+1) {
    background-color: #714579;
  }
}

@media only screen and (min-width: 64.063em) {
  .section-gender-equality-index div.promo-grid.items-4 div.item:nth-child(8n+2), .section-gender-equality-index div.promo-grid.items-4 div.item:nth-child(8n+4), .section-gender-equality-index div.promo-grid.items-4 div.item:nth-child(8n+5), .section-gender-equality-index div.promo-grid.items-4 div.item:nth-child(8n+7) {
    background-color: #714579;
  }
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  .section-gender-equality-index div.promo-grid.items-3 div.item:nth-child(4n), .section-gender-equality-index div.promo-grid.items-3 div.item:nth-child(4n+1) {
    background-color: #714579;
  }
}

@media only screen and (min-width: 64.063em) {
  .section-gender-equality-index div.promo-grid.items-3 div.item:nth-child(even) {
    background-color: #714579;
  }
}

@media only screen and (min-width: 64.063em) {
  .section-gender-equality-index .promo-grid-wrapper .promo-grid div.item:nth-child(3):before {
    background-color: #714579;
  }
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  .section-gender-equality-index .mock-promo-grid-item:after {
    background-color: #714579;
  }
}

.section-beijing-platform-for-action #header-bar nav.top-bar .top-bar-section ul#main-menu ul.dropdown li.active-trail > a, #header-bar nav.top-bar .top-bar-section ul#main-menu ul.dropdown .section-beijing-platform-for-action li.active-trail > a,
.section-beijing-platform-for-action #header-bar nav.top-bar .top-bar-section ul#main-menu ul.dropdown li.active > a, #header-bar nav.top-bar .top-bar-section ul#main-menu ul.dropdown .section-beijing-platform-for-action li.active > a,
.section-beijing-platform-for-action #header-bar nav.top-bar .top-bar-section ul#main-menu ul.dropdown a.active, #header-bar nav.top-bar .top-bar-section ul#main-menu ul.dropdown .section-beijing-platform-for-action a.active,
.section-beijing-platform-for-action #header-bar nav.top-bar .top-bar-section ul#secondary-menu ul.dropdown li.active-trail > a, #header-bar nav.top-bar .top-bar-section ul#secondary-menu ul.dropdown .section-beijing-platform-for-action li.active-trail > a,
.section-beijing-platform-for-action #header-bar nav.top-bar .top-bar-section ul#secondary-menu ul.dropdown li.active > a, #header-bar nav.top-bar .top-bar-section ul#secondary-menu ul.dropdown .section-beijing-platform-for-action li.active > a,
.section-beijing-platform-for-action #header-bar nav.top-bar .top-bar-section ul#secondary-menu ul.dropdown a.active, #header-bar nav.top-bar .top-bar-section ul#secondary-menu ul.dropdown .section-beijing-platform-for-action a.active, .section-beijing-platform-for-action .expandable-menu ul li a.active, .expandable-menu ul li .section-beijing-platform-for-action a.active,
.section-beijing-platform-for-action .expandable-menu ul li span.active, .expandable-menu ul li .section-beijing-platform-for-action span.active, .section-beijing-platform-for-action #group-timeline .marker.active h3, #group-timeline .marker.active .section-beijing-platform-for-action h3 {
  color: #226D66;
}

@media only screen and (max-width: 40em) {
  .section-beijing-platform-for-action .promo-grid div.item:nth-child(even) {
    background-color: #226D66;
  }
}

.section-beijing-platform-for-action div.promo-grid.items-1 div.item:nth-child(even) {
  background-color: #226D66;
}

@media only screen and (min-width: 40.063em) {
  .section-beijing-platform-for-action div.promo-grid.items-2 div.item:nth-child(4n), .section-beijing-platform-for-action div.promo-grid.items-2 div.item:nth-child(4n+1) {
    background-color: #226D66;
  }
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  .section-beijing-platform-for-action div.promo-grid.items-4 div.item:nth-child(4n), .section-beijing-platform-for-action div.promo-grid.items-4 div.item:nth-child(4n+1) {
    background-color: #226D66;
  }
}

@media only screen and (min-width: 64.063em) {
  .section-beijing-platform-for-action div.promo-grid.items-4 div.item:nth-child(8n+2), .section-beijing-platform-for-action div.promo-grid.items-4 div.item:nth-child(8n+4), .section-beijing-platform-for-action div.promo-grid.items-4 div.item:nth-child(8n+5), .section-beijing-platform-for-action div.promo-grid.items-4 div.item:nth-child(8n+7) {
    background-color: #226D66;
  }
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  .section-beijing-platform-for-action div.promo-grid.items-3 div.item:nth-child(4n), .section-beijing-platform-for-action div.promo-grid.items-3 div.item:nth-child(4n+1) {
    background-color: #226D66;
  }
}

@media only screen and (min-width: 64.063em) {
  .section-beijing-platform-for-action div.promo-grid.items-3 div.item:nth-child(even) {
    background-color: #226D66;
  }
}

@media only screen and (min-width: 64.063em) {
  .section-beijing-platform-for-action .promo-grid-wrapper .promo-grid div.item:nth-child(3):before {
    background-color: #226D66;
  }
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  .section-beijing-platform-for-action .mock-promo-grid-item:after {
    background-color: #226D66;
  }
}

.section-topics #header-bar nav.top-bar .top-bar-section ul#main-menu ul.dropdown li.active-trail > a, #header-bar nav.top-bar .top-bar-section ul#main-menu ul.dropdown .section-topics li.active-trail > a,
.section-topics #header-bar nav.top-bar .top-bar-section ul#main-menu ul.dropdown li.active > a, #header-bar nav.top-bar .top-bar-section ul#main-menu ul.dropdown .section-topics li.active > a,
.section-topics #header-bar nav.top-bar .top-bar-section ul#main-menu ul.dropdown a.active, #header-bar nav.top-bar .top-bar-section ul#main-menu ul.dropdown .section-topics a.active,
.section-topics #header-bar nav.top-bar .top-bar-section ul#secondary-menu ul.dropdown li.active-trail > a, #header-bar nav.top-bar .top-bar-section ul#secondary-menu ul.dropdown .section-topics li.active-trail > a,
.section-topics #header-bar nav.top-bar .top-bar-section ul#secondary-menu ul.dropdown li.active > a, #header-bar nav.top-bar .top-bar-section ul#secondary-menu ul.dropdown .section-topics li.active > a,
.section-topics #header-bar nav.top-bar .top-bar-section ul#secondary-menu ul.dropdown a.active, #header-bar nav.top-bar .top-bar-section ul#secondary-menu ul.dropdown .section-topics a.active, .section-topics .expandable-menu ul li a.active, .expandable-menu ul li .section-topics a.active,
.section-topics .expandable-menu ul li span.active, .expandable-menu ul li .section-topics span.active, .section-topics #group-timeline .marker.active h3, #group-timeline .marker.active .section-topics h3 {
  color: #963d25;
}

@media only screen and (max-width: 40em) {
  .section-topics .promo-grid div.item:nth-child(even) {
    background-color: #963d25;
  }
}

.section-topics div.promo-grid.items-1 div.item:nth-child(even) {
  background-color: #963d25;
}

@media only screen and (min-width: 40.063em) {
  .section-topics div.promo-grid.items-2 div.item:nth-child(4n), .section-topics div.promo-grid.items-2 div.item:nth-child(4n+1) {
    background-color: #963d25;
  }
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  .section-topics div.promo-grid.items-4 div.item:nth-child(4n), .section-topics div.promo-grid.items-4 div.item:nth-child(4n+1) {
    background-color: #963d25;
  }
}

@media only screen and (min-width: 64.063em) {
  .section-topics div.promo-grid.items-4 div.item:nth-child(8n+2), .section-topics div.promo-grid.items-4 div.item:nth-child(8n+4), .section-topics div.promo-grid.items-4 div.item:nth-child(8n+5), .section-topics div.promo-grid.items-4 div.item:nth-child(8n+7) {
    background-color: #963d25;
  }
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  .section-topics div.promo-grid.items-3 div.item:nth-child(4n), .section-topics div.promo-grid.items-3 div.item:nth-child(4n+1) {
    background-color: #963d25;
  }
}

@media only screen and (min-width: 64.063em) {
  .section-topics div.promo-grid.items-3 div.item:nth-child(even) {
    background-color: #963d25;
  }
}

@media only screen and (min-width: 64.063em) {
  .section-topics .promo-grid-wrapper .promo-grid div.item:nth-child(3):before {
    background-color: #963d25;
  }
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  .section-topics .mock-promo-grid-item:after {
    background-color: #963d25;
  }
}

body.colored-section .rich-text ol > li:after, .rich-text body.colored-section ol > li:after,
body.colored-section .l-main .block-block ol > li:after, .l-main .block-block body.colored-section ol > li:after,
body.colored-section .cke_editable ol > li:after, .cke_editable body.colored-section ol > li:after,
body.colored-section .rich-text .toggler-body ol > li:after,
body.colored-section .node.view-mode-full .toggler-body ol > li:after, .node.view-mode-full .toggler-body body.colored-section ol > li:after, body.colored-section .rich-text ul:not([class*="items-list"]):not([class*="block-grid"]):not([class*="menu"]):not([class*="button-group"]):not([class*="contextual-links"]):not([class*="r-tabs-nav"]) > li:before, .rich-text body.colored-section ul:not([class*="items-list"]):not([class*="block-grid"]):not([class*="menu"]):not([class*="button-group"]):not([class*="contextual-links"]):not([class*="r-tabs-nav"]) > li:before,
body.colored-section .l-main .block-block ul:not([class*="items-list"]):not([class*="block-grid"]):not([class*="menu"]):not([class*="button-group"]):not([class*="contextual-links"]):not([class*="r-tabs-nav"]) > li:before, .l-main .block-block body.colored-section ul:not([class*="items-list"]):not([class*="block-grid"]):not([class*="menu"]):not([class*="button-group"]):not([class*="contextual-links"]):not([class*="r-tabs-nav"]) > li:before,
body.colored-section .cke_editable ul:not([class*="items-list"]):not([class*="block-grid"]):not([class*="menu"]):not([class*="button-group"]):not([class*="contextual-links"]):not([class*="r-tabs-nav"]) > li:before, .cke_editable body.colored-section ul:not([class*="items-list"]):not([class*="block-grid"]):not([class*="menu"]):not([class*="button-group"]):not([class*="contextual-links"]):not([class*="r-tabs-nav"]) > li:before,
body.colored-section .rich-text .toggler-body ul:not([class*="items-list"]):not([class*="block-grid"]):not([class*="menu"]):not([class*="button-group"]):not([class*="contextual-links"]):not([class*="r-tabs-nav"]) > li:before,
body.colored-section .node.view-mode-full .toggler-body ul:not([class*="items-list"]):not([class*="block-grid"]):not([class*="menu"]):not([class*="button-group"]):not([class*="contextual-links"]):not([class*="r-tabs-nav"]) > li:before, .node.view-mode-full .toggler-body body.colored-section ul:not([class*="items-list"]):not([class*="block-grid"]):not([class*="menu"]):not([class*="button-group"]):not([class*="contextual-links"]):not([class*="r-tabs-nav"]) > li:before, body.colored-section body.page-node-panel-content #panels-dnd-main div.panel-region .panel-pane .pane-content ul li:before, body.page-node-panel-content #panels-dnd-main div.panel-region .panel-pane .pane-content ul body.colored-section li:before, body.colored-section .items-list .image-wrapper a:after, .items-list .image-wrapper body.colored-section a:after, body.colored-section .grid-list .image-wrapper a:after, .grid-list .image-wrapper body.colored-section a:after, body.colored-section .items-list .title-prefix + .title-prefix:before, .items-list body.colored-section .title-prefix + .title-prefix:before, body.colored-section .items-list .view-content .highlighted-box div.title-prefix + .title-prefix:before, body.colored-section .grid-list .title-prefix + .title-prefix:before, .grid-list body.colored-section .title-prefix + .title-prefix:before, body.colored-section .grid-list .view-content .highlighted-box div.title-prefix + .title-prefix:before, body.colored-section .items-list .view-content .highlighted-box .title-prefix + div.title-prefix:before, body.colored-section .grid-list .view-content .highlighted-box .title-prefix + div.title-prefix:before, body.colored-section .view-content .highlighted-box div.title-prefix + div.title-prefix:before, .view-content .highlighted-box body.colored-section div.title-prefix + div.title-prefix:before, body.colored-section div.highlighted-box, body.colored-section blockquote,
body.colored-section .blockquote, body.colored-section .group-content .group-image-quote .field-name-field-quote, .group-content .group-image-quote body.colored-section .field-name-field-quote, body.colored-section #header-bar nav.top-bar .top-bar-section ul#main-menu li.active-trail > a:before, #header-bar nav.top-bar .top-bar-section ul#main-menu body.colored-section li.active-trail > a:before,
body.colored-section #header-bar nav.top-bar .top-bar-section ul#main-menu li.active > a:before, #header-bar nav.top-bar .top-bar-section ul#main-menu body.colored-section li.active > a:before,
body.colored-section #header-bar nav.top-bar .top-bar-section ul#main-menu a.active:before, #header-bar nav.top-bar .top-bar-section ul#main-menu body.colored-section a.active:before,
body.colored-section #header-bar nav.top-bar .top-bar-section ul#secondary-menu li.active-trail > a:before, #header-bar nav.top-bar .top-bar-section ul#secondary-menu body.colored-section li.active-trail > a:before,
body.colored-section #header-bar nav.top-bar .top-bar-section ul#secondary-menu li.active > a:before, #header-bar nav.top-bar .top-bar-section ul#secondary-menu body.colored-section li.active > a:before,
body.colored-section #header-bar nav.top-bar .top-bar-section ul#secondary-menu a.active:before, #header-bar nav.top-bar .top-bar-section ul#secondary-menu body.colored-section a.active:before, body.colored-section .button.export, body.colored-section form input.export.webform-calendar, form body.colored-section input.export.webform-calendar,
body.colored-section button.export, body.colored-section div.submenu-tabs ul.menu > li.active:before, div.submenu-tabs body.colored-section ul.menu > li.active:before, body.colored-section div.submenu-tabs ul.resp-tabs-list > li.active:before, div.submenu-tabs body.colored-section ul.resp-tabs-list > li.active:before, body.colored-section div.submenu-tabs ul.menu > li.active-trail:before, div.submenu-tabs body.colored-section ul.menu > li.active-trail:before, body.colored-section div.submenu-tabs ul.resp-tabs-list > li.active-trail:before, div.submenu-tabs body.colored-section ul.resp-tabs-list > li.active-trail:before, body.colored-section div.submenu-tabs ul.menu > li.selected:before, div.submenu-tabs body.colored-section ul.menu > li.selected:before, body.colored-section div.submenu-tabs ul.resp-tabs-list > li.selected:before, div.submenu-tabs body.colored-section ul.resp-tabs-list > li.selected:before, body.colored-section div.submenu-tabs ul.menu > li.resp-tab-active:before, div.submenu-tabs body.colored-section ul.menu > li.resp-tab-active:before, body.colored-section div.submenu-tabs ul.resp-tabs-list > li.resp-tab-active:before, div.submenu-tabs body.colored-section ul.resp-tabs-list > li.resp-tab-active:before, body.colored-section div.submenu-tabs ul.menu > li.r-tabs-state-active:before, div.submenu-tabs body.colored-section ul.menu > li.r-tabs-state-active:before, body.colored-section div.submenu-tabs ul.resp-tabs-list > li.r-tabs-state-active:before, div.submenu-tabs body.colored-section ul.resp-tabs-list > li.r-tabs-state-active:before, body.colored-section div.submenu-tabs ul.menu > li.export a.button, div.submenu-tabs ul.menu > li.export body.colored-section a.button, body.colored-section div.submenu-tabs ul.resp-tabs-list > li.export a.button, div.submenu-tabs ul.resp-tabs-list > li.export body.colored-section a.button, body.colored-section ul.tabs.vertical li.tab-title > a:before, ul.tabs.vertical body.colored-section li.tab-title > a:before, body.colored-section .file-download:before, body.colored-section .items-list li.promoted, .items-list body.colored-section li.promoted, body.colored-section .bean-banner.view-mode-default .group-media-wrapper ul.field-items li:nth-child(even), .bean-banner.view-mode-default .group-media-wrapper ul.field-items body.colored-section li:nth-child(even), body.colored-section .bean-banner.view-mode-default.color-dark .group-media-wrapper ul.field-items li:nth-child(odd), .bean-banner.view-mode-default.color-dark .group-media-wrapper ul.field-items body.colored-section li:nth-child(odd), body.colored-section #modalContent .modal-header #modal-title, #modalContent .modal-header body.colored-section #modal-title, body.colored-section .ModalWindow .content > div > h2, .ModalWindow body.colored-section .content > div > h2,
body.colored-section .ExportOptionsModal .content > div > h2, .ExportOptionsModal body.colored-section .content > div > h2,
body.colored-section .IndicatorExportPanel .content > div > h2, .IndicatorExportPanel body.colored-section .content > div > h2,
body.colored-section .IndicatorEmbedPanel .content > div > h2, .IndicatorEmbedPanel body.colored-section .content > div > h2, body.colored-section .select2-drop .select2-results__option[aria-selected="true"], .select2-drop body.colored-section .select2-results__option[aria-selected="true"],
body.colored-section .select2-dropdown .select2-results__option[aria-selected="true"], .select2-dropdown body.colored-section .select2-results__option[aria-selected="true"], body.colored-section #group-timeline .timenav-line, #group-timeline body.colored-section .timenav-line,
body.colored-section #group-timeline .active .line, #group-timeline .active body.colored-section .line,
body.colored-section #group-timeline .active .dot, #group-timeline .active body.colored-section .dot,
body.colored-section #group-timeline .event-line, #group-timeline body.colored-section .event-line {
  color: #FFFFFF;
}

body.colored-section .rich-text ol > li:after *, .rich-text body.colored-section ol > li:after *, body.colored-section .l-main .block-block ol > li:after *, .l-main .block-block body.colored-section ol > li:after *, body.colored-section .cke_editable ol > li:after *, .cke_editable body.colored-section ol > li:after *, body.colored-section .rich-text .toggler-body ol > li:after *, body.colored-section .node.view-mode-full .toggler-body ol > li:after *, .node.view-mode-full .toggler-body body.colored-section ol > li:after *, body.colored-section .rich-text ul:not([class*="items-list"]):not([class*="block-grid"]):not([class*="menu"]):not([class*="button-group"]):not([class*="contextual-links"]):not([class*="r-tabs-nav"]) > li:before *, .rich-text body.colored-section ul:not([class*="items-list"]):not([class*="block-grid"]):not([class*="menu"]):not([class*="button-group"]):not([class*="contextual-links"]):not([class*="r-tabs-nav"]) > li:before *, body.colored-section .l-main .block-block ul:not([class*="items-list"]):not([class*="block-grid"]):not([class*="menu"]):not([class*="button-group"]):not([class*="contextual-links"]):not([class*="r-tabs-nav"]) > li:before *, .l-main .block-block body.colored-section ul:not([class*="items-list"]):not([class*="block-grid"]):not([class*="menu"]):not([class*="button-group"]):not([class*="contextual-links"]):not([class*="r-tabs-nav"]) > li:before *, body.colored-section .cke_editable ul:not([class*="items-list"]):not([class*="block-grid"]):not([class*="menu"]):not([class*="button-group"]):not([class*="contextual-links"]):not([class*="r-tabs-nav"]) > li:before *, .cke_editable body.colored-section ul:not([class*="items-list"]):not([class*="block-grid"]):not([class*="menu"]):not([class*="button-group"]):not([class*="contextual-links"]):not([class*="r-tabs-nav"]) > li:before *, body.colored-section .rich-text .toggler-body ul:not([class*="items-list"]):not([class*="block-grid"]):not([class*="menu"]):not([class*="button-group"]):not([class*="contextual-links"]):not([class*="r-tabs-nav"]) > li:before *, body.colored-section .node.view-mode-full .toggler-body ul:not([class*="items-list"]):not([class*="block-grid"]):not([class*="menu"]):not([class*="button-group"]):not([class*="contextual-links"]):not([class*="r-tabs-nav"]) > li:before *, .node.view-mode-full .toggler-body body.colored-section ul:not([class*="items-list"]):not([class*="block-grid"]):not([class*="menu"]):not([class*="button-group"]):not([class*="contextual-links"]):not([class*="r-tabs-nav"]) > li:before *, body.colored-section body.page-node-panel-content #panels-dnd-main div.panel-region .panel-pane .pane-content ul li:before *, body.page-node-panel-content #panels-dnd-main div.panel-region .panel-pane .pane-content ul body.colored-section li:before *, body.colored-section .items-list .image-wrapper a:after *, .items-list .image-wrapper body.colored-section a:after *, body.colored-section .grid-list .image-wrapper a:after *, .grid-list .image-wrapper body.colored-section a:after *, body.colored-section .items-list .title-prefix + .title-prefix:before *, .items-list body.colored-section .title-prefix + .title-prefix:before *, body.colored-section .items-list .view-content .highlighted-box div.title-prefix + .title-prefix:before *, body.colored-section .grid-list .title-prefix + .title-prefix:before *, .grid-list body.colored-section .title-prefix + .title-prefix:before *, body.colored-section .grid-list .view-content .highlighted-box div.title-prefix + .title-prefix:before *, body.colored-section .items-list .view-content .highlighted-box .title-prefix + div.title-prefix:before *, body.colored-section .grid-list .view-content .highlighted-box .title-prefix + div.title-prefix:before *, body.colored-section .view-content .highlighted-box div.title-prefix + div.title-prefix:before *, .view-content .highlighted-box body.colored-section div.title-prefix + div.title-prefix:before *, body.colored-section div.highlighted-box *, body.colored-section blockquote *, body.colored-section .blockquote *, body.colored-section .group-content .group-image-quote .field-name-field-quote *, .group-content .group-image-quote body.colored-section .field-name-field-quote *, body.colored-section #header-bar nav.top-bar .top-bar-section ul#main-menu li.active-trail > a:before *, #header-bar nav.top-bar .top-bar-section ul#main-menu body.colored-section li.active-trail > a:before *, body.colored-section #header-bar nav.top-bar .top-bar-section ul#main-menu li.active > a:before *, #header-bar nav.top-bar .top-bar-section ul#main-menu body.colored-section li.active > a:before *, body.colored-section #header-bar nav.top-bar .top-bar-section ul#main-menu a.active:before *, #header-bar nav.top-bar .top-bar-section ul#main-menu body.colored-section a.active:before *, body.colored-section #header-bar nav.top-bar .top-bar-section ul#secondary-menu li.active-trail > a:before *, #header-bar nav.top-bar .top-bar-section ul#secondary-menu body.colored-section li.active-trail > a:before *, body.colored-section #header-bar nav.top-bar .top-bar-section ul#secondary-menu li.active > a:before *, #header-bar nav.top-bar .top-bar-section ul#secondary-menu body.colored-section li.active > a:before *, body.colored-section #header-bar nav.top-bar .top-bar-section ul#secondary-menu a.active:before *, #header-bar nav.top-bar .top-bar-section ul#secondary-menu body.colored-section a.active:before *, body.colored-section .button.export *, body.colored-section form input.export.webform-calendar *, form body.colored-section input.export.webform-calendar *, body.colored-section button.export *, body.colored-section div.submenu-tabs ul.menu > li.active:before *, div.submenu-tabs body.colored-section ul.menu > li.active:before *, body.colored-section div.submenu-tabs ul.resp-tabs-list > li.active:before *, div.submenu-tabs body.colored-section ul.resp-tabs-list > li.active:before *, body.colored-section div.submenu-tabs ul.menu > li.active-trail:before *, div.submenu-tabs body.colored-section ul.menu > li.active-trail:before *, body.colored-section div.submenu-tabs ul.resp-tabs-list > li.active-trail:before *, div.submenu-tabs body.colored-section ul.resp-tabs-list > li.active-trail:before *, body.colored-section div.submenu-tabs ul.menu > li.selected:before *, div.submenu-tabs body.colored-section ul.menu > li.selected:before *, body.colored-section div.submenu-tabs ul.resp-tabs-list > li.selected:before *, div.submenu-tabs body.colored-section ul.resp-tabs-list > li.selected:before *, body.colored-section div.submenu-tabs ul.menu > li.resp-tab-active:before *, div.submenu-tabs body.colored-section ul.menu > li.resp-tab-active:before *, body.colored-section div.submenu-tabs ul.resp-tabs-list > li.resp-tab-active:before *, div.submenu-tabs body.colored-section ul.resp-tabs-list > li.resp-tab-active:before *, body.colored-section div.submenu-tabs ul.menu > li.r-tabs-state-active:before *, div.submenu-tabs body.colored-section ul.menu > li.r-tabs-state-active:before *, body.colored-section div.submenu-tabs ul.resp-tabs-list > li.r-tabs-state-active:before *, div.submenu-tabs body.colored-section ul.resp-tabs-list > li.r-tabs-state-active:before *, body.colored-section div.submenu-tabs ul.menu > li.export a.button *, div.submenu-tabs ul.menu > li.export body.colored-section a.button *, body.colored-section div.submenu-tabs ul.resp-tabs-list > li.export a.button *, div.submenu-tabs ul.resp-tabs-list > li.export body.colored-section a.button *, body.colored-section ul.tabs.vertical li.tab-title > a:before *, ul.tabs.vertical body.colored-section li.tab-title > a:before *, body.colored-section .file-download:before *, body.colored-section .items-list li.promoted *, .items-list body.colored-section li.promoted *, body.colored-section .bean-banner.view-mode-default .group-media-wrapper ul.field-items li:nth-child(even) *, .bean-banner.view-mode-default .group-media-wrapper ul.field-items body.colored-section li:nth-child(even) *, body.colored-section .bean-banner.view-mode-default.color-dark .group-media-wrapper ul.field-items li:nth-child(odd) *, .bean-banner.view-mode-default.color-dark .group-media-wrapper ul.field-items body.colored-section li:nth-child(odd) *, body.colored-section #modalContent .modal-header #modal-title *, #modalContent .modal-header body.colored-section #modal-title *, body.colored-section .ModalWindow .content > div > h2 *, .ModalWindow body.colored-section .content > div > h2 *, body.colored-section .ExportOptionsModal .content > div > h2 *, .ExportOptionsModal body.colored-section .content > div > h2 *, body.colored-section .IndicatorExportPanel .content > div > h2 *, .IndicatorExportPanel body.colored-section .content > div > h2 *, body.colored-section .IndicatorEmbedPanel .content > div > h2 *, .IndicatorEmbedPanel body.colored-section .content > div > h2 *, body.colored-section .select2-drop .select2-results__option[aria-selected="true"] *, .select2-drop body.colored-section .select2-results__option[aria-selected="true"] *, body.colored-section .select2-dropdown .select2-results__option[aria-selected="true"] *, .select2-dropdown body.colored-section .select2-results__option[aria-selected="true"] *, body.colored-section #group-timeline .timenav-line *, #group-timeline body.colored-section .timenav-line *, body.colored-section #group-timeline .active .line *, #group-timeline .active body.colored-section .line *, body.colored-section #group-timeline .active .dot *, #group-timeline .active body.colored-section .dot *, body.colored-section #group-timeline .event-line *, #group-timeline body.colored-section .event-line * {
  color: #FFFFFF !important;
}

body.colored-section .rich-text ol > li:after a, .rich-text body.colored-section ol > li:after a, body.colored-section .l-main .block-block ol > li:after a, .l-main .block-block body.colored-section ol > li:after a, body.colored-section .cke_editable ol > li:after a, .cke_editable body.colored-section ol > li:after a, body.colored-section .rich-text .toggler-body ol > li:after a, body.colored-section .node.view-mode-full .toggler-body ol > li:after a, .node.view-mode-full .toggler-body body.colored-section ol > li:after a, body.colored-section .rich-text ul:not([class*="items-list"]):not([class*="block-grid"]):not([class*="menu"]):not([class*="button-group"]):not([class*="contextual-links"]):not([class*="r-tabs-nav"]) > li:before a, .rich-text body.colored-section ul:not([class*="items-list"]):not([class*="block-grid"]):not([class*="menu"]):not([class*="button-group"]):not([class*="contextual-links"]):not([class*="r-tabs-nav"]) > li:before a, body.colored-section .l-main .block-block ul:not([class*="items-list"]):not([class*="block-grid"]):not([class*="menu"]):not([class*="button-group"]):not([class*="contextual-links"]):not([class*="r-tabs-nav"]) > li:before a, .l-main .block-block body.colored-section ul:not([class*="items-list"]):not([class*="block-grid"]):not([class*="menu"]):not([class*="button-group"]):not([class*="contextual-links"]):not([class*="r-tabs-nav"]) > li:before a, body.colored-section .cke_editable ul:not([class*="items-list"]):not([class*="block-grid"]):not([class*="menu"]):not([class*="button-group"]):not([class*="contextual-links"]):not([class*="r-tabs-nav"]) > li:before a, .cke_editable body.colored-section ul:not([class*="items-list"]):not([class*="block-grid"]):not([class*="menu"]):not([class*="button-group"]):not([class*="contextual-links"]):not([class*="r-tabs-nav"]) > li:before a, body.colored-section .rich-text .toggler-body ul:not([class*="items-list"]):not([class*="block-grid"]):not([class*="menu"]):not([class*="button-group"]):not([class*="contextual-links"]):not([class*="r-tabs-nav"]) > li:before a, body.colored-section .node.view-mode-full .toggler-body ul:not([class*="items-list"]):not([class*="block-grid"]):not([class*="menu"]):not([class*="button-group"]):not([class*="contextual-links"]):not([class*="r-tabs-nav"]) > li:before a, .node.view-mode-full .toggler-body body.colored-section ul:not([class*="items-list"]):not([class*="block-grid"]):not([class*="menu"]):not([class*="button-group"]):not([class*="contextual-links"]):not([class*="r-tabs-nav"]) > li:before a, body.colored-section body.page-node-panel-content #panels-dnd-main div.panel-region .panel-pane .pane-content ul li:before a, body.page-node-panel-content #panels-dnd-main div.panel-region .panel-pane .pane-content ul body.colored-section li:before a, body.colored-section .items-list .image-wrapper a:after a, .items-list .image-wrapper body.colored-section a:after a, body.colored-section .grid-list .image-wrapper a:after a, .grid-list .image-wrapper body.colored-section a:after a, body.colored-section .items-list .title-prefix + .title-prefix:before a, .items-list body.colored-section .title-prefix + .title-prefix:before a, body.colored-section .items-list .view-content .highlighted-box div.title-prefix + .title-prefix:before a, body.colored-section .grid-list .title-prefix + .title-prefix:before a, .grid-list body.colored-section .title-prefix + .title-prefix:before a, body.colored-section .grid-list .view-content .highlighted-box div.title-prefix + .title-prefix:before a, body.colored-section .items-list .view-content .highlighted-box .title-prefix + div.title-prefix:before a, body.colored-section .grid-list .view-content .highlighted-box .title-prefix + div.title-prefix:before a, body.colored-section .view-content .highlighted-box div.title-prefix + div.title-prefix:before a, .view-content .highlighted-box body.colored-section div.title-prefix + div.title-prefix:before a, body.colored-section div.highlighted-box a, body.colored-section blockquote a, body.colored-section .blockquote a, body.colored-section .group-content .group-image-quote .field-name-field-quote a, .group-content .group-image-quote body.colored-section .field-name-field-quote a, body.colored-section #header-bar nav.top-bar .top-bar-section ul#main-menu li.active-trail > a:before a, #header-bar nav.top-bar .top-bar-section ul#main-menu body.colored-section li.active-trail > a:before a, body.colored-section #header-bar nav.top-bar .top-bar-section ul#main-menu li.active > a:before a, #header-bar nav.top-bar .top-bar-section ul#main-menu body.colored-section li.active > a:before a, body.colored-section #header-bar nav.top-bar .top-bar-section ul#main-menu a.active:before a, #header-bar nav.top-bar .top-bar-section ul#main-menu body.colored-section a.active:before a, body.colored-section #header-bar nav.top-bar .top-bar-section ul#secondary-menu li.active-trail > a:before a, #header-bar nav.top-bar .top-bar-section ul#secondary-menu body.colored-section li.active-trail > a:before a, body.colored-section #header-bar nav.top-bar .top-bar-section ul#secondary-menu li.active > a:before a, #header-bar nav.top-bar .top-bar-section ul#secondary-menu body.colored-section li.active > a:before a, body.colored-section #header-bar nav.top-bar .top-bar-section ul#secondary-menu a.active:before a, #header-bar nav.top-bar .top-bar-section ul#secondary-menu body.colored-section a.active:before a, body.colored-section .button.export a, body.colored-section form input.export.webform-calendar a, form body.colored-section input.export.webform-calendar a, body.colored-section button.export a, body.colored-section div.submenu-tabs ul.menu > li.active:before a, div.submenu-tabs body.colored-section ul.menu > li.active:before a, body.colored-section div.submenu-tabs ul.resp-tabs-list > li.active:before a, div.submenu-tabs body.colored-section ul.resp-tabs-list > li.active:before a, body.colored-section div.submenu-tabs ul.menu > li.active-trail:before a, div.submenu-tabs body.colored-section ul.menu > li.active-trail:before a, body.colored-section div.submenu-tabs ul.resp-tabs-list > li.active-trail:before a, div.submenu-tabs body.colored-section ul.resp-tabs-list > li.active-trail:before a, body.colored-section div.submenu-tabs ul.menu > li.selected:before a, div.submenu-tabs body.colored-section ul.menu > li.selected:before a, body.colored-section div.submenu-tabs ul.resp-tabs-list > li.selected:before a, div.submenu-tabs body.colored-section ul.resp-tabs-list > li.selected:before a, body.colored-section div.submenu-tabs ul.menu > li.resp-tab-active:before a, div.submenu-tabs body.colored-section ul.menu > li.resp-tab-active:before a, body.colored-section div.submenu-tabs ul.resp-tabs-list > li.resp-tab-active:before a, div.submenu-tabs body.colored-section ul.resp-tabs-list > li.resp-tab-active:before a, body.colored-section div.submenu-tabs ul.menu > li.r-tabs-state-active:before a, div.submenu-tabs body.colored-section ul.menu > li.r-tabs-state-active:before a, body.colored-section div.submenu-tabs ul.resp-tabs-list > li.r-tabs-state-active:before a, div.submenu-tabs body.colored-section ul.resp-tabs-list > li.r-tabs-state-active:before a, body.colored-section div.submenu-tabs ul.menu > li.export a.button a, div.submenu-tabs ul.menu > li.export body.colored-section a.button a, body.colored-section div.submenu-tabs ul.resp-tabs-list > li.export a.button a, div.submenu-tabs ul.resp-tabs-list > li.export body.colored-section a.button a, body.colored-section ul.tabs.vertical li.tab-title > a:before a, ul.tabs.vertical body.colored-section li.tab-title > a:before a, body.colored-section .file-download:before a, body.colored-section .items-list li.promoted a, .items-list body.colored-section li.promoted a, body.colored-section .bean-banner.view-mode-default .group-media-wrapper ul.field-items li:nth-child(even) a, .bean-banner.view-mode-default .group-media-wrapper ul.field-items body.colored-section li:nth-child(even) a, body.colored-section .bean-banner.view-mode-default.color-dark .group-media-wrapper ul.field-items li:nth-child(odd) a, .bean-banner.view-mode-default.color-dark .group-media-wrapper ul.field-items body.colored-section li:nth-child(odd) a, body.colored-section #modalContent .modal-header #modal-title a, #modalContent .modal-header body.colored-section #modal-title a, body.colored-section .ModalWindow .content > div > h2 a, .ModalWindow body.colored-section .content > div > h2 a, body.colored-section .ExportOptionsModal .content > div > h2 a, .ExportOptionsModal body.colored-section .content > div > h2 a, body.colored-section .IndicatorExportPanel .content > div > h2 a, .IndicatorExportPanel body.colored-section .content > div > h2 a, body.colored-section .IndicatorEmbedPanel .content > div > h2 a, .IndicatorEmbedPanel body.colored-section .content > div > h2 a, body.colored-section .select2-drop .select2-results__option[aria-selected="true"] a, .select2-drop body.colored-section .select2-results__option[aria-selected="true"] a, body.colored-section .select2-dropdown .select2-results__option[aria-selected="true"] a, .select2-dropdown body.colored-section .select2-results__option[aria-selected="true"] a, body.colored-section #group-timeline .timenav-line a, #group-timeline body.colored-section .timenav-line a, body.colored-section #group-timeline .active .line a, #group-timeline .active body.colored-section .line a, body.colored-section #group-timeline .active .dot a, #group-timeline .active body.colored-section .dot a, body.colored-section #group-timeline .event-line a, #group-timeline body.colored-section .event-line a {
  color: #FFFFFF !important;
  border-color: #FFFFFF !important;
}

body.colored-section .gray-box a.highlighted-link {
  color: #FFFFFF;
}

body.colored-section .gray-box a.highlighted-link:after {
  color: #FFFFFF;
}

body.colored-section blockquote:before,
body.colored-section .blockquote:before, body.colored-section .group-content .group-image-quote .field-name-field-quote:before, .group-content .group-image-quote body.colored-section .field-name-field-quote:before, body.colored-section blockquote:after,
body.colored-section .blockquote:after, body.colored-section .group-content .group-image-quote .field-name-field-quote:after, .group-content .group-image-quote body.colored-section .field-name-field-quote:after {
  color: #FFFFFF;
}

body.colored-section .promo-grid div.item:after {
  color: #ffce00 !important;
}

body.colored-section .promo-grid div.item:not(:hover) {
  color: #FFFFFF;
}

body.colored-section .promo-grid div.item:not(:hover) * {
  color: #FFFFFF !important;
}

body.colored-section .promo-grid div.item:hover:after {
  color: #001fc1 !important;
}

body.colored-section .mock-promo-grid-item a:after {
  color: #ffce00 !important;
}

body.colored-section .bean-banner.view-mode-default .group-media-wrapper ul.field-items a {
  color: #FFFFFF;
}

body.colored-section .bean-banner.view-mode-default .group-media-wrapper ul.field-items a:after {
  color: #ffce00 !important;
}

@media print {
  html, body {
    font-size: 90%;
  }
  body {
    padding-top: 0px !important;
  }
  fieldset, blockquote, .blockquote,
  .node-policy-cycle.view-mode-node_embed,
  p {
    page-break-inside: avoid !important;
  }
  table, tr, td, th, tbody, thead, tfoot {
    page-break-inside: avoid !important;
  }
  .page {
    background-color: transparent !important;
    overflow: visible;
    overflow-x: visible;
  }
  .page > img {
    display: block;
  }
  .page .row .row {
    margin-left: auto;
    margin-right: auto;
  }
  .page .columns {
    padding-left: 0px;
    padding-right: 0px;
  }
  .page .l-main .main {
    max-width: none;
    padding-left: 0px;
    padding-right: 0px;
  }
  .page .main-content,
  .page .group-content {
    float: none;
    overflow: visible;
  }
  .print-header {
    padding-bottom: 15px;
    margin-bottom: 2.1rem;
    border-bottom: 1px solid #E0E0E0;
  }
  .print-header .print-logo,
  .print-header .print-site_name {
    display: inline-block;
  }
  .print-header .print-logo img {
    margin: 0px !important;
    padding-right: 5px !important;
    border-right: 0px !important;
  }
  .print-header .print-site_name {
    font-family: "Fira Sans Condensed", sans-serif;
    font-size: 12px;
    width: 115px;
    line-height: 1.2;
    vertical-align: bottom;
  }
  .l-title {
    border-bottom: 0px;
    margin-bottom: 2.1rem;
  }
  .l-title .title-top {
    margin-bottom: 0px;
  }
  .file-download:before {
    text-align: center;
    line-height: 2.15;
  }
  tr.even, tr.odd {
    background-color: transparent;
    border-bottom: 0px;
    padding: inherit;
  }
  td {
    height: 100%;
  }
  .field-name-field-related-publications,
  .field-name-download-as-pdf-quiz-results,
  .flex-video,
  .back-link,
  .hide-for-print,
  .block-print-ui,
  .language-switcher,
  .default-language-switcher,
  footer.l-footer,
  .block-eige-base-ec-share-buttons,
  .block-eige-base-eige-node-toc,
  .sidebar-menu,
  .l-header-region,
  .eige-breadcrumb,
  .block-eige-i18n-eige-admin-language-switcher,
  .toolkit-user-info,
  .toolkit-user-menu,
  aside.sidebar-first {
    display: none !important;
  }
  div.submenu-tabs ul.resp-tabs-list {
    display: none !important;
  }
  .resp-tabs-container h2.resp-accordion {
    display: block !important;
    padding: 0px !important;
    border: 0px !important;
    background-color: transparent !important;
    margin-bottom: 2.1rem !important;
    margin-top: 4.2rem !important;
  }
  .resp-tabs-container h2.resp-accordion:first-child {
    margin-top: 0px !important;
  }
  .resp-tabs-container h2.resp-accordion .resp-arrow {
    display: none;
  }
  .resp-tabs-container h2.resp-accordion span {
    display: inline-block;
    font-size: 1.0625rem;
    font-weight: 400;
    line-height: 1.0625rem;
    color: #3E4047;
    padding-bottom: 1.5rem;
    border-bottom: 3px solid #ffce00;
  }
  .toggler-header {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .toggler-header:before {
    content: none !important;
  }
  .toggler-body {
    display: block !important;
  }
  .node-policy-cycle.view-mode-node_embed {
    -ms-flex-pack: center;
        justify-content: center;
  }
  .node-policy-cycle.view-mode-node_embed .interim {
    display: none;
  }
  .node-gender-story > .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .node-gender-story > .row .group-right,
  .node-gender-story > .row .group-left {
    width: 100%;
  }
  .node-gender-story > .row .group-right {
    -ms-flex-order: -1;
        order: -1;
  }
  .node-gender-story > .row .blockquote {
    background-color: transparent;
    padding: 0px;
  }
  .node-gender-story > .row .blockquote:before, .node-gender-story > .row .blockquote:after {
    content: none;
  }
  .node-gender-story > .row .blockquote p {
    font-style: normal;
  }
  .gender-sensitive-communication-quiz .gray-box {
    padding: 0px;
    background-color: transparent;
  }
  .entity-quiz-result .group-score-export-wrapper .group-score-wrapper #quiz_score_percent em {
    width: 88px;
    height: 88px;
    text-align: center;
    vertical-align: center;
    padding: 20px 12px;
  }
  .entity-quiz-result .field-name-quiz-results-oc-scores .view-content > .views-row > div:not(.views-field) > span {
    width: 50px;
    height: 100%;
  }
  .entity-quiz-result fieldset.form-wrapper table.tableheader-processed tr td:first-child {
    text-align: center !important;
  }
  .entity-quiz-result fieldset.form-wrapper table.tableheader-processed tr td:nth-child(3) {
    text-align: right !important;
  }
  .wlb-quiz-question,
  .wlb-quiz-section {
    page-break-inside: avoid !important;
    overflow: hidden;
  }
  .wlb-quiz-question .title, .wlb-quiz-question h3,
  .wlb-quiz-section .title,
  .wlb-quiz-section h3 {
    float: left;
    width: 70%;
  }
  .wlb-quiz-question .quiz-answer, .wlb-quiz-question h4,
  .wlb-quiz-section .quiz-answer,
  .wlb-quiz-section h4 {
    float: right;
  }
  .wlb-quiz-question-feedback {
    page-break-inside: avoid !important;
  }
  .gender-sensitive-parliaments .group-score-export-wrapper {
    margin-bottom: 1.05rem;
  }
  .gender-sensitive-parliaments .group-score-export-wrapper .group-score-wrapper #quiz_score_percent {
    line-height: normal;
  }
  .gender-sensitive-parliaments .group-score-export-wrapper .group-score-wrapper #quiz_score_percent em {
    width: auto;
    height: auto;
    padding: 0px;
    margin-left: 10px;
    font-size: inherit;
    line-height: inherit;
    border: 0px;
    border-radius: 0px;
  }
  .gender-sensitive-parliaments .field-name-quiz-results-oc-scores h2 {
    margin-bottom: 1.68rem;
  }
  .gender-sensitive-parliaments .field-name-quiz-results-oc-scores .view-content > .views-row > div:not(.views-field) > span {
    margin-right: 0.5rem;
  }
  .gender-sensitive-parliaments .field-name-quiz-results-oc-scores .field-content .item-list {
    margin-left: 4rem;
  }
  .gender-sensitive-parliaments .field-name-quiz-results-oc-scores .field-content .item-list li.views-row {
    margin-bottom: 0.25rem;
  }
  .gender-sensitive-parliaments .field-name-quiz-results-oc-scores .field-content .item-list li.views-row:last-child {
    margin-bottom: 0px;
  }
  .gender-sensitive-parliaments .group-results {
    page-break-before: always !important;
  }
}
/*# sourceMappingURL=eige-website.css.map */