@charset "UTF-8";
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

@font-face {
  font-display: swap;
  font-family: 'DIN Light';
  src: url("./fonts/DIN-Light/DIN-Light.eot?#iefix") format("eot"), url("./fonts/DIN-Light/DIN-Light.woff2") format("woff2"), url("./fonts/DIN-Light/DIN-Light.woff") format("woff"), url("./fonts/DIN-Light/DIN-Light.ttf") format("truetype");
}

@font-face {
  font-display: swap;
  font-family: 'DIN Light Italic';
  src: url("./fonts/DIN-Light-Italic/DIN-Light-Italic.eot?#iefix") format("eot"), url("./fonts/DIN-Light-Italic/DIN-Light-Italic.woff2") format("woff2"), url("./fonts/DIN-Light-Italic/DIN-Light-Italic.woff") format("woff"), url("./fonts/DIN-Light-Italic/DIN-Light-Italic.ttf") format("truetype");
}

@font-face {
  font-display: swap;
  font-family: 'DIN Regular';
  src: url("./fonts/DIN-Regular/DIN-Regular.eot?#iefix") format("eot"), url("./fonts/DIN-Regular/DIN-Regular.woff2") format("woff2"), url("./fonts/DIN-Regular/DIN-Regular.woff") format("woff"), url("./fonts/DIN-Regular/DIN-Regular.ttf") format("truetype");
}

@font-face {
  font-display: swap;
  font-family: 'DIN Medium';
  src: url("./fonts/DIN-Medium/DIN-Medium.eot?#iefix") format("eot"), url("./fonts/DIN-Medium/DIN-Medium.woff2") format("woff2"), url("./fonts/DIN-Medium/DIN-Medium.woff") format("woff"), url("./fonts/DIN-Medium/DIN-Medium.ttf") format("truetype");
}

@font-face {
  font-display: swap;
  font-family: 'DIN Medium Italic';
  src: url("./fonts/DIN-Medium-Italic/DIN-Medium-Italic.eot?#iefix") format("eot"), url("./fonts/DIN-Medium-Italic/DIN-Medium-Italic.woff2") format("woff2"), url("./fonts/DIN-Medium-Italic/DIN-Medium-Italic.woff") format("woff"), url("./fonts/DIN-Medium-Italic/DIN-Medium-Italic.ttf") format("truetype");
}

.buttonSquare-red {
  height: 64px;
  font-weight: bold;
  font-size: 23px;
  padding: 18px;
}

.buttonSmall-red {
  width: auto;
  font-size: 16px;
  line-height: 1em;
  font-weight: normal;
  padding: 4px 6px 3px 6px;
}

.buttonSquare-red, .buttonSmall-red, footer .region-footer-top .subscribe > .modal form .form-actions .form-submit,
.path-reports .view-content .subscribe > .modal form .form-actions .form-submit,
.path-reports-facet .view-content .subscribe > .modal form .form-actions .form-submit,
.page-node-type-report .main-content .report-social .subscribe > .modal form .form-actions .form-submit,
.page-node-type-long-report .main-content .report-social .subscribe > .modal form .form-actions .form-submit {
  background: #e40428;
  border: none;
  color: white;
  font-family: 'Roboto', sans-serif;
  outline: none;
  display: inline-block;
  letter-spacing: 0.3px;
}

.buttonSquare-red:hover, .buttonSmall-red:hover, footer .region-footer-top .subscribe > .modal form .form-actions .form-submit:hover,
.path-reports .view-content .subscribe > .modal form .form-actions .form-submit:hover,
.path-reports-facet .view-content .subscribe > .modal form .form-actions .form-submit:hover,
.page-node-type-report .main-content .report-social .subscribe > .modal form .form-actions .form-submit:hover,
.page-node-type-long-report .main-content .report-social .subscribe > .modal form .form-actions .form-submit:hover, .buttonSquare-red:focus, .buttonSmall-red:focus, footer .region-footer-top .subscribe > .modal form .form-actions .form-submit:focus,
.path-reports .view-content .subscribe > .modal form .form-actions .form-submit:focus,
.path-reports-facet .view-content .subscribe > .modal form .form-actions .form-submit:focus,
.page-node-type-report .main-content .report-social .subscribe > .modal form .form-actions .form-submit:focus,
.page-node-type-long-report .main-content .report-social .subscribe > .modal form .form-actions .form-submit:focus, .buttonSquare-red:active, .buttonSmall-red:active, footer .region-footer-top .subscribe > .modal form .form-actions .form-submit:active,
.path-reports .view-content .subscribe > .modal form .form-actions .form-submit:active,
.path-reports-facet .view-content .subscribe > .modal form .form-actions .form-submit:active,
.page-node-type-report .main-content .report-social .subscribe > .modal form .form-actions .form-submit:active,
.page-node-type-long-report .main-content .report-social .subscribe > .modal form .form-actions .form-submit:active {
  background-color: #91031a;
  cursor: pointer;
  text-decoration: none;
}

.buttonRound-red:hover, .paragraph--type--contact-form > .field--type-webform form .form-actions input:hover, .buttonRound-red:focus, .paragraph--type--contact-form > .field--type-webform form .form-actions input:focus, .buttonRound-red:active, .paragraph--type--contact-form > .field--type-webform form .form-actions input:active {
  color: #fff;
  cursor: pointer;
}

.buttonRound-red, .paragraph--type--contact-form > .field--type-webform form .form-actions input {
  background: none;
  border: 2px solid #e40428;
  border-radius: 28px;
  color: #000;
  display: inline-block;
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0.15px;
  outline: none;
  padding: 13px 23px;
  text-align: center;
  text-decoration: none;
}

.buttonRound-red:hover, .paragraph--type--contact-form > .field--type-webform form .form-actions input:hover, .buttonRound-red:focus, .paragraph--type--contact-form > .field--type-webform form .form-actions input:focus {
  background: #e40428;
}

.buttonRound-red:active, .paragraph--type--contact-form > .field--type-webform form .form-actions input:active {
  background: #91031a;
}

.buttonRound-red p, .paragraph--type--contact-form > .field--type-webform form .form-actions input p {
  margin: 0;
}

.paragraph--type--contact-form > .field--type-webform form .form-actions input {
  background-color: #e40428;
  color: white;
}

.paragraph--type--contact-form > .field--type-webform form .form-actions input:hover, .paragraph--type--contact-form > .field--type-webform form .form-actions input:focus, .paragraph--type--contact-form > .field--type-webform form .form-actions input:active {
  background: #91031a;
}

.return-to-top a {
  width: 40px;
  height: 40px;
  background: #e40428;
  border: none;
  color: white;
  display: none;
  position: fixed;
  bottom: 40px;
  right: 40px;
  z-index: 99;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  outline: none;
  cursor: pointer;
  -webkit-box-shadow: 1px 4px 12px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 1px 4px 12px 0px rgba(0, 0, 0, 0.3);
}

.return-to-top a:hover, .return-to-top a:focus, .return-to-top a:active {
  background: #91031a;
}

.return-to-top img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .return-to-top a {
    bottom: 80px;
    right: 16px;
  }
}

.page-node-type-report main .region-content #block-aonsw-content .main-content-wrapper .main-content .report-date,
.page-node-type-long-report main .region-content #block-aonsw-content .main-content-wrapper .main-content .report-date, .page-node-type-article main .region-content .field--name-node-post-date, .page-node-type-report main .region-content #block-aonsw-content .main-content-wrapper .main-content .report-top .report-title,
.page-node-type-long-report main .region-content #block-aonsw-content .main-content-wrapper .main-content .report-top .report-title, .page-node-type-page main .region-content #block-aonsw-content .ds-1col > article .field--name-node-title h1,
.page-node-type-page main .region-content #block-aonsw-content .ds-2col-stacked .inner-wrapper .group-right .field--name-node-title h1, .page-node-type-landing main .region-content .block-page-title-block .page-title .field--name-title, .page-node-type-article main .region-content .page-title .field--name-title {
  font-family: 'DIN Regular', sans-serif;
  font-size: 35px;
  line-height: 42px;
  font-weight: 400;
  margin: 0 0 16px;
}

.page-node-type-report main .region-content #block-aonsw-content .main-content-wrapper .main-content .report-date,
.page-node-type-long-report main .region-content #block-aonsw-content .main-content-wrapper .main-content .report-date, .page-node-type-article main .region-content .field--name-node-post-date {
  color: #e40428;
  font-size: 25px;
  line-height: 30px;
  margin: 0 0 16px;
}

.path-reports [id='main-content'] .region-content .page-title,
.path-annual-reports [id='main-content'] .region-content .page-title, .path-media main .region-content .page-title, .path-search .block-search h2, .path-search main .region-content .page-title {
  font-family: 'DIN Regular', sans-serif;
  font-size: 24px;
  line-height: 28px;
  font-weight: 400;
  margin: 0px;
}

footer .region-footer-top .form-item-send-user-a-copy,
.path-reports .view-content .form-item-send-user-a-copy,
.path-reports-facet .view-content .form-item-send-user-a-copy,
.page-node-type-report .main-content .report-social .form-item-send-user-a-copy,
.page-node-type-long-report .main-content .report-social .form-item-send-user-a-copy, footer .region-footer-top .subscribe .form-type-checkbox,
.path-reports .view-content .subscribe .form-type-checkbox,
.path-reports-facet .view-content .subscribe .form-type-checkbox,
.page-node-type-report .main-content .report-social .subscribe .form-type-checkbox,
.page-node-type-long-report .main-content .report-social .subscribe .form-type-checkbox, .paragraph--type--contact-form > .field--type-webform form .form-item-send-me-a-copy, .form-item-attachments .form-managed-file .form-type-checkbox {
  height: auto;
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  font-size: 19px;
  line-height: 23px;
  padding: 13px 0px 13px 30px;
  margin: 0px;
  position: relative;
}

.form-item-attachments .form-managed-file .form-type-checkbox input, footer .region-footer-top .form-item-send-user-a-copy input, .path-reports .view-content .form-item-send-user-a-copy input, .path-reports-facet .view-content .form-item-send-user-a-copy input, .page-node-type-report .main-content .report-social .form-item-send-user-a-copy input, .page-node-type-long-report .main-content .report-social .form-item-send-user-a-copy input, footer .region-footer-top .subscribe .form-type-checkbox input, .path-reports .view-content .subscribe .form-type-checkbox input, .path-reports-facet .view-content .subscribe .form-type-checkbox input, .page-node-type-report .main-content .report-social .subscribe .form-type-checkbox input, .page-node-type-long-report .main-content .report-social .subscribe .form-type-checkbox input, .paragraph--type--contact-form > .field--type-webform form .form-item-send-me-a-copy input {
  display: none;
  /* Show the checkmark when checked */
}

.form-item-attachments .form-managed-file .form-type-checkbox input:checked ~ .checkmark, footer .region-footer-top .form-item-send-user-a-copy input:checked ~ .checkmark, .path-reports .view-content .form-item-send-user-a-copy input:checked ~ .checkmark, .path-reports-facet .view-content .form-item-send-user-a-copy input:checked ~ .checkmark, .page-node-type-report .main-content .report-social .form-item-send-user-a-copy input:checked ~ .checkmark, .page-node-type-long-report .main-content .report-social .form-item-send-user-a-copy input:checked ~ .checkmark, footer .region-footer-top .subscribe .form-type-checkbox input:checked ~ .checkmark, .path-reports .view-content .subscribe .form-type-checkbox input:checked ~ .checkmark, .path-reports-facet .view-content .subscribe .form-type-checkbox input:checked ~ .checkmark, .page-node-type-report .main-content .report-social .subscribe .form-type-checkbox input:checked ~ .checkmark, .page-node-type-long-report .main-content .report-social .subscribe .form-type-checkbox input:checked ~ .checkmark, .paragraph--type--contact-form > .field--type-webform form .form-item-send-me-a-copy input:checked ~ .checkmark {
  background-color: white;
}

.form-item-attachments .form-managed-file .form-type-checkbox input:checked ~ .checkmark:after, footer .region-footer-top .form-item-send-user-a-copy input:checked ~ .checkmark:after, .path-reports .view-content .form-item-send-user-a-copy input:checked ~ .checkmark:after, .path-reports-facet .view-content .form-item-send-user-a-copy input:checked ~ .checkmark:after, .page-node-type-report .main-content .report-social .form-item-send-user-a-copy input:checked ~ .checkmark:after, .page-node-type-long-report .main-content .report-social .form-item-send-user-a-copy input:checked ~ .checkmark:after, footer .region-footer-top .subscribe .form-type-checkbox input:checked ~ .checkmark:after, .path-reports .view-content .subscribe .form-type-checkbox input:checked ~ .checkmark:after, .path-reports-facet .view-content .subscribe .form-type-checkbox input:checked ~ .checkmark:after, .page-node-type-report .main-content .report-social .subscribe .form-type-checkbox input:checked ~ .checkmark:after, .page-node-type-long-report .main-content .report-social .subscribe .form-type-checkbox input:checked ~ .checkmark:after, .paragraph--type--contact-form > .field--type-webform form .form-item-send-me-a-copy input:checked ~ .checkmark:after {
  display: block;
}

.form-item-attachments .form-managed-file .form-type-checkbox .checkmark, footer .region-footer-top .form-item-send-user-a-copy .checkmark, .path-reports .view-content .form-item-send-user-a-copy .checkmark, .path-reports-facet .view-content .form-item-send-user-a-copy .checkmark, .page-node-type-report .main-content .report-social .form-item-send-user-a-copy .checkmark, .page-node-type-long-report .main-content .report-social .form-item-send-user-a-copy .checkmark, footer .region-footer-top .subscribe .form-type-checkbox .checkmark, .path-reports .view-content .subscribe .form-type-checkbox .checkmark, .path-reports-facet .view-content .subscribe .form-type-checkbox .checkmark, .page-node-type-report .main-content .report-social .subscribe .form-type-checkbox .checkmark, .page-node-type-long-report .main-content .report-social .subscribe .form-type-checkbox .checkmark, .paragraph--type--contact-form > .field--type-webform form .form-item-send-me-a-copy .checkmark {
  position: absolute;
  left: 0px;
  height: 23px;
  width: 23px;
  border: 3.5px solid #e40428;
  border-radius: 5px;
  background-color: #f7f7f7;
  /* Create the checkmark/indicator (hidden when not checked) */
}

.form-item-attachments .form-managed-file .form-type-checkbox .checkmark:after, footer .region-footer-top .form-item-send-user-a-copy .checkmark:after, .path-reports .view-content .form-item-send-user-a-copy .checkmark:after, .path-reports-facet .view-content .form-item-send-user-a-copy .checkmark:after, .page-node-type-report .main-content .report-social .form-item-send-user-a-copy .checkmark:after, .page-node-type-long-report .main-content .report-social .form-item-send-user-a-copy .checkmark:after, footer .region-footer-top .subscribe .form-type-checkbox .checkmark:after, .path-reports .view-content .subscribe .form-type-checkbox .checkmark:after, .path-reports-facet .view-content .subscribe .form-type-checkbox .checkmark:after, .page-node-type-report .main-content .report-social .subscribe .form-type-checkbox .checkmark:after, .page-node-type-long-report .main-content .report-social .subscribe .form-type-checkbox .checkmark:after, .paragraph--type--contact-form > .field--type-webform form .form-item-send-me-a-copy .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  /* Style the checkmark/indicator */
  left: 5.5px;
  top: 2px;
  width: 6px;
  height: 10px;
  border: solid #e40428;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.form-item-attachments .form-managed-file .form-type-checkbox label, footer .region-footer-top .form-item-send-user-a-copy label, .path-reports .view-content .form-item-send-user-a-copy label, .path-reports-facet .view-content .form-item-send-user-a-copy label, .page-node-type-report .main-content .report-social .form-item-send-user-a-copy label, .page-node-type-long-report .main-content .report-social .form-item-send-user-a-copy label, footer .region-footer-top .subscribe .form-type-checkbox label, .path-reports .view-content .subscribe .form-type-checkbox label, .path-reports-facet .view-content .subscribe .form-type-checkbox label, .page-node-type-report .main-content .report-social .subscribe .form-type-checkbox label, .page-node-type-long-report .main-content .report-social .subscribe .form-type-checkbox label, .paragraph--type--contact-form > .field--type-webform form .form-item-send-me-a-copy label {
  font-weight: inherit;
}

.form-item-attachments .form-managed-file .form-type-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 8px 0px 0px 24px;
}

.form-item-attachments .form-managed-file .form-type-checkbox input:checked ~ .checkmark {
  background-color: #e40428;
  border-color: white;
  border: none;
}

.form-item-attachments .form-managed-file .form-type-checkbox input:checked ~ .checkmark:after {
  display: block;
}

.form-item-attachments .form-managed-file .form-type-checkbox .checkmark {
  width: 16px;
  height: 16px;
  border: 1px solid #b3b3b3;
  border-radius: 3px;
  background-color: white;
}

.form-item-attachments .form-managed-file .form-type-checkbox .checkmark:after {
  border-color: white;
}

.form-item-attachments .form-managed-file .form-type-checkbox label {
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
}

/* all icons which have tooltip*/
.social-icon .tooltip {
  visibility: hidden;
  background-color: rgba(17, 17, 17, 0.9);
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 10px;
  position: absolute;
  z-index: 11;
  bottom: 125%;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  font-size: 14px;
  white-space: nowrap;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.social-icon .tooltip:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: rgba(17, 17, 17, 0.9) transparent transparent transparent;
}

.social-icon:hover .tooltip, .social-icon:focus .tooltip {
  visibility: visible;
  opacity: 1;
}

@media screen and (max-width: 760px) {
  .report-share > .social-icon:hover .tooltip {
    visibility: hidden;
    opacity: 0;
  }
}

.path-frontpage .social-link .social-icon:last-child .tooltip {
  left: 100%;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}

.path-frontpage .social-link .social-icon:last-child .tooltip:after {
  left: 80%;
}

/* all social share icon set */
.socials--share {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  position: absolute;
  top: -50px;
  background: #e40428;
  border-radius: 6px;
  z-index: 10;
}

.socials--share .social-set {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.socials--share .social-set .social-set-enclosure {
  position: relative;
  display: inline-block;
}

.socials--share .social-set .social-set-enclosure a {
  display: block;
}

.socials--share .social-set .social-set-enclosure a img {
  width: 25px;
  height: 25px;
  cursor: pointer;
}

.socials--share .social-set img {
  margin: 7px 12px 2px 12px;
}

.socials--share:after {
  content: '';
  position: absolute;
  top: 100%;
  margin-left: -8px;
  border-width: 7px;
  border-style: solid;
  border-color: #e40428 transparent transparent transparent;
}

.socials--share.share-visible {
  visibility: visible;
  opacity: 1;
}

.path-reports .report-share .socials--share {
  left: 0%;
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}

.path-reports .report-share .socials--share:after {
  left: 15%;
}

@media screen and (max-width: 460px) {
  .path-reports .report-share .socials--share {
    left: 20%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .path-reports .report-share .socials--share:after {
    left: 50%;
  }
}

.page-node-type-report .content-left .report-share .socials--share {
  left: 0%;
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}

.page-node-type-report .content-left .report-share .socials--share:after {
  left: 20%;
}

.page-node-type-report .report-social:not(.wrapped-icon) .report-social-part:last-child > .social-icon > .tooltip, .page-node-type-report .report-social:not(.wrapped-icon) .report-social-part:nth-last-child(2) > .social-icon > .tooltip {
  left: 100%;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}

.page-node-type-report .report-social:not(.wrapped-icon) .report-social-part:last-child > .social-icon > .tooltip:after, .page-node-type-report .report-social:not(.wrapped-icon) .report-social-part:nth-last-child(2) > .social-icon > .tooltip:after {
  left: 85%;
}

.page-node-type-report .report-social:not(.wrapped-icon) .report-social-part .socials--share {
  left: 70%;
  -webkit-transform: translateX(-70%);
          transform: translateX(-70%);
}

.page-node-type-report .report-social:not(.wrapped-icon) .report-social-part .socials--share:after {
  left: 70%;
}

.page-node-type-report .report-social.wrapped-icon .report-social-part:first-child > .social-icon > .tooltip {
  left: 0%;
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}

.page-node-type-report .report-social.wrapped-icon .report-social-part:first-child > .social-icon > .tooltip:after {
  left: 20px;
}

.page-node-type-report .report-social.wrapped-icon .report-social-part:nth-child(2) > .social-icon > .tooltip {
  -webkit-transform: translateX(-30%);
          transform: translateX(-30%);
}

.page-node-type-report .report-social.wrapped-icon .report-social-part:nth-child(2) > .social-icon > .tooltip:after {
  left: 30%;
}

.page-node-type-report .report-social.wrapped-icon .report-social-part .socials--share {
  left: 0;
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}

.page-node-type-report .report-social.wrapped-icon .report-social-part .socials--share:after {
  left: 12%;
}

.region-breadcrumb {
  padding: 20px 0px;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  line-height: 18px;
  font-weight: lighter;
  max-width: 1366px;
  margin-left: auto;
  margin-right: auto;
}

.region-breadcrumb li a {
  color: #e40428;
}

.region-breadcrumb li:before {
  content: '';
  background: url("../../images/icons/Arrow Right.svg") no-repeat;
  width: 10px;
  height: 10px;
  padding: 0px 8px;
}

.field--name-field-banner-image {
  height: 250px;
  margin-bottom: 24px;
}

.field--name-field-banner-image img {
  width: 100%;
  height: 250px;
  max-width: 100%;
  object-fit: cover;
  object-position: center;
  font-family: 'object-fit: cover; object-position: center;';
}

.pager ul {
  padding: 0;
}

.pager ul li {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  line-height: 18px;
  font-weight: 300;
}

.pager ul li a {
  color: black !important;
  text-decoration: none;
  font-weight: inherit;
}

.pager ul .is-active a {
  color: #e40428 !important;
}

.pager ul .pager__item--first a {
  position: relative;
}

.pager ul .pager__item--first a::before {
  position: absolute;
  content: '';
  background: url("../../images/icons/Double Arrow Left.svg") no-repeat;
  width: 18px;
  height: 18px;
  padding: 0px 8px;
  left: -15px;
  top: 0px;
}

.pager ul .pager__item--previous a::before {
  content: '';
  background: url("../../images/icons/Arrow Left.svg") no-repeat;
  width: 10px;
  height: 10px;
  padding: 0px 8px;
}

.pager ul .pager__item--previous a span {
  display: none;
}

.pager ul .pager__item--next a::after {
  content: '';
  background: url("../../images/icons/Arrow Right.svg") no-repeat;
  width: 10px;
  height: 10px;
  padding: 0px 8px;
}

.pager ul .pager__item--next a span {
  display: none;
}

.pager ul .pager__item--last a {
  position: relative;
}

.pager ul .pager__item--last a::after {
  position: absolute;
  content: '';
  background: url("../../images/icons/Double Arrow Right.svg") no-repeat;
  width: 18px;
  height: 18px;
  padding: 0px 8px;
  left: 23px;
  top: 0px;
}

.search-refine {
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 985px;
  width: 100%;
  margin-bottom: 8px;
}

@media screen and (max-width: 1270px), print {
  .search-refine {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 966px;
  }
}

.search-refine span {
  font-weight: bold;
}

.search-refine img {
  width: 16px;
  height: 16px;
  margin-left: 5px;
}

@media screen and (max-width: 1023px) {
  .search-refine {
    max-width: 632px;
  }
}

.region-sidebar {
  display: block;
}

@media screen and (max-width: 1270px), print {
  .region-sidebar {
    display: none;
  }
}

@media screen and (max-width: 1270px), print {
  .filter-wrapper {
    max-width: 738px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (max-width: 1070px), print {
  .filter-wrapper {
    max-width: 652px;
  }
}

.filter-button-sidebar {
  width: 100%;
}

.filter-button-sidebar .form-submit {
  width: 230px;
  margin: 0 auto;
  display: block;
}

.filter-wrapper-homepage {
  width: 100%;
  max-width: 1286px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 50px 16px 36px 16px;
  margin-left: auto;
  margin-right: auto;
  background-color: #f7f7f7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

@media screen and (max-width: 880px) {
  .filter-wrapper-homepage {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.filter-wrapper-homepage .block-facets {
  width: 360px;
  margin: 0 8px;
}

@media screen and (max-width: 1270px), print {
  .filter-wrapper-homepage .block-facets {
    width: 230px;
  }
}

@media screen and (max-width: 880px) {
  .filter-wrapper-homepage .block-facets, .filter-wrapper-homepage .block-facets .item-list__checkbox {
    max-width: 360px;
    width: 100%;
    margin: 0;
  }
}

.filter-wrapper-homepage .facets-widget-checkbox {
  width: inherit;
  margin: 0;
}

.filter-wrapper-homepage .form-actions {
  margin-bottom: 0;
  margin-left: 8px;
  margin-right: 8px;
}

/* for exposed form loading flickers */
.bef-exposed-form .form--inline > .fieldgroup {
  visibility: hidden;
  height: 92px;
}

.bef-exposed-form .form--inline > .form-actions {
  visibility: hidden;
}

.multiple-select-wrap ~ .form-actions {
  visibility: visible !important;
}

/* custom multiple select dropdown list */
.bef-exposed-form .form--inline .multiple-select-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}

.bef-exposed-form .form--inline .multiple-select-wrap > label {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 4px;
}

.bef-exposed-form .form--inline .multiple-select-wrap .multiple-select {
  border: none;
  height: 64px;
  margin: 0px;
}

.bef-exposed-form .form--inline .multiple-select-wrap .multiple-select legend {
  width: 230px;
  height: 64px;
  border: 1px solid black;
  padding: 18px 36px 0px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 16px;
  line-height: 24px;
  font-weight: bold;
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
}

.bef-exposed-form .form--inline .multiple-select-wrap .multiple-select legend span:after {
  position: absolute;
  right: 20px;
  content: '';
  background: url("../../images/icons/Arrow Down.svg") 0 center/16px 10px no-repeat;
  width: 16px;
  height: 24px;
  display: inline-block;
}

.bef-exposed-form .form--inline .multiple-select-wrap .multiple-select .fieldset-wrapper {
  padding: 0px;
  position: absolute;
  background-color: white;
  z-index: 1;
  -webkit-box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  height: 0px;
  max-height: 300px;
  -webkit-transition: height 0.4s;
  transition: height 0.4s;
  overflow-y: auto;
  overflow-x: hidden;
  margin-top: 1px;
  width: 100%;
  top: 92px;
}

.bef-exposed-form .form--inline .multiple-select-wrap .multiple-select .fieldset-wrapper::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 8px;
  height: 8px;
}

.bef-exposed-form .form--inline .multiple-select-wrap .multiple-select .fieldset-wrapper::-webkit-scrollbar-thumb {
  border-radius: 6px;
  border: 1px solid #fff;
  background-color: rgba(125, 125, 125, 0.8);
}

.bef-exposed-form .form--inline .multiple-select-wrap .multiple-select .fieldset-wrapper > .form-checkboxes {
  position: relative;
}

.bef-exposed-form .form--inline .multiple-select-wrap .multiple-select .fieldset-wrapper > .form-checkboxes > a {
  display: block;
  min-height: 40px;
  width: 230px;
  height: auto;
  color: black;
  padding: 10px 32px 10px 20px;
  margin: 0px;
  text-decoration: none;
  width: 100%;
  padding-top: 10px;
}

.bef-exposed-form .form--inline .multiple-select-wrap .multiple-select .fieldset-wrapper > .form-checkboxes > a:hover {
  background-color: rgba(0, 0, 0, 0.1);
}

.bef-exposed-form .form--inline .multiple-select-wrap .multiple-select .fieldset-wrapper > .form-checkboxes > .checkmark {
  position: absolute;
  top: 10px;
  right: 12px;
  height: 20px;
  width: 20px;
  background-color: #f7f7f7;
  /* Create the checkmark/indicator (hidden when not checked) */
}

.bef-exposed-form .form--inline .multiple-select-wrap .multiple-select .fieldset-wrapper > .form-checkboxes > .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  /* Style the checkmark/indicator */
  left: 7px;
  top: 3px;
  width: 7px;
  height: 11px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.bef-exposed-form .form--inline .multiple-select-wrap .multiple-select .fieldset-wrapper > .form-checkboxes > .checkmark.changed {
  background-color: #e40428;
}

.bef-exposed-form .form--inline .multiple-select-wrap .multiple-select .fieldset-wrapper > .form-checkboxes > .checkmark.changed:after {
  display: block;
}

.bef-exposed-form .form--inline .multiple-select-wrap .multiple-select .fieldset-wrapper > .form-checkboxes > .form-composite .form-type-checkbox {
  min-height: 40px;
  width: 100%;
  height: auto;
  color: black;
  padding: 10px 32px 10px 20px;
  margin: 0px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: block;
  position: relative;
  display: flex;
  align-items: center;
}

.bef-exposed-form .form--inline .multiple-select-wrap .multiple-select .fieldset-wrapper > .form-checkboxes > .form-composite .form-type-checkbox:hover {
  background-color: rgba(0, 0, 0, 0.1);
}

.bef-exposed-form .form--inline .multiple-select-wrap .multiple-select .fieldset-wrapper > .form-checkboxes > .form-composite .form-type-checkbox input {
  display: none;
  /* Show the checkmark when checked */
}

.bef-exposed-form .form--inline .multiple-select-wrap .multiple-select .fieldset-wrapper > .form-checkboxes > .form-composite .form-type-checkbox input:checked ~ .checkmark {
  background-color: #e40428;
}

.bef-exposed-form .form--inline .multiple-select-wrap .multiple-select .fieldset-wrapper > .form-checkboxes > .form-composite .form-type-checkbox input:checked ~ .checkmark:after {
  display: block;
}

.bef-exposed-form .form--inline .multiple-select-wrap .multiple-select .fieldset-wrapper > .form-checkboxes > .form-composite .form-type-checkbox .checkmark {
  position: absolute;
  right: 12px;
  height: 20px;
  width: 20px;
  background-color: #f7f7f7;
  /* Create the checkmark/indicator (hidden when not checked) */
}

.bef-exposed-form .form--inline .multiple-select-wrap .multiple-select .fieldset-wrapper > .form-checkboxes > .form-composite .form-type-checkbox .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  /* Style the checkmark/indicator */
  left: 7px;
  top: 3px;
  width: 7px;
  height: 11px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* custom single select dropdown list */
form .form-type-select > label {
  margin-bottom: 4px;
}

form .form-type-select select {
  display: none;
}

form .form-type-select .custom-select {
  position: relative;
  font-family: 'Roboto', sans-serif;
  /*style items wrap (options):*/
}

form .form-type-select .custom-select .select-selected {
  width: 230px;
  height: 64px;
  border: 1px solid black;
  padding: 0px 36px 0px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  line-height: 24px;
  font-weight: bold;
  cursor: pointer;
  position: relative;
}

form .form-type-select .custom-select .select-selected span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

form .form-type-select .custom-select .select-selected span:after {
  position: absolute;
  right: 20px;
  content: '';
  background: url("../../images/icons/Arrow Down.svg") 0 center/16px 10px no-repeat;
  width: 16px;
  height: 24px;
  display: inline-block;
}

form .form-type-select .custom-select .select-items-wrap {
  position: absolute;
  background-color: white;
  top: 64px;
  left: 0;
  right: 0;
  z-index: 1;
  -webkit-box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  max-height: 300px;
  height: 0px;
  max-height: 300px;
  -webkit-transition: height 0.4s;
  transition: height 0.4s;
  overflow-y: auto;
  overflow-x: hidden;
  /*style the items (options), including the selected item:*/
}

form .form-type-select .custom-select .select-items-wrap::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 8px;
  height: 8px;
}

form .form-type-select .custom-select .select-items-wrap::-webkit-scrollbar-thumb {
  border-radius: 6px;
  border: 1px solid #fff;
  background-color: rgba(125, 125, 125, 0.8);
}

form .form-type-select .custom-select .select-items-wrap .select-items label {
  min-height: 40px;
  height: auto;
  color: black;
  padding: 0px 36px 0px 20px;
  border: 1px solid transparent;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: block;
  position: relative;
  display: flex;
  align-items: center;
  /* On mouse-over, add a grey background color */
}

form .form-type-select .custom-select .select-items-wrap .select-items label:hover {
  background-color: rgba(0, 0, 0, 0.1);
}

form .form-type-select .custom-select .select-items-wrap .select-items label:hover input ~ .checkmark {
  background-color: #ccc;
}

form .form-type-select .custom-select .select-items-wrap .select-items label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  /* When the checkbox is checked, add a red background */
  /* Show the checkmark when checked */
}

form .form-type-select .custom-select .select-items-wrap .select-items label input:checked ~ .checkmark {
  background-color: #e40428;
}

form .form-type-select .custom-select .select-items-wrap .select-items label input:checked ~ .checkmark:after {
  display: block;
}

form .form-type-select .custom-select .select-items-wrap .select-items label .checkmark {
  position: absolute;
  right: 10px;
  height: 20px;
  width: 20px;
  background-color: #f7f7f7;
  /* Create the checkmark/indicator (hidden when not checked) */
}

form .form-type-select .custom-select .select-items-wrap .select-items label .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  /* Style the checkmark/indicator */
  left: 7px;
  top: 3px;
  width: 7px;
  height: 11px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.facets-widget-checkbox {
  width: 230px;
  padding: 0.1px;
}

@media screen and (max-width: 1270px), print {
  .facets-widget-checkbox {
    margin: 0 8px;
  }
}

@media screen and (max-width: 760px), print {
  .facets-widget-checkbox {
    width: 230px;
  }
}

.facets-widget-checkbox h3 {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 4px;
  font-weight: 400;
}

.dropdown-box {
  height: 64px;
  border: 1px solid black;
  padding: 18px 36px 0px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 16px;
  line-height: 24px;
  font-weight: bold;
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
}

.dropdown-box span:after {
  position: absolute;
  right: 20px;
  content: '';
  background: url("../../images/icons/Arrow Down.svg") 0 center/16px 10px no-repeat;
  width: 16px;
  height: 24px;
  display: inline-block;
}

.item-list__checkbox {
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  background-color: white;
  z-index: 1;
  -webkit-box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  max-height: 300px;
  overflow-y: auto;
  overflow-x: hidden;
  margin-top: 1px;
  width: inherit;
}

.item-list__checkbox::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 8px;
  height: 8px;
}

.item-list__checkbox::-webkit-scrollbar-thumb {
  border-radius: 6px;
  border: 1px solid #fff;
  background-color: rgba(125, 125, 125, 0.8);
}

.facet-item {
  list-style: none;
  min-height: 40px;
  width: 100%;
  height: auto;
  color: black;
  padding: 10px 32px 10px 20px;
  margin: 0px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: block;
  position: relative;
  display: flex;
  align-items: center;
}

.facet-item:hover {
  background-color: rgba(0, 0, 0, 0.1);
}

.facet-item input {
  display: none;
  /* Show the checkmark when checked */
}

.facet-item input:checked ~ .checkmark {
  background-color: #e40428;
}

.facet-item input:checked ~ .checkmark:after {
  display: block;
}

.facet-item label {
  cursor: pointer;
}

.facet-item .checkmark {
  position: absolute;
  right: 12px;
  height: 20px;
  width: 20px;
  background-color: #f7f7f7;
  /* Create the checkmark/indicator (hidden when not checked) */
}

.facet-item .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  /* Style the checkmark/indicator */
  left: 7px;
  top: 3px;
  width: 7px;
  height: 11px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.facet-item.select-all {
  display: none;
}

/* for all CTA block image field */
.field--name-field-image {
  width: 100%;
  height: 100%;
  color: white;
}

.field--name-field-image.compat-object-fit {
  background-size: cover;
  background-position: center center;
}

.field--name-field-image.compat-object-fit img {
  opacity: 0;
}

.field--name-field-image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

/* report CTA block (include carousel) */
.path-frontpage main .region-feature-top > .block-block-content > .field--type-entity-reference-revisions > .field__item > a .paragraph .report-info, .path-frontpage main .reports-carousel > .block-homepagefeatureother > .slick-slider .field__item a .paragraph .report-info {
  position: absolute;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(30%, rgba(34, 42, 51, 0.7)), to(black));
  background: -webkit-linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(34, 42, 51, 0.7) 30%, black 100%);
  background: linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(34, 42, 51, 0.7) 30%, black 100%);
  bottom: 0;
  width: 100%;
  padding-top: 30px;
}

