@charset "UTF-8";
@font-face {
  font-family: "icons";
  src: url("../icons/icons.eot?#iefix");
  src: url("../icons/icons.eot?#iefix") format("eot"), url("../icons/icons.woff") format("woff"), url("../icons/icons.ttf") format("truetype"), url("../icons/icons.svg#custom-icons") format("svg");
  font-weight: normal;
  font-style: normal; }

.icon {
  display: inline;
  font: normal normal normal 16px/1 Icons;
  font-size: 1.5em;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  text-decoration: none; }
  .icon:hover {
    text-decoration: none; }

.icon--fw {
  width: 1.28571em;
  text-align: center; }

.icon--fw-aligned {
  width: 1.07143em;
  text-align: left; }

.icon--notext {
  width: 1.11em;
  height: 1.11em;
  overflow: hidden;
  white-space: nowrap;
  display: inline-block;
  padding: .1em; }

/* makes the font 33% larger relative to the icon container */
.icon--lg {
  font-size: 1.33333em;
  vertical-align: -5%; }

.icon--1x {
  font-size: 1em; }

.icon--2x {
  font-size: 2em; }

.icon--3x {
  font-size: 3em; }

.icon--4x {
  font-size: 4em; }

.icon--5x {
  font-size: 5em; }

a.toMaincontent {
  position: absolute;
  top: -2012px;
  display: block; }

a.toMaincontent:focus {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  background-color: #000;
  color: #fff;
  padding: 10px;
  font-weight: bold;
  white-space: nowrap;
  z-index: 99999; }

.icon-angle-right:before {
  content: "\E001"; }

.icon-angle-down:before {
  content: "\E002"; }

.icon-facebook:before {
  content: "\E003"; }

.icon-mail:before {
  content: "\E004"; }

.icon-twitter:before {
  content: "\E005"; }

.icon-clock:before {
  content: "\E006"; }

.icon-exclamation:before {
  content: "\E007"; }

.icon-link-external:before {
  content: "\E008"; }

.icon-linkedin:before {
  content: "\E009"; }

.icon-menu-alt:before {
  content: "\E00A"; }

.icon-plus:before {
  content: "\E00B"; }

.icon-minus:before {
  content: "\E00C"; }

.icon-minus-circle:before {
  content: "\E00D"; }

.icon-plus-circle:before {
  content: "\E00E"; }

.icon-check:before {
  content: "\E00F"; }

.icon-chevrondown:before {
  content: "\E010"; }

.icon-thumbs-up:before {
  content: "\E011"; }

.icon-star:before {
  content: "\E012"; }

.icon-star-checked:before {
  content: "\E013"; }

.icon-download:before {
  content: "\E014"; }

.icon-exclamation-filled:before {
  content: "\E015"; }

.icon-facebook-alt:before {
  content: "\E016"; }

.icon-mail-alt:before {
  content: "\E017"; }

.icon-twitter-alt:before {
  content: "\E018"; }

.icon-cross:before {
  content: "\E019"; }

.icon-twitter-x:before {
  content: "\E020"; }

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

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

/* #Framework 
================================================== */
/* Use this for default color */
/* Remove*/
/* #Colors 
================================================== */
/* #Additional assets that should be base64 encoded
================================================== */
/* #Mixins
================================================== */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html {
  -webkit-font-smoothing: antialiased;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
  overflow-x: hidden; }

body {
  font-family: "Adobe Garamond W08", serif;
  background-color: #fff;
  color: #333;
  font-size: 100%;
  line-height: 150%;
  margin: 0; }

body.home {
  background-color: #F6F7F7; }

a {
  transition: color 500ms ease 0s;
  color: #0062B6;
  text-decoration: none;
  font-family: 'Foundry Sans W01 Demi', sans-serif; }
  a:hover {
    text-decoration: underline;
    transition-property: opacity;
    color: #333; }

a[href^="http"]::after {
  content: "\E008";
  display: inline-block;
  font: normal normal normal 16px/1 Icons;
  font-size: .7em;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  margin-left: .3em;
  text-decoration: none; }

a[href^="mailto"] {
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0); }
  a[href^="mailto"]:after {
    content: "";
    font: normal normal normal 16px/1 Icons;
    font-size: .7em;
    font-weight: 600;
    padding-left: 4px;
    margin-left: 0;
    position: relative;
    top: -1px; }
  a[href^="mailto"].icon {
    font-size: 1.5em; }

a.linked__image::after {
  content: "" !important; }

.intra .button {
  background-color: #952a86;
  color: #fff; }

h1 {
  margin-top: 0;
  margin-bottom: 10px;
  font-family: 'Foundry Sans W01 Lt', sans-serif;
  color: #0062b6;
  font-size: 48px;
  line-height: 150%;
  font-weight: 400; }

h2 {
  margin-top: 1em;
  margin-bottom: 0.5em;
  font-family: "Foundry Sans W01 Bd",sans-serif;
  color: #0062B6;
  font-size: 37px;
  line-height: 36px;
  font-weight: 400; }

h3 {
  margin-top: 1em;
  margin-bottom: 0.5em;
  font-family: "Foundry Sans W01 Medium",sans-serif;
  color: #0062B6;
  font-size: 32px;
  line-height: 30px;
  font-weight: 400; }

h4, .intervention__item h5 {
  margin-top: 1em;
  margin-bottom: 0.5em;
  font-family: "Foundry Sans W01 Medium",sans-serif;
  font-size: 28px;
  line-height: 125%;
  font-weight: 400; }

h5 {
  margin-top: 1em;
  margin-bottom: 0.5em;
  font-family: "Foundry Sans W01 Nrml",sans-serif;
  font-size: 24px;
  line-height: 20px;
  font-weight: 400; }

h6 {
  margin-top: 1em;
  margin-bottom: 0.5em;
  font-family: "Foundry Sans W01 Nrml",sans-serif;
  color: #999;
  font-size: 24px;
  line-height: 150%;
  font-weight: 400; }

p {
  margin: 0 0 1em 0;
  font-size: 24px;
  line-height: 140%; }

.button {
  padding: 14px;
  font-size: 18px;
  display: block;
  border-radius: 3px;
  background-color: #fd0;
  transition: background-color 500ms ease;
  font-family: 'Foundry Sans W01 Demi', sans-serif;
  color: #333;
  font-weight: 400;
  text-align: left;
  text-decoration: none;
  margin-bottom: 13px; }

input.button,
button.button {
  border: none;
  padding: 7px 12px; }

.button--large,
button.button--large {
  padding: 20px;
  font-size: 24px; }

.button--small,
button.button--small {
  padding: 4px 12px;
  font-size: 16px; }

.button:hover:not([disabled]) {
  background-color: #D1E1F5;
  text-decoration: none; }

.button--centered {
  width: 100%;
  text-align: center; }

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

fieldset {
  border: none;
  padding: 0;
  margin: 1em 0 0 0; }

legend {
  margin-bottom: 0px;
  font-size: 18px;
  font-family: 'Foundry Sans W01 Demi', sans-serif;
  color: #0062b6;
  line-height: 30px;
  font-weight: 400; }

label {
  display: block;
  font-family: 'Foundry Sans W01 Demi', sans-serif; }

input[type="search"] {
  -webkit-appearance: none; }

@font-face {
  font-family: 'Foundry Sans W01 Demi';
  src: url("../fonts/FoundrySansW01-Demi.ttf") format("truetype");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'Foundry Sans W01 Lt';
  src: url("../fonts/FoundrySansW01-Lt.ttf") format("truetype");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'Foundry Sans W01 Nrml';
  src: url("../fonts/FoundrySansW01-Nrml.ttf") format("truetype");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'Foundry Sans W01 Medium';
  src: url("../fonts/FoundrySansW01-Md.ttf") format("truetype");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'Foundry Sans W01 Bd';
  src: url("../fonts/FoundrySansW01-Bd.ttf") format("truetype");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: "Roboto regular";
  src: url("../fonts/FoundrySansW01.ttf") format("truetype");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: "Adobe Garamond W08";
  src: url("../Fonts/9b59db8d-790b-448e-901a-83bee80695d7.eot?#iefix");
  src: url("../Fonts/9b59db8d-790b-448e-901a-83bee80695d7.eot?#iefix") format("eot"), url("../Fonts/794c9044-29a1-4d4e-961e-774f21e86764.woff2") format("woff2"), url("../Fonts/b263ec73-3337-45b9-9e86-933d27164f2c.woff") format("woff"), url("../Fonts/9675cf06-4f76-47fb-97df-9b255507e865.ttf") format("truetype"), url("../Fonts/825d51b9-cc7d-4f4d-ba2c-47ffd291aebd.svg#825d51b9-cc7d-4f4d-ba2c-47ffd291aebd") format("svg"); }

@media only screen and (max-width: 991px) {
  h1 {
    font-size: 30px; }
  h2 {
    font-size: 24px;
    line-height: 32px; }
  h3 {
    margin-bottom: 3px;
    font-size: 18px;
    line-height: 150%; }
  h4, .intervention__item h5 {
    font-size: 16px; }
  h5 {
    font-size: 14px; }
  h6 {
    font-size: 14px; }
  p, ul, ol {
    font-size: 20px; } }

@media only screen and (max-width: 479px) {
  h1 {
    font-size: 21px; } }

.grid {
  text-align: justify;
  margin: 0 0 -1em;
  font-size: 0.1px; }
  .grid:after {
    content: '';
    width: 100%;
    display: inline-block; }

.grid-col, .grid-col-1, .grid-col-3, .grid-col-2, .grid-col-4, .grid-col-5, .grid-col-6, .grid-col-7, .grid-col-8, .grid-col-9, .grid-col-10, .grid-col-11, .grid-col-12 {
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  text-align: left;
  font-size: 16px; }

.grid-col-1 {
  width: 8.083% !important; }

.grid-col-3 {
  width: 24.25% !important; }

.grid-col-3--aside {
  padding-left: 30px; }

.grid-col-2 {
  width: 16.16666667% !important; }

.grid-col-4 {
  width: 32.33333333% !important; }

.grid-col-5 {
  width: 40.41666667% !important; }

.grid-col-6 {
  width: 48.5% !important; }

.grid-col-7 {
  width: 56.58333333% !important; }

.grid-col-8 {
  width: 64.66666667% !important; }

.grid-col-9 {
  width: 72.75% !important; }

.grid-col-10 {
  width: 80.83333333% !important; }

.grid-col-11 {
  width: 88.91666667% !important; }

.grid-col-12 {
  width: 100% !important; }

@media only screen and (max-width: 991px) {
  .grid-col-medium, .grid-col-medium-1, .grid-col-medium-3, .grid-col-medium-2, .grid-col-medium-4, .grid-col-medium-5, .grid-col-medium-6, .grid-col-medium-7, .grid-col-medium-8, .grid-col-medium-9, .grid-col-medium-10, .grid-col-medium-11, .grid-col-medium-12 {
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    text-align: left;
    font-size: 16px; }
  .grid-col-medium-1 {
    width: 8.083% !important; }
  .grid-col-medium-3 {
    width: 24.25% !important; }
  .grid-col-medium-2 {
    width: 16.16666667% !important; }
  .grid-col-medium-4 {
    width: 32.33333333% !important; }
  .grid-col-medium-5 {
    width: 40.41666667% !important; }
  .grid-col-medium-6 {
    width: 48.5% !important; }
  .grid-col-medium-7 {
    width: 56.58333333% !important; }
  .grid-col-medium-8 {
    width: 64.66666667% !important; }
  .grid-col-medium-9 {
    width: 72.75% !important; }
  .grid-col-medium-10 {
    width: 80.83333333% !important; }
  .grid-col-medium-11 {
    width: 88.91666667% !important; }
  .grid-col-medium-12 {
    width: 100% !important; } }

@media only screen and (max-width: 767px) {
  .grid-col-narrow, .grid-col-narrow-1, .grid-col-narrow-3, .grid-col-narrow-2, .grid-col-narrow-4, .grid-col-narrow-5, .grid-col-narrow-6, .grid-col-narrow-7, .grid-col-narrow-8, .grid-col-narrow-9, .grid-col-narrow-10, .grid-col-narrow-11, .grid-col-narrow-12 {
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    text-align: left;
    font-size: 16px; }
  .grid-col-narrow-1 {
    width: 8.083% !important; }
  .grid-col-narrow-3 {
    width: 24.25% !important; }
  .grid-col-narrow-2 {
    width: 16.16666667% !important; }
  .grid-col-narrow-4 {
    width: 32.33333333% !important; }
  .grid-col-narrow-5 {
    width: 40.41666667% !important; }
  .grid-col-narrow-6 {
    width: 48.5% !important; }
  .grid-col-narrow-7 {
    width: 56.58333333% !important; }
  .grid-col-narrow-8 {
    width: 64.66666667% !important; }
  .grid-col-narrow-9 {
    width: 72.75% !important; }
  .grid-col-narrow-10 {
    width: 80.83333333% !important; }
  .grid-col-narrow-11 {
    width: 88.91666667% !important; }
  .grid-col-narrow-12 {
    width: 100% !important; }
  .grid-col-3--aside {
    padding-left: 0; } }

@media only screen and (max-width: 479px) {
  .grid {
    text-align: left; }
  .grid-col, .grid-col-1, .grid-col-3, .grid-col-2, .grid-col-4, .grid-col-5, .grid-col-6, .grid-col-7, .grid-col-8, .grid-col-9, .grid-col-10, .grid-col-11, .grid-col-12 {
    display: block;
    width: auto !important; }
  .grid-col-tiny, .grid-col-tiny-1, .grid-col-tiny-3, .grid-col-tiny-2, .grid-col-tiny-4, .grid-col-tiny-5, .grid-col-tiny-6, .grid-col-tiny-7, .grid-col-tiny-8, .grid-col-tiny-9, .grid-col-tiny-10, .grid-col-tiny-11, .grid-col-tiny-12 {
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    text-align: left;
    font-size: 16px; }
  .grid-col-tiny-1 {
    width: 8.083% !important; }
  .grid-col-tiny-3 {
    width: 24.25% !important; }
  .grid-col-tiny-2 {
    width: 16.16666667% !important; }
  .grid-col-tiny-4 {
    width: 32.33333333% !important; }
  .grid-col-tiny-5 {
    width: 40.41666667% !important; }
  .grid-col-tiny-6 {
    width: 48.5% !important; }
  .grid-col-tiny-7 {
    width: 56.58333333% !important; }
  .grid-col-tiny-8 {
    width: 64.66666667% !important; }
  .grid-col-tiny-9 {
    width: 72.75% !important; }
  .grid-col-tiny-10 {
    width: 80.83333333% !important; }
  .grid-col-tiny-11 {
    width: 88.91666667% !important; }
  .grid-col-tiny-12 {
    width: 100% !important; } }

.content {
  margin: 0 auto 13px;
  padding: 0px 24px 0px 24px;
  display: block;
  max-width: 1280px; }

.content--sticky {
  margin-top: 142px; }

.content__title {
  display: block;
  width: 100%;
  padding-top: 50px;
  padding-bottom: 36px;
  border-bottom: 1px solid #eee;
  text-align: left; }

.content__title--borderless {
  border-bottom: 0;
  padding-bottom: 0; }

.content__title--narrow {
  padding-bottom: 0 !important; }

.content__introduction {
  margin-top: 36px;
  font-family: 'Foundry Sans W01 Nrml', sans-serif;
  font-size: 24px;
  line-height: 150%; }

.content__introduction--narrow {
  margin-top: 0 !important;
  margin-bottom: 0 !important; }

.content__paragraph {
  padding-right: 148px; }

.blockSection__content a,
.blockSection__content a[href^="/"] {
  font-size: 20px !important; }

.blockSection__content .content__imageCaption a {
  font-size: 18px !important; }

.blockSection__content.blockSection__content--sidebar a {
  font-size: 16px !important; }

#publication-content p a,
#publication-content p a[href^="/"],
#publication-content .content__paragraph a,
#publication-content .content__paragraph a[href^="/"],
#publication-content .content__list a {
  display: inline !important;
  font-size: 19px !important; }

.blockSection__content a[href^="http"]::after,
#publication-content p a[href^="http"]::after,
#publication-content .content__paragraph a[href^="http"]::after,
#publication-content .content__paragraph a[href^="http"]::after,
#publication-content .content__list a[href^="http"]::after {
  display: inline; }

.content__footnote {
  font-size: 20px; }

.content__footnote::before {
  content: "";
  display: block;
  padding: 0 0 .3em;
  border-top: solid #005ca9 1px;
  width: 33.3%; }

.content__footnote +
.content__footnote::before {
  content: none; }

.content__image {
  max-width: 100%; }

.content__iframe {
  max-width: 100%;
  border: 0; }

.content__imageCaption {
  font-family: 'Foundry Sans W01 Nrml', sans-serif;
  font-size: 18px; }

.content__text-alternative {
  font-family: "Foundry Sans W01 Nrml",sans-serif;
  font-size: 18px; }

.content__list {
  margin: 0 0 1em 0;
  font-size: 24px;
  line-height: 140%;
  padding-right: 148px; }

.i-can-haz-orange-bullets ul.content__list {
  list-style: none;
  padding-left: 10px; }
  .i-can-haz-orange-bullets ul.content__list ul {
    list-style: none;
    padding-left: 10px; }
  .i-can-haz-orange-bullets ul.content__list li {
    position: relative;
    padding-left: 20px; }
  .i-can-haz-orange-bullets ul.content__list > li:before {
    content: '\2022';
    color: #E98B3A;
    padding-right: .5em;
    position: absolute;
    top: 0;
    left: 0; }
  .i-can-haz-orange-bullets ul.content__list > li li:before {
    content: '\2013';
    color: #333;
    padding-right: .5em;
    position: absolute;
    top: 0;
    left: 0; }

.content__table {
  margin: 0 0 1em 0;
  font-size: 18px;
  line-height: 140%;
  font-family: "Foundry Sans W01 Nrml",sans-serif;
  width: 100%;
  min-width: 650px; }
  .content__table caption {
    font-family: 'Foundry Sans W01 Demi', sans-serif;
    padding: .5em 0; }
  .content__table th, .content__table td {
    padding: 5px 15px 5px 5px;
    text-align: left;
    vertical-align: top; }
    .content__table th p, .content__table td p {
      font-size: inherit !important; }
    .content__table th ol, .content__table th ul, .content__table td ol, .content__table td ul {
      font-size: inherit !important;
      margin: 0;
      padding-inline-start: 20px; }
  .content__table td {
    border-bottom: solid 1px #000; }
  .content__table thead td, .content__table th {
    font-family: "Foundry Sans W01 Demi",sans-serif;
    background-color: #005ca9;
    color: #fff; }
  .content__table thead p {
    color: #fff; }
  .content__table tfoot td, .content__table tfoot th {
    font-family: "Foundry Sans W01 Nrml",sans-serif;
    font-size: .8em !important;
    background-color: #f6f6f6;
    color: #000;
    border-bottom: 0; }

/* Aside */
.aside {
  padding-top: 6px;
  padding-right: 0px;
  padding-left: 65px; }

.aside__heading {
  font-size: 18px;
  color: #333; }

.aside__heading--negative {
  margin-top: -48px;
  margin-bottom: 33px; }

.aside__heading--nowrap {
  white-space: nowrap; }

/* Cookies */
.cookie-wrap {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  background-color: #FFFAD9;
  padding: 1em 0;
  border-top: 1px solid #FFF7C4; }

.cookie-info {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0px 24px 0px 47px; }

.cookie-text p {
  font-size: 100%;
  font-family: "Foundry Sans W01 Demi", sans-serif;
  font-weight: 400;
  /*color:$default-font-color;*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1em;
  margin-bottom: 0; }

.cookie-text a {
  text-decoration: underline; }

.cookie-text {
  float: left;
  margin-bottom: 1em;
  margin-right: 1em;
  max-width: 80%; }

.button--aligned {
  float: right; }

.blockSection__content a.explain,
.blockSection__content a.explain[href^="/"],
#publication-content p a.explain,
#publication-content p a.explain[href^="/"],
#publication-content .content__paragraph a.explain,
#publication-content .content__paragraph a.explain[href^="/"],
a.explain {
  background: rgba(235, 244, 251, 0.67) !important;
  color: #333 !important;
  font-weight: normal !important;
  font-family: "Adobe Garamond W08", serif;
  text-decoration: underline;
  font-size: 100% !important;
  cursor: help; }

/* ###Tooltip */
.tooltip {
  width: 275px;
  min-height: 100px;
  background: #fff6bc;
  position: absolute;
  z-index: 9999;
  font-size: 14px;
  padding: 11px 14px 14px 14px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  font-family: 'Foundry Sans W01 Nrml', sans-serif; }

.tooltip * {
  font-size: 14px; }

.tooltip-close {
  display: block;
  text-align: center; }

.tooltip strong {
  font-family: 'Foundry Sans W01 Demi', sans-serif; }

.tooltip ul, .tooltip ol {
  padding: 0 0 0 0;
  list-style-position: inside;
  line-height: 1.2; }

.issue-banner {
  background-color: orange;
  color: white;
  font-family: 'Foundry Sans W01 Demi', sans-serif; }

.issue-banner__message {
  margin: 0 auto;
  max-width: 1280px;
  text-align: center; }

caption {
  text-align: left; }

/* Brutal !important overrides for tables pasted from MS Word */
table.MsoTableGrid {
  margin: 0 0 1em 0 !important;
  font-size: 18px !important;
  line-height: 140% !important;
  font-family: "Foundry Sans W01 Nrml",sans-serif !important;
  width: calc(100% - 148px) !important; }
  table.MsoTableGrid th, table.MsoTableGrid td {
    padding: 5px 15px 5px 5px !important;
    text-align: left !important;
    vertical-align: top !important; }
  table.MsoTableGrid td {
    border: 0 !important;
    border-bottom: solid 1px #000 !important;
    background-color: rgba(255, 255, 255, 0.7) !important;
    color: #000 !important; }
    table.MsoTableGrid td p {
      font-size: 18px !important;
      line-height: 140% !important;
      color: #000 !important; }
  table.MsoTableGrid thead td, table.MsoTableGrid th {
    border: 0 !important;
    font-family: "Foundry Sans W01 Demi",sans-serif !important;
    background-color: #005ca9 !important;
    color: #fff !important; }
    table.MsoTableGrid thead td p, table.MsoTableGrid th p {
      font-size: 18px !important;
      line-height: 140% !important; }

#archiver-links {
  width: 1px;
  height: 1px;
  overflow: hidden;
  position: absolute;
  left: -10000px;
  top: auto; }

body.no-scroll {
  height: 100vh;
  overflow: hidden; }

@media only screen and (max-width: 1180px) {
  .content__list,
  .content__paragraph {
    padding-right: 15%; } }

@media only screen and (max-width: 991px) {
  .blockSection__content a,
  .blockSection__content a[href^="/"],
  #publication-content p a,
  #publication-content p a[href^="/"],
  #publication-content .content__paragraph a,
  #publication-content .content__paragraph a[href^="/"],
  #publication-content .content__list a,
  a {
    font-size: 16px !important; }
  a.icon {
    font-size: 1.5em !important; }
  .content {
    padding-right: 20px;
    padding-left: 20px;
    margin: 0 auto; }
    .content.content--sticky {
      margin-top: 142px; }
  .content__introduction {
    font-size: 18px; }
  .content__paragraph {
    padding-right: 0; }
  .content__list,
  .content__table {
    padding-right: 0; }
  .content__list {
    font-size: 20px; }
  .content__table {
    width: 100%;
    font-size: 18px; }
  .aside {
    padding-left: 29px; }
  .cookie-info {
    padding: 0 20px; }
  .cookie-text {
    max-width: 70%; }
  .aside__heading--nowrap {
    white-space: nowrap;
    font-size: 1em; }
  #publication-content ul li a.explain,
  #publication-content ol li a.explain {
    font-size: 100% !important; } }

@media only screen and (max-width: 767px) {
  .content {
    padding-right: 20px; }
  .content--sticky {
    margin-top: 96px; }
  .content__title {
    padding-top: 20px;
    padding-bottom: 20px; }
  .aside {
    padding-left: 0; }
  .aside__heading--negative {
    margin-top: 0px;
    margin-bottom: 0px; }
  .cookie-text,
  .button--aligned {
    float: none; } }

@media only screen and (max-width: 320px) {
  .content__introduction {
    margin-top: 16px; } }

li.double-lineheight {
  margin-bottom: 35px; }

/*.ui-autocomplete {
list-style: outside none none;
margin: 0px;
background-color: #EEE;
border: 1px solid #DDD;
display: none;
min-width: 100%;
padding: 5px 20px;
position: absolute;
}*/
.ui-autocomplete {
  font-family: "Foundry Sans W01 Demi",sans-serif;
  font-size: 16px;
  list-style: outside none none;
  border: 1px solid #ddd;
  background: none repeat scroll 0 0 #eee;
  color: #333;
  padding: 5px 20px;
  z-index: 10001;
  position: absolute;
  cursor: default;
  width: auto;
  margin: 5px 0 0 0; }

.ui-autocomplete li {
  padding: 5px 0px;
  text-decoration: none;
  display: block;
  color: #333;
  white-space: nowrap; }

.ui-autocomplete li:hover {
  cursor: pointer; }

/*.ui-autocomplete li.ui-state-focus {
    background-color: #ccc;
}*/
/* #Mixins
================================================== */
.blockSection {
  position: relative;
  display: block;
  padding-top: 26px;
  padding-bottom: 26px; }
  .blockSection h2 {
    color: #333; }

.blockSection--variantOdd {
  background-color: #D1E1F5; }
  .blockSection--variantOdd h2, .blockSection--variantOdd h3 {
    color: #333; }

.blockSection--variantEven {
  background-color: #E4EEDD; }
  .blockSection--variantEven h2, .blockSection--variantEven h3 {
    color: #333; }

.blockSection--variantGray {
  background-color: #F6F7F7;
  padding: 3rem 0;
  margin-bottom: 3rem; }
  .blockSection--variantGray h2, .blockSection--variantGray h3 {
    color: #333; }

.blockSection__content {
  display: block;
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 47px; }
  .blockSection__content a[href^="/"] {
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0); }
    .blockSection__content a[href^="/"]:after {
      content: "";
      font: normal normal normal 16px/1 Icons;
      font-size: .7em;
      font-weight: 600;
      padding-left: 4px;
      margin-left: 0;
      position: relative;
      top: -1px; }
  .blockSection__content a[href^="http"] {
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0); }
    .blockSection__content a[href^="http"]:after {
      content: "";
      font: normal normal normal 16px/1 Icons;
      font-size: .7em;
      font-weight: 600;
      padding-left: 4px;
      margin-left: 0;
      position: relative;
      top: -1px; }

.blockSection__heading {
  margin-top: 20px;
  color: #333; }

.blockSection__body {
  overflow: hidden;
  max-width: 822px; }
  .blockSection__body iframe {
    max-width: 100%;
    border: 0; }
  .blockSection__body img {
    max-width: 100%; }
  .blockSection__body ul, .blockSection__body ol {
    font-size: 24px;
    line-height: 140%; }
  .blockSection__body table {
    margin: 0 0 1em 0;
    font-size: 18px;
    line-height: 140%;
    font-family: "Foundry Sans W01 Nrml",sans-serif;
    width: 100%;
    min-width: 650px; }
    .blockSection__body table caption {
      font-family: 'Foundry Sans W01 Demi', sans-serif;
      padding: .5em 0; }
    .blockSection__body table th, .blockSection__body table td {
      padding: 5px 15px 5px 5px;
      text-align: left;
      vertical-align: top; }
      .blockSection__body table th p, .blockSection__body table td p {
        font-size: inherit !important; }
      .blockSection__body table th ol, .blockSection__body table th ul, .blockSection__body table td ol, .blockSection__body table td ul {
        font-size: inherit !important;
        margin: 0;
        padding-inline-start: 20px; }
    .blockSection__body table td {
      border-bottom: solid 1px #000; }
    .blockSection__body table thead td, .blockSection__body table th {
      font-family: "Foundry Sans W01 Demi",sans-serif;
      background-color: #005ca9;
      color: #fff; }
    .blockSection__body table thead p {
      color: #fff; }
    .blockSection__body table tfoot td, .blockSection__body table tfoot th {
      font-family: "Foundry Sans W01 Nrml",sans-serif;
      font-size: .8em !important;
      background-color: #f6f6f6;
      color: #000;
      border-bottom: 0; }
  .blockSection__body ul:not(.appendices__list) {
    list-style: none;
    padding-left: 10px; }
    .blockSection__body ul:not(.appendices__list) ul {
      list-style: none;
      padding-left: 10px; }
    .blockSection__body ul:not(.appendices__list) li {
      position: relative;
      padding-left: 20px; }
    .blockSection__body ul:not(.appendices__list) > li:before {
      content: '\2022';
      color: #E98B3A;
      padding-right: .5em;
      position: absolute;
      top: 0;
      left: 0; }
    .blockSection__body ul:not(.appendices__list) > li li:before {
      content: '\2013';
      color: #333;
      padding-right: .5em;
      position: absolute;
      top: 0;
      left: 0; }

.blockSection--sidebar {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 26px; }

.blockSection__content--sidebar {
  font-family: "Foundry Sans W01 Nrml",sans-serif;
  font-size: 16px;
  background-color: #D1E1F5;
  padding: 16px;
  padding-left: 16px; }

.blockSection__heading--sidebar {
  font-size: 18px;
  margin-top: 0;
  line-height: inherit; }

.blockSection__body--sidebar p, .blockSection__body--sidebar table, .blockSection__body--sidebar ul, .blockSection__body--sidebar ol {
  font-size: 16px; }

.blockSection__body--sidebar h2, .blockSection__body--sidebar h3, .blockSection__body--sidebar h4, .blockSection__body--sidebar .intervention__item h5, .intervention__item .blockSection__body--sidebar h5, .blockSection__body--sidebar h5, .blockSection__body--sidebar h6 {
  font-size: 100%; }

.blockSection__body--sidebar a[href^="/"] {
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0); }
  .blockSection__body--sidebar a[href^="/"]:after {
    content: "";
    font: normal normal normal 16px/1 Icons;
    font-size: .7em;
    font-weight: 600;
    padding-left: 4px;
    margin-left: 0;
    position: relative;
    top: -1px; }

.blockSection__body--sidebar a[href^="http"] {
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0); }
  .blockSection__body--sidebar a[href^="http"]:after {
    content: "";
    font: normal normal normal 16px/1 Icons;
    font-size: .7em;
    font-weight: 600;
    padding-left: 4px;
    margin-left: 0;
    position: relative;
    top: -1px; }

.blockSection__blockLink {
  display: block; }
  .blockSection__blockLink[href^="/"] {
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0); }
    .blockSection__blockLink[href^="/"]:after {
      content: "";
      font: normal normal normal 16px/1 Icons;
      font-size: .7em;
      font-weight: 600;
      padding-left: 4px;
      margin-left: 0;
      position: relative;
      top: -1px; }
  .blockSection__blockLink[href^="http"] {
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0); }
    .blockSection__blockLink[href^="http"]:after {
      content: "";
      font: normal normal normal 16px/1 Icons;
      font-size: .7em;
      font-weight: 600;
      padding-left: 4px;
      margin-left: 0;
      position: relative;
      top: -1px; }

.blockSection__blockLink--bordered {
  border-top: 1px solid #DDD; }

.blockSection--variantEven .blockSection__blockLink--bordered,
.blockSection--variantOdd .blockSection__blockLink--bordered {
  border-top: 1px solid #333; }

@media only screen and (max-width: 991px) {
  .blockSection__content {
    padding-left: 20px;
    padding-right: 20px; }
  .blockSection ul, .blockSection ol {
    font-size: 20px; }
  .blockSection__content table {
    width: 100%; } }

@media only screen and (min-width: 991px) {
  .blockSection__body ul, .blockSection__body ol {
    margin-left: 16px; } }

nav.breadcrumbs ol {
  margin: 1em 0 0;
  padding: 0; }
  nav.breadcrumbs ol li {
    display: inline-block; }
    nav.breadcrumbs ol li a::after {
      content: '/';
      padding: 0 0 0 .4em; }
  nav.breadcrumbs ol .breadcrumbs__current {
    font-family: 'Foundry Sans W01 Demi', sans-serif; }

@media only screen and (max-width: 991px) {
  nav.breadcrumbs ol .breadcrumbs__current {
    font-size: 16px; } }

.default-theme {
  /* Address */
  /* Subscribe */
  /* Social */
  /* Link importants */ }
  .default-theme .footer {
    background-color: #CFE3FC;
    border-top: solid 3em #035EAA;
    margin-top: 3em; }
  .default-theme .footer__inner {
    display: block;
    max-width: 1280px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 30px;
    padding-bottom: 110px;
    padding-left: 24px;
    position: relative; }
  .default-theme .footer__header {
    font-size: 112.5%;
    padding: 0 4em 0 0;
    margin-top: 10px;
    margin-bottom: 0.5em;
    font-family: "Foundry Sans W01 Demi",sans-serif;
    font-weight: 400;
    line-height: 24px;
    color: #000; }
  .default-theme .footer__logo {
    position: absolute;
    top: -5.875em;
    width: 4.5em; }
  .default-theme .grid-col-3--footer {
    padding-right: 40px;
    padding-left: 0px; }
  .default-theme .address {
    font-style: normal; }
  .default-theme .address__body {
    font-family: 'Foundry Sans W01 Nrml', sans-serif;
    font-size: 106.3%;
    line-height: 1.353; }
  .default-theme .address__email {
    display: inline-block;
    padding-top: 6px;
    padding-bottom: 6px;
    font-family: 'Foundry Sans W01 Demi', sans-serif;
    text-decoration: none; }
  .default-theme .address__email:hover {
    text-decoration: underline; }
  .default-theme .subscribe__introduction {
    font-family: 'Foundry Sans W01 Nrml', sans-serif;
    font-size: 16px; }
  .default-theme .subscribe__form {
    margin-top: 16px; }
  .default-theme .subscribe__label {
    font-family: 'Foundry Sans W01 Demi', sans-serif;
    display: block;
    margin-bottom: 5px;
    font-weight: bold; }
  .default-theme .subscribe__input {
    border: 2px solid white;
    border-radius: 3px;
    display: block;
    width: 100%;
    height: 38px;
    padding: 8px 12px;
    margin-bottom: 10px;
    font-size: 106.3%;
    line-height: 1.42857143;
    color: #555;
    vertical-align: middle;
    background-color: #fff; }
  .default-theme .subscribe__submit {
    width: 100%;
    margin-top: 8px;
    padding-top: 11px;
    padding-bottom: 11px;
    border: 2px solid white;
    border-radius: 3px;
    background-color: transparent;
    font-family: 'Foundry Sans W01 Demi', sans-serif;
    font-size: 112.5%; }
  .default-theme .social {
    display: flex;
    gap: 24px;
    margin-top: 1em; }
  .default-theme .social a[href^="http"]::after {
    display: none; }
  .default-theme .linkImportants__list {
    padding: 0 2em 0 0;
    margin: 4px 0 0;
    list-style: none; }
  .default-theme .linkImportants__item {
    padding: 6px 0; }
  .default-theme .linkImportants__link {
    transition: color 500ms ease 0s;
    color: #0062B6;
    text-decoration: none;
    font-family: 'Foundry Sans W01 Demi', sans-serif;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    font-size: 106.3%; }
    .default-theme .linkImportants__link:hover {
      text-decoration: underline;
      transition-property: opacity;
      color: #333; }
    .default-theme .linkImportants__link:after {
      content: "";
      font: normal normal normal 16px/1 Icons;
      font-size: .7em;
      font-weight: 600;
      padding-left: 4px;
      margin-left: 0;
      position: relative;
      top: -1px; }
  .default-theme .linkImportants__link::after {
    padding-left: 6px !important; }
  .default-theme .linkImportants__arrow {
    font-size: 1.2em; }
  @media only screen and (max-width: 991px) {
    .default-theme .footer__inner {
      padding-top: 12px;
      padding-bottom: 12px;
      padding-left: 24px;
      padding-right: 24px; }
    .default-theme .grid-col-3--footer {
      padding-right: 20px; } }
  @media only screen and (max-width: 767px) {
    .default-theme .footer__inner {
      padding-top: 30px; }
      .default-theme .footer__inner > div:not(:last-child) {
        margin-bottom: 24px;
        padding-bottom: 20px;
        border-bottom: 2px solid rgba(0, 0, 0, 0.08); }
      .default-theme .footer__inner .address,
      .default-theme .footer__inner .address__body {
        margin-bottom: 0; }
    .default-theme .footer__slogan {
      line-height: 115%; }
    .default-theme .address,
    .default-theme .socialChannels,
    .default-theme .linkImportants {
      margin-bottom: 26px; }
    .default-theme .subscribe {
      margin-bottom: 41px; } }
  @media only screen and (max-width: 479px) {
    .default-theme .footer__inner {
      padding-top: 14px;
      padding-bottom: 14px;
      padding-left: 20px; } }

.intra {
  /* Address */
  /* Subscribe */
  /* Social */
  /* Link importants */ }
  .intra .footer {
    background-color: #005ca9;
    background-size: cover;
    background-repeat: no-repeat; }
  .intra .footer__slogan {
    display: block;
    max-width: 1280px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 52px;
    padding-bottom: 43px;
    border-bottom: 1px solid #D1E1F5;
    font-family: 'Foundry Sans W01 Lt', sans-serif;
    color: white;
    font-size: 48px;
    line-height: 48px;
    text-align: center;
    font-weight: normal; }
  .intra .footer__inner {
    display: block;
    max-width: 1280px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 30px;
    padding-bottom: 110px;
    padding-left: 47px;
    color: #fff; }
  .intra .footer__header {
    font-size: 18px;
    color: #fff;
    margin-top: 10px;
    margin-bottom: 0.5em;
    font-family: "Foundry Sans W01 Demi",sans-serif;
    font-weight: 400;
    line-height: 24px; }
  .intra .grid-col-3--footer {
    padding-right: 40px;
    padding-left: 0px; }
  .intra .address {
    font-style: normal; }
  .intra .address__body {
    font-family: 'Foundry Sans W01 Nrml', sans-serif;
    font-size: 16px; }
  .intra .address__email {
    display: inline-block;
    padding-top: 6px;
    padding-bottom: 6px;
    font-family: 'Foundry Sans W01 Demi', sans-serif;
    color: #fff;
    text-decoration: none; }
  .intra .address__email:hover {
    text-decoration: underline;
    color: #fff; }
  .intra .subscribe__introduction {
    font-family: 'Foundry Sans W01 Nrml', sans-serif;
    font-size: 16px; }
  .intra .subscribe__form {
    margin-top: 16px; }
  .intra .subscribe__label {
    font-family: 'Foundry Sans W01 Demi', sans-serif;
    display: block;
    margin-bottom: 5px;
    font-weight: bold; }
  .intra .subscribe__input {
    border: 2px solid white;
    border-radius: 3px;
    display: block;
    width: 100%;
    height: 38px;
    padding: 8px 12px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    vertical-align: middle;
    background-color: #fff; }
  .intra .subscribe__submit {
    width: 100%;
    margin-top: 8px;
    padding-top: 11px;
    padding-bottom: 11px;
    border: 2px solid white;
    border-radius: 3px;
    background-color: transparent;
    font-family: 'Foundry Sans W01 Demi', sans-serif;
    font-size: 18px; }
  .intra .socialChannels__list {
    padding: 0;
    margin: 0;
    list-style: none; }
    .intra .socialChannels__list .icon {
      margin-right: 6px;
      position: relative;
      top: 3px; }
  .intra .socialChannels__link {
    display: inline-block;
    padding-top: 6px;
    padding-bottom: 6px;
    color: #fff;
    text-decoration: none;
    font-family: 'Foundry Sans W01 Demi', sans-serif; }
  .intra .socialChannels__link:hover {
    text-decoration: underline;
    color: #fff; }
  .intra a[href^="http"].socialChannels__link::after {
    display: none; }
  .intra .linkImportants__list {
    padding: 0;
    margin: 0;
    list-style: none; }
  .intra .linkImportants__item {
    padding: 6px 0; }
  .intra .linkImportants__link {
    transition: color 500ms ease 0s;
    color: #0062B6;
    text-decoration: none;
    font-family: 'Foundry Sans W01 Demi', sans-serif;
    color: #fff;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0); }
    .intra .linkImportants__link:hover {
      text-decoration: underline;
      transition-property: opacity;
      color: #333; }
    .intra .linkImportants__link:after {
      content: "";
      font: normal normal normal 16px/1 Icons;
      font-size: .7em;
      font-weight: 600;
      padding-left: 4px;
      margin-left: 0;
      position: relative;
      top: -1px; }
    .intra .linkImportants__link:hover {
      color: #fff; }
  .intra .linkImportants__link::after {
    padding-left: 6px !important; }
  .intra .linkImportants__arrow {
    font-size: 1.2em; }
  @media only screen and (max-width: 991px) {
    .intra .footer__inner {
      padding-top: 12px;
      padding-bottom: 12px;
      padding-left: 24px; }
    .intra .grid-col-3--footer {
      padding-right: 20px; } }
  @media only screen and (max-width: 767px) {
    .intra .footer__slogan {
      line-height: 115%; }
    .intra .address,
    .intra .socialChannels,
    .intra .linkImportants {
      margin-bottom: 26px; }
    .intra .subscribe {
      margin-bottom: 41px; } }
  @media only screen and (max-width: 479px) {
    .intra .footer__inner {
      padding-top: 14px;
      padding-bottom: 14px;
      padding-left: 20px; } }

.default-theme .header {
  background: #fff; }

.default-theme .header__inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 24px;
  position: relative;
  height: 5.625em; }

.default-theme .hero__tools {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 1.75em;
  position: absolute;
  right: 24px;
  top: 1em; }

.default-theme .hero__toolslink {
  display: flex;
  align-items: center;
  gap: .5em;
  color: #333; }

.default-theme .logo {
  position: absolute;
  left: 24px;
  top: 8px;
  display: flex;
  align-items: center;
  gap: 10px; }
  .default-theme .logo h1 {
    margin: 0;
    display: block; }

.default-theme .logo__image {
  display: block;
  height: 98px;
  width: auto; }

.default-theme .logo:hover {
  text-decoration: none; }

.default-theme .logo__payoff {
  font-size: 0.875em;
  width: 14em;
  display: block;
  text-transform: uppercase;
  font-family: "Foundry Sans W01 Demi", sans-serif;
  font-style: normal;
  line-height: normal;
  color: #000; }

.default-theme .logo__payoff:lang(en) {
  width: 20em; }

.default-theme .menubar {
  background: #035EAA; }

.default-theme .menu-sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999; }

.default-theme .menu-sticky-hero {
  padding-top: 3em; }

.default-theme .menu-sticky-margin h1 {
  margin-top: 1.2em; }

.default-theme #quicksearch.menu-sticky-margin {
  margin-top: 3em; }

.default-theme .intra .menubar {
  background: #952a86; }

.default-theme .menubar__inner {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 2em;
  list-style: none;
  padding: 0;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 24px;
  height: 3em; }

.default-theme .menubar nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: calc(2em - 12px); }

.default-theme .menubar__link {
  display: flex;
  align-content: center;
  align-items: center;
  gap: .5em;
  color: #fff;
  height: 2.2em;
  padding: 0 8px 0 4px;
  border: 1.5px solid #035EAA;
  border-radius: 6px;
  transition: all 100ms ease-in-out;
  appearance: none;
  background: transparent;
  font-family: 'Foundry Sans W01 Demi', sans-serif; }
  .default-theme .menubar__link:hover {
    color: #fff;
    /*background: rgba(0,0,0,0.12);*/
    transition: all 100ms ease-in-out;
    border-color: rgba(255, 255, 255, 0.9);
    text-decoration: none; }

.default-theme .intra .menubar__link {
  border: 1.5px solid #952a86; }

.default-theme .intra .menubar__link:hover {
  border-color: rgba(255, 255, 255, 0.9); }

.default-theme .menubar__link--search {
  position: relative; }
  .default-theme .menubar__link--search:before {
    content: '';
    border-left: 1px solid rgba(255, 255, 255, 0.3);
    position: absolute;
    left: -1em;
    top: 2px;
    bottom: 2px;
    display: block; }

.default-theme [aria-expanded="true"] .menubar__link--search__open,
.default-theme [aria-expanded="true"] .menubar__link--mobile__open {
  display: none; }

.default-theme [aria-expanded="false"] .menubar__link--search__close,
.default-theme [aria-expanded="false"] .menubar__link--mobile__close {
  display: none; }

.default-theme .menubar__link--mobile__close {
  margin: 2px; }

.default-theme .menubar__link--mobile {
  display: none; }

.default-theme .quicksearch {
  height: 7em;
  background: #CFE3FC;
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 2px solid #fff; }

.default-theme .quicksearch--hidden {
  display: none; }

.default-theme .quicksearch form {
  display: flex;
  align-items: stretch;
  height: 3em;
  width: 100%;
  max-width: 768px; }

.default-theme .quicksearch form:focus-within {
  outline-offset: 0px;
  outline: 2px solid #035EAA;
  border-radius: 4px; }
  .default-theme .quicksearch form:focus-within .quicksearch__query {
    border: 1px solid #000;
    outline: 0; }

.default-theme .quicksearch__query {
  appearance: none;
  background: #fff;
  border: 1px solid #000;
  border-radius: 4px 0 0 4px;
  padding: 0 1.412em;
  font-family: Foundry Sans W01 Nrml;
  font-size: 17px;
  display: block;
  width: 100%; }

.default-theme .quicksearch__button {
  appearance: none;
  padding: 0;
  margin: 0;
  border: 0;
  background: #FFDD00;
  color: #000;
  font-family: Foundry Sans W01 Nrml;
  border: 1px solid #000;
  border-left: none;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 17px;
  width: 2.824em;
  border-radius: 0 4px 4px 0; }
  .default-theme .quicksearch__button svg {
    fill: #000; }

@media only screen and (max-width: 991px) {
  .default-theme .header__inner {
    height: 54px; }
  .default-theme .menubar__inner nav {
    display: none; }
  .default-theme .menubar__link--search::before {
    left: -18px; }
  .default-theme .menubar__link--mobile {
    display: flex; }
  .default-theme .logo__payoff {
    display: none; }
  .default-theme .logo {
    left: 20px;
    top: 4px; }
  .default-theme .quicksearch {
    padding: 0 20px; } }

.intra .hero {
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 96px;
  position: relative;
  z-index: 5990; }

.intra .hero__photographer {
  background-color: rgba(0, 0, 0, 0.29);
  color: white;
  font-family: "Foundry Sans W01 Nrml",sans-serif;
  font-size: 12px;
  padding: 1px 4px;
  position: absolute;
  right: 0;
  top: 0; }

.intra .hero__tools {
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), #952a86 50%, #952a86);
  position: absolute;
  bottom: 0;
  top: 0;
  right: 0;
  text-align: right;
  width: 40%;
  margin: 0;
  padding: 8px 0 0 46px;
  list-style: none; }

.intra .hero__toolsitem {
  display: inline; }

.intra .hero__toolslink {
  transition: color 500ms ease 0s;
  color: #0062B6;
  text-decoration: none;
  font-family: 'Foundry Sans W01 Demi', sans-serif;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  padding: 8px 12px; }
  .intra .hero__toolslink:hover {
    text-decoration: underline;
    transition-property: opacity;
    color: #333; }

@media only screen and (max-width: 991px) {
  .intra .hero__tools {
    display: none; } }

.intra .header {
  background-color: white;
  border-bottom: 1px solid #d5d4d4;
  box-shadow: 0 1px 3px 0 #f2f1f1;
  width: 100%;
  height: 142px;
  z-index: 5990;
  position: relative; }

.intra .header--sticky {
  position: fixed;
  top: 0;
  z-index: 6000; }

.intra .header__inner {
  display: block;
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
  font-family: 'Foundry Sans W01 Nrml', sans-serif;
  position: relative;
  height: 142px; }

@media only screen and (max-width: 767px) {
  .intra .hero {
    display: none; }
  .intra .header {
    height: 96px; }
  .intra .header__inner {
    height: 96px; } }

.intra .logo {
  width: 100%; }

.intra .logo__link {
  display: block;
  left: 16px;
  position: absolute;
  text-align: center;
  top: -61px;
  transition: top 500ms ease 0s;
  zoom: 1; }

.intra .logo__link--sticky {
  top: 19px; }

.intra .logo__image {
  position: relative;
  z-index: 9999; }

.intra .logo__image--sticky {
  width: 78px; }

.intra .logo__payoff {
  display: block;
  font-family: "Foundry Sans W01 Bd",sans-serif;
  font-size: 14px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
  padding-top: 20px;
  padding-left: 117px;
  text-transform: uppercase;
  font-style: normal; }

.intra .logo__payoff {
  color: #000; }

@media only screen and (max-width: 991px) {
  .intra .logo__link {
    left: 20px; } }

@media only screen and (max-width: 767px) {
  .intra .logo__image,
  .intra .logo__image--sticky {
    width: 64px; }
  .intra .logo__link,
  .intra .logo__link--sticky {
    top: 5px; }
  .intra .logo__payoff {
    font-size: 13px;
    padding-left: 110px;
    padding-top: 8px;
    margin: 0; } }

@media only screen and (max-width: 602px) {
  .intra .logo__payoff {
    font-size: 11px;
    white-space: nowrap; } }

@media only screen and (max-width: 479px) {
  .intra .logo__image,
  .intra .logo__image--sticky {
    width: 50px; }
  .intra .logo__link {
    left: 14px;
    top: 12px; }
  .intra .logo__payoff {
    padding-left: 75px;
    font-size: 11px;
    line-height: 140%;
    position: absolute;
    white-space: normal; } }

.intra .quickSearch {
  float: left;
  margin-bottom: 0;
  margin-top: 23px;
  max-width: 1280px;
  padding-left: 117px;
  width: 100%; }

.intra .quickSearch__query {
  border: 1px solid #555656;
  border-radius: 3px;
  box-shadow: 0 0 6px 0 white;
  display: block;
  float: left;
  font-size: 18px;
  font-weight: 400;
  height: 48px;
  line-height: 100%;
  margin-bottom: 0;
  padding: 12px 68px 12px 18px;
  width: 95%; }

.intra .quickSearch__button {
  background-color: #fd0;
  background-image: url(/static/images/1429709401_11_Search.svg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 20px auto;
  border: 0;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  color: transparent;
  height: 46px;
  margin-left: -51px;
  margin-top: 1px;
  transition: background-color 500ms ease 0s;
  width: 50px; }

.intra .quickSearch__button {
  background-color: #952a86;
  background-image: url(/static/images/1429709401_11_Search_white.svg); }

.intra .quickSearch__button:hover {
  background-color: #D1E1F5; }

@media only screen and (max-width: 1180px) {
  .intra .quickSearch {
    margin-top: 9px; } }

@media only screen and (max-width: 991px) {
  .intra .quickSearch__query {
    width: 99%; } }

@media only screen and (max-width: 767px) {
  .intra .quickSearch {
    margin-top: 8px;
    padding-left: 110px; }
  .intra .quickSearch__query {
    height: 39px;
    line-height: 39px; }
  .intra .quickSearch__button {
    height: 37px;
    background-size: 16px; } }

@media only screen and (max-width: 479px) {
  .intra .quickSearch {
    padding-left: 77px;
    margin-top: 45px; }
  .intra .quickSearch__query {
    width: 90%;
    height: 34px;
    padding: 8px 47px 8px 8px;
    font-size: 13px;
    line-height: 34px; }
  .intra .quickSearch__button {
    width: 39px;
    height: 32px;
    margin-left: -40px; } }

.intra .mainNav {
  width: 100%;
  float: right;
  display: block;
  list-style: none;
  padding: 0;
  margin: 0;
  overflow: hidden; }

.intra .mainNav__link {
  display: block;
  padding: 85px 0 33px;
  float: left;
  border-left: 1px solid #ddd;
  -webkit-transition: background-color 500ms ease;
  transition: background-color 500ms ease;
  font-family: 'Foundry Sans W01 Nrml', sans-serif;
  color: #333;
  font-size: 18px;
  text-align: center;
  text-decoration: none;
  min-width: 120px;
  width: 25%;
  max-height: 142px;
  overflow: hidden; }

.intra .mainNav__link:hover {
  background-color: rgba(235, 244, 251, 0.38); }

.intra .mainNav__link--publications {
  background-image: url(/static/images/publications.png);
  background-position: 50% 26px;
  background-repeat: no-repeat; }

.intra .mainNav__link--projects {
  background-image: url(/static/images/project.png);
  background-position: 50% 29px;
  background-repeat: no-repeat; }

.intra .mainNav__link--method {
  background-image: url(/static/images/method.png);
  background-position: 50% 26px;
  background-repeat: no-repeat; }

.intra .mainNav__link--vkl {
  background-image: url(/static/images/vkl-icon.png);
  background-position: 50% 26px;
  background-repeat: no-repeat; }

.intra .mainNav__link--it {
  background-image: url(/static/images/it.png);
  background-position: 50% 26px;
  background-repeat: no-repeat; }

.intra .mainNav__link--database {
  background-image: url(/static/images/database.png);
  background-position: 50% 26px;
  background-repeat: no-repeat; }

.intra .mainNav__link--ongoing {
  background-image: url(/static/images/ongoing_intranat.png);
  background-position: 50% 26px;
  background-repeat: no-repeat; }

.intra .mainNav__link--timereport {
  background-image: url(/static/images/timereport.png);
  background-position: 50% 26px;
  background-repeat: no-repeat; }

.intra .mainNav__link--tools {
  background-image: url(/static/images/tool.png);
  background-position: 50% 26px;
  background-repeat: no-repeat; }

.intra .mainNav__link--find-people {
  background-image: url(/static/images/find-people.png);
  background-position: 50% 26px;
  background-repeat: no-repeat; }

.intra .mainNav__link--tool {
  display: none; }

.intra .navHamburguesa {
  color: #333;
  display: none;
  text-decoration: none;
  font-size: 22px; }
  .intra .navHamburguesa:hover {
    text-decoration: none; }

.intra .navHamburguesa .navHamburguesa__text {
  display: block;
  margin-top: -9px;
  font-size: 14px; }

@media only screen and (max-width: 991px) {
  .intra .navHamburguesa {
    display: block;
    position: relative;
    top: 52px; }
  .intra .navHamburguesa .navHamburguesa__text {
    margin-top: -58px; }
  .intra .mainNav {
    display: none;
    position: absolute;
    top: 146px;
    right: 0px;
    overflow-x: hidden;
    overflow-y: hidden;
    width: 200px;
    border-radius: 3px;
    background-color: #0062b6;
    color: #333;
    text-align: left; }
  .intra .mainNav__link {
    padding: 0;
    margin: 0;
    border: none;
    float: none;
    width: auto;
    max-width: auto;
    height: auto;
    max-height: auto;
    position: static;
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    border-bottom: 1px solid #307ec2;
    -webkit-transition: background-color 500ms ease;
    transition: background-color 500ms ease;
    color: white;
    text-decoration: none;
    text-align: left; }
  .intra .mainNav__link:hover {
    background-color: #014178;
    color: #fff; }
  .intra .mainNav__link--publications,
  .intra .mainNav__link--projects,
  .intra .mainNav__link--method {
    background: none; }
  .intra .mainNav__link--tool {
    display: block; } }

@media only screen and (max-width: 767px) {
  .intra .navHamburguesa {
    top: 35px; }
    .intra .navHamburguesa .navHamburguesa__text {
      margin-top: -43px; }
  .intra .mainNav {
    top: 100px; } }

@media only screen and (max-width: 479px) {
  .intra .navHamburguesa {
    top: 41px;
    right: 14px; }
    .intra .navHamburguesa .navHamburguesa__text {
      margin-top: -50px;
      padding-left: 13px; } }

.metadata {
  display: inline-block;
  font-family: "Foundry Sans W01 Lt",sans-serif;
  position: relative;
  top: -6px;
  margin-left: 18px; }

.icon-clock--small:before {
  font-size: 15px;
  margin-right: 7px; }

@media only screen and (max-width: 767px) {
  .metadata {
    margin-left: 0;
    font-size: 12px;
    top: -7px; } }

.metadata.publicationTools__time {
  float: right;
  top: 10px; }

@media only screen and (max-width: 991px) {
  .metadata.publicationTools__time {
    float: none;
    display: block;
    color: #333;
    margin-left: 0; }
  .metadata.publicationTools__time strong {
    font-weight: normal; } }

.page-update-time {
  margin: 10px auto;
  font-family: "Foundry Sans W01 Lt",sans-serif; }
  .page-update-time span {
    white-space: nowrap; }

.scroll-indicator-wrapper {
  position: relative; }

.scrollable-container {
  overflow: auto;
  -webkit-overflow-scrolling: touch; }

.scroll-indicator {
  cursor: pointer;
  visibility: visible;
  opacity: 1;
  transition: visibility 0s linear 0s, opacity 300ms;
  position: absolute;
  height: 100%;
  width: 30px;
  top: 0;
  background: url("/static/images/table_arrow.png") left/contain no-repeat, radial-gradient(farthest-side at left, #fff, rgba(255, 255, 255, 0)); }

.scroll-indicator--left {
  left: 0; }

.scroll-indicator--right {
  transform: rotate(180deg);
  right: 0; }

.scroll-indicator--hidden {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s linear 300ms, opacity 300ms; }

.share {
  margin-bottom: 8px;
  display: inline-block;
  margin-bottom: 0;
  padding-top: 7px;
  padding-right: 8px; }

.share__heading {
  position: absolute;
  left: -9999px; }

.share__list {
  margin: 0;
  padding: 0; }

.share__list-item {
  display: inline-block;
  margin-left: 4px;
  margin-right: 7px; }

@media only screen and (max-width: 767px) {
  .share__list-item {
    margin-left: 0; } }

@media print {
  /* ********************************
        Global
        ********************************/
  /* Hides */
  @page {
    margin: 2cm; }
  #epi-quickNavigator,
  .hero,
  .header .grid-col-medium-1,
  .quickSearch,
  .nav,
  .sub-nav,
  .subscribe,
  .socialChannels,
  .linkImportants,
  input[type=submit],
  input[type=button],
  .button {
    display: none !important; }
  .grid-col, .grid-col-1, .grid-col-3, .grid-col-2, .grid-col-4, .grid-col-5, .grid-col-6, .grid-col-7, .grid-col-8, .grid-col-9, .grid-col-10, .grid-col-11, .grid-col-12, .grid-col-1, .grid-col-3, .grid-col-2, .grid-col-4, .grid-col-5,
  .grid-col-6, .grid-col-7, .grid-col-8, .grid-col-9, .grid-col-10,
  .grid-col-11, .grid-col-12 {
    display: block; }
  /* Overrides */
  body {
    padding: 0 10px !important; }
  .header .grid-col-medium-11 {
    width: 100% !important; }
  .header {
    box-shadow: none !important;
    border-bottom: solid 1px #eee !important; }
  .header--sticky {
    position: static !important; }
  h1, h2, h3, h4, .intervention__item h5, h5 {
    page-break-after: avoid; }
  h1 {
    font-size: 29pt !important; }
  h2,
  .blockSection__body--sidebar h2 {
    font-size: 22pt !important; }
  h3,
  .blockSection__body--sidebar h3 {
    font-size: 20pt !important; }
  h4, .intervention__item h5, .blockSection__body--sidebar h4, .blockSection__body--sidebar .intervention__item h5, .intervention__item .blockSection__body--sidebar h5 {
    font-size: 17pt !important; }
  .logo {
    overflow: hidden !important; }
  .logo__link {
    position: static !important;
    top: auto !important;
    left: auto !important;
    display: inline-block !important;
    float: left !important; }
  .logo__link--sticky {
    top: auto !important; }
  .logo__image--sticky {
    width: auto !important; }
  .logo__payoff {
    display: inline-block !important;
    padding: 0 !important;
    margin: 0 !important;
    float: left !important;
    padding-left: 20px !important;
    padding-top: 80px !important; }
  .content {
    padding: 0 !important; }
  .content--sticky {
    margin: 0 !important; }
  .content__main {
    width: 100% !important; }
  .aside {
    width: 100% !important;
    padding: 0 !important; }
  .aside > div > div {
    page-break-inside: avoid !important;
    max-width: 300px !important; }
  .link__image {
    max-width: 300px !important;
    display: block !important; }
  .content__title {
    padding-top: 12pt !important; }
  .content__introduction,
  .content__paragraph {
    padding-right: 10% !important;
    font-size: 12pt !important; }
  .content__list,
  .content__table {
    font-size: 12pt; }
  .content__table p {
    font-size: 12pt; }
  .blockSection__content {
    padding-left: 0 !important; }
  .blockSection {
    padding: 0 !important;
    page-break-inside: avoid !important; }
  .blockSection ul,
  .blockSection ol,
  .blockSection table,
  .blockSection p {
    font-size: 12pt !important; }
  .blockSection__body {
    max-width: 100% !important; }
  .blockSection__body table {
    font-size: 12px; }
  .blockSection__content--sidebar {
    border: solid 1px #eee !important;
    padding: 12pt !important; }
  .blockSection__heading--sidebar {
    font-size: 12pt !important; }
  .blockSection__body--sidebar p {
    font-size: 12pt !important; }
  .blockSection__body--sidebar h2, .blockSection__body--sidebar h3, .blockSection__body--sidebar h4, .blockSection__body--sidebar .intervention__item h5, .intervention__item .blockSection__body--sidebar h5, .blockSection__body--sidebar h5, .blockSection__body--sidebar h6 {
    font-size: 12pt !important; }
  .footer {
    border: 0 !important;
    border-top: solid 1px #eee !important;
    page-break-inside: avoid !important; }
  .footer__slogan {
    border-bottom: solid 1px #eee !important;
    font-size: 29pt !important; }
  .footer__slogan,
  .footer__header,
  .footer__inner {
    color: #333 !important; }
  .address__block {
    width: 100% !important;
    font-size: 12pt !important; }
  .footer__header,
  .address__body {
    font-size: 12pt !important; }
  img {
    max-width: 100% !important; }
  /* ********************************
        Homepage
        ********************************/
  /* Hides */
  .article__more,
  .social {
    display: none !important; }
  /* ********************************
        Publication page
        ********************************/
  /* Hides */
  .share__list,
  .findOnPage,
  .flarp,
  .toplink {
    display: none !important; }
  tr, .keep-together {
    page-break-inside: avoid; }
  .avoid-page-break-after {
    page-break-after: avoid; }
  /* Overrides */
  .publication__heading {
    font-size: 14pt !important; }
  .publicationTools__readtime {
    margin-left: 0 !important;
    font-size: 10pt !important; }
  .appendices__link {
    padding-left: 0 !important;
    font-size: 12pt !important; }
  .keywords .button {
    display: inline-block !important;
    background-color: transparent; }
  /* ********************************
        Publication list
        ********************************/
  /* Hides */
  .search__shortcut {
    display: none !important; }
  /* Overrides */
  .link__item,
  .links__item,
  .links__link {
    page-break-inside: avoid !important;
    max-width: 300px !important; }
  .grid-col-3--aside {
    width: 100% !important;
    padding-left: 0 !important; }
  /* ********************************
        Search
        ********************************/
  /* Hides */
  .aside__heading--negative,
  .aside form,
  .facett,
  .pagination {
    display: none !important; }
  /* Overrides */
  .searchResult__link.pdf {
    padding-left: 0 !important; }
  .content__title--search {
    font-size: 22pt !important; }
  .searchResult__header {
    font-size: 14pt !important; }
  .searchSorting,
  .searchResult__metadata,
  .searchResult__summary {
    font-size: 12pt !important; } }

/* #Mixins
================================================== */
.appendices__list {
  padding-left: 0px;
  list-style: outside none none;
  font-size: 1em; }

.appendices__item {
  overflow: hidden; }

.appendices__link {
  display: block !important;
  padding-top: 17px;
  padding-bottom: 17px;
  padding-left: 42px;
  background-image: url("/static/images/document_empty.png");
  background-position: 0px 12px;
  background-repeat: no-repeat;
  font-size: 16px; }
  .appendices__link.pdf {
    background-image: url("/static/images/file-pdf.svg"); }
  .appendices__link.doc {
    background-image: url("/static/images/word.png"); }
  .appendices__link.docx {
    background-image: url("/static/images/word.png"); }
  .appendices__link.xls {
    background-image: url("/static/images/excel.png"); }
  .appendices__link.xlsx {
    background-image: url("/static/images/excel.png"); }
  .appendices__link.ppt {
    background-image: url("/static/images/powerpoint.png"); }
  .appendices__link.pptx {
    background-image: url("/static/images/powerpoint.png"); }

.appendices__file-size {
  display: block;
  float: right;
  color: #333;
  font-size: 16px; }

#publication-content .blockSection {
  background-color: inherit;
  padding: 0; }

#publication-content .blockSection__content {
  padding: 0; }

.articlematrix .evidence-map__info {
  background-color: #E4EEDD; }
  .articlematrix .evidence-map__info .blockSection__content {
    padding-top: 20px;
    padding-bottom: 20px; }

.articlematrix .articlematrix__links {
  padding: 10px 0 0; }

.articlematrix .articlematrix__fullwidth-link.button {
  padding: 7px 12px; }

.articlematrix .export-controls {
  margin: 0 0 2em; }
  .articlematrix .export-controls .articlematrix__export {
    display: inline-block;
    margin: 0 1em 0 0; }
  .articlematrix .export-controls .export-form {
    display: inline-block; }

.articlematrix .articlematrix__filters {
  display: flex;
  flex-flow: row wrap;
  justify-content: left;
  margin: 0 0 1em;
  padding: 0 1em 1em; }
  .articlematrix .articlematrix__filters.articlematrix__filters--top-level {
    background-color: #e3edf9; }
  .articlematrix .articlematrix__filters .articlematrix__filter {
    margin: 0 20px 0 0; }
    .articlematrix .articlematrix__filters .articlematrix__filter .type-filter input[type='checkbox'] {
      margin: 0 13px 0 0; }
    .articlematrix .articlematrix__filters .articlematrix__filter input[type='checkbox'] {
      display: inline-block; }
    .articlematrix .articlematrix__filters .articlematrix__filter label {
      display: inline;
      font-family: 'Foundry Sans W01 Nrml', sans-serif; }
    .articlematrix .articlematrix__filters .articlematrix__filter label.Cirkel:before {
      content: "";
      background: url("/static/images/circle.svg") center center;
      background-size: 100%;
      width: 14px;
      height: 14px;
      margin: 0 4px 0 -12px;
      display: inline-block; }
    .articlematrix .articlematrix__filters .articlematrix__filter label.Romb:before {
      content: "";
      background: url("/static/images/diamond.svg") center center;
      background-size: 100%;
      width: 14px;
      height: 14px;
      margin: 0 4px 0 -12px;
      display: inline-block; }
    .articlematrix .articlematrix__filters .articlematrix__filter label.Pentagon:before, .articlematrix .articlematrix__filters .articlematrix__filter label.ModernPentagon:before {
      content: "";
      background: url("/static/images/pentagon.svg") center center;
      background-size: 100%;
      width: 14px;
      height: 14px;
      margin: 0 4px 0 -12px;
      display: inline-block; }
    .articlematrix .articlematrix__filters .articlematrix__filter label.Triangel:before {
      content: "";
      background: url("/static/images/triangle.svg") center center;
      background-size: 100%;
      width: 14px;
      height: 14px;
      margin: 0 4px 0 -12px;
      display: inline-block; }
    .articlematrix .articlematrix__filters .articlematrix__filter label.Kvadrat:before {
      content: "";
      background: url("/static/images/square.svg") center center;
      background-size: 100%;
      width: 14px;
      height: 14px;
      margin: 0 4px 0 -12px;
      display: inline-block; }
    .articlematrix .articlematrix__filters .articlematrix__filter label:after {
      content: '';
      display: block; }

.articlematrix .hide-controls {
  display: none; }

.articlematrix .articlematrix__table {
  width: unset; }
  .articlematrix .articlematrix__table td {
    border-right: solid black 1px;
    height: 65px;
    vertical-align: middle; }
  .articlematrix .articlematrix__table th {
    vertical-align: top; }
  .articlematrix .articlematrix__table th, .articlematrix .articlematrix__table td {
    width: 90px;
    padding: 5px; }
  .articlematrix .articlematrix__table td.empty {
    padding: 0;
    border: 0;
    background-color: transparent;
    height: unset; }
  .articlematrix .articlematrix__table .heading-level-1 {
    font-family: "Foundry Sans W01 Bd", sans-serif;
    text-transform: uppercase;
    letter-spacing: .01em;
    border: solid 1px black;
    text-align: center; }
  .articlematrix .articlematrix__table .heading-level-2 {
    background-color: #e2ecf9;
    color: #000;
    border: solid 1px black; }
  .articlematrix .articlematrix__table .vertical-header {
    vertical-align: middle;
    max-width: 20px;
    padding: 0; }
    .articlematrix .articlematrix__table .vertical-header div {
      margin: 0 0 0 0;
      transform: rotate(-90deg);
      white-space: nowrap; }
  .articlematrix .articlematrix__table .flex-container {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-evenly;
    align-items: flex-end;
    min-width: 90px; }
  .articlematrix .articlematrix__table .articletype {
    cursor: pointer;
    margin: 5px;
    position: relative;
    flex-basis: 34%; }
    .articlematrix .articlematrix__table .articletype .articletype__count {
      position: absolute;
      top: 3px;
      left: -12px;
      width: 54px;
      font-family: "Foundry Sans W01 Medium", sans-serif;
      font-size: 30px;
      color: white;
      padding: 0;
      text-align: center;
      text-shadow: black 1px 1px 0px, black -1px -1px 0px, black -1px 1px 0px, black 1px -1px 0px; }
    .articlematrix .articlematrix__table .articletype .articletype__popup {
      visibility: hidden;
      position: absolute;
      left: -9999px;
      width: 300px;
      border: 2px solid #333;
      border-radius: 3px;
      padding: 4px;
      font-size: 14px;
      line-height: 1.5;
      color: black;
      box-shadow: #ccc 3px 3px 7px;
      background-color: #fff;
      z-index: 2;
      height: 0px;
      overflow: hidden; }
      .articlematrix .articlematrix__table .articletype .articletype__popup--open {
        visibility: visible;
        height: auto;
        overflow: visible; }
      .articlematrix .articlematrix__table .articletype .articletype__popup:before {
        border-color: transparent transparent #333;
        top: -11px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 10px 10px;
        position: absolute;
        left: 140px;
        content: ""; }
      .articlematrix .articlematrix__table .articletype .articletype__popup button {
        width: 50%;
        border: 0;
        background: #ffdd00;
        font-weight: bold;
        border-radius: 2px;
        display: block;
        margin: 4px auto;
        color: black; }
      .articlematrix .articlematrix__table .articletype .articletype__popup strong {
        margin: 0 0 5px;
        display: block; }
      .articlematrix .articlematrix__table .articletype .articletype__popup ul {
        list-style: none;
        padding: 0;
        margin: 0 0 5px; }
  .articlematrix .articlematrix__table .Cirkel .articletype__popup {
    border-color: #ffdd00; }
    .articlematrix .articlematrix__table .Cirkel .articletype__popup:before {
      border-color: transparent transparent #ffdd00; }
  .articlematrix .articlematrix__table .Cirkel:before {
    content: "";
    background: url("/static/images/circle.svg") center center;
    background-size: 100%;
    width: 30px;
    height: 30px;
    display: inline-block; }
  .articlematrix .articlematrix__table .Triangel .articletype__popup {
    border-color: #ff0000; }
    .articlematrix .articlematrix__table .Triangel .articletype__popup:before {
      border-color: transparent transparent #ff0000; }
  .articlematrix .articlematrix__table .Triangel:before {
    content: "";
    background: url("/static/images/triangle.svg") center center;
    background-size: 100%;
    width: 30px;
    height: 30px;
    display: inline-block; }
  .articlematrix .articlematrix__table .Kvadrat .articletype__popup {
    border-color: #54aa47; }
    .articlematrix .articlematrix__table .Kvadrat .articletype__popup:before {
      border-color: transparent transparent #54aa47; }
  .articlematrix .articlematrix__table .Kvadrat:before {
    content: "";
    background: url("/static/images/square.svg") center center;
    background-size: 100%;
    width: 30px;
    height: 30px;
    display: inline-block; }
  .articlematrix .articlematrix__table .Pentagon .articletype__popup, .articlematrix .articlematrix__table .ModernPentagon .articletype__popup {
    border-color: #878787; }
    .articlematrix .articlematrix__table .Pentagon .articletype__popup:before, .articlematrix .articlematrix__table .ModernPentagon .articletype__popup:before {
      border-color: transparent transparent #878787; }
  .articlematrix .articlematrix__table .Pentagon:before, .articlematrix .articlematrix__table .ModernPentagon:before {
    content: "";
    background: url("/static/images/pentagon.svg") center center;
    background-size: 100%;
    width: 30px;
    height: 30px;
    display: inline-block; }
  .articlematrix .articlematrix__table .Romb .articletype__popup {
    border-color: #952a86; }
    .articlematrix .articlematrix__table .Romb .articletype__popup:before {
      border-color: transparent transparent #952a86; }
  .articlematrix .articlematrix__table .Romb:before {
    content: "";
    background: url("/static/images/diamond.svg") center center;
    background-size: 100%;
    width: 30px;
    height: 30px;
    display: inline-block; }
  .articlematrix .articlematrix__table .articlematrix__symbollegend {
    border: 0; }
    .articlematrix .articlematrix__table .articlematrix__symbollegend span {
      white-space: nowrap;
      padding: 0 10px 0 0;
      vertical-align: middle; }
      .articlematrix .articlematrix__table .articlematrix__symbollegend span span {
        font-size: 14px;
        color: black;
        padding: 0 0 0 5px; }

/* Block is in the page-wide content area of articles or publications*/
.additional-content-wrapper .articlematrix__flexwrapper {
  display: flex;
  flex-flow: row nowrap;
  justify-content: left; }
  .additional-content-wrapper .articlematrix__flexwrapper .articlematrix {
    margin: 0; }
    .additional-content-wrapper .articlematrix__flexwrapper .articlematrix .scrollable-container {
      overflow: initial; }

@media only screen and (max-width: 991px) {
  .additional-content-wrapper .articlematrix__flexwrapper .articlematrix {
    width: 100%; }
    .additional-content-wrapper .articlematrix__flexwrapper .articlematrix .scrollable-container {
      overflow: auto; } }

/* Full width view of table */
.matrix-full-width {
  margin: 1em auto;
  padding: 0 1em; }
  .matrix-full-width .blockSection__content {
    margin: 0;
    padding: 0;
    max-width: none; }
  .matrix-full-width .scrollable-container {
    overflow: initial; }
    .matrix-full-width .scrollable-container .articlematrix__table {
      width: inherit; }

/* link cascade hack */
.blockSection__content .articlematrix .articletype__popup a {
  font-size: 14px !important; }

.blockSection__content a.articlematrix__fullwidth-link[href^="/"] {
  font-size: 18px !important;
  display: inline-block;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0); }
  .blockSection__content a.articlematrix__fullwidth-link[href^="/"]:after {
    content: "";
    font: normal normal normal 16px/1 Icons;
    font-size: .7em;
    font-weight: 600;
    padding-left: 4px;
    margin-left: 0;
    position: relative;
    top: -1px; }

/* Editorial*/
.not-supported {
  display: flex;
  border: 2px solid #000;
  background-color: #f3c6c6;
  font-family: "Foundry Sans W01 Nrml",sans-serif;
  flex-direction: column;
  width: 32%;
  padding: 0px 15px; }
  .not-supported .not-supported__heading {
    color: #000;
    font-size: 60px;
    margin: 0;
    font-family: "Foundry Sans W01 Bd",sans-serif; }
  .not-supported .not-supported__text {
    color: #000;
    font-size: 18px; }

.article__head {
  border-bottom: 1px solid #eee;
  margin-bottom: 10px;
  padding-bottom: 26px;
  background-color: #D1E1F5; }
  .article__head h1.article-content__title {
    font-family: 'Foundry Sans W01 Demi', sans-serif;
    color: #000000;
    padding: 50px 0 0 0;
    line-height: 3.5rem;
    text-align: left;
    font-size: 2.5rem;
    border-bottom: none;
    margin-bottom: 1.5rem; }
  .article__head .publicationTools {
    margin-bottom: 40px; }

.full-bleed {
  box-shadow: 0 0 0 100vmax #D1E1F5;
  clip-path: inset(0 -100vmax); }

.article__head p.content__intro,
.articlepage .content__introduction,
.landingpage .content__introduction,
.project-content__intro {
  color: #000000;
  font-family: 'Foundry Sans W01 Medium', sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.75rem;
  margin-bottom: 24px; }

.articlepage #article-content {
  margin-top: 32px; }

.articlepage h1, .articlepage h2, .articlepage h3, .articlepage h4, .articlepage .intervention__item h5, .intervention__item .articlepage h5, .articlepage h5 {
  font-family: 'Foundry Sans W01 Demi', sans-serif;
  color: #000000;
  text-align: left;
  line-height: 2.5rem; }

.articlepage p, .articlepage li, .articlepage td {
  color: #000000;
  font-family: 'Foundry Sans W01 Nrml', sans-serif;
  font-size: 1.125rem;
  line-height: 1.625rem; }

.articlepage h2 {
  font-size: 2rem;
  line-height: 2.25rem; }

.articlepage h3 {
  font-size: 1.5rem;
  line-height: 1.75rem; }

.articlepage h4, .articlepage .intervention__item h5, .intervention__item .articlepage h5 {
  font-size: 1.25rem;
  line-height: 1.4375rem; }

.articlepage h5 {
  font-size: 1.125rem;
  line-height: 1.3125rem; }

.articlepage li {
  padding-bottom: 10px; }

.articlepage .faq-container {
  width: 90%;
  margin: 2rem auto auto auto;
  padding-bottom: 4rem;
  background-color: #D1E1F5;
  border-radius: 3px; }
  .articlepage .faq-container .faq-item {
    padding: 0.5rem 0; }
  .articlepage .faq-container h2 {
    font-family: 'Foundry Sans W01 Demi', sans-serif;
    font-size: 1.8rem;
    padding: 3rem 0 0 5rem; }
  @media screen and (min-width: 1216px) {
    .articlepage .faq-container {
      width: calc(100% + 320px);
      margin: 2rem auto auto 0; } }
  @media screen and (max-width: 602px) {
    .articlepage .faq-container h2 {
      padding-left: 2rem; } }

.articlepage .blockSection__heading--sidebar {
  font-size: 1.125rem;
  line-height: 1.3125rem; }

.articlepage #article-content > p > a {
  font-size: 1.1rem !important; }

.articlepage #findonpage_aside_main .findOnPage_aside .findOnPage_aside__heading {
  margin-top: 2rem;
  margin-bottom: 0px;
  padding-bottom: 6px;
  font-size: 1.5rem;
  line-height: 1.75rem; }

.articlepage a[href^="/"]:not(.submenu__link):not(.link__item-text-inner):not(.link__item) {
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0); }
  .articlepage a[href^="/"]:not(.submenu__link):not(.link__item-text-inner):not(.link__item):after {
    content: "";
    font: normal normal normal 16px/1 Icons;
    font-size: .7em;
    font-weight: 600;
    padding-left: 4px;
    margin-left: 0;
    position: relative;
    top: -1px; }

.articlepage a[href^="http"]:not(.submenu__link):not(.link__item-text-inner):not(.link__item) {
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0); }
  .articlepage a[href^="http"]:not(.submenu__link):not(.link__item-text-inner):not(.link__item):after {
    content: "";
    font: normal normal normal 16px/1 Icons;
    font-size: .7em;
    font-weight: 600;
    padding-left: 4px;
    margin-left: 0;
    position: relative;
    top: -1px; }

.share-bottom {
  display: block;
  padding-left: 47px; }
  .share-bottom .share__list .share__list-item {
    margin-left: 0;
    margin-right: 11px; }

body.web-publication .show-full {
  display: block;
  background-color: #e1eff9;
  border: 1px solid #0062B6;
  border-radius: 3px;
  padding: .5em;
  margin: 1em 0; }

body.web-publication .publication-navigation .publication-navigation__prev {
  float: left;
  display: inline-block; }

body.web-publication .publication-navigation .publication-navigation__next {
  float: right;
  display: inline-block; }

@media print {
  body.web-publication .share__list,
  body.web-publication .findOnPage,
  body.web-publication .flarp,
  body.web-publication .toplink,
  body.web-publication .publicationTools__readtime,
  body.web-publication footer,
  body.web-publication header,
  body.web-publication .show-full,
  body.web-publication .publication-navigation {
    display: none !important; }
  body.web-publication .content__paragraph {
    font-size: 16pt !important; }
  body.web-publication .content__list {
    font-size: 16pt !important; } }

.dcat-dataset {
  font: 24px/150% 'Adobe Garamond W08', serif; }
  @media only screen and (max-width: 991px) {
    .dcat-dataset {
      font: 20px/150% 'Adobe Garamond W08', serif; } }
  .dcat-dataset .dcat-dataset__description a[href^="/"] {
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0); }
    .dcat-dataset .dcat-dataset__description a[href^="/"]:after {
      content: "";
      font: normal normal normal 16px/1 Icons;
      font-size: .7em;
      font-weight: 600;
      padding-left: 4px;
      margin-left: 0;
      position: relative;
      top: -1px; }
  .dcat-dataset .dcat-dataset__description a[href^="http"] {
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0); }
    .dcat-dataset .dcat-dataset__description a[href^="http"]:after {
      content: "";
      font: normal normal normal 16px/1 Icons;
      font-size: .7em;
      font-weight: 600;
      padding-left: 4px;
      margin-left: 0;
      position: relative;
      top: -1px; }
  .dcat-dataset .dcat-dataset__properties .dcat-dataset__propertyterm {
    display: inline;
    font-family: "Foundry Sans W01 Medium", sans-serif !important; }
  .dcat-dataset .dcat-dataset__properties .dcat-dataset__propertydefinition {
    display: inline;
    margin: 0; }
    .dcat-dataset .dcat-dataset__properties .dcat-dataset__propertydefinition:after {
      content: '';
      display: block;
      height: 5px; }
  .dcat-dataset .dcat-distribution ul.dcat-distribution__list {
    padding: 0;
    list-style: none; }
  .dcat-dataset .dcat-distribution .dcat-distribution__links {
    height: 2em;
    padding: .5em 0; }
  .dcat-dataset .dcat-distribution .dcat-distribution__links:after {
    content: "";
    clear: both; }
  .dcat-dataset .dcat-distribution .dcat-distribution__info * {
    font: 16px/150% "Foundry Sans W01 Nrml", sans-serif; }
    .dcat-dataset .dcat-distribution .dcat-distribution__info * strong {
      font-weight: normal;
      font-family: "Foundry Sans W01 Medium", sans-serif; }
  .dcat-dataset .dcat-distribution .dcat-distribution__accesslink {
    padding-top: 14px;
    padding-bottom: 17px;
    padding-left: 42px;
    background-image: url("/static/images/document_empty.png");
    background-position: 0px 12px;
    background-repeat: no-repeat; }
    .dcat-dataset .dcat-distribution .dcat-distribution__accesslink.xlsx {
      background-image: url("/static/images/excel.png"); }
  @media only screen and (max-width: 991px) {
    .dcat-dataset .dcat-distribution .dcat-distribution__accesslink {
      padding-top: 18px; } }
  .dcat-dataset .dcat-distribution .dcat-distribution__downloadlink {
    display: inline-block;
    float: right;
    font-size: 16px !important;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0); }
    .dcat-dataset .dcat-distribution .dcat-distribution__downloadlink:after {
      content: "";
      font: normal normal normal 16px/1 Icons;
      font-size: .7em;
      font-weight: 600;
      padding-left: 4px;
      margin-left: 0;
      position: relative;
      top: -1px; }
  .dcat-dataset .dcat-distribution .dcat-distribution__downloadlink:after {
    content: "" !important; }
  .dcat-dataset .dcat-distribution .button--small {
    font-size: 16px;
    padding-top: 0;
    padding-bottom: 0; }
  .dcat-dataset .dcat-distribution .dcat-distribution__description a[href^="/"] {
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0); }
    .dcat-dataset .dcat-distribution .dcat-distribution__description a[href^="/"]:after {
      content: "";
      font: normal normal normal 16px/1 Icons;
      font-size: .7em;
      font-weight: 600;
      padding-left: 4px;
      margin-left: 0;
      position: relative;
      top: -1px; }
  .dcat-dataset .dcat-distribution .dcat-distribution__description a[href^="http"] {
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0); }
    .dcat-dataset .dcat-distribution .dcat-distribution__description a[href^="http"]:after {
      content: "";
      font: normal normal normal 16px/1 Icons;
      font-size: .7em;
      font-weight: 600;
      padding-left: 4px;
      margin-left: 0;
      position: relative;
      top: -1px; }
  @media only screen and (max-width: 767px) {
    .dcat-dataset .dcat-distribution .dcat-distribution__license {
      display: block; }
    .dcat-dataset .dcat-distribution .dcat-distribution__format {
      display: block; } }

a.anchor::before {
  content: "";
  display: block;
  visibility: hidden;
  height: 142px;
  margin: -142px 0 0; }

@media only screen and (max-width: 767px) {
  a.anchor::before {
    height: 96px;
    margin-top: -96px; } }

.content__main--404 {
  padding-top: 2em; }

.evidence-map-page .content {
  max-width: 95vw; }

.evidence-map-page .content--full-width {
  max-width: 100vw; }

.evidence-map-page .page__header {
  max-width: 1280px;
  margin: 0 auto;
  height: 142px;
  position: relative;
  overflow: hidden; }
  .evidence-map-page .page__header .page__logo-payoff {
    font-family: "Foundry Sans W01 Bd",sans-serif;
    font-size: 14px;
    padding-top: 20px;
    padding-left: 117px;
    text-transform: uppercase; }
  .evidence-map-page .page__header .page__logo {
    display: block;
    top: 20px;
    left: 20px;
    width: 78px;
    position: absolute;
    text-align: center; }
  @media only screen and (max-width: 767px) {
    .evidence-map-page .page__header {
      height: 96px; }
      .evidence-map-page .page__header .page__logo-payoff {
        font-size: 13px;
        padding-top: 8px;
        padding-left: 110px; }
      .evidence-map-page .page__header .page__logo {
        top: 5px;
        width: 64px; } }
  @media only screen and (max-width: 602px) {
    .evidence-map-page .page__header .page__logo-payoff {
      font-size: 11px;
      line-height: 1.4;
      padding-left: 75px; }
    .evidence-map-page .page__header .page__logo {
      top: 12px;
      left: 14px;
      width: 50px; } }

.evidence-map-page .evidence-map__header {
  background-color: #D1E1F5;
  padding: 26px 0;
  margin-bottom: 10px; }
  .evidence-map-page .evidence-map__header .header-inner {
    max-width: 1280px;
    padding: 0 24px 0 47px;
    margin: auto; }
  .evidence-map-page .evidence-map__header h1 {
    color: #000000;
    font-family: 'Foundry Sans W01 Demi', sans-serif;
    font-size: 2.5rem;
    line-height: 2.8125rem; }
  .evidence-map-page .evidence-map__header p {
    font-family: 'Foundry Sans W01 Nrml', sans-serif;
    font-size: 1.25rem; }

.evidence-map-page .evidence-map {
  /*Filter*/
  /*End of filter*/ }

@keyframes slide-in {
  to {
    transform: translate(0); } }
  .evidence-map-page .evidence-map .evidence-info {
    margin: 0 auto 3rem auto;
    padding: 0 30px;
    max-width: 1280px; }
    .evidence-map-page .evidence-map .evidence-info p {
      font-size: 1rem;
      font-family: 'Foundry Sans W01 Nrml', sans-serif; }
    .evidence-map-page .evidence-map .evidence-info ul {
      list-style: none;
      padding: 0;
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      width: 80%; }
      .evidence-map-page .evidence-map .evidence-info ul li {
        margin-right: 2rem;
        line-height: 2rem; }
      .evidence-map-page .evidence-map .evidence-info ul li p {
        display: inline;
        padding-left: 0.2rem;
        font-weight: bolder; }
    .evidence-map-page .evidence-map .evidence-info div {
      display: inline-block;
      height: 1rem;
      width: 1rem;
      background-repeat: space;
      background-position: center;
      background-size: auto 95%; }
      .evidence-map-page .evidence-map .evidence-info div.--square {
        background-image: url("/static/images/square-filled.svg"); }
      .evidence-map-page .evidence-map .evidence-info div.--rounded-square {
        background-image: url("/static/images/rounded-square-filled.svg"); }
      .evidence-map-page .evidence-map .evidence-info div.--hexagon {
        background-image: url("/static/images/hexagon-filled.svg"); }
      .evidence-map-page .evidence-map .evidence-info div.--decagon {
        background-image: url("/static/images/decagon-filled.svg"); }
      .evidence-map-page .evidence-map .evidence-info div.--circle {
        background-image: url("/static/images/circle-filled.svg"); }
      .evidence-map-page .evidence-map .evidence-info div.--pentagon {
        background-image: url("/static/images/pentagon-filled.svg"); }
  .evidence-map-page .evidence-map button.article-type__button {
    width: 3rem;
    height: 3rem;
    background: none;
    border: none;
    padding: 0;
    position: relative;
    transform: translate3d(0, 0, 0); }
    .evidence-map-page .evidence-map button.article-type__button .article-type__icon {
      width: 100%;
      height: 100%; }
    .evidence-map-page .evidence-map button.article-type__button:focus {
      outline: none;
      border-radius: 3px;
      box-shadow: 0 0 0 1px #707070; }
    .evidence-map-page .evidence-map button.article-type__button--selected .article-type__icon--square:before {
      background-image: url("/static/images/square-filled-outlined.svg"); }
    .evidence-map-page .evidence-map button.article-type__button--selected .article-type__icon--rounded-square:before {
      background-image: url("/static/images/rounded-square-filled-outlined.svg"); }
    .evidence-map-page .evidence-map button.article-type__button--selected .article-type__icon--hexagon:before {
      background-image: url("/static/images/hexagon-filled-outlined.svg"); }
    .evidence-map-page .evidence-map button.article-type__button--selected .article-type__icon--decagon:before {
      background-image: url("/static/images/decagon-filled-outlined.svg"); }
    .evidence-map-page .evidence-map button.article-type__button--selected .article-type__icon--circle:before {
      background-image: url("/static/images/circle-filled-outlined.svg"); }
    .evidence-map-page .evidence-map button.article-type__button--selected .article-type__icon--pentagon:before {
      background-image: url("/static/images/pentagon-filled-outlined.svg"); }
  .evidence-map-page .evidence-map .article-type__icon {
    display: inline-block;
    position: relative; }
    .evidence-map-page .evidence-map .article-type__icon:before {
      content: "";
      background-repeat: no-repeat;
      background-position: center;
      background-size: auto 85%;
      display: inline-block;
      width: 100%;
      height: 100%; }
    .evidence-map-page .evidence-map .article-type__icon .article-type__icon-text {
      position: absolute;
      top: 50%;
      left: 50%;
      font-family: 'Foundry Sans W01 Nrml', sans-serif;
      font-size: 1.25rem;
      transform: translate(-50%, -50%); }
    .evidence-map-page .evidence-map .article-type__icon--square:before {
      background-image: url("/static/images/square-outlined.svg"); }
    .evidence-map-page .evidence-map .article-type__icon--square:hover:before {
      background-image: url("/static/images/square-filled.svg"); }
    .evidence-map-page .evidence-map .article-type__icon--rounded-square:before {
      background-image: url("/static/images/rounded-square-outlined.svg"); }
    .evidence-map-page .evidence-map .article-type__icon--rounded-square:hover:before {
      background-image: url("/static/images/rounded-square-filled.svg"); }
    .evidence-map-page .evidence-map .article-type__icon--hexagon:before {
      background-image: url("/static/images/hexagon-outlined.svg"); }
    .evidence-map-page .evidence-map .article-type__icon--hexagon:hover:before {
      background-image: url("/static/images/hexagon-filled.svg"); }
    .evidence-map-page .evidence-map .article-type__icon--decagon:before {
      background-image: url("/static/images/decagon-outlined.svg"); }
    .evidence-map-page .evidence-map .article-type__icon--decagon:hover:before {
      background-image: url("/static/images/decagon-filled.svg"); }
    .evidence-map-page .evidence-map .article-type__icon--circle:before {
      background-image: url("/static/images/circle-outlined.svg"); }
    .evidence-map-page .evidence-map .article-type__icon--circle:hover:before {
      background-image: url("/static/images/circle-filled.svg"); }
    .evidence-map-page .evidence-map .article-type__icon--pentagon:before {
      background-image: url("/static/images/pentagon-outlined.svg"); }
    .evidence-map-page .evidence-map .article-type__icon--pentagon:hover:before {
      background-image: url("/static/images/pentagon-filled.svg"); }
  .evidence-map-page .evidence-map .filter-container {
    position: relative;
    display: flex;
    flex-flow: wrap;
    align-items: flex-start;
    gap: 30px;
    margin: 0 auto 30px auto;
    padding: 0 30px;
    max-width: 1280px; }
    .evidence-map-page .evidence-map .filter-container .filter-header {
      color: black;
      font-family: 'Foundry Sans W01 Demi', sans-serif;
      font-size: 1.5rem;
      margin: 0; }
    .evidence-map-page .evidence-map .filter-container .filter-info {
      width: 100%; }
      .evidence-map-page .evidence-map .filter-container .filter-info .filter-info__text {
        font-family: 'Foundry Sans W01 Nrml';
        width: 50vw;
        padding: 0 1rem 0 1rem;
        background-color: #EEEEEE;
        display: none;
        position: absolute;
        z-index: 1001;
        margin-top: 1rem;
        margin-left: 70px;
        border-radius: 5px;
        box-shadow: 3px 3px 10px grey; }
        .evidence-map-page .evidence-map .filter-container .filter-info .filter-info__text h2 {
          font-family: 'Foundry Sans W01 Medium'; }
        .evidence-map-page .evidence-map .filter-container .filter-info .filter-info__text p {
          font-size: 1.2em; }
        .evidence-map-page .evidence-map .filter-container .filter-info .filter-info__text--expanded {
          display: block; }
        .evidence-map-page .evidence-map .filter-container .filter-info .filter-info__text .close__button {
          display: flex;
          justify-content: end;
          margin-bottom: 1rem; }
          .evidence-map-page .evidence-map .filter-container .filter-info .filter-info__text .close__button button {
            background-color: #0062B6;
            border: none;
            color: white;
            padding: 0.5rem 1.5rem 0.5rem 1.5rem;
            border-radius: 5px;
            font-size: 1.25em; }
        .evidence-map-page .evidence-map .filter-container .filter-info .filter-info__text .arrow {
          border: solid #EEEEEE;
          border-width: 10px 10px 10px 10px;
          position: absolute;
          margin-top: -0.75em;
          margin-left: 1.4em; }
          .evidence-map-page .evidence-map .filter-container .filter-info .filter-info__text .arrow--up {
            transform: rotate(-135deg);
            -webkit-transform: rotate(-135deg); }
      .evidence-map-page .evidence-map .filter-container .filter-info .filter-info__header {
        display: flex;
        align-items: end; }
        .evidence-map-page .evidence-map .filter-container .filter-info .filter-info__header button {
          border: none;
          width: 30px;
          height: 30px;
          background-color: transparent;
          margin-left: 0.5rem;
          background-image: url("/static/images/info-icon-outlined.svg"); }
          .evidence-map-page .evidence-map .filter-container .filter-info .filter-info__header button:hover {
            background-image: url("/static/images/info-icon-filled.svg"); }
    .evidence-map-page .evidence-map .filter-container .filter {
      margin: 0;
      width: 353px;
      background-color: #D1E1F5; }
      .evidence-map-page .evidence-map .filter-container .filter legend {
        width: 100%; }
      .evidence-map-page .evidence-map .filter-container .filter .filter__button {
        display: flex;
        flex-wrap: nowrap;
        background-color: #D1E1F5;
        border: none;
        width: 100%;
        text-align: left;
        padding: 1em; }
        .evidence-map-page .evidence-map .filter-container .filter .filter__button .filter__button-label {
          padding-right: 1em; }
        .evidence-map-page .evidence-map .filter-container .filter .filter__button .filter__icon {
          flex: 0 0 auto;
          width: 30px;
          height: 30px;
          background-repeat: no-repeat;
          margin-left: auto;
          transition: opacity linear 1s; }
          .evidence-map-page .evidence-map .filter-container .filter .filter__button .filter__icon--filtered {
            display: none;
            background-image: url("/static/images/chevron-down.svg"), url("/static/images/filter-blue.svg");
            background-size: 45%, 65%;
            background-position: bottom 25% left, top 25% right; }
          .evidence-map-page .evidence-map .filter-container .filter .filter__button .filter__icon--unfiltered {
            display: inline-block;
            background-image: url("/static/images/chevron-down.svg");
            background-size: 60%;
            background-position: center; }
        .evidence-map-page .evidence-map .filter-container .filter .filter__button--filtered .filter__icon--filtered {
          display: inline-block; }
        .evidence-map-page .evidence-map .filter-container .filter .filter__button--filtered .filter__icon--unfiltered {
          display: none; }
        .evidence-map-page .evidence-map .filter-container .filter .filter__button[aria-expanded="true"] .filter__icon--filtered {
          background-image: url("/static/images/chevron-up.svg"), url("/static/images/filter-blue.svg"); }
        .evidence-map-page .evidence-map .filter-container .filter .filter__button[aria-expanded="true"] .filter__icon--unfiltered {
          background-image: url("/static/images/chevron-up.svg"); }
      .evidence-map-page .evidence-map .filter-container .filter .filter__list {
        list-style: none;
        position: absolute;
        z-index: 5000;
        background-color: #D1E1F5;
        margin-top: 0;
        padding: 3px 16px;
        width: 353px;
        display: none; }
      .evidence-map-page .evidence-map .filter-container .filter .filter__list-item:last-child {
        padding-bottom: 16px; }
      .evidence-map-page .evidence-map .filter-container .filter .filter__list-item label {
        display: grid;
        grid-template-columns: 40px auto;
        font-family: 'Foundry Sans W01 Nrml';
        font-size: 1.063rem; }
      .evidence-map-page .evidence-map .filter-container .filter .filter__list-item input {
        height: 24px;
        width: 24px; }
      .evidence-map-page .evidence-map .filter-container .filter--expanded .filter__list {
        display: block;
        box-shadow: 0 8px 6px -2px rgba(0, 0, 0, 0.25); }
  .evidence-map-page .evidence-map .clear_filters {
    display: none;
    width: 100%; }
    .evidence-map-page .evidence-map .clear_filters .filter__button-clear {
      background-color: transparent;
      font-size: 1.125rem;
      font-family: 'Foundry Sans W01 Bd', sans-serif;
      border: none;
      text-align: left;
      padding: 0px;
      color: #0062B6;
      text-decoration: underline; }
  .evidence-map-page .evidence-map .matrix {
    position: relative;
    margin-top: 20px;
    font-family: 'Foundry Sans W01 Nrml', sans-serif; }
    .evidence-map-page .evidence-map .matrix .scroll-indicator-wrapper {
      text-align: center; }
    .evidence-map-page .evidence-map .matrix .scrollable-container {
      /*Fixed height for fixing sticky headers inside a container with overflow: auto*/
      /*https://uxdesign.cc/position-stuck-96c9f55d9526*/
      max-height: 80vh;
      display: inline-block;
      max-width: 90vw;
      box-shadow: 0 0.1rem 0.1rem -0.1rem #505050; }
    .evidence-map-page .evidence-map .matrix--full-height .scrollable-container {
      display: table; }
    .evidence-map-page .evidence-map .matrix:after {
      font-size: 28px;
      color: #404040;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
    .evidence-map-page .evidence-map .matrix .white-bkg {
      position: absolute;
      display: block;
      height: 80px;
      width: 200px;
      z-index: 1000;
      top: 0px;
      background-color: white;
      box-shadow: inset -0.05rem -0.05rem 0.04rem -0.04rem #505050; }
    .evidence-map-page .evidence-map .matrix th {
      padding: .5em; }
    .evidence-map-page .evidence-map .matrix th.lvl1 {
      text-align: left;
      color: #FFF;
      background: #035CA9;
      position: sticky;
      position: -webkit-sticky;
      inset-block-start: 0;
      inset-inline-start: 0;
      z-index: 100; }
    .evidence-map-page .evidence-map .matrix th.lvl2 {
      color: #000;
      background-color: #CCDEEE;
      position: sticky;
      position: -webkit-sticky;
      inset-block-start: 0;
      inset-inline-start: 0;
      z-index: 100;
      top: 39px;
      left: 52px; }
    .evidence-map-page .evidence-map .matrix th.align-left {
      text-align: left; }
    .evidence-map-page .evidence-map .matrix th.align-top {
      vertical-align: top; }
    .evidence-map-page .evidence-map .matrix .cell {
      display: flex;
      flex-flow: row nowrap;
      justify-content: center;
      align-items: center;
      min-width: 8.25rem;
      min-height: 3.5rem;
      padding: .25rem 1rem;
      height: 100%; }
      .evidence-map-page .evidence-map .matrix .cell a {
        color: #000; }
    .evidence-map-page .evidence-map .matrix .cell--inactive {
      background-image: url("/static/images/x-black.svg");
      background-size: 10% 20%; }
    .evidence-map-page .evidence-map .matrix .cell--grey-bkg {
      background-color: #F5F5F5; }
    .evidence-map-page .evidence-map .matrix .cell--blue-bkg {
      background-color: #E2ECF9; }
    .evidence-map-page .evidence-map .matrix td {
      border-style: solid;
      border-color: #D0D0D0;
      border-width: 0.01rem;
      height: 2.5rem; }
    .evidence-map-page .evidence-map .matrix td.no-border {
      border-style: none;
      position: sticky;
      inset-inline-start: 0; }
    .evidence-map-page .evidence-map .matrix .article-type__button {
      width: 3rem;
      height: 3rem; }
      .evidence-map-page .evidence-map .matrix .article-type__button:not(:first-child) {
        margin-left: .25rem; }
    .evidence-map-page .evidence-map .matrix #headerLvl1DynamicWidth {
      display: inline-block; }
    .evidence-map-page .evidence-map .matrix #headerLvl1DynamicHeight {
      display: inline-block; }
  .evidence-map-page .evidence-map .overlay {
    position: fixed;
    display: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.75);
    z-index: 10000; }
    .evidence-map-page .evidence-map .overlay--visible {
      display: block; }
    .evidence-map-page .evidence-map .overlay .details {
      display: flex;
      flex-direction: column;
      position: absolute;
      top: 0;
      right: 0;
      width: 480px;
      height: 100%;
      max-width: 100%;
      background-color: #FFF;
      transform: translateX(100%);
      animation: slide-in .5s ease-in-out forwards; }
      .evidence-map-page .evidence-map .overlay .details .details__header {
        background-color: #CDE2F7;
        padding: 30px 30px 20px 30px; }
      .evidence-map-page .evidence-map .overlay .details .details__close-button {
        width: 21px;
        height: 21px;
        background: url("/static/Images/material-close.svg") no-repeat;
        border: none;
        color: black;
        float: right; }
      .evidence-map-page .evidence-map .overlay .details .details__main-heading {
        color: #045EAA;
        font-family: 'Foundry Sans W01 Nrml', sans-serif;
        font-size: 1.4375rem;
        margin-top: 0; }
      .evidence-map-page .evidence-map .overlay .details .details__sub-heading {
        color: #000;
        font-family: 'Foundry Sans W01 Nrml', sans-serif;
        font-size: 1rem;
        margin: 16px 0 0; }
      .evidence-map-page .evidence-map .overlay .details .details__sub-heading-text {
        font-size: 1.125rem;
        font-family: 'Foundry Sans W01 Medium'; }
      .evidence-map-page .evidence-map .overlay .details .details__filters {
        display: flex;
        background-color: #F4F4F4;
        padding: 20px 30px 12px 30px; }
        .evidence-map-page .evidence-map .overlay .details .details__filters .article-type__button {
          margin: 0 8px 8px 0; }
      .evidence-map-page .evidence-map .overlay .details .details__result {
        flex-grow: 1;
        overflow: auto;
        padding: 20px 30px; }
        .evidence-map-page .evidence-map .overlay .details .details__result .article__list {
          list-style: none;
          padding: 0; }
          .evidence-map-page .evidence-map .overlay .details .details__result .article__list .article__item {
            margin-top: 8px;
            padding: 20px;
            background-color: #EEEEEE;
            position: relative; }
            .evidence-map-page .evidence-map .overlay .details .details__result .article__list .article__item .article__heading {
              color: #045EAA;
              font-size: 1.4375rem;
              margin: 0 0 .2em 0;
              padding-right: 30px;
              line-height: 1; }
              .evidence-map-page .evidence-map .overlay .details .details__result .article__list .article__item .article__heading a {
                font-family: 'Foundry Sans W01 Nrml', sans-serif; }
              .evidence-map-page .evidence-map .overlay .details .details__result .article__list .article__item .article__heading a:after {
                content: none; }
            .evidence-map-page .evidence-map .overlay .details .details__result .article__list .article__item .article__text {
              color: #000;
              font-family: 'Foundry Sans W01 Nrml', sans-serif;
              font-size: 1rem;
              margin-top: 0; }
            .evidence-map-page .evidence-map .overlay .details .details__result .article__list .article__item .article__link {
              position: absolute;
              top: 20px;
              right: 20px;
              width: 23px;
              height: 20px;
              background: url("/static/Images/external-link.svg") no-repeat center/contain; }
              .evidence-map-page .evidence-map .overlay .details .details__result .article__list .article__item .article__link:after {
                content: ""; }
  .evidence-map-page .evidence-map .tfoot {
    max-width: 90vw;
    background-color: #f6f6f6;
    padding: 1rem;
    margin: 0 auto; }
  .evidence-map-page .evidence-map .export {
    margin: 3.5rem 0;
    padding: 20px;
    margin-bottom: 4rem;
    text-align: center; }
    .evidence-map-page .evidence-map .export .export__form {
      display: inline-block;
      margin: 0; }
      .evidence-map-page .evidence-map .export .export__form .export__button {
        display: inline-block;
        margin: 0 1em 0 0; }

.export-publications {
  padding-bottom: 11px;
  border-bottom: solid 1px #ddd;
  margin-bottom: 30px; }
  .export-publications .export-publications__selector {
    padding-bottom: 17px; }
    .export-publications .export-publications__selector select {
      font-family: "Foundry Sans W01 Nrml",sans-serif;
      width: 100%;
      padding: 5px;
      font-size: 16px;
      border-radius: 3px;
      border: solid 1px #ccc; }

/* #Mixins
================================================== */
.fact-block {
  font-family: 'Foundry Sans W01 Nrml', sans-serif;
  background-color: #e6ecf9;
  padding: 1em;
  margin: 1em 148px 2em 0;
  width: 100%; }
  .fact-block .fact-block__heading .fact-block__title {
    font-size: 21px;
    font-family: 'Foundry Sans W01 Demi', sans-serif;
    line-height: 1.2;
    color: #000;
    margin: 0 0 1em 0; }
  .fact-block .fact-block__body table {
    margin: 0 0 1em 0;
    font-size: 18px;
    line-height: 140%;
    font-family: "Foundry Sans W01 Nrml",sans-serif;
    width: 100%;
    min-width: 650px;
    width: 100%; }
    .fact-block .fact-block__body table caption {
      font-family: 'Foundry Sans W01 Demi', sans-serif;
      padding: .5em 0; }
    .fact-block .fact-block__body table th, .fact-block .fact-block__body table td {
      padding: 5px 15px 5px 5px;
      text-align: left;
      vertical-align: top; }
      .fact-block .fact-block__body table th p, .fact-block .fact-block__body table td p {
        font-size: inherit !important; }
      .fact-block .fact-block__body table th ol, .fact-block .fact-block__body table th ul, .fact-block .fact-block__body table td ol, .fact-block .fact-block__body table td ul {
        font-size: inherit !important;
        margin: 0;
        padding-inline-start: 20px; }
    .fact-block .fact-block__body table td {
      border-bottom: solid 1px #000; }
    .fact-block .fact-block__body table thead td, .fact-block .fact-block__body table th {
      font-family: "Foundry Sans W01 Demi",sans-serif;
      background-color: #005ca9;
      color: #fff; }
    .fact-block .fact-block__body table thead p {
      color: #fff; }
    .fact-block .fact-block__body table tfoot td, .fact-block .fact-block__body table tfoot th {
      font-family: "Foundry Sans W01 Nrml",sans-serif;
      font-size: .8em !important;
      background-color: #f6f6f6;
      color: #000;
      border-bottom: 0; }
  .fact-block .fact-block__body h2, .fact-block .fact-block__body h3, .fact-block .fact-block__body h4, .fact-block .fact-block__body .intervention__item h5, .intervention__item .fact-block .fact-block__body h5 {
    margin-top: .5em; }
  .fact-block .fact-block__body p, .fact-block .fact-block__body li, .fact-block .fact-block__body th, .fact-block .fact-block__body td, .fact-block .fact-block__body a {
    font-size: 18px !important; }
  .fact-block .fact-block__body > *:last-child {
    margin-bottom: 0; }
  .fact-block .fact-block__body img {
    max-width: 100%; }
  .fact-block .fact-block__body.fact-block__body--twocolumn {
    column-count: 2; }
  .fact-block.fact-block--expandable .fact-block__heading {
    cursor: pointer;
    position: relative; }
    .fact-block.fact-block--expandable .fact-block__heading .fact-block__title {
      padding: 0 0 0 24px; }
    .fact-block.fact-block--expandable .fact-block__heading.fact-block__heading--detracted .fact-block__title {
      margin-bottom: 0; }
    .fact-block.fact-block--expandable .fact-block__heading.fact-block__heading--detracted .fact-block__title::before {
      content: "+";
      position: absolute;
      background-color: #005ca9;
      color: white;
      border-radius: 50%;
      height: 18px;
      width: 18px;
      line-height: 16px;
      text-align: center;
      left: 0; }
    .fact-block.fact-block--expandable .fact-block__heading.fact-block__heading--expanded .fact-block__title::before {
      content: "-";
      position: absolute;
      background-color: #005ca9;
      color: white;
      border-radius: 50%;
      height: 18px;
      width: 18px;
      line-height: 16px;
      text-align: center;
      left: 0; }
  .fact-block.fact-block--expandable .fact-block__body {
    display: none; }

.blockSection--variantEven .fact-block,
.blockSection--variantOdd .fact-block {
  background-color: rgba(255, 255, 255, 0.7); }

/* CSS cascade priority hack for links in fact block body */
#publication-content .fact-block .fact-block__body a {
  font-size: 18px !important; }

@media (max-width: 991px) {
  .fact-block {
    margin: 0 0 1.5em 0; } }

.faq-item {
  padding-bottom: 4rem;
  background-color: #D1E1F5;
  margin: 2rem 5rem 0 5rem;
  padding: 2rem;
  overflow-wrap: break-word; }
  .faq-item ~ .faq-item {
    margin-top: 0; }
  .faq-item h3 {
    margin: 0;
    padding-bottom: 1rem;
    font-size: 1.5rem; }
  .faq-item ul.qa {
    padding: 1rem 2rem 1rem 0;
    margin: 0; }
    .faq-item ul.qa li {
      list-style: none;
      margin: 0;
      padding: 0; }
      .faq-item ul.qa li .question p {
        margin-bottom: 0;
        padding: 0.5rem 0; }
      .faq-item ul.qa li .answer {
        padding: 0 7rem 0 0; }
        .faq-item ul.qa li .answer p {
          font-size: 1.125rem; }
    .faq-item ul.qa li:last-child {
      padding-bottom: 0; }
      .faq-item ul.qa li:last-child button[aria-expanded="false"] {
        border-bottom: 1px solid #A5B2C2; }
    .faq-item ul.qa li:last-child:has(> button[aria-expanded="true"]) {
      padding-bottom: 1rem;
      border-bottom: 1px solid #A5B2C2; }
  .faq-item button {
    position: relative;
    border: none;
    border-top: 1px solid #A5B2C2;
    padding-left: 0;
    background-color: transparent;
    width: 100%;
    min-height: 3rem;
    display: grid;
    grid-template-columns: 3fr 1fr;
    align-items: center;
    vertical-align: middle; }
    .faq-item button h3, .faq-item button p {
      text-align: left; }
    .faq-item button h4, .faq-item button .intervention__item h5, .intervention__item .faq-item button h5 {
      font-family: 'Foundry Sans W01 Demi', sans-serif;
      font-size: 1.3rem;
      color: #0062B6; }
    .faq-item button .icon {
      position: absolute;
      right: 2rem;
      font-size: 1rem;
      color: #0062B6; }
  .faq-item button[aria-expanded="true"] .icon:before {
    content: ""; }
  .faq-item button[aria-expanded="false"] ~ .answer,
  .faq-item button[aria-expanded="false"] ~ .qa {
    display: none; }

@media screen and (max-width: 602px) {
  .faq-item {
    margin: 0 2rem; }
    .faq-item button .icon {
      right: 0; }
    .faq-item ul.qa {
      padding: 0; }
    .faq-item ul.qa li .answer {
      padding-right: 1rem; } }

.xform {
  font-family: "Foundry Sans W01 Nrml",sans-serif; }
  .xform fieldset {
    margin-bottom: 40px; }

.form-group {
  margin: 2.14286em 0 1.875em;
  border-bottom: 1px solid #e2e2e0;
  padding-bottom: 0.9375em; }

.form-group-item--mid-length {
  width: 70%; }

p + .form-group {
  margin-top: 1.625em; }

.form-group:first-child {
  margin-top: 1.07143em; }

.form-group-heading {
  text-transform: uppercase;
  font-weight: 700;
  padding-bottom: 1em;
  margin-bottom: 0.5em;
  font-size: 1em; }

.form-label {
  display: block;
  font-size: 100%;
  font-family: "Foundry Sans W01 Demi", sans-serif;
  font-weight: 400;
  /*color:$default-font-color;*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-bottom: 0.875em;
  font-size: 1.25em;
  font-weight: 700;
  color: black; }
  .form-label span {
    font-family: "Foundry Sans W01 Nrml",sans-serif; }

legend.form-label {
  margin-bottom: 1.42857em; }

.form-field, .form-checkbox-fake {
  font-size: 100%;
  font-family: "Foundry Sans W01 Demi", sans-serif;
  font-weight: 400;
  /*color:$default-font-color;*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  appearance: none;
  -webkit-appearance: none;
  font-size: 16px;
  text-size-adjust: 100%;
  background: #fff;
  width: 100%;
  margin-bottom: 1.5625em;
  border: 1px solid #333;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset;
  border-radius: 4px;
  box-sizing: border-box;
  padding: .75em 1em .8em;
  height: 46px;
  color: #555; }
  .form-field:focus, .form-checkbox-fake:focus, .form-field:active, .form-checkbox-fake:active {
    border-color: #0062B6;
    box-shadow: 0 0 0 1px #0062B6;
    outline: none;
    background: #fff; }
  .form-field:disabled, .form-checkbox-fake:disabled {
    color: #999;
    background: #f1f1f1;
    box-shadow: none; }

.form-field--textarea, .form-field--textarea-long {
  height: 80px;
  resize: none; }

.form-field--textarea-long {
  height: 200px; }

.form-dropdown {
  padding: 0;
  position: relative;
  overflow: hidden;
  box-shadow: none; }
  .form-dropdown select {
    font-size: 100%;
    font-family: "Foundry Sans W01 Demi", sans-serif;
    font-weight: 400;
    /*color:$default-font-color;*/
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 46px;
    border: 0 !important;
    background: transparent !important;
    padding-left: 1em;
    left: 0;
    right: 0;
    margin-right: -20px;
    position: absolute;
    width: 100%;
    z-index: 2;
    font-size: 16px;
    font-family: "Foundry Sans W01 Nrml", sans-serif; }
    .form-dropdown select:focus, .form-dropdown select:active {
      outline: 0;
      border: 0;
      box-shadow: none; }
    .form-dropdown select:focus + .form-dropdown-icon {
      color: #0062B6; }
  .form-dropdown select::-ms-expand {
    display: none; }
  .form-dropdown .form-dropdown-icon {
    position: absolute;
    right: 13px;
    top: 8px;
    font-size: 1.6875em; }
    .form-dropdown .form-dropdown-icon:before {
      display: block; }

.ie .form-dropdown-icon {
  display: none; }

@-moz-document url-prefix() {
  .form-dropdown select {
    padding-top: 9px;
    width: 110%; } }

.form-group-info {
  font-size: 14px;
  margin-bottom: 24px; }

form-nonmandatory {
  font-weight: normal; }

.visually-hidden, .form-checkbox {
  position: absolute;
  left: -9999px; }

.form-group-item--inline {
  display: inline-block;
  margin-right: 1em; }

.form-group-item {
  position: relative;
  text-align: left; }

.form-radiogroup {
  margin-bottom: 1.375em; }

.form-checkbox-label {
  margin-bottom: 1.625em;
  display: block;
  position: relative;
  padding-left: 2em;
  line-height: 1.2;
  font-size: 1.25em;
  color: black;
  font-family: "Foundry Sans W01 Nrml",sans-serif; }

.form-checkbox-label--radio {
  margin-bottom: 1.14286em; }

.form-checkbox-label--approve {
  margin-top: 2.85714em;
  margin-bottom: 3.57143em; }

.form-checkbox-fake {
  display: inline-block;
  background: #fff;
  width: 1.5625em;
  height: 1.5625em;
  padding: 0;
  vertical-align: middle;
  margin-top: -2px;
  position: absolute;
  left: 0;
  top: -0.0625em; }
  .form-checkbox-fake:hover {
    cursor: pointer; }
  .form-checkbox-fake:after {
    padding-left: 0 !important; }

.form-checkbox-fake--radio {
  width: 1.5em;
  height: 1.5em;
  border-radius: 50%; }

.form-checkbox:checked ~ label .form-checkbox-fake {
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  text-align: center;
  line-height: 23px;
  /*color:#fff;*/
  color: #0062B6; }
  .form-checkbox:checked ~ label .form-checkbox-fake:after {
    content: "";
    font: normal normal normal 16px/1 Icons;
    font-size: .7em;
    font-weight: 600;
    padding-left: 4px;
    margin-left: 0;
    position: relative;
    top: -1px; }
  .form-checkbox:checked ~ label .form-checkbox-fake:before {
    font-size: 18px; }

.form-checkbox:checked ~ label .form-checkbox-fake--radio:before {
  content: '';
  background: #0062B6;
  position: absolute;
  top: 4px;
  left: 4px;
  bottom: 4px;
  right: 4px;
  border-radius: 50%; }

.form-checkbox:active ~ label .form-checkbox-fake {
  background: #f9f9f9; }

.form-checkbox:focus ~ label .form-checkbox-fake {
  border: 1px solid #0062B6;
  box-shadow: 0 0 0 1px #0062B6;
  background: #fff; }

.form-actions {
  padding-bottom: 0.42857em; }
  .form-actions .button {
    vertical-align: middle;
    margin-right: 0.375em; }

.form-group + .form-actions {
  margin-top: 0; }

.form-key {
  display: block;
  font-weight: 700;
  font-size: 0.875em;
  margin-bottom: 0.78571em; }

.form-value {
  font-size: 0.875em;
  margin-bottom: 1.71429em;
  display: inline-block; }

.form-inline {
  position: relative;
  padding-right: 85px; }
  .form-inline .button {
    position: absolute;
    right: 0;
    padding-top: 0;
    padding-bottom: 2px;
    top: 0;
    bottom: 0;
    margin-right: 0;
    margin-bottom: 0;
    width: 75px; }
  .form-inline .form-field, .form-inline .form-checkbox-fake {
    margin: 0;
    height: 42px; }

.form-inline-button {
  position: absolute;
  right: 0;
  padding-top: 0;
  padding-bottom: 0;
  top: 0;
  bottom: 0;
  margin-right: 0;
  margin-bottom: 0;
  width: 75px; }

.form-inline-field {
  margin: 0; }

.form-legend {
  font-weight: 700;
  font-size: 0.9375em;
  margin-bottom: 1.33333em; }

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

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none; }

input::input-placeholder {
  color: #888;
  font-style: none; }

input:focus::input-placeholder {
  color: #aaa;
  font-style: none; }

input::-webkit-input-placeholder {
  color: #888;
  font-style: none; }

input:focus::-webkit-input-placeholder {
  color: #aaa;
  font-style: none; }

input::-moz-placeholder {
  color: #888;
  font-style: none; }

input:focus::-moz-placeholder {
  color: #888;
  font-style: none; }

input:-ms-input-placeholder {
  color: #888;
  font-style: none; }

input:focus:-ms-input-placeholder {
  color: #aaa;
  font-style: none; }

.notification {
  margin-top: 9px;
  padding: 16px 24px 0 57px;
  border: 1px solid #ccc;
  border-radius: 3px;
  font-family: "Foundry Sans W01 Nrml",sans-serif;
  font-size: 100%;
  position: relative; }

.notification p {
  font-size: 100%; }

/*.EPiServerForms {
    font-family: "Foundry Sans W01 Nrml",sans-serif;
}*/
.EPiServerForms label {
  font-family: "Foundry Sans W01 Nrml",sans-serif; }

.EPiServerForms .Form__Description {
  margin-bottom: 1rem; }

.EPiServerForms .FormImageSubmitButton {
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  background: none;
  box-shadow: none; }

.EPiServerForms .Form__Status .Form__Status__Message {
  margin-top: 9px;
  padding: 16px 24px 16px 24px;
  border: 1px solid #ccc;
  border-radius: 3px;
  font-family: "Foundry Sans W01 Nrml",sans-serif;
  font-size: 100%;
  position: relative; }

span.Form__Status__Message.Form__Success__Message {
  display: block; }

.EPiServerForms .Form__Status .Form__Status__Message span {
  font-size: 100%; }

.EPiServerForms .Form__NavigationBar .Form__NavigationBar__Action {
  display: inline-block; }

.EPiServerForms .Form__NavigationBar .Form__NavigationBar__Action:disabled {
  opacity: 0.5; }

.EPiServerForms .Form__NavigationBar .Form__NavigationBar__ProgressBar {
  display: inline-block;
  /*border: 1px solid rgba(41, 128, 189, 0.5);*/
  border: 1px solid #ccc;
  vertical-align: middle;
  width: 35%;
  margin: 0 20px; }

.EPiServerForms .Form__NavigationBar .Form__NavigationBar__ProgressBar .Form__NavigationBar__ProgressBar--Progress {
  /*background-color: rgba(41, 128, 189, 0.5);*/
  background-color: #fd0;
  width: 0%;
  height: 1rem; }

.EPiServerForms .Form__NavigationBar .Form__NavigationBar__ProgressBar .Form__NavigationBar__ProgressBar--Text {
  display: none; }

.EPiServerForms .FormStep .FormStep__Description {
  margin-bottom: 1rem; }

/*.EPiServerForms .Form__Element {
    margin: 0 0 1.5rem 0
}*/
.EPiServerForms .Form__Element .Form__Element__Caption {
  min-width: 15%;
  vertical-align: top; }

/*.EPiServerForms .Form__Element .Form__Element__ValidationError {
    color: red;
    display: block;
    word-wrap: break-word
}*/
.EPiServerForms .hide {
  display: none; }

.EPiServerForms .FormCaptcha .FormTextbox__Input {
  width: 8rem; }

.EPiServerForms .FormCaptcha .FormCaptcha__Refresh {
  font-size: 1em;
  width: auto;
  height: auto; }

.EPiServerForms .FormChoice--Image .hidden {
  visibility: hidden; }

.EPiServerForms .FormChoice--Image .FormChoice--Image__Item {
  display: inline-block;
  max-width: 40%;
  text-align: center;
  margin: 0.5rem; }

.EPiServerForms .FormChoice--Image .FormChoice__Input:checked ~ img {
  border: 1px solid rgba(41, 128, 189, 0.5); }

.EPiServerForms .FormRange .FormRange__Input {
  max-width: 60%;
  display: inline; }

.EPiServerForms .EditView__InvisibleElement.FormStep {
  display: block;
  border-radius: 4px;
  border-color: rgba(184, 192, 197, 0.6);
  background-color: rgba(184, 192, 197, 0.6);
  color: #000;
  padding: 0.2rem;
  font-family: Verdana;
  box-shadow: 3px 3px 5px #ccc; }

.EPiServerForms .EditView__InvisibleElement.FormStep .FormStep__Warning {
  color: red;
  background-color: #fff8aa;
  display: block;
  word-wrap: break-word; }

.EPiServerForms .EditView__InvisibleElement.FormHidden {
  display: inline-block;
  border-radius: 4px;
  border: 1.5px outset rgba(184, 192, 197, 0.6);
  padding: 0.2rem 1rem;
  min-width: 18rem; }

.EPiServerForms .Warning {
  color: red;
  background-color: #fff8aa;
  display: block;
  word-wrap: break-word; }

.EPiServerForms .Form__Warning {
  color: red;
  background-color: #fff8aa;
  display: block;
  word-wrap: break-word; }

.Form__Element.FormCaptcha {
  display: block;
  position: relative; }

.Form__Element.FormCaptcha .Form__Element__Caption {
  display: block;
  margin-bottom: 1rem; }

.Form__Element.FormCaptcha button {
  border: none;
  padding: 4px 12px;
  font-size: 16px;
  display: inline-block;
  border-radius: 3px;
  background-color: #fd0;
  transition: background-color 500ms ease;
  font-family: 'Foundry Sans W01 Demi', sans-serif;
  color: #333;
  font-weight: 400;
  text-align: left;
  text-decoration: none;
  margin-left: 1rem; }

.Form__Element.FormCaptcha img {
  display: block;
  margin-bottom: 1rem; }

.FormTextbox__Input.FormCaptcha__Input {
  margin-bottom: 1rem;
  font-size: 100%;
  font-family: "Foundry Sans W01 Demi", sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  appearance: none;
  -webkit-appearance: none;
  font-size: 16px;
  text-size-adjust: 100%;
  background: #fff;
  width: 100%;
  margin-bottom: 1.5625em;
  border: 1px solid #ddd;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset;
  border-radius: 4px;
  box-sizing: border-box;
  padding: 0.75em 1em 0.8em;
  height: 46px;
  color: #555; }

@media only screen and (max-width: 767px) {
  .form-group-item--mid-length {
    width: 100%; }
  .Form__Element.FormCaptcha button {
    margin-left: 0; }
  .Form__Element.FormCaptcha img {
    max-width: 100%; } }

.field-validation-valid {
  display: none; }

.field-validation-error {
  font-family: "Foundry Sans W01 Demi", sans-serif;
  bottom: 4px;
  left: 0px;
  position: absolute;
  background: #e52800;
  color: #fff;
  border-radius: 0 0 2px 2px;
  font-size: 0.6875em;
  padding: 5px 6px 6px 6px;
  font-weight: 600;
  line-height: 1; }

.field-validation-error--dropdown {
  bottom: -19px !important; }

.field-validation-error--checkbox,
.field-validation-error--radio {
  bottom: -22px;
  display: inline-block; }
  .field-validation-error--checkbox:before,
  .field-validation-error--radio:before {
    display: none; }

.input-validation-error,
.form-dropdown .input-validation-error + .form-field,
.form-dropdown .input-validation-error + .form-checkbox-fake,
div.ValidationFail input[type=text],
div.ValidationFail .form-dropdown div.form-field,
div.ValidationFail .form-dropdown div.form-checkbox-fake {
  border: 1px solid #e52800 !important;
  box-shadow: none !important;
  background-color: #ffebe7 !important;
  border-radius: 4px 4px 4px 0; }

.input-validation-error--fieldset {
  padding-left: 10px;
  margin-bottom: 25px; }

.field-validation-error--approve {
  left: -3px;
  right: auto;
  bottom: auto;
  top: 2.09091em; }

.field-validation-error:before {
  position: absolute;
  top: -11px;
  right: 0px;
  font-size: 20px;
  color: #db484a; }

.field-validation-error--approve:before {
  top: -11px;
  left: 0px; }

.field-validation-error--inline {
  position: relative;
  top: 2px;
  left: 10px; }

.field-validation-error--inline:before {
  left: -18px;
  top: 5px; }

.form-inline .field-validation-error {
  bottom: -17px;
  right: 95px; }

.four-blocks__contentTitle {
  font-family: 'Foundry Sans W01 Demi', sans-serif;
  color: #000000;
  padding: 50px 0 40px 0;
  line-height: 3.5rem;
  text-align: left;
  font-size: 2.5rem; }

.four-blocks {
  font-family: 'Foundry Sans W01 Nrml', sans-serif;
  margin: 0 0 1em; }
  .four-blocks h1, .four-blocks h2, .four-blocks h3, .four-blocks h4, .four-blocks .intervention__item h5, .intervention__item .four-blocks h5, .four-blocks h5 {
    font-family: 'Foundry Sans W01 Demi', sans-serif;
    color: #000000;
    text-align: left;
    line-height: 2.5rem; }
  .four-blocks p, .four-blocks li, .four-blocks td, .four-blocks span {
    color: #000000;
    font-family: 'Foundry Sans W01 Nrml', sans-serif;
    font-size: 1.125rem;
    line-height: 1.625rem; }
  .four-blocks h2 {
    font-size: 1.125rem;
    line-height: 2.25rem; }
  .four-blocks h3 {
    font-size: 1.5rem;
    line-height: 1.75rem; }
  .four-blocks h4, .four-blocks .intervention__item h5, .intervention__item .four-blocks h5 {
    font-size: 1.25rem;
    line-height: 1.4375rem; }
  .four-blocks h5 {
    font-size: 1.125rem;
    line-height: 1.3125rem; }
  .four-blocks li {
    padding-bottom: 10px; }
  .four-blocks > div {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between; }
    .four-blocks > div > div {
      flex-basis: 24%; }
  .four-blocks .four-blocks__one-of-them {
    margin: 0 0 1em; }
    .four-blocks .four-blocks__one-of-them h2 {
      font-family: 'Foundry Sans W01 Demi', sans-serif;
      color: #000000;
      text-align: left;
      line-height: 2.5rem; }
    .four-blocks .four-blocks__one-of-them img {
      width: 100%;
      height: auto; }
  @media (max-width: 991px) {
    .four-blocks > div > div {
      flex-basis: 49%; } }
  @media (max-width: 767px) {
    .four-blocks > div {
      display: block; } }

.default-theme .hero {
  background: #CFE3FC;
  font-family: "Foundry Sans W01 Demi", sans-serif;
  position: relative;
  margin-bottom: 5.625em; }
  .default-theme .hero svg {
    width: 100vw;
    height: 2.5em;
    position: absolute;
    bottom: -2.438em;
    fill: #CFE3FC; }

.default-theme .hero__inner {
  height: 6.5rem;
  font-size: 1.625em;
  color: #000;
  display: flex;
  align-items: flex-end;
  text-align: center;
  justify-content: center;
  max-width: 19em;
  margin: 0 auto;
  padding: 0 24px;
  padding-bottom: 5px;
  line-height: 1.231em; }

.default-theme .teasers {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .default-theme .teasers .teaser {
    width: calc(50% - 1em); }

.default-theme .teaser {
  background: #FFFFFF;
  border: 1px solid #E0E0E0;
  border-radius: 4px;
  margin-bottom: 2em;
  display: flex;
  transition: all 100ms ease-in-out;
  outline-offset: 3px;
  outline: 2px solid transparent;
  align-items: stretch; }
  .default-theme .teaser:hover, .default-theme .teaser:focus, .default-theme .teaser:active {
    transition: all 100ms ease-in-out;
    text-decoration: none;
    outline-offset: 3px;
    outline: 3px solid #035EAA; }

.default-theme .teaser__inner {
  display: flex;
  align-items: stretch;
  padding-right: 10%;
  overflow: hidden;
  border-radius: 4px; }

.default-theme .teaser__content {
  order: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 17px 0 20px; }

.default-theme .teaser__title {
  font-size: 1.313em;
  line-height: 1.143em;
  color: #000;
  padding: 0 24px;
  font-family: Foundry Sans W01 Demi;
  margin: 0 0 .25em 0; }

.default-theme .teaser__text {
  padding: 0 24px;
  font-size: 1.063em;
  line-height: 1.353em;
  color: #000;
  font-family: Foundry Sans W01 Nrml;
  margin: 0; }

.default-theme .teaser__image {
  position: relative;
  min-width: 184px; }
  .default-theme .teaser__image img {
    height: 100%;
    width: 100%;
    object-fit: cover; }

.default-theme .articles-heading {
  color: #000;
  font-size: 1.625em;
  font-family: "Foundry Sans W01 Demi", sans-serif;
  margin: 1em 0 1em; }

.default-theme .articles {
  display: flex;
  justify-content: space-between;
  margin-bottom: 4em;
  gap: 2em; }

.default-theme .articles__more {
  display: flex;
  justify-content: center;
  margin-top: -.5em;
  margin-bottom: 3em; }
  .default-theme .articles__more a {
    display: inline-flex;
    justify-content: center;
    padding: 1em 1.5em;
    border-radius: 3px;
    /*      &:hover,
      &:focus,
      &:active {
        transition: all 100ms ease-in-out;
        text-decoration: none;
        outline-offset: 3px;
        outline: 3px solid $dark-blue;
      }*/ }

.default-theme .articles__teasers__horizontal .articles__teasers__items {
  flex-wrap: wrap;
  gap: 0; }
  .default-theme .articles__teasers__horizontal .articles__teasers__items .article-teaser {
    flex-direction: row;
    border: none;
    align-items: center;
    gap: 0 1.25em; }
    @media only screen and (max-width: 991px) {
      .default-theme .articles__teasers__horizontal .articles__teasers__items .article-teaser {
        flex-direction: column;
        align-items: start; } }
    .default-theme .articles__teasers__horizontal .articles__teasers__items .article-teaser:nth-child(even) .article-teaser__text {
      order: 1; }
    .default-theme .articles__teasers__horizontal .articles__teasers__items .article-teaser:nth-child(even) .article-teaser__image {
      order: 0; }
    .default-theme .articles__teasers__horizontal .articles__teasers__items .article-teaser:nth-child(odd) .article-teaser__text {
      order: 0; }
      @media only screen and (max-width: 991px) {
        .default-theme .articles__teasers__horizontal .articles__teasers__items .article-teaser:nth-child(odd) .article-teaser__text {
          order: 1; } }
    .default-theme .articles__teasers__horizontal .articles__teasers__items .article-teaser:nth-child(odd) .article-teaser__image {
      order: 1; }
      @media only screen and (max-width: 991px) {
        .default-theme .articles__teasers__horizontal .articles__teasers__items .article-teaser:nth-child(odd) .article-teaser__image {
          order: 0; } }
    .default-theme .articles__teasers__horizontal .articles__teasers__items .article-teaser:hover {
      outline: none; }
    .default-theme .articles__teasers__horizontal .articles__teasers__items .article-teaser .article-teaser__text {
      width: 50%; }
      @media only screen and (max-width: 991px) {
        .default-theme .articles__teasers__horizontal .articles__teasers__items .article-teaser .article-teaser__text {
          width: 100%; } }
      .default-theme .articles__teasers__horizontal .articles__teasers__items .article-teaser .article-teaser__text p {
        padding-bottom: 1rem; }
        @media only screen and (max-width: 991px) {
          .default-theme .articles__teasers__horizontal .articles__teasers__items .article-teaser .article-teaser__text p {
            padding-right: 0; } }
      .default-theme .articles__teasers__horizontal .articles__teasers__items .article-teaser .article-teaser__text .article-teaser__heading {
        padding-right: 0; }
      .default-theme .articles__teasers__horizontal .articles__teasers__items .article-teaser .article-teaser__text h2 {
        font-size: 2rem; }
      .default-theme .articles__teasers__horizontal .articles__teasers__items .article-teaser .article-teaser__text p {
        font-size: 1.125rem; }
      .default-theme .articles__teasers__horizontal .articles__teasers__items .article-teaser .article-teaser__text a {
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        transform: translate(0, 0);
        font-size: 1.125rem; }
        .default-theme .articles__teasers__horizontal .articles__teasers__items .article-teaser .article-teaser__text a:after {
          content: "";
          font: normal normal normal 16px/1 Icons;
          font-size: .7em;
          font-weight: 600;
          padding-left: 4px;
          margin-left: 0;
          position: relative;
          top: -1px; }
    .default-theme .articles__teasers__horizontal .articles__teasers__items .article-teaser .article-teaser__image {
      width: 50%;
      margin-bottom: 0; }
      @media only screen and (max-width: 991px) {
        .default-theme .articles__teasers__horizontal .articles__teasers__items .article-teaser .article-teaser__image {
          margin-bottom: 10px; } }
      @media only screen and (max-width: 991px) {
        .default-theme .articles__teasers__horizontal .articles__teasers__items .article-teaser .article-teaser__image {
          width: 100%; } }
      .default-theme .articles__teasers__horizontal .articles__teasers__items .article-teaser .article-teaser__image img {
        max-height: 320px; }

.default-theme .articles__teasers__items {
  display: flex;
  gap: 2em;
  height: 100%; }
  .default-theme .articles__teasers__items > * {
    width: 100%; }

.default-theme .articles__teasers__heading {
  min-width: 100%; }

.default-theme .articles__list {
  min-width: calc(33.333% - 1em);
  max-width: calc(33.333% - 1em); }
  .default-theme .articles__list ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    height: 100%;
    gap: 1em; }
  .default-theme .articles__list li {
    height: 100%;
    max-height: 124px; }

.default-theme .list-article {
  display: flex;
  border: 1px solid #E0E0E0;
  border-radius: 4px;
  background: #fff;
  padding: 1em;
  height: 100%;
  align-items: center;
  gap: 1em; }
  .default-theme .list-article:hover, .default-theme .list-article:focus, .default-theme .list-article:active {
    transition: all 100ms ease-in-out;
    text-decoration: none;
    outline-offset: 3px;
    outline: 3px solid #035EAA; }

.default-theme .list-article__image {
  position: relative;
  max-width: 90px;
  min-width: 90px;
  min-height: 90px;
  max-height: 90px;
  order: 1;
  align-self: stretch; }
  .default-theme .list-article__image img {
    height: 100%;
    width: 100%;
    aspect-ratio: 1;
    object-fit: cover;
    border-radius: 2px; }

.default-theme .list-article__heading {
  order: 2;
  font-size: 112.5%;
  line-height: 1.333em;
  color: #000;
  font-family: Foundry Sans W01 Demi;
  margin: 0; }

.default-theme .article-teaser {
  text-decoration: none;
  display: flex;
  flex-direction: column;
  border: 1px solid #E0E0E0;
  border-radius: 4px;
  background: #fff;
  padding: 1em; }
  .default-theme .article-teaser:hover, .default-theme .article-teaser:focus, .default-theme .article-teaser:active {
    transition: all 100ms ease-in-out;
    text-decoration: none;
    outline-offset: 3px;
    outline: 3px solid #035EAA; }
  .default-theme .article-teaser p {
    font-size: 106.3%;
    line-height: 1.353em;
    color: #000;
    font-family: Foundry Sans W01 Nrml;
    margin: 0;
    order: 3;
    padding-right: 10%; }

.default-theme .article-teaser__heading {
  order: 2;
  font-size: 1.313em;
  line-height: 1.143em;
  color: #000;
  font-family: Foundry Sans W01 Demi;
  margin: 0 0 .25em 0;
  padding-right: 10%; }

.default-theme .article-teaser__link {
  order: 3; }

.default-theme .article-teaser__image {
  position: relative;
  order: 1;
  width: 100%;
  margin-bottom: 1em; }
  .default-theme .article-teaser__image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 2px; }

@media only screen and (max-width: 991px) {
  .default-theme .teasers .teaser {
    width: 100%; }
  .default-theme .articles {
    flex-wrap: wrap; } }

@media only screen and (max-width: 991px) {
  .default-theme .header__inner {
    height: 54px; }
  .default-theme .hero__tools {
    display: none; }
  .default-theme .hero {
    margin-bottom: 77px; }
  .default-theme .hero__inner {
    height: 122px;
    align-items: center;
    padding-top: 25px; }
  .default-theme .hero svg {
    height: 30px;
    bottom: -30px; }
  .default-theme .hero__tools {
    left: 0;
    right: 0; }
  .default-theme .quicksearch {
    padding: 0 20px; }
  .default-theme .articles__list {
    width: 100%;
    max-width: none; } }

@media only screen and (max-width: 767px) {
  .default-theme .teaser {
    margin-bottom: 20px; }
  .default-theme .teasers {
    margin-bottom: 2em; }
  .default-theme .teaser__inner {
    flex-direction: column;
    padding-right: 0; }
  .default-theme .articles__teasers__items {
    flex-direction: column; } }

@media only screen and (max-width: 320px) {
  .default-theme .hero__inner {
    font-size: 20px; } }

#filter__labels a, #filter__labels a:hover {
  text-decoration: none; }

#filterselect__wrapper {
  float: right;
  width: 330px; }

#filterselect__header, #filterselecthamburger__header {
  background-color: #005ca9;
  background-image: url("../Images/filled_filter.png");
  background-repeat: no-repeat;
  background-position: right 15px center;
  background-size: 26px 26px;
  font-family: "Foundry Sans W01 Demi", sans-serif;
  font-size: 16px;
  line-height: 19px;
  color: #FFFFFF;
  padding: 12px 12px 12px 15px;
  margin-bottom: 2px;
  text-transform: uppercase; }

#filterselecthamburger__header {
  display: none; }

#filterselect__ul {
  margin-top: 0;
  font-size: 18px;
  list-style: none;
  padding-left: 0; }
  #filterselect__ul li {
    cursor: pointer; }
    #filterselect__ul li input[type=checkbox] {
      background-color: white;
      -webkit-appearance: none;
      box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.1);
      border: 1px solid #E7E7E7;
      border-radius: 2px;
      width: 20px;
      height: 20px;
      cursor: pointer; }
    #filterselect__ul li input[type=checkbox]:checked {
      background-color: white;
      background-image: url("../Images/check.png");
      background-size: 14px 12px;
      background-repeat: no-repeat;
      background-position: 2px; }
    #filterselect__ul li label {
      display: inline-block;
      padding-left: 5px;
      cursor: pointer; }

.rootCategory {
  background-color: #952a86;
  padding: 10px;
  margin-bottom: 1px;
  color: #fff; }
  .rootCategory .filterselect__filterheader {
    font-family: "Foundry Sans W01 Demi", sans-serif;
    font-size: 18px;
    color: #000000;
    line-height: 22px; }

.rootCategory.category-open {
  background-color: #EAEAEA;
  color: #333; }

.level_2, .level_3 {
  font-family: "Foundry Sans W01 Nrml", sans-serif;
  font-size: 15px;
  color: #000000;
  line-height: 18px;
  padding: 10px 0 10px 0;
  border: none; }
  .level_2 label, .level_3 label {
    font-family: "Foundry Sans W01 Nrml", sans-serif;
    font-size: 15px;
    color: #000000;
    line-height: 18px;
    vertical-align: middle; }

.level_2 + .level_2 {
  border-top: 1px solid #EAEAEA; }

#filterselect__ul li input {
  vertical-align: middle; }

.level_2 {
  margin-left: 10px; }

.level_3 {
  margin-left: 20px; }

.hidden {
  display: none !important; }

/* Retina */
@media only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  #filterselect__header, #filterselecthamburger__header {
    background-image: url("../Images/filled_filter@2x.png");
    background-size: 26px 26px; }
  #filterselect__ul li input[type=checkbox]:checked {
    background-image: url("../Images/check@2x.png");
    background-size: 14px 12px; }
  #filterselecthamburger__header.filter-expanded::after {
    background-image: url("../Images/close_filter@2x.png") !important;
    background-size: 20px 20px; } }

@media only screen and (max-width: 1023px) {
  #filterselect__wrapper {
    float: left;
    width: 100%; }
  .interventionlist__wrapper {
    width: 100% !important; }
  #filterselect__header, #filterselecthamburger__header {
    display: none; }
  #filterselecthamburger__header {
    display: block;
    cursor: pointer;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 10px; }
  #filterselecthamburger__header.filter-expanded::after {
    display: inline-block;
    content: "";
    width: 20px;
    height: 20px;
    background-image: url("../Images/close_filter.png");
    background-size: 20px 20px;
    background-repeat: no-repeat;
    float: right;
    padding-right: 55px; } }

@media only screen and (min-width: 1024px) {
  #filterselect__ul {
    display: block; } }

.listitem__links a, .listitem__links a:hover, .briefdescription__links a, .briefdescription__links a:hover {
  color: #005ca9;
  font-family: "Foundry Sans W01 Nrml", sans-serif;
  font-weight: normal;
  font-size: 18px;
  line-height: 25px;
  text-decoration: none; }

.intervention__content {
  text-shadow: none; }

.interventionlist__wrapper {
  width: 70%;
  display: inline-block;
  vertical-align: top; }

.intervention__listitem {
  padding: 5px 0 0 0;
  background-color: #F9F9F9;
  margin-top: 10px;
  border-bottom: 2px solid #EAEAEA; }

.intervention__heading {
  color: #005ca9;
  font-family: "Foundry Sans W01 Demi", sans-serif;
  margin-top: 0.4em;
  font-weight: bold;
  padding: 0 16px 5px 16px;
  cursor: pointer;
  font-size: 30px;
  line-height: 36px; }

.intervention__description__wrapper {
  float: left;
  width: 70%; }

.intervention__description {
  color: #3a3a40;
  font-family: "Foundry Sans W01 Nrml", sans-serif;
  font-size: 40px;
  color: #3A3A40;
  text-align: left;
  margin-top: 15px;
  line-height: 48px;
  padding: 0 12px 0 12px; }

.rightalign {
  text-align: right; }

.listitem__links {
  text-align: right; }

.leftlink {
  border-left: 1px solid #EAEAEA;
  border-right: 1px solid #EAEAEA;
  padding: 4px 13px 8px 15px; }

.rightlink {
  margin: 0 0.2em 0 0;
  padding: 4px 13px 8px 15px; }

.briefdescription {
  margin-top: 45px;
  display: none;
  color: black;
  border-top: 1px solid #EAEAEA;
  font-family: "Foundry Sans W01 Medium", sans-serif; }

.briefdescription p {
  font-family: "Foundry Sans W01 Nrml", sans-serif;
  font-size: 18px;
  padding: 0 16px 4px 16px;
  text-align: left;
  line-height: 25px; }

.briefdescription h4, .briefdescription .intervention__item h5, .intervention__item .briefdescription h5 {
  font-family: "Foundry Sans W01 Demi", sans-serif;
  font-size: 16px;
  color: #005ca9;
  line-height: 25px;
  padding: 0 16px 0 16px;
  margin-bottom: 5px;
  text-align: left;
  text-transform: uppercase; }

.showdescription {
  display: block; }

.briefdescription__links {
  display: block; }

.hidelinks {
  display: none; }

.closebrief__link::after {
  content: "";
  background-image: url("../Images/CLOSE2.png");
  background-size: 12px 12px;
  width: 12px;
  height: 12px;
  background-position: center center;
  display: inline-block;
  background-repeat: no-repeat;
  margin-left: 10px; }

.description__link::after {
  content: "";
  background-image: url("../Images/arrow-down.svg");
  background-size: 16px 16px;
  width: 16px;
  height: 16px;
  background-position: center center;
  display: inline-block;
  background-repeat: no-repeat;
  margin-left: 10px; }

.readprogram__link::after {
  content: "";
  background-image: url("../Images/arrow-up-right.svg");
  background-size: 14px 14px;
  width: 14px;
  height: 14px;
  background-position: center center;
  display: inline-block;
  background-repeat: no-repeat;
  margin-left: 10px; }

.show__link::after {
  content: "";
  background-image: url("../Images/arrow-up-right.svg");
  background-size: 14px 14px;
  width: 14px;
  height: 14px;
  background-position: center center;
  display: inline-block;
  background-repeat: no-repeat;
  margin-left: 10px; }

.starttext {
  background-image: url("../Images/big-arrow-right.svg");
  background-repeat: no-repeat;
  background-position: 100% 50px;
  border-top: 1px solid #EAEAEA;
  border-bottom: 1px solid #EAEAEA;
  padding: 30px 55px 30px 0; }

/* Retina */
@media only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  .closebrief__link::after {
    background-image: url("../Images/CLOSE2@2x.png");
    background-size: 12px 12px; } }

@media only screen and (max-width: 1200px) {
  .interventionlist__wrapper, .intervention__description__wrapper {
    width: 62%; } }

@media only screen and (max-width: 1023px) {
  .starttext {
    display: none; }
  .rightalign {
    text-align: left;
    padding-top: 5px; }
  .intervention__listitem a {
    font-size: 18px;
    line-height: 25px; }
  .leftlink {
    border-left: none; }
  .intervention__description {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 24px;
    line-height: 29px; }
  .intervention__description__wrapper {
    width: 100%; }
  .briefdescription {
    margin-top: 10px; }
    .briefdescription h4, .briefdescription .intervention__item h5, .intervention__item .briefdescription h5 {
      font-size: 14px;
      padding: 0 10px 5px 10px; }
    .briefdescription p {
      padding: 0 10px 5px 10px; }
  .intervention__heading {
    font-size: 21px;
    line-height: 25px;
    padding-left: 12px; }
  .leftlink, .rightlink {
    padding: 4px 10px 8px 10px; } }

#filter__labels {
  text-align: left;
  color: #3A3A40;
  font-family: "Roboto regular", sans-serif;
  display: block;
  font-size: 12px;
  line-height: 13px;
  border-top: 1px solid #EAEAEA;
  border-bottom: 1px solid #EAEAEA;
  padding: 1em 0 2em 0; }

#filter__labels label, #filter__labels a {
  color: #3A3A40;
  font-family: "Roboto regular", sans-serif;
  font-size: 12px;
  line-height: 13px;
  cursor: pointer;
  margin: 10px 5px 0 5px;
  padding: 3px 6px 3px 20px;
  display: inline-block;
  border-radius: 4px;
  border: 1px solid #CACACA;
  background-image: url("../Images/Close.png");
  background-repeat: no-repeat;
  background-position: 5px 4px;
  background-size: 10px 10px; }

#filter__labels a {
  background-color: #faf6c9; }

/* Retina */
@media only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  #filter__labels label, #filter__labels a {
    background-image: url("../Images/Close@2x.png");
    background-size: 10px 10px; } }

.listitem__links a, .listitem__links a:hover, .briefdescription__links a, .briefdescription__links a:hover {
  color: #005ca9;
  font-family: "Foundry Sans W01 Nrml", sans-serif;
  font-weight: normal;
  font-size: 18px;
  line-height: 25px;
  text-decoration: none; }

.intervention__content {
  text-shadow: none; }

.interventionlist__wrapper {
  width: 70%;
  display: inline-block;
  vertical-align: top; }

.intervention__listitem {
  padding: 5px 0 0 0;
  background-color: #F9F9F9;
  margin-top: 10px;
  border-bottom: 2px solid #EAEAEA; }

.intervention__heading {
  color: #005ca9;
  font-family: "Foundry Sans W01 Demi", sans-serif;
  margin-top: 0.4em;
  font-weight: bold;
  padding: 0 16px 5px 16px;
  cursor: pointer;
  font-size: 30px;
  line-height: 36px; }

.intervention__description__wrapper {
  float: left;
  width: 70%; }

.intervention__description {
  color: #3a3a40;
  font-family: "Foundry Sans W01 Nrml", sans-serif;
  font-size: 40px;
  color: #3A3A40;
  text-align: left;
  margin-top: 15px;
  line-height: 48px;
  padding: 0 12px 0 12px; }

.rightalign {
  text-align: right; }

.listitem__links {
  text-align: right; }

.leftlink {
  border-left: 1px solid #EAEAEA;
  border-right: 1px solid #EAEAEA;
  padding: 4px 13px 8px 15px; }

.rightlink {
  margin: 0 0.2em 0 0;
  padding: 4px 13px 8px 15px; }

.briefdescription {
  margin-top: 45px;
  display: none;
  color: black;
  border-top: 1px solid #EAEAEA;
  font-family: "Foundry Sans W01 Medium", sans-serif; }

.briefdescription p {
  font-family: "Foundry Sans W01 Nrml", sans-serif;
  font-size: 18px;
  padding: 0 16px 4px 16px;
  text-align: left;
  line-height: 25px; }

.briefdescription h4, .briefdescription .intervention__item h5, .intervention__item .briefdescription h5 {
  font-family: "Foundry Sans W01 Demi", sans-serif;
  font-size: 16px;
  color: #005ca9;
  line-height: 25px;
  padding: 0 16px 0 16px;
  margin-bottom: 5px;
  text-align: left;
  text-transform: uppercase; }

.showdescription {
  display: block; }

.briefdescription__links {
  display: block; }

.hidelinks {
  display: none; }

.closebrief__link::after {
  content: "";
  background-image: url("../Images/CLOSE2.png");
  background-size: 12px 12px;
  width: 12px;
  height: 12px;
  background-position: center center;
  display: inline-block;
  background-repeat: no-repeat;
  margin-left: 10px; }

.description__link::after {
  content: "";
  background-image: url("../Images/arrow-down.svg");
  background-size: 16px 16px;
  width: 16px;
  height: 16px;
  background-position: center center;
  display: inline-block;
  background-repeat: no-repeat;
  margin-left: 10px; }

.readprogram__link::after {
  content: "";
  background-image: url("../Images/arrow-up-right.svg");
  background-size: 14px 14px;
  width: 14px;
  height: 14px;
  background-position: center center;
  display: inline-block;
  background-repeat: no-repeat;
  margin-left: 10px; }

.show__link::after {
  content: "";
  background-image: url("../Images/arrow-up-right.svg");
  background-size: 14px 14px;
  width: 14px;
  height: 14px;
  background-position: center center;
  display: inline-block;
  background-repeat: no-repeat;
  margin-left: 10px; }

.starttext {
  background-image: url("../Images/big-arrow-right.svg");
  background-repeat: no-repeat;
  background-position: 100% 50px;
  border-top: 1px solid #EAEAEA;
  border-bottom: 1px solid #EAEAEA;
  padding: 30px 55px 30px 0; }

/* Retina */
@media only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  .closebrief__link::after {
    background-image: url("../Images/CLOSE2@2x.png");
    background-size: 12px 12px; } }

@media only screen and (max-width: 1200px) {
  .interventionlist__wrapper, .intervention__description__wrapper {
    width: 62%; } }

@media only screen and (max-width: 1023px) {
  .starttext {
    display: none; }
  .rightalign {
    text-align: left;
    padding-top: 5px; }
  .intervention__listitem a {
    font-size: 18px;
    line-height: 25px; }
  .leftlink {
    border-left: none; }
  .intervention__description {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 24px;
    line-height: 29px; }
  .intervention__description__wrapper {
    width: 100%; }
  .briefdescription {
    margin-top: 10px; }
    .briefdescription h4, .briefdescription .intervention__item h5, .intervention__item .briefdescription h5 {
      font-size: 14px;
      padding: 0 10px 5px 10px; }
    .briefdescription p {
      padding: 0 10px 5px 10px; }
  .intervention__heading {
    font-size: 21px;
    line-height: 25px;
    padding-left: 12px; }
  .leftlink, .rightlink {
    padding: 4px 10px 8px 10px; } }

.back__header {
  border-top: 1px solid #EAEAEA;
  border-bottom: 1px solid #EAEAEA;
  padding: 10px 0 10px 30px;
  margin: 40px 0 20px 0;
  background-image: url("../Images/arrow-back.svg");
  background-repeat: no-repeat;
  background-position: 4px 12px; }
  .back__header a, .back__header a:hover {
    font-family: "Foundry Sans W01 Nrml", sans-serif;
    font-weight: normal;
    font-size: 18px; }

.intervention__item {
  font-family: "Foundry Sans W01 Medium", sans-serif;
  padding: 5px 0 0 0;
  background-color: #F9F9F9;
  border-bottom: 2px solid #EAEAEA; }
  .intervention__item a, .intervention__item a:hover {
    color: #005ca9;
    font-family: "Foundry Sans W01 Nrml", sans-serif;
    font-weight: normal;
    font-size: 18px;
    line-height: 25px;
    text-decoration: none; }
  .intervention__item h2 {
    font-family: "Foundry Sans W01 Nrml", sans-serif;
    font-size: 30px;
    color: #005ca9;
    line-height: 36px;
    padding: 0 30px 0 30px;
    margin-top: 1.5em;
    margin-bottom: 1em; }
  .intervention__item h4, .intervention__item h5 {
    padding: 0 30px 0 30px;
    font-family: "Foundry Sans W01 Demi", sans-serif;
    font-size: 16px;
    color: #005ca9;
    line-height: 25px;
    margin-bottom: 5px;
    text-align: left;
    text-transform: uppercase; }
  .intervention__item h5 {
    text-transform: none;
    margin-top: 1.3em;
    margin-bottom: 0.7em; }
  .intervention__item p {
    padding: 0 30px 0 30px;
    font-family: "Foundry Sans W01 Nrml", sans-serif;
    font-size: 18px;
    text-align: left;
    line-height: 25px;
    color: #000000; }
    .intervention__item p a::after {
      content: none; }
  .intervention__item div {
    padding: 0 30px; }

.intervention__content {
  max-width: 75%;
  text-shadow: none; }
  .intervention__content h1 {
    color: #3a3a40;
    font-family: "Foundry Sans W01 Demi", sans-serif;
    padding: 0 30px 0 30px; }

.hidden {
  display: none; }

.leftborder__link {
  vertical-align: middle;
  margin: 0 5px 0 0;
  border-left: 1px solid #EAEAEA;
  padding: 6px 8px 8px 8px; }

.expandlink__wrapper {
  text-align: right;
  padding: 0 0 4px 0; }

.fulltext {
  background: white;
  border-top: 4px solid #EAEAEA;
  border-bottom: 2px solid #EAEAEA; }

.readfullexpander::after {
  content: "";
  background-image: url("../Images/arrow-down.svg");
  background-size: 16px 16px;
  width: 16px;
  height: 16px;
  background-position: center center;
  display: inline-block;
  background-repeat: no-repeat;
  margin-left: 10px; }

.close__link::after {
  content: "";
  background-image: url("../Images/CLOSE2.png");
  background-size: 12px 12px;
  width: 12px;
  height: 12px;
  background-position: center center;
  display: inline-block;
  background-repeat: no-repeat;
  margin-left: 10px; }

/* Retina */
@media only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  .close__link::after {
    background-image: url("../Images/CLOSE2@2x.png");
    background-size: 12px 12px; } }

@media only screen and (max-width: 1023px) {
  .intervention__item h2 {
    padding: 0 12px 5px 12px;
    margin-top: 0.5em;
    margin-bottom: 0.5em; }
  .intervention__item h4, .intervention__item h5 {
    padding: 0 12px 5px 12px; }
  .intervention__item h5 {
    margin-bottom: 0.3em; }
  .intervention__item p {
    padding: 0 12px 5px 12px; }
  .intervention__content {
    max-width: 100%; }
    .intervention__content h1 {
      font-size: 20px;
      font-weight: bold;
      padding: 0 12px 5px 12px; }
    .intervention__content p {
      font-size: 18px;
      padding: 0 12px 0 12px; }
    .intervention__content .expandlink__wrapper a {
      font-size: 18px; }
  .back__header {
    margin-top: 20px; }
    .back__header a {
      font-size: 18px; } }

.react {
  margin: 24px 0;
  position: relative;
  font-size: 20px; }
  .react .react__counter {
    padding-right: 8px; }
  .react input[type="checkbox"] {
    position: absolute;
    left: -9999px; }
  .react label {
    display: inline;
    padding: 8px;
    border: #ccc solid 1px;
    border-radius: 3px; }
  .react input:checked ~ label {
    background-color: #952a86;
    color: white; }
  .react #react-popup {
    position: absolute;
    background-color: black;
    color: white;
    font-weight: bold;
    padding: 16px;
    bottom: 50px;
    display: none;
    border-radius: 3px;
    font-family: "Foundry Sans W01 Nrml",sans-serif;
    max-width: 250px; }
    .react #react-popup:after {
      content: "";
      width: 16px;
      height: 16px;
      transform: rotate(45deg);
      position: absolute;
      background-color: black;
      left: calc(50% - 7px);
      bottom: -7px; }

.suggestion-form {
  padding: 0 14px;
  background-color: #eee; }
  .suggestion-form h3 {
    margin-top: 1em;
    margin-bottom: 0.5em;
    font-family: "Foundry Sans W01 Bd",sans-serif;
    font-size: 18px; }
  .suggestion-form p {
    font-family: "Foundry Sans W01 Nrml",sans-serif;
    font-size: 16px;
    font-weight: normal; }
  .suggestion-form .suggestion-form__comment {
    height: 100px; }

.comment-thankyou {
  background-color: #E4EEDD;
  border-radius: 3px;
  border: solid #eee 1px;
  padding: 10px 15px;
  font-family: 'Foundry Sans W01 medium', sans-serif; }

.content__main__intra {
  border-bottom: solid 1px #ddd; }

.content__main__image {
  max-width: 100%;
  margin-top: 16px; }

.intra .content__title {
  padding-top: 10px; }

.intra video {
  width: 100%; }

.bookmark {
  background-color: transparent;
  border: 0;
  outline: 0;
  cursor: pointer; }

.icon-star:before,
.icon-star-checked:before {
  color: #952a86;
  margin-right: 7px;
  position: relative;
  top: 2px; }

.intra .publicationTools {
  padding-top: 35px; }

.publicationTools__bookmark {
  color: #952a86;
  font-family: 'Foundry Sans W01 Bd', sans-serif;
  margin-left: 0;
  font-size: 1rem; }

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

.formdata__table th, .formdata__table td {
  vertical-align: top; }

.formdata__table tbody tr:nth-of-type(odd) {
  background: #eee; }

.intra .home {
  margin-top: 35px; }

.intra .logo h1 {
  display: inline; }

.intra .news {
  padding-right: 0px;
  padding-bottom: 42px;
  padding-left: 0px;
  border-top: 1px solid transparent;
  border-right: 1px solid #e5e5e5;
  border-left: 1px solid #e5e5e5; }

.intra .news__date--main {
  position: absolute;
  top: 50%;
  width: 8%;
  height: auto;
  margin-top: -25px;
  margin-left: -37px;
  padding-top: 6px;
  padding-bottom: 6px;
  float: left;
  background-color: white;
  text-align: center; }

.intra .dateimage:before, .intra .dateimage:after {
  content: " ";
  display: table;
  clear: both; }

.intra .news__image--sticky {
  position: relative;
  width: auto;
  margin-left: 35px;
  padding-right: 25px;
  float: left; }

.intra .article__sticky {
  position: relative;
  width: 100%;
  height: auto;
  padding-bottom: 15px; }

.intra .news__date--day {
  position: relative;
  font-family: 'Foundry Sans W01 Bd', sans-serif;
  color: #333;
  line-height: 125%;
  text-align: center; }

.intra .news__date--month {
  display: block;
  font-family: 'Foundry Sans W01 Nrml', sans-serif;
  font-size: 12px;
  line-height: 100%;
  text-align: center; }

.intra .article__sticky--header {
  margin-top: 0.5em;
  margin-right: 25px;
  margin-left: 35px;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  font-family: 'Foundry Sans W01 Demi', sans-serif;
  color: #333;
  font-size: 30px;
  text-decoration: none; }

.intra .article__sticky--summary {
  margin-right: 25px;
  margin-bottom: 0px;
  margin-left: 35px;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  font-family: 'Foundry Sans W01 Nrml', sans-serif;
  color: #666;
  font-size: 18px;
  text-decoration: none; }

.intra .article__sticky--img {
  width: 100%; }

.intra .dateimage {
  position: relative; }

.intra .article__img {
  max-width: 100%; }

.intra .article {
  position: relative;
  padding-top: 18px;
  padding-bottom: 18px; }

.intra .article__row {
  padding-right: 25px;
  padding-left: 35px; }

.intra .article__header {
  margin-top: 0em;
  margin-bottom: 5px;
  padding-left: 20px;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  font-family: 'Foundry Sans W01 Demi', sans-serif;
  color: #333;
  font-size: 21px;
  line-height: 27px; }

.intra .article__summary {
  padding-left: 20px;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  font-family: 'Foundry Sans W01 Nrml', sans-serif;
  color: #666;
  font-size: 16px; }

.intra .subarticle {
  padding: 7px 25px 7px 35px; }

.intra .subarticle__date {
  width: 15%;
  float: left;
  font-family: 'Foundry Sans W01 Nrml', sans-serif;
  color: #666; }

.intra .subarticle__content {
  width: 85%;
  float: left; }

.intra .subarticle__link--text {
  transition: color 500ms ease 0s;
  color: #0062B6;
  text-decoration: none;
  font-family: 'Foundry Sans W01 Demi', sans-serif;
  display: inline;
  padding-right: 5px;
  padding-left: 5px;
  float: none; }
  .intra .subarticle__link--text:hover {
    text-decoration: underline;
    transition-property: opacity;
    color: #333; }

.intra .subarticle__tag {
  display: block;
  margin-right: 15px;
  margin-left: 5px;
  padding-right: 3px;
  padding-left: 9px;
  float: left;
  background-color: #fd0;
  font-family: 'Foundry Sans W01 Demi', sans-serif;
  color: #333;
  font-size: 12px;
  text-transform: uppercase; }

.intra .subarticle__tag.overlay {
  position: absolute;
  top: 32px;
  margin-left: 0px; }

.intra .subarticle__tag.overlay.o-sticky {
  top: 33px;
  padding-top: 4px;
  padding-bottom: 4px;
  color: #333;
  font-size: 14px; }

.intra .article__link {
  display: block;
  -webkit-transition: background-color 500ms ease;
  transition: background-color 500ms ease;
  color: #333;
  text-decoration: none;
  overflow: visible; }

.intra .article__link:hover {
  background-color: rgba(225, 239, 249, 0.4);
  text-decoration: none; }
  .intra .article__link:hover .news__date--main {
    background-color: transparent; }
  .intra .article__link:hover .article__header {
    text-decoration: underline; }
  .intra .article__link:hover .article__sticky--header {
    text-decoration: underline; }
  .intra .article__link:hover .article__summary {
    color: #333; }
  .intra .article__link:hover .article__sticky--summary {
    color: #333; }

.intra .article__more {
  position: absolute;
  right: 43px;
  bottom: 0px;
  display: block;
  padding-right: 14px;
  padding-left: 14px;
  float: right;
  background-color: white;
  font-family: 'Foundry Sans W01 Demi', sans-serif;
  color: #0062b6;
  font-size: 18px;
  text-decoration: none;
  margin-top: 20px; }

.intra .article__more.link {
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  position: static;
  margin-right: 11px;
  font-size: 100%; }
  .intra .article__more.link:after {
    content: "";
    font: normal normal normal 16px/1 Icons;
    font-size: .7em;
    font-weight: 600;
    padding-left: 4px;
    margin-left: 0;
    position: relative;
    top: -1px; }

.intra .subarticle__tag {
  position: relative;
  background: #fd0; }

.intra .subarticle__tag:after {
  left: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-left-color: #fd0;
  border-width: 12px;
  margin-top: -12px; }

.intra .subarticle__tag.o-sticky:after {
  border-width: 16px;
  margin-top: -16px; }

.intra .subarticle__link {
  display: block;
  -webkit-transition: background-color 500ms ease;
  transition: background-color 500ms ease;
  overflow: hidden; }

.intra .subarticle__link:hover {
  background-color: rgba(225, 239, 249, 0.4); }

.intra .social {
  overflow: hidden;
  display: flex; }

.intra .social__content {
  padding: 64px;
  width: 50%;
  float: left; }

.intra .social__content--twitter {
  padding-left: 0;
  background-color: #e1eff9;
  text-align: right; }

.intra .social__content--youtube {
  padding-right: 0;
  background-color: #E4EEDD; }

.intra .social__inner {
  position: relative;
  width: 100%;
  max-width: 500px;
  min-height: 450px;
  padding-top: 36px;
  padding-right: 32px;
  padding-left: 32px;
  background-color: white;
  text-align: left; }

.intra .social__inner--twitter {
  float: right; }

.intra .social__inner--youtube {
  float: left; }

.intra .social__logo {
  position: absolute;
  left: -19px;
  top: 21px;
  padding: 13px 12px;
  border-radius: 6px; }

.intra .social__logo--twitter {
  background-color: #55acee; }

.intra .social__logo--youtube {
  width: 61px;
  padding-top: 15px;
  padding-bottom: 14px;
  background-color: #e02f2f; }

.intra .social__header {
  margin-top: 0em;
  padding-bottom: 11px;
  padding-left: 23px;
  color: #333; }

.intra .social__headerLink {
  text-decoration: none;
  color: #333;
  font-weight: normal; }

.intra .social__headerLink:after {
  display: none !important; }

.intra .social__subHeader {
  font-family: 'Foundry Sans W01 Nrml', sans-serif;
  font-size: 100%; }

.intra .social__loading {
  display: block;
  text-align: center; }

.intra .social__loading:after {
  display: none !important; }

.intra .social__follow {
  display: inline-block;
  margin-top: 20px;
  float: right;
  font-family: 'Foundry Sans W01 Demi', sans-serif; }

.intra .social__follow--twitter {
  margin-top: 0px; }

.intra .social__follow:after {
  display: none !important; }

.intra .social__iframe {
  max-width: 100%; }

.intra .youtube {
  margin-top: 0 !important; }
  .intra .youtube .youtube__videos {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between; }
  .intra .youtube .youtube__video {
    flex-basis: 33%;
    min-width: 300px;
    padding: 0 20px 0 0; }
  .intra .youtube .youtube__iframe {
    width: 100%;
    min-height: 232px; }
  .intra .youtube .youtube__title {
    font-family: 'Foundry Sans W01 Demi', sans-serif; }

.intra .skipTwitter {
  position: relative; }

.intra a.twitterLink {
  position: absolute;
  top: -9999px;
  display: block; }

.intra a.twitterLink:focus {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  background-color: #000;
  color: #fff;
  padding: 10px;
  font-weight: bold;
  white-space: nowrap;
  z-index: 99999; }

@media (max-width: 1190px) {
  .intra .social__content {
    padding: 32px; } }

@media (max-width: 991px) {
  .intra .subarticle__tag.overlay:after {
    border-width: 16px;
    margin-top: -16px; }
  .intra .news {
    border-width: 0px; }
  .intra .news__date--main {
    position: relative;
    top: auto;
    width: auto;
    margin-top: 0px;
    margin-left: 0px;
    float: none;
    text-align: left; }
  .intra .news__image--sticky {
    width: 100%;
    margin-left: 0px;
    padding-right: 35px; }
  .intra .news__date--day {
    display: block;
    font-family: 'Foundry Sans W01 Demi', sans-serif;
    font-size: 14px;
    text-align: left; }
  .intra .news__date--month {
    display: inline-block;
    font-family: 'Foundry Sans W01 Demi', sans-serif;
    font-size: 100%; }
  .intra .article__sticky--header {
    margin-left: 0px;
    font-size: 21px;
    line-height: 27px; }
  .intra .article__sticky--summary {
    margin-left: 0px; }
  .intra .article {
    margin-right: 35px;
    margin-bottom: 10px; }
  .intra .article__row {
    padding-right: 0px;
    padding-left: 0px; }
  .intra .article__header {
    margin-top: .1em;
    padding-left: 0px; }
  .intra .article__summary {
    padding-left: 0px; }
  .intra .subarticle {
    padding-left: 0px; }
  .intra .subarticle__date {
    width: 20%;
    font-family: 'Foundry Sans W01 Demi', sans-serif;
    font-size: 14px; }
  .intra .subarticle__link--text {
    display: inline;
    padding-left: 0px; }
  .intra .subarticle__tag {
    margin-right: 20px;
    margin-left: 0px; }
  .intra .subarticle__tag.overlay {
    top: 33px;
    padding-top: 4px;
    padding-bottom: 4px;
    font-size: 14px; }
  .intra .article__more {
    position: relative;
    right: auto;
    bottom: auto; }
  .intra .article__img {
    width: 100%; }
  .intra .articel__media {
    width: 100% !important;
    position: relative; }
  .intra .articel__content {
    width: 100% !important; }
  .intra .subarticle__date {
    width: 21%;
    font-family: 'Foundry Sans W01 Demi', sans-serif;
    font-size: 14px; }
  .intra .subarticle__content {
    width: 79%; }
  .intra .home {
    margin-top: 10px; }
  .intra .home__aside {
    margin-top: 39px; }
  .intra .social {
    display: block; }
  .intra .social__content {
    float: none;
    overflow: hidden;
    width: 100%;
    left: auto;
    right: auto; }
  .intra .social__inner {
    width: 100%;
    max-width: 100%;
    padding-bottom: 33px;
    min-height: initial; }
  .intra .social__header {
    font-size: 32px; }
  .intra .social__subHeader {
    font-size: 20px; }
  .intra .social__iframe {
    display: block !important; }
  .intra .social__follow {
    float: none; }
  .intra .youtube__video {
    flex-basis: 50%;
    padding: 0 15px 20px 0; } }

@media (max-width: 767px) {
  .intra .subarticle__tag:after {
    border-width: 12px;
    margin-top: -12px; }
  .intra .news__image--sticky {
    padding-right: 0; }
  .intra .article {
    margin-right: 0;
    padding: 9px 0; }
  .intra .plupp {
    display: none; }
  .intra .subarticle__date {
    width: 100%; }
  .intra .subarticle__date {
    font-family: 'Foundry Sans W01 Demi', sans-serif;
    font-size: 14px; }
  .intra .youtube__video {
    flex-basis: 100%;
    padding: 0 0 20px; } }

@media (max-width: 479px) {
  .intra .subarticle__content {
    width: 100%; }
  .intra .social__header {
    font-size: 21px; }
  .intra .social__subHeader {
    font-size: 16px; }
  .intra .social__logo {
    left: -7px;
    top: 19px;
    width: 30px;
    padding: 7px 5px; }
  .intra .social__logo--youtube {
    padding-top: 7px;
    padding-bottom: 7px; }
  .intra .social__inner {
    min-height: 200px;
    padding: 19px; }
  .intra .social__iframe--youtube {
    max-height: 160px; } }

#PhotosUL {
  padding: 0;
  margin: 0;
  overflow: hidden; }

#PhotosUL li {
  list-style: none;
  float: left;
  padding: 3px; }

#PhotosUL img {
  width: 80px; }

#PhotosUL a[href^="http"]::after {
  content: '';
  display: none; }

a[href^="http"].link__item--instagram::after {
  content: '';
  display: none; }

.link__item--instagram {
  background: url(/static/images/instagram_29x29.png) no-repeat 0;
  padding: 3px 0 3px 33px; }

.aside__instagram {
  margin-bottom: 1em; }

.aside__instagram-icon {
  vertical-align: middle; }

.favourites__heading {
  padding-top: 13px;
  padding-bottom: 13px;
  border-top: 1px solid #ddd;
  background-image: none;
  background-position: 0% 0%;
  background-size: auto auto;
  background-repeat: repeat;
  background-attachment: scroll;
  font-size: 21px;
  margin-top: 20px;
  margin-bottom: 0;
  font-family: "Foundry Sans W01 Demi",sans-serif;
  line-height: 30px;
  font-weight: 400;
  color: #333; }
  .favourites__heading .icon-star {
    font-size: 1.2em;
    vertical-align: 0px; }

.favourites__list {
  border-top: 1px solid #ddd;
  padding-left: 0px;
  list-style: outside none none;
  margin-top: 0; }

.favourites__item a[href^="/"] {
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0); }
  .favourites__item a[href^="/"]:after {
    content: "";
    font: normal normal normal 16px/1 Icons;
    font-size: .7em;
    font-weight: 600;
    padding-left: 4px;
    margin-left: 0;
    position: relative;
    top: -1px; }

.favourites__link {
  display: inline-block;
  padding-top: 10px;
  padding-bottom: 10px; }

.profile__form label {
  float: left;
  clear: left;
  min-width: 150px; }

.profile__form input[type=text],
.profile__form select {
  float: left;
  clear: right;
  width: 230px;
  margin-bottom: 1em; }

.profile__form input[type=submit] {
  clear: both; }

.search-selection {
  font-family: "Foundry Sans W01 Demi", sans-serif;
  font-size: 21px;
  margin: 1em 0; }

.searchresult__info {
  display: block; }

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

.searchresult__links span {
  display: inline-block;
  padding-left: 4px;
  margin-right: 4px;
  font-weight: bold; }

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

.profiles {
  margin: 0;
  padding: 0;
  list-style: none; }

.profiles__item {
  font-size: 16px;
  position: relative;
  padding: 1em 200px 1em 0;
  border-top: 1px solid #eee;
  margin-top: 1em; }
  .profiles__item img {
    position: absolute;
    top: 1em;
    right: 0; }
  .profiles__item h2 {
    margin-top: 0; }
  .profiles__item dl {
    overflow: hidden; }
  .profiles__item dt {
    font-family: "Foundry Sans W01 Demi", sans-serif;
    float: left;
    clear: left;
    min-width: 120px; }
  .profiles__item dd {
    float: left;
    clear: right;
    margin: 0; }
  .profiles__item a.button {
    display: inline-block; }

@media only screen and (max-width: 479px) {
  .profiles__item {
    padding: 1em 0; }
    .profiles__item img {
      position: static;
      top: auto;
      left: auto; } }

.profile__head {
  position: relative;
  border-top: solid 1px #eee;
  border-bottom: solid 1px #eee;
  padding: 1em 200px 1em 0; }
  .profile__head img {
    position: absolute;
    top: 1em;
    right: 0; }
  .profile__head dl {
    overflow: hidden; }
  .profile__head dt {
    font-family: "Foundry Sans W01 Demi", sans-serif;
    float: left;
    clear: left;
    min-width: 120px; }
  .profile__head dd {
    float: left;
    clear: right;
    margin: 0;
    max-width: 460px; }

@media only screen and (max-width: 479px) {
  .profile__head {
    padding: 1em 0; }
    .profile__head img {
      position: static;
      top: auto;
      left: auto; } }

.intra-project-info {
  font-size: 16px;
  padding-right: 1em;
  text-align: left;
  padding-bottom: 0.5em;
  font-family: 'Foundry Sans W01 Demi', sans-serif; }
  .intra-project-info span {
    font-family: "Adobe Garamond W08", serif;
    font-weight: normal;
    display: block; }

#project-content {
  margin-top: 2em; }

h2.intra-project-status {
  font-size: 23px; }

.intra-project-page-status-bar {
  margin-top: 3em; }
  .intra-project-page-status-bar .project-progress-bar {
    margin-top: 2em; }
    .intra-project-page-status-bar .project-progress-bar span.status-text {
      display: block;
      text-align: center;
      color: #000;
      font-size: large; }

/*$complete: #2ECC71;*/
.progress {
  list-style: none;
  margin: 0 0 1em;
  padding: 0;
  display: table;
  table-layout: fixed;
  width: 100%;
  color: #849397; }
  .progress > li {
    position: relative;
    display: table-cell;
    text-align: center;
    font-size: 0.2em; }
    .progress > li:before {
      content: attr(data-step);
      display: block;
      margin: 0 auto;
      background: #DFE3E4;
      width: 3.5em;
      height: 3.5em;
      text-align: center;
      margin-bottom: 0.25em;
      line-height: 3em;
      border-radius: 100%;
      position: relative;
      z-index: 1000; }
    .progress > li:after {
      content: '';
      position: absolute;
      display: block;
      background: #DFE3E4;
      width: 100%;
      height: 0.5em;
      top: 1.25em;
      left: 50%;
      margin-left: 1.5em\9;
      z-index: -1; }
    .progress > li:last-child:after {
      display: none; }
    .progress > li.is-complete {
      color: #849397; }
      .progress > li.is-complete:before, .progress > li.is-complete:after {
        color: #FFF;
        background: #849397; }
    .progress > li.is-active {
      color: #952a86; }
      .progress > li.is-active:before {
        color: #FFF;
        background: #952a86; }

/**
   * Needed for IE8
   */
.progress__last:after {
  display: none !important; }

/**
   * Size Extensions
   */
.progress--medium {
  font-size: 1.5em; }

.progress--large {
  font-size: 2em; }

.intra-project-intro p, .intra-project-intro a {
  font-size: 1.25rem; }

.projectSearch {
  width: 100%; }
  .projectSearch input.quickSearch__query {
    width: 99.8%; }

.intra-project-search .clear-search a {
  float: right; }

.intra-project-search .project__subinfo {
  font-family: 'Foundry Sans W01 Nrml';
  color: #333; }
  .intra-project-search .project__subinfo .status-and-type {
    padding-top: 2px;
    text-align: left; }
  .intra-project-search .project__subinfo .project-body {
    padding-top: 20px; }
    .intra-project-search .project__subinfo .project-body p {
      font-size: 16px; }

#filterselect__wrapper.intra-projects {
  margin-bottom: 20px;
  padding-bottom: 10px;
  overflow: hidden;
  background-color: transparent; }
  #filterselect__wrapper.intra-projects button {
    background-color: #952a86;
    color: #fff;
    width: 100%; }
  #filterselect__wrapper.intra-projects .select-container {
    background-color: #fd0;
    margin-bottom: 1px;
    height: 50px;
    padding: 0 0 0 10px; }
    #filterselect__wrapper.intra-projects .select-container label {
      width: 15%;
      display: inline-block; }
    #filterselect__wrapper.intra-projects .select-container select {
      width: 100%;
      overflow: hidden;
      border: none;
      background-color: #fd0;
      display: inline-block;
      width: 80%;
      height: 100%; }
      #filterselect__wrapper.intra-projects .select-container select:focus {
        outline: none; }

.project-progress-bar {
  margin-top: 2em; }
  .project-progress-bar span.status-text {
    display: block;
    text-align: center;
    color: #000;
    font-size: small; }

.worktitle-description {
  padding: 24px;
  border: 1px solid #ddd;
  border-radius: 3px;
  background-color: #fbfbfb;
  background-color: rgba(238, 238, 238, 0.2);
  font-family: 'Foundry Sans W01 Nrml', sans-serif; }
  .worktitle-description dt {
    font-size: 1em;
    font-family: 'Foundry Sans W01 Demi', sans-serif; }
  .worktitle-description dd {
    margin: 0; }
    .worktitle-description dd p {
      font-size: 1em;
      margin: 0; }

.button--intra-search {
  margin-right: 1em; }

.searchResult--bestBetIntra {
  background-color: #F5DBF1 !important; }

.gap {
  position: relative;
  font-size: 24px; }
  .gap li {
    margin-bottom: 17px;
    color: #333;
    line-height: 140%; }
  .gap a[href^="/"] {
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0); }
    .gap a[href^="/"]:after {
      content: "";
      font: normal normal normal 16px/1 Icons;
      font-size: .7em;
      font-weight: 600;
      padding-left: 4px;
      margin-left: 0;
      position: relative;
      top: -1px; }
  .gap a[href^="http"] {
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0); }
    .gap a[href^="http"]:after {
      content: "";
      font: normal normal normal 16px/1 Icons;
      font-size: .7em;
      font-weight: 600;
      padding-left: 4px;
      margin-left: 0;
      position: relative;
      top: -1px; }

.gap__anchor-target--first {
  position: absolute;
  top: -120px; }

.gap__anchor-target {
  position: absolute;
  top: -80px; }

.gap__title--summary {
  margin-top: 20px;
  margin-bottom: 14px;
  padding: 20px;
  border-radius: 3px;
  background-color: #D1E1F5;
  font-size: 18px; }
  .gap__title--summary strong {
    display: block;
    padding-bottom: 4px;
    font-family: "Foundry Sans W01 Demi",sans-serif;
    font-weight: normal; }
  .gap__title--summary ol {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 24px;
    font-family: "Foundry Sans W01 Demi",sans-serif; }
  .gap__title--summary a {
    display: block;
    padding-top: 4px;
    padding-bottom: 4px;
    text-decoration: none; }

.gap__title {
  margin-top: 0px;
  padding-top: 24px;
  line-height: 125%; }

.gap__metadata {
  overflow: hidden; }

.gap__metadata-term {
  font-family: "Foundry Sans W01 Demi",sans-serif;
  line-height: 150%;
  margin: 0;
  padding: 0px 10px 10px 0px;
  float: left;
  margin-right: 0.3em;
  width: 22%;
  clear: left; }
  .gap__metadata-term span {
    display: block; }

.gap__metadata-definition {
  margin: 0;
  padding: 0;
  width: 70%;
  clear: right;
  float: left;
  line-height: 150%; }

.gap__all-link {
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  text-decoration: none; }
  .gap__all-link:after {
    content: "";
    font: normal normal normal 16px/1 Icons;
    font-size: .7em;
    font-weight: 600;
    padding-left: 4px;
    margin-left: 0;
    position: relative;
    top: -1px; }

.gap__literature-reviews ul {
  list-style-type: none; }
  .gap__literature-reviews ul li:before {
    color: #E98B3A;
    float: left;
    margin: 0 0 0 -1em;
    width: 1em;
    content: '\2022'; }

.gap__literature-reviews p {
  margin-left: 1em; }

.gap__literature-reviews p:before {
  color: #E98B3A;
  float: left;
  margin: 0 0 0 -1em;
  width: 1em;
  content: '\2022'; }

.cover__image {
  max-width: 100%; }

.gap__info {
  color: #333;
  font-family: "Foundry Sans W01 Nrml",sans-serif;
  font-size: 100%;
  padding-top: 6px;
  position: relative; }

.gap__publicationType {
  font-family: "Foundry Sans W01 Demi",sans-serif;
  text-transform: uppercase; }

.gap__data {
  font-family: "Foundry Sans W01 Nrml",sans-serif;
  margin-top: 1em;
  margin-bottom: 1em; }

.gap__dataHeader {
  font-family: "Foundry Sans W01 Demi",sans-serif;
  font-weight: normal;
  padding-right: 1em;
  text-align: left; }

.gap__dataField {
  white-space: nowrap;
  vertical-align: bottom; }

.gap__dataField--wrapping {
  white-space: normal; }

.gap__publication-info {
  font-family: 'Foundry Sans W01 Nrml', sans-serif;
  font-size: 18px; }

.gap__publication-info-term {
  font-family: "Foundry Sans W01 Demi", sans-serif;
  display: inline; }

.gap__publication-info-definition {
  white-space: nowrap;
  padding-right: 10px;
  display: inline;
  margin: 0; }

.similar-gaps {
  padding-top: 1em;
  margin-bottom: 2em;
  font-family: 'Foundry Sans W01 Nrml', sans-serif; }

.similar-gaps__heading {
  padding: 13px 0;
  font-size: 21px;
  color: #333;
  border-top: solid 1px #ddd;
  border-bottom: solid 1px #ddd; }

.similar-gaps__info-text {
  font-size: 100%;
  padding: 8px 0; }

.similar-gaps__links {
  list-style: none;
  padding: 0;
  border: 0;
  margin: 0; }

.similar-gaps__link-item {
  padding: 8px 0; }

.similar-gaps__link {
  font-family: 'Foundry Sans W01 Demi', sans-serif;
  text-decoration: none; }

.content__subtitle--vkl {
  color: #000 !important; }

.share-bottom {
  display: block;
  padding-left: 47px; }
  .share-bottom .share__list .share__list-item {
    margin-left: 0;
    margin-right: 11px; }

@media only screen and (max-width: 991px) {
  .gap__metadata-term {
    width: 25%; }
  .gap {
    font-size: 20px; } }

@media only screen and (max-width: 767px) {
  .gap__metadata-term {
    float: none;
    padding: 0;
    width: 100%; }
    .gap__metadata-term span {
      display: inline; }
  .gap__metadata-definition {
    float: none;
    margin: .3em 0 1em;
    width: 100%; } }

/* #Mixins
================================================== */
.knowledgegaps-heading {
  padding-top: 50px;
  margin-bottom: 0; }

.content__main > form.kg-searchform > input.quicksearch__query {
  background-color: transparent;
  margin: 3rem 0 0.5rem 0;
  display: block;
  height: 38px;
  width: 96%;
  border-radius: 4px; }

.kg-searchform input[type=text] {
  height: 38px;
  padding: 8px 12px;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 1.5;
  color: #555;
  vertical-align: middle;
  background-color: #fff;
  border: 1px solid #ccc;
  display: inline-block;
  border-radius: 3px;
  margin: 0 5px 0 0; }

.kg-searchform .kg-searchform__freetext {
  width: 100%; }

.kg-searchform .kg-searchform__label--offside {
  position: absolute;
  left: -9999px; }

.kg-searchform select {
  height: 38px;
  padding: 8px 12px;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 1.5;
  color: #555;
  vertical-align: middle;
  background-color: #fff;
  border: 1px solid #ccc;
  display: inline-block;
  border-radius: 3px;
  margin: 0 5px 0 0;
  width: 100%; }

.kg-searchform button.filter__remove {
  margin: 0; }

.kg-searchform .button--alternate {
  background-color: #D1E1F5; }

.kg-searchform .button--alternate:hover {
  background-color: #e2e2e0; }

.kg-searchform .filterset .button {
  margin-right: 18px; }

.kg-searchform legend {
  position: relative;
  top: 20px;
  margin-bottom: 1em; }

.kg-searchform .filterset label.include-lbl {
  background-color: #ffffcb;
  border: 1px solid #ccc;
  border-radius: 3px;
  display: inline-block;
  padding: 0.5rem 1.25rem 0.5rem 0.75rem; }
  .kg-searchform .filterset label.include-lbl input {
    height: 1.5rem;
    width: 1.5rem;
    vertical-align: bottom;
    margin-right: 1rem; }

.searchInfo__knowledgegaps {
  padding-top: 15px;
  padding-bottom: 26px;
  font-size: 1rem;
  font-family: 'Foundry Sans W01 Nrml', sans-serif;
  display: inline-block;
  text-align: left;
  font-style: normal; }

.searchSorting-gaps {
  padding-bottom: 11px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 1.3rem;
  font-size: 1rem;
  font-family: 'Foundry Sans W01 Nrml', sans-serif; }

.content__title--kgsearch {
  padding-top: 24px !important; }

.paginginfo {
  font-family: 'Foundry Sans W01 Demi', sans-serif;
  font-size: 20px;
  margin: 1.5em 0 0; }

.searchInfo__knowledgegaps--aside {
  padding-top: 0 !important; }
  .searchInfo__knowledgegaps--aside a {
    margin-top: 0.5em; }

.searchResultList__subtitle {
  font-family: 'Foundry Sans W01 Nrml', sans-serif;
  font-size: 16px;
  display: block;
  margin: 1.5em 0 0; }

.searchResult__metadataWrapper p {
  margin: 0; }

.landingpage {
  font-family: "Foundry Sans W01 Nrml", sans-serif;
  margin-bottom: 6rem; }
  .landingpage h1, .landingpage h2, .landingpage h3 {
    color: #000;
    font-family: "Foundry Sans W01 Demi",sans-serif !important; }
  .landingpage h2 {
    font-size: 2rem; }
  .landingpage h3 {
    font-size: 1.5rem;
    margin-top: 0; }
  .landingpage h4, .landingpage .intervention__item h5, .intervention__item .landingpage h5 {
    font-size: 1.25rem; }
  @media only screen and (max-width: 991px) {
    .landingpage a, .landingpage .blockSection__content a, .landingpage .blockSection__content a[href^="/"] {
      font-size: 1.125rem !important; } }
  .landingpage .content__introduction p {
    font-size: 1.25rem; }
  .landingpage .box__blue {
    background: #D1E1F5;
    padding: 2rem; }
    .landingpage .box__blue h2 {
      padding: 0;
      margin: 0; }
    .landingpage .box__blue p {
      font-size: 1.125rem;
      margin: 10px 0 24px 0; }
    .landingpage .box__blue .landingpagesearch form {
      display: flex;
      justify-items: center;
      align-items: center;
      justify-content: space-between;
      flex-wrap: wrap;
      margin: 0 0 8px 0;
      gap: 15px 0px; }
      @media only screen and (max-width: 991px) {
        .landingpage .box__blue .landingpagesearch form {
          flex-direction: column;
          align-items: start; } }
    .landingpage .box__blue .landingpagesearch__searchbox {
      flex-basis: 72%; }
      @media only screen and (max-width: 991px) {
        .landingpage .box__blue .landingpagesearch__searchbox {
          width: 100%; } }
    .landingpage .box__blue .landingpagesearch__midtext {
      white-space: nowrap;
      flex-basis: 5%; }
      .landingpage .box__blue .landingpagesearch__midtext p {
        padding: 0;
        margin: 0;
        white-space: nowrap;
        color: rgba(0, 0, 0, 0.35);
        font-weight: 700; }
    .landingpage .box__blue .landingpagesearch__linkbtn a {
      margin: 0;
      border: solid 1px #000; }
      @media only screen and (max-width: 991px) {
        .landingpage .box__blue .landingpagesearch__linkbtn a {
          display: inline-block; } }
    .landingpage .box__blue .landingpagesearch .quickSearch__query {
      height: 54px;
      width: 100%; }
    .landingpage .box__blue .landingpagesearch .quickSearch__button {
      height: 52px; }
  .landingpage .box__green {
    background: #E4EEDD;
    padding: 2rem; }
  .landingpage .knowledgegaps__areas {
    margin: 2rem 0; }
    .landingpage .knowledgegaps__areas .flex_container {
      margin-top: 1.5rem; }
    .landingpage .knowledgegaps__areas h3 {
      font-size: 1.5rem; }
  .landingpage .article-teaser p {
    font-size: 1.125rem; }
  .landingpage .belowteaserscontent {
    border: 1px solid #E0E0E0;
    background: #fff;
    margin-top: 2rem;
    padding: 2rem; }
    .landingpage .belowteaserscontent *:not(h2):not(h3) {
      font-size: 1.125rem; }
    .landingpage .belowteaserscontent a {
      font-size: inherit;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      transform: translate(0, 0);
      font-size: 1.125rem; }
      .landingpage .belowteaserscontent a:after {
        content: "";
        font: normal normal normal 16px/1 Icons;
        font-size: .7em;
        font-weight: 600;
        padding-left: 4px;
        margin-left: 0;
        position: relative;
        top: -1px; }
  .landingpage .videoblock .embedd__wrapper {
    position: relative;
    padding-bottom: 35%; }
    @media only screen and (max-width: 991px) {
      .landingpage .videoblock .embedd__wrapper {
        padding-bottom: 55%; } }
    .landingpage .videoblock .embedd__wrapper iframe {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0; }
  .landingpage .videoblock .videoblock__download {
    margin-top: 1.5rem;
    background: #fff;
    display: flex;
    align-items: center;
    padding: 1rem; }
    .landingpage .videoblock .videoblock__download p {
      margin: 0;
      font-size: 1.125rem; }
    .landingpage .videoblock .videoblock__download svg {
      margin-right: 1rem;
      min-width: 30px; }
    .landingpage .videoblock .videoblock__download a {
      font-size: inherit;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      transform: translate(0, 0);
      font-size: 1.125rem;
      margin-left: 10px; }
      .landingpage .videoblock .videoblock__download a:after {
        content: "";
        font: normal normal normal 16px/1 Icons;
        font-size: .7em;
        font-weight: 600;
        padding-left: 4px;
        margin-left: 0;
        position: relative;
        top: -1px; }
  .landingpage .additional_info__blocks {
    display: flex;
    flex-direction: row;
    gap: 2em; }
    @media only screen and (max-width: 991px) {
      .landingpage .additional_info__blocks {
        flex-direction: column; } }
    .landingpage .additional_info__blocks .additional_info__block {
      background: #D1E1F5; }

.blockSection.blockSection__secondary {
  background: #D1E1F5;
  padding: 2rem 1rem 2rem 2rem;
  display: flex;
  align-items: center;
  color: #000;
  text-decoration: none;
  height: 100%;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0); }
  .blockSection.blockSection__secondary h3 {
    font-size: 1.125rem; }
  .blockSection.blockSection__secondary:hover {
    background: #fd0; }
  .blockSection.blockSection__secondary:after {
    display: inline-block;
    font-size: 2.5em !important;
    transform: rotate(270deg) translateX(-3px); }
  .blockSection.blockSection__secondary:after {
    content: "";
    font: normal normal normal 16px/1 Icons;
    font-size: .7em;
    font-weight: 600;
    padding-left: 4px;
    margin-left: 0;
    position: relative;
    top: -1px; }
  .blockSection.blockSection__secondary .blockSection__content.pageReferenceBlock {
    padding-left: 0;
    margin-right: 2rem; }

.lexicon-alphabet {
  padding: 1em;
  overflow: hidden;
  border-bottom: 1px solid #ddd; }

.lexicon-alphabet ul {
  list-style: none;
  margin: 0;
  padding: 0; }

.lexicon-alphabet li {
  float: left;
  font-size: 18px;
  color: #333;
  margin: 0 .8em .25em 0;
  font-family: 'Foundry Sans W01 Demi', sans-serif; }

.lexicon-alphabet li a {
  font-size: 18px !important; }

.lexicon-heading {
  font-size: 250%;
  font-weight: 500;
  border-bottom: 1px solid #ddd;
  padding-bottom: .25em;
  margin-bottom: 0; }

.lexicon-definitions dt {
  font-family: 'Foundry Sans W01 Demi', sans-serif;
  margin-bottom: 1em;
  padding-top: 1em;
  font-size: 21px; }

.lexicon-definitions dd {
  border-bottom: 1px solid #ddd;
  padding-bottom: 1.35em;
  font-size: 24px; }
  .lexicon-definitions dd a.internal-ref {
    font-size: .8em; }

@media only screen and (max-width: 991px) {
  .lexicon-alphabet li {
    height: 25px;
    display: inline-block;
    width: 30px;
    text-align: center; } }

.nav {
  display: none; }

.sub-nav ul {
  list-style: none;
  padding: 0; }

.sub-nav ul.level-1 {
  border-bottom: 1px solid #999; }

.sub-nav li {
  position: relative; }

.submenu__link {
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 15px;
  border-bottom: 1px solid #eee;
  border-width: 1px;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-family: 'Foundry Sans W01 Demi', sans-serif;
  text-decoration: none; }

.submenu__link:hover {
  background-color: rgba(225, 239, 249, 0.4); }

.submenu__link.submenu__link--level-0 {
  border-color: #999 black;
  border-top-style: solid;
  border-top-width: 1px;
  border-bottom-width: 1px;
  background-color: transparent;
  color: #333;
  text-transform: uppercase; }

.submenu__link.plus {
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  display: block; }
  .submenu__link.plus:after {
    content: "";
    font: normal normal normal 16px/1 Icons;
    font-size: .7em;
    font-weight: 600;
    padding-left: 4px;
    margin-left: 0;
    position: relative;
    top: -1px; }

.submenu__link.minus {
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  display: block; }
  .submenu__link.minus:after {
    content: "";
    font: normal normal normal 16px/1 Icons;
    font-size: .7em;
    font-weight: 600;
    padding-left: 4px;
    margin-left: 0;
    position: relative;
    top: -1px; }

.submenu__link.plus::after,
.submenu__link.minus::after {
  position: absolute;
  right: 14px;
  top: 14px;
  font-size: 19px;
  color: #2C4F73; }

.submenu__link.level-1 {
  padding-left: 30px; }

.submenu__link.level-2 {
  padding-left: 60px; }

.submenu__link.level-3 {
  padding-left: 90px; }

.submenu__link.level-4 {
  padding-left: 120px; }

.submenu__link.level-5 {
  padding-left: 150px; }

.submenu__link.level-6 {
  padding-left: 180px; }

.submenu__link.level-7 {
  padding-left: 210px; }

.submenu__link.level-0.minus.is-open {
  border-top: 1px solid #999; }

.submenu__link.aktiv.current {
  background-color: #e1eff9;
  color: #333; }

.submenu__link.level-1.aktiv {
  display: block;
  padding-left: 30px;
  border-bottom-width: 1px;
  border-bottom-color: #e1eff9; }

@media only screen and (max-width: 991px) {
  .sub-nav {
    display: none; } }

#nav a[href^="http"]:after {
  content: none; }

.nav {
  z-index: 300;
  background: #035EAA;
  /*background: linear-gradient(to bottom, $navigation-gradient-start 10%,$navigation-gradient-end 100%);*/
  position: absolute;
  top: 133px;
  left: 0;
  right: 0; }
  .nav ul {
    list-style: none;
    font-size: 100%;
    font-family: "Foundry Sans W01 Demi", sans-serif;
    font-weight: 400;
    /*color:$default-font-color;*/
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.nav-global {
  padding: 0;
  margin: 0;
  width: auto;
  white-space: nowrap;
  margin-left: 20px !important; }
  .nav-global:after {
    content: "";
    display: table;
    clear: both; }

.nav-anchor,
.nav-tools-anchor {
  display: block; }

.nav-anchor--global {
  padding: 0 1.5em 2px 0;
  white-space: nowrap;
  /*box-shadow:-1px 0px 0 $navigation-divider-color-dark;*/
  border-left: 1px solid #003663;
  color: #fff; }

li.nav-expanded .nav-anchor--global {
  color: #0062B6;
  /*background-color:#fff;*/ }
  li.nav-expanded .nav-anchor--global:hover {
    color: #0062B6; }

li.nav-selected .nav-anchor--global {
  background-color: #005197;
  color: #fff; }

.nav-level-0 > li.nav-selected > .nav-expand {
  border-color: #2373b5; }
  .nav-level-0 > li.nav-selected > .nav-expand .icon {
    color: #fff; }

.nav-selected > .nav-anchor--local {
  background-color: #d1e1f5; }

.nav-anchor--first {
  border-left: none;
  padding-left: 0;
  box-shadow: none; }

.nav-anchor--last {
  border-right: none;
  padding-right: 0; }

.nav-level-0 > li {
  border-color: #003663 !important; }
  .nav-level-0 > li > .nav-expand {
    border-color: #003663; }

.nav-level-0 > .nav-expanded {
  background-color: #002E54; }
  .nav-level-0 > .nav-expanded a {
    color: #fff; }

.nav-level-0 > .nav-expanded > .nav-expand {
  border-color: #005CA9; }
  .nav-level-0 > .nav-expanded > .nav-expand .icon {
    color: #fff; }

.nav-anchor--global {
  padding-left: 0; }

.nav-level-0 {
  border-top: 1px solid #003663;
  border-bottom: 1px solid #003663; }

.nav-level-0 .nav-expanded > .nav-anchor {
  background: #035EAA; }
  .nav-level-0 .nav-expanded > .nav-anchor:hover {
    color: #fff !important; }

.nav-level-0 .nav-expanded > .nav-expand {
  background: #002E54; }

.nav-level-0 .nav-anchor:hover {
  color: #fff; }

.nav-level-0 > .nav-expanded .nav-anchor:hover {
  color: none; }

/*.nav-level-1 .nav-anchor:hover { color:#005ca9; }
.nav-level-2 .nav-anchor:hover { color:#005ca9; }
.nav-level-3 .nav-anchor:hover { color:#005ca9; }*/
.nav-level-1 .nav-expanded > .nav-anchor {
  background: #002E54;
  color: #fff; }

.nav-level-1 .nav-expanded > .nav-expand {
  background: #001D35; }

.nav-level-1 .icon {
  /*color:#005ca9 !important;*/ }

.nav-level-2 {
  margin-top: -6px;
  padding: 0;
  margin-bottom: 0;
  padding-bottom: 6px;
  background: #005ca9;
  border-bottom: 1px solid #e2e2e0; }
  .nav-level-2 .nav-anchor {
    padding-left: 1.875em;
    padding-top: 8px;
    padding-bottom: 8px;
    border: 0;
    background: #001D35;
    margin-left: 1em; }

.nav-level-3 {
  margin: 0;
  padding: 0; }
  .nav-level-3 .nav-anchor {
    padding-left: 3.75em;
    font-weight: 400; }

.nav-level-4 {
  margin: 0;
  padding: 0; }
  .nav-level-4 .nav-anchor {
    padding-left: 5.625em; }

.nav-level-1 .nav-expanded > a {
  color: #0062B6;
  border-bottom: 0;
  /*.icon { color:#005ca9; }*/ }

.nav-children ul {
  display: none; }

.nav-expanded > ul {
  display: block !important; }

/* Medium size and narrow screen (tablets etc) */
@media only screen and (max-width: 991px) {
  .nav {
    background-color: #035EAA;
    position: fixed;
    right: 0;
    left: 0;
    top: 102px;
    overflow-y: scroll;
    height: 70vh;
    z-index: 3;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.35);
    display: none;
    padding-top: 30px;
    /*border-top:1px solid $default-border-color;*/ }
  .menu-sticky + .nav {
    top: 0; }
  .nav ul {
    margin-left: 0;
    padding-left: 0; }
  .nav-wrap {
    padding: 0;
    margin: 0;
    max-width: none; }
  .nav-global {
    background-color: #005ca9;
    width: auto; }
  .nav-global li {
    position: relative;
    border-top: 1px solid #005CA9;
    margin: 0;
    padding: 0;
    display: block; }
  .nav-global > li:first-child {
    border-top: none; }
  .nav-expanded {
    background: #fff; }
  .nav--expanded {
    display: block; }
  .nav-selected.nav--expanded > .nav-anchor {
    background-color: #fffad3; }
  .nav-anchor,
  .nav-anchor--global,
  .nav-anchor--local,
  .nav-emphasized .nav-anchor {
    display: block;
    padding-right: 3.53846em;
    border-right: 1px solid rgba(255, 255, 255, 0.15);
    line-height: normal; }
    .nav-anchor:hover,
    .nav-anchor--global:hover,
    .nav-anchor--local:hover,
    .nav-emphasized .nav-anchor:hover {
      color: none; }
  .nav-level-1 .nav-anchor {
    padding-left: 1.25em;
    /*border-left:8px solid $default-border-color;*/ }
  .nav-level-2 {
    padding: 0;
    border: 0;
    margin: 0; }
    .nav-level-2 .nav-anchor {
      /*border-left:16px solid $default-border-color;*/ }
  .nav-level-3 .nav-anchor {
    /*border-left:24px solid $default-border-color;*/ }
  .nav-level-4 .nav-anchor {
    /*border-left:32px solid $default-border-color;*/ }
  .nav-local {
    position: static;
    width: auto;
    border-top: none; }
  .nav-global > .nav-expand {
    border-left: 1px solid #005CA9; }
  .nav-expand {
    border-left: 1px solid #005CA9;
    display: block;
    width: 53px;
    height: 55px;
    overflow: hidden;
    padding: 0;
    margin: 0;
    position: absolute;
    right: 0;
    top: 0;
    white-space: nowrap;
    color: #ccc;
    font-size: 1.3125em;
    text-indent: 53px; }
    .nav-expand .icon {
      position: absolute;
      left: 0;
      color: #fff;
      text-indent: 0;
      text-align: center;
      right: 0;
      line-height: 53px;
      font-size: 1em; }
  .nav-expanded > .nav-expand .icon:before {
    content: ""; }
  .nav .hero__tools {
    display: block;
    position: relative;
    /*background: #2373b5;*/
    width: auto;
    text-align: left;
    margin-bottom: 3em; }
    .nav .hero__tools svg path {
      stroke: #fff !important; }
    .nav .hero__tools .hero__toolsitem {
      display: block; }
      .nav .hero__tools .hero__toolsitem .hero__toolslink {
        color: #fff;
        padding: .5em 20px .5em;
        font-size: .875em; }
  .drop-button .icon {
    background-color: #d4d4d4;
    /* Fallback Color */
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f1f1f1), to(#d4d4d4));
    /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient(top, #f1f1f1, #d4d4d4);
    /* Chrome 10+, Saf5.1+, iOS 5+ */
    background-image: -moz-linear-gradient(top, #f1f1f1, #d4d4d4);
    /* FF3.6 */
    background-image: -ms-linear-gradient(top, #f1f1f1, #d4d4d4);
    /* IE10 */
    background-image: -o-linear-gradient(top, #f1f1f1, #d4d4d4);
    /* Opera 11.10+ */
    background-image: linear-gradient(top, #f1f1f1, #d4d4d4); } }

/* Narrow screen (smart phones etc) */
@media only screen and (max-width: 767px) {
  .nav {
    top: 102px; } }

@media only screen and (max-width: 1180px) {
  .nav-anchor,
  .nav-anchor--global,
  .nav-anchor--local,
  .nav-emphasized .nav-anchor {
    text-shadow: none;
    display: block;
    padding: 1.06667em 1.06667em 1.2em !important;
    padding-right: 3.53846em;
    border-right: 1px solid rgba(255, 255, 255, 0.15);
    text-transform: none;
    line-height: normal;
    white-space: normal;
    border-left: none;
    border-bottom: none;
    text-decoration: none; }
    .nav-anchor:hover,
    .nav-anchor--global:hover,
    .nav-anchor--local:hover,
    .nav-emphasized .nav-anchor:hover {
      text-decoration: underline; }
  .nav-anchor--global {
    padding-left: 0 !important; } }

.subscribe__form {
  max-width: 400px; }

.project__list {
  font-size: 16px;
  padding: 0px;
  margin: 0px;
  list-style: outside none none; }

.project__link {
  display: block;
  transition: background-color 500ms ease 0s;
  color: #0062B6;
  text-decoration: none;
  padding: 20px 0;
  background-color: transparent; }

.project__link:hover {
  background-color: rgba(225, 239, 249, 0.4);
  text-decoration: none; }

.project__list-item {
  border-top: 1px solid #ddd; }

.project__result--header {
  font-size: 18px;
  line-height: 150%;
  margin: 0; }

.project__date {
  font-size: 14px;
  padding: 0 18px 0 0;
  color: #333;
  font-family: 'Foundry Sans W01 Nrml'; }

.project_additionalcontent .blockSection {
  padding: 0;
  color: #000; }
  .project_additionalcontent .blockSection .blockSection__content {
    padding-left: 0; }
    .project_additionalcontent .blockSection .blockSection__content .blockSection__heading {
      display: none; }
    .project_additionalcontent .blockSection .blockSection__content h3 {
      font-size: 18px; }
    .project_additionalcontent .blockSection .blockSection__content ul, .project_additionalcontent .blockSection .blockSection__content ol, .project_additionalcontent .blockSection .blockSection__content p {
      font-size: 16px;
      font-family: 'Foundry Sans W01 Nrml'; }
    .project_additionalcontent .blockSection .blockSection__content ol {
      padding-left: 25px; }

/* Sorting */
/*.projectSorting {
    padding-top: 15px;
    padding-bottom: 11px;
    font-size:16px;
    font-family: 'Foundry Sans W01 Nrml', sans-serif;
}
.projectSorting__label {
    display:inline-block;
}
.projectSorting__option {
    display:inline-block;
    padding-right: 17px;
    padding-left: 17px;
    color: #333;
    text-decoration: none;
    font-family: 'Foundry Sans W01 Nrml';
}
.projectSorting__option--selected {
    font-family: 'Foundry Sans W01 Demi', sans-serif;
}*/
/* #Mixins
================================================== */
.feedback-link-item {
  margin-bottom: 20px;
  margin-top: 20px;
  background-color: #fff; }
  .feedback-link-item a {
    font-weight: 700;
    padding: 7px 0 7px 10px;
    color: #404041;
    width: 100%;
    display: block;
    box-sizing: border-box;
    border: 1px solid #ddd;
    cursor: pointer;
    text-decoration: none;
    position: relative; }
  .feedback-link-item a:after {
    content: "+";
    width: 30px;
    height: 30px;
    background-color: #952a86;
    color: #fff;
    border-radius: 50%;
    position: absolute;
    top: 5px;
    right: 10px;
    font-size: 30px;
    line-height: 28px;
    font-weight: 500;
    text-align: center; }
  .feedback-link-item .required {
    background-color: #f2dede;
    border-color: #ebccd1; }

.feedback-link-item > div {
  display: none; }

.feedback-link-item--open > div {
  display: block;
  overflow: hidden; }

.feedback-link-item--open suggestion-form, .feedback-link-item--open comment-form {
  display: block; }

.feedback-link-item--open a:after {
  content: "−";
  line-height: 30px; }

#feedback .input-validation-error {
  padding: 10px; }

.comment-list {
  list-style-type: none;
  padding-left: 0; }
  .comment-list p {
    font-size: 112.5%; }
  .comment-list li {
    border: solid 1px #f2f2f2;
    border-radius: 3px;
    padding: 10px 55px 10px 10px;
    position: relative;
    margin-bottom: 10px; }
    .comment-list li button:hover {
      text-decoration: underline; }
    .comment-list li:hover {
      box-shadow: inset 0 0 10px #f2f2f2; }
    .comment-list li button.delete {
      position: absolute;
      top: 5px;
      right: 5px;
      background: none;
      border: none;
      font-size: 75%; }
  .comment-list li.new-comment {
    animation: 2s bordering; }
  .comment-list .comment-author {
    font-weight: 700;
    margin-bottom: 0; }
    .comment-list .comment-author span {
      font-size: 87.5%;
      color: #615f5c; }

@media only screen and (max-width: 767px) {
  .comment-list p {
    font-size: 87.5%; } }

@keyframes bordering {
  0% {
    box-shadow: 0px 0px 0px 0px #952a86; }
  50% {
    box-shadow: 0px 0px 0px 7px #952a86; }
  100% {
    box-shadow: 0px 0px 0px 0px #952a86; } }

.pageReferenceBlock {
  font-family: 'Foundry Sans W01 Nrml', sans-serif; }

.pageReferenceBlock__pageintro {
  font-size: 18px; }

.pageReferenceBlock__pagelink {
  display: block; }

.pageReferenceBlock__headingicon {
  max-width: 60px;
  height: auto; }

.pageReferenceBlock__headingicon__topright {
  position: absolute;
  right: 15px;
  top: 15px; }

body.intra-project-process #project-process {
  font-family: 'Foundry Sans W01 Nrml', sans-serif; }
  body.intra-project-process #project-process :target::before {
    content: "";
    display: block;
    height: 145px;
    margin: -145px 0 0; }
  body.intra-project-process #project-process .project-process__intro {
    font-size: 24px; }
  body.intra-project-process #project-process .project-process__search {
    margin: 2em 0;
    display: flex;
    flex-flow: row nowrap;
    position: relative; }
    body.intra-project-process #project-process .project-process__search label {
      position: absolute;
      left: -10000px;
      top: auto;
      width: 1px;
      height: 1px;
      overflow: hidden; }
    body.intra-project-process #project-process .project-process__search input {
      font-size: 24px;
      width: 100%;
      padding: .5em; }
    body.intra-project-process #project-process .project-process__search .quickSearch__button {
      height: 53px; }
    body.intra-project-process #project-process .project-process__search .project-process__match-list {
      display: none;
      position: absolute;
      top: 54px;
      left: 0;
      border: solid 1px #ccc;
      width: 100%;
      background: white;
      z-index: 99; }
      body.intra-project-process #project-process .project-process__search .project-process__match-list ul {
        list-style: none;
        padding: 0 0 0 1em; }
        body.intra-project-process #project-process .project-process__search .project-process__match-list ul a:focus {
          text-decoration: underline; }
        body.intra-project-process #project-process .project-process__search .project-process__match-list ul a::before {
          content: '\2794';
          padding: 0 .6em 0 0; }
  body.intra-project-process #project-process .project-process__image img {
    max-width: 100%;
    height: auto; }
  body.intra-project-process #project-process .project-process__image .project-process__image-caption {
    font-size: 16px;
    font-style: italic; }
  body.intra-project-process #project-process .project-process__section {
    border: solid 1px #ccc;
    padding: 10px;
    margin: 1em 0 0; }
    body.intra-project-process #project-process .project-process__section h2 {
      display: flex;
      align-items: center;
      font-family: 'Foundry Sans W01 Lt', sans-serif;
      margin: 0;
      cursor: pointer;
      position: relative; }
      body.intra-project-process #project-process .project-process__section h2 .section-square {
        display: inline-block;
        width: 1em;
        height: 1em;
        margin: 0 1em 0 0; }
      body.intra-project-process #project-process .project-process__section h2 .icon-angle-right {
        display: inline-block;
        font-weight: bold;
        font-size: .7em;
        position: absolute;
        right: .5em;
        color: #333; }
    body.intra-project-process #project-process .project-process__section h3 {
      font-family: 'Foundry Sans W01 Medium', sans-serif;
      font-size: 20px;
      color: #333; }
    body.intra-project-process #project-process .project-process__section.project-process__section--collapsed .project-process__steps {
      display: none; }
    body.intra-project-process #project-process .project-process__section.project-process__section--collapsed h2 .icon-angle-right {
      transform: rotate(90deg); }
    body.intra-project-process #project-process .project-process__section.project-process__section--expanded .project-process__steps {
      display: block; }
    body.intra-project-process #project-process .project-process__section.project-process__section--expanded h2 .icon-angle-right {
      transform: rotate(-90deg); }
  body.intra-project-process #project-process .project-process__steps {
    padding: 0 0 0 74px; }
  body.intra-project-process #project-process .project-process__step {
    margin: 0 2em 0 0; }
    body.intra-project-process #project-process .project-process__step .icon-angle-right {
      display: inline-block;
      font-weight: bold;
      font-size: 1em; }
    body.intra-project-process #project-process .project-process__step.project-process__step--collapsed .project-process__step-content {
      display: none; }
    body.intra-project-process #project-process .project-process__step.project-process__step--expanded {
      padding: 10px;
      background-color: #f9f9f9;
      border: solid 1px #ededed;
      margin: 0 2em 2em 0; }
      body.intra-project-process #project-process .project-process__step.project-process__step--expanded .icon-angle-right {
        transform: rotate(90deg); }
      body.intra-project-process #project-process .project-process__step.project-process__step--expanded .project-process__step-content {
        display: block; }
    body.intra-project-process #project-process .project-process__step h4, body.intra-project-process #project-process .project-process__step .intervention__item h5, .intervention__item body.intra-project-process #project-process .project-process__step h5 {
      font-family: 'Foundry Sans W01 Medium', sans-serif;
      font-size: 18px;
      color: #333;
      margin: .5em 0;
      cursor: pointer;
      display: flex;
      align-items: center; }
      body.intra-project-process #project-process .project-process__step h4 .heading-text, body.intra-project-process #project-process .project-process__step .intervention__item h5 .heading-text, .intervention__item body.intra-project-process #project-process .project-process__step h5 .heading-text {
        padding: 0 0 0 .5em; }
    body.intra-project-process #project-process .project-process__step .project-process__step-text {
      margin: 1em;
      font-family: 'Foundry Sans W01 Nrml', sans-serif; }
      body.intra-project-process #project-process .project-process__step .project-process__step-text * {
        font-size: 16px !important; }
    body.intra-project-process #project-process .project-process__step .project-process__step-references {
      margin: 1em;
      padding: 10px;
      background-color: #e3eff8;
      border: solid 1px #cee7fc;
      display: flex;
      flex-flow: row wrap; }
      body.intra-project-process #project-process .project-process__step .project-process__step-references h5 {
        font-family: 'Foundry Sans W01 Medium', sans-serif;
        font-size: 16px;
        color: #333;
        margin: 0; }
      body.intra-project-process #project-process .project-process__step .project-process__step-references div {
        width: 50%; }
      body.intra-project-process #project-process .project-process__step .project-process__step-references ul {
        margin: .5em 0;
        padding: 0;
        list-style: none; }
        body.intra-project-process #project-process .project-process__step .project-process__step-references ul a::before {
          content: '\2794';
          padding: 0 .6em 0 0; }

body.intra-project-process .aside {
  position: sticky;
  top: 148px; }

#process-section {
  font-family: 'Foundry Sans W01 Nrml', sans-serif; }
  #process-section h1 {
    display: flex;
    align-items: center;
    margin: 1em 0; }
  #process-section .section-square {
    display: inline-block;
    width: 1em;
    height: 1em;
    margin: 0 1em 0 0; }
  #process-section .icon {
    display: none; }
  #process-section .project-process__step-references {
    padding: 10px;
    background-color: #e3eff8;
    border: solid 1px #cee7fc;
    display: flex;
    flex-flow: row wrap; }
    #process-section .project-process__step-references h5 {
      font-family: 'Foundry Sans W01 Medium', sans-serif;
      font-size: 16px;
      color: #333;
      margin: 0; }
    #process-section .project-process__step-references div {
      width: 50%; }
    #process-section .project-process__step-references ul {
      margin: .5em 0;
      padding: 0;
      list-style: none; }
      #process-section .project-process__step-references ul a::before {
        content: '\2794';
        padding: 0 .6em 0 0; }

/* #Mixins
================================================== */
.project-content__title {
  font-family: 'Foundry Sans W01 Demi', sans-serif;
  color: #000000;
  padding: 50px 0 0 0;
  line-height: 3.5rem;
  text-align: left;
  font-size: 2.5rem; }

.project-page {
  /*    .project_additionalcontent {
        .blockSection {
            .blockSection__content {
                h3 {
                    font-size: 1.5rem;
                    line-height: 1.75rem;
                }

                p, li {
                    color: #000000;
                    font-family: 'Foundry Sans W01 Nrml', sans-serif;
                    font-size: 1.125rem;
                    line-height: 1.625rem;
                }
            }
        }
    }*/ }
  .project-page h1, .project-page h2, .project-page h3 {
    color: #000000;
    font-family: 'Foundry Sans W01 Demi', sans-serif; }
  .project-page h1 {
    font-size: 2.5rem;
    line-height: 2.8125rem; }
  .project-page h2 {
    font-size: 1.5rem;
    line-height: 2.25rem; }
  .project-page h3 {
    margin-top: 0; }
  .project-page .projectSorting {
    font-size: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px;
    font-family: 'Foundry Sans W01 Nrml', sans-serif;
    margin-bottom: 30px;
    margin-top: 10px; }
    @media only screen and (max-width: 991px) {
      .project-page .projectSorting {
        flex-direction: column;
        row-gap: 20px;
        padding: 20px; } }
    .project-page .projectSorting.project-sorting__blue {
      background-color: #D1E1F5; }
    .project-page .projectSorting p, .project-page .projectSorting a {
      margin-bottom: 0; }
    .project-page .projectSorting a.button {
      border: solid 1px #000; }
      .project-page .projectSorting a.button:hover {
        background-color: #ffd800; }
    .project-page .projectSorting .projectSorting__option {
      padding: 0;
      color: #333;
      font-family: 'Foundry Sans W01 Nrml'; }
    .project-page .projectSorting .projectSorting__filter {
      display: flex;
      align-items: center;
      gap: 10px; }
    .project-page .projectSorting .projectSorting__filter a {
      display: flex;
      align-items: center;
      gap: 10px; }
    .project-page .projectSorting .projectSorting__downloadexcel svg {
      vertical-align: middle;
      display: inline-block;
      margin-left: 10px;
      margin-top: -2px; }
  .project-page .project__list-item .project__result {
    display: flex;
    padding: 0 10px 0 10px; }
    @media only screen and (max-width: 991px) {
      .project-page .project__list-item .project__result {
        flex-direction: column; } }
    .project-page .project__list-item .project__result.project__result-withimage {
      gap: 40px; }
      @media only screen and (max-width: 991px) {
        .project-page .project__list-item .project__result.project__result-withimage {
          gap: 10px; } }
  .project-page .project__list-item .project__result-image img {
    height: 100%;
    width: 300px;
    object-fit: contain; }
  .project-page .project__list-item .project__result-text {
    font-family: 'Foundry Sans W01 Nrml', sans-serif; }
    .project-page .project__list-item .project__result-text .project__result--intro {
      font-size: 1.125rem;
      color: #333;
      margin-bottom: 0; }
    .project-page .project__list-item .project__result-text .project__subinfo {
      margin-bottom: 5px; }
      .project-page .project__list-item .project__result-text .project__subinfo .project__date {
        font-size: 1.125rem; }

.search__shortcut {
  font-family: "Foundry Sans W01 Demi",sans-serif;
  font-size: 16px; }

.search__shortcut--img {
  position: relative;
  top: 8px; }

.publication__heading {
  color: #333;
  font-size: 24px; }

.publication__list {
  padding-left: 36px;
  color: #F39200;
  margin-top: 0;
  margin-bottom: 0; }

.publication__metadata {
  margin-left: 10px; }

.publication__metadata-item {
  display: inline-block;
  padding-right: 26px;
  font-family: 'Foundry Sans W01 Nrml', sans-serif;
  font-size: 14px;
  font-weight: normal;
  color: #333;
  margin-bottom: 20px; }

.publication__link {
  display: block;
  padding: 6px 10px 0; }

.publication__link:hover {
  background-color: rgba(235, 244, 251, 0.38); }

.publication__link--more {
  display: inline-block;
  margin-left: 35px; }

.publication__image {
  display: block;
  border: 1px solid #DDD;
  max-width: 100%; }

.export-publications {
  padding-bottom: 11px;
  border-bottom: solid 1px #ddd;
  margin-bottom: 30px; }
  .export-publications .export-publications__selector {
    padding-bottom: 17px; }
    .export-publications .export-publications__selector select {
      font-family: "Foundry Sans W01 Nrml",sans-serif;
      width: 100%;
      padding: 5px;
      font-size: 16px;
      border-radius: 3px;
      border: solid 1px #ccc; }

.links {
  margin-top: 40px;
  width: auto;
  margin-left: -30px; }

.links::after {
  content: "";
  width: 100%;
  display: inline-block; }

.links__item {
  display: inline-block;
  width: 32%;
  vertical-align: top;
  min-height: 210px;
  margin-bottom: 40px;
  padding-left: 30px; }

.links__link {
  display: block;
  border: solid 1px #d1e1f5; }

.links__link:hover {
  background-color: rgba(235, 244, 251, 0.38); }

.links__link[href^="http"] .links__item-text {
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0); }
  .links__link[href^="http"] .links__item-text:after {
    content: "";
    font: normal normal normal 16px/1 Icons;
    font-size: .7em;
    font-weight: 600;
    padding-left: 4px;
    margin-left: 0;
    position: relative;
    top: -1px; }

.links__link[href^="/"] .links__item-text {
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0); }
  .links__link[href^="/"] .links__item-text:after {
    content: "";
    font: normal normal normal 16px/1 Icons;
    font-size: .7em;
    font-weight: 600;
    padding-left: 4px;
    margin-left: 0;
    position: relative;
    top: -1px; }

.links__image {
  max-width: 100%;
  display: block; }

.links__item-text {
  display: inline-block;
  padding: 6px 0 6px 10px;
  background-color: transparent; }
  .links__item-text:hover {
    text-decoration: underline; }

.link__item {
  display: block;
  border: solid 1px #D1E1F5;
  text-decoration: none;
  margin-bottom: 26px; }

.link__item-text-inner:hover {
  text-decoration: underline; }

.link__item[href^="http"] .link__item-text-inner {
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0); }
  .link__item[href^="http"] .link__item-text-inner:after {
    content: "";
    font: normal normal normal 16px/1 Icons;
    font-size: .7em;
    font-weight: 600;
    padding-left: 4px;
    margin-left: 0;
    position: relative;
    top: -1px; }

.link__item[href^="mailto"]:after {
  content: '';
  padding: 0; }

.link__item[href^="/"] .link__item-text-inner, .link__item[href^="mailto"] .link__item-text-inner {
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0); }
  .link__item[href^="/"] .link__item-text-inner:after, .link__item[href^="mailto"] .link__item-text-inner:after {
    content: "";
    font: normal normal normal 16px/1 Icons;
    font-size: .7em;
    font-weight: 600;
    padding-left: 4px;
    margin-left: 0;
    position: relative;
    top: -1px; }

.link__image {
  max-width: 100%;
  display: block; }

.link__item-text {
  padding: 10px 0 12px 10px; }

.links__link[href^="http"]::after,
.link__item[href^="http"]:after {
  content: ''; }

.links__link[href^="http"] .links__item-text .icon-angle-right {
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  text-decoration: none; }
  .links__link[href^="http"] .links__item-text .icon-angle-right:after {
    content: "";
    font: normal normal normal 16px/1 Icons;
    font-size: .7em;
    font-weight: 600;
    padding-left: 4px;
    margin-left: 0;
    position: relative;
    top: -1px; }

a[href^="http"].link__item--noicon::after {
  display: block; }

.link_item-text--nolink {
  color: #333; }

@media only screen and (max-width: 767px) {
  .link__item {
    width: 264px; } }

@media only screen and (max-width: 479px) {
  .publication__list {
    padding-left: 20px; }
    .publication__list li {
      margin-bottom: 20px; }
  .publication__metadata-item {
    margin-bottom: 0; }
  .publication__link--more {
    margin-left: 20px; }
  .publication__heading {
    margin-bottom: 0.25em;
    padding-top: 23px;
    border-top: 1px solid #ddd; }
  .links__item {
    width: 45%; }
  .publication__image {
    display: none; } }

/* #Mixins
================================================== */
.publication__title {
  padding-bottom: 26px;
  border-bottom: 1px solid #eee;
  margin-bottom: 10px; }
  .publication__title h1.content__title {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none; }
  .publication__title p.content__pdfsubtitle {
    font-size: 28px;
    font-family: 'Foundry Sans W01 Nrml', sans-serif;
    margin-top: 10px;
    margin-bottom: 0;
    padding-right: 1em; }
  .publication__title p.content__subtitle {
    font-size: 24px;
    font-family: 'Foundry Sans W01 Lt', sans-serif;
    font-weight: 400;
    color: #666;
    margin-top: 10px;
    margin-bottom: 0;
    padding-right: 1em;
    text-align: left;
    margin-top: 0px; }

.publicationpage {
  position: relative;
  font-family: 'Foundry Sans W01 Nrml', sans-serif; }
  .publicationpage h1 {
    color: #000000;
    font-family: 'Foundry Sans W01 Demi', sans-serif;
    font-size: 2.5rem;
    line-height: 2.8125rem; }
  .publicationpage h2 {
    color: #000000;
    font-family: 'Foundry Sans W01 Demi', sans-serif;
    font-size: 2rem;
    line-height: 2.25rem; }
  .publicationpage h3 {
    color: #000000;
    font-family: 'Foundry Sans W01 Demi', sans-serif;
    font-size: 1.5rem;
    line-height: 1.75rem; }
  .publicationpage h4, .publicationpage .intervention__item h5, .intervention__item .publicationpage h5 {
    color: #000000;
    font-family: 'Foundry Sans W01 Demi', sans-serif;
    font-size: 1.125rem;
    line-height: 1.4375rem; }
  .publicationpage h5 {
    color: #000000;
    font-family: 'Foundry Sans W01 Demi', sans-serif;
    font-size: 1rem;
    line-height: 1.3125rem; }
  .publicationpage p {
    color: #000000;
    font-family: 'Foundry Sans W01 Nrml', sans-serif;
    font-size: 1.125rem;
    line-height: 1.625; }
    .publicationpage p small {
      color: #000000;
      font-size: 1rem;
      line-height: 1.4375rem; }
  .publicationpage .publication__title {
    padding-bottom: 26px;
    margin-bottom: 10px;
    background-color: #D1E1F5; }
    .publicationpage .publication__title h1.content__title {
      padding-bottom: 0;
      margin-bottom: 1.5rem;
      border-bottom: none; }
    .publicationpage .publication__title p.content__subtitle, .publicationpage .publication__title p.content__header-intro {
      color: #000000;
      font-family: 'Foundry Sans W01 Medium', sans-serif;
      font-weight: 500;
      line-height: 1.75rem;
      margin-bottom: 24px; }
    .publicationpage .publication__title h2.content__pdfsubtitle {
      margin-bottom: 16px;
      margin-top: 0px;
      font-size: 1.5rem;
      line-height: 1.75rem; }
    .publicationpage .publication__title p.content__subtitle {
      font-size: 1.40rem; }
    .publicationpage .publication__title p.content__header-intro {
      font-size: 1.25rem; }
  .publicationpage .full-bleed {
    box-shadow: 0 0 0 100vmax #D1E1F5;
    clip-path: inset(0 -100vmax); }
  .publicationpage #publication-content {
    margin-top: 32px;
    color: #000; }
  .publicationpage .content__list {
    font-size: 1.125rem;
    line-height: 1.625rem; }
  .publicationpage .content__introduction {
    color: #000000;
    font-family: 'Foundry Sans W01 Nrml', sans-serif;
    font-size: 1.125rem;
    line-height: 1.625rem; }
  .publicationpage .blockSection {
    margin-top: 48px;
    padding-top: 16px;
    padding-bottom: 16px; }
  .publicationpage .blockSection--variantGreen {
    color: #000000;
    background-color: #E4EEDD;
    margin-bottom: 24px; }
    .publicationpage .blockSection--variantGreen h2, .publicationpage .blockSection--variantGreen h3 {
      color: #333; }
    .publicationpage .blockSection--variantGreen padding {
      margin: 0; }
  .publicationpage .blockSection--variantGray {
    background-color: #EEEEEE;
    margin-bottom: 24px; }
    .publicationpage .blockSection--variantGray h2, .publicationpage .blockSection--variantGray h3 {
      color: #333; }
  .publicationpage .blockSection__content {
    padding-left: 32px;
    padding-right: 32px; }
    .publicationpage .blockSection__content p {
      margin: 0; }
    .publicationpage .blockSection__content a {
      margin-top: 8px;
      font-size: 1.125rem !important; }
  .publicationpage .blockSection__publicationpage {
    margin-top: 48px; }
    .publicationpage .blockSection__publicationpage .blockSection {
      margin-top: 8px;
      margin-bottom: 8px;
      padding-top: 40px;
      padding-bottom: 40px; }
    .publicationpage .blockSection__publicationpage h2 {
      font-size: 1.5rem;
      line-height: 1.5rem;
      margin-bottom: 0px; }
    .publicationpage .blockSection__publicationpage h3 {
      margin-top: 16px;
      margin-bottom: 8px;
      font-size: 1.125rem;
      line-height: 1.625rem; }
    .publicationpage .blockSection__publicationpage ul, .publicationpage .blockSection__publicationpage ol {
      margin: 18px 0 0 0;
      padding: 0;
      font-size: 1.125rem;
      line-height: 1.625rem; }
    .publicationpage .blockSection__publicationpage ol {
      padding-left: 50px; }
    .publicationpage .blockSection__publicationpage li::before {
      color: #000000 !important; }
  .publicationpage .blockSection__heading {
    margin-top: 0px; }
  .publicationpage .topSummary {
    position: relative;
    margin-top: 40px;
    padding: 38px 111px 48px 32px;
    border-radius: 8px;
    overflow: hidden; }
    .publicationpage .topSummary h3 {
      margin-bottom: 22px; }
    .publicationpage .topSummary h4, .publicationpage .topSummary .intervention__item h5, .intervention__item .publicationpage .topSummary h5 {
      margin-bottom: 8px; }
    .publicationpage .topSummary li {
      color: #000000;
      font-size: 1.125rem; }
  @media only screen and (max-width: 767px) {
    .publicationpage .topSummary {
      padding-right: 45px; } }
  .publicationpage .topSummary:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    border-width: 0 111px 85px 0;
    border-style: solid;
    display: block;
    width: 0; }
  .publicationpage .topSummary__yellow {
    background-color: #FFF8CD; }
  .publicationpage .topSummary__yellow:before {
    border-color: #EEE7BC #fff; }
  .publicationpage .topSummary__gray {
    background-color: #EEEEEE; }
  .publicationpage .topSummary__gray:before {
    border-color: #DDDDDD #fff; }
  @media only screen and (max-width: 767px) {
    .publicationpage .topSummary:before {
      border-width: 0 40px 40px 0; } }
  .publicationpage .button--download {
    position: relative;
    background-image: url(/static/images/download.png);
    background-repeat: no-repeat;
    background-size: 14px;
    background-position: 90%;
    padding-left: 14px;
    margin-bottom: 0; }
  .publicationpage .popup {
    margin-top: 40px;
    padding-top: 24px;
    padding-bottom: 24px;
    padding-left: 32px;
    border: 1px solid #C5C5C5;
    background-color: #FFFFFF; }
    .publicationpage .popup p {
      margin-bottom: 0; }
    .publicationpage .popup button {
      border-style: none;
      background: none;
      color: #005CA9; }
    .publicationpage .popup button:hover {
      color: #000000; }
    .publicationpage .popup .close {
      font-size: 1.125rem !important;
      font-size: inherit;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      transform: translate(0, 0); }
      .publicationpage .popup .close:after {
        content: "";
        font: normal normal normal 16px/1 Icons;
        font-size: .7em;
        font-weight: 600;
        padding-left: 4px;
        margin-left: 0;
        position: relative;
        top: -1px; }
    .publicationpage .popup .close::after {
      padding-left: 8px; }
    .publicationpage .popup .link {
      margin-top: 10px;
      font-size: 1.125rem;
      line-height: 1.625rem; }
  .publicationpage .moreonthesubject .flex-container {
    display: flex;
    justify-content: space-between;
    align-items: center; }
  .publicationpage .moreonthesubject a {
    text-decoration: none; }
  .publicationpage .moreonthesubject h3 {
    margin-top: 0px;
    margin-bottom: 0px; }
  .publicationpage .moreonthesubject .link {
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    padding-right: 28px; }
    .publicationpage .moreonthesubject .link:after {
      content: "";
      font: normal normal normal 16px/1 Icons;
      font-size: .7em;
      font-weight: 600;
      padding-left: 4px;
      margin-left: 0;
      position: relative;
      top: -1px; }
  .publicationpage .moreonthesubject .link::after {
    font-size: 2.5rem; }

.publication_info_top {
  margin-bottom: 40px;
  position: relative; }
  .publication_info_top .publication_info__sep_right {
    padding-right: 32px; }
  .publication_info_top .publication_info__sep_left {
    padding-left: 32px; }
  @media only screen and (max-width: 767px) {
    .publication_info_top .publication_info__sep_right {
      margin-bottom: 10px; }
    .publication_info_top .publication_info__sep_left {
      padding-left: 0; } }
  .publication_info_top .publication_info__child {
    color: #000000;
    font-family: 'Foundry Sans W01 Nrml', sans-serif;
    font-size: 1.125rem;
    font-weight: 500;
    line-height: 1rem; }
    .publication_info_top .publication_info__child span.publication-type {
      white-space: nowrap; }
    .publication_info_top .publication_info__child button {
      font-family: 'Foundry Sans W01 Demi', sans-serif;
      color: #005CA9;
      border-style: none;
      background: none;
      font-size: inherit;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      transform: translate(0, 0); }
      .publication_info_top .publication_info__child button:after {
        content: "";
        font: normal normal normal 16px/1 Icons;
        font-size: .7em;
        font-weight: 600;
        padding-left: 4px;
        margin-left: 0;
        position: relative;
        top: -1px; }
    .publication_info_top .publication_info__child button:hover {
      color: #000000; }
    .publication_info_top .publication_info__child button::after {
      font-size: 1.875rem;
      padding-left: 8px;
      vertical-align: middle; }
  .publication_info_top .publicationTools__share {
    padding-top: 0px; }
    .publication_info_top .publicationTools__share .share__list .share__list-item {
      vertical-align: middle; }

.publicationtype_expand {
  visibility: hidden;
  background-color: #EEEEEE;
  padding-top: 16px;
  padding-left: 16px;
  padding-right: 16px;
  border-radius: 2px;
  position: absolute;
  z-index: 10;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.15);
  width: 90%;
  bottom: -110px; }
  .publicationtype_expand h3 {
    margin-top: 0; }
  .publicationtype_expand button {
    font-family: 'Foundry Sans W01 Demi', sans-serif;
    color: #005CA9;
    border-style: none;
    background: none;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0); }
    .publicationtype_expand button:after {
      content: "";
      font: normal normal normal 16px/1 Icons;
      font-size: .7em;
      font-weight: 600;
      padding-left: 4px;
      margin-left: 0;
      position: relative;
      top: -1px; }
  .publicationtype_expand button:hover {
    color: #000000; }
  .publicationtype_expand button::after {
    padding-left: 8px; }

@media only screen and (max-width: 767px) {
  .publicationtype_expand {
    bottom: -300px; }
    .publicationtype_expand button {
      padding-bottom: 20px; } }

.publication_info_aside {
  font-family: 'Foundry Sans W01 Nrml', sans-serif;
  font-size: 1rem;
  background-color: #EEEEEE;
  margin-top: 32px;
  padding-left: 16px;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  display: grid;
  grid-template-columns: 1fr 1fr;
  overflow-wrap: break-word; }
  .publication_info_aside .grid_span_2 {
    grid-column-start: span 2; }
  .publication_info_aside .similar__link {
    padding-top: 0px; }

#publication-content a[href^="/"] {
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0); }
  #publication-content a[href^="/"]:after {
    content: "";
    font: normal normal normal 16px/1 Icons;
    font-size: .7em;
    font-weight: 600;
    padding-left: 4px;
    margin-left: 0;
    position: relative;
    top: -1px; }

.findOnPage {
  margin-bottom: 10px;
  margin-left: 20px;
  padding-right: 21px;
  padding-left: 21px;
  float: right;
  border-left: 4px solid #0062b6;
  max-width: 29%;
  background-color: white; }

.findOnPage__heading {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 6px;
  font-family: 'Foundry Sans W01 Lt', sans-serif;
  color: #333;
  font-size: 1.875rem; }

.findOnPage__links {
  list-style: none;
  padding: 0;
  margin: 0; }

.findOnPage__links a {
  transition: color 500ms ease 0s;
  color: #0062B6;
  text-decoration: none;
  font-family: 'Foundry Sans W01 Demi', sans-serif;
  display: block;
  padding-top: 6px;
  padding-bottom: 6px;
  line-height: 125%; }
  .findOnPage__links a:hover {
    text-decoration: underline;
    transition-property: opacity;
    color: #333; }

.findOnPage_aside {
  margin-bottom: 32px;
  padding-right: 20%;
  padding-left: 13px;
  border-left: 3px solid #DFF1FF;
  background-color: white; }

.publicationpage #findonpage_aside_main .findOnPage_aside .findOnPage_aside__heading {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 6px;
  font-size: 1.5rem;
  line-height: 1.75rem; }

.findOnPage_aside__links {
  list-style: none;
  padding: 0;
  margin: 0; }

.findOnPage_aside__links a {
  transition: color 500ms ease 0s;
  color: #0062B6;
  text-decoration: none;
  font-family: 'Foundry Sans W01 Demi', sans-serif;
  display: block;
  padding-top: 6px;
  padding-bottom: 6px;
  line-height: 1.125rem;
  font-size: 1.125rem;
  font-weight: 500; }
  .findOnPage_aside__links a:hover {
    text-decoration: underline;
    transition-property: opacity;
    color: #333; }

@media only screen and (max-width: 479px) {
  .publication__title p.content__header-intro {
    font-size: 1rem !important; }
  .publication__title p.content__pdfsubtitle {
    font-size: 1rem !important; }
  .findOnPage {
    display: none; } }

.only_mobile {
  display: none; }

.only_desktop {
  display: unset; }

@media only screen and (max-width: 767px) {
  .only_mobile {
    display: unset; }
  .only_desktop {
    display: none; }
  .findOnPage_aside {
    border-left: 0;
    padding-left: 0;
    margin-top: 12px;
    margin-bottom: 12px; }
  .margin_top {
    margin-top: 32px; }
  .line_thick_blue {
    color: #DFF1FF;
    border-top: 3px;
    border-bottom: 0;
    border-style: solid; }
  .line_thin_gray {
    color: #C5C5C5;
    border-top: 1px;
    border-bottom: 0;
    border-style: solid; } }

@media only screen and (max-width: 320px) {
  .publicationTools {
    text-align: center; }
  .publicationTools__readtime {
    margin-top: 10px; } }

.flarp {
  position: fixed;
  top: 0;
  z-index: 1;
  display: block;
  width: auto;
  background-color: #eee;
  font-family: 'Foundry Sans W01 Demi', sans-serif;
  font-size: 1rem;
  transform: translate(0px, -60px);
  transition: transform 500ms;
  border-left: 1px solid #ccc; }

.flarp--wayOutWest {
  left: -9999px; }

.flarp__share {
  float: left;
  border-bottom: solid 1px #ccc;
  padding-top: 1px; }

.flarp__findOnPage {
  padding-top: 0px;
  padding-bottom: 0px;
  border-bottom: 1px solid #fd0;
  background-color: #fd0;
  display: block;
  float: right; }

.flarp__arrow {
  font-size: 1em;
  font-weight: bold; }

.flarp__dropToggle {
  padding: 10px 40px 7px 20px;
  cursor: pointer; }

.flarp__dropdown {
  list-style: none;
  padding: 0;
  margin: 0;
  background-color: #eee;
  border: 1px solid #ddd;
  display: none;
  min-width: 100%;
  padding: 5px 20px;
  position: absolute; }

.flarp__dropdown a {
  transition: color 500ms ease 0s;
  color: #0062B6;
  text-decoration: none;
  font-family: 'Foundry Sans W01 Demi', sans-serif;
  color: #333;
  display: block;
  padding: 5px 0;
  white-space: nowrap; }
  .flarp__dropdown a:hover {
    text-decoration: underline;
    transition-property: opacity;
    color: #333; }

@media only screen and (max-width: 767px) {
  .flarp {
    display: none; } }

.toplink {
  position: fixed;
  right: 20px;
  bottom: 20px;
  opacity: 0.95;
  transition: opacity 1000ms ease;
  color: #333;
  text-align: center;
  text-decoration: none;
  z-index: 4; }

.toplink__image {
  border: 4px solid white;
  border-radius: 50%;
  background-color: white;
  width: 51px;
  height: 51px; }

.toplink__text {
  margin-top: 5px;
  padding: 0 2px;
  background-color: white;
  font-size: 0.75rem;
  line-height: 125%;
  font-family: 'Foundry Sans W01 Demi', sans-serif; }

.download__cover {
  position: relative;
  overflow-x: hidden;
  overflow-y: hidden;
  height: 110px;
  margin-top: -42px;
  padding-top: 16px;
  text-align: center; }

.download__coverImage {
  border: 1px solid #ddd;
  -webkit-transform: rotate(-15deg);
  -ms-transform: rotate(-15deg);
  transform: rotate(-15deg); }

.download__info {
  color: #333;
  font-family: "Foundry Sans W01 Nrml",sans-serif;
  font-size: 100%;
  padding-top: 19px;
  position: relative; }
  .download__info a {
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0); }
    .download__info a:after {
      content: "";
      font: normal normal normal 16px/1 Icons;
      font-size: .7em;
      font-weight: 600;
      padding-left: 4px;
      margin-left: 0;
      position: relative;
      top: -1px; }

.download__publicationType {
  font-family: "Foundry Sans W01 Demi",sans-serif;
  text-transform: uppercase; }

.download__data {
  font-family: "Foundry Sans W01 Nrml",sans-serif;
  margin-top: 1em; }

.download__dataHeader {
  font-family: "Foundry Sans W01 Demi",sans-serif;
  font-weight: normal;
  padding-right: 1em;
  text-align: left;
  /*word-break:break-all;*/ }

.download__dataField {
  white-space: nowrap;
  vertical-align: bottom;
  padding-right: 1em; }

.download__errata {
  text-decoration: none; }

.button--download {
  background-image: url(/static/images/download.png);
  background-repeat: no-repeat;
  background-size: 12px;
  background-position: 31px 50%;
  padding-left: 57px;
  margin-bottom: 0; }

.button--downloadsummary {
  margin-top: 13px; }

.attachments {
  overflow-x: hidden;
  overflow-y: hidden;
  padding-right: 8px;
  padding-left: 18px;
  border: 1px solid #ddd;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  font-size: 0.8125rem;
  display: none; }

.volume__header {
  padding-top: 11px;
  padding-bottom: 6px;
  font-family: 'Foundry Sans W01 Demi', sans-serif;
  font-size: 0.875rem; }

.volume__list {
  margin-top: 9px;
  padding-bottom: 14px;
  font-family: 'Foundry Sans W01 Demi', sans-serif;
  font-size: 0.8125rem;
  margin-left: 0;
  padding-left: 0;
  list-style: none;
  margin-bottom: 0; }

.volume__list--link {
  display: block;
  padding-top: 14px;
  padding-bottom: 14px;
  padding-left: 38px;
  border-top: 1px solid #ddd;
  background-image: url(/static/images/pdficon_large.png);
  background-position: 0px 9px;
  background-repeat: no-repeat;
  text-decoration: none; }

.publication__reader.publication__reader--mobile {
  display: none; }

@media only screen and (max-width: 767px) {
  .button--download {
    padding-left: 45px;
    background-position: 19px 50%; }
  .download__cover {
    margin-top: 0; } }

@media only screen and (max-width: 479px) {
  .publication__reader.publication__reader--mobile {
    display: block;
    margin-top: 16px; } }

.similar__heading {
  padding-top: 13px;
  padding-bottom: 13px;
  border-top: 1px solid #ddd;
  background-image: none;
  background-position: 0% 0%;
  background-size: auto auto;
  background-repeat: repeat;
  background-attachment: scroll;
  font-size: 1.3125rem;
  margin-top: 20px;
  margin-bottom: 0;
  font-family: "Foundry Sans W01 Demi",sans-serif;
  line-height: 1.875rem;
  font-weight: 400;
  color: #333; }

.similar__list {
  border-top: 1px solid #ddd;
  padding-left: 0px;
  list-style: outside none none;
  margin-top: 0; }

.similar__item a[href^="/"] {
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  font-size: 1rem; }
  .similar__item a[href^="/"]:after {
    content: "";
    font: normal normal normal 16px/1 Icons;
    font-size: .7em;
    font-weight: 600;
    padding-left: 4px;
    margin-left: 0;
    position: relative;
    top: -1px; }

.similar__item a[href^="http"] {
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0); }
  .similar__item a[href^="http"]:after {
    content: "";
    font: normal normal normal 16px/1 Icons;
    font-size: .7em;
    font-weight: 600;
    padding-left: 4px;
    margin-left: 0;
    position: relative;
    top: -1px; }

.similar__link {
  display: inline-block;
  padding-top: 10px;
  padding-bottom: 10px; }

.icon-angle-right--correction {
  font-size: 0.625rem;
  font-weight: 600;
  padding-left: 6px;
  position: relative;
  top: -1px !important; }

.publication_page_disclaimer {
  background-color: #ffffcb;
  border: 1px solid #999;
  font-family: "Foundry Sans W01 Medium",sans-serif;
  display: flex;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  transform: translateY(24px); }
  .publication_page_disclaimer p {
    margin: 0px;
    font-size: 1.125rem;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1.125rem;
    padding-right: 10px; }
  .publication_page_disclaimer .icon-exclamation--disclaimer {
    font-size: 1.875rem;
    position: unset;
    left: 0px;
    margin-right: 16px;
    margin-left: 16px; }

.disclaimer {
  margin-top: 9px;
  padding: 16px 24px 0 57px;
  border: 1px solid #ccc;
  border-radius: 3px;
  font-family: "Foundry Sans W01 Nrml",sans-serif;
  font-size: 100%;
  position: relative; }

.disclaimer p {
  font-size: 100%; }

.icon-exclamation--disclaimer {
  position: absolute;
  left: 24px;
  font-size: 1.375rem; }

.disclaimer a {
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0); }
  .disclaimer a:after {
    content: "";
    font: normal normal normal 16px/1 Icons;
    font-size: .7em;
    font-weight: 600;
    padding-left: 4px;
    margin-left: 0;
    position: relative;
    top: -1px; }

.publication-teasers {
  margin-top: 20px; }

.publicationFacts {
  margin-top: 46px;
  margin-right: 148px;
  padding: 24px;
  border: 1px solid #C5C5C5;
  font-family: 'Foundry Sans W01 Nrml', sans-serif; }
  .publicationFacts h2 {
    margin-top: .5em; }
  .publicationFacts h3 {
    font-size: 1.5rem; }
  .publicationFacts h4, .publicationFacts .intervention__item h5, .intervention__item .publicationFacts h5 {
    font-size: 1.125rem; }
  .publicationFacts p, .publicationFacts ol, .publicationFacts ul {
    font-size: 1.125rem;
    line-height: 150%;
    margin-bottom: 15px; }
  .publicationFacts a[href^="/"] {
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0); }
    .publicationFacts a[href^="/"]:after {
      content: "";
      font: normal normal normal 16px/1 Icons;
      font-size: .7em;
      font-weight: 600;
      padding-left: 4px;
      margin-left: 0;
      position: relative;
      top: -1px; }

.keywords {
  display: none; }

.keywords__heading {
  padding-top: 13px;
  padding-bottom: 13px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  background-image: none;
  background-position: 0% 0%;
  background-size: auto auto;
  background-repeat: repeat;
  background-attachment: scroll;
  font-size: 1.3125rem;
  margin-top: 20px;
  margin-bottom: 1em;
  font-family: "Foundry Sans W01 Demi",sans-serif;
  line-height: 1.875rem;
  font-weight: 400;
  color: #333; }

@media only screen and (max-width: 991px) {
  .publication__title p.content__subtitle {
    font-size: 1.375rem; }
  .publication__title p.content__pdfsubtitle {
    font-size: 1.375rem; }
  .publicationFacts {
    margin-right: 0; }
  .publicationFacts h3 {
    font-size: 1.125rem; } }

a.simple-address {
  display: block; }

a.simple-address[href^="http"]:after {
  content: none; }

.publication_search_page {
  margin-bottom: 87px; }
  .publication_search_page h1 {
    color: #000000;
    font-family: 'Foundry Sans W01 Demi', sans-serif;
    font-size: 2.5rem;
    line-height: 2.8125rem; }
  .publication_search_page h2 {
    color: #000000;
    font-family: 'Foundry Sans W01 Demi', sans-serif;
    font-size: 1.5rem;
    line-height: 1.75rem; }
  .publication_search_page h3 {
    color: #000000;
    font-family: 'Foundry Sans W01 Demi', sans-serif;
    font-size: 1.125rem;
    line-height: 1.4375rem; }
  .publication_search_page h4, .publication_search_page .intervention__item h5, .intervention__item .publication_search_page h5 {
    color: #000000;
    font-family: 'Foundry Sans W01 Demi', sans-serif;
    font-size: 1rem;
    line-height: 1.3125rem; }
  .publication_search_page .content__subtitle {
    font-family: 'Foundry Sans W01 Medium', sans-serif;
    font-size: 1.25rem;
    line-height: 1.75rem; }
    .publication_search_page .content__subtitle a[href^="/"] {
      font-size: inherit;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      transform: translate(0, 0); }
      .publication_search_page .content__subtitle a[href^="/"]:after {
        content: "";
        font: normal normal normal 16px/1 Icons;
        font-size: .7em;
        font-weight: 600;
        padding-left: 4px;
        margin-left: 0;
        position: relative;
        top: -1px; }
    .publication_search_page .content__subtitle a[href^="http"] {
      font-size: inherit;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      transform: translate(0, 0); }
      .publication_search_page .content__subtitle a[href^="http"]:after {
        content: "";
        font: normal normal normal 16px/1 Icons;
        font-size: .7em;
        font-weight: 600;
        padding-left: 4px;
        margin-left: 0;
        position: relative;
        top: -1px; }
  .publication_search_page p {
    font-family: 'Foundry Sans W01 Nrml', sans-serif;
    font-size: 1.125rem;
    line-height: 1.625rem; }
  .publication_search_page small {
    font-family: 'Foundry Sans W01 Nrml', sans-serif;
    font-size: 1rem;
    line-height: 1.4375rem; }
  .publication_search_page .bold {
    font-family: 'Foundry Sans W01 Bd', sans-serif; }
  .publication_search_page .button {
    font-size: 1.125rem !important;
    border-radius: 0;
    word-wrap: anywhere;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0); }
    .publication_search_page .button:after {
      content: "";
      font: normal normal normal 16px/1 Icons;
      font-size: .7em;
      font-weight: 600;
      padding-left: 4px;
      margin-left: 0;
      position: relative;
      top: -1px; }
  .publication_search_page .button::after {
    display: inline-block;
    font-weight: unset;
    font-size: 2em;
    transform: rotate(270deg) translateX(-3px); }
  .publication_search_page .button__blue {
    background: #d1e1f5;
    color: #0062B6; }
  .publication_search_page .button__blue:hover {
    background: #fd0;
    color: #0062B6; }
  .publication_search_page .flex_container {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap; }
    .publication_search_page .flex_container a {
      flex: 1 1 0px;
      font-weight: bold;
      text-align: center;
      border-left: solid;
      border-top: solid;
      border-bottom: solid;
      border-width: 1px;
      padding: 0.4em;
      background-color: white;
      border-color: #0062B6; }
    .publication_search_page .flex_container a:last-child {
      border-right: solid;
      border-width: 1px; }
  .publication_search_page .category-flex {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem 3rem; }
  .publication_search_page .flex_container__90 {
    display: flex;
    align-items: center;
    width: 90%; }
  .publication_search_page .arrow-down {
    width: 0;
    height: 0;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-top: 15px solid #d1e1f5;
    margin-left: 45%; }
  .publication_search_page .category_links {
    background-color: #d1e1f5;
    padding: 1em; }
  .publication_search_page .anchor_offset {
    display: block;
    position: relative;
    visibility: hidden;
    height: 0;
    margin: 0px;
    top: -96px; }
  .publication_search_page .category_list a {
    font-family: 'Foundry Sans W01 Medium', sans-serif;
    font-size: 1.125rem;
    line-height: 1.5rem;
    word-wrap: break-word;
    padding-right: 5px; }
  .publication_search_page .category_list a[href^="/"] {
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0); }
    .publication_search_page .category_list a[href^="/"]:after {
      content: "";
      font: normal normal normal 16px/1 Icons;
      font-size: .7em;
      font-weight: 600;
      padding-left: 4px;
      margin-left: 0;
      position: relative;
      top: -1px; }
  .publication_search_page .category_list a[href^="http"] {
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0); }
    .publication_search_page .category_list a[href^="http"]:after {
      content: "";
      font: normal normal normal 16px/1 Icons;
      font-size: .7em;
      font-weight: 600;
      padding-left: 4px;
      margin-left: 0;
      position: relative;
      top: -1px; }
  @media only screen and (max-width: 767px) {
    .publication_search_page .categories_grid {
      display: grid;
      grid-template-columns: repeat(6, 1fr); }
      .publication_search_page .categories_grid a {
        border-bottom: none;
        height: 12vw;
        min-height: 40px;
        font-size: 1.5rem !important;
        line-height: 8vw; }
      .publication_search_page .categories_grid a:nth-child(6n) {
        border-right: solid;
        border-width: 1px; }
      .publication_search_page .categories_grid a:last-child {
        border-right: solid;
        border-width: 1px; }
      .publication_search_page .categories_grid a:nth-child(n+24) {
        border-bottom: solid;
        border-width: 1px; }
    .publication_search_page .category-flex {
      gap: 1rem 1rem; } }

a[href^="http"].project__link--feed::after {
  content: "";
  display: none; }

.project__link--feed .project__result--header:after {
  content: "\E008";
  display: inline-block;
  font: normal normal normal 16px/1 Icons;
  font-size: .7em;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  margin-left: .3em;
  text-decoration: none; }

.mobile-only,
.searchInfo__knowledgegaps-link-mobile {
  display: none; }

/* Heading */
.search-page--heading {
  background-color: #EEEEEE;
  padding: 0 0 20px 20px; }

.search-page--heading.full-bleed {
  box-shadow: 0 0 0 100vmax #EEEEEE;
  clip-path: inset(0 -100vmax); }

.content__title--search {
  color: #333;
  font-size: 2rem;
  margin-bottom: 0;
  padding-bottom: 24px;
  padding-top: 37px;
  font-family: 'Foundry Sans W01 Demi', sans-serif; }
  .content__title--search em, .content__title--search strong {
    background-color: #fd0;
    padding: 0 5px; }

.search-searchpage {
  padding-left: 0;
  margin: 0; }

.search-searchpage > form > div > .quickSearch__query {
  font-family: 'Foundry Sans W01 Nrml';
  width: 100%; }

.searchTitle__hits {
  font-family: 'Foundry Sans W01 Demi', sans-serif;
  font-style: normal; }

.searchTitle__query {
  font-family: 'Foundry Sans W01 Demi', sans-serif;
  font-weight: normal; }

.searchInfo__knowledgegaps-link {
  font-size: 1rem;
  font-family: 'Foundry Sans W01 Demi', sans-serif;
  text-align: left;
  height: 48px;
  z-index: -1;
  margin-top: 23px;
  display: inline-block; }
  .searchInfo__knowledgegaps-link a {
    line-height: 48px; }
  .searchInfo__knowledgegaps-link a[href^="/"] {
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    margin-left: 4px; }
    .searchInfo__knowledgegaps-link a[href^="/"]:after {
      content: "";
      font: normal normal normal 16px/1 Icons;
      font-size: .7em;
      font-weight: 600;
      padding-left: 4px;
      margin-left: 0;
      position: relative;
      top: -1px; }

.search-sections--fieldset {
  margin-top: 1.5rem; }

.search-sections--heading {
  font-family: 'Foundry Sans W01 Demi';
  font-size: 0.875rem;
  text-transform: uppercase;
  color: #000;
  margin-bottom: 0.75rem; }

.search-sections--ul {
  list-style-type: none;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 0;
  margin: 0; }
  .search-sections--ul button {
    font-size: 1rem;
    font-family: 'Foundry Sans W01 Demi';
    margin: 0 16px 16px 0;
    background-color: #fff;
    border: 2px solid #0062B6;
    border-radius: 2px;
    color: #0062B6;
    cursor: pointer;
    min-height: 40px; }
    .search-sections--ul button span {
      padding: 6px 16px;
      display: block; }
    .search-sections--ul button:hover, .search-sections--ul button:focus {
      background-color: #D1E1F5;
      color: #0062B6;
      text-decoration: underline; }
  .search-sections--ul .search-sections--li button[aria-pressed="true"] {
    background-color: #0062B6;
    color: #fff; }

.searchInfo__bestbets {
  margin-bottom: 40px;
  border-top: solid 2px #D1E1F5 !important; }
  .searchInfo__bestbets .searchResult--grouped {
    padding: 20px 0 !important;
    border-bottom: solid 2px #D1E1F5 !important; }

.searchInfo__options {
  position: relative; }
  .searchInfo__options .button-wrapper {
    display: inline-block; }
  .searchInfo__options .searchInfo__toclassicview {
    padding-top: 15px;
    padding-bottom: 11px;
    font-size: 1rem;
    font-family: 'Foundry Sans W01 Nrml', sans-serif;
    display: block;
    text-align: left; }
    .searchInfo__options .searchInfo__toclassicview a.button {
      position: absolute;
      font-style: normal;
      font-family: 'Foundry Sans W01 Nrml', sans-serif;
      width: 80%; }
    .searchInfo__options .searchInfo__toclassicview a.button:hover {
      text-decoration: underline;
      background: #fd0; }
    .searchInfo__options .searchInfo__toclassicview a.button::after {
      content: ' ';
      width: 0;
      height: 0;
      border-top: 26px solid transparent;
      border-bottom: 26px solid transparent;
      border-left: 26px solid #fd0;
      position: absolute;
      top: 0;
      right: -25px; }
  .searchInfo__options .searchInfo__toclassicview a.button {
    position: absolute;
    top: 0;
    right: 26px; }
  .searchInfo__options .searchInfo__knowledgegaps-buttonized a.button {
    position: absolute;
    top: 70px;
    right: 26px; }
  .searchInfo__options .searchInfo__sections {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    font-family: 'Foundry Sans W01 Nrml', sans-serif;
    margin-left: 20px;
    border-bottom: 1px solid #000; }
  .searchInfo__options .searchInfo__categories {
    max-width: 200px;
    min-width: 75px;
    text-align: center; }
    .searchInfo__options .searchInfo__categories a, .searchInfo__options .searchInfo__categories p {
      font-family: 'Foundry Sans W01 Nrml', sans-serif;
      font-size: 1rem;
      color: #000; }
    .searchInfo__options .searchInfo__categories a {
      text-decoration: underline;
      padding-left: 10px; }
    .searchInfo__options .searchInfo__categories p {
      text-decoration: none;
      font-weight: bold;
      display: contents; }
    .searchInfo__options .searchInfo__categories .arrow-down {
      width: 0;
      height: 0;
      border-left: 7px solid transparent;
      border-right: 7px solid transparent;
      border-top: 10px solid #000;
      margin-left: 43%;
      transform: translateY(12px); }
    .searchInfo__options .searchInfo__categories .underline {
      width: 100%;
      height: 0;
      border-bottom: 2px solid #000;
      transform: translateY(12px); }

.searchInfo__options--buttonized {
  min-height: 140px; }

.searchSorting__label {
  display: inline-block; }

.searchSorting__option {
  display: inline-block;
  padding-right: 17px;
  padding-left: 17px;
  color: #333;
  text-decoration: none;
  font-family: 'Foundry Sans W01 Nrml'; }

.searchSorting__option--selected {
  font-family: 'Foundry Sans W01 Demi', sans-serif; }

.searchSorting--cont {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 48px 0 20px 20px; }
  .searchSorting--cont p, .searchSorting--cont label {
    font-size: 1.125rem;
    font-family: 'Foundry Sans W01 Nrml', sans-serif;
    margin: 0;
    padding: 0; }
  .searchSorting--cont .searchSorting--div {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .searchSorting--cont .searchSorting--div label {
      padding-left: 20px;
      font-size: 1.063rem; }
    .searchSorting--cont .searchSorting--div input[type=radio] {
      border: 0px;
      width: 1.6em;
      height: 1.6em;
      vertical-align: middle; }

/* Result */
.searchResultList {
  padding: 0;
  margin: 0;
  list-style: none; }

.searchResult {
  padding: 18px 48px 30px 32px;
  background-color: #EEEEEE;
  margin: 20px; }

.searchResult:first-child {
  margin-top: 0; }

.searchResult--bestBet {
  background-color: #E4EEDD !important; }

.searchResult .search_page_disclaimer {
  background-color: #ffffcb;
  border: 1px solid #999;
  font-family: "Foundry Sans W01 Medium",sans-serif;
  padding-top: 10px;
  padding-bottom: 10px;
  margin: 10px 0 0 0;
  display: flex;
  align-items: center; }
  .searchResult .search_page_disclaimer .icon-exclamation--disclaimer {
    font-size: 1.875rem;
    line-height: 140%;
    position: unset;
    margin-right: 16px;
    margin-left: 16px; }
  .searchResult .search_page_disclaimer p.disclaimer-info {
    margin: 0;
    padding-right: 1rem;
    font-size: 1rem; }

.searchResult__header {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 1.5rem; }
  .searchResult__header a[href^="http"] {
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0); }
    .searchResult__header a[href^="http"]:after {
      content: "";
      font: normal normal normal 16px/1 Icons;
      font-size: .7em;
      font-weight: 600;
      padding-left: 4px;
      margin-left: 0;
      position: relative;
      top: -1px; }
    .searchResult__header a[href^="http"]:after {
      display: inline-block;
      margin-left: 4px; }

.searchResult__link {
  display: block;
  margin-bottom: -11px;
  padding-top: 0px;
  padding-bottom: 0px;
  text-decoration: none; }
  .searchResult__link.pdf {
    background-image: url("/static/images/file-pdf.svg");
    padding-left: 42px;
    background-position: 0 0;
    background-repeat: no-repeat; }
  .searchResult__link.file {
    background-image: url("/static/images/document_empty.png");
    padding-left: 42px;
    background-position: 0 0;
    background-repeat: no-repeat; }
    .searchResult__link.file.pdf {
      background-image: url("/static/images/file-pdf.svg"); }
    .searchResult__link.file.xls, .searchResult__link.file.xlsx {
      background-image: url("/static/images/excel.png"); }
    .searchResult__link.file.doc, .searchResult__link.file.docx {
      background-image: url("/static/images/word.png"); }
    .searchResult__link.file.ppt, .searchResult__link.file.pptx {
      background-image: url("/static/images/powerpoint.png"); }

.searchResult__link[href^="http"]::after {
  content: '';
  display: block; }

.searchResult__metadataWrapper {
  padding-top: 18px;
  padding-bottom: 18px; }

.searchResult__metadata {
  display: inline-block;
  padding-right: 26px;
  font-family: 'Foundry Sans W01 Nrml', sans-serif;
  font-size: 0.875rem;
  font-weight: normal; }

.searchResult__metadata--large {
  font-size: 1rem; }

.searchResult__metadata--readingspeed {
  padding-left: 0; }

.searchResult__metadata--filename {
  padding-top: 0;
  font-weight: 600; }

.searchResult__summary {
  margin-top: -12px;
  margin-bottom: 0px;
  font-family: 'Foundry Sans W01 Nrml', sans-serif;
  font-size: 1rem; }

.searchResult__summary::after {
  content: '...'; }

.searchResult--recommendation {
  margin-top: 36px;
  margin-right: 34px;
  margin-bottom: 36px;
  padding: 0 17px;
  border-left: 4px solid #0062b6; }

.searchResult__recommendationLabel {
  font-family: 'Foundry Sans W01 Demi', sans-serif;
  font-size: 0.875rem;
  line-height: 150%;
  display: block; }

.searchResult__header--recommendation {
  font-size: 1rem;
  line-height: 150%; }

.searchResult__link--recommendation {
  padding-top: 0px;
  padding-bottom: 0px;
  margin-bottom: 0; }

.searchResult__summary--recommendation {
  margin-top: 0; }

.search-item-word {
  font-weight: bold; }

/* Pagination */
.pagination {
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: center; }

.pagination__link {
  display: inline-block;
  margin-right: 4px;
  margin-left: 4px; }

.pagination__link--active,
button.pagination__link--active {
  border: 1px solid #ccc;
  background-color: white;
  color: #333; }

.pagination__link--active:hover {
  background-color: white; }

.pagination__link--disabled,
button.pagination__link[disabled]:not(.pagination__link--active) {
  opacity: 0.5; }

.pagination__bigListing {
  display: inline-block;
  margin: 0 auto;
  text-align: center; }

/* Type of media filter (page/pdf) */
.typefilter .typefilter__button {
  display: inline-block;
  text-align: center;
  width: 100%;
  box-sizing: border-box; }

.typefilter .typefilter__button--active {
  background-color: #fff;
  border: 1px solid #ccc; }

/* Facetts */
.aside {
  padding-left: 0;
  padding-top: 0;
  margin-top: 58px; }

.filtering-facetts {
  margin: 0; }

.facett,
.facett-category {
  margin-top: 17px;
  padding-left: 16px;
  padding-right: 16px;
  background-color: #D1E1F5; }

.facett__header,
.facett__optionsHeader,
.facett__removeOptions {
  font-size: 1.125rem;
  font-weight: bold; }

.excel-export {
  padding: 10px 16px 10px 19px;
  background-color: #FFDD00;
  border: none;
  border-radius: 2px;
  font-family: 'Foundry Sans W01 Demi', sans-serif;
  font-size: 1rem;
  width: 100%; }
  .excel-export:hover {
    background-color: #D1E1F5; }

.facett__header-btn {
  background-color: transparent;
  background-image: url("/static/images/chevron-down.svg");
  background-repeat: no-repeat;
  background-position: 95%;
  border: none;
  width: 100%;
  text-align: left;
  padding: 0; }
  .facett__header-btn ~ .facett__content {
    display: none; }

.facett__header-btn[aria-expanded="true"] {
  background-image: url("/static/images/chevron-up.svg"); }
  .facett__header-btn[aria-expanded="true"] ~ .facett__content {
    display: block; }
  .facett__header-btn[aria-expanded="true"] ~ .facett__publication-types {
    padding-bottom: 25px; }

.facett__header {
  display: block;
  font-family: 'Foundry Sans W01 Demi', sans-serif;
  color: #035EAA;
  cursor: pointer;
  margin-bottom: 0px;
  margin-top: 0;
  padding: 12px 0;
  text-decoration: underline; }

.facett__optionsHeader {
  color: #000000;
  padding-top: 12px;
  margin-bottom: 0px; }

.facett__list,
.facett__optionsList,
.facett__category-ul {
  margin: 0;
  list-style: none;
  word-break: break-word; }

.facett__list {
  padding: 3px 0 3px 3px; }

.facett__optionsList,
.facett__category-ul {
  padding: 3px 0 25px 3px; }

.facett__category-div {
  padding-bottom: 25px; }

.facett__category-ul,
.mobile__category-ul {
  max-height: 20rem;
  overflow-y: auto;
  scrollbar-width: thin;
  /*Fade in/out when scroll:*/
  --scrollbar-width: 20px;
  --mask-height: 32px;
  padding: 25px 10px 10px 3px;
  --mask-image-content: linear-gradient( to bottom, transparent, black var(--mask-height), black calc(100% - var(--mask-height)), transparent );
  --mask-size-content: calc(100% - var(--scrollbar-width)) 100%;
  --mask-image-scrollbar: linear-gradient(black, black);
  --mask-size-scrollbar: var(--scrollbar-width) 100%;
  -webkit-mask-image: var(--mask-image-content), var(--mask-image-scrollbar);
  -webkit-mask-size: var(--mask-size-content), var(--mask-size-scrollbar);
  -webkit-mask-position: 0 0, 100% 0;
  -webkit-mask-repeat: no-repeat, no-repeat;
  mask-image: var(--mask-image-content), var(--mask-image-scrollbar);
  mask-size: var(--mask-size-content), var(--mask-size-scrollbar);
  mask-position: 0 0, 100% 0;
  mask-repeat: no-repeat, no-repeat; }

/*Scroll-styling .facett__category-ul*/
.facett__category-ul::-webkit-scrollbar,
.mobile__category-ul::-webkit-scrollbar {
  border-radius: 6px;
  width: 20px;
  background-color: #F9FBFE; }

.facett__category-ul::-webkit-scrollbar-thumb,
.mobile__category-ul::-webkit-scrollbar-thumb {
  border-radius: 100px;
  background-color: rgba(0, 0, 0, 0.28);
  height: 50px;
  border: 4px solid #F9FBFE; }

/*End of scroll styling*/
.facett__link {
  color: black;
  font-family: 'Foundry Sans W01 Nrml';
  font-size: 1.063rem; }

.facett__li .facett__checkbox {
  grid-area: check; }

.facett__li .facett__link {
  grid-area: text;
  padding: 0 16px 0 0; }

.facett__li label {
  display: grid;
  grid-template-columns: 40px auto;
  grid-template-rows: auto;
  grid-template-areas: "check text"; }

.facett__link:hover {
  text-decoration: underline;
  cursor: pointer; }

.facett__checkbox, label {
  line-height: 23px; }

.facett__checkbox {
  height: 24px;
  width: 24px;
  margin-right: 10px;
  vertical-align: bottom; }

.facett__checkbox:hover {
  cursor: pointer; }

.facett__show-btn {
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: 93%; }

.facett__show-p {
  display: block;
  padding-right: 80px;
  font-family: 'Foundry Sans W01 Demi', sans-serif;
  color: #0062B6;
  font-size: 1rem;
  margin: 0;
  text-decoration: underline; }

a.publications__link {
  padding-top: 14px;
  text-decoration: underline;
  color: #0062B6;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0); }
  a.publications__link:after {
    content: "";
    font: normal normal normal 16px/1 Icons;
    font-size: .7em;
    font-weight: 600;
    padding-left: 4px;
    margin-left: 0;
    position: relative;
    top: -1px; }
  a.publications__link:after {
    display: inline-block;
    margin-left: 4px; }

label {
  margin-bottom: 12px; }

label.webarchive {
  padding: 10px 16px 10px 19px;
  background-color: #ffffcb;
  border: 1px solid #999;
  height: auto;
  margin: 0;
  font-family: 'Foundry Sans W01 Nrml', sans-serif;
  font-size: 1.0625rem;
  display: grid;
  grid-template-columns: 40px auto;
  grid-template-areas: "check text"; }
  label.webarchive .facett__checkbox {
    grid-area: check; }

.facett__filterSearch .filter__input {
  border: 1px solid #979797;
  width: 90%;
  height: 40px;
  font-family: 'Foundry Sans W01 Nrml';
  padding: 14px 16px 14px 16px;
  margin-bottom: 16px;
  background-repeat: no-repeat;
  background-position: 93%; }

.disabled {
  pointer-events: none;
  cursor: default;
  color: #5E5E5E; }
  .disabled .facett__link {
    color: #5E5E5E; }

.facett__options {
  background-color: #EEEEEE; }

.facett__optionsItem {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  background-color: #D4D4D4;
  min-height: 40px;
  border-radius: 2px;
  color: black;
  font-family: 'Foundry Sans W01 Nrml';
  font-size: 1.063rem;
  padding: 12px;
  margin-top: 12px; }

.facett__optionsButton {
  height: 1em;
  width: 1em;
  border: none;
  background: url("/static/images/close-x.svg") no-repeat center; }

.facett__removeOptions {
  display: block;
  padding: 0 0 32px 0;
  font-family: "Foundry Sans W01 Medium",sans-serif;
  color: #035EAA;
  text-decoration: underline;
  cursor: pointer;
  letter-spacing: 0;
  width: 110px; }

[data-filter-count]::after {
  content: " (" attr(data-filter-count) ")"; }

.search__filter--hidden {
  display: none; }

.grid-col-6--publicationYearsTo {
  text-align: right; }
  .grid-col-6--publicationYearsTo label {
    text-align: left; }

.grid-col-6__publicationYearsToWrapper {
  float: right; }

.filter-order {
  margin: -10px 0 30px 0;
  overflow: hidden; }
  .filter-order .form-radio {
    float: left; }
    .filter-order .form-radio.left {
      width: 90px; }

.content__main--searchresult {
  margin-top: 20px; }

.searchresult__headingwrapper {
  margin-bottom: 30px;
  position: relative; }

.searchresult__headinginfo {
  position: absolute;
  bottom: -22px;
  right: 0;
  font-size: 0.813rem;
  font-family: 'Foundry Sans W01 Nrml', sans-serif;
  color: #666; }

.searchResultList--grouped {
  margin-top: 2.5em;
  margin-bottom: 0; }

.searchResult--grouped {
  padding: 0 10px 1em;
  border: none; }
  .searchResult--grouped h2 {
    font-size: 1rem;
    line-height: normal; }
    .searchResult--grouped h2 .searchResult__link {
      margin-bottom: 0;
      font-family: 'Foundry Sans W01 Nrml', sans-serif;
      font-weight: bold; }
  .searchResult--grouped p {
    font-size: 0.875rem; }
  .searchResult--grouped .searchResult__metadataWrapper {
    padding-top: 3px; }
  .searchResult--grouped .searchResult__metadata {
    font-size: 0.75rem;
    font-style: italic; }
  .searchResult--grouped .icon-clock--small:before {
    font-size: 0.875rem;
    margin-right: 3px; }

.searchResult--grouped:nth-child(even) {
  background: transparent; }

.searchresult__morehits {
  display: block;
  padding: 0 10px;
  font-size: 0.875rem;
  margin-bottom: 1em;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0); }
  .searchresult__morehits:after {
    content: "";
    font: normal normal normal 16px/1 Icons;
    font-size: .7em;
    font-weight: 600;
    padding-left: 4px;
    margin-left: 0;
    position: relative;
    top: -1px; }

.searchresult__heading {
  padding: 16px 0 2px 26px;
  background: #d1e1f5;
  position: relative;
  min-height: 108px;
  box-sizing: border-box;
  color: #000; }
  .searchresult__heading h2 {
    color: #000;
    font-size: 1.313rem;
    font-family: 'Foundry Sans W01 Nrml', sans-serif;
    margin: 0; }
  .searchresult__heading p {
    font-size: 0.938rem;
    font-family: 'Foundry Sans W01 Nrml', sans-serif;
    margin-top: -3px; }

.searchresult__heading::after {
  content: ' ';
  width: 0;
  height: 0;
  border-left: 0px solid transparent;
  border-right: 30px solid transparent;
  border-top: 30px solid #d1e1f5;
  position: absolute;
  bottom: -30px;
  left: 0; }

.other-actors .other-actors__heading {
  color: #000;
  font-size: 1.313rem;
  font-family: 'Foundry Sans W01 Bd', sans-serif; }

.other-actors .searchresult__heading {
  background: #fff;
  color: #000;
  border: solid 1px #d1e1f5; }
  .other-actors .searchresult__heading h2 {
    color: #000; }

.other-actors .searchresult__heading::after {
  border-left: 0px solid transparent;
  border-right: 30px solid transparent;
  border-top: 30px solid #d1e1f5;
  position: absolute;
  bottom: -30px;
  left: -1px;
  z-index: 82; }

.other-actors .searchresult__heading::before {
  content: ' ';
  width: 0;
  height: 0;
  border-left: 0px solid transparent;
  border-right: 29px solid transparent;
  border-top: 30px solid #fff;
  position: absolute;
  bottom: -28px;
  left: 0px;
  z-index: 93; }

@media only screen and (max-width: 767px) {
  .desktop-only {
    display: none; }
  .mobile-only,
  .searchInfo__knowledgegaps-link-mobile {
    display: block; }
  .content__title--search {
    font-size: 2rem;
    line-height: 40px;
    margin: 0;
    padding-top: 27px; }
  .search-searchpage {
    padding: 0;
    margin: 0;
    width: 100% !important; }
    .search-searchpage .quickSearch__button {
      height: 54px;
      margin-left: -57px;
      width: 56px;
      background-size: 24px 24px; }
  .search-searchpage > form > div > .quickSearch__query {
    height: 56px;
    width: 100%;
    font-size: 1.125rem; }
  .search-sections--heading {
    padding-top: 1.5rem; }
  .search--show-moreBtn {
    width: 100%;
    height: 48px;
    background-color: #D4D4D4;
    box-shadow: 0 0 0 100vmax #D4D4D4;
    clip-path: inset(0 -100vmax);
    border: none;
    color: #0062B6; }
    .search--show-moreBtn span {
      padding-right: 0.5rem;
      font-size: 1.125rem;
      font-family: 'Foundry Sans W01 Demi', sans-serif;
      text-decoration: underline 1px #0062B6; }
  .relative {
    position: relative; }
  .webarchive.mobile-webarchive {
    margin-top: 16px;
    padding: 8px; }
  .searchInfo__knowledgegaps-link {
    line-height: 48px;
    text-align: left;
    padding-left: 16px;
    background-color: #EEEEEE;
    margin-bottom: 3rem; }
  .searchInfo__knowledgegaps-link a {
    position: relative;
    padding-left: 0; }
  .searchMobile__container {
    width: 100%;
    background: #D1E1F5;
    margin: 32px auto;
    padding: 20px; }
  .dropdown-container {
    position: relative;
    display: block;
    text-align: left; }
  .filter-btn {
    text-align: center; }
    .filter-btn .dropdown-container > .drop-btn {
      width: 100%;
      border: 1px solid #0062B6;
      margin-top: 24px;
      margin-bottom: -3px;
      border-radius: 4px;
      background: url("/static/images/filter-pin.svg") center left 20px no-repeat, url("/static/images/chevron-down-bl.svg") center right 20px no-repeat;
      background-color: #fff;
      font-family: 'Foundry Sans W01 Demi';
      font-size: 1rem;
      text-align: left;
      padding: 8px 40px 8px 50px; }
      .filter-btn .dropdown-container > .drop-btn[aria-expanded="true"] {
        background: url("/static/images/filter-pin.svg") center left 20px no-repeat, url("/static/images/chevron-up-bl.svg") center right 20px no-repeat;
        background-color: #fff;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0; }
        .filter-btn .dropdown-container > .drop-btn[aria-expanded="true"] ~ .dropdown-ul {
          display: block; }
  .mobile__header {
    display: flex;
    color: #FFFFFF;
    border: none;
    width: 100%;
    padding: 0;
    text-align: left;
    font-family: 'Foundry Sans W01 Demi', sans-serif;
    font-size: 1rem;
    background: transparent url("/static/images/chevron-down-white.svg") no-repeat center right 20px; }
  .mobile__header[aria-expanded="true"] {
    background: #00427B url("/static/images/chevron-up-white.svg") no-repeat center right 20px; }
  .mobile-header__text {
    flex-grow: 1;
    margin: 0 20px;
    padding: 16px 0 15px 0;
    border-bottom: 1px solid #00427B; }
  .searchMobile__section-content {
    visibility: hidden;
    height: 0;
    background-color: #033057; }
  .mobile__header[aria-expanded="true"] ~ .searchMobile__section-content {
    visibility: visible;
    height: auto; }
  .mobile__header[aria-expanded="true"] ~ .section-content__categories {
    padding: 16px; }
  ul.dropdown-ul {
    background-color: #0062B6;
    padding: 0;
    margin-top: 2px;
    display: block;
    position: absolute;
    width: 100%;
    border: 1px solid transparent;
    border-radius: 0 0 4px 4px;
    z-index: 2;
    display: none; }
    ul.dropdown-ul p, ul.dropdown-ul a {
      display: block;
      padding: 16px 0 15px 0;
      line-height: 16px;
      font-size: 1rem;
      color: #FFFFFF;
      font-family: 'Foundry Sans W01 Nrml', sans-serif;
      margin: 0; }
      ul.dropdown-ul p span, ul.dropdown-ul a span {
        font-family: 'Foundry Sans W01 Demi', sans-serif; }
    ul.dropdown-ul p {
      background-image: url("/static/images/check.svg");
      background-repeat: no-repeat;
      background-position: 99%; }
    ul.dropdown-ul .border-bottom {
      margin: 0 20px;
      border-bottom: 1px solid #00427B; }
    ul.dropdown-ul li:not(.mobile__facett-li) {
      list-style: none; }
    ul.dropdown-ul li:last-child:not(.mobile__facett-li) {
      margin-bottom: 20px; }
    ul.dropdown-ul li:first-child {
      margin-top: 1px; }
  .mobileFacett__img {
    filter: brightness(0) invert(1);
    float: right; }
  .mobile__show-link .mobile__show-text {
    text-decoration: underline 1px white;
    padding-right: 0.5rem; }
  .mobile__show-link .mobileFacett__img {
    float: none; }
  ul.mobile__facett-ul {
    background-color: #033057;
    padding: 24px 22px;
    margin: 0; }
    ul.mobile__facett-ul > li {
      padding: 5px 20px 5px 0; }
    ul.mobile__facett-ul > li > label {
      font-family: 'Foundry Sans W01 Nrml', sans-serif;
      color: #fff;
      font-size: 1.063rem; }
  .mobile__filterSearch {
    padding: 20px; }
    .mobile__filterSearch .mobile__filter-input {
      width: 70vw;
      height: 40px;
      border: none;
      padding-left: 16px;
      font-size: 1.063rem;
      font-family: 'Foundry Sans W01 Nrml', sans-serif;
      background-repeat: no-repeat;
      background-position: 90%;
      background-size: 16px;
      background-image: url("/static/images/filter-pin.svg"); }
  ul.mobile__category-ul > li.mobile__show-more {
    padding-bottom: 27px; }
  ul.mobile__category-ul > li.mobile__show-more > a {
    font-family: 'Foundry Sans W01 Demi', sans-serif;
    margin-left: 0;
    text-decoration: underline; }
  .facett__optionsList {
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 20px;
    grid-row-gap: 7px;
    align-items: center; }
  .facett__optionsItem {
    margin: 0 7px 0 0;
    min-width: 37vw;
    background-color: #0062B6;
    border: 1px solid #0062B6;
    border-radius: 2px;
    font-size: 0.938rem;
    color: #fff;
    font-family: "Foundry Sans W01 Medium", sans-serif; }
  .facett__optionsButton {
    background: url("/static/images/close-x-white.svg") no-repeat center; }
  .searchMobile__radio-cont .radio-p {
    font-size: 0.875rem;
    font-family: 'Foundry Sans W01 Demi', sans-serif;
    text-transform: uppercase; }
  .searchMobile__radio-input {
    display: flex;
    justify-content: flex-start;
    padding-left: 8px; }
  .searchMobile__radio-input > label {
    font-size: 1.063rem;
    font-family: 'Foundry Sans W01 Nrml', sans-serif; }
  .searchMobile__radio-input > label > input[type="radio"] {
    height: 25px;
    width: 25px;
    vertical-align: top; }
  .searchMobile__radio-input > label {
    padding-right: 10px; }
  .searchResult {
    margin: 30px 0 24px 0; }
  .searchResult > .searchResult__header > .searchResult__link {
    font-size: 1.5rem !important;
    line-height: 28px; }
  .searchResult__metadata {
    font-size: 1rem;
    padding: 0; }
  .searchResult__metadata:not(:last-child):after {
    content: "";
    box-sizing: border-box;
    border: 1px solid #B5B5B5;
    margin: 0 8px; }
  .searchResult__summary {
    font-size: 1.125rem; }
  .searchInfo__knowledgegaps-link-mobile {
    height: 3rem;
    margin-bottom: 2rem;
    padding-left: 1rem;
    background-color: #EEEEEE; }
    .searchInfo__knowledgegaps-link-mobile a {
      line-height: 3rem; }
    .searchInfo__knowledgegaps-link-mobile a[href^="/"] {
      font-size: inherit;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      transform: translate(0, 0); }
      .searchInfo__knowledgegaps-link-mobile a[href^="/"]:after {
        content: "";
        font: normal normal normal 16px/1 Icons;
        font-size: .7em;
        font-weight: 600;
        padding-left: 4px;
        margin-left: 0;
        position: relative;
        top: -1px; } }

.quickSearch {
  display: inline-block;
  margin: 23px 23px 0 0;
  max-width: 1280px;
  width: 100%; }

.quickSearch__query {
  border: 1px solid #555656;
  border-radius: 3px;
  box-shadow: 0 0 6px 0 white;
  display: block;
  float: left;
  font-size: 18px;
  font-weight: 400;
  height: 48px;
  line-height: 100%;
  margin-bottom: 0;
  padding: 12px 68px 12px 18px;
  width: 95%; }

.quickSearch__button {
  background-color: #fd0;
  background-image: url(/static/images/1429709401_11_Search.svg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 20px auto;
  border: 0;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  color: transparent;
  height: 46px;
  margin-left: -51px;
  margin-top: 1px;
  transition: background-color 500ms ease 0s;
  width: 50px; }

body.intra .quickSearch__button {
  background-color: #952a86;
  background-image: url(/static/images/1429709401_11_Search_white.svg); }

.quickSearch__button:hover {
  background-color: #D1E1F5; }

@media only screen and (max-width: 1180px) {
  .quickSearch, .searchInfo__knowledgegaps-link {
    margin-top: 9px; } }

@media only screen and (max-width: 991px) {
  .quickSearch__query {
    width: 99%; } }

@media only screen and (max-width: 767px) {
  .quickSearch {
    margin-top: 8px; }
  .quickSearch__query {
    height: 39px;
    line-height: 39px; }
  .quickSearch__button {
    height: 37px;
    background-size: 16px; } }

@media only screen and (max-width: 479px) {
  .quickSearch {
    margin-top: 45px; }
  .quickSearch__query {
    width: 90%;
    height: 34px;
    padding: 8px 47px 8px 8px;
    font-size: 13px;
    line-height: 34px; }
  .quickSearch__button {
    width: 39px;
    height: 32px;
    margin-left: -40px; } }

/*! jQuery UI - v1.11.4 - 2015-06-03
* http://jqueryui.com
* Includes: core.css, slider.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Trebuchet%20MS%2CTahoma%2CVerdana%2CArial%2Csans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=f6a828&bgTextureHeader=gloss_wave&bgImgOpacityHeader=35&borderColorHeader=e78f08&fcHeader=ffffff&iconColorHeader=ffffff&bgColorContent=eeeeee&bgTextureContent=highlight_soft&bgImgOpacityContent=100&borderColorContent=dddddd&fcContent=333333&iconColorContent=222222&bgColorDefault=f6f6f6&bgTextureDefault=glass&bgImgOpacityDefault=100&borderColorDefault=cccccc&fcDefault=1c94c4&iconColorDefault=ef8c08&bgColorHover=fdf5ce&bgTextureHover=glass&bgImgOpacityHover=100&borderColorHover=fbcb09&fcHover=c77405&iconColorHover=ef8c08&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=fbd850&fcActive=eb8f00&iconColorActive=ef8c08&bgColorHighlight=ffe45c&bgTextureHighlight=highlight_soft&bgImgOpacityHighlight=75&borderColorHighlight=fed22f&fcHighlight=363636&iconColorHighlight=228ef1&bgColorError=b81900&bgTextureError=diagonals_thick&bgImgOpacityError=18&borderColorError=cd0a0a&fcError=ffffff&iconColorError=ffd27a&bgColorOverlay=666666&bgTextureOverlay=diagonals_thick&bgImgOpacityOverlay=20&opacityOverlay=50&bgColorShadow=000000&bgTextureShadow=flat&bgImgOpacityShadow=10&opacityShadow=20&thicknessShadow=5px&offsetTopShadow=-5px&offsetLeftShadow=-5px&cornerRadiusShadow=5px
* Copyright 2015 jQuery Foundation and other contributors; Licensed MIT */
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
  display: none; }

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none; }

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse; }

.ui-helper-clearfix:after {
  clear: both; }

.ui-helper-clearfix {
  min-height: 0;
  /* support: IE7 */ }

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
  /* support: IE8 */ }

/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important; }

/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.ui-slider {
  position: relative;
  text-align: left; }

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
  -ms-touch-action: none;
  touch-action: none;
  background-color: #0062b6;
  height: 14px;
  width: 14px;
  border-radius: 7px; }

.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: solid 1px #e1e1e1;
  background-color: #d7d7d7; }

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
  filter: inherit; }

.ui-slider-horizontal {
  height: 4px;
  border: solid 1px #e1e1e1;
  background-color: #d7d7d7;
  margin: 10px 0;
  width: 94%; }

.ui-slider-horizontal .ui-slider-handle {
  top: -.3em; }

.ui-slider-horizontal .ui-slider-handle:focus {
  outline: none; }

.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 4px; }

.ui-slider-horizontal .ui-slider-range-min {
  left: 0; }

.ui-slider-horizontal .ui-slider-range-max {
  right: 0; }

.ui-slider-vertical {
  width: .8em;
  height: 100px; }

.ui-slider-vertical .ui-slider-handle {
  left: -.3em;
  margin-left: 0;
  margin-bottom: -.6em; }

.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%; }

.ui-slider-vertical .ui-slider-range-min {
  bottom: 0; }

.ui-slider-vertical .ui-slider-range-max {
  top: 0; }

/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 4px; }

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 4px; }

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 4px; }

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 4px; }

/* Overlays */
.ui-widget-overlay {
  background: #666666 url("images/ui-bg_diagonals-thick_20_666666_40x40.png") 50% 50% repeat;
  opacity: .5;
  filter: Alpha(Opacity=50);
  /* support: IE8 */ }

.ui-widget-shadow {
  margin: -5px 0 0 -5px;
  padding: 5px;
  background: #000000 url("images/ui-bg_flat_10_000000_40x100.png") 50% 50% repeat-x;
  opacity: .2;
  filter: Alpha(Opacity=20);
  /* support: IE8 */
  border-radius: 5px; }

@media only screen and (max-width: 767px) {
  .ui-slider-horizontal {
    width: 98.5%; } }

@media only screen and (max-width: 479px) {
  .ui-slider-horizontal {
    width: 97%; } }

:root {
  --height: 55px;
  --width: 300px;
  --padding: 20px;
  --line-color: black;
  --box-shadow: inset 0px 0px 0px 2px;
  --bg-color: #EEEEEE;
  --lvl1-color: #136DBC;
  --lvl2-color: #0062B6;
  --lvl3-color: #004D91;
  --lvl4-color: #003A6D;
  --lvl5-color: #002748;
  --lvl6-color: #001D36; }

.template-tree ul button:hover,
.template-tree ul button:active,
.template-tree ul button:focus {
  outline-offset: 2px;
  outline: 3px solid #035EAA; }

.template-tree ul button[aria-expanded="false"] ~ ul {
  display: none; }

.template-tree ul button[aria-expanded="true"] .icon:before {
  content: ""; }

.template-tree ul button.details-btn {
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0); }
  .template-tree ul button.details-btn:after {
    content: "";
    font: normal normal normal 16px/1 Icons;
    font-size: .7em;
    font-weight: 600;
    padding-left: 4px;
    margin-left: 0;
    position: relative;
    top: -1px; }
  .template-tree ul button.details-btn:after {
    display: inline-block;
    margin-left: 4px;
    font-size: 1rem;
    padding-left: 1rem; }

.template-tree ul li {
  list-style: none; }
  .template-tree ul li .level2 > li > button {
    background-color: var(--lvl2-color); }
  .template-tree ul li .level3 > li > button,
  .template-tree ul li .level3 > li > p {
    background-color: var(--lvl3-color); }
  .template-tree ul li .level4 > li > button,
  .template-tree ul li .level4 > li > p {
    background-color: var(--lvl4-color); }
  .template-tree ul li .level5 > li > button,
  .template-tree ul li .level5 > li > p {
    background-color: var(--lvl5-color); }
  .template-tree ul li .level6 > li > button,
  .template-tree ul li .level6 > li > p {
    background-color: var(--lvl6-color); }

.template-tree ul p, .template-tree ul button {
  font-family: 'Foundry Sans W01 Demi', sans-serif;
  text-align: left; }

.template-tree ul button {
  width: 100%;
  border: none;
  position: relative;
  display: flex;
  align-items: center; }
  .template-tree ul button .icon {
    position: absolute;
    right: 2rem;
    font-size: 1rem; }

@media screen and (max-width: 1216px) {
  .template-tree {
    width: 90%;
    margin: auto; }
    .template-tree ul.level1 {
      padding: 0; }
      .template-tree ul.level1 p {
        margin: 0;
        padding-left: 1rem;
        background-color: var(--lvl1-color); }
    .template-tree p, .template-tree button {
      background-color: transparent;
      color: white; }
    .template-tree p {
      padding: 1rem 0; }
    .template-tree button {
      padding: 1rem 3rem 1rem 1rem; }
    .template-tree ul li {
      padding: 0; }
    .template-tree ul p, .template-tree ul button {
      font-size: 1.125rem; }
    .template-tree .level2 {
      padding: 0; }
      .template-tree .level2 li {
        border-top: 1px solid #14456c; }
    .template-tree .level3,
    .template-tree .level4,
    .template-tree .level5,
    .template-tree .level6 {
      padding: 0 0 0 5%; }
      .template-tree .level3 li,
      .template-tree .level4 li,
      .template-tree .level5 li,
      .template-tree .level6 li {
        border-top: 1px solid #005CA9; } }

@media screen and (min-width: 1217px) {
  .template-tree {
    width: calc(100% + var(--width) + var(--padding));
    background-color: var(--bg-color);
    padding: var(--padding); }
    .template-tree button[aria-expanded="true"] ~ ul {
      z-index: 10; }
    .template-tree ul {
      display: flex;
      position: relative;
      padding: 0;
      margin: 0; }
      .template-tree ul li {
        display: flex;
        list-style: none;
        flex-direction: row;
        padding: 0;
        margin: 0;
        overflow: visible; }
        .template-tree ul li p {
          margin-bottom: var(--padding); }
        .template-tree ul li p, .template-tree ul li button, .template-tree ul li .details-btn {
          border-radius: 3px;
          display: flex;
          position: relative;
          align-items: center;
          justify-content: center;
          height: var(--height);
          width: var(--width);
          padding: 0 2rem 0 var(--padding);
          font-size: 1rem;
          line-height: 1.4rem; }
        .template-tree ul li p, .template-tree ul li button {
          color: white; }
    .template-tree .level1 {
      flex-direction: row; }
      .template-tree .level1 > li {
        align-items: center;
        flex-direction: column; }
        .template-tree .level1 > li > p {
          background-color: var(--lvl1-color);
          text-align: center; }
        .template-tree .level1 > li p:before {
          content: '';
          position: absolute;
          width: 1px;
          height: var(--padding);
          bottom: calc( -1 * var(--padding));
          left: 50%;
          background-color: var(--line-color); }
    .template-tree .level2 {
      flex-direction: row; }
      .template-tree .level2:before {
        content: '';
        width: calc(100% - var(--width ) - 2 * var(--padding));
        left: 50%;
        transform: translateX(-50%);
        height: 1px;
        background-color: var(--line-color);
        position: absolute; }
      .template-tree .level2 > li {
        margin: var(--padding);
        flex-direction: column;
        position: relative;
        width: var(--width); }
        .template-tree .level2 > li:before {
          content: '';
          position: absolute;
          width: 20px;
          height: 1px;
          top: 0; }
        .template-tree .level2 > li button:before {
          content: '';
          position: absolute;
          width: 1px;
          height: var(--padding);
          top: calc(-1 * var(--padding));
          left: 50%;
          background-color: var(--line-color); }
        .template-tree .level2 > li > button[aria-expanded="false"] {
          -webkit-box-shadow: var(--box-shadow) var(--lvl2-color);
          -moz-box-shadow: var(--box-shadow) var(--lvl2-color);
          box-shadow: var(--box-shadow) var(--lvl2-color);
          background-color: white;
          color: var(--lvl1-color); }
        .template-tree .level2 > li button[aria-expanded="true"] ~ button {
          color: white; }
    .template-tree .level3 {
      width: 100px;
      margin-left: calc(var(--width) / 2); }
      .template-tree .level3 > li p {
        margin: 0;
        justify-content: left; }
      .template-tree .level3 > li button:before, .template-tree .level3 > li p:before {
        content: '';
        position: absolute;
        width: var(--padding);
        height: 1px;
        top: 50%;
        left: calc(-1 * var(--padding));
        background-color: var(--line-color); }
    .template-tree .level3,
    .template-tree .level4,
    .template-tree .level5,
    .template-tree .level6 {
      flex-direction: column; }
      .template-tree .level3:before,
      .template-tree .level4:before,
      .template-tree .level5:before,
      .template-tree .level6:before {
        content: '';
        width: 1px;
        height: calc(100% - var(--height) / 2);
        background-color: var(--line-color);
        position: absolute; }
      .template-tree .level3 > li,
      .template-tree .level4 > li,
      .template-tree .level5 > li,
      .template-tree .level6 > li {
        margin: var(--padding) 0 0 var(--padding);
        flex-direction: column;
        position: relative; }
        .template-tree .level3 > li button, .template-tree .level3 > li div,
        .template-tree .level4 > li button,
        .template-tree .level4 > li div,
        .template-tree .level5 > li button,
        .template-tree .level5 > li div,
        .template-tree .level6 > li button,
        .template-tree .level6 > li div {
          justify-content: left; }
        .template-tree .level3 > li:last-child:before,
        .template-tree .level4 > li:last-child:before,
        .template-tree .level5 > li:last-child:before,
        .template-tree .level6 > li:last-child:before {
          content: '';
          position: absolute;
          left: calc( -1 * var(--padding));
          bottom: calc(var(--height) / 2);
          width: 1px;
          background-color: var(--bg-color);
          height: calc(100% - var(--height)); }
    .template-tree .level4,
    .template-tree .level5,
    .template-tree .level6 {
      margin-left: calc(var(--width) / 6); } }

.overlay {
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75);
  z-index: 10000; }
  .overlay--visible {
    display: block; }
  .overlay .details {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 0;
    right: 0;
    width: 450px;
    height: 100%;
    max-width: 80%;
    background-color: #FFF;
    transform: translateX(100%);
    animation: slide-in .5s ease-in-out forwards; }
    .overlay .details p, .overlay .details a {
      margin: 0; }
    .overlay .details__header {
      background-color: #CDE2F7;
      padding: 30px 30px 20px 30px; }
    .overlay .details__close-button {
      width: 21px;
      height: 21px;
      background: url("/static/Images/material-close.svg") no-repeat;
      border: none;
      color: black;
      float: right; }
    .overlay .details__result {
      overflow-y: auto;
      word-break: break-word; }
      .overlay .details__result ul.result-container {
        padding-left: 0;
        list-style: none;
        margin: 1rem; }
    .overlay .details__main-heading {
      color: #045EAA;
      font-family: 'Foundry Sans W01 Nrml', sans-serif;
      font-size: 1.4375rem;
      margin-top: 0; }

@media screen and (min-width: 1180px) {
  .overlay .details__result ul.result-container {
    margin: 1.5rem; } }

div.details__result > ul.result-container > li.details__item {
  display: flex;
  flex-direction: column;
  border-radius: 2px;
  padding: 1.5rem 1.5rem 2rem 1.5rem;
  margin: 0 0 1rem 0;
  background-color: #EEEEEE;
  word-break: break-word; }
  div.details__result > ul.result-container > li.details__item:last-child {
    margin-bottom: 5rem; }
  div.details__result > ul.result-container > li.details__item h3 {
    font-family: 'Foundry Sans W01 Demi', sans-serif;
    font-size: 1.35rem;
    margin: 0 0 1rem 0; }
  div.details__result > ul.result-container > li.details__item h4, div.details__result > ul.result-container > li.details__item .intervention__item h5, .intervention__item div.details__result > ul.result-container > li.details__item h5 {
    font-family: 'Foundry Sans W01 Demi', sans-serif;
    font-size: 1.125rem;
    margin: 1rem 0 0 0; }
  div.details__result > ul.result-container > li.details__item ul {
    margin: 0;
    padding: 0; }
    div.details__result > ul.result-container > li.details__item ul li {
      list-style: none;
      padding-bottom: 0; }
      div.details__result > ul.result-container > li.details__item ul li a, div.details__result > ul.result-container > li.details__item ul li p {
        font-family: 'Foundry Sans W01 Nrml', sans-serif;
        font-size: 1.1rem !important;
        margin: 0; }
  div.details__result > ul.result-container > li.details__item p {
    line-height: 1.45rem;
    font-size: 1.1rem; }
    div.details__result > ul.result-container > li.details__item p:last-child {
      padding-bottom: 1.5rem; }
  div.details__result > ul.result-container > li.details__item a {
    line-height: 1.45rem;
    text-decoration: underline;
    text-underline-position: under; }
    div.details__result > ul.result-container > li.details__item a:hover {
      cursor: pointer; }
    div.details__result > ul.result-container > li.details__item a:after {
      display: inline-block;
      text-decoration: none; }
  div.details__result > ul.result-container > li.details__item .template-list {
    display: flex;
    flex-direction: column;
    background-color: #D1E1F5;
    padding: 1rem; }
    div.details__result > ul.result-container > li.details__item .template-list ul li:not(:last-child) {
      padding-bottom: 0.5rem; }
    div.details__result > ul.result-container > li.details__item .template-list ul li a {
      text-decoration: none;
      color: black;
      font-family: 'Foundry Sans W01 Nrml', sans-serif;
      display: inline-block;
      background-size: 1.1rem;
      background-image: url("/static/images/file.svg");
      background-repeat: no-repeat;
      padding-left: 2rem; }
      div.details__result > ul.result-container > li.details__item .template-list ul li a:hover {
        text-decoration: underline;
        text-underline-position: under; }
      div.details__result > ul.result-container > li.details__item .template-list ul li a[href^="http"] {
        background-image: url("/static/images/globe.svg"); }
      div.details__result > ul.result-container > li.details__item .template-list ul li a:after {
        content: "" !important; }
  div.details__result > ul.result-container > li.details__item .no-template__links {
    margin-top: 1rem;
    padding-bottom: 1.5rem; }

@media screen and (min-width: 1180px) {
  .details__item h3 {
    font-size: 1.8rem;
    line-height: 2.1rem; }
  .details__item h4, .details__item .intervention__item h5, .intervention__item .details__item h5 {
    font-size: 1.3rem; } }

.aside_twitter {
  display: block;
  border: solid 1px #D1E1F5;
  text-decoration: none;
  margin-bottom: 26px; }

.aside_twitter .twitterUrl {
  padding: 2px 0 12px 10px; }

.aside_twitter .timeline-Header-title {
  font-size: 18px !important;
  color: #333 !important;
  font-family: "Foundry Sans W01 Bd",sans-serif !important;
  font-weight: 400 !important; }

@media only screen and (max-width: 767px) {
  .aside_twitter {
    width: 264px; } }

.vop-article .vop-article__standard-header {
  border-bottom: solid 1px #ccc;
  margin-bottom: 1em; }
  .vop-article .vop-article__standard-header h1 {
    margin-bottom: .7em; }

.vop-article .vop-article__picture-header {
  margin: 0 0 1em;
  padding: 0 0 2em;
  border-bottom: solid 1px #ccc; }
  .vop-article .vop-article__picture-header img {
    width: 100%; }
  .vop-article .vop-article__picture-header h1 {
    padding: 4px 18px;
    margin: -8px 0 0;
    color: #fd0;
    background: black;
    line-height: 130%; }

.vop-article .vop-disclaimer {
  padding: 16px 24px 16px 57px; }

.vop-article-right .vop-article-right__related {
  font-family: "Foundry Sans W01 Nrml",sans-serif;
  background: #D1E1F5;
  margin: 0 0 30px;
  padding: 5px 15px 10px; }
  .vop-article-right .vop-article-right__related h2 {
    color: black;
    font-family: "Foundry Sans W01 Demi",sans-serif;
    line-height: 1.2em;
    font-size: 24px;
    margin: 5px 0 10px; }
  .vop-article-right .vop-article-right__related ul {
    color: #0062B6;
    font-family: 'Foundry Sans W01 Demi', sans-serif;
    list-style-type: ">";
    list-style-position: outside;
    margin: 0 0 0 10px;
    padding: 0; }
    .vop-article-right .vop-article-right__related ul li {
      margin: 0 0 10px;
      padding: 0 0 0 5px; }

.vop-article-right .vop-article-right__video.vop-video {
  height: initial; }

.vop-article-right .vop-article-right__info .download__cover {
  margin-top: 0; }

.vop-article-right .vop-article-right__info time {
  font-family: "Foundry Sans W01 Nrml",sans-serif;
  display: block;
  padding: .5em 0 1em; }

.vop-article-right .vop-article-right__info p a.simple-address {
  font-size: 16px; }

.vop-filterresult {
  font-family: "Foundry Sans W01 Nrml", sans-serif;
  font-size: 16px; }
  .vop-filterresult .vop-filterresult__explanation {
    font-family: "Foundry Sans W01 Demi", sans-serif; }
    .vop-filterresult .vop-filterresult__explanation em {
      font-style: normal;
      background-color: #fd0;
      padding: 0 2px; }
  .vop-filterresult ol {
    list-style: none;
    padding: 0; }
    .vop-filterresult ol li {
      margin: 0 0 10px 0;
      padding: 30px 10px; }
      .vop-filterresult ol li h2 {
        font-size: 24px;
        margin: 0 0 10px 0; }
      .vop-filterresult ol li .vop-filterresult__metadata {
        font-size: 14px;
        margin: 0 0 10px 0; }
        .vop-filterresult ol li .vop-filterresult__metadata span {
          padding: 0 26px 0 0; }
      .vop-filterresult ol li .vop-filterresult__excerpt {
        font-size: 16px; }
    .vop-filterresult ol li:nth-child(2n) {
      background: #D1E1F5; }

@media only screen and (max-width: 991px) {
  .vop-filterresult ol li h2 a {
    font-size: 24px !important; } }

.vop__disclaimer .publication_page_disclaimer {
  transform: translateY(0);
  margin: 10px 0;
  text-align: left; }

.vop__heading {
  font-family: "Egyptienne F LT W01_55 Roman",AdobeGaramondW08,serif;
  color: black;
  letter-spacing: -2px;
  line-height: normal;
  font-size: 48px;
  margin: 0; }
  .vop__heading span {
    background: linear-gradient(90deg, #fd0, #fd0 63%, #349ED8 75%, #349ED8);
    padding: 0 10px; }

.vop__subheading {
  color: white;
  background-color: black;
  margin: -1px 0 3em;
  font-size: 12px;
  font-family: "Foundry Sans W01 Medium", sans-serif;
  padding: 0 0 0 10px;
  text-transform: uppercase; }
  .vop__subheading a {
    color: white; }
  .vop__subheading a:hover, .vop__subheading a:focus {
    text-decoration: underline; }

.vop h2 {
  color: black; }

.vop .vop-hero {
  background: black;
  color: white;
  display: flex;
  flex-flow: row nowrap;
  align-content: stretch;
  cursor: pointer; }
  .vop .vop-hero .vop-hero__intro {
    height: 400px;
    flex-basis: 50%;
    padding: 10px;
    overflow: hidden;
    position: relative; }
    .vop .vop-hero .vop-hero__intro h2 {
      display: inline; }
      .vop .vop-hero .vop-hero__intro h2 a {
        all: initial;
        color: #fd0;
        font-size: 30px;
        line-height: 110%;
        font-family: "Foundry Sans W01 Demi",sans-serif;
        cursor: pointer; }
      .vop .vop-hero .vop-hero__intro h2 a:hover, .vop .vop-hero .vop-hero__intro h2 a:focus {
        text-decoration: underline; }
      .vop .vop-hero .vop-hero__intro h2 a[href^="http"]::after {
        all: initial; }
    .vop .vop-hero .vop-hero__intro h2::after {
      content: "/";
      padding: 0 0 0 .2em;
      color: #fd0; }
    .vop .vop-hero .vop-hero__intro p {
      display: inline;
      font-family: "Foundry Sans W01 Nrml",sans-serif;
      font-size: 30px;
      line-height: 110%; }
    .vop .vop-hero .vop-hero__intro::after {
      content: "";
      pointer-events: none;
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 10em;
      background: linear-gradient(rgba(255, 255, 255, 0), black); }
  .vop .vop-hero .vop-hero__image {
    height: 400px;
    display: block;
    flex-basis: 50%; }

.vop .vop-featured {
  border-bottom: solid 1px black;
  margin: 2em 0 0;
  font-family: "Foundry Sans W01 Nrml",sans-serif;
  height: 360px;
  overflow: hidden;
  cursor: pointer;
  position: relative; }
  .vop .vop-featured::after {
    content: "";
    pointer-events: none;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3em;
    background: linear-gradient(rgba(255, 255, 255, 0), white); }
  .vop .vop-featured img {
    width: 100%;
    display: block; }
  .vop .vop-featured .vop-featured__subject {
    text-transform: uppercase;
    font-family: "Foundry Sans W01 Bd",sans-serif;
    padding: .3em 0; }
  .vop .vop-featured .vop-featured__subject--health {
    color: #E98B3A; }
  .vop .vop-featured .vop-featured__subject--social {
    color: #0062b6; }
  .vop .vop-featured h2 {
    color: black;
    background-color: #FFF8CC;
    display: inline;
    font-size: 28px;
    line-height: 110%; }
    .vop .vop-featured h2 a {
      all: initial;
      color: #000;
      font-size: 28px;
      line-height: 110%;
      font-family: "Foundry Sans W01 Bd",sans-serif;
      cursor: pointer; }
    .vop .vop-featured h2 a:hover, .vop .vop-featured h2 a:focus {
      text-decoration: underline; }
    .vop .vop-featured h2 a[href^="http"]::after {
      all: initial; }
  .vop .vop-featured h2::after {
    content: "/";
    background-color: white;
    padding: 0 0 0 .2em; }
  .vop .vop-featured p {
    display: inline;
    font-size: 28px;
    line-height: 110%; }

.vop .vop__articlelisting-heading {
  font-family: "Foundry Sans W01 Demi",sans-serif;
  margin-top: .5em; }

.vop .vop__articlelisting {
  color: black;
  list-style: none;
  padding: 0;
  margin: 0;
  font-family: "Foundry Sans W01 Nrml",sans-serif; }
  .vop .vop__articlelisting li {
    margin: 0 0 1em 0; }
    .vop .vop__articlelisting li time {
      display: block;
      text-transform: lowercase;
      color: #777;
      font-size: 14px; }
    .vop .vop__articlelisting li h3 {
      margin: 0 0 1em 0;
      font-family: "Foundry Sans W01 Demi",sans-serif;
      font-size: 20px;
      line-height: 1; }
      .vop .vop__articlelisting li h3 a {
        color: black; }
      .vop .vop__articlelisting li h3 a::after {
        content: " >"; }

.vop-video {
  margin: 2em 0 0;
  background: black;
  font-family: "Foundry Sans W01 Nrml",sans-serif;
  height: 360px;
  overflow: hidden;
  border: solid 1px black; }
  .vop-video .flex-container {
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    height: 100%;
    position: relative; }
    .vop-video .flex-container .video-fancybox {
      display: block; }
      .vop-video .flex-container .video-fancybox img {
        width: 100%; }
      .vop-video .flex-container .video-fancybox .video-play {
        position: absolute;
        background: url("/static/images/video-play-orange.png") no-repeat center/25%;
        width: 100%;
        height: 100%;
        left: 0px;
        top: 0px; }
  .vop-video a::after {
    content: ""; }

.vop__paging {
  margin: 2em 0; }
  .vop__paging a, .vop__paging span {
    font-family: "Foundry Sans W01 Demi",sans-serif;
    border: black solid 1px;
    border-radius: 3px;
    padding: 5px;
    color: black;
    background: white;
    margin: 0 5px 0 0;
    white-space: nowrap; }
  .vop__paging span {
    background: #FFF8CC; }
  .vop__paging a:focus, .vop__paging a:hover {
    color: white;
    background: black; }
  .vop__paging .vop__paging-count {
    padding: 20px 0; }

.vop-footer {
  border-top: solid black 3px;
  border-bottom: solid black 1px;
  font-size: 16px;
  font-family: "Foundry Sans W01 Nrml",sans-serif; }
  .vop-footer .vop-footer__info h2 {
    color: black;
    font-family: "Foundry Sans W01 Demi",sans-serif;
    margin: .5em 0 0 0; }
  .vop-footer .vop-footer__info p {
    margin: .5em 0 0 0; }
  .vop-footer .vop-footer__people dl {
    border-left: 2px solid black;
    padding: 0 0 0 1em; }
    .vop-footer .vop-footer__people dl dt {
      font-family: "Foundry Sans W01 Demi",sans-serif; }
    .vop-footer .vop-footer__people dl dd {
      margin: 0 0 .5em 0; }

.vop-aside {
  font-family: "Foundry Sans W01 Nrml", sans-serif;
  font-size: 16px;
  margin: 0 0 30px;
  padding: 5px 15px 10px; }
  .vop-aside h2 {
    text-transform: uppercase;
    margin: 0;
    font-family: "Foundry Sans W01 Bd", sans-serif;
    font-size: 20px;
    color: black; }
  .vop-aside .vop-aside__blocklink {
    display: block; }

.vop-aside--teaser {
  background-color: #D1E1F5; }
  .vop-aside--teaser h3 {
    color: black;
    font-size: 24px;
    font-family: "Foundry Sans W01 Demi", sans-serif; }
  .vop-aside--teaser h3:first-of-type {
    margin-top: 0; }
  .vop-aside--teaser p {
    font-size: 16px; }
  .vop-aside--teaser a::after {
    content: "\00a0\003e"; }
  .vop-aside--teaser.drop-cap p:first-of-type::first-letter {
    float: left;
    font-size: 3em;
    line-height: .8em;
    padding: 6px 3px 0 0; }
  .vop-aside--teaser.vop-clickable-card {
    cursor: pointer; }

.vop-comicstrip {
  padding: 0; }
  .vop-comicstrip a {
    display: block; }
    .vop-comicstrip a img {
      width: 100%; }

.vop-wordquiz {
  border: solid 1px black; }
  .vop-wordquiz dl {
    margin: 7px 0 0; }
  .vop-wordquiz dt {
    color: #E98B3A;
    font-size: 36px;
    font-family: "Foundry Sans W01 Bd", sans-serif;
    line-height: 1em;
    margin: 0 0 10px;
    overflow-wrap: break-word;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto; }
  .vop-wordquiz dd {
    display: none;
    margin: 0;
    transition: height ease-out 1s; }
  .vop-wordquiz p {
    font-size: 16px; }

.vop-aside--external {
  background: #FFF8CC; }
  .vop-aside--external h2 {
    text-transform: initial;
    font-family: "Foundry Sans W01 Demi", sans-serif;
    line-height: 1.2em;
    margin: 5px 0 10px; }
  .vop-aside--external p {
    font-size: 16px; }
  .vop-aside--external a[href^='http'] {
    color: black;
    font-family: "Foundry Sans W01 Nrml",sans-serif; }

.vop-articlefilter {
  border: solid 1px black; }
  .vop-articlefilter h2 {
    font-family: "Foundry Sans W01 Demi", sans-serif;
    font-size: 24px;
    color: black;
    text-transform: initial; }
  .vop-articlefilter #from-to {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between; }
  .vop-articlefilter legend {
    color: black; }
  .vop-articlefilter label {
    font-family: "Foundry Sans W01 Demi", sans-serif; }
  .vop-articlefilter input[type=number] {
    width: 120px; }
  .vop-articlefilter input[type=checkbox] + label {
    display: inline;
    font-family: "Foundry Sans W01 Nrml", sans-serif; }
  .vop-articlefilter input[type=submit] {
    width: 100%;
    margin: 10px 0;
    text-align: center; }
  .vop-articlefilter .vop-articlefilter__searchlink {
    font-size: 16px;
    text-align: right;
    margin: 1em 0 0; }

@media only screen and (max-width: 991px) {
  .vop .vop-hero .vop-hero__intro h2 a,
  .vop .vop-featured h2 a {
    font-size: 30px !important; }
  .vop-aside-column {
    text-align: justify; }
    .vop-aside-column .vop-articlefilter {
      display: inline-block;
      width: 48.5% !important; }
  .vop-aside {
    text-align: left; } }

@media only screen and (max-width: 767px) {
  .vop .vop-hero {
    flex-direction: column; }
    .vop .vop-hero .vop-hero__intro {
      flex-basis: initial;
      height: 250px;
      order: 2; }
    .vop .vop-hero .vop-hero__image {
      order: 1;
      width: 100%; } }

@media only screen and (max-width: 479px) {
  .vop__heading {
    font-size: 32px; }
  .vop__subheading a {
    font-size: 12px !important; }
  .vop-aside {
    margin-right: 0; }
  .vop-aside-column .vop-articlefilter {
    width: 100% !important; } }

.worddefinition {
  font-size: 24px;
  margin: 0 0 1.5em 0; }
  .worddefinition p {
    margin: 0 0 .3em 0; }
  .worddefinition a {
    font-size: .8em; }
  .worddefinition .worddefinition__term {
    font-family: 'Foundry Sans W01 Demi', sans-serif; }
  .worddefinition .worddefinition__meta {
    font-size: .7em;
    font-family: 'Foundry Sans W01 Nrml', sans-serif; }
    .worddefinition .worddefinition__meta a {
      font-size: 1em; }
    .worddefinition .worddefinition__meta p {
      font-size: inherit; }
    .worddefinition .worddefinition__meta .worddefinition__meta-title {
      font-family: 'Foundry Sans W01 Demi', sans-serif; }
    .worddefinition .worddefinition__meta .worddefinition__meta-item--compare {
      display: flex;
      flex-flow: row nowrap;
      align-content: flex-start;
      justify-content: flex-start; }
      .worddefinition .worddefinition__meta .worddefinition__meta-item--compare .worddefinition__meta-title {
        display: block; }
      .worddefinition .worddefinition__meta .worddefinition__meta-item--compare .worddefinition__meta-links {
        padding: 0 0 0 .2em; }
        .worddefinition .worddefinition__meta .worddefinition__meta-item--compare .worddefinition__meta-links a {
          display: block; }

nav.alphabet {
  font-family: 'Foundry Sans W01 Demi', sans-serif;
  font-size: 24px;
  position: sticky;
  top: 142px;
  /* height of sticky header */
  padding: 10px 0 2px;
  background: white;
  margin: 1em 0;
  z-index: 5000; }
  nav.alphabet ol {
    list-style: none;
    padding: 0; }
    nav.alphabet ol li {
      display: inline; }
  nav.alphabet .alphabet__letter {
    padding: 0 4px 0 0; }
  nav.alphabet .alphabet__classfilter {
    font-size: 18px;
    font-family: 'Foundry Sans W01 Nrml', sans-serif;
    margin: 1em 0; }

@media only screen and (max-width: 767px) {
  nav.alphabet {
    top: 96px;
    /* height of sticky header */
    padding: 10px 0 2px; }
    nav.alphabet a.alphabet__letter {
      font-size: 20px !important; }
    nav.alphabet ol {
      margin: 0; } }

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top; }

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020; }

.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }

.fancybox-opened {
  z-index: 8030; }

.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5); }

.fancybox-outer, .fancybox-inner {
  position: relative; }

.fancybox-inner {
  overflow: hidden; }

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch; }

.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap; }

.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%; }

.fancybox-image {
  max-width: 100%;
  max-height: 100%; }

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url("fancybox_sprite.png"); }

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060; }

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url("fancybox_loading.gif") center center no-repeat; }

.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040; }

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url("blank.gif");
  /* helps IE */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 8040; }

.fancybox-prev {
  left: 0; }

.fancybox-next {
  right: 0; }

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden; }

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px; }

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px; }

.fancybox-nav:hover span {
  visibility: visible; }

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important; }

/* Overlay helper */
.fancybox-lock {
  overflow: hidden !important;
  width: auto; }

.fancybox-lock body {
  overflow: hidden !important; }

.fancybox-lock-test {
  overflow-y: hidden !important; }

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url("fancybox_overlay.png"); }

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0; }

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll; }

/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050; }

.fancybox-opened .fancybox-title {
  visibility: visible; }

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center; }

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap; }

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff; }

.fancybox-title-inside-wrap {
  padding-top: 10px; }

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8); }

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url("fancybox_sprite@2x.png");
    background-size: 44px 152px;
    /*The size of the normal image, half the size of the hi-res image*/ }
  #fancybox-loading div {
    background-image: url("fancybox_loading@2x.gif");
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/ } }