.path-frontpage main .region-feature-top > .block-block-content > .field--type-entity-reference-revisions > .field__item > a .paragraph .field--name-field-title, .path-frontpage main .reports-carousel > .block-homepagefeatureother > .slick-slider .field__item a .paragraph .field--name-field-title {
  margin: 6px 16px;
  color: white;
  font-size: 20px;
  line-height: 1.1em;
  font-weight: 500;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.8);
  overflow: hidden;
}

.path-frontpage main .region-feature-top > .block-block-content > .field--type-entity-reference-revisions > .field__item > a .paragraph .field--name-field-description {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: white;
  padding: 0px 16px;
  font-size: 16px;
  line-height: 18px;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.8);
  overflow: hidden;
}

.path-frontpage main .region-feature-top > .block-block-content > .field--type-entity-reference-revisions > .field__item > a .paragraph .field--name-field-link, .path-frontpage main .reports-carousel > .block-homepagefeatureother > .slick-slider .field__item a .paragraph .field--name-field-link {
  margin: 8px 16px 16px 16px;
  text-transform: uppercase;
}

/* other CTA block */
.page-node-type-report main .region-content #block-aonsw-content .main-content-wrapper .main-content .report-bottom .report-bottom-explore .field--name-field-related-reports,
.page-node-type-long-report main .region-content #block-aonsw-content .main-content-wrapper .main-content .report-bottom .report-bottom-explore .field--name-field-related-reports, .page-node-type-page main .region-content #block-aonsw-content .ds-1col > article .field--name-field-related-content,
.page-node-type-page main .region-content #block-aonsw-content .ds-2col-stacked .inner-wrapper .group-right .field--name-field-related-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.page-node-type-report main .region-content #block-aonsw-content .main-content-wrapper .main-content .report-bottom .report-bottom-explore .field--name-field-related-reports .field--name-field-title, .page-node-type-long-report main .region-content #block-aonsw-content .main-content-wrapper .main-content .report-bottom .report-bottom-explore .field--name-field-related-reports .field--name-field-title, .page-node-type-page main .region-content #block-aonsw-content .ds-1col > article .field--name-field-related-content .field--name-field-title, .page-node-type-page main .region-content #block-aonsw-content .ds-2col-stacked .inner-wrapper .group-right .field--name-field-related-content .field--name-field-title {
  margin: 0;
}

.page-node-type-report main .region-content #block-aonsw-content .main-content-wrapper .main-content .report-bottom .report-bottom-explore .field--name-field-related-reports > .field__item, .page-node-type-long-report main .region-content #block-aonsw-content .main-content-wrapper .main-content .report-bottom .report-bottom-explore .field--name-field-related-reports > .field__item, .page-node-type-page main .region-content #block-aonsw-content .ds-1col > article .field--name-field-related-content > .field__item, .page-node-type-page main .region-content #block-aonsw-content .ds-2col-stacked .inner-wrapper .group-right .field--name-field-related-content > .field__item {
  width: 100%;
}

.page-node-type-report main .region-content #block-aonsw-content .main-content-wrapper .main-content .report-bottom .report-bottom-explore .field--name-field-related-reports > .field__item:last-child, .page-node-type-long-report main .region-content #block-aonsw-content .main-content-wrapper .main-content .report-bottom .report-bottom-explore .field--name-field-related-reports > .field__item:last-child, .page-node-type-page main .region-content #block-aonsw-content .ds-1col > article .field--name-field-related-content > .field__item:last-child, .page-node-type-page main .region-content #block-aonsw-content .ds-2col-stacked .inner-wrapper .group-right .field--name-field-related-content > .field__item:last-child {
  margin-left: 2%;
}

.page-node-type-report main .region-content #block-aonsw-content .main-content-wrapper .main-content .report-bottom .report-bottom-explore .field--name-field-related-reports > .field__item:first-child, .page-node-type-long-report main .region-content #block-aonsw-content .main-content-wrapper .main-content .report-bottom .report-bottom-explore .field--name-field-related-reports > .field__item:first-child, .page-node-type-page main .region-content #block-aonsw-content .ds-1col > article .field--name-field-related-content > .field__item:first-child, .page-node-type-page main .region-content #block-aonsw-content .ds-2col-stacked .inner-wrapper .group-right .field--name-field-related-content > .field__item:first-child {
  margin-left: 0px;
}

@media screen and (max-width: 760px), print {
  .page-node-type-report main .region-content #block-aonsw-content .main-content-wrapper .main-content .report-bottom .report-bottom-explore .field--name-field-related-reports > .field__item, .page-node-type-long-report main .region-content #block-aonsw-content .main-content-wrapper .main-content .report-bottom .report-bottom-explore .field--name-field-related-reports > .field__item, .page-node-type-page main .region-content #block-aonsw-content .ds-1col > article .field--name-field-related-content > .field__item, .page-node-type-page main .region-content #block-aonsw-content .ds-2col-stacked .inner-wrapper .group-right .field--name-field-related-content > .field__item {
    margin-left: 0px !important;
    margin-bottom: 16px;
  }
}

.page-node-type-report main .region-content #block-aonsw-content .main-content-wrapper .main-content .report-bottom .report-bottom-explore .field--name-field-related-reports > .field__item .paragraph--type--call-to-action, .page-node-type-long-report main .region-content #block-aonsw-content .main-content-wrapper .main-content .report-bottom .report-bottom-explore .field--name-field-related-reports > .field__item .paragraph--type--call-to-action, .page-node-type-page main .region-content #block-aonsw-content .ds-1col > article .field--name-field-related-content > .field__item .paragraph--type--call-to-action, .page-node-type-page main .region-content #block-aonsw-content .ds-2col-stacked .inner-wrapper .group-right .field--name-field-related-content > .field__item .paragraph--type--call-to-action {
  position: relative;
  height: 188px;
  background-color: black;
  cursor: pointer;
  font-family: 'Roboto', sans-serif;
  overflow: hidden;
}

.page-node-type-report main .region-content #block-aonsw-content .main-content-wrapper .main-content .report-bottom .report-bottom-explore .field--name-field-related-reports > .field__item .paragraph--type--call-to-action .field--name-field-title, .page-node-type-long-report main .region-content #block-aonsw-content .main-content-wrapper .main-content .report-bottom .report-bottom-explore .field--name-field-related-reports > .field__item .paragraph--type--call-to-action .field--name-field-title, .page-node-type-page main .region-content #block-aonsw-content .ds-1col > article .field--name-field-related-content > .field__item .paragraph--type--call-to-action .field--name-field-title, .page-node-type-page main .region-content #block-aonsw-content .ds-2col-stacked .inner-wrapper .group-right .field--name-field-related-content > .field__item .paragraph--type--call-to-action .field--name-field-title {
  margin: 0;
}

.path-reports [id='main-content'] [id='block-reportsleftblock-2'],
.path-annual-reports [id='main-content'] [id='block-reportsleftblock-2'] {
  width: 230px;
}

.path-reports [id='main-content'] [id='block-reportsleftblock-2'] .field--type-entity-reference-revisions > .field__item, .path-annual-reports [id='main-content'] [id='block-reportsleftblock-2'] .field--type-entity-reference-revisions > .field__item {
  padding: 0.1px 0px;
}

.path-reports [id='main-content'] [id='block-reportsleftblock-2'] .field--type-entity-reference-revisions > .field__item .paragraph, .path-annual-reports [id='main-content'] [id='block-reportsleftblock-2'] .field--type-entity-reference-revisions > .field__item .paragraph {
  height: 188px;
  width: 230px;
  margin: 10px 0px;
  background-color: black;
  position: relative;
  overflow: hidden;
}

.path-reports [id='main-content'] [id='block-reportsleftblock-2'] .field--type-entity-reference-revisions > .field__item .paragraph .field--name-field-link, .path-annual-reports [id='main-content'] [id='block-reportsleftblock-2'] .field--type-entity-reference-revisions > .field__item .paragraph .field--name-field-link {
  text-decoration: none;
}

.page-node-type-report main .region-content #block-aonsw-content .main-content-wrapper .main-content .report-bottom .report-bottom-explore .field--name-field-related-reports .field--name-field-title, .page-node-type-long-report main .region-content #block-aonsw-content .main-content-wrapper .main-content .report-bottom .report-bottom-explore .field--name-field-related-reports .field--name-field-title, .page-node-type-page main .region-content #block-aonsw-content .ds-1col > article .field--name-field-related-content .field--name-field-title, .page-node-type-page main .region-content #block-aonsw-content .ds-2col-stacked .inner-wrapper .group-right .field--name-field-related-content .field--name-field-title, .path-reports [id='main-content'] [id='block-reportsleftblock-2'] .field--type-entity-reference-revisions > .field__item .paragraph .field--name-field-title, .path-annual-reports [id='main-content'] [id='block-reportsleftblock-2'] .field--type-entity-reference-revisions > .field__item .paragraph .field--name-field-title, .path-frontpage main .region-content-bottom #block-homepagenexttosocialmedia .field--type-entity-reference-revisions > .field__item > a .paragraph .field--name-field-title {
  position: absolute;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(30%, rgba(34, 42, 51, 0.7)), to(black));
  background: -webkit-linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(34, 42, 51, 0.7) 30%, black 100%);
  background: linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(34, 42, 51, 0.7) 30%, black 100%);
  bottom: 0px;
  padding: 30px 16px 52px 16px;
  width: 100%;
  height: auto;
  color: white;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.8);
  font-size: 16px;
  line-height: 18px;
  font-weight: 500;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  letter-spacing: 0.2px;
}

.page-node-type-report main .region-content #block-aonsw-content .main-content-wrapper .main-content .report-bottom .report-bottom-explore .field--name-field-related-reports > .field__item .paragraph--type--call-to-action .field--name-field-link, .page-node-type-long-report main .region-content #block-aonsw-content .main-content-wrapper .main-content .report-bottom .report-bottom-explore .field--name-field-related-reports > .field__item .paragraph--type--call-to-action .field--name-field-link, .page-node-type-page main .region-content #block-aonsw-content .ds-1col > article .field--name-field-related-content > .field__item .paragraph--type--call-to-action .field--name-field-link, .page-node-type-page main .region-content #block-aonsw-content .ds-2col-stacked .inner-wrapper .group-right .field--name-field-related-content > .field__item .paragraph--type--call-to-action .field--name-field-link, .path-reports [id='main-content'] [id='block-reportsleftblock-2'] .field--type-entity-reference-revisions > .field__item .paragraph .field--name-field-link, .path-annual-reports [id='main-content'] [id='block-reportsleftblock-2'] .field--type-entity-reference-revisions > .field__item .paragraph .field--name-field-link, .path-frontpage main .region-content-bottom #block-homepagenexttosocialmedia .field--type-entity-reference-revisions > .field__item > a .paragraph .field--name-field-link {
  position: absolute;
  bottom: 0px;
  font-size: 16px;
  line-height: 17px;
  font-weight: normal;
  margin: 8px 16px 16px 16px;
  text-transform: uppercase;
}

.page-node-type-report main .region-content #block-aonsw-content .main-content-wrapper .main-content .report-bottom .report-bottom-explore .field--name-field-related-reports > .field__item .paragraph--type--call-to-action:hover .field--name-field-title, .page-node-type-long-report main .region-content #block-aonsw-content .main-content-wrapper .main-content .report-bottom .report-bottom-explore .field--name-field-related-reports > .field__item .paragraph--type--call-to-action:hover .field--name-field-title, .page-node-type-page main .region-content #block-aonsw-content .ds-1col > article .field--name-field-related-content > .field__item .paragraph--type--call-to-action:hover .field--name-field-title, .page-node-type-page main .region-content #block-aonsw-content .ds-2col-stacked .inner-wrapper .group-right .field--name-field-related-content > .field__item .paragraph--type--call-to-action:hover .field--name-field-title, .path-reports [id='main-content'] [id='block-reportsleftblock-2'] .field--type-entity-reference-revisions > .field__item .paragraph:hover .field--name-field-title, .path-annual-reports [id='main-content'] [id='block-reportsleftblock-2'] .field--type-entity-reference-revisions > .field__item .paragraph:hover .field--name-field-title, .path-frontpage main .region-content-bottom #block-homepagenexttosocialmedia .field--type-entity-reference-revisions > .field__item > a .paragraph:hover .field--name-field-title {
  text-decoration: underline;
  white-space: normal;
}

.page-node-type-report main .region-content #block-aonsw-content .main-content-wrapper .main-content .report-bottom .report-bottom-explore .field--name-field-related-reports > .field__item .paragraph--type--call-to-action:hover .field--name-field-link button, .page-node-type-long-report main .region-content #block-aonsw-content .main-content-wrapper .main-content .report-bottom .report-bottom-explore .field--name-field-related-reports > .field__item .paragraph--type--call-to-action:hover .field--name-field-link button, .page-node-type-page main .region-content #block-aonsw-content .ds-1col > article .field--name-field-related-content > .field__item .paragraph--type--call-to-action:hover .field--name-field-link button, .page-node-type-page main .region-content #block-aonsw-content .ds-2col-stacked .inner-wrapper .group-right .field--name-field-related-content > .field__item .paragraph--type--call-to-action:hover .field--name-field-link button, .path-reports [id='main-content'] [id='block-reportsleftblock-2'] .field--type-entity-reference-revisions > .field__item .paragraph:hover .field--name-field-link button, .path-annual-reports [id='main-content'] [id='block-reportsleftblock-2'] .field--type-entity-reference-revisions > .field__item .paragraph:hover .field--name-field-link button, .path-frontpage main .region-content-bottom #block-homepagenexttosocialmedia .field--type-entity-reference-revisions > .field__item > a .paragraph:hover .field--name-field-link button {
  text-decoration: underline;
}

footer .region-footer-top .subscribe,
footer .region-footer-top .feedback,
footer .region-footer-top .contribute,
.path-reports .view-content .subscribe,
.path-reports .view-content .feedback,
.path-reports .view-content .contribute,
.path-reports-facet .view-content .subscribe,
.path-reports-facet .view-content .feedback,
.path-reports-facet .view-content .contribute,
.page-node-type-report .main-content .report-social .subscribe,
.page-node-type-report .main-content .report-social .feedback,
.page-node-type-report .main-content .report-social .contribute,
.page-node-type-long-report .main-content .report-social .subscribe,
.page-node-type-long-report .main-content .report-social .feedback,
.page-node-type-long-report .main-content .report-social .contribute {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(171, 171, 171, 0.8);
  z-index: -100;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 500ms;
  transition: opacity 500ms;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

footer .region-footer-top .subscribe > .modal,
footer .region-footer-top .feedback > .modal,
footer .region-footer-top .contribute > .modal,
.path-reports .view-content .subscribe > .modal,
.path-reports .view-content .feedback > .modal,
.path-reports .view-content .contribute > .modal,
.path-reports-facet .view-content .subscribe > .modal,
.path-reports-facet .view-content .feedback > .modal,
.path-reports-facet .view-content .contribute > .modal,
.page-node-type-report .main-content .report-social .subscribe > .modal,
.page-node-type-report .main-content .report-social .feedback > .modal,
.page-node-type-report .main-content .report-social .contribute > .modal,
.page-node-type-long-report .main-content .report-social .subscribe > .modal,
.page-node-type-long-report .main-content .report-social .feedback > .modal,
.page-node-type-long-report .main-content .report-social .contribute > .modal {
  width: 668px;
  height: auto;
  background-color: white;
  padding: 40px 48px 0px 48px;
  -webkit-box-shadow: 0px 0px 16px 0px rgba(48, 49, 51, 0.05);
          box-shadow: 0px 0px 16px 0px rgba(48, 49, 51, 0.05);
  position: relative;
  outline: none;
  color: none;
  font-size: initial;
  color: initial;
  line-height: initial;
}

footer .region-footer-top .subscribe > .modal > .close-popup,
footer .region-footer-top .feedback > .modal > .close-popup,
footer .region-footer-top .contribute > .modal > .close-popup,
.path-reports .view-content .subscribe > .modal > .close-popup,
.path-reports .view-content .feedback > .modal > .close-popup,
.path-reports .view-content .contribute > .modal > .close-popup,
.path-reports-facet .view-content .subscribe > .modal > .close-popup,
.path-reports-facet .view-content .feedback > .modal > .close-popup,
.path-reports-facet .view-content .contribute > .modal > .close-popup,
.page-node-type-report .main-content .report-social .subscribe > .modal > .close-popup,
.page-node-type-report .main-content .report-social .feedback > .modal > .close-popup,
.page-node-type-report .main-content .report-social .contribute > .modal > .close-popup,
.page-node-type-long-report .main-content .report-social .subscribe > .modal > .close-popup,
.page-node-type-long-report .main-content .report-social .feedback > .modal > .close-popup,
.page-node-type-long-report .main-content .report-social .contribute > .modal > .close-popup {
  background: none;
  border: none;
  position: absolute;
  right: 25px;
  top: 25px;
}

footer .region-footer-top .subscribe > .modal > .close-popup img,
footer .region-footer-top .feedback > .modal > .close-popup img,
footer .region-footer-top .contribute > .modal > .close-popup img,
.path-reports .view-content .subscribe > .modal > .close-popup img,
.path-reports .view-content .feedback > .modal > .close-popup img,
.path-reports .view-content .contribute > .modal > .close-popup img,
.path-reports-facet .view-content .subscribe > .modal > .close-popup img,
.path-reports-facet .view-content .feedback > .modal > .close-popup img,
.path-reports-facet .view-content .contribute > .modal > .close-popup img,
.page-node-type-report .main-content .report-social .subscribe > .modal > .close-popup img,
.page-node-type-report .main-content .report-social .feedback > .modal > .close-popup img,
.page-node-type-report .main-content .report-social .contribute > .modal > .close-popup img,
.page-node-type-long-report .main-content .report-social .subscribe > .modal > .close-popup img,
.page-node-type-long-report .main-content .report-social .feedback > .modal > .close-popup img,
.page-node-type-long-report .main-content .report-social .contribute > .modal > .close-popup img {
  width: 35px;
  height: 35px;
}

footer .region-footer-top .subscribe > .modal h1,
footer .region-footer-top .feedback > .modal h1,
footer .region-footer-top .contribute > .modal h1,
.path-reports .view-content .subscribe > .modal h1,
.path-reports .view-content .feedback > .modal h1,
.path-reports .view-content .contribute > .modal h1,
.path-reports-facet .view-content .subscribe > .modal h1,
.path-reports-facet .view-content .feedback > .modal h1,
.path-reports-facet .view-content .contribute > .modal h1,
.page-node-type-report .main-content .report-social .subscribe > .modal h1,
.page-node-type-report .main-content .report-social .feedback > .modal h1,
.page-node-type-report .main-content .report-social .contribute > .modal h1,
.page-node-type-long-report .main-content .report-social .subscribe > .modal h1,
.page-node-type-long-report .main-content .report-social .feedback > .modal h1,
.page-node-type-long-report .main-content .report-social .contribute > .modal h1 {
  font-family: 'DIN Regular', sans-serif;
  font-size: 35px;
  line-height: 42px;
  text-align: center;
  margin: 16px 0px;
}

footer .region-footer-top .subscribe > .modal p,
footer .region-footer-top .feedback > .modal p,
footer .region-footer-top .contribute > .modal p,
.path-reports .view-content .subscribe > .modal p,
.path-reports .view-content .feedback > .modal p,
.path-reports .view-content .contribute > .modal p,
.path-reports-facet .view-content .subscribe > .modal p,
.path-reports-facet .view-content .feedback > .modal p,
.path-reports-facet .view-content .contribute > .modal p,
.page-node-type-report .main-content .report-social .subscribe > .modal p,
.page-node-type-report .main-content .report-social .feedback > .modal p,
.page-node-type-report .main-content .report-social .contribute > .modal p,
.page-node-type-long-report .main-content .report-social .subscribe > .modal p,
.page-node-type-long-report .main-content .report-social .feedback > .modal p,
.page-node-type-long-report .main-content .report-social .contribute > .modal p {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  margin: 0px;
  width: 100%;
  margin-bottom: 16px;
}

footer .region-footer-top .subscribe > .modal .form-cover,
footer .region-footer-top .feedback > .modal .form-cover,
footer .region-footer-top .contribute > .modal .form-cover,
.path-reports .view-content .subscribe > .modal .form-cover,
.path-reports .view-content .feedback > .modal .form-cover,
.path-reports .view-content .contribute > .modal .form-cover,
.path-reports-facet .view-content .subscribe > .modal .form-cover,
.path-reports-facet .view-content .feedback > .modal .form-cover,
.path-reports-facet .view-content .contribute > .modal .form-cover,
.page-node-type-report .main-content .report-social .subscribe > .modal .form-cover,
.page-node-type-report .main-content .report-social .feedback > .modal .form-cover,
.page-node-type-report .main-content .report-social .contribute > .modal .form-cover,
.page-node-type-long-report .main-content .report-social .subscribe > .modal .form-cover,
.page-node-type-long-report .main-content .report-social .feedback > .modal .form-cover,
.page-node-type-long-report .main-content .report-social .contribute > .modal .form-cover {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

footer .region-footer-top .subscribe .form-type-checkbox:hover,
.path-reports .view-content .subscribe .form-type-checkbox:hover,
.path-reports-facet .view-content .subscribe .form-type-checkbox:hover,
.page-node-type-report .main-content .report-social .subscribe .form-type-checkbox:hover,
.page-node-type-long-report .main-content .report-social .subscribe .form-type-checkbox:hover {
  cursor: pointer;
}

footer .region-footer-top .subscribe .form-type-checkbox label,
.path-reports .view-content .subscribe .form-type-checkbox label,
.path-reports-facet .view-content .subscribe .form-type-checkbox label,
.page-node-type-report .main-content .report-social .subscribe .form-type-checkbox label,
.page-node-type-long-report .main-content .report-social .subscribe .form-type-checkbox label {
  pointer-events: none;
}

footer .region-footer-top .subscribe > .modal form,
.path-reports .view-content .subscribe > .modal form,
.path-reports-facet .view-content .subscribe > .modal form,
.page-node-type-report .main-content .report-social .subscribe > .modal form,
.page-node-type-long-report .main-content .report-social .subscribe > .modal form {
  padding-bottom: 10px;
}

footer .region-footer-top .subscribe > .modal form .mailchimp-newsletter-mergefields .form-item,
.path-reports .view-content .subscribe > .modal form .mailchimp-newsletter-mergefields .form-item,
.path-reports-facet .view-content .subscribe > .modal form .mailchimp-newsletter-mergefields .form-item,
.page-node-type-report .main-content .report-social .subscribe > .modal form .mailchimp-newsletter-mergefields .form-item,
.page-node-type-long-report .main-content .report-social .subscribe > .modal form .mailchimp-newsletter-mergefields .form-item {
  width: 100%;
  max-width: 360px;
  margin: 10px auto;
  font-family: 'Roboto', sans-serif;
}

footer .region-footer-top .subscribe > .modal form .mailchimp-newsletter-mergefields .form-item input,
.path-reports .view-content .subscribe > .modal form .mailchimp-newsletter-mergefields .form-item input,
.path-reports-facet .view-content .subscribe > .modal form .mailchimp-newsletter-mergefields .form-item input,
.page-node-type-report .main-content .report-social .subscribe > .modal form .mailchimp-newsletter-mergefields .form-item input,
.page-node-type-long-report .main-content .report-social .subscribe > .modal form .mailchimp-newsletter-mergefields .form-item input {
  max-width: 360px;
  width: 100%;
  height: 64px;
  padding: 20px;
  margin-top: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid black;
  outline: none;
  font-size: 20px;
}

footer .region-footer-top .subscribe > .modal form .form-item-select-all,
.path-reports .view-content .subscribe > .modal form .form-item-select-all,
.path-reports-facet .view-content .subscribe > .modal form .form-item-select-all,
.page-node-type-report .main-content .report-social .subscribe > .modal form .form-item-select-all,
.page-node-type-long-report .main-content .report-social .subscribe > .modal form .form-item-select-all {
  width: 500px;
  margin: 0 auto;
}

footer .region-footer-top .subscribe > .modal form fieldset,
.path-reports .view-content .subscribe > .modal form fieldset,
.path-reports-facet .view-content .subscribe > .modal form fieldset,
.page-node-type-report .main-content .report-social .subscribe > .modal form fieldset,
.page-node-type-long-report .main-content .report-social .subscribe > .modal form fieldset {
  width: 500px;
  margin: 0 auto;
}

footer .region-footer-top .subscribe > .modal form fieldset legend,
.path-reports .view-content .subscribe > .modal form fieldset legend,
.path-reports-facet .view-content .subscribe > .modal form fieldset legend,
.page-node-type-report .main-content .report-social .subscribe > .modal form fieldset legend,
.page-node-type-long-report .main-content .report-social .subscribe > .modal form fieldset legend {
  display: none;
}

footer .region-footer-top .subscribe > .modal form fieldset .form-checkboxes,
.path-reports .view-content .subscribe > .modal form fieldset .form-checkboxes,
.path-reports-facet .view-content .subscribe > .modal form fieldset .form-checkboxes,
.page-node-type-report .main-content .report-social .subscribe > .modal form fieldset .form-checkboxes,
.page-node-type-long-report .main-content .report-social .subscribe > .modal form fieldset .form-checkboxes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

footer .region-footer-top .subscribe > .modal form fieldset .form-type-checkbox,
.path-reports .view-content .subscribe > .modal form fieldset .form-type-checkbox,
.path-reports-facet .view-content .subscribe > .modal form fieldset .form-type-checkbox,
.page-node-type-report .main-content .report-social .subscribe > .modal form fieldset .form-type-checkbox,
.page-node-type-long-report .main-content .report-social .subscribe > .modal form fieldset .form-type-checkbox {
  width: 228px;
}

footer .region-footer-top .subscribe > .modal form details.captcha,
.path-reports .view-content .subscribe > .modal form details.captcha,
.path-reports-facet .view-content .subscribe > .modal form details.captcha,
.page-node-type-report .main-content .report-social .subscribe > .modal form details.captcha,
.page-node-type-long-report .main-content .report-social .subscribe > .modal form details.captcha {
  width: 500px;
  margin: 16px auto;
}

footer .region-footer-top .subscribe > .modal form .form-actions .form-submit,
.path-reports .view-content .subscribe > .modal form .form-actions .form-submit,
.path-reports-facet .view-content .subscribe > .modal form .form-actions .form-submit,
.page-node-type-report .main-content .report-social .subscribe > .modal form .form-actions .form-submit,
.page-node-type-long-report .main-content .report-social .subscribe > .modal form .form-actions .form-submit {
  height: 64px;
  font-weight: bold;
  font-size: 23px;
  padding: 18px;
  display: block;
  margin: 0 auto;
}

footer .region-footer-top .subscribe > .modal form > .subscribe-detail,
.path-reports .view-content .subscribe > .modal form > .subscribe-detail,
.path-reports-facet .view-content .subscribe > .modal form > .subscribe-detail,
.page-node-type-report .main-content .report-social .subscribe > .modal form > .subscribe-detail,
.page-node-type-long-report .main-content .report-social .subscribe > .modal form > .subscribe-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

footer .region-footer-top .subscribe > .modal form > .subscribe-detail .subscribe-detail-parts,
.path-reports .view-content .subscribe > .modal form > .subscribe-detail .subscribe-detail-parts,
.path-reports-facet .view-content .subscribe > .modal form > .subscribe-detail .subscribe-detail-parts,
.page-node-type-report .main-content .report-social .subscribe > .modal form > .subscribe-detail .subscribe-detail-parts,
.page-node-type-long-report .main-content .report-social .subscribe > .modal form > .subscribe-detail .subscribe-detail-parts {
  width: 100%;
  max-width: 360px;
  margin: 10px 8px;
  font-family: 'Roboto', sans-serif;
}

@media screen and (max-width: 760px), print {
  footer .region-footer-top .subscribe > .modal form > .subscribe-detail .subscribe-detail-parts,
  .path-reports .view-content .subscribe > .modal form > .subscribe-detail .subscribe-detail-parts,
  .path-reports-facet .view-content .subscribe > .modal form > .subscribe-detail .subscribe-detail-parts,
  .page-node-type-report .main-content .report-social .subscribe > .modal form > .subscribe-detail .subscribe-detail-parts,
  .page-node-type-long-report .main-content .report-social .subscribe > .modal form > .subscribe-detail .subscribe-detail-parts {
    margin: 8px 0px;
  }
}

footer .region-footer-top .subscribe > .modal form > .subscribe-detail .subscribe-detail-parts input,
.path-reports .view-content .subscribe > .modal form > .subscribe-detail .subscribe-detail-parts input,
.path-reports-facet .view-content .subscribe > .modal form > .subscribe-detail .subscribe-detail-parts input,
.page-node-type-report .main-content .report-social .subscribe > .modal form > .subscribe-detail .subscribe-detail-parts input,
.page-node-type-long-report .main-content .report-social .subscribe > .modal form > .subscribe-detail .subscribe-detail-parts input {
  max-width: 360px;
  width: 100%;
  height: 64px;
  padding: 20px;
  margin-top: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid black;
  outline: none;
  font-size: 20px;
}

footer .region-footer-top .subscribe > .modal form > .subscribe-detail button.buttonSquare-red,
.path-reports .view-content .subscribe > .modal form > .subscribe-detail button.buttonSquare-red,
.path-reports-facet .view-content .subscribe > .modal form > .subscribe-detail button.buttonSquare-red,
.page-node-type-report .main-content .report-social .subscribe > .modal form > .subscribe-detail button.buttonSquare-red,
.page-node-type-long-report .main-content .report-social .subscribe > .modal form > .subscribe-detail button.buttonSquare-red {
  margin-top: 8px;
  margin-bottom: 18px;
}

footer .region-footer-top .subscribe > .modal form ~ *, footer .region-footer-top .subscribe > .modal form > .subscribe-detail .clear ~ *,
.path-reports .view-content .subscribe > .modal form ~ *,
.path-reports .view-content .subscribe > .modal form > .subscribe-detail .clear ~ *,
.path-reports-facet .view-content .subscribe > .modal form ~ *,
.path-reports-facet .view-content .subscribe > .modal form > .subscribe-detail .clear ~ *,
.page-node-type-report .main-content .report-social .subscribe > .modal form ~ *,
.page-node-type-report .main-content .report-social .subscribe > .modal form > .subscribe-detail .clear ~ *,
.page-node-type-long-report .main-content .report-social .subscribe > .modal form ~ *,
.page-node-type-long-report .main-content .report-social .subscribe > .modal form > .subscribe-detail .clear ~ * {
  max-width: 360px;
  font-size: 12px;
  line-height: 16px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
}

footer .region-footer-top .subscribe > .modal form ~ *:last-child, footer .region-footer-top .subscribe > .modal form > .subscribe-detail .clear ~ *:last-child,
.path-reports .view-content .subscribe > .modal form ~ *:last-child,
.path-reports .view-content .subscribe > .modal form > .subscribe-detail .clear ~ *:last-child,
.path-reports-facet .view-content .subscribe > .modal form ~ *:last-child,
.path-reports-facet .view-content .subscribe > .modal form > .subscribe-detail .clear ~ *:last-child,
.page-node-type-report .main-content .report-social .subscribe > .modal form ~ *:last-child,
.page-node-type-report .main-content .report-social .subscribe > .modal form > .subscribe-detail .clear ~ *:last-child,
.page-node-type-long-report .main-content .report-social .subscribe > .modal form ~ *:last-child,
.page-node-type-long-report .main-content .report-social .subscribe > .modal form > .subscribe-detail .clear ~ *:last-child {
  padding-bottom: 40px;
  margin-bottom: 0px;
}

footer .region-footer-top .subscribe > .modal form ~ * a, footer .region-footer-top .subscribe > .modal form > .subscribe-detail .clear ~ * a,
.path-reports .view-content .subscribe > .modal form ~ * a,
.path-reports .view-content .subscribe > .modal form > .subscribe-detail .clear ~ * a,
.path-reports-facet .view-content .subscribe > .modal form ~ * a,
.path-reports-facet .view-content .subscribe > .modal form > .subscribe-detail .clear ~ * a,
.page-node-type-report .main-content .report-social .subscribe > .modal form ~ * a,
.page-node-type-report .main-content .report-social .subscribe > .modal form > .subscribe-detail .clear ~ * a,
.page-node-type-long-report .main-content .report-social .subscribe > .modal form ~ * a,
.page-node-type-long-report .main-content .report-social .subscribe > .modal form > .subscribe-detail .clear ~ * a {
  color: #e40428;
  text-decoration: none;
}

footer .region-footer-top .subscribe > .modal form ~ * a:hover, footer .region-footer-top .subscribe > .modal form > .subscribe-detail .clear ~ * a:hover,
.path-reports .view-content .subscribe > .modal form ~ * a:hover,
.path-reports .view-content .subscribe > .modal form > .subscribe-detail .clear ~ * a:hover,
.path-reports-facet .view-content .subscribe > .modal form ~ * a:hover,
.path-reports-facet .view-content .subscribe > .modal form > .subscribe-detail .clear ~ * a:hover,
.page-node-type-report .main-content .report-social .subscribe > .modal form ~ * a:hover,
.page-node-type-report .main-content .report-social .subscribe > .modal form > .subscribe-detail .clear ~ * a:hover,
.page-node-type-long-report .main-content .report-social .subscribe > .modal form ~ * a:hover,
.page-node-type-long-report .main-content .report-social .subscribe > .modal form > .subscribe-detail .clear ~ * a:hover {
  text-decoration: underline;
}

footer .region-footer-top .feedback > .modal > form,
footer .region-footer-top .contribute > .modal > form,
.path-reports .view-content .feedback > .modal > form,
.path-reports .view-content .contribute > .modal > form,
.path-reports-facet .view-content .feedback > .modal > form,
.path-reports-facet .view-content .contribute > .modal > form,
.page-node-type-report .main-content .report-social .feedback > .modal > form,
.page-node-type-report .main-content .report-social .contribute > .modal > form,
.page-node-type-long-report .main-content .report-social .feedback > .modal > form,
.page-node-type-long-report .main-content .report-social .contribute > .modal > form {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  line-height: normal;
  padding-bottom: 48px;
}

footer .region-footer-top .feedback > .modal > form p,
footer .region-footer-top .contribute > .modal > form p,
.path-reports .view-content .feedback > .modal > form p,
.path-reports .view-content .contribute > .modal > form p,
.path-reports-facet .view-content .feedback > .modal > form p,
.path-reports-facet .view-content .contribute > .modal > form p,
.page-node-type-report .main-content .report-social .feedback > .modal > form p,
.page-node-type-report .main-content .report-social .contribute > .modal > form p,
.page-node-type-long-report .main-content .report-social .feedback > .modal > form p,
.page-node-type-long-report .main-content .report-social .contribute > .modal > form p {
  margin-bottom: 16px;
}

footer .region-footer-top .feedback > .modal > form > div,
footer .region-footer-top .feedback > .modal > form > .captcha,
footer .region-footer-top .contribute > .modal > form > div,
footer .region-footer-top .contribute > .modal > form > .captcha,
.path-reports .view-content .feedback > .modal > form > div,
.path-reports .view-content .feedback > .modal > form > .captcha,
.path-reports .view-content .contribute > .modal > form > div,
.path-reports .view-content .contribute > .modal > form > .captcha,
.path-reports-facet .view-content .feedback > .modal > form > div,
.path-reports-facet .view-content .feedback > .modal > form > .captcha,
.path-reports-facet .view-content .contribute > .modal > form > div,
.path-reports-facet .view-content .contribute > .modal > form > .captcha,
.page-node-type-report .main-content .report-social .feedback > .modal > form > div,
.page-node-type-report .main-content .report-social .feedback > .modal > form > .captcha,
.page-node-type-report .main-content .report-social .contribute > .modal > form > div,
.page-node-type-report .main-content .report-social .contribute > .modal > form > .captcha,
.page-node-type-long-report .main-content .report-social .feedback > .modal > form > div,
.page-node-type-long-report .main-content .report-social .feedback > .modal > form > .captcha,
.page-node-type-long-report .main-content .report-social .contribute > .modal > form > div,
.page-node-type-long-report .main-content .report-social .contribute > .modal > form > .captcha {
  max-width: 360px;
  width: 100%;
  margin: 16px auto;
}

footer .region-footer-top .feedback > .modal > form [id^=audit_title],
footer .region-footer-top .contribute > .modal > form [id^=audit_title],
.path-reports .view-content .feedback > .modal > form [id^=audit_title],
.path-reports .view-content .contribute > .modal > form [id^=audit_title],
.path-reports-facet .view-content .feedback > .modal > form [id^=audit_title],
.path-reports-facet .view-content .contribute > .modal > form [id^=audit_title],
.page-node-type-report .main-content .report-social .feedback > .modal > form [id^=audit_title],
.page-node-type-report .main-content .report-social .contribute > .modal > form [id^=audit_title],
.page-node-type-long-report .main-content .report-social .feedback > .modal > form [id^=audit_title],
.page-node-type-long-report .main-content .report-social .contribute > .modal > form [id^=audit_title] {
  margin-bottom: 0px;
}

footer .region-footer-top .feedback > .modal > form .audit-title,
footer .region-footer-top .contribute > .modal > form .audit-title,
.path-reports .view-content .feedback > .modal > form .audit-title,
.path-reports .view-content .contribute > .modal > form .audit-title,
.path-reports-facet .view-content .feedback > .modal > form .audit-title,
.path-reports-facet .view-content .contribute > .modal > form .audit-title,
.page-node-type-report .main-content .report-social .feedback > .modal > form .audit-title,
.page-node-type-report .main-content .report-social .contribute > .modal > form .audit-title,
.page-node-type-long-report .main-content .report-social .feedback > .modal > form .audit-title,
.page-node-type-long-report .main-content .report-social .contribute > .modal > form .audit-title {
  font-weight: bold;
  background-color: #f9f9f9;
  -webkit-box-shadow: 0px 4px 8px 0px rgba(48, 49, 51, 0.1);
          box-shadow: 0px 4px 8px 0px rgba(48, 49, 51, 0.1);
  min-height: 64px;
  padding: 20px;
  margin-top: 4px;
  font-size: 18px;
  line-height: 24px;
}

footer .region-footer-top .feedback > .modal > form > .form-item,
footer .region-footer-top .feedback > .modal > form .captcha .form-item,
footer .region-footer-top .contribute > .modal > form > .form-item,
footer .region-footer-top .contribute > .modal > form .captcha .form-item,
.path-reports .view-content .feedback > .modal > form > .form-item,
.path-reports .view-content .feedback > .modal > form .captcha .form-item,
.path-reports .view-content .contribute > .modal > form > .form-item,
.path-reports .view-content .contribute > .modal > form .captcha .form-item,
.path-reports-facet .view-content .feedback > .modal > form > .form-item,
.path-reports-facet .view-content .feedback > .modal > form .captcha .form-item,
.path-reports-facet .view-content .contribute > .modal > form > .form-item,
.path-reports-facet .view-content .contribute > .modal > form .captcha .form-item,
.page-node-type-report .main-content .report-social .feedback > .modal > form > .form-item,
.page-node-type-report .main-content .report-social .feedback > .modal > form .captcha .form-item,
.page-node-type-report .main-content .report-social .contribute > .modal > form > .form-item,
.page-node-type-report .main-content .report-social .contribute > .modal > form .captcha .form-item,
.page-node-type-long-report .main-content .report-social .feedback > .modal > form > .form-item,
.page-node-type-long-report .main-content .report-social .feedback > .modal > form .captcha .form-item,
.page-node-type-long-report .main-content .report-social .contribute > .modal > form > .form-item,
.page-node-type-long-report .main-content .report-social .contribute > .modal > form .captcha .form-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

footer .region-footer-top .feedback > .modal > form > .form-item input,
footer .region-footer-top .feedback > .modal > form > .form-item textarea,
footer .region-footer-top .feedback > .modal > form .captcha .form-item input,
footer .region-footer-top .feedback > .modal > form .captcha .form-item textarea,
footer .region-footer-top .contribute > .modal > form > .form-item input,
footer .region-footer-top .contribute > .modal > form > .form-item textarea,
footer .region-footer-top .contribute > .modal > form .captcha .form-item input,
footer .region-footer-top .contribute > .modal > form .captcha .form-item textarea,
.path-reports .view-content .feedback > .modal > form > .form-item input,
.path-reports .view-content .feedback > .modal > form > .form-item textarea,
.path-reports .view-content .feedback > .modal > form .captcha .form-item input,
.path-reports .view-content .feedback > .modal > form .captcha .form-item textarea,
.path-reports .view-content .contribute > .modal > form > .form-item input,
.path-reports .view-content .contribute > .modal > form > .form-item textarea,
.path-reports .view-content .contribute > .modal > form .captcha .form-item input,
.path-reports .view-content .contribute > .modal > form .captcha .form-item textarea,
.path-reports-facet .view-content .feedback > .modal > form > .form-item input,
.path-reports-facet .view-content .feedback > .modal > form > .form-item textarea,
.path-reports-facet .view-content .feedback > .modal > form .captcha .form-item input,
.path-reports-facet .view-content .feedback > .modal > form .captcha .form-item textarea,
.path-reports-facet .view-content .contribute > .modal > form > .form-item input,
.path-reports-facet .view-content .contribute > .modal > form > .form-item textarea,
.path-reports-facet .view-content .contribute > .modal > form .captcha .form-item input,
.path-reports-facet .view-content .contribute > .modal > form .captcha .form-item textarea,
.page-node-type-report .main-content .report-social .feedback > .modal > form > .form-item input,
.page-node-type-report .main-content .report-social .feedback > .modal > form > .form-item textarea,
.page-node-type-report .main-content .report-social .feedback > .modal > form .captcha .form-item input,
.page-node-type-report .main-content .report-social .feedback > .modal > form .captcha .form-item textarea,
.page-node-type-report .main-content .report-social .contribute > .modal > form > .form-item input,
.page-node-type-report .main-content .report-social .contribute > .modal > form > .form-item textarea,
.page-node-type-report .main-content .report-social .contribute > .modal > form .captcha .form-item input,
.page-node-type-report .main-content .report-social .contribute > .modal > form .captcha .form-item textarea,
.page-node-type-long-report .main-content .report-social .feedback > .modal > form > .form-item input,
.page-node-type-long-report .main-content .report-social .feedback > .modal > form > .form-item textarea,
.page-node-type-long-report .main-content .report-social .feedback > .modal > form .captcha .form-item input,
.page-node-type-long-report .main-content .report-social .feedback > .modal > form .captcha .form-item textarea,
.page-node-type-long-report .main-content .report-social .contribute > .modal > form > .form-item input,
.page-node-type-long-report .main-content .report-social .contribute > .modal > form > .form-item textarea,
.page-node-type-long-report .main-content .report-social .contribute > .modal > form .captcha .form-item input,
.page-node-type-long-report .main-content .report-social .contribute > .modal > form .captcha .form-item textarea {
  padding: 20px;
  margin-top: 4px;
  font-size: 18px;
  line-height: 24px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid black;
  outline: none;
}

footer .region-footer-top .feedback > .modal > form > .form-item input,
footer .region-footer-top .feedback > .modal > form .captcha .form-item input,
footer .region-footer-top .contribute > .modal > form > .form-item input,
footer .region-footer-top .contribute > .modal > form .captcha .form-item input,
.path-reports .view-content .feedback > .modal > form > .form-item input,
.path-reports .view-content .feedback > .modal > form .captcha .form-item input,
.path-reports .view-content .contribute > .modal > form > .form-item input,
.path-reports .view-content .contribute > .modal > form .captcha .form-item input,
.path-reports-facet .view-content .feedback > .modal > form > .form-item input,
.path-reports-facet .view-content .feedback > .modal > form .captcha .form-item input,
.path-reports-facet .view-content .contribute > .modal > form > .form-item input,
.path-reports-facet .view-content .contribute > .modal > form .captcha .form-item input,
.page-node-type-report .main-content .report-social .feedback > .modal > form > .form-item input,
.page-node-type-report .main-content .report-social .feedback > .modal > form .captcha .form-item input,
.page-node-type-report .main-content .report-social .contribute > .modal > form > .form-item input,
.page-node-type-report .main-content .report-social .contribute > .modal > form .captcha .form-item input,
.page-node-type-long-report .main-content .report-social .feedback > .modal > form > .form-item input,
.page-node-type-long-report .main-content .report-social .feedback > .modal > form .captcha .form-item input,
.page-node-type-long-report .main-content .report-social .contribute > .modal > form > .form-item input,
.page-node-type-long-report .main-content .report-social .contribute > .modal > form .captcha .form-item input {
  height: 64px;
}

footer .region-footer-top .feedback > .modal > form > .form-item textarea,
footer .region-footer-top .feedback > .modal > form .captcha .form-item textarea,
footer .region-footer-top .contribute > .modal > form > .form-item textarea,
footer .region-footer-top .contribute > .modal > form .captcha .form-item textarea,
.path-reports .view-content .feedback > .modal > form > .form-item textarea,
.path-reports .view-content .feedback > .modal > form .captcha .form-item textarea,
.path-reports .view-content .contribute > .modal > form > .form-item textarea,
.path-reports .view-content .contribute > .modal > form .captcha .form-item textarea,
.path-reports-facet .view-content .feedback > .modal > form > .form-item textarea,
.path-reports-facet .view-content .feedback > .modal > form .captcha .form-item textarea,
.path-reports-facet .view-content .contribute > .modal > form > .form-item textarea,
.path-reports-facet .view-content .contribute > .modal > form .captcha .form-item textarea,
.page-node-type-report .main-content .report-social .feedback > .modal > form > .form-item textarea,
.page-node-type-report .main-content .report-social .feedback > .modal > form .captcha .form-item textarea,
.page-node-type-report .main-content .report-social .contribute > .modal > form > .form-item textarea,
.page-node-type-report .main-content .report-social .contribute > .modal > form .captcha .form-item textarea,
.page-node-type-long-report .main-content .report-social .feedback > .modal > form > .form-item textarea,
.page-node-type-long-report .main-content .report-social .feedback > .modal > form .captcha .form-item textarea,
.page-node-type-long-report .main-content .report-social .contribute > .modal > form > .form-item textarea,
.page-node-type-long-report .main-content .report-social .contribute > .modal > form .captcha .form-item textarea {
  overflow: auto;
  height: 230px;
}

footer .region-footer-top .feedback > .modal > form > .form-item .description,
footer .region-footer-top .feedback > .modal > form .captcha .form-item .description,
footer .region-footer-top .contribute > .modal > form > .form-item .description,
footer .region-footer-top .contribute > .modal > form .captcha .form-item .description,
.path-reports .view-content .feedback > .modal > form > .form-item .description,
.path-reports .view-content .feedback > .modal > form .captcha .form-item .description,
.path-reports .view-content .contribute > .modal > form > .form-item .description,
.path-reports .view-content .contribute > .modal > form .captcha .form-item .description,
.path-reports-facet .view-content .feedback > .modal > form > .form-item .description,
.path-reports-facet .view-content .feedback > .modal > form .captcha .form-item .description,
.path-reports-facet .view-content .contribute > .modal > form > .form-item .description,
.path-reports-facet .view-content .contribute > .modal > form .captcha .form-item .description,
.page-node-type-report .main-content .report-social .feedback > .modal > form > .form-item .description,
.page-node-type-report .main-content .report-social .feedback > .modal > form .captcha .form-item .description,
.page-node-type-report .main-content .report-social .contribute > .modal > form > .form-item .description,
.page-node-type-report .main-content .report-social .contribute > .modal > form .captcha .form-item .description,
.page-node-type-long-report .main-content .report-social .feedback > .modal > form > .form-item .description,
.page-node-type-long-report .main-content .report-social .feedback > .modal > form .captcha .form-item .description,
.page-node-type-long-report .main-content .report-social .contribute > .modal > form > .form-item .description,
.page-node-type-long-report .main-content .report-social .contribute > .modal > form .captcha .form-item .description {
  margin-top: 4px;
  font-size: 14px;
  line-height: 18px;
}

footer .region-footer-top .feedback > .modal > form input.buttonSquare-red,
footer .region-footer-top .contribute > .modal > form input.buttonSquare-red,
.path-reports .view-content .feedback > .modal > form input.buttonSquare-red,
.path-reports .view-content .contribute > .modal > form input.buttonSquare-red,
.path-reports-facet .view-content .feedback > .modal > form input.buttonSquare-red,
.path-reports-facet .view-content .contribute > .modal > form input.buttonSquare-red,
.page-node-type-report .main-content .report-social .feedback > .modal > form input.buttonSquare-red,
.page-node-type-report .main-content .report-social .contribute > .modal > form input.buttonSquare-red,
.page-node-type-long-report .main-content .report-social .feedback > .modal > form input.buttonSquare-red,
.page-node-type-long-report .main-content .report-social .contribute > .modal > form input.buttonSquare-red {
  display: block;
  margin: 25px auto;
}

footer .region-footer-top .feedback > .modal > form input.buttonSquare-red ~ *,
footer .region-footer-top .contribute > .modal > form input.buttonSquare-red ~ *,
.path-reports .view-content .feedback > .modal > form input.buttonSquare-red ~ *,
.path-reports .view-content .contribute > .modal > form input.buttonSquare-red ~ *,
.path-reports-facet .view-content .feedback > .modal > form input.buttonSquare-red ~ *,
.path-reports-facet .view-content .contribute > .modal > form input.buttonSquare-red ~ *,
.page-node-type-report .main-content .report-social .feedback > .modal > form input.buttonSquare-red ~ *,
.page-node-type-report .main-content .report-social .contribute > .modal > form input.buttonSquare-red ~ *,
.page-node-type-long-report .main-content .report-social .feedback > .modal > form input.buttonSquare-red ~ *,
.page-node-type-long-report .main-content .report-social .contribute > .modal > form input.buttonSquare-red ~ * {
  max-width: 360px;
  font-size: 12px;
  line-height: 16px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 668px) {
  footer .region-footer-top .subscribe > .modal,
  footer .region-footer-top .feedback > .modal,
  footer .region-footer-top .contribute > .modal,
  .path-reports .view-content .subscribe > .modal,
  .path-reports .view-content .feedback > .modal,
  .path-reports .view-content .contribute > .modal,
  .page-node-type-report .main-content .report-social .subscribe > .modal,
  .page-node-type-report .main-content .report-social .feedback > .modal,
  .page-node-type-report .main-content .report-social .contribute > .modal,
  .page-node-type-long-report .main-content .report-social .subscribe > .modal,
  .page-node-type-long-report .main-content .report-social .feedback > .modal,
  .page-node-type-long-report .main-content .report-social .contribute > .modal {
    width: 100%;
    padding-left: 26px;
    padding-right: 26px;
    overflow: auto;
  }
  footer .region-footer-top .subscribe > .modal .close-popup img,
  footer .region-footer-top .feedback > .modal .close-popup img,
  footer .region-footer-top .contribute > .modal .close-popup img,
  .path-reports .view-content .subscribe > .modal .close-popup img,
  .path-reports .view-content .feedback > .modal .close-popup img,
  .path-reports .view-content .contribute > .modal .close-popup img,
  .page-node-type-report .main-content .report-social .subscribe > .modal .close-popup img,
  .page-node-type-report .main-content .report-social .feedback > .modal .close-popup img,
  .page-node-type-report .main-content .report-social .contribute > .modal .close-popup img,
  .page-node-type-long-report .main-content .report-social .subscribe > .modal .close-popup img,
  .page-node-type-long-report .main-content .report-social .feedback > .modal .close-popup img,
  .page-node-type-long-report .main-content .report-social .contribute > .modal .close-popup img {
    width: 30px;
    height: 30px;
  }
  footer .region-footer-top .subscribe > .modal > form > .subscribe-detail > .sectors-wrapper,
  footer .region-footer-top .feedback > .modal > form > .subscribe-detail > .sectors-wrapper,
  footer .region-footer-top .contribute > .modal > form > .subscribe-detail > .sectors-wrapper,
  .path-reports .view-content .subscribe > .modal > form > .subscribe-detail > .sectors-wrapper,
  .path-reports .view-content .feedback > .modal > form > .subscribe-detail > .sectors-wrapper,
  .path-reports .view-content .contribute > .modal > form > .subscribe-detail > .sectors-wrapper,
  .page-node-type-report .main-content .report-social .subscribe > .modal > form > .subscribe-detail > .sectors-wrapper,
  .page-node-type-report .main-content .report-social .feedback > .modal > form > .subscribe-detail > .sectors-wrapper,
  .page-node-type-report .main-content .report-social .contribute > .modal > form > .subscribe-detail > .sectors-wrapper,
  .page-node-type-long-report .main-content .report-social .subscribe > .modal > form > .subscribe-detail > .sectors-wrapper,
  .page-node-type-long-report .main-content .report-social .feedback > .modal > form > .subscribe-detail > .sectors-wrapper,
  .page-node-type-long-report .main-content .report-social .contribute > .modal > form > .subscribe-detail > .sectors-wrapper {
    width: 440px;
  }
  footer .region-footer-top .subscribe > .modal > form > .subscribe-detail > .sectors-wrapper .left, footer .region-footer-top .subscribe > .modal > form > .subscribe-detail > .sectors-wrapper .right,
  footer .region-footer-top .feedback > .modal > form > .subscribe-detail > .sectors-wrapper .left,
  footer .region-footer-top .feedback > .modal > form > .subscribe-detail > .sectors-wrapper .right,
  footer .region-footer-top .contribute > .modal > form > .subscribe-detail > .sectors-wrapper .left,
  footer .region-footer-top .contribute > .modal > form > .subscribe-detail > .sectors-wrapper .right,
  .path-reports .view-content .subscribe > .modal > form > .subscribe-detail > .sectors-wrapper .left,
  .path-reports .view-content .subscribe > .modal > form > .subscribe-detail > .sectors-wrapper .right,
  .path-reports .view-content .feedback > .modal > form > .subscribe-detail > .sectors-wrapper .left,
  .path-reports .view-content .feedback > .modal > form > .subscribe-detail > .sectors-wrapper .right,
  .path-reports .view-content .contribute > .modal > form > .subscribe-detail > .sectors-wrapper .left,
  .path-reports .view-content .contribute > .modal > form > .subscribe-detail > .sectors-wrapper .right,
  .page-node-type-report .main-content .report-social .subscribe > .modal > form > .subscribe-detail > .sectors-wrapper .left,
  .page-node-type-report .main-content .report-social .subscribe > .modal > form > .subscribe-detail > .sectors-wrapper .right,
  .page-node-type-report .main-content .report-social .feedback > .modal > form > .subscribe-detail > .sectors-wrapper .left,
  .page-node-type-report .main-content .report-social .feedback > .modal > form > .subscribe-detail > .sectors-wrapper .right,
  .page-node-type-report .main-content .report-social .contribute > .modal > form > .subscribe-detail > .sectors-wrapper .left,
  .page-node-type-report .main-content .report-social .contribute > .modal > form > .subscribe-detail > .sectors-wrapper .right,
  .page-node-type-long-report .main-content .report-social .subscribe > .modal > form > .subscribe-detail > .sectors-wrapper .left,
  .page-node-type-long-report .main-content .report-social .subscribe > .modal > form > .subscribe-detail > .sectors-wrapper .right,
  .page-node-type-long-report .main-content .report-social .feedback > .modal > form > .subscribe-detail > .sectors-wrapper .left,
  .page-node-type-long-report .main-content .report-social .feedback > .modal > form > .subscribe-detail > .sectors-wrapper .right,
  .page-node-type-long-report .main-content .report-social .contribute > .modal > form > .subscribe-detail > .sectors-wrapper .left,
  .page-node-type-long-report .main-content .report-social .contribute > .modal > form > .subscribe-detail > .sectors-wrapper .right {
    width: 218px;
  }
  footer .region-footer-top .subscribe > .modal form .form-item-select-all,
  footer .region-footer-top .feedback > .modal form .form-item-select-all,
  footer .region-footer-top .contribute > .modal form .form-item-select-all,
  .path-reports .view-content .subscribe > .modal form .form-item-select-all,
  .path-reports .view-content .feedback > .modal form .form-item-select-all,
  .path-reports .view-content .contribute > .modal form .form-item-select-all,
  .page-node-type-report .main-content .report-social .subscribe > .modal form .form-item-select-all,
  .page-node-type-report .main-content .report-social .feedback > .modal form .form-item-select-all,
  .page-node-type-report .main-content .report-social .contribute > .modal form .form-item-select-all,
  .page-node-type-long-report .main-content .report-social .subscribe > .modal form .form-item-select-all,
  .page-node-type-long-report .main-content .report-social .feedback > .modal form .form-item-select-all,
  .page-node-type-long-report .main-content .report-social .contribute > .modal form .form-item-select-all {
    width: 440px;
  }
  footer .region-footer-top .subscribe > .modal form fieldset,
  footer .region-footer-top .feedback > .modal form fieldset,
  footer .region-footer-top .contribute > .modal form fieldset,
  .path-reports .view-content .subscribe > .modal form fieldset,
  .path-reports .view-content .feedback > .modal form fieldset,
  .path-reports .view-content .contribute > .modal form fieldset,
  .page-node-type-report .main-content .report-social .subscribe > .modal form fieldset,
  .page-node-type-report .main-content .report-social .feedback > .modal form fieldset,
  .page-node-type-report .main-content .report-social .contribute > .modal form fieldset,
  .page-node-type-long-report .main-content .report-social .subscribe > .modal form fieldset,
  .page-node-type-long-report .main-content .report-social .feedback > .modal form fieldset,
  .page-node-type-long-report .main-content .report-social .contribute > .modal form fieldset {
    width: 440px;
  }
  footer .region-footer-top .subscribe > .modal form fieldset .form-type-checkbox,
  footer .region-footer-top .feedback > .modal form fieldset .form-type-checkbox,
  footer .region-footer-top .contribute > .modal form fieldset .form-type-checkbox,
  .path-reports .view-content .subscribe > .modal form fieldset .form-type-checkbox,
  .path-reports .view-content .feedback > .modal form fieldset .form-type-checkbox,
  .path-reports .view-content .contribute > .modal form fieldset .form-type-checkbox,
  .page-node-type-report .main-content .report-social .subscribe > .modal form fieldset .form-type-checkbox,
  .page-node-type-report .main-content .report-social .feedback > .modal form fieldset .form-type-checkbox,
  .page-node-type-report .main-content .report-social .contribute > .modal form fieldset .form-type-checkbox,
  .page-node-type-long-report .main-content .report-social .subscribe > .modal form fieldset .form-type-checkbox,
  .page-node-type-long-report .main-content .report-social .feedback > .modal form fieldset .form-type-checkbox,
  .page-node-type-long-report .main-content .report-social .contribute > .modal form fieldset .form-type-checkbox {
    width: 218px;
  }
  footer .region-footer-top .subscribe > .modal details.captcha,
  footer .region-footer-top .feedback > .modal details.captcha,
  footer .region-footer-top .contribute > .modal details.captcha,
  .path-reports .view-content .subscribe > .modal details.captcha,
  .path-reports .view-content .feedback > .modal details.captcha,
  .path-reports .view-content .contribute > .modal details.captcha,
  .page-node-type-report .main-content .report-social .subscribe > .modal details.captcha,
  .page-node-type-report .main-content .report-social .feedback > .modal details.captcha,
  .page-node-type-report .main-content .report-social .contribute > .modal details.captcha,
  .page-node-type-long-report .main-content .report-social .subscribe > .modal details.captcha,
  .page-node-type-long-report .main-content .report-social .feedback > .modal details.captcha,
  .page-node-type-long-report .main-content .report-social .contribute > .modal details.captcha {
    width: 440px;
  }
}

@media screen and (max-width: 500px) {
  footer .region-footer-top .subscribe > .modal > form > .subscribe-detail > .sectors-wrapper,
  footer .region-footer-top .feedback > .modal > form > .subscribe-detail > .sectors-wrapper,
  footer .region-footer-top .contribute > .modal > form > .subscribe-detail > .sectors-wrapper,
  .path-reports .view-content .subscribe > .modal > form > .subscribe-detail > .sectors-wrapper,
  .path-reports .view-content .feedback > .modal > form > .subscribe-detail > .sectors-wrapper,
  .path-reports .view-content .contribute > .modal > form > .subscribe-detail > .sectors-wrapper,
  .page-node-type-report .main-content .report-social .subscribe > .modal > form > .subscribe-detail > .sectors-wrapper,
  .page-node-type-report .main-content .report-social .feedback > .modal > form > .subscribe-detail > .sectors-wrapper,
  .page-node-type-report .main-content .report-social .contribute > .modal > form > .subscribe-detail > .sectors-wrapper,
  .page-node-type-long-report .main-content .report-social .subscribe > .modal > form > .subscribe-detail > .sectors-wrapper,
  .page-node-type-long-report .main-content .report-social .feedback > .modal > form > .subscribe-detail > .sectors-wrapper,
  .page-node-type-long-report .main-content .report-social .contribute > .modal > form > .subscribe-detail > .sectors-wrapper {
    max-width: 340px;
    width: 100%;
  }
  footer .region-footer-top .subscribe > .modal > form > .subscribe-detail > .sectors-wrapper .left, footer .region-footer-top .subscribe > .modal > form > .subscribe-detail > .sectors-wrapper .right,
  footer .region-footer-top .feedback > .modal > form > .subscribe-detail > .sectors-wrapper .left,
  footer .region-footer-top .feedback > .modal > form > .subscribe-detail > .sectors-wrapper .right,
  footer .region-footer-top .contribute > .modal > form > .subscribe-detail > .sectors-wrapper .left,
  footer .region-footer-top .contribute > .modal > form > .subscribe-detail > .sectors-wrapper .right,
  .path-reports .view-content .subscribe > .modal > form > .subscribe-detail > .sectors-wrapper .left,
  .path-reports .view-content .subscribe > .modal > form > .subscribe-detail > .sectors-wrapper .right,
  .path-reports .view-content .feedback > .modal > form > .subscribe-detail > .sectors-wrapper .left,
  .path-reports .view-content .feedback > .modal > form > .subscribe-detail > .sectors-wrapper .right,
  .path-reports .view-content .contribute > .modal > form > .subscribe-detail > .sectors-wrapper .left,
  .path-reports .view-content .contribute > .modal > form > .subscribe-detail > .sectors-wrapper .right,
  .page-node-type-report .main-content .report-social .subscribe > .modal > form > .subscribe-detail > .sectors-wrapper .left,
  .page-node-type-report .main-content .report-social .subscribe > .modal > form > .subscribe-detail > .sectors-wrapper .right,
  .page-node-type-report .main-content .report-social .feedback > .modal > form > .subscribe-detail > .sectors-wrapper .left,
  .page-node-type-report .main-content .report-social .feedback > .modal > form > .subscribe-detail > .sectors-wrapper .right,
  .page-node-type-report .main-content .report-social .contribute > .modal > form > .subscribe-detail > .sectors-wrapper .left,
  .page-node-type-report .main-content .report-social .contribute > .modal > form > .subscribe-detail > .sectors-wrapper .right,
  .page-node-type-long-report .main-content .report-social .subscribe > .modal > form > .subscribe-detail > .sectors-wrapper .left,
  .page-node-type-long-report .main-content .report-social .subscribe > .modal > form > .subscribe-detail > .sectors-wrapper .right,
  .page-node-type-long-report .main-content .report-social .feedback > .modal > form > .subscribe-detail > .sectors-wrapper .left,
  .page-node-type-long-report .main-content .report-social .feedback > .modal > form > .subscribe-detail > .sectors-wrapper .right,
  .page-node-type-long-report .main-content .report-social .contribute > .modal > form > .subscribe-detail > .sectors-wrapper .left,
  .page-node-type-long-report .main-content .report-social .contribute > .modal > form > .subscribe-detail > .sectors-wrapper .right {
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  footer .region-footer-top .subscribe > .modal > form > .subscribe-detail button,
  footer .region-footer-top .feedback > .modal > form > .subscribe-detail button,
  footer .region-footer-top .contribute > .modal > form > .subscribe-detail button,
  .path-reports .view-content .subscribe > .modal > form > .subscribe-detail button,
  .path-reports .view-content .feedback > .modal > form > .subscribe-detail button,
  .path-reports .view-content .contribute > .modal > form > .subscribe-detail button,
  .page-node-type-report .main-content .report-social .subscribe > .modal > form > .subscribe-detail button,
  .page-node-type-report .main-content .report-social .feedback > .modal > form > .subscribe-detail button,
  .page-node-type-report .main-content .report-social .contribute > .modal > form > .subscribe-detail button,
  .page-node-type-long-report .main-content .report-social .subscribe > .modal > form > .subscribe-detail button,
  .page-node-type-long-report .main-content .report-social .feedback > .modal > form > .subscribe-detail button,
  .page-node-type-long-report .main-content .report-social .contribute > .modal > form > .subscribe-detail button {
    margin-top: 0px;
  }
  footer .region-footer-top .subscribe > .modal form .form-item-select-all,
  footer .region-footer-top .feedback > .modal form .form-item-select-all,
  footer .region-footer-top .contribute > .modal form .form-item-select-all,
  .path-reports .view-content .subscribe > .modal form .form-item-select-all,
  .path-reports .view-content .feedback > .modal form .form-item-select-all,
  .path-reports .view-content .contribute > .modal form .form-item-select-all,
  .page-node-type-report .main-content .report-social .subscribe > .modal form .form-item-select-all,
  .page-node-type-report .main-content .report-social .feedback > .modal form .form-item-select-all,
  .page-node-type-report .main-content .report-social .contribute > .modal form .form-item-select-all,
  .page-node-type-long-report .main-content .report-social .subscribe > .modal form .form-item-select-all,
  .page-node-type-long-report .main-content .report-social .feedback > .modal form .form-item-select-all,
  .page-node-type-long-report .main-content .report-social .contribute > .modal form .form-item-select-all {
    max-width: 340px;
    width: 100%;
  }
  footer .region-footer-top .subscribe > .modal form fieldset,
  footer .region-footer-top .feedback > .modal form fieldset,
  footer .region-footer-top .contribute > .modal form fieldset,
  .path-reports .view-content .subscribe > .modal form fieldset,
  .path-reports .view-content .feedback > .modal form fieldset,
  .path-reports .view-content .contribute > .modal form fieldset,
  .page-node-type-report .main-content .report-social .subscribe > .modal form fieldset,
  .page-node-type-report .main-content .report-social .feedback > .modal form fieldset,
  .page-node-type-report .main-content .report-social .contribute > .modal form fieldset,
  .page-node-type-long-report .main-content .report-social .subscribe > .modal form fieldset,
  .page-node-type-long-report .main-content .report-social .feedback > .modal form fieldset,
  .page-node-type-long-report .main-content .report-social .contribute > .modal form fieldset {
    max-width: 340px;
    width: 100%;
  }
  footer .region-footer-top .subscribe > .modal form fieldset .form-type-checkbox,
  footer .region-footer-top .feedback > .modal form fieldset .form-type-checkbox,
  footer .region-footer-top .contribute > .modal form fieldset .form-type-checkbox,
  .path-reports .view-content .subscribe > .modal form fieldset .form-type-checkbox,
  .path-reports .view-content .feedback > .modal form fieldset .form-type-checkbox,
  .path-reports .view-content .contribute > .modal form fieldset .form-type-checkbox,
  .page-node-type-report .main-content .report-social .subscribe > .modal form fieldset .form-type-checkbox,
  .page-node-type-report .main-content .report-social .feedback > .modal form fieldset .form-type-checkbox,
  .page-node-type-report .main-content .report-social .contribute > .modal form fieldset .form-type-checkbox,
  .page-node-type-long-report .main-content .report-social .subscribe > .modal form fieldset .form-type-checkbox,
  .page-node-type-long-report .main-content .report-social .feedback > .modal form fieldset .form-type-checkbox,
  .page-node-type-long-report .main-content .report-social .contribute > .modal form fieldset .form-type-checkbox {
    float: none;
    width: 100%;
  }
  footer .region-footer-top .subscribe > .modal details.captcha,
  footer .region-footer-top .feedback > .modal details.captcha,
  footer .region-footer-top .contribute > .modal details.captcha,
  .path-reports .view-content .subscribe > .modal details.captcha,
  .path-reports .view-content .feedback > .modal details.captcha,
  .path-reports .view-content .contribute > .modal details.captcha,
  .page-node-type-report .main-content .report-social .subscribe > .modal details.captcha,
  .page-node-type-report .main-content .report-social .feedback > .modal details.captcha,
  .page-node-type-report .main-content .report-social .contribute > .modal details.captcha,
  .page-node-type-long-report .main-content .report-social .subscribe > .modal details.captcha,
  .page-node-type-long-report .main-content .report-social .feedback > .modal details.captcha,
  .page-node-type-long-report .main-content .report-social .contribute > .modal details.captcha {
    max-width: 340px;
    width: 100%;
  }
}

.paragraph--type--contact-form {
  margin: 20px 10px;
}

.paragraph--type--contact-form > * {
  max-width: 560px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.paragraph--type--contact-form > .field--name-field-paragraphs p {
  margin-bottom: 0px;
}

.paragraph--type--contact-form > .field--type-webform form .form-item:not(.form-type-checkbox) > input, .paragraph--type--contact-form > .field--type-webform form .form-item:not(.form-type-checkbox) textarea {
  width: 100%;
  height: 64px;
  padding: 20px;
  margin-top: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid black;
  outline: none;
  font-size: 16px;
  line-height: 22px;
}

.paragraph--type--contact-form > .field--type-webform form .form-item:not(.form-type-checkbox) textarea {
  height: 230px;
}

.paragraph--type--contact-form > .field--type-webform form .form-item:not(.form-type-checkbox) .custom-select {
  margin-top: 4px;
}

.paragraph--type--contact-form > .field--type-webform form .form-item:not(.form-type-checkbox) .custom-select .select-selected {
  width: 100%;
}

.paragraph--type--contact-form > .field--type-webform form .form-item-send-me-a-copy {
  padding-top: 0px;
  width: 100%;
}

.paragraph--type--contact-form > .field--type-webform form .form-item-send-me-a-copy label {
  font-weight: 400;
  font-size: 16px;
}

.paragraph--type--contact-form > .field--type-webform form .form-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.paragraph--type--contact-form > .field--type-webform form .form-actions input {
  margin-top: 16px;
}

.paragraph--type--contact-form > .field--type-webform form .form-cover {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.table-wrapper {
  margin: 16px 0px;
  overflow-x: auto;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  background-image: -webkit-gradient(linear, left top, right top, from(#fff), to(rgba(255, 255, 255, 0))), -webkit-gradient(linear, right top, left top, from(#fff), to(rgba(255, 255, 255, 0))), -webkit-gradient(linear, left top, right top, from(#ccc), to(rgba(204, 204, 204, 0))), -webkit-gradient(linear, right top, left top, from(#ccc), to(rgba(204, 204, 204, 0)));
  background-image: -webkit-linear-gradient(left, #fff, rgba(255, 255, 255, 0)), -webkit-linear-gradient(right, #fff, rgba(255, 255, 255, 0)), -webkit-linear-gradient(left, #ccc, rgba(204, 204, 204, 0)), -webkit-linear-gradient(right, #ccc, rgba(204, 204, 204, 0));
  background-image: linear-gradient(to right, #fff, rgba(255, 255, 255, 0)), linear-gradient(to left, #fff, rgba(255, 255, 255, 0)), linear-gradient(to right, #ccc, rgba(204, 204, 204, 0)), linear-gradient(to left, #ccc, rgba(204, 204, 204, 0));
  background-position: 0 0, 100% 0, 0 0, 100% 0;
  background-repeat: no-repeat;
  background-color: #fff;
  background-size: 330px 100%, 330px 100%, 30px 100%, 30px 100%;
  background-attachment: local, local, scroll, scroll;
}

.table-wrapper::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 8px;
  height: 8px;
}

.table-wrapper::-webkit-scrollbar-thumb {
  border-radius: 6px;
  border: 1px solid #fff;
  background-color: rgba(125, 125, 125, 0.8);
}

.table-wrapper table {
  width: 100% !important;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
}

.table-wrapper table th, .table-wrapper table td {
  border: none;
  border-collapse: collapse;
  border-spacing: 0px;
  padding: 21px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  vertical-align: top;
}

.table-wrapper table th img, .table-wrapper table td img {
  width: 24px;
  height: 24px;
  vertical-align: middle;
  margin-right: 8px;
}

.table-wrapper table th img.align-center, .table-wrapper table td img.align-center {
  margin-left: auto !important;
  margin-right: auto !important;
}

.table-wrapper table tr.grey-back-yellow-border {
  background-color: #f7f7f7;
  border-bottom: 2px solid #ebc500;
}

.table-wrapper table tr.grey-back-yellow-border td {
  padding-top: 20px;
  padding-bottom: 20px;
  width: 100px;
  white-space: normal;
}

.table-wrapper table tr.grey-border-top {
  border-top: 2px solid #b3b3b3;
}

.table-wrapper table tr.grey-border-bottom {
  border-bottom: 2px solid #b3b3b3;
}

.table-wrapper table tr.border-h-yellow {
  border-bottom: 2px solid #ebc500;
}

.table-wrapper table tr.grey {
  background-color: #f7f7f7;
}

.table-wrapper table tr .red-text {
  color: #e40428;
  font-weight: bold;
}

.table-wrapper table tr td:first-child {
  min-width: 150px;
}

.table-wrapper table tr td:first-child span.centred {
  position: initial !important;
}

.table-wrapper table tr td:first-child span.centred img {
  position: initial !important;
  margin-right: 8px !important;
}

.table-wrapper table td.border-v-yellow {
  border-left: 2px solid #ebc500;
  padding-left: 35px;
}

.table-wrapper table td ul, .table-wrapper table td ol {
  margin: 0px;
}

.table-wrapper table td p:first-child {
  margin-top: 0px;
}

.table-wrapper table td p:last-child {
  margin-bottom: 0px;
}

.table-wrapper table td span.centred {
  position: relative;
}

.table-wrapper table td span.centred img {
  position: absolute;
  left: -34px;
  margin: auto 0;
  top: 0;
  bottom: 0;
}

.table-wrapper table thead {
  font-weight: bold;
  text-align: center;
}

.table-wrapper table thead th {
  padding-top: 20px;
  padding-bottom: 20px;
}

.table-wrapper table tr th:first-child, .table-wrapper table tr td:first-child {
  padding-left: 24px;
}

.table-wrapper table tr th:last-child, .table-wrapper table tr td:last-child {
  padding-right: 24px;
}

.table-wrapper caption {
  caption-side: bottom;
  width: 100%;
  font-size: 16px;
  line-height: 18px;
  padding: 6px 16px;
  text-align: left;
  background-color: black;
  color: white;
}

.table-wrapper img {
  margin: 0px 8px;
  width: 20px;
  height: 20px;
}

.table-wrapper img:first-child {
  margin-left: 0px;
}

.table-wrapper table.special caption {
  background-color: #ccc;
  color: black;
}

.form-item-attachments .form-managed-file {
  margin: 10px 0px;
}

.form-item-attachments .form-managed-file input.form-file,
.form-item-attachments .form-managed-file input.js-hide {
  display: none !important;
}

.form-item-attachments .form-managed-file .form-type-checkbox a {
  color: black !important;
}

.form-item-attachments .form-managed-file input.form-submit {
  background: none;
  border: none;
  display: block;
  padding: 8px 0px;
  margin: 0;
  font-size: 14px;
  color: #e40428;
}

.form-item-attachments .form-managed-file input.form-submit:hover {
  color: #91031a;
}

.form-item-attachments .description {
  font-size: 0.85em;
  line-height: 18px;
  margin: 10px 0px;
}

form {
  position: relative;
}

form .form-cover {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.8);
  z-index: -100;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 500ms;
  transition: opacity 500ms;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 !important;
  max-width: none !important;
  display: none;
}

form .form-cover img {
  width: 32px;
  height: 42.68px;
}

.page-node-type-report .report-main h1,
.page-node-type-long-report [id="main-content"] h1,
.page-node-type-article .report-main h1,
.page-node-type-page .col1-wrapper *:not(.field--name-node-title) h1,
.page-node-type-page .group-right *:not(.field--name-node-title) h1,
.page-node-type-landing article h1, .page-node-type-report .report-main h2,
.page-node-type-long-report [id="main-content"] h2,
.page-node-type-article .report-main h2,
.page-node-type-page .col1-wrapper *:not(.field--name-node-title) h2,
.page-node-type-page .group-right *:not(.field--name-node-title) h2,
.page-node-type-landing article h2, .page-node-type-report .report-main h3,
.page-node-type-long-report [id="main-content"] h3,
.page-node-type-article .report-main h3,
.page-node-type-page .col1-wrapper *:not(.field--name-node-title) h3,
.page-node-type-page .group-right *:not(.field--name-node-title) h3,
.page-node-type-landing article h3, .page-node-type-report .report-main h4,
.page-node-type-long-report [id="main-content"] h4,
.page-node-type-article .report-main h4,
.page-node-type-page .col1-wrapper *:not(.field--name-node-title) h4,
.page-node-type-page .group-right *:not(.field--name-node-title) h4,
.page-node-type-landing article h4, .page-node-type-report .report-main h5,
.page-node-type-long-report [id="main-content"] h5,
.page-node-type-article .report-main h5,
.page-node-type-page .col1-wrapper *:not(.field--name-node-title) h5,
.page-node-type-page .group-right *:not(.field--name-node-title) h5,
.page-node-type-landing article h5, .page-node-type-report .report-main h6,
.page-node-type-long-report [id="main-content"] h6,
.page-node-type-article .report-main h6,
.page-node-type-page .col1-wrapper *:not(.field--name-node-title) h6,
.page-node-type-page .group-right *:not(.field--name-node-title) h6,
.page-node-type-landing article h6 {
  font-family: 'Din Regular', Roboto, sans-serif;
  font-weight: normal;
}

.page-node-type-report .report-main .ruler-black,
.page-node-type-long-report [id="main-content"] .ruler-black,
.page-node-type-article .report-main .ruler-black,
.page-node-type-page .col1-wrapper *:not(.field--name-node-title) .ruler-black,
.page-node-type-page .group-right *:not(.field--name-node-title) .ruler-black,
.page-node-type-landing article .ruler-black, .page-node-type-report .report-main .ruler-yellow,
.page-node-type-long-report [id="main-content"] .ruler-yellow,
.page-node-type-article .report-main .ruler-yellow,
.page-node-type-page .col1-wrapper *:not(.field--name-node-title) .ruler-yellow,
.page-node-type-page .group-right *:not(.field--name-node-title) .ruler-yellow,
.page-node-type-landing article .ruler-yellow, .page-node-type-report .report-main .ruler-red,
.page-node-type-long-report [id="main-content"] .ruler-red,
.page-node-type-article .report-main .ruler-red,
.page-node-type-page .col1-wrapper *:not(.field--name-node-title) .ruler-red,
.page-node-type-page .group-right *:not(.field--name-node-title) .ruler-red,
.page-node-type-landing article .ruler-red {
  border-bottom: 4px solid #000;
  border-top: 0;
}

.page-node-type-report .report-main h1,
.page-node-type-long-report [id="main-content"] h1,
.page-node-type-article .report-main h1,
.page-node-type-page .col1-wrapper *:not(.field--name-node-title) h1,
.page-node-type-page .group-right *:not(.field--name-node-title) h1,
.page-node-type-landing article h1 {
  border-bottom: 1px solid currentColor;
  font-size: 25px;
  font-weight: bold;
  line-height: 30px;
  padding-bottom: 6px;
}

.page-node-type-report .report-main h2,
.page-node-type-long-report [id="main-content"] h2,
.page-node-type-article .report-main h2,
.page-node-type-page .col1-wrapper *:not(.field--name-node-title) h2,
.page-node-type-page .group-right *:not(.field--name-node-title) h2,
.page-node-type-landing article h2 {
  border-bottom: 1px solid currentColor;
  font-size: 22px;
  line-height: 28px;
  padding-bottom: 6px;
}

.page-node-type-report .report-main h3,
.page-node-type-long-report [id="main-content"] h3,
.page-node-type-article .report-main h3,
.page-node-type-page .col1-wrapper *:not(.field--name-node-title) h3,
.page-node-type-page .group-right *:not(.field--name-node-title) h3,
.page-node-type-landing article h3 {
  border-color: transparent;
  font-size: 20px;
  line-height: 26px;
}

.page-node-type-report .report-main h4,
.page-node-type-long-report [id="main-content"] h4,
.page-node-type-article .report-main h4,
.page-node-type-page .col1-wrapper *:not(.field--name-node-title) h4,
.page-node-type-page .group-right *:not(.field--name-node-title) h4,
.page-node-type-landing article h4 {
  border-color: transparent;
  color: #e40428;
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
}

.page-node-type-report .report-main h5,
.page-node-type-long-report [id="main-content"] h5,
.page-node-type-article .report-main h5,
.page-node-type-page .col1-wrapper *:not(.field--name-node-title) h5,
.page-node-type-page .group-right *:not(.field--name-node-title) h5,
.page-node-type-landing article h5 {
  font-size: 16px;
  font-weight: bold;
  line-height: 24px;
}

.page-node-type-report .report-main h6,
.page-node-type-long-report [id="main-content"] h6,
.page-node-type-article .report-main h6,
.page-node-type-page .col1-wrapper *:not(.field--name-node-title) h6,
.page-node-type-page .group-right *:not(.field--name-node-title) h6,
.page-node-type-landing article h6 {
  font-size: 16px;
  font-weight: bold;
  line-height: 24px;
}

.page-node-type-report .report-main .ruler-yellow,
.page-node-type-long-report [id="main-content"] .ruler-yellow,
.page-node-type-article .report-main .ruler-yellow,
.page-node-type-page .col1-wrapper *:not(.field--name-node-title) .ruler-yellow,
.page-node-type-page .group-right *:not(.field--name-node-title) .ruler-yellow,
.page-node-type-landing article .ruler-yellow {
  border-bottom-color: #ebc500;
}

.page-node-type-report .report-main .ruler-red,
.page-node-type-long-report [id="main-content"] .ruler-red,
.page-node-type-article .report-main .ruler-red,
.page-node-type-page .col1-wrapper *:not(.field--name-node-title) .ruler-red,
.page-node-type-page .group-right *:not(.field--name-node-title) .ruler-red,
.page-node-type-landing article .ruler-red {
  border-bottom-color: #e40428;
}

.page-node-type-report .report-main .red-text,
.page-node-type-long-report [id="main-content"] .red-text,
.page-node-type-article .report-main .red-text,
.page-node-type-page .col1-wrapper *:not(.field--name-node-title) .red-text,
.page-node-type-page .group-right *:not(.field--name-node-title) .red-text,
.page-node-type-landing article .red-text {
  color: #e40428;
  font-weight: bold;
}

.page-node-type-report .report-main blockquote,
.page-node-type-long-report [id="main-content"] blockquote,
.page-node-type-article .report-main blockquote,
.page-node-type-page .col1-wrapper *:not(.field--name-node-title) blockquote,
.page-node-type-page .group-right *:not(.field--name-node-title) blockquote,
.page-node-type-landing article blockquote {
  font-family: 'Roboto', sans-serif;
  font-size: 25px;
  font-style: italic;
  font-weight: lighter;
  line-height: 37px;
  margin: 25px 16px;
}

.page-node-type-report .report-main blockquote p::before, .page-node-type-report .report-main blockquote p::after,
.page-node-type-long-report [id="main-content"] blockquote p::before,
.page-node-type-long-report [id="main-content"] blockquote p::after,
.page-node-type-article .report-main blockquote p::before,
.page-node-type-article .report-main blockquote p::after,
.page-node-type-page .col1-wrapper *:not(.field--name-node-title) blockquote p::before,
.page-node-type-page .col1-wrapper *:not(.field--name-node-title) blockquote p::after,
.page-node-type-page .group-right *:not(.field--name-node-title) blockquote p::before,
.page-node-type-page .group-right *:not(.field--name-node-title) blockquote p::after,
.page-node-type-landing article blockquote p::before,
.page-node-type-landing article blockquote p::after {
  display: inline-block;
  width: 8px;
}

.page-node-type-report .report-main blockquote p::before,
.page-node-type-long-report [id="main-content"] blockquote p::before,
.page-node-type-article .report-main blockquote p::before,
.page-node-type-page .col1-wrapper *:not(.field--name-node-title) blockquote p::before,
.page-node-type-page .group-right *:not(.field--name-node-title) blockquote p::before,
.page-node-type-landing article blockquote p::before {
  content: '“';
}

.page-node-type-report .report-main blockquote p::after,
.page-node-type-long-report [id="main-content"] blockquote p::after,
.page-node-type-article .report-main blockquote p::after,
.page-node-type-page .col1-wrapper *:not(.field--name-node-title) blockquote p::after,
.page-node-type-page .group-right *:not(.field--name-node-title) blockquote p::after,
.page-node-type-landing article blockquote p::after {
  content: '”';
}

.page-node-type-report .report-main .recommendation-wrapper,
.page-node-type-long-report [id="main-content"] .recommendation-wrapper,
.page-node-type-article .report-main .recommendation-wrapper,
.page-node-type-page .col1-wrapper *:not(.field--name-node-title) .recommendation-wrapper,
.page-node-type-page .group-right *:not(.field--name-node-title) .recommendation-wrapper,
.page-node-type-landing article .recommendation-wrapper {
  background-color: #f7f7f7;
  padding-left: 18px;
  padding-right: 16px;
}

.page-node-type-report .report-main .recommendation-wrapper .recommendation,
.page-node-type-long-report [id="main-content"] .recommendation-wrapper .recommendation,
.page-node-type-article .report-main .recommendation-wrapper .recommendation,
.page-node-type-page .col1-wrapper *:not(.field--name-node-title) .recommendation-wrapper .recommendation,
.page-node-type-page .group-right *:not(.field--name-node-title) .recommendation-wrapper .recommendation,
.page-node-type-landing article .recommendation-wrapper .recommendation {
  border-left: 2px solid #ebc500;
  padding-left: 16px !important;
  padding: 15px 0px;
}

.page-node-type-report .report-main .footnote,
.page-node-type-long-report [id="main-content"] .footnote,
.page-node-type-article .report-main .footnote,
.page-node-type-page .col1-wrapper *:not(.field--name-node-title) .footnote,
.page-node-type-page .group-right *:not(.field--name-node-title) .footnote,
.page-node-type-landing article .footnote {
  color: #5a5a5a;
  font-size: 12px;
  line-height: 16px;
}

.page-node-type-report .report-main figure,
.page-node-type-long-report [id="main-content"] figure,
.page-node-type-article .report-main figure,
.page-node-type-page .col1-wrapper *:not(.field--name-node-title) figure,
.page-node-type-page .group-right *:not(.field--name-node-title) figure,
.page-node-type-landing article figure {
  margin: 16px 0px;
  width: 100%;
  display: block;
}

.page-node-type-report .report-main figure img,
.page-node-type-long-report [id="main-content"] figure img,
.page-node-type-article .report-main figure img,
.page-node-type-page .col1-wrapper *:not(.field--name-node-title) figure img,
.page-node-type-page .group-right *:not(.field--name-node-title) figure img,
.page-node-type-landing article figure img {
  width: 100% !important;
  height: auto;
  object-fit: cover;
  vertical-align: text-top;
}

.page-node-type-report .report-main figure figcaption,
.page-node-type-long-report [id="main-content"] figure figcaption,
.page-node-type-article .report-main figure figcaption,
.page-node-type-page .col1-wrapper *:not(.field--name-node-title) figure figcaption,
.page-node-type-page .group-right *:not(.field--name-node-title) figure figcaption,
.page-node-type-landing article figure figcaption {
  display: block;
  background-color: black;
  color: white;
  font-size: 16px;
  line-height: 18px;
  padding: 6px 16px;
  text-align: left;
  width: 100%;
}

.page-node-type-report .report-main figure figcaption.special,
.page-node-type-long-report [id="main-content"] figure figcaption.special,
.page-node-type-article .report-main figure figcaption.special,
.page-node-type-page .col1-wrapper *:not(.field--name-node-title) figure figcaption.special,
.page-node-type-page .group-right *:not(.field--name-node-title) figure figcaption.special,
.page-node-type-landing article figure figcaption.special {
  background-color: #ccc;
  color: black;
}

.page-node-type-report .report-main .img-v-centred img,
.page-node-type-long-report [id="main-content"] .img-v-centred img,
.page-node-type-article .report-main .img-v-centred img,
.page-node-type-page .col1-wrapper *:not(.field--name-node-title) .img-v-centred img,
.page-node-type-page .group-right *:not(.field--name-node-title) .img-v-centred img,
.page-node-type-landing article .img-v-centred img {
  width: 20px;
  height: 20px;
  vertical-align: middle;
  margin: 0px 6px;
}

.page-node-type-report .report-main .img-v-centred img:first-child,
.page-node-type-long-report [id="main-content"] .img-v-centred img:first-child,
.page-node-type-article .report-main .img-v-centred img:first-child,
.page-node-type-page .col1-wrapper *:not(.field--name-node-title) .img-v-centred img:first-child,
.page-node-type-page .group-right *:not(.field--name-node-title) .img-v-centred img:first-child,
.page-node-type-landing article .img-v-centred img:first-child {
  margin-left: 0px;
}

.page-node-type-report .report-main .field__label,
.page-node-type-long-report [id="main-content"] .field__label,
.page-node-type-article .report-main .field__label,
.page-node-type-page .col1-wrapper *:not(.field--name-node-title) .field__label,
.page-node-type-page .group-right *:not(.field--name-node-title) .field__label,
.page-node-type-landing article .field__label {
  display: none;
}

.page-node-type-report .report-main ul,
.page-node-type-long-report [id="main-content"] ul,
.page-node-type-article .report-main ul,
.page-node-type-page .col1-wrapper *:not(.field--name-node-title) ul,
.page-node-type-page .group-right *:not(.field--name-node-title) ul,
.page-node-type-landing article ul {
  list-style-type: disc;
}

.page-node-type-report .report-main ul ul,
.page-node-type-long-report [id="main-content"] ul ul,
.page-node-type-article .report-main ul ul,
.page-node-type-page .col1-wrapper *:not(.field--name-node-title) ul ul,
.page-node-type-page .group-right *:not(.field--name-node-title) ul ul,
.page-node-type-landing article ul ul {
  list-style-type: '-\0000a0';
}

.page-node-type-report .report-main ol li ol,
.page-node-type-long-report [id="main-content"] ol li ol,
.page-node-type-article .report-main ol li ol,
.page-node-type-page .col1-wrapper *:not(.field--name-node-title) ol li ol,
.page-node-type-page .group-right *:not(.field--name-node-title) ol li ol,
.page-node-type-landing article ol li ol {
  counter-reset: alpha-list;
}

.page-node-type-report .report-main ol li ol > li,
.page-node-type-long-report [id="main-content"] ol li ol > li,
.page-node-type-article .report-main ol li ol > li,
.page-node-type-page .col1-wrapper *:not(.field--name-node-title) ol li ol > li,
.page-node-type-page .group-right *:not(.field--name-node-title) ol li ol > li,
.page-node-type-landing article ol li ol > li {
  list-style: none;
  position: relative;
}

.page-node-type-report .report-main ol li ol > li::before,
.page-node-type-long-report [id="main-content"] ol li ol > li::before,
.page-node-type-article .report-main ol li ol > li::before,
.page-node-type-page .col1-wrapper *:not(.field--name-node-title) ol li ol > li::before,
.page-node-type-page .group-right *:not(.field--name-node-title) ol li ol > li::before,
.page-node-type-landing article ol li ol > li::before {
  content: counter(alpha-list, lower-alpha) ") ";
  counter-increment: alpha-list;
  left: -1.4em;
  position: absolute;
}

.page-node-type-report .report-main ol li ol ol,
.page-node-type-long-report [id="main-content"] ol li ol ol,
.page-node-type-article .report-main ol li ol ol,
.page-node-type-page .col1-wrapper *:not(.field--name-node-title) ol li ol ol,
.page-node-type-page .group-right *:not(.field--name-node-title) ol li ol ol,
.page-node-type-landing article ol li ol ol {
  counter-reset: roman-list;
}

.page-node-type-report .report-main ol li ol ol > li,
.page-node-type-long-report [id="main-content"] ol li ol ol > li,
.page-node-type-article .report-main ol li ol ol > li,
.page-node-type-page .col1-wrapper *:not(.field--name-node-title) ol li ol ol > li,
.page-node-type-page .group-right *:not(.field--name-node-title) ol li ol ol > li,
.page-node-type-landing article ol li ol ol > li {
  list-style: none;
  position: relative;
}

.page-node-type-report .report-main ol li ol ol > li::before,
.page-node-type-long-report [id="main-content"] ol li ol ol > li::before,
.page-node-type-article .report-main ol li ol ol > li::before,
.page-node-type-page .col1-wrapper *:not(.field--name-node-title) ol li ol ol > li::before,
.page-node-type-page .group-right *:not(.field--name-node-title) ol li ol ol > li::before,
.page-node-type-landing article ol li ol ol > li::before {
  content: counter(roman-list, lower-roman) ") ";
  counter-increment: roman-list;
  left: -1.4em;
  position: absolute;
}

.page-node-type-report main .region-content #block-aonsw-content .main-content-wrapper .main-content .report-tags,
.page-node-type-long-report main .region-content #block-aonsw-content .main-content-wrapper .main-content .report-tags, .page-node-type-article main .region-content .report-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-style: italic;
  padding-left: 1.3rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  font-size: 15px;
  line-height: 20px;
}

.page-node-type-report main .region-content #block-aonsw-content .main-content-wrapper .main-content .report-tags::before,
.page-node-type-long-report main .region-content #block-aonsw-content .main-content-wrapper .main-content .report-tags::before, .page-node-type-article main .region-content .report-tags::before {
  background: url("../../images/icons/Tag.svg") no-repeat;
  background-size: cover;
  content: '';
  position: absolute;
  left: 0;
  top: 3px;
  width: 13px;
  height: 13px;
}

.page-node-type-report main .region-content #block-aonsw-content .main-content-wrapper .main-content .report-tags .field__items .field__item, .page-node-type-long-report main .region-content #block-aonsw-content .main-content-wrapper .main-content .report-tags .field__items .field__item, .page-node-type-article main .region-content .report-tags .field__items .field__item {
  display: inline-block;
  margin-right: .05em;
}

.page-node-type-report main .region-content #block-aonsw-content .main-content-wrapper .main-content .report-tags .field__items .field__item a, .page-node-type-long-report main .region-content #block-aonsw-content .main-content-wrapper .main-content .report-tags .field__items .field__item a, .page-node-type-article main .region-content .report-tags .field__items .field__item a {
  text-decoration: none;
  color: black;
}

.page-node-type-report main .region-content #block-aonsw-content .main-content-wrapper .main-content .report-tags .field__items .field__item a:hover, .page-node-type-long-report main .region-content #block-aonsw-content .main-content-wrapper .main-content .report-tags .field__items .field__item a:hover, .page-node-type-article main .region-content .report-tags .field__items .field__item a:hover {
  color: #e40428;
  text-decoration: underline;
}

.page-node-type-report main .region-content #block-aonsw-content .main-content-wrapper .main-content .report-tags .field__items .field__item::after, .page-node-type-long-report main .region-content #block-aonsw-content .main-content-wrapper .main-content .report-tags .field__items .field__item::after, .page-node-type-article main .region-content .report-tags .field__items .field__item::after {
  content: ',';
}

.page-node-type-report main .region-content #block-aonsw-content .main-content-wrapper .main-content .report-tags .field__items .field__item:last-child::after, .page-node-type-long-report main .region-content #block-aonsw-content .main-content-wrapper .main-content .report-tags .field__items .field__item:last-child::after, .page-node-type-article main .region-content .report-tags .field__items .field__item:last-child::after {
  content: '';
}

.field--name-field-teaser-tiles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 1082px;
  margin: 24px auto 0px auto;
}

.field--name-field-teaser-tiles .field__item {
  height: 222px;
  margin-bottom: 32px;
  overflow: hidden;
  position: relative;
  width: 525px;
}

.field--name-field-teaser-tiles .field__item:nth-child(odd) {
  margin-right: 32px;
}

.field--name-field-teaser-tiles .paragraph--type--teaser-tile {
  min-width: 100%;
}

.field--name-field-teaser-tiles .paragraph--type--teaser-tile:hover .field--name-field-title, .field--name-field-teaser-tiles .paragraph--type--teaser-tile:focus .field--name-field-title {
  background-color: rgba(0, 0, 0, 0.6);
  font-size: 39px;
  line-height: 50px;
}

.field--name-field-teaser-tiles .paragraph--type--teaser-tile img {
  height: auto;
  left: -webkit-calc(50%);
  left: calc(50%);
  min-height: 130px;
  min-width: 100%;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.field--name-field-teaser-tiles .paragraph--type--teaser-tile .field--name-field-title {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgba(0, 0, 0, 0.42);
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: 'Roboto';
  font-size: 37px;
  font-weight: bold;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 0;
  line-height: 48px;
  padding: 10px;
  position: absolute;
  text-align: center;
  text-decoration: none;
  text-shadow: 0 0 8px #000;
  top: 0;
  -webkit-transition: background-color .5s, font-size .5s;
  transition: background-color .5s, font-size .5s;
  width: 100%;
  z-index: 1;
}

@media screen and (max-width: 1246px) {
  .field--name-field-teaser-tiles {
    width: 998px;
  }
  .field--name-field-teaser-tiles .field__item {
    width: 483px;
  }
}

@media screen and (max-width: 1173px) {
  .field--name-field-teaser-tiles {
    width: 872px;
  }
  .field--name-field-teaser-tiles .field__item {
    width: 420px;
  }
}

@media screen and (max-width: 965px) {
  .field--name-field-teaser-tiles {
    width: 670px;
  }
  .field--name-field-teaser-tiles .field__item {
    width: 319px;
  }
}

@media screen and (max-width: 767px) {
  .field--name-field-teaser-tiles {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 735px;
    width: 100%;
  }
  .field--name-field-teaser-tiles .field__item {
    width: 100%;
    height: 128px;
    margin-bottom: 16px;
    margin-right: 0px !important;
  }
  .field--name-field-teaser-tiles .paragraph--type--teaser-tile .field--name-field-title {
    font-size: 26px;
    line-height: 30px;
  }
  .field--name-field-teaser-tiles .paragraph--type--teaser-tile:hover .field--name-field-title {
    font-size: 28px;
    line-height: 32px;
  }
}

/* site-wide styles */
html.noscroll,
html.noscroll body {
  overflow: hidden;
  position: fixed;
  height: 100%;
}

body.noscroll {
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
}

html,
body,
.dialog-off-canvas-main-canvas {
  height: 100%;
}

body {
  background-image: url(../../images/bg-pattern.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  margin: 0px;
}

[id='main-content'] {
  padding: 0 40px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1366px;
  min-height: -webkit-calc(100% - 516px);
  min-height: calc(100% - 516px);
}

[id='main-content'] a:not(.buttonRound-red) {
  color: #e40428;
  text-decoration: none;
}

[id='main-content'] a:not(.buttonRound-red):hover {
  text-decoration: underline;
}

[id='main-content'] a:not(.buttonRound-red):visited {
  color: #e40428;
}

@media screen and (max-width: 760px), print {
  [id='main-content'] {
    padding: 0 16px;
  }
}

.captcha {
  border: none;
}

.captcha summary,
.captcha .details-description {
  display: none;
}

.captcha .details-wrapper {
  padding: 0px;
}

header {
  height: 104px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-shadow: 0px 4px 3px -2px rgba(198, 198, 198, 0.5);
          box-shadow: 0px 4px 3px -2px rgba(198, 198, 198, 0.5);
  max-width: 1286px;
  margin-left: auto;
  margin-right: auto;
}

header .region-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 55px;
  margin: 24px 0px 24px 0px;
}

header .region-header .block-system-branding-block {
  height: 100%;
}

header .header-menu {
  display: none;
}

header .header-menu button {
  background: none;
  border: none;
  padding: 0px;
  cursor: pointer;
}

header .header-menu .search-icon img {
  width: 24px;
  height: 24px;
  margin-right: 24px;
}

header .header-menu .hamburger-menu img {
  width: 45px;
  height: 45px;
}

header .header-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

header .header-nav .menu-close {
  display: none;
}

header .header-nav .menu-close button {
  background: none;
  border: none;
  padding: 0px;
}

header .header-nav .menu-close button img {
  width: 35px;
  height: 35px;
}

header .header-nav .region-primary-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 6px;
}

header .header-nav .region-primary-menu .menu--main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header .header-nav .region-primary-menu .menu--main .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0px;
}

header .header-nav .region-primary-menu .menu--main .menu > .menu-item {
  position: relative;
  display: inline-block;
  margin: 0px 10px;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 500;
}

header .header-nav .region-primary-menu .menu--main .menu > .menu-item > a {
  color: black;
  text-decoration: none;
}

header .header-nav .region-primary-menu .menu--main .menu > .menu-item > a:hover {
  color: #e40428;
}

header .header-nav .region-primary-menu .menu--main .menu > .menu-item > .menu {
  position: absolute;
  top: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 0;
  -webkit-transition: height 0.4s;
  transition: height 0.4s;
  overflow: hidden;
  background-color: white;
  -webkit-box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 10;
  white-space: nowrap;
}

header .header-nav .region-primary-menu .menu--main .menu > .menu-item > .menu > .menu-item {
  margin: 0px;
}

header .header-nav .region-primary-menu .menu--main .menu > .menu-item > .menu > .menu-item a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

header .header-nav .region-primary-menu .menu--main .menu > .menu-item > .menu > .menu-item a:hover {
  background-color: rgba(0, 0, 0, 0.1);
}

header .header-nav .region-primary-menu .views-exposed-form {
  margin: 0px 2px 14px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header .header-nav .region-primary-menu .views-exposed-form form .form--inline {
  border-bottom: 1px solid black;
  max-height: 38px;
  position: relative;
}

header .header-nav .region-primary-menu .views-exposed-form form .form--inline .form-type-textfield {
  margin-top: 0px;
  margin-bottom: 0px;
  max-height: 38px;
  width: 262px;
}

header .header-nav .region-primary-menu .views-exposed-form form .form--inline .form-type-textfield label {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

header .header-nav .region-primary-menu .views-exposed-form form .form--inline .form-type-textfield input {
  background: none;
  outline: none;
  width: 240px;
  border: none;
  font-size: 16px;
  position: absolute;
  bottom: 4px;
  left: 24px;
  padding: 0px;
}

header .header-nav .region-primary-menu .views-exposed-form form .form--inline .form-actions {
  height: 38px;
  margin: 0px;
}

header .header-nav .region-primary-menu .views-exposed-form form .form--inline .form-actions input {
  width: 20px;
  height: 25px;
  border: none;
  background: url(../../images/icons/Search.svg) 2px 0/16px 16px no-repeat;
  color: transparent;
  position: absolute;
  display: block;
  top: 14px;
  padding: 0px;
}

header .header-nav .region-secondary-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

header .header-nav .region-secondary-menu .menu--secondary-navigation > .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  margin-top: 22px;
}

header .header-nav .region-secondary-menu .menu--secondary-navigation > .menu > .menu-item {
  margin: 0px 16px;
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  line-height: 15px;
}

header .header-nav .region-secondary-menu .menu--secondary-navigation > .menu > .menu-item:last-child {
  margin-right: 2px;
}

header .header-nav .region-secondary-menu .menu--secondary-navigation > .menu > .menu-item a {
  color: black;
  text-decoration: none;
}

header .header-nav .region-secondary-menu .menu--secondary-navigation > .menu > .menu-item a:hover {
  color: #e40428;
}

@media screen and (max-width: 1366px) {
  header {
    margin: 0px 40px;
  }
}

@media screen and (max-width: 1150px) {
  /* hide menu */
  header {
    position: relative;
  }
  header .header-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    right: 0px;
    height: 100%;
  }
  header .header-nav {
    display: block;
    position: fixed;
    background: white;
    z-index: 100;
    max-width: 358px;
    width: 100%;
    right: -414px;
    padding: 22px 32px 24px 24px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
            box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-transition: right 0.5s;
    transition: right 0.5s;
    top: 0;
    bottom: 0;
    overflow-y: auto;
    overflow-x: hidden;
  }
  header .header-nav .menu-close {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding-bottom: 6px;
  }
  header .header-nav .menu-close .nav-search {
    display: none;
  }
  header .header-nav .menu-close button {
    position: absolute;
    right: 28px;
    top: 32px;
  }
  header .header-nav .region-primary-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-top: 0px;
  }
  header .header-nav .region-primary-menu .menu--main {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  header .header-nav .region-primary-menu .menu--main > .menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0px;
  }
  header .header-nav .region-primary-menu .menu--main > .menu > .menu-item {
    padding: 0px;
    margin: 0px;
  }
  header .header-nav .region-primary-menu .menu--main > .menu > .menu-item > a {
    padding: 12px 0px;
    display: block;
  }
  header .header-nav .region-primary-menu .menu--main > .menu > .menu-item > .menu {
    -webkit-box-shadow: none;
            box-shadow: none;
    width: 236px;
    position: relative;
    top: 0px;
    font-weight: initial;
  }
  header .header-nav .region-primary-menu .menu--main > .menu > .menu-item > .menu > .menu-item {
    border-bottom: 1.3px solid rgba(117, 117, 117, 0.4);
    padding: 0px;
  }
  header .header-nav .region-primary-menu .views-exposed-form {
    margin-left: 0px;
    width: 250px;
  }
  header .header-nav .region-primary-menu .views-exposed-form form .form--inline {
    width: 250px;
  }
  header .header-nav .region-primary-menu .views-exposed-form form .form--inline .form-type-textfield input {
    width: 220px;
  }
  header .header-nav .region-primary-menu .views-exposed-form form .form--inline .form-actions {
    margin: 0px;
  }
  header .header-nav .region-secondary-menu {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  header .header-nav .region-secondary-menu .menu--secondary-navigation .menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0px;
  }
  header .header-nav .region-secondary-menu .menu--secondary-navigation .menu > .menu-item {
    padding: 12px 0px;
    font-size: 12px;
    line-height: 15px;
    margin: 0px;
  }
}

@media screen and (max-width: 760px), print {
  header {
    height: 64px;
    margin: 0px 16px;
  }
  header .region-header {
    margin: 0px;
    padding: 16px 0px;
  }
  header .region-header img {
    width: 178px;
    height: 32px;
  }
  header .header-menu {
    margin-right: 24px;
  }
  header .header-menu .search-icon img {
    width: 20px;
    height: 20px;
    margin-right: 14px;
  }
  header .header-menu .hamburger-menu img {
    width: 32px;
  }
  header .header-nav .menu-close button img {
    width: 30px;
    height: 30px;
  }
}

@media screen and (max-width: 370px) {
  header .header-nav {
    width: 100%;
    max-width: 370px;
  }
  header .header-nav .menu-close button {
    right: 18px;
  }
  header .header-nav .region-primary-menu > .views-exposed-form form .form--inline {
    width: 220px;
  }
  header .header-nav .region-primary-menu > .views-exposed-form form .form--inline .form-type-textfield input {
    width: 190px;
  }
}

.region-footer-top #block-sectorform .subscribe-footer > .pre_form_footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.region-footer-top #block-sectorform .subscribe-footer > .pre_form_footer > .subscribe-title {
  margin: 48px 0px 30px 0px;
  font-family: 'DIN Regular', sans-serif;
  font-size: 35px;
  line-height: 42px;
}

@media screen and (max-width: 760px), print {
  .region-footer-top #block-sectorform .subscribe-footer > .pre_form_footer > .subscribe-title {
    width: 283px;
    text-align: center;
  }
}

.region-footer-top #block-sectorform .subscribe-footer > .pre_form_footer > form {
  width: 100%;
}

.region-footer-top #block-sectorform .subscribe-footer > .pre_form_footer > form .subscribe-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  padding: 0px 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 760px), print {
  .region-footer-top #block-sectorform .subscribe-footer > .pre_form_footer > form .subscribe-detail {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.region-footer-top #block-sectorform .subscribe-footer > .pre_form_footer > form .subscribe-detail .subscribe-detail-parts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  max-width: 360px;
  margin: 0px 8px;
  font-family: 'Roboto', sans-serif;
}

@media screen and (max-width: 760px), print {
  .region-footer-top #block-sectorform .subscribe-footer > .pre_form_footer > form .subscribe-detail .subscribe-detail-parts {
    margin: 8px 0px;
  }
}

.region-footer-top #block-sectorform .subscribe-footer > .pre_form_footer > form .subscribe-detail .subscribe-detail-parts input {
  max-width: 360px;
  width: 100%;
  height: 64px;
  padding: 20px;
  margin-top: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid black;
  outline: none;
  font-size: 20px;
}

.region-footer-top #block-sectorform .subscribe-footer > .pre_form_footer > form .subscribe-detail > button {
  max-width: 158px;
  margin: 0px 8px;
  text-decoration: none;
}

@media screen and (max-width: 760px), print {
  .region-footer-top #block-sectorform .subscribe-footer > .pre_form_footer > form .subscribe-detail > button {
    margin: 8px 0px;
  }
}

.information {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 48px;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  line-height: 24px;
  background-color: #f7f7f7;
}

.information .logo {
  margin: 24px 0px;
}

.information .logo img {
  width: 220px;
}

.information .region-footer ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  margin: 0px 16px 24px 16px;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  line-height: 24px;
}

.information .region-footer ul li {
  padding-right: 5px;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.1px;
  cursor: pointer;
}

.information .region-footer ul li:after {
  content: '|';
  padding-left: 3px;
}

.information .region-footer ul li:last-child:after {
  content: none;
}

.information .region-footer ul li a {
  text-decoration: none;
  color: black;
  text-transform: uppercase;
  font-weight: bold;
}

.information .region-footer ul li a:hover {
  color: #e40428;
}

.path-frontpage main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0px;
}

.path-frontpage main .region-feature-top {
  margin-top: 48px;
}

.path-frontpage main .region-feature-top > .block-block-content > .field--type-entity-reference-revisions {
  width: 1254px;
  height: 526px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column wrap;
          flex-flow: column wrap;
}

.path-frontpage main .region-feature-top > .block-block-content > .field--type-entity-reference-revisions > .field__item {
  margin: 8px;
  width: 363px;
  height: 247px;
  background-color: black;
}

.path-frontpage main .region-feature-top > .block-block-content > .field--type-entity-reference-revisions > .field__item > a .paragraph {
  position: relative;
  width: 363px;
  height: 247px;
  overflow: hidden;
  cursor: pointer;
  font-family: 'Roboto', sans-serif;
}

.path-frontpage main .region-feature-top > .block-block-content > .field--type-entity-reference-revisions > .field__item > a .paragraph:hover .field--name-field-title {
  text-decoration: underline;
  white-space: normal;
}

.path-frontpage main .region-feature-top > .block-block-content > .field--type-entity-reference-revisions > .field__item > a .paragraph:hover .field--name-field-link {
  text-decoration: none;
}

.path-frontpage main .region-feature-top > .block-block-content > .field--type-entity-reference-revisions > .field__item > a .paragraph .report-info {
  -webkit-transition: padding-top 0.4s;
  transition: padding-top 0.4s;
}

.path-frontpage main .region-feature-top > .block-block-content > .field--type-entity-reference-revisions > .field__item > a .paragraph .field--name-field-title {
  text-overflow: ellipsis;
}

.path-frontpage main .region-feature-top > .block-block-content > .field--type-entity-reference-revisions > .field__item > a .paragraph .field--name-field-description {
  height: 0px;
  -webkit-transition: height 0.4s;
  transition: height 0.4s;
}

.path-frontpage main .region-feature-top > .block-block-content > .field--type-entity-reference-revisions > .field__item:first-child {
  margin-left: 0px;
  width: 496px;
  height: 510px;
}

.path-frontpage main .region-feature-top > .block-block-content > .field--type-entity-reference-revisions > .field__item:first-child > a .paragraph {
  width: 496px;
  height: 510px;
  background-color: black;
  cursor: pointer;
}

.path-frontpage main .region-feature-top > .block-block-content > .field--type-entity-reference-revisions > .field__item:first-child > a .paragraph .field--name-field-description {
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 24px;
}

.path-frontpage main .region-feature-top > .block-block-content > .field--type-entity-reference-revisions > .field__item:nth-child(n+4) {
  margin-right: 0px;
}

.path-frontpage main .reports-carousel {
  width: 100%;
  margin-top: 48px;
}

.path-frontpage main .reports-carousel > .block-homepagefeatureother > .slick-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.path-frontpage main .reports-carousel > .block-homepagefeatureother > .slick-slider button {
  background: none;
  border: none;
  margin: 0px;
  outline: none;
  padding: 0px;
}

.path-frontpage main .reports-carousel > .block-homepagefeatureother > .slick-slider button img {
  width: 45px;
  height: 45px;
}

.path-frontpage main .reports-carousel > .block-homepagefeatureother > .slick-slider .slick-list {
  width: -webkit-calc(100% - 90px);
  width: calc(100% - 90px);
}

.path-frontpage main .reports-carousel > .block-homepagefeatureother > .slick-slider .field__item a .paragraph {
  height: 264px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0px;
  position: relative;
}

.path-frontpage main .reports-carousel > .block-homepagefeatureother > .slick-slider .field__item a .paragraph .field--name-field-description {
  display: none;
}

.path-frontpage main .region-front-content {
  width: 100%;
}

.path-frontpage main .region-front-content [id='block-homepageauditorgeneral'] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 56px 0px 32px 0px;
}

.path-frontpage main .region-front-content [id='block-homepageauditorgeneral'] .field--name-field-statement-title {
  font-family: 'Roboto', sans-serif;
  font-size: 25px;
  line-height: 37px;
  text-align: center;
  margin: 0px;
}

.path-frontpage main .region-front-content [id='block-homepageauditorgeneral'] .field--name-field-statement-link {
  margin-top: 64px;
}

.path-frontpage main .region-front-content [id='block-homepageauditorgeneral'] .field--name-field-statement-link a {
  color: black;
  text-decoration: none;
}

.path-frontpage main .region-front-content [id='block-homepageauditorgeneral'] .field--name-field-statement-link a:hover, .path-frontpage main .region-front-content [id='block-homepageauditorgeneral'] .field--name-field-statement-link a:focus, .path-frontpage main .region-front-content [id='block-homepageauditorgeneral'] .field--name-field-statement-link a:active {
  color: white !important;
}

.path-frontpage main .region-front-content #block-sectorcarousel {
  background-color: #f7f7f7;
  width: 100%;
  max-width: 1286px;
  margin-left: auto;
  margin-right: auto;
}

.path-frontpage main .region-front-content #block-sectorcarousel h2 {
  font-size: 35px;
  line-height: 42px;
  font-family: 'DIN Regular', sans-serif;
  padding: 32px 0px 56px 0px;
  margin: 0px;
  text-align: center;
  font-weight: normal;
}

.path-frontpage main .region-front-content #block-sectorcarousel .explore-carousel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1420px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  visibility: hidden;
}

.path-frontpage main .region-front-content #block-sectorcarousel .explore-carousel.slick-initialized {
  visibility: visible !important;
}

.path-frontpage main .region-front-content #block-sectorcarousel .explore-carousel a.slick-slide {
  outline-offset: -4px;
}

.path-frontpage main .region-front-content #block-sectorcarousel .explore-carousel .report-box {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0px;
  font-family: 'Roboto', sans-serif;
  height: 176px;
  padding: 8px;
  overflow: hidden;
  cursor: pointer;
  font-size: 18px;
  line-height: 20px;
  color: white;
  position: relative;
  outline: none;
}

.path-frontpage main .region-front-content #block-sectorcarousel .explore-carousel .report-box .report-box-image {
  overflow: hidden;
  height: 100%;
  background-color: black;
}

.path-frontpage main .region-front-content #block-sectorcarousel .explore-carousel .report-box .report-box-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: width 0.5s, height 0.5s;
  transition: width 0.5s, height 0.5s;
}

.path-frontpage main .region-front-content #block-sectorcarousel .explore-carousel .report-box .report-box-cover {
  left: 0px;
  padding: inherit;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: none;
  -webkit-transition: font-size 0.5s;
  transition: font-size 0.5s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  height: 100%;
  width: 100%;
  position: absolute;
  bottom: 0px;
}

.path-frontpage main .region-front-content #block-sectorcarousel .explore-carousel .report-box .report-box-cover .cover-text {
  background-color: rgba(0, 0, 0, 0.6);
  background-blend-mode: multiply;
  color: white;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.8);
  padding: 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.path-frontpage main .region-front-content #block-sectorcarousel .explore-carousel .report-box:hover img {
  width: 105%;
  height: 105%;
}

.path-frontpage main .region-front-content #block-sectorcarousel .explore-carousel .report-box:hover .report-box-cover {
  font-size: 20px;
}

.path-frontpage main .region-front-content #block-sectorcarousel .explore-carousel > button {
  background: none;
  border: none;
  margin: 0px;
  padding: 0px;
}

.path-frontpage main .region-front-content #block-sectorcarousel .explore-carousel > button img {
  width: 64px;
  height: 64px;
}

.path-frontpage main .region-front-content .search-refine {
  display: none;
}

.path-frontpage main .region-front-content .views-exposed-form {
  width: 100%;
  max-width: 1286px;
  margin-left: auto;
  margin-right: auto;
}

.path-frontpage main .region-front-content .views-exposed-form form {
  padding-top: 50px;
  padding-bottom: 36px;
  background-color: #f7f7f7;
}

.path-frontpage main .region-front-content .views-exposed-form form .form--inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 0px 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.path-frontpage main .region-front-content .views-exposed-form form .form--inline .multiple-select-wrap:nth-child(n+4) {
  display: none;
}

.path-frontpage main .region-front-content .views-exposed-form form .form--inline .form-type-select, .path-frontpage main .region-front-content .views-exposed-form form .form--inline .multiple-select-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 16px 16px 16px 0px;
}

.path-frontpage main .region-front-content .views-exposed-form form .form--inline .multiple-select legend {
  width: 360px;
}

.path-frontpage main .region-front-content .views-exposed-form form .form--inline .form-type-select .custom-select .select-selected {
  width: 360px;
}

.path-frontpage main .region-front-content .views-exposed-form form .form--inline .form-actions .buttonRound-red {
  width: 230px;
  margin: 8px 0px;
}

.path-frontpage main .region-front-content [id='block-homepageicontiles'] > .field--type-entity-reference-revisions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 24px 0px 56px 0px;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
}

.path-frontpage main .region-front-content [id='block-homepageicontiles'] > .field--type-entity-reference-revisions .field__item a {
  background: #f7f7f7;
  -webkit-box-shadow: 0 4px 16px 0 rgba(48, 49, 51, 0.1);
          box-shadow: 0 4px 16px 0 rgba(48, 49, 51, 0.1);
  color: #000;
  display: block;
  width: 227px;
  height: 156px;
  margin: 12px 20px;
  text-decoration: none;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}

.path-frontpage main .region-front-content [id='block-homepageicontiles'] > .field--type-entity-reference-revisions .field__item a:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.path-frontpage main .region-front-content [id='block-homepageicontiles'] > .field--type-entity-reference-revisions .field__item a:focus, .path-frontpage main .region-front-content [id='block-homepageicontiles'] > .field--type-entity-reference-revisions .field__item a:active {
  outline: none;
  -webkit-box-shadow: 0 4px 16px 0 rgba(200, 49, 51, 0.3);
          box-shadow: 0 4px 16px 0 rgba(200, 49, 51, 0.3);
}

.path-frontpage main .region-front-content [id='block-homepageicontiles'] > .field--type-entity-reference-revisions .field__item a > .field--name-field-title {
  font-size: 16px;
  line-height: 20px;
  padding-top: 8px;
}

.path-frontpage main .region-front-content [id='block-homepageicontiles'] > .field--type-entity-reference-revisions .field__item a .paragraph {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  width: 100%;
  height: 100%;
}

.path-frontpage main .region-front-content [id='block-homepageicontiles'] > .field--type-entity-reference-revisions .field__item a .paragraph .field--name-field-title {
  padding-top: 14px;
}

.path-frontpage main .region-front-content [id='block-homepageicontiles'] > .field--type-entity-reference-revisions .field__item a .paragraph .media--type-icon img {
  width: 48px;
  max-width: 48px;
}

.path-frontpage main .region-content-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: 'Roboto', SANS-SERIF;
  margin-top: 24px;
}

.path-frontpage main .region-content-bottom #block-homepagenexttosocialmedia .field--type-entity-reference-revisions {
  height: 412px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column wrap;
          flex-flow: column wrap;
  margin-right: 32px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.path-frontpage main .region-content-bottom #block-homepagenexttosocialmedia .field--type-entity-reference-revisions > .field__item {
  margin: 8px;
  overflow: hidden;
  background-color: black;
}

.path-frontpage main .region-content-bottom #block-homepagenexttosocialmedia .field--type-entity-reference-revisions > .field__item > a .paragraph {
  position: relative;
  width: 363px;
  height: 188px;
  cursor: pointer;
  font-family: 'Roboto', sans-serif;
  text-decoration: none;
}

.path-frontpage main .region-content-bottom #block-socialfeed .social-right {
  width: 827px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 8px 0px;
}

.path-frontpage main .region-content-bottom #block-socialfeed .social-right .social-media {
  position: relative;
}

.path-frontpage main .region-content-bottom #block-socialfeed .social-right .social-media #social-title {
  font-size: 25px;
  font-family: 'DIN Regular', SANS-SERIF;
}

.path-frontpage main .region-content-bottom #block-socialfeed .social-right .social-media .social-detail {
  margin-top: 8px;
  margin-bottom: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.path-frontpage main .region-content-bottom #block-socialfeed .social-right .social-media .social-detail img {
  margin-right: 18px;
  max-width: 20px;
  min-width: 20px;
  height: 20px;
  position: relative;
  top: 4px;
}

.path-frontpage main .region-content-bottom #block-socialfeed .social-right .social-media .social-detail a {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
  color: black;
}

.path-frontpage main .region-content-bottom #block-socialfeed .social-right .social-media .social-media-shadow {
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 50%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(white));
  background: -webkit-linear-gradient(rgba(255, 255, 255, 0), white);
  background: linear-gradient(rgba(255, 255, 255, 0), white);
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.path-frontpage main .region-content-bottom #block-socialfeed .social-right .social-media:hover .social-media-shadow {
  opacity: 0;
  visibility: hidden;
}

.path-frontpage main .region-content-bottom #block-socialfeed .social-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.path-frontpage main .region-content-bottom #block-socialfeed .social-link > span {
  font-size: 16px;
  line-height: 24px;
}

.path-frontpage main .region-content-bottom #block-socialfeed .social-link a {
  margin-left: 24px;
  position: relative;
}

.path-frontpage main .region-content-bottom #block-socialfeed .social-link a img {
  width: 28px;
  height: 28px;
  cursor: pointer;
}

.path-frontpage main .arrow-down {
  position: fixed;
  bottom: 0;
  width: 100%;
  left: 0px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(white));
  background: -webkit-linear-gradient(rgba(255, 255, 255, 0) 0%, white 100%);
  background: linear-gradient(rgba(255, 255, 255, 0) 0%, white 100%);
  padding: 10px;
}

.path-frontpage main .arrow-down .img-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 60px;
  animation: bounce 1s infinite alternate;
  -moz-animation: bounce 1s infinite alternate;
  -webkit-animation: bounce 1s infinite alternate;
}

.path-frontpage main .arrow-down .img-wrap img {
  width: 40px;
  height: 70px;
}

@keyframes bounce {
  from {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  to {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  }
}

@-webkit-keyframes bounce {
  from {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  to {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  }
}

@media screen and (max-width: 1366px) {
  .path-frontpage header {
    max-width: 1266px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 1274px) {
  .path-frontpage header {
    margin: 0px 40px;
  }
  .path-frontpage main .region-feature-top .block-block-content > .field--type-entity-reference-revisions {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: auto;
    max-width: 720px;
    width: 100%;
  }
  .path-frontpage main .region-feature-top .block-block-content > .field--type-entity-reference-revisions > .field__item {
    margin-right: 8px !important;
    width: 344px;
    height: 188px;
  }
  .path-frontpage main .region-feature-top .block-block-content > .field--type-entity-reference-revisions > .field__item > a .paragraph {
    width: 344px;
    height: 188px;
  }
  .path-frontpage main .region-feature-top .block-block-content > .field--type-entity-reference-revisions > .field__item:first-child {
    margin-left: 8px;
    width: 704px;
    height: 291px;
  }
  .path-frontpage main .region-feature-top .block-block-content > .field--type-entity-reference-revisions > .field__item:first-child > a .paragraph {
    width: 704px;
    height: 291px;
  }
  .path-frontpage main .region-content-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .path-frontpage main .region-content-bottom #block-homepagenexttosocialmedia .field--type-entity-reference-revisions {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-right: 0px;
    height: auto;
  }
  .path-frontpage main .region-content-bottom #block-socialfeed .social-right {
    width: 704px;
    margin-top: 16px;
  }
  .path-frontpage main .region-front-content [id='block-homepageauditorgeneral'] .field--name-field-statement-title {
    width: 582px;
  }
  .path-frontpage main .region-front-content > .views-exposed-form form .form--inline .multiple-select legend {
    width: 200px;
  }
  .path-frontpage main .region-front-content > .views-exposed-form form .form--inline .form-type-select .custom-select .select-selected {
    width: 200px;
  }
  .path-frontpage main .region-front-content #block-homepageicontiles {
    max-width: 767px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-left: auto;
    margin-right: auto;
  }
  .path-frontpage main .arrow-down {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .path-frontpage header {
    margin: 0px 16px;
  }
  .path-frontpage main .region-feature-top {
    padding-left: 8px;
    padding-right: 8px;
  }
  .path-frontpage main .region-feature-top .block-block-content > .field--type-entity-reference-revisions > .field__item:not(:first-child) {
    width: 100%;
    height: 128px;
  }
  .path-frontpage main .region-feature-top .block-block-content > .field--type-entity-reference-revisions > .field__item:not(:first-child) > a .paragraph {
    width: 100%;
    height: 128px;
  }
  .path-frontpage main .region-feature-top .block-block-content > .field--type-entity-reference-revisions > .field__item:not(:first-child) > a .paragraph .field--name-field-title {
    font-size: 18px;
    line-height: 20px;
  }
  .path-frontpage main .region-feature-top .block-block-content > .field--type-entity-reference-revisions > .field__item:not(:first-child) > a .paragraph .field--name-field-description {
    text-overflow: ellipsis;
  }
  .path-frontpage main .region-feature-top .block-block-content > .field--type-entity-reference-revisions > .field__item:first-child {
    width: 100%;
  }
  .path-frontpage main .region-feature-top .block-block-content > .field--type-entity-reference-revisions > .field__item:first-child > a .paragraph {
    width: 100%;
  }
  .path-frontpage main .region-feature-top .block-block-content > .field--type-entity-reference-revisions > .field__item:first-child > a .paragraph .field--name-field-title {
    font-size: 18px;
    line-height: 20px;
  }
  .path-frontpage main .region-front-content [id='block-homepageauditorgeneral'] .field--name-field-statement-title {
    width: 280px;
  }
  .path-frontpage main .region-front-content > .views-exposed-form {
    margin-left: auto;
    margin-right: auto;
  }
  .path-frontpage main .region-front-content > .views-exposed-form form {
    width: 100%;
  }
  .path-frontpage main .region-front-content > .views-exposed-form form .form--inline {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .path-frontpage main .region-front-content > .views-exposed-form form .form--inline .multiple-select-wrap {
    margin: 8px 0px;
  }
  .path-frontpage main .region-front-content > .views-exposed-form form .form--inline .multiple-select-wrap .multiple-select {
    width: 344px;
  }
  .path-frontpage main .region-front-content > .views-exposed-form form .form--inline .multiple-select-wrap .multiple-select legend {
    max-width: 344px;
    width: 100%;
  }
  .path-frontpage main .region-front-content > .views-exposed-form form .form--inline .multiple-select-wrap .multiple-select .fieldset-wrapper {
    width: 100%;
  }
  .path-frontpage main .region-front-content > .views-exposed-form form .form--inline .multiple-select-wrap .multiple-select .fieldset-wrapper > .form-checkboxes > a {
    max-width: 344px;
    width: 100%;
  }
  .path-frontpage main .region-front-content > .views-exposed-form form .form--inline .multiple-select-wrap .multiple-select .fieldset-wrapper > .form-checkboxes > .form-composite > .form-type-checkbox {
    max-width: 344px;
    width: 100%;
  }
  .path-frontpage main .region-front-content > .views-exposed-form form .form--inline .form-type-select {
    max-width: 344px;
    width: 100%;
    margin: 8px 0px;
  }
  .path-frontpage main .region-front-content > .views-exposed-form form .form--inline .form-type-select .custom-select .select-selected {
    max-width: 344px;
    width: 100%;
  }
  .path-frontpage main .region-front-content #block-homepageicontiles {
    width: 100%;
  }
  .path-frontpage main .region-front-content #block-homepageicontiles .field--type-entity-reference-revisions {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .path-frontpage main .region-content-bottom {
    padding-left: 8px;
    padding-right: 8px;
  }
  .path-frontpage main .region-content-bottom #block-homepagenexttosocialmedia .field--type-entity-reference-revisions > .field__item {
    width: 100%;
  }
  .path-frontpage main .region-content-bottom #block-homepagenexttosocialmedia .field--type-entity-reference-revisions > .field__item > a .paragraph {
    width: 100%;
    height: 128px;
  }
  .path-frontpage main .region-content-bottom #block-socialfeed {
    padding: 0px 8px;
  }
  .path-frontpage main .region-content-bottom #block-socialfeed .social-right {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

@media screen and (max-width: 480px) {
  .path-frontpage main .region-front-content #block-sectorcarousel .explore-carousel > button img {
    width: 45px;
    height: 45px;
  }
}

@media screen and (max-width: 370px) {
  .path-frontpage main .region-front-content > .views-exposed-form form .form--inline .multiple-select-wrap {
    width: 100%;
  }
  .path-frontpage main .region-front-content > .views-exposed-form form .form--inline .multiple-select-wrap .multiple-select {
    min-width: 0;
    width: 100%;
  }
  .path-frontpage main .region-front-content > .views-exposed-form form .form--inline .multiple-select-wrap .multiple-select legend {
    margin: 0px;
  }
}

.container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 1270px), print {
  .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.path-reports [id='main-content'],
.path-annual-reports [id='main-content'] {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  line-height: 24px;
}

@media screen and (max-width: 1270px), print {
  .path-reports [id='main-content'] .region-sidebar [id='block-reportsleftblock-2'],
  .path-annual-reports [id='main-content'] .region-sidebar [id='block-reportsleftblock-2'] {
    display: none;
  }
}

@media screen and (min-width: 1271px), print {
  .path-reports [id='main-content'] .region-content [id='block-reportsleftblock-2'],
  .path-annual-reports [id='main-content'] .region-content [id='block-reportsleftblock-2'] {
    display: none;
  }
}

.path-reports [id='main-content'] .region-content,
.path-annual-reports [id='main-content'] .region-content {
  position: relative;
  max-width: 966px;
  width: 100%;
}

.path-reports [id='main-content'] .region-content .view-filter-summary,
.path-annual-reports [id='main-content'] .region-content .view-filter-summary {
  font-style: italic;
}

.path-reports [id='main-content'] .region-content .view-filter-summary .highlight-red,
.path-annual-reports [id='main-content'] .region-content .view-filter-summary .highlight-red {
  color: #e40428;
}

.path-reports [id='main-content'] .region-content .views-exposed-form h2,
.path-annual-reports [id='main-content'] .region-content .views-exposed-form h2 {
  display: none;
}

.path-reports [id='main-content'] .region-content .views-exposed-form form .form--inline,
.path-annual-reports [id='main-content'] .region-content .views-exposed-form form .form--inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 230px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.path-reports [id='main-content'] .region-content .views-exposed-form form .form--inline .multiple-select-wrap,
.path-annual-reports [id='main-content'] .region-content .views-exposed-form form .form--inline .multiple-select-wrap {
  width: 230px;
  margin: 8px 0px;
}

.path-reports [id='main-content'] .region-content .views-exposed-form form .form--inline .form-type-select,
.path-annual-reports [id='main-content'] .region-content .views-exposed-form form .form--inline .form-type-select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 8px 0px;
  width: 230px;
}

.path-reports [id='main-content'] .region-content .views-exposed-form form .form--inline .form-type-select > label,
.path-annual-reports [id='main-content'] .region-content .views-exposed-form form .form--inline .form-type-select > label {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 4px;
}

.path-reports [id='main-content'] .region-content .views-exposed-form form .form--inline .form-actions,
.path-annual-reports [id='main-content'] .region-content .views-exposed-form form .form--inline .form-actions {
  margin: 0px;
}

.path-reports [id='main-content'] .region-content .views-exposed-form form .form--inline .form-actions .buttonRound-red,
.path-annual-reports [id='main-content'] .region-content .views-exposed-form form .form--inline .form-actions .buttonRound-red {
  width: 230px;
  margin: 16px 0px;
}

.path-reports [id='main-content'] .region-content .block-system-main-block,
.path-annual-reports [id='main-content'] .region-content .block-system-main-block {
  max-width: 966px;
  width: 100%;
}

.path-reports [id='main-content'] .region-content .block-system-main-block .view-content,
.path-annual-reports [id='main-content'] .region-content .block-system-main-block .view-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 24px;
}

.path-reports [id='main-content'] .region-content .block-system-main-block .view-content .views-row .layout--twocol,
.path-annual-reports [id='main-content'] .region-content .block-system-main-block .view-content .views-row .layout--twocol {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  max-width: 475px;
  width: 475px;
  height: 256px;
  -webkit-box-shadow: 0 4px 16px 0 rgba(48, 49, 51, 0.15);
          box-shadow: 0 4px 16px 0 rgba(48, 49, 51, 0.15);
  margin: 0px 16px 16px 0px;
  background-color: white;
}

.path-reports [id='main-content'] .region-content .block-system-main-block .view-content .views-row .layout--twocol .layout__region--top,
.path-annual-reports [id='main-content'] .region-content .block-system-main-block .view-content .views-row .layout--twocol .layout__region--top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 24px 0px 4px 160px;
  position: absolute;
  width: 100%;
}

.path-reports [id='main-content'] .region-content .block-system-main-block .view-content .views-row .layout--twocol .layout__region--top .field--name-node-post-date,
.path-annual-reports [id='main-content'] .region-content .block-system-main-block .view-content .views-row .layout--twocol .layout__region--top .field--name-node-post-date {
  font-size: 14px;
  line-height: 24px;
  color: #757575;
}

.path-reports [id='main-content'] .region-content .block-system-main-block .view-content .views-row .layout--twocol .layout__region--top .field--name-field-taxonomy-audit-progress,
.path-annual-reports [id='main-content'] .region-content .block-system-main-block .view-content .views-row .layout--twocol .layout__region--top .field--name-field-taxonomy-audit-progress {
  width: auto;
  height: auto;
  padding: 4px 8px;
  text-align: center;
  background: #ccc;
  font-family: 'DIN Regular', sans-serif;
  font-weight: bold;
  font-size: 14px;
  line-height: 16px;
  margin-right: 24px;
}

.path-reports [id='main-content'] .region-content .block-system-main-block .view-content .views-row .layout--twocol .layout__region--first,
.path-annual-reports [id='main-content'] .region-content .block-system-main-block .view-content .views-row .layout--twocol .layout__region--first {
  padding: 24px 16px 0px 24px;
  width: auto;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.path-reports [id='main-content'] .region-content .block-system-main-block .view-content .views-row .layout--twocol .layout__region--first .field--name-field-thumbnail-image,
.path-annual-reports [id='main-content'] .region-content .block-system-main-block .view-content .views-row .layout--twocol .layout__region--first .field--name-field-thumbnail-image {
  height: 120px;
  width: 120px;
  margin-bottom: 4px;
  color: #e40428;
}

.path-reports [id='main-content'] .region-content .block-system-main-block .view-content .views-row .layout--twocol .layout__region--first .field--name-field-thumbnail-image img,
.path-annual-reports [id='main-content'] .region-content .block-system-main-block .view-content .views-row .layout--twocol .layout__region--first .field--name-field-thumbnail-image img {
  width: 120px;
  height: 120px;
}

.path-reports [id='main-content'] .region-content .block-system-main-block .view-content .views-row .layout--twocol .layout__region--first .layout__region--report-function,
.path-annual-reports [id='main-content'] .region-content .block-system-main-block .view-content .views-row .layout--twocol .layout__region--first .layout__region--report-function {
  margin-bottom: 12px;
}

.path-reports [id='main-content'] .region-content .block-system-main-block .view-content .views-row .layout--twocol .layout__region--first .layout__region--report-function > .field__item,
.path-annual-reports [id='main-content'] .region-content .block-system-main-block .view-content .views-row .layout--twocol .layout__region--first .layout__region--report-function > .field__item {
  font-family: 'DIN Regular', sans-serif;
  font-size: 12px;
  line-height: 15px;
  padding: 2px 0px;
}

.path-reports [id='main-content'] .region-content .block-system-main-block .view-content .views-row .layout--twocol .layout__region--first .layout__region--report-function > .field__item a,
.path-annual-reports [id='main-content'] .region-content .block-system-main-block .view-content .views-row .layout--twocol .layout__region--first .layout__region--report-function > .field__item a {
  text-decoration: none;
  color: #e40428;
}

.path-reports [id='main-content'] .region-content .block-system-main-block .view-content .views-row .layout--twocol .layout__region--first .layout__region--report-function > .field__item a:hover,
.path-annual-reports [id='main-content'] .region-content .block-system-main-block .view-content .views-row .layout--twocol .layout__region--first .layout__region--report-function > .field__item a:hover {
  text-decoration: underline;
}

.path-reports [id='main-content'] .region-content .block-system-main-block .view-content .views-row .layout--twocol .layout__region--first .layout__region--report-function > .field__item > button,
.path-annual-reports [id='main-content'] .region-content .block-system-main-block .view-content .views-row .layout--twocol .layout__region--first .layout__region--report-function > .field__item > button {
  display: block;
  font-family: 'DIN Regular', sans-serif;
  letter-spacing: -0.4px;
  white-space: nowrap;
  border: none;
  padding: 0px;
  background-color: white;
  color: #e40428;
}

.path-reports [id='main-content'] .region-content .block-system-main-block .view-content .views-row .layout--twocol .layout__region--first .layout__region--report-function > .field__item > button:hover,
.path-annual-reports [id='main-content'] .region-content .block-system-main-block .view-content .views-row .layout--twocol .layout__region--first .layout__region--report-function > .field__item > button:hover {
  text-decoration: underline;
}

.path-reports [id='main-content'] .region-content .block-system-main-block .view-content .views-row .layout--twocol .layout__region--first .layout__region--report-function > .field__item > button p,
.path-annual-reports [id='main-content'] .region-content .block-system-main-block .view-content .views-row .layout--twocol .layout__region--first .layout__region--report-function > .field__item > button p {
  margin: 0px;
}

.path-reports [id='main-content'] .region-content .block-system-main-block .view-content .views-row .layout--twocol .layout__region--first .layout__region--report-function > .report-share,
.path-annual-reports [id='main-content'] .region-content .block-system-main-block .view-content .views-row .layout--twocol .layout__region--first .layout__region--report-function > .report-share {
  position: relative;
}

.path-reports [id='main-content'] .region-content .block-system-main-block .view-content .views-row .layout--twocol .layout__region--first .layout__region--report-function > .field--name-field-pdf-download .file--application-pdf,
.path-annual-reports [id='main-content'] .region-content .block-system-main-block .view-content .views-row .layout--twocol .layout__region--first .layout__region--report-function > .field--name-field-pdf-download .file--application-pdf {
  background-image: none;
  padding-left: 0px;
}

.path-reports [id='main-content'] .region-content .block-system-main-block .view-content .views-row .layout--twocol .layout__region--second,
.path-annual-reports [id='main-content'] .region-content .block-system-main-block .view-content .views-row .layout--twocol .layout__region--second {
  max-width: 296px;
  margin: 49px 24px 20px 0px;
  height: auto;
  overflow: hidden;
}

.path-reports [id='main-content'] .region-content .block-system-main-block .view-content .views-row .layout--twocol .layout__region--second > h2,
.path-annual-reports [id='main-content'] .region-content .block-system-main-block .view-content .views-row .layout--twocol .layout__region--second > h2 {
  padding: 4px 0px;
  font-size: 16px;
  margin: 0px;
}

.path-reports [id='main-content'] .region-content .block-system-main-block .view-content .views-row .layout--twocol .layout__region--second > h2 a,
.path-annual-reports [id='main-content'] .region-content .block-system-main-block .view-content .views-row .layout--twocol .layout__region--second > h2 a {
  color: black;
  text-decoration: none;
}

.path-reports [id='main-content'] .region-content .block-system-main-block .view-content .views-row .layout--twocol .layout__region--second > h2 a span,
.path-annual-reports [id='main-content'] .region-content .block-system-main-block .view-content .views-row .layout--twocol .layout__region--second > h2 a span {
  display: block;
}

.path-reports [id='main-content'] .region-content .block-system-main-block .view-content .views-row .layout--twocol .layout__region--second > h2 a span:hover,
.path-annual-reports [id='main-content'] .region-content .block-system-main-block .view-content .views-row .layout--twocol .layout__region--second > h2 a span:hover {
  text-decoration: underline;
}

.path-reports [id='main-content'] .region-content .block-system-main-block .view-content .views-row .layout--twocol .layout__region--second > .field--name-field-topic,
.path-annual-reports [id='main-content'] .region-content .block-system-main-block .view-content .views-row .layout--twocol .layout__region--second > .field--name-field-topic {
  font-size: 11px;
  font-style: italic;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  padding: 4px 0px;
}

.path-reports [id='main-content'] .region-content .block-system-main-block .view-content .views-row .layout--twocol .layout__region--second > .field--name-field-topic > .field__item,
.path-annual-reports [id='main-content'] .region-content .block-system-main-block .view-content .views-row .layout--twocol .layout__region--second > .field--name-field-topic > .field__item {
  position: relative;
  width: 100%;
}

.path-reports [id='main-content'] .region-content .block-system-main-block .view-content .views-row .layout--twocol .layout__region--second > .field--name-field-topic > .field__item:before,
.path-annual-reports [id='main-content'] .region-content .block-system-main-block .view-content .views-row .layout--twocol .layout__region--second > .field--name-field-topic > .field__item:before {
  content: '...';
  position: absolute;
  right: 0px;
  bottom: -6px;
  background-color: white;
  z-index: 10;
}

.path-reports [id='main-content'] .region-content .block-system-main-block .view-content .views-row .layout--twocol .layout__region--second > .field--name-field-topic > .field__item.changed:before,
.path-annual-reports [id='main-content'] .region-content .block-system-main-block .view-content .views-row .layout--twocol .layout__region--second > .field--name-field-topic > .field__item.changed:before {
  content: '';
  position: absolute;
  right: -10px;
  bottom: -6px;
}

.path-reports [id='main-content'] .region-content .block-system-main-block .view-content .views-row .layout--twocol .layout__region--second > .field--name-field-topic > .field__item > .field--type-list-string,
.path-annual-reports [id='main-content'] .region-content .block-system-main-block .view-content .views-row .layout--twocol .layout__region--second > .field--name-field-topic > .field__item > .field--type-list-string {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 13px;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
  padding-left: 16px;
}

.path-reports [id='main-content'] .region-content .block-system-main-block .view-content .views-row .layout--twocol .layout__region--second > .field--name-field-topic > .field__item > .field--type-list-string:before,
.path-annual-reports [id='main-content'] .region-content .block-system-main-block .view-content .views-row .layout--twocol .layout__region--second > .field--name-field-topic > .field__item > .field--type-list-string:before {
  position: absolute;
  content: '';
  background: url("../../images/icons/Tag.svg") no-repeat;
  width: 18px;
  height: 18px;
  padding: 0px 8px;
  left: 0px;
  top: 0px;
}

.path-reports [id='main-content'] .region-content .block-system-main-block .view-content .views-row .layout--twocol .layout__region--second > .field--name-field-topic > .field__item > .field--type-list-string .field__item,
.path-annual-reports [id='main-content'] .region-content .block-system-main-block .view-content .views-row .layout--twocol .layout__region--second > .field--name-field-topic > .field__item > .field--type-list-string .field__item {
  position: relative;
  margin-right: 3px;
}

.path-reports [id='main-content'] .region-content .block-system-main-block .view-content .views-row .layout--twocol .layout__region--second > .field--name-field-topic > .field__item > .field--type-list-string .field__item:after,
.path-annual-reports [id='main-content'] .region-content .block-system-main-block .view-content .views-row .layout--twocol .layout__region--second > .field--name-field-topic > .field__item > .field--type-list-string .field__item:after {
  content: ',';
}

.path-reports [id='main-content'] .region-content .block-system-main-block .view-content .views-row .layout--twocol .layout__region--second > .field--name-field-topic > .field__item > .field--type-list-string .field__item:last-child:after,
.path-annual-reports [id='main-content'] .region-content .block-system-main-block .view-content .views-row .layout--twocol .layout__region--second > .field--name-field-topic > .field__item > .field--type-list-string .field__item:last-child:after {
  content: '';
  position: absolute;
  right: 0px;
  width: 1em;
  height: 1em;
  margin-top: -1em;
  background: white;
}

.path-reports [id='main-content'] .region-content .block-system-main-block .view-content .views-row .layout--twocol .layout__region--second > div:last-child,
.path-annual-reports [id='main-content'] .region-content .block-system-main-block .view-content .views-row .layout--twocol .layout__region--second > div:last-child {
  padding: 0.1px 0px;
}

.path-reports [id='main-content'] .region-content .block-system-main-block .view-content .views-row .layout--twocol .layout__region--second > div:last-child p,
.path-annual-reports [id='main-content'] .region-content .block-system-main-block .view-content .views-row .layout--twocol .layout__region--second > div:last-child p {
  margin-top: 8px;
  margin-bottom: 8px;
}

.path-reports [id='main-content'] .region-content .block-system-main-block .view-content .views-row:nth-child(even) .layout--twocol,
.path-annual-reports [id='main-content'] .region-content .block-system-main-block .view-content .views-row:nth-child(even) .layout--twocol {
  margin-right: 0px;
}

.path-annual-reports [id='main-content'] .region-content #block-reportsleftblock, .path-annual-reports [id='main-content'] .region-content #block-reportsleftblock-2 {
  top: 264px;
}

.path-annual-reports [id='main-content'] .region-content .popup-cover {
  display: none;
}

@media screen and (max-width: 1320px) {
  .path-reports header,
  .path-annual-reports header {
    margin: 0 25px;
  }
  .path-reports [id='main-content'],
  .path-annual-reports [id='main-content'] {
    padding: 0 25px;
  }
}

@media screen and (max-width: 1270px) {
  .path-reports header,
  .path-annual-reports header {
    margin: 0px 20px;
  }
  .path-reports [id='main-content'],
  .path-annual-reports [id='main-content'] {
    padding: 0px 20px;
  }
  .path-reports [id='main-content'] .region-content,
  .path-annual-reports [id='main-content'] .region-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .path-reports [id='main-content'] .region-content .views-exposed-form,
  .path-annual-reports [id='main-content'] .region-content .views-exposed-form {
    height: 0px;
    -webkit-transition: height 0.4s;
    transition: height 0.4s;
    overflow: hidden;
    min-height: 0 !important;
  }
  .path-reports [id='main-content'] .region-content .views-exposed-form > form > .form--inline,
  .path-annual-reports [id='main-content'] .region-content .views-exposed-form > form > .form--inline {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    max-width: 738px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-right: 0px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .path-reports [id='main-content'] .region-content .views-exposed-form > form > .form--inline .multiple-select-wrap,
  .path-annual-reports [id='main-content'] .region-content .views-exposed-form > form > .form--inline .multiple-select-wrap {
    margin-right: 16px;
  }
  .path-reports [id='main-content'] .region-content .views-exposed-form > form > .form--inline .form-item-field-audit-progress-value,
  .path-annual-reports [id='main-content'] .region-content .views-exposed-form > form > .form--inline .form-item-field-audit-progress-value {
    margin-right: 0px;
  }
  .path-reports [id='main-content'] .region-content .views-exposed-form > form > .form--inline .multiple-select-wrap:nth-child(3),
  .path-annual-reports [id='main-content'] .region-content .views-exposed-form > form > .form--inline .multiple-select-wrap:nth-child(3) {
    margin-right: 0px;
  }
  .path-reports [id='main-content'] .region-content .views-exposed-form > form > .form--inline .form-actions,
  .path-annual-reports [id='main-content'] .region-content .views-exposed-form > form > .form--inline .form-actions {
    margin: 0px 10px;
    margin-top: auto;
  }
  .path-reports [id='main-content'] .region-content .views-exposed-form > form > .form--inline .form-actions input[value="Apply"],
  .path-annual-reports [id='main-content'] .region-content .views-exposed-form > form > .form--inline .form-actions input[value="Apply"] {
    margin-right: 12px;
  }
  .path-reports [id='main-content'] .region-content #block-reportsleftblock, .path-reports [id='main-content'] .region-content #block-reportsleftblock-2,
  .path-annual-reports [id='main-content'] .region-content #block-reportsleftblock,
  .path-annual-reports [id='main-content'] .region-content #block-reportsleftblock-2 {
    max-width: 966px;
    width: 100%;
    position: static;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .path-reports [id='main-content'] .region-content #block-reportsleftblock .field--type-entity-reference-revisions, .path-reports [id='main-content'] .region-content #block-reportsleftblock-2 .field--type-entity-reference-revisions,
  .path-annual-reports [id='main-content'] .region-content #block-reportsleftblock .field--type-entity-reference-revisions,
  .path-annual-reports [id='main-content'] .region-content #block-reportsleftblock-2 .field--type-entity-reference-revisions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .path-reports [id='main-content'] .region-content #block-reportsleftblock .field--type-entity-reference-revisions > .field__item, .path-reports [id='main-content'] .region-content #block-reportsleftblock-2 .field--type-entity-reference-revisions > .field__item,
  .path-annual-reports [id='main-content'] .region-content #block-reportsleftblock .field--type-entity-reference-revisions > .field__item,
  .path-annual-reports [id='main-content'] .region-content #block-reportsleftblock-2 .field--type-entity-reference-revisions > .field__item {
    width: 100%;
    margin: 0px 8px;
  }
  .path-reports [id='main-content'] .region-content #block-reportsleftblock .field--type-entity-reference-revisions > .field__item .paragraph, .path-reports [id='main-content'] .region-content #block-reportsleftblock-2 .field--type-entity-reference-revisions > .field__item .paragraph,
  .path-annual-reports [id='main-content'] .region-content #block-reportsleftblock .field--type-entity-reference-revisions > .field__item .paragraph,
  .path-annual-reports [id='main-content'] .region-content #block-reportsleftblock-2 .field--type-entity-reference-revisions > .field__item .paragraph {
    width: 100%;
  }
  .path-reports [id='main-content'] .region-content #block-reportsleftblock .field--type-entity-reference-revisions > .field__item:first-child, .path-reports [id='main-content'] .region-content #block-reportsleftblock-2 .field--type-entity-reference-revisions > .field__item:first-child,
  .path-annual-reports [id='main-content'] .region-content #block-reportsleftblock .field--type-entity-reference-revisions > .field__item:first-child,
  .path-annual-reports [id='main-content'] .region-content #block-reportsleftblock-2 .field--type-entity-reference-revisions > .field__item:first-child {
    margin-left: 0px;
  }
  .path-reports [id='main-content'] .region-content #block-reportsleftblock .field--type-entity-reference-revisions > .field__item:last-child, .path-reports [id='main-content'] .region-content #block-reportsleftblock-2 .field--type-entity-reference-revisions > .field__item:last-child,
  .path-annual-reports [id='main-content'] .region-content #block-reportsleftblock .field--type-entity-reference-revisions > .field__item:last-child,
  .path-annual-reports [id='main-content'] .region-content #block-reportsleftblock-2 .field--type-entity-reference-revisions > .field__item:last-child {
    margin-right: 0px;
  }
  .path-reports [id='main-content'] .region-content .block-system-main-block,
  .path-annual-reports [id='main-content'] .region-content .block-system-main-block {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

@media screen and (max-width: 1023px) {
  .path-reports [id='main-content'] .region-content,
  .path-annual-reports [id='main-content'] .region-content {
    max-width: 632px;
  }
  .path-reports [id='main-content'] .region-content .views-exposed-form form .form--inline,
  .path-annual-reports [id='main-content'] .region-content .views-exposed-form form .form--inline {
    max-width: 632px;
  }
  .path-reports [id='main-content'] .region-content .views-exposed-form form .form--inline .multiple-select-wrap,
  .path-annual-reports [id='main-content'] .region-content .views-exposed-form form .form--inline .multiple-select-wrap {
    width: 200px;
  }
  .path-reports [id='main-content'] .region-content .views-exposed-form form .form--inline .multiple-select-wrap .multiple-select legend,
  .path-annual-reports [id='main-content'] .region-content .views-exposed-form form .form--inline .multiple-select-wrap .multiple-select legend {
    width: 200px;
  }
  .path-reports [id='main-content'] .region-content .views-exposed-form form .form--inline .form-type-select,
  .path-annual-reports [id='main-content'] .region-content .views-exposed-form form .form--inline .form-type-select {
    width: 200px;
  }
  .path-reports [id='main-content'] .region-content .views-exposed-form form .form--inline .form-type-select .custom-select .select-selected,
  .path-annual-reports [id='main-content'] .region-content .views-exposed-form form .form--inline .form-type-select .custom-select .select-selected {
    width: 200px;
  }
  .path-reports [id='main-content'] .region-content .views-exposed-form form .form--inline .form-actions .buttonRound-red,
  .path-annual-reports [id='main-content'] .region-content .views-exposed-form form .form--inline .form-actions .buttonRound-red {
    width: 200px;
  }
  .path-reports [id='main-content'] .region-content .block-system-main-block .view-content,
  .path-annual-reports [id='main-content'] .region-content .block-system-main-block .view-content {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .path-reports [id='main-content'] .region-content .block-system-main-block .view-content .views-row,
  .path-annual-reports [id='main-content'] .region-content .block-system-main-block .view-content .views-row {
    width: 100%;
  }
  .path-reports [id='main-content'] .region-content .block-system-main-block .view-content .views-row .layout--twocol,
  .path-annual-reports [id='main-content'] .region-content .block-system-main-block .view-content .views-row .layout--twocol {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    max-width: 632px;
    width: 100%;
    max-height: 246px;
    height: auto;
    margin-right: 0px;
  }
  .path-reports [id='main-content'] .region-content .block-system-main-block .view-content .views-row .layout--twocol .layout__region--second,
  .path-annual-reports [id='main-content'] .region-content .block-system-main-block .view-content .views-row .layout--twocol .layout__region--second {
    max-width: none;
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .path-reports header,
  .path-annual-reports header {
    margin: 0 16px;
  }
  .path-reports [id='main-content'],
  .path-annual-reports [id='main-content'] {
    padding: 0 16px;
  }
  .path-reports [id='main-content'] .region-content .views-exposed-form form .form--inline,
  .path-annual-reports [id='main-content'] .region-content .views-exposed-form form .form--inline {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .path-reports [id='main-content'] .region-content .views-exposed-form form .form--inline .multiple-select-wrap,
  .path-annual-reports [id='main-content'] .region-content .views-exposed-form form .form--inline .multiple-select-wrap {
    margin-right: 0px;
    width: 230px;
  }
  .path-reports [id='main-content'] .region-content .views-exposed-form form .form--inline .multiple-select-wrap .multiple-select legend,
  .path-annual-reports [id='main-content'] .region-content .views-exposed-form form .form--inline .multiple-select-wrap .multiple-select legend {
    width: 230px;
  }
  .path-reports [id='main-content'] .region-content .views-exposed-form form .form--inline .form-actions,
  .path-annual-reports [id='main-content'] .region-content .views-exposed-form form .form--inline .form-actions {
    width: 230px;
  }
  .path-reports [id='main-content'] .region-content .views-exposed-form form .form--inline .form-actions .buttonRound-red,
  .path-annual-reports [id='main-content'] .region-content .views-exposed-form form .form--inline .form-actions .buttonRound-red {
    width: 230px;
  }
  .path-reports [id='main-content'] .region-content .views-exposed-form form .form--inline .form-type-select,
  .path-annual-reports [id='main-content'] .region-content .views-exposed-form form .form--inline .form-type-select {
    margin-right: 0px;
    width: 230px;
  }
  .path-reports [id='main-content'] .region-content .views-exposed-form form .form--inline .form-type-select .custom-select .select-selected,
  .path-annual-reports [id='main-content'] .region-content .views-exposed-form form .form--inline .form-type-select .custom-select .select-selected {
    width: 230px;
  }
  .path-reports [id='main-content'] .region-content #block-reportsleftblock .field--type-entity-reference-revisions, .path-reports [id='main-content'] .region-content #block-reportsleftblock-2 .field--type-entity-reference-revisions,
  .path-annual-reports [id='main-content'] .region-content #block-reportsleftblock .field--type-entity-reference-revisions,
  .path-annual-reports [id='main-content'] .region-content #block-reportsleftblock-2 .field--type-entity-reference-revisions {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .path-reports [id='main-content'] .region-content #block-reportsleftblock .field--type-entity-reference-revisions > .field__item, .path-reports [id='main-content'] .region-content #block-reportsleftblock-2 .field--type-entity-reference-revisions > .field__item,
  .path-annual-reports [id='main-content'] .region-content #block-reportsleftblock .field--type-entity-reference-revisions > .field__item,
  .path-annual-reports [id='main-content'] .region-content #block-reportsleftblock-2 .field--type-entity-reference-revisions > .field__item {
    margin: 0px !important;
  }
  .path-reports [id='main-content'] .region-content #block-reportsleftblock .field--type-entity-reference-revisions > .field__item .paragraph, .path-reports [id='main-content'] .region-content #block-reportsleftblock-2 .field--type-entity-reference-revisions > .field__item .paragraph,
  .path-annual-reports [id='main-content'] .region-content #block-reportsleftblock .field--type-entity-reference-revisions > .field__item .paragraph,
  .path-annual-reports [id='main-content'] .region-content #block-reportsleftblock-2 .field--type-entity-reference-revisions > .field__item .paragraph {
    margin-right: auto;
    margin-left: auto;
    max-width: 632px;
    height: 152px;
  }
}

@media screen and (max-width: 460px) {
  .path-reports [id='main-content'] .region-content .block-system-main-block .view-content .views-row .layout--twocol,
  .path-annual-reports [id='main-content'] .region-content .block-system-main-block .view-content .views-row .layout--twocol {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-height: 356px;
  }
  .path-reports [id='main-content'] .region-content .block-system-main-block .view-content .views-row .layout--twocol .layout__region--top,
  .path-annual-reports [id='main-content'] .region-content .block-system-main-block .view-content .views-row .layout--twocol .layout__region--top {
    padding-left: 148px;
    padding-top: 16px;
  }
  .path-reports [id='main-content'] .region-content .block-system-main-block .view-content .views-row .layout--twocol .layout__region--top .field--name-field-taxonomy-audit-progress,
  .path-annual-reports [id='main-content'] .region-content .block-system-main-block .view-content .views-row .layout--twocol .layout__region--top .field--name-field-taxonomy-audit-progress {
    margin-right: auto;
  }
  .path-reports [id='main-content'] .region-content .block-system-main-block .view-content .views-row .layout--twocol .layout__region--top .field--name-node-post-date,
  .path-annual-reports [id='main-content'] .region-content .block-system-main-block .view-content .views-row .layout--twocol .layout__region--top .field--name-node-post-date {
    position: absolute;
    top: 140px;
    left: 17px;
  }
  .path-reports [id='main-content'] .region-content .block-system-main-block .view-content .views-row .layout--twocol .layout__region--first,
  .path-annual-reports [id='main-content'] .region-content .block-system-main-block .view-content .views-row .layout--twocol .layout__region--first {
    padding: 16px 16px 0px 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    position: relative;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 164px;
  }
  .path-reports [id='main-content'] .region-content .block-system-main-block .view-content .views-row .layout--twocol .layout__region--first .layout__region--report-function,
  .path-annual-reports [id='main-content'] .region-content .block-system-main-block .view-content .views-row .layout--twocol .layout__region--first .layout__region--report-function {
    padding-top: 36px;
    padding-left: 12px;
  }
  .path-reports [id='main-content'] .region-content .block-system-main-block .view-content .views-row .layout--twocol .layout__region--second,
  .path-annual-reports [id='main-content'] .region-content .block-system-main-block .view-content .views-row .layout--twocol .layout__region--second {
    padding: 0px 16px 8px 16px;
    margin: 0px;
    width: 100%;
  }
}

.page-node-type-report main .region-content #block-aonsw-content,
.page-node-type-long-report main .region-content #block-aonsw-content {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.page-node-type-report main .region-content #block-aonsw-content .main-content-wrapper,
.page-node-type-long-report main .region-content #block-aonsw-content .main-content-wrapper {
  max-width: 1366px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0px 0px 24px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.page-node-type-report main .region-content #block-aonsw-content .main-content-wrapper .view-reports .view-header,
.page-node-type-long-report main .region-content #block-aonsw-content .main-content-wrapper .view-reports .view-header {
  font-family: 'DIN Regular', sans-serif;
  font-size: 35px;
  line-height: 42px;
  color: #e40428;
}

.page-node-type-report main .region-content #block-aonsw-content .main-content-wrapper .view-reports .view-content .node--view-mode-content-sticky .field--name-field-chapters > .field__item > .paragraph--type--chapter a,
.page-node-type-long-report main .region-content #block-aonsw-content .main-content-wrapper .view-reports .view-content .node--view-mode-content-sticky .field--name-field-chapters > .field__item > .paragraph--type--chapter a {
  text-decoration: none;
  color: black;
  display: block;
  padding: 0.1px 0px;
}

.page-node-type-report main .region-content #block-aonsw-content .main-content-wrapper .view-reports .view-content .node--view-mode-content-sticky .field--name-field-chapters > .field__item > .paragraph--type--chapter > a,
.page-node-type-long-report main .region-content #block-aonsw-content .main-content-wrapper .view-reports .view-content .node--view-mode-content-sticky .field--name-field-chapters > .field__item > .paragraph--type--chapter > a {
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
  margin-top: 8px;
  padding: 8px;
  background-color: #f7f7f7;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.page-node-type-report main .region-content #block-aonsw-content .main-content-wrapper .view-reports .view-content .node--view-mode-content-sticky .field--name-field-chapters > .field__item > .paragraph--type--chapter > a img,
.page-node-type-long-report main .region-content #block-aonsw-content .main-content-wrapper .view-reports .view-content .node--view-mode-content-sticky .field--name-field-chapters > .field__item > .paragraph--type--chapter > a img {
  width: 20px;
  height: 20px;
  display: none;
}

@media screen and (max-width: 1270px), print {
  .page-node-type-report main .region-content #block-aonsw-content .main-content-wrapper .view-reports .view-content .node--view-mode-content-sticky .field--name-field-chapters > .field__item > .paragraph--type--chapter > a img,
  .page-node-type-long-report main .region-content #block-aonsw-content .main-content-wrapper .view-reports .view-content .node--view-mode-content-sticky .field--name-field-chapters > .field__item > .paragraph--type--chapter > a img {
    display: initial;
  }
}

.page-node-type-report main .region-content #block-aonsw-content .main-content-wrapper .view-reports .view-content .node--view-mode-content-sticky .field--name-field-chapters > .field__item > .paragraph--type--chapter > .field--name-field-sub-capters,
.page-node-type-long-report main .region-content #block-aonsw-content .main-content-wrapper .view-reports .view-content .node--view-mode-content-sticky .field--name-field-chapters > .field__item > .paragraph--type--chapter > .field--name-field-sub-capters {
  height: 0px;
  -webkit-transition: height 0.4s;
  transition: height 0.4s;
  overflow: hidden;
}

.page-node-type-report main .region-content #block-aonsw-content .main-content-wrapper .view-reports .view-content .node--view-mode-content-sticky .field--name-field-chapters > .field__item > .paragraph--type--chapter > .field--name-field-sub-capters > .field__item,
.page-node-type-long-report main .region-content #block-aonsw-content .main-content-wrapper .view-reports .view-content .node--view-mode-content-sticky .field--name-field-chapters > .field__item > .paragraph--type--chapter > .field--name-field-sub-capters > .field__item {
  padding: 3px 0px 3px 16px;
  line-height: 18px;
}

.page-node-type-report main .region-content #block-aonsw-content .main-content-wrapper .view-reports .view-content .node--view-mode-content-sticky .field--name-field-chapters > .field__item > .paragraph--type--chapter > .field--name-field-sub-capters > .field__item .paragraph--type--sub-chapter a .field--name-field-title,
.page-node-type-long-report main .region-content #block-aonsw-content .main-content-wrapper .view-reports .view-content .node--view-mode-content-sticky .field--name-field-chapters > .field__item > .paragraph--type--chapter > .field--name-field-sub-capters > .field__item .paragraph--type--sub-chapter a .field--name-field-title {
  font-family: 'DIN Regular', sans-serif;
  font-size: 16px;
}

.page-node-type-report main .region-content #block-aonsw-content .main-content-wrapper .view-reports .view-content .node--view-mode-content-sticky .file--mime-application-pdf,
.page-node-type-report main .region-content #block-aonsw-content .main-content-wrapper .view-reports .view-content .node--view-mode-content-sticky .report-social-part,
.page-node-type-long-report main .region-content #block-aonsw-content .main-content-wrapper .view-reports .view-content .node--view-mode-content-sticky .file--mime-application-pdf,
.page-node-type-long-report main .region-content #block-aonsw-content .main-content-wrapper .view-reports .view-content .node--view-mode-content-sticky .report-social-part {
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  line-height: 24px;
  white-space: nowrap;
  margin: 8px 0px;
  background-image: none;
  padding: 8px;
  background-color: #f7f7f7;
  display: block;
  position: relative;
}

.page-node-type-report main .region-content #block-aonsw-content .main-content-wrapper #report-contents,
.page-node-type-long-report main .region-content #block-aonsw-content .main-content-wrapper #report-contents {
  width: 250px;
  margin-right: 34px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
}

.page-node-type-report main .region-content #block-aonsw-content .main-content-wrapper #report-contents .report-contents-details,
.page-node-type-long-report main .region-content #block-aonsw-content .main-content-wrapper #report-contents .report-contents-details {
  width: 250px;
  overflow-y: auto;
  overflow-x: hidden;
}

.page-node-type-report main .region-content #block-aonsw-content .main-content-wrapper #report-contents .report-contents-details::-webkit-scrollbar,
.page-node-type-long-report main .region-content #block-aonsw-content .main-content-wrapper #report-contents .report-contents-details::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 8px;
  height: 8px;
}

.page-node-type-report main .region-content #block-aonsw-content .main-content-wrapper #report-contents .report-contents-details::-webkit-scrollbar-thumb,
.page-node-type-long-report main .region-content #block-aonsw-content .main-content-wrapper #report-contents .report-contents-details::-webkit-scrollbar-thumb {
  border-radius: 6px;
  border: 1px solid #fff;
  background-color: rgba(125, 125, 125, 0.8);
}

.page-node-type-report main .region-content #block-aonsw-content .main-content-wrapper #report-contents .report-contents-details.sticky-content,
.page-node-type-long-report main .region-content #block-aonsw-content .main-content-wrapper #report-contents .report-contents-details.sticky-content {
  position: fixed;
  top: 24px;
  bottom: 48px;
}

.page-node-type-report main .region-content #block-aonsw-content .main-content-wrapper #report-contents .report-contents-details.scroll-content,
.page-node-type-long-report main .region-content #block-aonsw-content .main-content-wrapper #report-contents .report-contents-details.scroll-content {
  position: absolute !important;
  bottom: 0px !important;
}

.page-node-type-report main .region-content #block-aonsw-content .main-content-wrapper #report-contents .report-contents-details.scroll-content .views-element-container,
.page-node-type-long-report main .region-content #block-aonsw-content .main-content-wrapper #report-contents .report-contents-details.scroll-content .views-element-container {
  position: absolute !important;
  bottom: 0px !important;
}

.page-node-type-report main .region-content #block-aonsw-content .main-content-wrapper #report-contents .report-contents-details .views-element-container,
.page-node-type-long-report main .region-content #block-aonsw-content .main-content-wrapper #report-contents .report-contents-details .views-element-container {
  padding-right: 8px;
}

.page-node-type-report main .region-content #block-aonsw-content .main-content-wrapper #report-contents .report-contents-details .view-reports .view-content .node--view-mode-content-sticky .field--name-field-chapters > .field__item > .paragraph--type--chapter .field--name-field-title:hover,
.page-node-type-long-report main .region-content #block-aonsw-content .main-content-wrapper #report-contents .report-contents-details .view-reports .view-content .node--view-mode-content-sticky .field--name-field-chapters > .field__item > .paragraph--type--chapter .field--name-field-title:hover {
  color: #e40428 !important;
}

.page-node-type-report main .region-content #block-aonsw-content .main-content-wrapper #report-contents .report-contents-details .view-reports .view-content .node--view-mode-content-sticky .file--mime-application-pdf > a,
.page-node-type-report main .region-content #block-aonsw-content .main-content-wrapper #report-contents .report-contents-details .view-reports .view-content .node--view-mode-content-sticky .report-social-part > a,
.page-node-type-long-report main .region-content #block-aonsw-content .main-content-wrapper #report-contents .report-contents-details .view-reports .view-content .node--view-mode-content-sticky .file--mime-application-pdf > a,
.page-node-type-long-report main .region-content #block-aonsw-content .main-content-wrapper #report-contents .report-contents-details .view-reports .view-content .node--view-mode-content-sticky .report-social-part > a {
  text-decoration: none;
  color: #e40428;
}

.page-node-type-report main .region-content #block-aonsw-content .main-content-wrapper #report-contents .report-contents-details .view-reports .view-content .node--view-mode-content-sticky .file--mime-application-pdf > button,
.page-node-type-report main .region-content #block-aonsw-content .main-content-wrapper #report-contents .report-contents-details .view-reports .view-content .node--view-mode-content-sticky .report-social-part > button,
.page-node-type-long-report main .region-content #block-aonsw-content .main-content-wrapper #report-contents .report-contents-details .view-reports .view-content .node--view-mode-content-sticky .file--mime-application-pdf > button,
.page-node-type-long-report main .region-content #block-aonsw-content .main-content-wrapper #report-contents .report-contents-details .view-reports .view-content .node--view-mode-content-sticky .report-social-part > button {
  font: inherit;
  background: none;
  border: none;
  padding: 0px;
  color: #e40428;
}

.page-node-type-report main .region-content #block-aonsw-content .main-content-wrapper .main-content,
.page-node-type-long-report main .region-content #block-aonsw-content .main-content-wrapper .main-content {
  position: relative;
  width: -webkit-calc(100% - 284px);
  width: calc(100% - 284px);
}

.page-node-type-report main .region-content #block-aonsw-content .main-content-wrapper .main-content .report-top,
.page-node-type-long-report main .region-content #block-aonsw-content .main-content-wrapper .main-content .report-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 1070px), print {
  .page-node-type-report main .region-content #block-aonsw-content .main-content-wrapper .main-content .report-top,
  .page-node-type-long-report main .region-content #block-aonsw-content .main-content-wrapper .main-content .report-top {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.page-node-type-report main .region-content #block-aonsw-content .main-content-wrapper .main-content .report-top .report-title,
.page-node-type-long-report main .region-content #block-aonsw-content .main-content-wrapper .main-content .report-top .report-title {
  margin-right: 16px;
}

.page-node-type-report main .region-content #block-aonsw-content .main-content-wrapper .main-content .report-top .report-social,
.page-node-type-long-report main .region-content #block-aonsw-content .main-content-wrapper .main-content .report-top .report-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 16px;
  margin-top: 10px;
}

.page-node-type-report main .region-content #block-aonsw-content .main-content-wrapper .main-content .report-top .report-social .report-social-part,
.page-node-type-long-report main .region-content #block-aonsw-content .main-content-wrapper .main-content .report-top .report-social .report-social-part {
  position: relative;
  margin-left: 24px;
}

.page-node-type-report main .region-content #block-aonsw-content .main-content-wrapper .main-content .report-top .report-social .report-social-part:first-child,
.page-node-type-long-report main .region-content #block-aonsw-content .main-content-wrapper .main-content .report-top .report-social .report-social-part:first-child {
  margin-left: 0px;
}

.page-node-type-report main .region-content #block-aonsw-content .main-content-wrapper .main-content .report-top .report-social .report-social-part > a,
.page-node-type-long-report main .region-content #block-aonsw-content .main-content-wrapper .main-content .report-top .report-social .report-social-part > a {
  display: block;
}

.page-node-type-report main .region-content #block-aonsw-content .main-content-wrapper .main-content .report-top .report-social .report-social-part > a img,
.page-node-type-long-report main .region-content #block-aonsw-content .main-content-wrapper .main-content .report-top .report-social .report-social-part > a img {
  width: 25px;
  height: 25px;
  cursor: pointer;
}

.page-node-type-report main .region-content #block-aonsw-content .main-content-wrapper .main-content .report-top .report-social .report-social-part > button,
.page-node-type-long-report main .region-content #block-aonsw-content .main-content-wrapper .main-content .report-top .report-social .report-social-part > button {
  border: none;
  background: none;
  padding: 0px;
}

.page-node-type-report main .region-content #block-aonsw-content .main-content-wrapper .main-content .report-top .report-social .report-social-part > button img,
.page-node-type-long-report main .region-content #block-aonsw-content .main-content-wrapper .main-content .report-top .report-social .report-social-part > button img {
  width: 25px;
  height: 25px;
  cursor: pointer;
}

.page-node-type-report main .region-content #block-aonsw-content .main-content-wrapper .main-content .report-content-right,
.page-node-type-long-report main .region-content #block-aonsw-content .main-content-wrapper .main-content .report-content-right {
  display: none;
  height: 78px;
  -webkit-transition: height 0.4s;
  transition: height 0.4s;
}

.page-node-type-report main .region-content #block-aonsw-content .main-content-wrapper .main-content .report-content-right .views-element-container,
.page-node-type-long-report main .region-content #block-aonsw-content .main-content-wrapper .main-content .report-content-right .views-element-container {
  padding: 24px 0px 12px 0px;
  width: 100%;
  z-index: 99;
  background-color: white;
}

.page-node-type-report main .region-content #block-aonsw-content .main-content-wrapper .main-content .report-content-right .views-element-container.sticky-content,
.page-node-type-long-report main .region-content #block-aonsw-content .main-content-wrapper .main-content .report-content-right .views-element-container.sticky-content {
  position: fixed;
  top: 0px;
}

.page-node-type-report main .region-content #block-aonsw-content .main-content-wrapper .main-content .report-content-right .views-element-container .view-reports .view-header:after,
.page-node-type-long-report main .region-content #block-aonsw-content .main-content-wrapper .main-content .report-content-right .views-element-container .view-reports .view-header:after {
  display: inline-block;
  content: '';
  background: url("../../images/icons/Acordion/Closed.svg") 0px 20px/22px 22px no-repeat;
  height: 42px;
  width: 22px;
  margin-left: 8px;
}

.page-node-type-report main .region-content #block-aonsw-content .main-content-wrapper .main-content .report-content-right .views-element-container .view-reports .view-header.opened:after,
.page-node-type-long-report main .region-content #block-aonsw-content .main-content-wrapper .main-content .report-content-right .views-element-container .view-reports .view-header.opened:after {
  display: inline-block;
  content: '';
  background: url("../../images/icons/Acordion/Opened.svg") 0px 20px/22px 22px no-repeat;
  height: 42px;
  width: 22px;
  margin-left: 8px;
}

.page-node-type-report main .region-content #block-aonsw-content .main-content-wrapper .main-content .report-content-right .views-element-container .view-reports .view-content,
.page-node-type-long-report main .region-content #block-aonsw-content .main-content-wrapper .main-content .report-content-right .views-element-container .view-reports .view-content {
  height: 0px;
  -webkit-transition: height 0.4s;
  transition: height 0.4s;
  overflow-y: hidden;
}

.page-node-type-report main .region-content #block-aonsw-content .main-content-wrapper .main-content .report-content-right .views-element-container .view-reports .view-content::-webkit-scrollbar,
.page-node-type-long-report main .region-content #block-aonsw-content .main-content-wrapper .main-content .report-content-right .views-element-container .view-reports .view-content::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 8px;
  height: 8px;
}

.page-node-type-report main .region-content #block-aonsw-content .main-content-wrapper .main-content .report-content-right .views-element-container .view-reports .view-content::-webkit-scrollbar-thumb,
.page-node-type-long-report main .region-content #block-aonsw-content .main-content-wrapper .main-content .report-content-right .views-element-container .view-reports .view-content::-webkit-scrollbar-thumb {
  border-radius: 6px;
  border: 1px solid #fff;
  background-color: rgba(125, 125, 125, 0.8);
}

.page-node-type-report main .region-content #block-aonsw-content .main-content-wrapper .main-content .report-content-right .views-element-container .view-reports .view-content .views-row > .node--view-mode-content-sticky .field--name-field-chapters > .field__item > .paragraph--type--chapter a,
.page-node-type-long-report main .region-content #block-aonsw-content .main-content-wrapper .main-content .report-content-right .views-element-container .view-reports .view-content .views-row > .node--view-mode-content-sticky .field--name-field-chapters > .field__item > .paragraph--type--chapter a {
  text-decoration: none;
  color: black;
}

.page-node-type-report main .region-content #block-aonsw-content .main-content-wrapper .main-content .report-content-right .views-element-container .view-reports .view-content .views-row > .node--view-mode-content-sticky .field--name-field-chapters > .field__item > .paragraph--type--chapter a > .field--name-field-title,
.page-node-type-long-report main .region-content #block-aonsw-content .main-content-wrapper .main-content .report-content-right .views-element-container .view-reports .view-content .views-row > .node--view-mode-content-sticky .field--name-field-chapters > .field__item > .paragraph--type--chapter a > .field--name-field-title {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.page-node-type-report main .region-content #block-aonsw-content .main-content-wrapper .main-content .report-content-right .views-element-container .view-reports .view-content .views-row > .node--view-mode-content-sticky .field--name-field-chapters > .field__item:last-child .contents-highlight,
.page-node-type-long-report main .region-content #block-aonsw-content .main-content-wrapper .main-content .report-content-right .views-element-container .view-reports .view-content .views-row > .node--view-mode-content-sticky .field--name-field-chapters > .field__item:last-child .contents-highlight {
  margin-bottom: 8px;
}

.page-node-type-report main .region-content #block-aonsw-content .main-content-wrapper .main-content .report-content-right .views-element-container .view-reports .view-content .views-row > .node--view-mode-content-sticky .file--mime-application-pdf,
.page-node-type-report main .region-content #block-aonsw-content .main-content-wrapper .main-content .report-content-right .views-element-container .view-reports .view-content .views-row > .node--view-mode-content-sticky .report-social-part,
.page-node-type-long-report main .region-content #block-aonsw-content .main-content-wrapper .main-content .report-content-right .views-element-container .view-reports .view-content .views-row > .node--view-mode-content-sticky .file--mime-application-pdf,
.page-node-type-long-report main .region-content #block-aonsw-content .main-content-wrapper .main-content .report-content-right .views-element-container .view-reports .view-content .views-row > .node--view-mode-content-sticky .report-social-part {
  display: none;
}

.page-node-type-report main .region-content #block-aonsw-content .main-content-wrapper .main-content .report-main,
.page-node-type-long-report main .region-content #block-aonsw-content .main-content-wrapper .main-content .report-main {
  background-color: white;
  padding: 16px 16px 16px 0px;
}

@media screen and (max-width: 760px), print {
  .page-node-type-report main .region-content #block-aonsw-content .main-content-wrapper .main-content .report-main,
  .page-node-type-long-report main .region-content #block-aonsw-content .main-content-wrapper .main-content .report-main {
    padding-right: 0px;
  }
}

.page-node-type-report main .region-content #block-aonsw-content .main-content-wrapper .main-content .report-main .field--name-field-chapters > .field__item > .paragraph--type--chapter > h1 .field--name-field-title,
.page-node-type-long-report main .region-content #block-aonsw-content .main-content-wrapper .main-content .report-main .field--name-field-chapters > .field__item > .paragraph--type--chapter > h1 .field--name-field-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.page-node-type-report main .region-content #block-aonsw-content .main-content-wrapper .main-content .report-main .field--name-field-chapters > .field__item > .paragraph--type--chapter > h1 .field--name-field-title:after,
.page-node-type-long-report main .region-content #block-aonsw-content .main-content-wrapper .main-content .report-main .field--name-field-chapters > .field__item > .paragraph--type--chapter > h1 .field--name-field-title:after {
  display: none;
  content: '';
  background: url("../../images/icons/Acordion/Opened.svg") 0px 7px/22px 22px no-repeat;
  height: 30px;
  width: 30px;
  margin-left: 12px;
}

.page-node-type-report main .region-content #block-aonsw-content .main-content-wrapper .main-content .report-main .field--name-field-chapters > .field__item > .paragraph--type--chapter > h1 .field--name-field-title.closed:after,
.page-node-type-long-report main .region-content #block-aonsw-content .main-content-wrapper .main-content .report-main .field--name-field-chapters > .field__item > .paragraph--type--chapter > h1 .field--name-field-title.closed:after {
  display: none;
  content: '';
  background: url("../../images/icons/Acordion/Closed.svg") 0px 7px/22px 22px no-repeat;
  height: 30px;
  width: 30px;
  margin-left: 12px;
}

.page-node-type-report main .region-content #block-aonsw-content .main-content-wrapper .main-content .report-main .field--name-field-chapters > .field__item > .paragraph--type--chapter .chapter-body-wrapper,
.page-node-type-long-report main .region-content #block-aonsw-content .main-content-wrapper .main-content .report-main .field--name-field-chapters > .field__item > .paragraph--type--chapter .chapter-body-wrapper {
  height: auto;
  -webkit-transition: height 0.4s;
  transition: height 0.4s;
  overflow: hidden;
}

.page-node-type-report main .region-content #block-aonsw-content .main-content-wrapper .main-content .report-main .field--name-field-chapters > .field__item > .paragraph--type--chapter .paragraph-body-wrapper,
.page-node-type-long-report main .region-content #block-aonsw-content .main-content-wrapper .main-content .report-main .field--name-field-chapters > .field__item > .paragraph--type--chapter .paragraph-body-wrapper {
  padding: 0.1px 0px;
}

.page-node-type-report main .region-content #block-aonsw-content .main-content-wrapper .main-content .report-bottom,
.page-node-type-long-report main .region-content #block-aonsw-content .main-content-wrapper .main-content .report-bottom {
  margin-top: 50px;
}

.page-node-type-report main .region-content #block-aonsw-content .main-content-wrapper .main-content .report-bottom .report-bottom-explore,
.page-node-type-long-report main .region-content #block-aonsw-content .main-content-wrapper .main-content .report-bottom .report-bottom-explore {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.page-node-type-report main .region-content #block-aonsw-content .main-content-wrapper .main-content .report-bottom .report-bottom-explore .field--name-field-related-reports,
.page-node-type-long-report main .region-content #block-aonsw-content .main-content-wrapper .main-content .report-bottom .report-bottom-explore .field--name-field-related-reports {
  width: 100%;
}

@media screen and (max-width: 760px), print {
  .page-node-type-report main .region-content #block-aonsw-content .main-content-wrapper .main-content .report-bottom .report-bottom-explore .field--name-field-related-reports,
  .page-node-type-long-report main .region-content #block-aonsw-content .main-content-wrapper .main-content .report-bottom .report-bottom-explore .field--name-field-related-reports {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.page-node-type-report main .region-content #block-aonsw-content .main-content-wrapper .main-content .report-bottom .report-bottom-explore a,
.page-node-type-long-report main .region-content #block-aonsw-content .main-content-wrapper .main-content .report-bottom .report-bottom-explore a {
  text-decoration: none;
  margin-top: 16px;
}

.page-node-type-long-report #report-contents .field--name-field-sub-capters > .field__item {
  padding: 4px 0px 4px 16px !important;
}

@media screen and (max-width: 1270px) {
  .page-node-type-report main .region-content #block-aonsw-content article .main-content-wrapper #report-contents,
  .page-node-type-long-report main .region-content #block-aonsw-content article .main-content-wrapper #report-contents {
    display: none;
  }
  .page-node-type-report main .region-content #block-aonsw-content article .main-content-wrapper .main-content,
  .page-node-type-long-report main .region-content #block-aonsw-content article .main-content-wrapper .main-content {
    width: 100%;
  }
  .page-node-type-report main .region-content #block-aonsw-content article .main-content-wrapper .main-content .report-content-right,
  .page-node-type-long-report main .region-content #block-aonsw-content article .main-content-wrapper .main-content .report-content-right {
    display: block;
  }
  .page-node-type-report main .region-content #block-aonsw-content article .main-content-wrapper .main-content .report-main,
  .page-node-type-long-report main .region-content #block-aonsw-content article .main-content-wrapper .main-content .report-main {
    margin-top: 0px;
  }
  .page-node-type-report main .region-content #block-aonsw-content article .main-content-wrapper .main-content .report-main .field--name-field-chapters > .field__item > .paragraph--type--chapter > h1 .field--name-field-title:after, .page-node-type-report main .region-content #block-aonsw-content article .main-content-wrapper .main-content .report-main .field--name-field-chapters > .field__item > .paragraph--type--chapter > h1 .field--name-field-title.closed:after,
  .page-node-type-long-report main .region-content #block-aonsw-content article .main-content-wrapper .main-content .report-main .field--name-field-chapters > .field__item > .paragraph--type--chapter > h1 .field--name-field-title:after,
  .page-node-type-long-report main .region-content #block-aonsw-content article .main-content-wrapper .main-content .report-main .field--name-field-chapters > .field__item > .paragraph--type--chapter > h1 .field--name-field-title.closed:after {
    display: inline-block;
  }
}

.page-node-type-page main .region-content #block-aonsw-content {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.page-node-type-page main .region-content #block-aonsw-content .ds-1col > article {
  max-width: 100%;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.page-node-type-page main .region-content #block-aonsw-content .ds-2col-stacked .field--name-field-banner-image {
  margin-bottom: 0px;
}

.page-node-type-page main .region-content #block-aonsw-content .ds-2col-stacked .inner-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1366px;
  width: 100%;
  padding-top: 24px;
  position: relative;
}

.page-node-type-page main .region-content #block-aonsw-content .ds-2col-stacked .inner-wrapper .group-left {
  max-width: 250px;
  width: 100%;
  margin-right: 34px;
  height: auto;
  -webkit-transition: height 0.4s;
  transition: height 0.4s;
}

.page-node-type-page main .region-content #block-aonsw-content .ds-2col-stacked .inner-wrapper .group-left > nav {
  padding: 0.1px 0px;
  max-width: 250px;
  width: 100%;
  z-index: 10;
  background-color: transparent;
  overflow-y: auto;
  overflow-x: hidden;
}

.page-node-type-page main .region-content #block-aonsw-content .ds-2col-stacked .inner-wrapper .group-left > nav::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 8px;
  height: 8px;
}

.page-node-type-page main .region-content #block-aonsw-content .ds-2col-stacked .inner-wrapper .group-left > nav::-webkit-scrollbar-thumb {
  border-radius: 6px;
  border: 1px solid #fff;
  background-color: rgba(125, 125, 125, 0.8);
}

.page-node-type-page main .region-content #block-aonsw-content .ds-2col-stacked .inner-wrapper .group-left > nav.sticky-content {
  position: fixed;
  top: 24px;
  max-height: -webkit-calc(100% - 72px);
  max-height: calc(100% - 72px);
}

.page-node-type-page main .region-content #block-aonsw-content .ds-2col-stacked .inner-wrapper .group-left > nav.scroll-content {
  position: absolute !important;
  bottom: 0px !important;
  height: 100% !important;
}

.page-node-type-page main .region-content #block-aonsw-content .ds-2col-stacked .inner-wrapper .group-left > nav.scroll-content .content-container {
  position: absolute !important;
  bottom: 0px !important;
  width: 100%;
}

.page-node-type-page main .region-content #block-aonsw-content .ds-2col-stacked .inner-wrapper .group-left > nav .content-container {
  background-color: white;
}

.page-node-type-page main .region-content #block-aonsw-content .ds-2col-stacked .inner-wrapper .group-left > nav .view-header {
  margin: 0px;
  font-family: 'DIN Regular', sans-serif;
  font-size: 35px;
  line-height: 42px;
  color: #e40428;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.page-node-type-page main .region-content #block-aonsw-content .ds-2col-stacked .inner-wrapper .group-left > nav .field-content {
  padding-left: 0px;
  padding-right: 8px;
  margin: 0px;
}

.page-node-type-page main .region-content #block-aonsw-content .ds-2col-stacked .inner-wrapper .group-left > nav .field-content > li {
  padding-top: 8px;
  list-style-type: none;
}

.page-node-type-page main .region-content #block-aonsw-content .ds-2col-stacked .inner-wrapper .group-left > nav .field-content > li a {
  text-decoration: none;
  color: black;
}

.page-node-type-page main .region-content #block-aonsw-content .ds-2col-stacked .inner-wrapper .group-left > nav .field-content > li a:hover {
  color: #e40428;
}

.page-node-type-page main .region-content #block-aonsw-content .ds-2col-stacked .inner-wrapper .group-left > nav .field-content > li .paragraph--type--sidebar-links {
  padding: 0.1px 0;
}

.page-node-type-page main .region-content #block-aonsw-content .ds-2col-stacked .inner-wrapper .group-left > nav .field-content > li .paragraph--type--sidebar-links .contents-highlight {
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
  padding: 8px;
  background-color: #f7f7f7;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.page-node-type-page main .region-content #block-aonsw-content .ds-2col-stacked .inner-wrapper .group-left > nav .field-content > li .paragraph--type--sidebar-links .contents-highlight img {
  width: 20px;
  height: 20px;
}

.page-node-type-page main .region-content #block-aonsw-content .ds-2col-stacked .inner-wrapper .group-left > nav .field-content > li .paragraph--type--sidebar-links ul {
  padding: 0px;
  height: 0px;
  -webkit-transition: height 0.4s;
  transition: height 0.4s;
  overflow-y: hidden;
}

.page-node-type-page main .region-content #block-aonsw-content .ds-2col-stacked .inner-wrapper .group-left > nav .field-content > li .paragraph--type--sidebar-links ul .paragraph--type--sub-link {
  list-style-type: none;
  padding: 3px 0px 3px 16px;
  line-height: 18px;
}

.page-node-type-page main .region-content #block-aonsw-content .ds-2col-stacked .inner-wrapper .group-left > nav .field-content > li .paragraph--type--sidebar-links ul .paragraph--type--sub-link .contents-sublink {
  font-family: 'DIN Regular', sans-serif;
  font-size: 16px;
}

.page-node-type-page main .region-content #block-aonsw-content .ds-2col-stacked .inner-wrapper .group-right {
  max-width: 966px;
  width: 100%;
}

.page-node-type-page main .region-content #block-aonsw-content .ds-1col > article,
.page-node-type-page main .region-content #block-aonsw-content .ds-2col-stacked .inner-wrapper .group-right {
  background-color: white;
  padding: 0px 16px 16px 0px;
}

@media screen and (max-width: 760px), print {
  .page-node-type-page main .region-content #block-aonsw-content .ds-1col > article,
  .page-node-type-page main .region-content #block-aonsw-content .ds-2col-stacked .inner-wrapper .group-right {
    padding-right: 0px;
  }
}

@media screen and (max-width: 760px), print {
  .page-node-type-page main .region-content #block-aonsw-content .ds-1col > article .field--name-field-related-content,
  .page-node-type-page main .region-content #block-aonsw-content .ds-2col-stacked .inner-wrapper .group-right .field--name-field-related-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

[id="main-content"] .field--name-field-file-resources,
.field--name-field-file-resources {
  background-color: #f7f7f7;
  padding: 20px;
  margin: 40px 0px;
}

[id="main-content"] .field--name-field-file-resources h1,
.field--name-field-file-resources h1 {
  font-family: 'DIN Regular', sans-serif;
  font-size: 25px;
  line-height: 30px;
  text-transform: uppercase;
}

[id="main-content"] .field--name-field-file-resources h2,
.field--name-field-file-resources h2 {
  font-family: Roboto, sans-serif;
  font-weight: bold;
  color: #e40428;
  font-size: 18px;
  margin-bottom: 0;
}

[id="main-content"] .field--name-field-file-resources ul,
.field--name-field-file-resources ul {
  margin-top: 0.5rem;
}

[id="main-content"] .field--name-field-file-resources ul .file,
.field--name-field-file-resources ul .file {
  padding-left: 0px;
  background-image: none;
}

[id="main-content"] .field--name-field-file-resources a:not(.buttonRound-red),
.field--name-field-file-resources a:not(.buttonRound-red) {
  text-decoration: none;
  color: black;
}

[id="main-content"] .field--name-field-file-resources a:not(.buttonRound-red):hover,
.field--name-field-file-resources a:not(.buttonRound-red):hover {
  color: #e40428;
}

@media screen and (max-width: 1270px) {
  .page-node-type-page main .region-content #block-aonsw-content .ds-2col-stacked .inner-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 0px;
  }
  .page-node-type-page main .region-content #block-aonsw-content .ds-2col-stacked .inner-wrapper .group-left {
    max-width: none;
    -webkit-transition: height 0.4s;
    transition: height 0.4s;
    background-color: white;
  }
  .page-node-type-page main .region-content #block-aonsw-content .ds-2col-stacked .inner-wrapper .group-left > nav {
    max-width: none;
    overflow: initial;
  }
  .page-node-type-page main .region-content #block-aonsw-content .ds-2col-stacked .inner-wrapper .group-left > nav.sticky-content {
    top: 0px;
    bottom: initial;
  }
  .page-node-type-page main .region-content #block-aonsw-content .ds-2col-stacked .inner-wrapper .group-left > nav .content-container {
    padding: 24px 0px 12px 0px;
  }
  .page-node-type-page main .region-content #block-aonsw-content .ds-2col-stacked .inner-wrapper .group-left > nav .view-header:after {
    content: '';
    background: url("../../images/icons/Acordion/Closed.svg") 10px 18px/22px 22px no-repeat;
    padding-left: 40px;
  }
  .page-node-type-page main .region-content #block-aonsw-content .ds-2col-stacked .inner-wrapper .group-left > nav .opened:after {
    content: '';
    background: url("../../images/icons/Acordion/Opened.svg") 10px 18px/22px 22px no-repeat;
    padding-left: 40px;
  }
  .page-node-type-page main .region-content #block-aonsw-content .ds-2col-stacked .inner-wrapper .group-left > nav .field-content {
    height: 0px;
    -webkit-transition: height 0.4s;
    transition: height 0.4s;
    background-color: white;
    overflow-y: hidden;
    overflow-x: hidden;
  }
  .page-node-type-page main .region-content #block-aonsw-content .ds-2col-stacked .inner-wrapper .group-left > nav .field-content::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 8px;
    height: 8px;
  }
  .page-node-type-page main .region-content #block-aonsw-content .ds-2col-stacked .inner-wrapper .group-left > nav .field-content::-webkit-scrollbar-thumb {
    border-radius: 6px;
    border: 1px solid #fff;
    background-color: rgba(125, 125, 125, 0.8);
  }
  .page-node-type-page main .region-content #block-aonsw-content .ds-2col-stacked .inner-wrapper .group-right {
    max-width: none;
  }
}

.page-node-type-landing main .region-content {
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
  margin-right: auto;
  background-color: white;
  padding: 0px 16px 16px 0px;
}

@media screen and (max-width: 760px), print {
  .page-node-type-landing main .region-content {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-right: 0px;
  }
}

.page-node-type-landing main .region-content .block-page-title-block {
  width: 100%;
  margin-bottom: 16px;
}

.page-node-type-landing main .region-content .block-page-title-block .page-title {
  margin: 0px;
}

.page-node-type-landing main .region-content .block-system-main-block {
  width: 100%;
}

.page-node-type-landing main .region-content .block-system-main-block article .node__content .text-formatted p {
  font-family: 'Roboto', 'sans-serif';
  font-size: 16px;
  line-height: 24px;
}

.page-node-type-landing main .region-content .block-system-main-block article .node__content .text-formatted p:first-child {
  margin-top: 0px;
}

.page-node-type-landing main .region-content .block-system-main-block article .node__content .text-formatted p:last-child {
  margin-bottom: 0px;
}

.path-media main {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.path-media main .region-content {
  position: relative;
}

.path-media main .region-content .view-filter-summary {
  font-style: italic;
}

.path-media main .region-content .view-filter-summary .highlight-red {
  color: #e40428;
}

.path-media main .region-content [id="block-aonsw-content"] {
  max-width: 966px;
  width: 100%;
}

.path-media main .region-content [id="block-aonsw-content"] .view-media-articles .content-wrapper {
  max-width: 966px;
  width: 100%;
}

.path-media main .region-content [id="block-aonsw-content"] .view-media-articles .view-content {
  padding: 1em 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.path-media main .region-content [id="block-aonsw-content"] .view-media-articles .view-content .views-row .layout--twocol {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 475px;
  height: 188px;
  -webkit-box-shadow: 0 4px 16px 0 rgba(48, 49, 51, 0.15);
          box-shadow: 0 4px 16px 0 rgba(48, 49, 51, 0.15);
  margin: 0px 16px 16px 0px;
  background-color: white;
}

.path-media main .region-content [id="block-aonsw-content"] .view-media-articles .view-content .views-row .layout--twocol .layout__region--top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 24px 0px 0px 160px;
  position: absolute;
  width: 100%;
}

.path-media main .region-content [id="block-aonsw-content"] .view-media-articles .view-content .views-row .layout--twocol .layout__region--top .field--name-node-post-date {
  font-size: 14px;
  line-height: 24px;
  color: #757575;
}

.path-media main .region-content [id="block-aonsw-content"] .view-media-articles .view-content .views-row .layout--twocol .layout__region--top .media-release-indicator {
  width: auto;
  height: auto;
  padding: 4px 8px;
  text-align: center;
  background: #ccc;
  font-family: 'DIN Regular', sans-serif;
  font-weight: bold;
  font-size: 14px;
  line-height: 16px;
  margin-right: 24px;
}

.path-media main .region-content [id="block-aonsw-content"] .view-media-articles .view-content .views-row .layout--twocol .layout__region--first {
  padding: 24px 16px 24px 24px;
  height: 100%;
}

.path-media main .region-content [id="block-aonsw-content"] .view-media-articles .view-content .views-row .layout--twocol .layout__region--first .field--name-field-image {
  height: 120px;
  width: 120px;
  color: #e40428;
}

.path-media main .region-content [id="block-aonsw-content"] .view-media-articles .view-content .views-row .layout--twocol .layout__region--first img {
  height: 120px;
  width: 120px;
}

.path-media main .region-content [id="block-aonsw-content"] .view-media-articles .view-content .views-row .layout--twocol .layout__region--second {
  max-width: 296px;
  margin: 48px 24px 12px 0px;
  max-height: 128px;
  height: auto;
  overflow: hidden;
}

.path-media main .region-content [id="block-aonsw-content"] .view-media-articles .view-content .views-row .layout--twocol .layout__region--second .media-content {
  height: 100%;
}

.path-media main .region-content [id="block-aonsw-content"] .view-media-articles .view-content .views-row .layout--twocol .layout__region--second .media-content h2 {
  padding: 4px 0px;
  font-size: 16px;
  margin: 0px;
}

.path-media main .region-content [id="block-aonsw-content"] .view-media-articles .view-content .views-row .layout--twocol .layout__region--second .media-content h2 a {
  color: black;
  text-decoration: none;
}

.path-media main .region-content [id="block-aonsw-content"] .view-media-articles .view-content .views-row .layout--twocol .layout__region--second .media-content h2 a span {
  display: block;
}

.path-media main .region-content [id="block-aonsw-content"] .view-media-articles .view-content .views-row .layout--twocol .layout__region--second .media-content h2 a span:hover {
  text-decoration: underline;
}

.path-media main .region-content [id="block-aonsw-content"] .view-media-articles .view-content .views-row .layout--twocol .layout__region--second .media-content p {
  margin: 0px;
}

.path-media main .region-content [id="block-aonsw-content"] .view-media-articles .view-content .views-row:nth-child(even) .layout--twocol {
  margin-right: 0px;
}

@media screen and (max-width: 1320px) {
  .path-media header {
    margin: 0 25px;
  }
  .path-media main {
    padding: 0 25px;
  }
}

@media screen and (max-width: 1270px) {
  .path-media header {
    margin: 0px 20px;
  }
  .path-media main {
    padding: 0px 20px;
  }
  .path-media main .region-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .path-media main .region-content #block-aonsw-content {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

@media screen and (max-width: 1023px) {
  .path-media main .region-content {
    max-width: 632px;
  }
  .path-media main .region-content .views-exposed-form, .path-media main .region-content #block-aonsw-content {
    width: 100%;
  }
  .path-media main .region-content #block-aonsw-content .view-media-articles .view-content {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .path-media main .region-content #block-aonsw-content .view-media-articles .view-content .views-row {
    width: 100%;
  }
  .path-media main .region-content #block-aonsw-content .view-media-articles .view-content .views-row .layout--twocol {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    width: 100%;
    max-height: 188px;
    height: auto;
    margin-right: 0px;
  }
  .path-media main .region-content #block-aonsw-content .view-media-articles .view-content .views-row .layout--twocol .layout__region--second {
    max-width: none;
    width: 100%;
  }
}

@media screen and (max-width: 460px) {
  .path-media main .region-content #block-aonsw-content .view-media-articles .view-content .views-row .layout--twocol {
    max-height: 330px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .path-media main .region-content #block-aonsw-content .view-media-articles .view-content .views-row .layout--twocol .layout__region--top {
    padding-left: 148px;
    padding-top: 16px;
    width: auto;
  }
  .path-media main .region-content #block-aonsw-content .view-media-articles .view-content .views-row .layout--twocol .layout__region--top .field--name-node-post-date {
    position: absolute;
    top: 140px;
    left: 17px;
  }
  .path-media main .region-content #block-aonsw-content .view-media-articles .view-content .views-row .layout--twocol .layout__region--first {
    padding: 16px 16px 0px 16px;
  }
  .path-media main .region-content #block-aonsw-content .view-media-articles .view-content .views-row .layout--twocol .layout__region--second {
    padding: 26px 16px 16px 16px;
    margin: 0px;
    top: 150px;
    width: 100%;
    max-height: 184px;
  }
}

.page-node-type-article main .region-content {
  max-width: 100%;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  background-color: white;
  padding: 0px 16px 16px 0px;
}

.page-node-type-article main .region-content .page-title {
  margin-top: 0px;
}

.page-node-type-article main .region-content .field--type-text-with-summary p {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.page-node-type-article main .region-content .report-bottom-explore {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 16px;
}

@media screen and (max-width: 760px) {
  .page-node-type-article main .region-content {
    padding-right: 0px;
  }
}

.path-search .container {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: initial;
          flex-direction: initial;
  -webkit-box-align: initial;
      -ms-flex-align: initial;
          align-items: initial;
}

.path-search .search-refine {
  display: none;
}

.path-search .region-sidebar {
  display: block;
}

.path-search .facets-widget-checkbox {
  margin: 0;
}

.path-search .filter-button-sidebar .form-submit {
  margin-left: 0;
}

@media screen and (max-width: 1020px) {
  .path-search .filter-button-sidebar .form-submit {
    display: none;
  }
}

.path-search .block-search {
  margin-right: 40px;
}

.path-search .block-search form .form--inline .form-item-keys {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

.path-search .block-search form .form--inline .form-item-keys label[for='sidebar-search-input'] {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.path-search .block-search form .form--inline .form-item-keys input {
  font-style: italic;
  font-size: 16px;
  outline: none;
  border: none;
  border-bottom: 1px solid black;
  width: 230px;
  padding: 12px;
}

.path-search .block-search form .form--inline .form-actions {
  display: block;
}

.path-search .block-search form .form--inline .form-actions input {
  margin-top: 0px;
  width: 230px;
}

.path-search .block-search .text-in-middle {
  display: block;
  margin-top: 28px;
  text-align: center;
  font-size: 24px;
}

.path-search .block-search .text-in-middle .visible-tablet {
  display: none;
}

.path-search .block-search .text-in-middle .visible-tablet a {
  display: block;
  width: 230px;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
}

.path-search main .region-content {
  max-width: 100%;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.path-search main .region-content #block-aonsw-content {
  background-color: white;
  padding-right: 16px;
}

.path-search main .region-content #block-aonsw-content .view-custom-search .view-header h1 {
  display: none;
}

.path-search main .region-content #block-aonsw-content .view-custom-search .view-empty {
  font-style: italic;
}

.path-search main .region-content #block-aonsw-content .view-custom-search .view-empty .highlight-red {
  color: #e40428;
}

.path-search main .region-content #block-aonsw-content .view-custom-search .view-content .views-row {
  margin: 8px 0px 32px 0px;
}

.path-search main .region-content #block-aonsw-content .view-custom-search .view-content .views-row .views-field-title a,
.path-search main .region-content #block-aonsw-content .view-custom-search .view-content .views-row .views-field-field-link a,
.path-search main .region-content #block-aonsw-content .view-custom-search .view-content .views-row .views-field-field-resource a {
  font-weight: bold;
  text-decoration: none;
  color: #e40428;
}

.path-search main .region-content #block-aonsw-content .view-custom-search .view-content .views-row .field-content {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  line-height: 24px;
}

@media screen and (max-width: 1020px) {
  .path-search main .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .path-search main .block-search {
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin-bottom: 20px;
  }
  .path-search main .block-search h2 {
    display: none;
  }
  .path-search main .block-search form .form--inline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .path-search main .block-search form .form--inline .form-item-keys {
    margin-top: 0px;
    width: 230px;
    margin-left: auto;
    margin-right: auto;
  }
  .path-search main .block-search form .form--inline .form-item-keys input {
    padding-top: 0px;
  }
  .path-search main .block-search form .form--inline .form-actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .path-search main .block-search .text-in-middle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-left: 30px;
  }
  .path-search main .block-search .text-in-middle .visible-tablet {
    display: block;
    margin-left: 30px;
  }
  .path-search main .facets-widget-checkbox {
    display: none;
  }
}

@media screen and (max-width: 760px) {
  .path-search main .block-search {
    margin-right: 0px;
  }
  .path-search main .block-search form {
    width: 100%;
  }
  .path-search main .block-search .form-item {
    margin-right: 0;
    width: 100%;
  }
  .path-search main .block-search .form-submit {
    margin: 0 auto;
  }
  .path-search main .block-search .text-in-middle {
    display: none;
  }
  .path-search main #block-aonsw-content {
    padding-right: 8px;
  }
}

.path-user .user-login-form {
  max-width: 360px;
  margin: 30px auto 0px auto;
}

.path-user .user-login-form .form-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.path-user .user-login-form .form-item input {
  padding: 20px;
  margin-top: 4px;
  font-size: 18px;
  line-height: 24px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid black;
  outline: none;
  height: 64px;
}

.path-user .user-login-form .form-item .description {
  margin-top: 4px;
  font-size: 14px;
  line-height: 18px;
}

.path-user .user-login-form .form-submit {
  height: 64px;
  background: #e40428;
  border: none;
  color: white;
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  font-size: 23px;
  outline: none;
  padding: 18px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

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

.yeogurt-info {
  text-align: center;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

.version {
  font-size: 14px;
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
  position: absolute;
  bottom: 10px;
  right: 10px;
}

.logo {
  margin-top: 15px;
}

.browsehappy {
  text-align: center;
  margin: 0;
  background: #fff8e2;
  color: #000;
  padding: 0.5em 0;
}

/*# sourceMappingURL=main.css.map */
