@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

/**
 * Render the `main` element consistently in IE.
 */
main {
  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
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  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
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

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

/**
 * 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 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
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 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;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

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

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 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 {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

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

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  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 in Chrome and Safari on macOS.
 */
[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 Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

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

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

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

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
*::after, *::before {
  box-sizing: border-box;
}

body {
  overflow-wrap: break-word;
}

textarea,
input[type=text],
input[type=number],
input[type=email] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
}

input[type=button],
input[type=submit] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.pictureBackground {
  display: none;
}

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

figure {
  margin: 0;
  padding: 0;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover .slick-prev-icon:before, .slick-prev:hover .slick-next-icon:before, .slick-prev:focus .slick-prev-icon:before, .slick-prev:focus .slick-next-icon:before,
.slick-next:hover .slick-prev-icon:before,
.slick-next:hover .slick-next-icon:before,
.slick-next:focus .slick-prev-icon:before,
.slick-next:focus .slick-next-icon:before {
  opacity: 1;
}
.slick-prev.slick-disabled,
.slick-next.slick-disabled {
  cursor: default;
}
.slick-prev.slick-disabled .slick-prev-icon:before, .slick-prev.slick-disabled .slick-next-icon:before,
.slick-next.slick-disabled .slick-prev-icon:before,
.slick-next.slick-disabled .slick-next-icon:before {
  opacity: 0.25;
}
.slick-prev .slick-prev-icon:before, .slick-prev .slick-next-icon:before,
.slick-next .slick-prev-icon:before,
.slick-next .slick-next-icon:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev .slick-prev-icon:before {
  content: "←";
}
[dir=rtl] .slick-prev .slick-prev-icon:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next .slick-next-icon:before {
  content: "→";
}
[dir=rtl] .slick-next .slick-next-icon:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover .slick-dot-icon, .slick-dots li button:focus .slick-dot-icon {
  opacity: 1;
}
.slick-dots li button .slick-dot-icon {
  color: black;
  opacity: 0.25;
}
.slick-dots li button .slick-dot-icon:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
}
.slick-dots li.slick-active button .slick-dot-icon {
  color: black;
  opacity: 0.75;
}

/**
 Improved .sr-only class by ffoodd: https://gist.github.com/ffoodd/000b59f431e3e64e4ce1a24d5bb36034
 */
.slick-sr-only {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important; /* 1 */
  clip-path: inset(50%) !important; /* 2 */
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important; /* 3 */
}

.slick-autoplay-toggle-button {
  position: absolute;
  left: 5px;
  bottom: -25px;
  z-index: 10;
  opacity: 0.75;
  background: none;
  border: 0;
  cursor: pointer;
}
.slick-autoplay-toggle-button:hover, .slick-autoplay-toggle-button:focus {
  outline: none;
  opacity: 1;
}
.slick-autoplay-toggle-button .slick-pause-icon:before {
  content: "⏸";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 16px;
  line-height: 20px;
  text-align: center;
}
.slick-autoplay-toggle-button .slick-play-icon:before {
  content: "▶";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 16px;
  line-height: 20px;
  text-align: center;
}

:root {
  --report-primary: #0037FF;
  --report-headline: var(--report-black);
  --report-headline-alt: var(--report-white);
  --report-body: var(--report-black);
  --report-body-alt: var(--report-white);
  --report-white: #FFFFFF;
  --report-black: #0B0500;
  --report-xltgrey: #FAFAFA;
  --report-ltgrey: #E9E9E9;
  --report-grey: #4B4B4B;
  --font-family-primary: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  --font-family-secondary: "Open Sans Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

article[data-color=color-template-1] {
  --report-primary: #0037FF;
}

article[data-color=color-template-2] {
  --report-primary: #000D84;
}

article[data-color=color-template-3] {
  --report-primary: #C44100;
}

article[data-color=color-template-4] {
  --report-primary: #8F4200;
}

article[data-color=color-template-5] {
  --report-primary: #B51963;
}

article[data-color=color-template-6] {
  --report-primary: #8B0568;
}

article[data-color=color-template-7] {
  --report-primary: #5928ED;
}

article[data-color=color-template-8] {
  --report-primary: #310D92;
}

article[data-color=color-template-9] {
  --report-primary: #008000;
}

article[data-color=color-template-10] {
  --report-primary: #004900;
}

article[data-color=color-template-11] {
  --report-primary: #5D7179;
}

article[data-color=color-template-12] {
  --report-primary: #323D42;
}

article[data-color=color-template-13] {
  --report-primary: #5F7B6C;
}

article[data-color=color-template-14] {
  --report-primary: #3A5446;
}

article[data-color=color-template-15] {
  --report-primary: #896C64;
}

article[data-color=color-template-16] {
  --report-primary: #5C4943;
}

article[data-color=color-template-17] {
  --report-primary: #B90E2F;
}

article[data-color=color-template-18] {
  --report-primary: #7F0009;
}

article[data-color=color-template-19] {
  --report-primary: #026775;
}

article[data-color=color-template-20] {
  --report-primary: #01424F;
}

/* #region Open sans */
@font-face {
  font-family: "Open Sans";
  src: url("/wp-content/themes/fas-base/pdf/fonts/OpenSans-Regular.ttf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Open Sans Italic";
  src: url("/wp-content/themes/fas-base/pdf/fonts/OpenSans-Italic.ttf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Open Sans Bold";
  src: url("/wp-content/themes/fas-base/pdf/fonts/OpenSans-Bold.ttf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Open Sans Bold Italic";
  src: url("/wp-content/themes/fas-base/pdf/fonts/OpenSans-BoldItalic.ttf");
  font-weight: normal;
  font-style: normal;
}
/* #endregion */
/* #region Poppins */
@font-face {
  font-family: "Poppins";
  src: url("/wp-content/themes/fas-base/pdf/fonts/Poppins-Regular.ttf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Poppins Italic";
  src: url("/wp-content/themes/fas-base/pdf/fonts/Poppins-Italic.ttf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Poppins Bold";
  src: url("/wp-content/themes/fas-base/pdf/fonts/Poppins-Bold.ttf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Poppins Bold Italic";
  src: url("/wp-content/themes/fas-base/pdf/fonts/Poppins-BoldItalic.ttf");
  font-weight: normal;
  font-style: normal;
}
/* #endregion */
/* #region Raleway */
@font-face {
  font-family: "Raleway";
  src: url("/wp-content/themes/fas-base/pdf/fonts/Raleway-Regular.ttf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Raleway Italic";
  src: url("/wp-content/themes/fas-base/pdf/fonts/Raleway-Italic.ttf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Raleway Bold";
  src: url("/wp-content/themes/fas-base/pdf/fonts/Raleway-Bold.ttf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Raleway Bold Italic";
  src: url("/wp-content/themes/fas-base/pdf/fonts/Raleway-BoldItalic.ttf");
  font-weight: normal;
  font-style: normal;
}
/* #endregion */
/* #region Roboto */
@font-face {
  font-family: "Roboto";
  src: url("/wp-content/themes/fas-base/pdf/fonts/Roboto-Regular.ttf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Roboto Italic";
  src: url("/wp-content/themes/fas-base/pdf/fonts/Roboto-Italic.ttf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Roboto Bold";
  src: url("/wp-content/themes/fas-base/pdf/fonts/Roboto-Bold.ttf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Roboto Bold Italic";
  src: url("/wp-content/themes/fas-base/pdf/fonts/Roboto-BoldItalic.ttf");
  font-weight: normal;
  font-style: normal;
}
/* #endregion */
/* #region EB Garamond */
@font-face {
  font-family: "EB Garamond";
  src: url("/wp-content/themes/fas-base/pdf/fonts/EBGaramond-Regular.ttf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "EB Garamond Italic";
  src: url("/wp-content/themes/fas-base/pdf/fonts/EBGaramond-Italic.ttf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "EB Garamond Bold";
  src: url("/wp-content/themes/fas-base/pdf/fonts/EBGaramond-Bold.ttf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "EB Garamond Bold Italic";
  src: url("/wp-content/themes/fas-base/pdf/fonts/EBGaramond-BoldItalic.ttf");
  font-weight: normal;
  font-style: normal;
}
/* #endregion */
/* #region Merriweather */
@font-face {
  font-family: "Merriweather";
  src: url("/wp-content/themes/fas-base/pdf/fonts/Merriweather-Regular.ttf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Merriweather Italic";
  src: url("/wp-content/themes/fas-base/pdf/fonts/Merriweather-Italic.ttf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Merriweather Bold";
  src: url("/wp-content/themes/fas-base/pdf/fonts/Merriweather-Bold.ttf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Merriweather Bold Italic";
  src: url("/wp-content/themes/fas-base/pdf/fonts/Merriweather-BoldItalic.ttf");
  font-weight: normal;
  font-style: normal;
}
/* #endregion */
/* #region Noto Serif */
@font-face {
  font-family: "Noto Serif";
  src: url("/wp-content/themes/fas-base/pdf/fonts/NotoSerif-Regular.ttf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Noto Serif Italic";
  src: url("/wp-content/themes/fas-base/pdf/fonts/NotoSerif-Italic.ttf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Noto Serif Bold";
  src: url("/wp-content/themes/fas-base/pdf/fonts/NotoSerif-Bold.ttf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Noto Serif Bold Italic";
  src: url("/wp-content/themes/fas-base/pdf/fonts/NotoSerif-BoldItalic.ttf");
  font-weight: normal;
  font-style: normal;
}
/* #endregion */
/* #region Playfair Display */
@font-face {
  font-family: "Playfair Display";
  src: url("/wp-content/themes/fas-base/pdf/fonts/PlayfairDisplay-Regular.ttf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Playfair Display Italic";
  src: url("/wp-content/themes/fas-base/pdf/fonts/PlayfairDisplay-Italic.ttf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Playfair Display Bold";
  src: url("/wp-content/themes/fas-base/pdf/fonts/PlayfairDisplay-Bold.ttf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Playfair Display Bold Italic";
  src: url("/wp-content/themes/fas-base/pdf/fonts/PlayfairDisplay-BoldItalic.ttf");
  font-weight: normal;
  font-style: normal;
}
/* #endregion */
article[data-font=font-choice-1] {
  --font-family-primary: "Open Sans", Helvetica, Arial, sans-serif;
  --font-family-secondary: "Open Sans Bold", Helvetica, Arial, sans-serif;
}

article[data-font=font-choice-2] {
  --font-family-primary: "Poppins", Helvetica, Arial, sans-serif;
  --font-family-secondary: "Poppins Bold", Helvetica, Arial, sans-serif;
}

article[data-font=font-choice-3] {
  --font-family-primary: "Raleway", Helvetica, Arial, sans-serif;
  --font-family-secondary: "Raleway Bold", Helvetica, Arial, sans-serif;
}

article[data-font=font-choice-4] {
  --font-family-primary: "Roboto", Helvetica, Arial, sans-serif;
  --font-family-secondary: "Roboto Bold", Helvetica, Arial, sans-serif;
}

article[data-font=font-choice-5] {
  --font-family-primary: "EB Garamond", Times, serif;
  --font-family-secondary: "EB Garamond Bold", Times, serif;
}

article[data-font=font-choice-6] {
  --font-family-primary: "Merriweather", Times, serif;
  --font-family-secondary: "Merriweather Bold", Times, serif;
}

article[data-font=font-choice-7] {
  --font-family-primary: "Noto Serif", Times, serif;
  --font-family-secondary: "Noto Serif Bold", Times, serif;
}

article[data-font=font-choice-8] {
  --font-family-primary: "Playfair Display", Times, serif;
  --font-family-secondary: "Playfair Display Bold", Times, serif;
}

.page-break {
  display: none;
  clear: both;
  page-break-after: always;
}

.hide-web {
  display: none;
}

.page-wrapper > *,
.post__wrapper--content > * {
  margin-top: 3.75rem;
}

.page-wrapper > .hero,
.page-wrapper > .post__container,
.page-wrapper > .posts,
.post__wrapper--content > .report-title {
  margin-top: 0;
}

.post__wrapper--content:has(section.slides) .report-title {
  display: none;
}
.post__wrapper--content:has(section.slides) .table-of-contents {
  display: none;
}

.home .page-wrapper > .hero {
  margin-top: 3.75rem;
}

body {
  font-family: var(--font-family-primary);
  font-size: 100%;
  color: var(--report-body);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: var(--font-family-secondary);
  color: var(--report-headline);
  margin: 0;
}

h1,
.text--h1 {
  font-family: var(--font-family-secondary);
  font-size: 2.25rem;
  line-height: 1;
  margin-bottom: 0.25em;
}
@media (min-width: 768px) {
  h1,
  .text--h1 {
    font-size: 4.125rem;
  }
}

h2,
.text--h2 {
  font-family: var(--font-family-secondary);
  font-size: 2rem;
  line-height: 1.15;
  margin-bottom: 0.25em;
}
@media (min-width: 1024px) {
  h2,
  .text--h2 {
    font-size: 2.375rem;
  }
}

h3,
.text--h3,
.wp-block-quote p,
.wp-block-pullquote blockquote p {
  font-family: var(--font-family-secondary);
  font-size: 1.5rem;
  line-height: 1.375;
  margin-bottom: 0.25em;
}
@media (min-width: 1024px) {
  h3,
  .text--h3,
  .wp-block-quote p,
  .wp-block-pullquote blockquote p {
    font-size: 2rem;
  }
}

h4,
.text--h4,
.wp-block-quote cite,
.wp-block-pullquote blockquote cite {
  font-family: var(--font-family-secondary);
  font-size: 1.625rem;
  line-height: 1.385;
  margin-bottom: 0.25em;
}

h5,
.text--h5 {
  font-family: var(--font-family-secondary);
  font-size: 1.25rem;
  line-height: 1.4;
  margin-bottom: 0.25em;
}

h6,
.text--h6 {
  font-family: var(--font-family-secondary);
  font-size: 1.125rem;
  line-height: 1.4;
  margin-bottom: 0.25em;
}

.text--uber {
  font-size: 6.9375rem;
  line-height: 1.1;
}
.text--hero {
  font-size: 4.875rem;
  line-height: 1.1;
}
.text--lead, .post__wrapper--content > ol > li, .post__wrapper--content > ul > li, .post__wrapper--content > p, .text--lead *, .post__wrapper--content > ol > li *, .post__wrapper--content > ul > li *, .post__wrapper--content > p * {
  font-family: var(--font-family-primary);
  font-size: 1.25rem;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .text--lead, .post__wrapper--content > ol > li, .post__wrapper--content > ul > li, .post__wrapper--content > p, .text--lead *, .post__wrapper--content > ol > li *, .post__wrapper--content > ul > li *, .post__wrapper--content > p * {
    font-size: 1.375rem;
  }
}
.text--eyebrow {
  font-family: var(--font-family-primary);
  font-size: 1.125rem;
  line-height: 1.2;
  letter-spacing: 1.4px;
}
.text--body, .gfield_checkbox .gchoice, .gfield_label, .gform-field-label, li, ol,
ul, p,
.p,
blockquote, .text--body > *, .gfield_checkbox .gchoice > *, .gfield_label > *, .gform-field-label > *, li > *, ol > *,
ul > *, p > *,
.p > *,
blockquote > * {
  font-family: var(--font-family-primary);
  font-size: 1.125rem;
  line-height: 1.5;
  letter-spacing: 1.1px;
}
.text--small {
  font-family: var(--font-family-primary);
  font-size: 1rem;
  line-height: 1.1;
}
.text--caption, .footer__bottom-copyright li > a, .footer__bottom-links li > a, .footer__bottom-site-design li > a {
  font-family: var(--font-family-primary);
  font-size: 0.875rem;
  line-height: 1.1;
}
.text--tiny, small {
  font-family: var(--font-family-primary);
  font-size: 0.625rem;
  line-height: 1;
}
.text--bold {
  font-weight: 700;
}
.text--light {
  font-weight: 300;
}

strong {
  font-family: var(--font-family-secondary) !important;
  font-weight: normal;
}

ol,
ul {
  margin: 0 1em 1em 1em;
  padding: 0 0.5em;
  list-style-position: outside;
  line-height: 1.5;
}

li {
  font-size: inherit;
  line-height: 1.5;
  margin: 0 0 0 1.5em;
}

.gform_wrapper {
  max-width: 78.75rem;
  width: calc(100% - 1.25rem * 2);
  margin: 0 auto;
  position: relative;
}
.gform_body fieldset {
  padding: 0;
  border: none;
  width: 100%;
}
.gform_body legend {
  margin-bottom: 1rem;
}
.gform_required_legend {
  display: none;
}
.gform_fields {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 2.5rem;
       column-gap: 2.5rem;
}
.gform-field-label {
  font-weight: 700;
  font-family: var(--font-family-primary);
}
.gform_footer {
  margin-top: 1.875rem;
}
.gform-btn-wrapper {
  display: flex;
  justify-content: flex-end;
}
@media (min-width: 1024px) {
  .gform-btn-wrapper {
    margin-right: 1.25rem;
  }
}

.gfield {
  position: relative;
}
.gfield_label {
  font-weight: 700;
  font-family: var(--font-family-primary);
}
.gfield_required {
  position: relative;
}
.gfield_required > span {
  position: absolute;
  font-size: 0.875rem;
  bottom: 0;
  transform: translateX(0.25rem);
}
.gfield--width-full {
  width: 100%;
}
.gfield--width-half {
  width: 100%;
}
@media (min-width: 1024px) {
  .gfield--width-half {
    width: 50%;
    max-width: 368px;
  }
}
.gfield--type-select {
  margin-top: 0.5rem;
  margin-bottom: 1.75rem;
}
.gfield--type-select .gfield_label {
  display: inline-block;
  margin-bottom: 0.5rem;
}
.gfield_checkbox {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 2.5rem;
       column-gap: 2.5rem;
  row-gap: 1.8rem;
  padding: 1.75rem 1rem 1.75rem 1rem;
  background: rgba(93, 188, 196, 0.05);
  border-radius: 2px;
  color: var(--report-primary);
  border: 1px solid var(--report-secondary);
}
@media (min-width: 768px) {
  .gfield_checkbox {
    padding: 2.75rem 1rem 2.75rem 3.125rem;
  }
}
@media (min-width: 1024px) {
  .gfield_checkbox {
    margin-right: 1.25rem;
  }
}
.gfield_checkbox .gchoice {
  width: 100%;
  font-family: var(--font-family-primary);
  display: grid;
  grid-template-columns: 1em auto;
  gap: 0.5em;
}
@media (min-width: 768px) {
  .gfield_checkbox .gchoice {
    width: 50%;
    max-width: 20rem;
  }
}
.gfield_checkbox .gchoice input[type=checkbox] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  margin: 0;
  font: inherit;
  color: currentColor;
  width: 1.25rem;
  height: 1.25rem;
  border: 1px solid currentColor;
  border-radius: 0;
  transform: translateY(0.1rem);
  display: grid;
  place-content: center;
}
.gfield_checkbox .gchoice input[type=checkbox]::before {
  content: "";
  width: 0.65em;
  height: 0.65em;
  transform: scale(0);
  transition: 120ms transform ease-in-out;
  box-shadow: inset 1em 1em var(--report-primary);
  background-color: CanvasText;
  transform-origin: bottom left;
  clip-path: polygon(10% 55%, 28% 72%, 88% 2%, 100% 11%, 29% 93%, 0 66%);
}
.gfield_checkbox .gchoice input[type=checkbox]:checked::before {
  transform: scale(1);
}
.gfield_checkbox .gchoice input[type=checkbox]:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 2px;
}
.ginput_container input[type=text],
.ginput_container input[type=email],
.ginput_container input[type=tel],
.ginput_container input[type=number],
.ginput_container select,
.ginput_container textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: rgba(93, 188, 196, 0.05);
  color: var(--report-primary);
  border: 1px solid var(--report-secondary);
  border-radius: 2px;
  font-size: 1rem;
  line-height: 1.125rem;
  padding: 1rem 0.625rem;
  margin-top: 0.5rem;
  margin-bottom: 1.75rem;
  width: 100%;
}
.ginput_container select {
  margin: 0;
  cursor: pointer;
  padding: 1rem 3.5rem 1rem 0.625rem;
}
.ginput_container_select {
  position: relative;
  margin: 0;
}
.ginput_container_select::before {
  position: absolute;
  content: url("/wp-content/themes/fas-base/assets/images/icon-arrow-select.svg");
  right: 22px;
  top: 15px;
  width: 10px;
  height: 55px;
  pointer-events: none;
}
.ginput_container_select::after {
  position: absolute;
  content: "";
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 55px;
  height: 50px;
  border-left: 1px solid #999999;
  pointer-events: none;
}
.ginput_container textarea {
  width: 100%;
}

.cmt-form-name input[type=text] {
  width: 100%;
}

.ginput_container_fileupload {
  width: 100%;
  padding: 25px 30px;
  text-align: center;
  background: #e5e5e5;
}

.hidden_label .gfield_label {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.header {
  position: sticky;
  top: 0;
  background-color: white;
  z-index: 15;
  display: flex;
  justify-content: flex-end;
}
@media (min-width: 1024px) {
  .header {
    min-height: 124px;
  }
}
.header__container {
  width: 100%;
  margin-block: 0;
  padding-block: 0.75rem;
  padding-left: 1.25rem;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background-color: white;
  gap: 1.25rem;
  border-bottom: 1px solid var(--report-black);
}
@media (min-width: 1024px) {
  .header__container {
    align-items: center;
    justify-content: flex-start;
    max-width: 78.75rem;
    width: calc(100% - 1.25rem * 2);
    margin: 0 auto;
    position: relative;
    margin-top: 0;
    margin-bottom: -1px;
    padding-block: 0.25rem;
  }
}
@media (min-width: 1441px) {
  .header__container {
    align-items: center;
    justify-content: flex-start;
  }
}
.header__logo {
  max-width: 125px;
  width: 100%;
  padding: 0.5rem 0;
}
@media (min-width: 1024px) {
  .header__logo {
    max-width: 11.876rem;
  }
}
.header__logo img {
  display: block;
  width: 100%;
  max-width: 171px;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 1023px) {
  .header__nav {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: white;
  }
}
@media (min-width: 1024px) {
  .header__nav {
    display: block;
    width: 100%;
  }
}
.header__toggle {
  align-self: center;
  position: absolute;
  right: 0;
  width: 3rem;
  height: 3rem;
  margin: 0 0.9375rem;
  overflow: hidden;
  text-indent: -9999px;
  border: 0;
  border-radius: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
}
@media (min-width: 1024px) {
  .header__toggle {
    display: none;
  }
}
.header__toggle-bar, .header__toggle:before, .header__toggle:after {
  content: "";
  position: absolute !important;
  left: 50% !important;
  transform: translate(-50%, -50%);
  display: block;
  width: 70%;
  height: 3px;
  background-color: #0f3351;
  transition: all 500ms ease;
}
.header__toggle:before {
  top: calc(50% - 0.625rem) !important;
}
.header__toggle:after {
  top: calc(50% + 0.625rem) !important;
}
.header__toggle--active:before {
  top: 50% !important;
  transform: translate(-50%, -50%) rotate(45deg);
}
.header__toggle--active:after {
  top: 50% !important;
  transform: translate(-50%, -50%) rotate(-45deg);
}
.header__toggle--active .header__toggle-bar {
  opacity: 0;
}
.header__search-toggle {
  position: absolute;
  right: 4rem;
  align-self: center;
  width: 3rem;
  height: 3rem;
  margin: 0;
  overflow: hidden;
  text-indent: -9999px;
  border: 0;
  border-radius: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
}
@media (min-width: 1024px) {
  .header__search-toggle {
    display: none;
  }
}
.header__search-toggle svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 30px;
  height: 30px;
}
.header__search-toggle svg * {
  fill: var(--report-primary);
}
.header__search {
  width: calc(100% - 1.25rem * 2);
  max-width: 64.38rem;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin: auto;
  display: none;
  background-color: var(--report-primary);
  z-index: 2;
}
.header__search form {
  padding-inline: 1.25rem;
  position: relative;
  width: 100%;
}
.header__search form button[type=submit] {
  position: absolute;
  bottom: 8px;
  right: 1.25rem;
  border-top: none;
  border-left: none;
  border-right: none;
  width: 28px;
  height: 28px;
  cursor: pointer;
  background-color: transparent;
}
.header__search form svg {
  width: 28px;
  height: 28px;
}
.header__search input {
  width: 100%;
  padding: 0.25rem 0;
  border: 0;
  border-bottom: 2px solid var(--report-secondary);
  background: transparent;
  font-size: 1.5rem;
  color: var(--report-white);
  line-height: 1.2;
}
.header__search ::-moz-placeholder {
  color: var(--report-white);
}
.header__search ::placeholder {
  color: var(--report-white);
}
.header__search-container {
  min-height: 110px;
  padding-inline: 1.25rem;
  padding-bottom: 1.25rem;
  position: relative;
  display: flex;
  align-items: flex-end;
}
.header__search-close {
  background: transparent;
  border: 0;
  display: none;
  margin: 0;
  padding: 0;
}
@media (min-width: 768px) {
  .header__search-close {
    display: block;
    position: absolute;
    right: 15px;
    top: 15px;
    transition: opacity 300ms ease;
  }
  .header__search-close:hover {
    cursor: pointer;
    opacity: 0.75;
  }
  .header__search-close svg {
    height: 20px;
    width: 20px;
  }
}

.main-nav__container {
  margin: 0;
  list-style-type: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
  padding-block: 1.25rem;
}
@media (min-width: 1024px) {
  .main-nav__container {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}
.main-nav__container--left, .main-nav__container--right {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
  margin: 0;
}
@media (min-width: 1024px) {
  .main-nav__container--left, .main-nav__container--right {
    flex-direction: row;
    padding: 0;
  }
}
@media (min-width: 1024px) {
  .main-nav__container--left {
    padding-left: 2rem;
    border-left: 2px solid var(--report-primary);
    min-height: 35px;
  }
}
.main-nav__item {
  display: block;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-bottom: 10px;
  margin: 0;
}
@media (min-width: 1024px) {
  .main-nav__item {
    display: inline-flex;
  }
}
.main-nav__item:last-child {
  margin-right: 0;
}
.main-nav__item:last-child .main-nav__link.main-nav__link--callout.button--nav.button--primary {
  color: var(--report-secondary);
}
@media (min-width: 1024px) {
  .main-nav__item:last-child {
    padding-right: 0;
  }
}
.main-nav__item:nth-last-child(3) {
  margin-right: 0;
}
.main-nav__item--top-text {
  margin: 0 0 0.5rem 0;
}
@media (min-width: 1024px) {
  .main-nav__item--overflow {
    display: none;
  }
}
@media only screen and (min-width: 1080px) {
  .main-nav__item--overflow {
    display: inline-flex;
  }
}
.main-nav__item--search {
  display: none;
}
@media (min-width: 1024px) {
  .main-nav__item--search {
    display: inline-flex;
    align-items: center;
    margin-left: auto;
  }
}
.main-nav__item--search .main-nav__link {
  padding: 15px 0;
  line-height: 1;
  cursor: pointer;
  border: none;
}
.main-nav__item--search .main-nav__link svg {
  width: 25px;
  height: 25px;
}
.main-nav__item--search .main-nav__link:hover {
  background-color: transparent;
}
.main-nav__item--button {
  position: relative;
}
.main-nav__link {
  color: var(--report-primary);
  display: inline-block;
  padding-inline: 0.25em;
  transition: background-color 250ms ease-in-out, text-decoration-color 250ms ease-in-out;
  text-decoration: underline;
  text-decoration-color: rgba(var(--report-primary), 0);
  text-underline-offset: 2px;
  background-color: rgba(178, 249, 255, 0);
}
.main-nav__link:hover {
  background-color: rgb(178, 249, 255);
  text-decoration-color: rgba(var(--report-primary), 1);
}
.main-nav__link:focus-visible {
  background-color: rgb(178, 249, 255);
  outline: 1px solid currentColor;
  outline-offset: 2px;
  text-decoration-color: rgba(var(--report-primary), 1);
}
.main-nav__link:active, .main-nav__link.active {
  background-color: rgb(178, 249, 255);
  text-decoration-color: rgba(var(--report-primary), 1);
}
.main-nav__link svg {
  width: 11px;
  height: 5px;
  margin-top: 0.45rem;
  margin-left: 0.125rem;
}
.main-nav__link--callout svg {
  width: 27px;
  height: auto;
  margin-right: 0.75rem;
  margin-top: 0.25rem;
  margin-bottom: -0.25rem;
}
.main-nav__link.dropdown-active {
  color: var(--report-primary);
}
.main-nav__link.dropdown-active svg {
  transform: scaleY(-1);
}
.main-nav__submenu-wrapper {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 55px;
  padding-top: 0;
  display: none;
  padding-top: 20px;
  z-index: 1;
}
@media (min-width: 1024px) {
  .main-nav__submenu-wrapper {
    top: 35px;
  }
}
@media (min-width: 1441px) {
  .main-nav__submenu-wrapper {
    top: 55px;
  }
}
@media (max-width: 1023px) {
  .main-nav__submenu-wrapper {
    position: static;
    left: 0;
    right: 0;
    transform: translateX(0);
  }
}
.main-nav__submenu-wrapper:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-bottom: 20px solid var(--report-black);
  z-index: -1;
}
@media (max-width: 1023px) {
  .main-nav__submenu-wrapper:before {
    display: none;
  }
}
.main-nav__submenu-wrapper:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  top: 1px;
  left: 50%;
  transform: translateX(-50%);
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-bottom: 20px solid #152233;
  z-index: 2;
}
@media (max-width: 1023px) {
  .main-nav__submenu-wrapper:after {
    display: none;
  }
}
.main-nav__submenu-wrapper--row {
  display: flex;
  flex-direction: column;
  flex: 1;
  width: -moz-max-content;
  width: max-content;
  border-top: 1px solid var(--report-black);
  border-left: 1px solid var(--report-black);
  border-right: 1px solid var(--report-black);
  border-bottom: 1px solid var(--report-black);
  box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.3);
}
@media (min-width: 1024px) {
  .main-nav__submenu-wrapper--row {
    flex-direction: row;
  }
}
.main-nav__submenu {
  background-color: #152233;
  margin: 0;
  list-style: none;
  padding: 2.5rem;
}
@media (min-width: 1024px) {
  .main-nav__submenu {
    padding: 2.5rem 7.75rem 1.25rem 2.5rem;
  }
}
.main-nav__submenu:nth-child(1) .main-nav__sublink a {
  font-weight: 700;
}
.main-nav__submenu:nth-child(2) {
  position: relative;
}
.main-nav__submenu:nth-child(2)::before {
  content: "";
  position: absolute;
  background-color: var(--report-secondary);
  width: 80%;
  height: 1px;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media (min-width: 1024px) {
  .main-nav__submenu:nth-child(2) {
    border-left: 2px solid #152233;
  }
  .main-nav__submenu:nth-child(2)::before {
    width: 1px;
    height: 80%;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media (max-width: 1023px) {
  .main-nav__submenu {
    box-shadow: none;
  }
}
.main-nav__submenu li {
  padding: 0 10px 20px 0;
  margin: 0;
}
@media (max-width: 1023px) {
  .main-nav__submenu li {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
  }
}
.main-nav__submenu li a {
  transition: all 225ms ease-in;
  color: var(--report-white);
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 0.125em;
  text-decoration-color: rgba(var(--report-white), 0);
}
.main-nav__submenu li a:hover {
  text-decoration-color: rgba(var(--report-white), 1);
}
@media (max-width: 1023px) {
  .main-nav__submenu li a {
    padding: 5px 20px;
    width: auto;
  }
}
.footer {
  margin-top: 5rem;
  margin-bottom: 0;
}
.footer__container {
  max-width: 78.75rem;
  width: calc(100% - 1.25rem * 2);
  margin: 0 auto;
  position: relative;
  display: grid;
}
@media (min-width: 1024px) {
  .footer__container {
    margin-top: 0;
    margin-bottom: 4.875rem;
    grid-template-columns: repeat(12, 1fr);
    gap: 1.25rem;
  }
}
.footer__logo {
  margin-bottom: 2.5rem;
}
@media (min-width: 1024px) {
  .footer__logo {
    grid-column: 1/5;
  }
}
@media (min-width: 1441px) {
  .footer__logo {
    grid-column: 1/3;
  }
}
.footer__logo figure {
  margin-bottom: 2.5rem;
  display: flex;
  place-content: center;
}
.footer__logo img {
  display: block;
  width: 100%;
  max-width: 95px;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (min-width: 768px) {
  .footer__logo img {
    max-width: 192px;
  }
}
.footer__button {
  text-align: center;
}
@media (min-width: 1441px) {
  .footer__button .button--primary {
    width: 100%;
  }
}
.footer__nav {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media (min-width: 768px) {
  .footer__nav {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 1024px) {
  .footer__nav {
    grid-column: 5/13;
  }
}
.footer__nav-column {
  display: flex;
  flex-direction: column;
}
.footer__nav-title {
  margin-bottom: 1.5rem;
  border-bottom: 1px solid var(--report-primary);
  min-height: 60px;
  justify-self: end;
  display: grid;
  position: relative;
}
@media (min-width: 1024px) {
  .footer__nav-title {
    min-height: 150px;
  }
}
.footer__nav-title h3 {
  position: absolute;
  bottom: 0;
}
.footer__nav-title--link {
  position: relative;
  display: inherit;
  color: var(--report-primary);
  transition: all 500ms ease;
  border: 0;
  border-radius: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  text-decoration: none;
  text-decoration-thickness: 2px;
  text-underline-offset: 0.125em;
}
.footer__nav-title--link:hover {
  text-decoration: underline;
}
.footer__nav-title--link:focus-visible {
  outline: 1px dashed currentColor;
  outline-offset: 2px;
}
.footer__nav-links nav ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
}
.footer__nav-links nav li {
  list-style-type: none;
  margin: 0 0 1.25rem 0;
  padding: 0 1rem 0 0;
}
.footer__nav-links nav li a {
  font-size: inherit;
  font-weight: 700;
  color: var(--report-primary);
  display: inline-block;
  padding-inline: 0.25em;
  transition: background-color 250ms ease-in-out;
  text-decoration: underline;
  text-underline-offset: 2px;
  background-color: rgba(178, 249, 255, 0);
  text-decoration: none;
  font-weight: 400;
}
.footer__nav-links nav li a:hover {
  background-color: rgb(178, 249, 255);
}
.footer__nav-links nav li a:focus-visible {
  background-color: rgb(178, 249, 255);
  outline: 1px dashed currentColor;
  outline-offset: 2px;
}
.footer__nav-links nav li a:active {
  background-color: rgba(var(--report-secondary), 1);
}
.footer__nav-links nav li a:hover {
  text-decoration: underline;
}
.footer__bottom {
  background-color: var(--report-grey);
  color: var(--report-white);
  min-height: 73px;
  padding-block: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer__bottom-nav {
  max-width: 78.75rem;
  width: calc(100% - 1.25rem * 2);
  margin: 0 auto;
  position: relative;
  margin-block: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media (min-width: 768px) {
  .footer__bottom-nav {
    flex-direction: row;
    align-items: flex-start;
    gap: 2rem;
  }
}
.footer__bottom-copyright, .footer__bottom-links, .footer__bottom-site-design {
  margin: 0;
}
.footer__bottom-copyright li, .footer__bottom-links li, .footer__bottom-site-design li {
  list-style-type: none;
  margin: 0;
  padding: 0;
  line-height: 1.6;
}
.footer__bottom-copyright a, .footer__bottom-links a, .footer__bottom-site-design a {
  color: inherit;
}
.footer__bottom-copyright a:hover, .footer__bottom-links a:hover, .footer__bottom-site-design a:hover {
  color: inherit;
  text-decoration: underline;
}
.footer__bottom-copyright {
  margin-top: 0.25em;
}
.footer__bottom-copyright li {
  padding-left: 1rem;
  text-indent: -1rem;
}
.footer__bottom-links {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  row-gap: 0;
}
@media (min-width: 1024px) {
  .footer__bottom-links {
    max-width: 23%;
  }
}
.footer__bottom-site-design {
  flex-shrink: 0;
}
.footer__bottom-site-design li a {
  color: #FFF;
}
@media (min-width: 1024px) {
  .footer__bottom-site-design {
    margin-left: auto;
    align-self: flex-end;
  }
}

.social {
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (min-width: 768px) {
  .social {
    justify-content: flex-start;
  }
}
.social__item {
  margin-right: 18px;
}
.social__item:last-child {
  margin-right: 0;
}
.social__link {
  position: relative;
  display: block;
  width: 60px;
  height: 60px;
  overflow: hidden;
  text-indent: -9999px;
  background-color: var(--report-primary);
  transition: background-color 500ms ease;
}
.social__link svg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 30px;
  transform: translate(-50%, -50%);
}
.social__link svg * {
  transition: fill 500ms ease;
  fill: var(--report-primary);
}
.social__link:hover {
  background-color: var(--report-primary);
}
.social__link:hover svg * {
  fill: white;
}

.newsletter {
  position: relative;
  margin-top: 17px;
}
.newsletter .gfield_label {
  display: none;
}
.newsletter .ginput_container input[type=text],
.newsletter .ginput_container input[type=email],
.newsletter .ginput_container input[type=tel],
.newsletter .ginput_container input[type=number],
.newsletter .ginput_container select,
.newsletter .ginput_container textarea {
  background-size: 23px 19px;
  border: 1px solid #979797;
  color: var(--report-primary);
  height: 3.125rem;
  padding: 0 130px 0 42px;
  font-size: 0.875rem;
  line-height: 1.125rem;
}
.newsletter ::-moz-placeholder {
  font-style: italic;
}
.newsletter ::placeholder {
  font-style: italic;
}
.newsletter .gform_footer {
  margin-top: 0;
  position: absolute;
  top: 0;
  right: 0;
}
.newsletter .gform_footer input[type=submit] {
  position: relative;
  z-index: 2;
}
.newsletter .gform_footer::after {
  background: #FDFDFD;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 3rem;
  z-index: 1;
}
.newsletter .validation_message {
  color: white;
}
.newsletter .validation_error {
  display: none;
  color: white;
}

.button {
  box-sizing: border-box;
  display: inline-block;
  position: relative;
  cursor: pointer;
  border-radius: 0.25rem;
  border: 2px solid var(--report-primary);
  background-color: var(--report-primary);
  color: var(--report-headline-alt);
  min-width: 200px;
  font-size: 1.125rem;
  font-family: var(--font-family-primary);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 1.4px;
  text-align: center;
  text-decoration: none;
  padding: 0.8rem 1.375rem 0.625rem;
  transition-property: background-color, color, border;
  transition-duration: 225ms;
  transition-timing-function: ease-in;
}
.button:focus-visible {
  outline: 1px solid var(--report-primary);
  outline-offset: 0.25rem;
}
.button svg {
  position: relative;
  z-index: 2;
  transition-property: fill;
  transition-duration: 225ms;
  transition-timing-function: ease-in;
}
.button--primary {
  background-color: var(--report-primary);
  overflow: hidden;
}
.button--primary span {
  position: relative;
  z-index: 2;
}
.button--primary::after {
  content: "";
  position: absolute;
  inset: 0;
  width: 110%;
  height: 100%;
  background-color: var(--report-body-alt);
  transform: translateX(-105%) skew(-15deg);
  transition-property: transform, opacity;
  transition-duration: 450ms;
  transition-timing-function: ease-out;
  z-index: 0;
}
@media (prefers-reduced-motion) {
  .button--primary::after {
    background-color: var(--report-primary);
    transform: none;
    transition-duration: 0ms;
  }
}
.button--primary:hover, .button--primary:active, .button--primary:focus-visible {
  color: var(--report-primary);
}
.button--primary:hover::after, .button--primary:active::after, .button--primary:focus-visible::after {
  transform: translateX(-5%) skew(-15deg);
  transition-duration: 300ms;
  transition-timing-function: ease-in;
}
@media (prefers-reduced-motion) {
  .button--primary:hover::after, .button--primary:active::after, .button--primary:focus-visible::after {
    background-color: var(--report-headline-alt);
    transform: none;
    transition-duration: 0ms;
  }
}
.button--primary:hover svg, .button--primary:active svg, .button--primary:focus-visible svg {
  fill: var(--report-primary);
}
.button--secondary {
  background-color: var(--report-headline-alt);
  color: var(--report-primary);
  border: 1px solid var(--report-primary);
  outline: 1px solid var(--report-headline-alt);
  overflow: hidden;
  isolation: isolate;
}
.button--secondary span {
  position: relative;
  z-index: 2;
}
.button--secondary::before {
  content: "";
  position: absolute;
  inset: 0;
  width: 110%;
  height: 100%;
  background-color: var(--report-primary);
  transform: translateX(-105%) skew(-15deg);
  transition-property: transform, opacity;
  transition-duration: 450ms;
  transition-timing-function: ease-out;
  z-index: 0;
}
.button--secondary:hover, .button--secondary:active, .button--secondary:focus-visible {
  color: var(--report-headline-alt);
}
.button--secondary:hover::before, .button--secondary:active::before, .button--secondary:focus-visible::before {
  transform: translateX(-5%) skew(-15deg);
  transition-duration: 300ms;
  transition-timing-function: ease-in;
}
.button--secondary:hover svg, .button--secondary:active svg, .button--secondary:focus-visible svg {
  fill: var(--report-headline-alt);
}
@media (prefers-reduced-motion) {
  .button--secondary:hover, .button--secondary:active, .button--secondary:focus-visible {
    background-color: var(--report-primary);
    transform: none;
    transition-duration: 0ms;
  }
}
.button--simple {
  text-decoration: underline;
  padding: 0 0 0 0;
  display: inline-flex;
  gap: 0.5rem;
  position: relative;
  background-color: transparent;
  border: none;
  color: var(--report-primary);
  min-width: unset;
  transition-property: width;
}
.button--simple span {
  width: 26px;
  height: 26px;
  border-radius: 100px;
  border: 2px solid var(--report-primary);
  background-color: var(--report-headline-alt);
  display: grid;
  place-content: center;
  transform-origin: left;
  transition-property: background-color, color;
  transition-duration: 300ms;
  transition-timing-function: ease-in-out;
}
.button--simple span svg {
  width: 12px;
  height: 8px;
}
.button--simple:hover span, .button--simple:active span, .button--simple:focus-visible span {
  width: 36px;
  padding-left: 10px;
  background-color: var(--report-primary);
}
.button--simple:hover span svg path, .button--simple:active span svg path, .button--simple:focus-visible span svg path {
  fill: var(--report-headline-alt);
}
@media (prefers-reduced-motion) {
  .button--simple:hover span, .button--simple:active span, .button--simple:focus-visible span {
    width: 26px;
    padding-left: 0px;
  }
}

.post__wrapper--content > ol > li, .post__wrapper--content > ul > li {
  margin-top: 0.5em;
}
.post__wrapper--content li a {
  font-size: inherit;
  font-weight: 700;
  color: var(--report-primary);
  display: inline-block;
  padding-inline: 0.25em;
  transition: background-color 250ms ease-in-out;
  text-decoration: underline;
  text-underline-offset: 2px;
  background-color: rgba(178, 249, 255, 0);
}
.post__wrapper--content li a:hover {
  background-color: rgb(178, 249, 255);
}
.post__wrapper--content li a:focus-visible {
  background-color: rgb(178, 249, 255);
  outline: 1px dashed currentColor;
  outline-offset: 2px;
}
.post__wrapper--content li a:active {
  background-color: rgba(var(--report-secondary), 1);
}

.wp-block-pullquote {
  margin-bottom: 1.875rem;
  padding: 0;
}
.wp-block-pullquote blockquote {
  padding: 0.5rem 1.75rem;
  position: relative;
  text-align: left;
  color: var(--report-primary);
  background-color: rgba(93, 188, 196, 0.05);
  border: 1px solid var(--report-primary);
  border-left: 10px solid var(--report-primary);
}
.wp-block-pullquote blockquote p {
  letter-spacing: normal;
}
.wp-block-pullquote blockquote cite {
  letter-spacing: normal;
}

.wp-block-quote {
  padding: 0.5rem 1.75rem;
  position: relative;
  text-align: left;
  color: var(--report-primary);
  background-color: rgba(93, 188, 196, 0.05);
  border: 1px solid var(--report-primary);
  border-left: 10px solid var(--report-primary);
}
.wp-block-quote p {
  letter-spacing: normal;
}
.wp-block-quote cite {
  letter-spacing: normal;
}

.wp-block-embed-youtube.alignright, .wp-block-embed-youtube.alignleft,
.wp-block-embed-vimeo.alignright,
.wp-block-embed-vimeo.alignleft {
  max-width: 60rem;
  padding: 0 1.25rem;
}
.wp-block-embed-youtube.alignright .wp-block-embed__wrapper, .wp-block-embed-youtube.alignleft .wp-block-embed__wrapper,
.wp-block-embed-vimeo.alignright .wp-block-embed__wrapper,
.wp-block-embed-vimeo.alignleft .wp-block-embed__wrapper {
  max-width: 22.5rem;
  width: 100%;
}
.wp-block-embed-youtube.alignright .wp-block-embed__wrapper,
.wp-block-embed-vimeo.alignright .wp-block-embed__wrapper {
  margin-left: auto;
}
.wp-block-embed-youtube.alignleft .wp-block-embed__wrapper,
.wp-block-embed-vimeo.alignleft .wp-block-embed__wrapper {
  margin-right: auto;
}
.wp-block-embed-youtube .wp-block-embed__wrapper,
.wp-block-embed-vimeo .wp-block-embed__wrapper {
  position: relative;
}
.wp-block-embed-youtube .wp-block-embed__wrapper:after,
.wp-block-embed-vimeo .wp-block-embed__wrapper:after {
  content: "";
  display: block;
  padding-bottom: 56.25%;
}
.wp-block-embed-youtube .wp-block-embed__wrapper iframe,
.wp-block-embed-vimeo .wp-block-embed__wrapper iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
}

.wysiwyg table,
.wp-block-table table {
  border-bottom: none;
  margin: 0 0 0.5rem 0;
  font-size: 80%;
}
@media (min-width: 768px) {
  .wysiwyg table,
  .wp-block-table table {
    font-size: 100%;
  }
}
.wysiwyg table thead,
.wp-block-table table thead {
  border-bottom: none;
}
.wysiwyg table thead th,
.wp-block-table table thead th {
  background-color: var(--report-primary);
  border: 1px solid var(--report-primary);
  color: var(--report-headline-alt);
  text-align: left;
}
.wysiwyg table thead th strong,
.wp-block-table table thead th strong {
  font-weight: 700;
  color: var(--report-headline-alt);
}
.wysiwyg table thead th.has-text-align-center,
.wp-block-table table thead th.has-text-align-center {
  text-align: center;
}
.wysiwyg table tbody tr:first-child td,
.wp-block-table table tbody tr:first-child td {
  border-top: none;
}
.wysiwyg table tbody td,
.wp-block-table table tbody td {
  padding: 1.125rem 0.875rem;
  line-height: 1.4;
  border: 1px solid var(--report-grey);
}
.wysiwyg figcaption,
.wp-block-table figcaption {
  padding: 0.5rem 0;
  border: 0px solid var(--report-headline-alt);
  font-style: italic;
}
.wysiwyg.is-style-stripes,
.wp-block-table.is-style-stripes {
  border-bottom: none;
}
.wysiwyg.is-style-stripes tbody tr:nth-child(odd),
.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
  background-color: var(--report-xltgrey);
}
.wysiwyg.is-style-stripes tbody tr:nth-child(even),
.wp-block-table.is-style-stripes tbody tr:nth-child(even) {
  background-color: var(--report-ltgrey);
}

.wysiwyg a {
  font-size: inherit;
  font-weight: 700;
  color: var(--report-primary);
  display: inline-block;
  padding-inline: 0.25em;
  transition: background-color 250ms ease-in-out;
  text-decoration: underline;
  text-underline-offset: 2px;
  background-color: rgba(178, 249, 255, 0);
}
.wysiwyg a:hover {
  background-color: rgb(178, 249, 255);
}
.wysiwyg a:focus-visible {
  background-color: rgb(178, 249, 255);
  outline: 1px dashed currentColor;
  outline-offset: 2px;
}
.wysiwyg a:active {
  background-color: rgba(var(--report-secondary), 1);
}

.wysiwyg > *,
.wysiwyg > ul > li {
  margin-top: 1.5rem;
}

.wp-block-buttons,
.wp-block-code,
.wp-block-columns,
.wp-block-embed-youtube,
.wp-block-embed-vimeo,
.wp-block-gallery,
.wp-block-media-text,
.wp-block-quote,
.wp-block-table,
.wp-block-verse {
  max-width: 78.75rem;
  width: calc(100% - 1.25rem * 2);
  margin: 0 auto;
  position: relative;
  margin-top: 1.5rem;
}
.wp-block-buttons a,
.wp-block-code a,
.wp-block-columns a,
.wp-block-embed-youtube a,
.wp-block-embed-vimeo a,
.wp-block-gallery a,
.wp-block-media-text a,
.wp-block-quote a,
.wp-block-table a,
.wp-block-verse a {
  font-size: inherit;
  font-weight: 700;
  color: var(--report-primary);
  display: inline-block;
  padding-inline: 0.25em;
  transition: background-color 250ms ease-in-out;
  text-decoration: underline;
  text-underline-offset: 2px;
  background-color: rgba(178, 249, 255, 0);
}
.wp-block-buttons a:hover,
.wp-block-code a:hover,
.wp-block-columns a:hover,
.wp-block-embed-youtube a:hover,
.wp-block-embed-vimeo a:hover,
.wp-block-gallery a:hover,
.wp-block-media-text a:hover,
.wp-block-quote a:hover,
.wp-block-table a:hover,
.wp-block-verse a:hover {
  background-color: rgb(178, 249, 255);
}
.wp-block-buttons a:focus-visible,
.wp-block-code a:focus-visible,
.wp-block-columns a:focus-visible,
.wp-block-embed-youtube a:focus-visible,
.wp-block-embed-vimeo a:focus-visible,
.wp-block-gallery a:focus-visible,
.wp-block-media-text a:focus-visible,
.wp-block-quote a:focus-visible,
.wp-block-table a:focus-visible,
.wp-block-verse a:focus-visible {
  background-color: rgb(178, 249, 255);
  outline: 1px dashed currentColor;
  outline-offset: 2px;
}
.wp-block-buttons a:active,
.wp-block-code a:active,
.wp-block-columns a:active,
.wp-block-embed-youtube a:active,
.wp-block-embed-vimeo a:active,
.wp-block-gallery a:active,
.wp-block-media-text a:active,
.wp-block-quote a:active,
.wp-block-table a:active,
.wp-block-verse a:active {
  background-color: rgba(var(--report-secondary), 1);
}
.wp-block-buttons ul,
.wp-block-code ul,
.wp-block-columns ul,
.wp-block-embed-youtube ul,
.wp-block-embed-vimeo ul,
.wp-block-gallery ul,
.wp-block-media-text ul,
.wp-block-quote ul,
.wp-block-table ul,
.wp-block-verse ul {
  list-style-type: disc;
}

.page-wrapper > p, .page-wrapper > h1, .page-wrapper > h2, .page-wrapper > h3, .page-wrapper > h4, .page-wrapper > h5, .page-wrapper > h6, .page-wrapper > ol, .page-wrapper > ul, .page-wrapper > li {
  max-width: 78.75rem;
  width: calc(100% - 1.25rem * 2);
  margin: 0 auto;
  position: relative;
  margin-top: 1.5rem;
}
.page-wrapper > p a, .page-wrapper > h1 a, .page-wrapper > h2 a, .page-wrapper > h3 a, .page-wrapper > h4 a, .page-wrapper > h5 a, .page-wrapper > h6 a, .page-wrapper > ol a, .page-wrapper > ul a, .page-wrapper > li a {
  font-size: inherit;
  font-weight: 700;
  color: var(--report-primary);
  display: inline-block;
  padding-inline: 0.25em;
  transition: background-color 250ms ease-in-out;
  text-decoration: underline;
  text-underline-offset: 2px;
  background-color: rgba(178, 249, 255, 0);
}
.page-wrapper > p a:hover, .page-wrapper > h1 a:hover, .page-wrapper > h2 a:hover, .page-wrapper > h3 a:hover, .page-wrapper > h4 a:hover, .page-wrapper > h5 a:hover, .page-wrapper > h6 a:hover, .page-wrapper > ol a:hover, .page-wrapper > ul a:hover, .page-wrapper > li a:hover {
  background-color: rgb(178, 249, 255);
}
.page-wrapper > p a:focus-visible, .page-wrapper > h1 a:focus-visible, .page-wrapper > h2 a:focus-visible, .page-wrapper > h3 a:focus-visible, .page-wrapper > h4 a:focus-visible, .page-wrapper > h5 a:focus-visible, .page-wrapper > h6 a:focus-visible, .page-wrapper > ol a:focus-visible, .page-wrapper > ul a:focus-visible, .page-wrapper > li a:focus-visible {
  background-color: rgb(178, 249, 255);
  outline: 1px dashed currentColor;
  outline-offset: 2px;
}
.page-wrapper > p a:active, .page-wrapper > h1 a:active, .page-wrapper > h2 a:active, .page-wrapper > h3 a:active, .page-wrapper > h4 a:active, .page-wrapper > h5 a:active, .page-wrapper > h6 a:active, .page-wrapper > ol a:active, .page-wrapper > ul a:active, .page-wrapper > li a:active {
  background-color: rgba(var(--report-secondary), 1);
}

html {
  scroll-behavior: smooth;
}

.visually-hidden,
.screen-reader-text {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

*:focus-visible {
  outline: 1px solid var(--report-white);
  outline-offset: 1px;
}

.header__nav .header__bar-primary-link button--links:focus-visible,
.header__nav .header__bar-button-container button:focus-visible,
.header__nav .button--links:focus-visible {
  outline: 1px solid var(--report-white);
  outline-offset: 1px;
}

.header__bar-button:focus-visible {
  outline: 1px solid var(--report-primary);
  outline-offset: 1px;
}

.video-player__player-controls:focus-visible {
  outline: none;
}
.video-player__player-controls:focus-visible::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  border: 2px solid var(--report-primary);
  border-radius: 50%;
  inset: 0;
}

.dynamic-news a:focus-visible,
.staff-grid__item-link:focus-visible,
.tease__content-link:focus-visible,
.tease__content-categories a:focus-visible,
.pagination__item a:focus-visible,
#news-category:focus-visible,
.search-tease-title a:focus-visible {
  outline: 1px solid var(--report-primary);
  outline-offset: 1px;
  color: var(--report-primary);
}

.footer__right-social--icons a:focus-visible {
  outline: 1px solid var(--report-primary);
  outline-offset: 1px;
  color: var(--report-primary);
}

.copyright__nav a:focus-visible {
  outline: 1px solid var(--report-white);
  outline-offset: 1px;
  color: var(--report-white);
}

.skip {
  font-weight: bold;
  width: auto;
  height: auto;
  text-align: left;
  overflow: hidden;
  padding: 10px 7px;
  transition: 333ms ease-in;
  z-index: 10000;
  display: block;
  position: absolute;
  left: -9999px;
}
.skip:active, .skip:focus, .skip:focus-visible, .skip:hover {
  color: var(--report-white);
  background: var(--report-black);
  border: 3px solid var(--report-white);
  text-decoration: underline;
  width: auto;
  height: auto;
  overflow: visible;
  padding: 1rem;
  outline: 0;
  display: block;
  left: 0;
}
.skip-top-right {
  cursor: pointer;
  margin-top: 1.25rem;
}
.skip-top-right svg {
  width: 0.8rem;
  height: 0.8rem;
  margin-left: 0.625rem;
}
.skip-content--white .skip {
  background-color: var(--report-primary);
  color: white;
}
.skip-content--white .skip:active, .skip-content--white .skip:focus, .skip-content--white .skip:hover {
  color: white;
  outline: 1px solid white;
}
.skip-content--red .skip {
  background-color: var(--report-white);
  color: var(--report-primary);
}
.skip-content--red .skip:active, .skip-content--red .skip:focus, .skip-content--red .skip:hover {
  color: var(--report-primary);
  outline: 1px solid var(--report-primary);
}

.top-content {
  order: 1;
}
.top-content-right {
  display: flex;
  width: 100%;
  justify-content: center;
}
@media (min-width: 1024px) {
  .top-content-right {
    justify-content: flex-end;
  }
}

.alert {
  color: #e6173e;
}

@media (prefers-reduced-motion) {
  .animation {
    animation: none;
  }
}
@media reader, speech, aural {
  *::before,
  *::after {
    display: none;
    visibility: hidden;
  }
}

.dashboardButtons {
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding-bottom: 20px;
  align-items: flex-end;
}
@media (min-width: 768px) {
  .dashboardButtons {
    flex-direction: row;
  }
}
.dashboardButtons_link {
  width: 25%;
  min-width: 200px;
  padding: 10px;
  margin: 10px;
  text-align: center;
}

.blog .hero {
  padding-bottom: 0;
}
.blog .hero__image figure img {
  max-height: 300px;
}
.blog__meta {
  max-width: 78.75rem;
  width: calc(100% - 1.25rem * 2);
  margin: 0 auto;
  position: relative;
  display: flex;
  align-items: center;
  gap: 1.25rem;
  flex-wrap: wrap;
  border-bottom: 4px solid #e5e5e5;
  margin-block: 0;
  padding-block: 1rem;
}
@media (min-width: 768px) {
  .blog__meta {
    flex-wrap: nowrap;
  }
}

.posts__container {
  max-width: 78.75rem;
  width: calc(100% - 1.25rem * 2);
  margin: 0 auto;
  position: relative;
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
  row-gap: 2.5rem;
}
@media (min-width: 768px) {
  .posts__container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .posts__container {
    grid-template-columns: repeat(12, 1fr);
  }
}
.posts--search .posts__container {
  padding-bottom: 0;
}
.posts__categories {
  max-width: 78.75rem;
  width: calc(100% - 1.25rem * 2);
  margin: 0 auto;
  position: relative;
  display: flex;
  gap: 1.25rem;
  flex-direction: column;
  margin-bottom: 3.75rem;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid var(--report-grey);
  /** position arrow for dropdown relative to label instead of far right of container **/
}
@media (min-width: 768px) {
  .posts__categories {
    flex-direction: row;
    align-items: center;
  }
}
@media (min-width: 1024px) {
  .posts__categories {
    gap: 2.5rem;
  }
}
.posts__categories select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  color: var(--report-grey);
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 1px;
  width: auto;
  border: none;
  border-radius: 0px;
  position: relative;
  padding-inline: 0.5rem;
  margin-left: auto;
  cursor: pointer;
}
.posts__categories select:focus-visible {
  outline: 1px solid #1C304A;
  outline-offset: 1px;
  color: #1C304A;
}
.posts__categories select:active {
  outline: none;
}
.posts__categories svg {
  width: 10px;
  fill: #66686A;
  margin-right: 3rem;
  margin-left: -2rem;
  pointer-events: none;
}
.posts__categories svg:last-of-type {
  margin-right: 0;
}
.posts__categories .facetwp-facet {
  margin-bottom: 0;
}
.posts__categories .fs-wrap {
  width: auto;
}
.posts__categories .fs-label {
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 1px;
}
.posts__categories .fs-label-wrap {
  border: none;
}
.posts__categories .facetwp-type-fselect .fs-arrow {
  display: inline-block;
  position: relative;
  top: -10px;
  right: 10px; /** use a value such as right: 10px; to move closer to label **/
  left: auto;
  bottom: auto;
}
.posts__categories .facetwp-type-fselect .fs-label-wrap .fs-label {
  display: inline-block;
}
.posts__categories .fs-option-label {
  white-space: normal;
}
@media (min-width: 768px) {
  .posts__short-description {
    margin-bottom: 50px;
  }
}

.single-post .post__upper,
.single-reports .post__upper {
  max-width: 78.75rem;
  width: calc(100% - 1.25rem * 2);
  margin: 0 auto;
  position: relative;
}
.single-post .post__upper--title,
.single-reports .post__upper--title {
  max-width: 57.817rem;
  margin-bottom: 1.25rem;
}
.single-post .post__upper--title h1,
.single-reports .post__upper--title h1 {
  line-height: 1.3;
}
.single-post .post__meta,
.single-reports .post__meta {
  max-width: 78.75rem;
  width: calc(100% - 1.25rem * 2);
  margin: 0 auto;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  row-gap: 1rem;
  align-items: center;
  padding-block: 0.58rem;
  border-top: 1px solid var(--report-secondary);
  border-bottom: 1px solid var(--report-secondary);
}
@media (min-width: 1024px) {
  .single-post .post__meta,
  .single-reports .post__meta {
    flex-wrap: nowrap;
  }
}
@media (min-width: 1441px) {
  .single-post .post__meta,
  .single-reports .post__meta {
    gap: 3.125rem;
  }
}
.single-post .post__meta--return-link,
.single-reports .post__meta--return-link {
  display: inline-flex;
  align-items: center;
  gap: 0.625rem;
}
.single-post .post__meta--return-icon,
.single-reports .post__meta--return-icon {
  display: block;
  margin: 0;
  width: 18px;
  height: 18px;
}
.single-post .post__meta--return-description,
.single-reports .post__meta--return-description {
  text-decoration: underline;
}
.single-post .post__meta--author,
.single-reports .post__meta--author {
  display: flex;
  gap: 1rem;
  align-items: center;
}
@media (min-width: 768px) {
  .single-post .post__meta--author,
  .single-reports .post__meta--author {
    margin-left: auto;
  }
}
.single-post .post__meta--author-image,
.single-reports .post__meta--author-image {
  width: 34px;
  height: 34px;
}
.single-post .post__meta--author-image img,
.single-reports .post__meta--author-image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 100px;
}
.single-post .post__meta--author-name,
.single-reports .post__meta--author-name {
  margin: 0;
}
.single-post .post__meta--read-time,
.single-reports .post__meta--read-time {
  display: flex;
  gap: 1rem;
  align-items: center;
}
.single-post .post__meta--read-time-estimate,
.single-reports .post__meta--read-time-estimate {
  margin: 0;
  color: #4B4B4B;
}
.single-post .post__meta--read-time-icon,
.single-reports .post__meta--read-time-icon {
  display: block;
  width: 33px;
  height: 33px;
}
.single-post .post__meta .a2a_flex_style,
.single-reports .post__meta .a2a_flex_style {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
}
.single-post .post__meta .post__meta---social-share.a2a_kit.a2a_flex_style,
.single-reports .post__meta .post__meta---social-share.a2a_kit.a2a_flex_style {
  margin-left: 0;
}
@media (min-width: 768px) {
  .single-post .post__meta .post__meta---social-share.a2a_kit.a2a_flex_style,
  .single-reports .post__meta .post__meta---social-share.a2a_kit.a2a_flex_style {
    margin-left: auto;
  }
}
.single-post .post__meta--social-share,
.single-reports .post__meta--social-share {
  display: flex;
}
@media (min-width: 1024px) {
  .single-post .post__meta--social-share,
  .single-reports .post__meta--social-share {
    margin-left: 1.5rem;
  }
}
.single-post .post__meta--social-share-title,
.single-reports .post__meta--social-share-title {
  margin: 0;
}
.single-post .post__meta--social-share-link,
.single-reports .post__meta--social-share-link {
  width: 33px;
  max-width: 33px;
  height: 33px;
  border-radius: 50px;
  border: none;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(var(--report-secondary), 0.3);
}
.single-post .post__meta--social-share-link svg,
.single-reports .post__meta--social-share-link svg {
  width: 19px;
}
.single-post .post__meta--social-share-link svg path,
.single-reports .post__meta--social-share-link svg path {
  fill: #0B0500;
}
.single-post .post__meta--social-share-link:hover,
.single-reports .post__meta--social-share-link:hover {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
}
.single-post .post__meta--social-share-link:hover svg path,
.single-reports .post__meta--social-share-link:hover svg path {
  fill: var(--report-primary);
}
.single-post .post__featured-image,
.single-reports .post__featured-image {
  max-width: 78.75rem;
  width: calc(100% - 1.25rem * 2);
  margin: 0 auto;
  position: relative;
  margin-block: 1.25rem;
  position: relative;
}
.single-post .post__featured-image::before,
.single-reports .post__featured-image::before {
  position: absolute;
  content: "";
  width: 80px;
  height: 80px;
  background-color: var(--report-secondary);
  top: -7px;
  right: -7px;
  z-index: -1;
}
@media (min-width: 768px) {
  .single-post .post__featured-image::before,
  .single-reports .post__featured-image::before {
    width: 160px;
    height: 160px;
    top: -10px;
    right: -10px;
  }
}
.single-post .post__featured-image img,
.single-reports .post__featured-image img {
  display: block;
  width: 100%;
  height: 100%;
  max-height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
.single-post .post__wrapper .wp-block-image,
.single-reports .post__wrapper .wp-block-image {
  margin-bottom: 1.25rem;
}
.single-post .post__wrapper .wp-block-image.alignfull, .single-post .post__wrapper .wp-block-image.alignwide,
.single-reports .post__wrapper .wp-block-image.alignfull,
.single-reports .post__wrapper .wp-block-image.alignwide {
  width: 100%;
}
.single-post .post__wrapper .wp-block-image.alignfull img, .single-post .post__wrapper .wp-block-image.alignwide img,
.single-reports .post__wrapper .wp-block-image.alignfull img,
.single-reports .post__wrapper .wp-block-image.alignwide img {
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 500px;
}
.single-post .post__wrapper .wp-block-image img,
.single-reports .post__wrapper .wp-block-image img {
  display: block;
  border-radius: 10px;
}
.single-post .post__wrapper .wp-block-quote,
.single-reports .post__wrapper .wp-block-quote {
  width: 100%;
}
.single-post .post__wrapper--content > *:not(.FAS-block),
.single-reports .post__wrapper--content > *:not(.FAS-block) {
  max-width: 78.75rem;
  width: calc(100% - 1.25rem * 2);
  margin: 0 auto;
  position: relative;
  margin: 1.25em auto 0;
}
.single-post .post__wrapper--content > *:not(.FAS-block) > a, .single-post .post__wrapper--content > *:not(.FAS-block) > span > a, .single-post .post__wrapper--content > *:not(.FAS-block) > strong > a, .single-post .post__wrapper--content > *:not(.FAS-block) > ul > li > a,
.single-reports .post__wrapper--content > *:not(.FAS-block) > a,
.single-reports .post__wrapper--content > *:not(.FAS-block) > span > a,
.single-reports .post__wrapper--content > *:not(.FAS-block) > strong > a,
.single-reports .post__wrapper--content > *:not(.FAS-block) > ul > li > a {
  font-size: inherit;
  font-weight: 700;
  color: var(--report-primary);
  display: inline-block;
  padding-inline: 0.25em;
  transition: background-color 250ms ease-in-out;
  text-decoration: underline;
  text-underline-offset: 2px;
  background-color: rgba(178, 249, 255, 0);
}
.single-post .post__wrapper--content > *:not(.FAS-block) > a:hover, .single-post .post__wrapper--content > *:not(.FAS-block) > span > a:hover, .single-post .post__wrapper--content > *:not(.FAS-block) > strong > a:hover, .single-post .post__wrapper--content > *:not(.FAS-block) > ul > li > a:hover,
.single-reports .post__wrapper--content > *:not(.FAS-block) > a:hover,
.single-reports .post__wrapper--content > *:not(.FAS-block) > span > a:hover,
.single-reports .post__wrapper--content > *:not(.FAS-block) > strong > a:hover,
.single-reports .post__wrapper--content > *:not(.FAS-block) > ul > li > a:hover {
  background-color: rgb(178, 249, 255);
}
.single-post .post__wrapper--content > *:not(.FAS-block) > a:focus-visible, .single-post .post__wrapper--content > *:not(.FAS-block) > span > a:focus-visible, .single-post .post__wrapper--content > *:not(.FAS-block) > strong > a:focus-visible, .single-post .post__wrapper--content > *:not(.FAS-block) > ul > li > a:focus-visible,
.single-reports .post__wrapper--content > *:not(.FAS-block) > a:focus-visible,
.single-reports .post__wrapper--content > *:not(.FAS-block) > span > a:focus-visible,
.single-reports .post__wrapper--content > *:not(.FAS-block) > strong > a:focus-visible,
.single-reports .post__wrapper--content > *:not(.FAS-block) > ul > li > a:focus-visible {
  background-color: rgb(178, 249, 255);
  outline: 1px dashed currentColor;
  outline-offset: 2px;
}
.single-post .post__wrapper--content > *:not(.FAS-block) > a:active, .single-post .post__wrapper--content > *:not(.FAS-block) > span > a:active, .single-post .post__wrapper--content > *:not(.FAS-block) > strong > a:active, .single-post .post__wrapper--content > *:not(.FAS-block) > ul > li > a:active,
.single-reports .post__wrapper--content > *:not(.FAS-block) > a:active,
.single-reports .post__wrapper--content > *:not(.FAS-block) > span > a:active,
.single-reports .post__wrapper--content > *:not(.FAS-block) > strong > a:active,
.single-reports .post__wrapper--content > *:not(.FAS-block) > ul > li > a:active {
  background-color: rgba(var(--report-secondary), 1);
}

.search-results__container {
  max-width: 78.75rem;
  width: calc(100% - 1.25rem * 2);
  margin: 0 auto;
  position: relative;
}
.search-results__title {
  margin-bottom: 3rem;
  position: relative;
}
.search-results__title::after {
  position: absolute;
  content: "";
  width: 200px;
  height: 8px;
  left: 0;
  bottom: 0;
  background-color: var(--report-white);
}
.search-results__quantity, .search-results__content {
  max-width: 64.38rem;
  margin: 0 auto;
}
.search-results__quantity {
  border-bottom: 4px solid var(--report-secondary);
  margin-bottom: 1.875rem;
  padding-bottom: 0.125rem;
}
.search-results__quantity p {
  letter-spacing: 0;
}
.search-results__content {
  display: flex;
  flex-direction: column;
  gap: 0.875rem;
}

.presentations.slide-open {
  margin-block: 1.25rem;
  border: 1px solid var(--report-grey);
}
.presentations__container {
  max-width: 78.75rem;
  width: calc(100% - 1.25rem * 2);
  margin: 0 auto;
  position: relative;
}
.presentations__container .slick-prev, .presentations__container .slick-next {
  height: 3.125rem;
  width: 3.125rem;
  background: var(--report-primary);
  border-radius: 0.25rem;
}
.presentations__container .slick-prev-icon:hover, .presentations__container .slick-next-icon:hover {
  opacity: 1;
}
.presentations__container .slick-prev-icon:before, .presentations__container .slick-next-icon:before {
  font-size: 1.563rem !important;
  opacity: 1 !important;
  line-height: 2.15 !important;
}
.presentations__container .slick-prev:focus-visible, .presentations__container .slick-next:focus-visible {
  outline: 1px solid var(--report-primary);
  outline-offset: 0.25rem;
}
.presentations__container .slick-prev {
  left: -4.375rem;
}
.presentations__container .slick-next {
  right: -4.375rem;
}
@media (min-width: 1024px) {
  .presentations__container .slick-slide {
    height: 43.75rem;
  }
}
.presentations__container .slick-dots {
  bottom: -40px;
}
.presentations__container .slick-dots li button:focus-visible {
  outline: 1px solid var(--report-primary);
  outline-offset: 0.25rem;
}
.presentations__container .slick-dots li button .slick-dot-icon:before {
  padding-top: 1px;
  font-size: 1.25rem;
}
.presentations__container .slick-dots li.slick-active button .slick-dot-icon {
  color: var(--report-primary);
}
.presentations__footer {
  margin-top: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-block: 1.25rem;
}

.presentations.slide-open {
  margin-block: 1.25rem;
  border: 1px solid var(--report-grey);
}
.presentations__container {
  max-width: 78.75rem;
  width: calc(100% - 1.25rem * 2);
  margin: 0 auto;
  position: relative;
}
.presentations__container .slick-prev, .presentations__container .slick-next {
  height: 3.125rem;
  width: 3.125rem;
  background: var(--report-primary);
  border-radius: 0.25rem;
}
.presentations__container .slick-prev-icon:hover, .presentations__container .slick-next-icon:hover {
  opacity: 1;
}
.presentations__container .slick-prev-icon:before, .presentations__container .slick-next-icon:before {
  font-size: 1.563rem !important;
  opacity: 1 !important;
  line-height: 2.15 !important;
}
.presentations__container .slick-prev:focus-visible, .presentations__container .slick-next:focus-visible {
  outline: 1px solid var(--report-primary);
  outline-offset: 0.25rem;
}
.presentations__container .slick-prev {
  left: -4.375rem;
}
.presentations__container .slick-next {
  right: -4.375rem;
}
@media (min-width: 1024px) {
  .presentations__container .slick-slide {
    height: 43.75rem;
  }
}
.presentations__container .slick-dots {
  bottom: -40px;
}
.presentations__container .slick-dots li button:focus-visible {
  outline: 1px solid var(--report-primary);
  outline-offset: 0.25rem;
}
.presentations__container .slick-dots li button .slick-dot-icon:before {
  padding-top: 1px;
  font-size: 1.25rem;
}
.presentations__container .slick-dots li.slick-active button .slick-dot-icon {
  color: var(--report-primary);
}
.presentations__footer {
  margin-top: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-block: 1.25rem;
}

.invoice__container {
  max-width: 78.75rem;
  width: calc(100% - 1.25rem * 2);
  margin: 0 auto;
  position: relative;
}
.invoice__footer {
  margin-top: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-block: 1.25rem;
}

.tease {
  max-width: 100%;
  transition: all 333ms ease;
  position: relative;
}
@media (min-width: 1024px) {
  .tease {
    grid-column: span 2;
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  .tease {
    grid-column: span 4;
  }
}
@media (min-width: 1024px) {
  .tease .tease__content-title {
    position: relative;
    margin-bottom: 1.75rem;
  }
  .tease .tease__content-title::after {
    content: "";
    position: absolute;
    width: 50px;
    height: 4px;
    background-color: var(--report-secondary);
    left: 0;
    bottom: -1rem;
  }
}
.tease:hover {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  transition: 300ms ease-in-out;
}
.tease:hover .tease__content-link {
  background-size: 100% 2px;
}
.tease:hover .tease__content-title a {
  color: var(--report-primary);
}
.tease:hover .button--simple-icon circle {
  fill: #5ebdc5;
}
.tease:hover .button--simple-icon path {
  fill: #FFF;
}
.tease__container {
  position: relative;
  background-color: #ffffff;
  width: 100%;
  transition: all 333ms ease;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.tease__image {
  position: relative;
}
.tease__image img {
  display: block;
  width: 100%;
  height: 240px;
  -o-object-fit: cover;
     object-fit: cover;
}
.tease__image :focus-visible {
  outline: 2px solid var(--report-primary);
  outline-offset: 1px;
}
.tease__content {
  padding: 0 1.25rem 1.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.tease__content-categories {
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: var(--report-white);
  padding: 0.25rem 0.5rem;
}
.tease__content-title {
  margin-top: 0.75rem;
  margin-bottom: 1rem;
  position: relative;
}
.tease__content-description {
  margin-bottom: 2.5rem;
}
.tease__button {
  margin-top: auto;
}

.alert-banner {
  display: none;
}

.home .alert-banner.alert-fade {
  height: 0px;
  animation: hidden-height 333ms ease-out;
  overflow: hidden;
  opacity: 0;
  animation-fill-mode: none;
  display: none;
}
.home .alert-banner {
  display: flex;
  align-items: center;
  height: 100%;
  animation: initial-height 333ms ease-in 66ms forwards;
  background-color: var(--report-primary);
  color: var(--report-white);
  padding: 0.5rem 0;
}
.home .alert-banner__container {
  max-width: 78.75rem;
  width: calc(100% - 1.25rem * 2);
  margin: 0 auto;
  position: relative;
  margin-block: 0;
  display: flex;
  flex-wrap: nowrap;
  gap: 1rem;
  align-items: center;
}
.home .alert-banner__button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid var(--report-white);
  border-radius: 50px;
  width: 20px;
  height: 20px;
  background-color: var(--report-primary);
  cursor: pointer;
}
.home .alert-banner__title {
  margin: 0;
  font-size: 1.125rem;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  margin-right: 1rem;
}
.home .alert-banner__title::after {
  content: "";
  position: absolute;
  right: -2rem;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.45rem 0 0.45rem 0.7rem;
  border-color: transparent transparent transparent white;
}
.home .alert-banner__description {
  margin: 0;
  margin-left: 1rem;
}
.home .alert-banner__description a {
  text-decoration: underline;
}
.home .alert-banner__description a:hover {
  color: var(--report-grey);
  text-decoration: none;
}
.home .alert-banner p {
  margin: 0;
  margin-left: 0.5rem;
  font-size: 1.125rem;
}
@keyframes initial-height {
  0% {
    height: 0px;
  }
  100% {
    max-height: 300px;
  }
}
@keyframes hidden-height {
  0% {
    max-height: 300px;
  }
  100% {
    height: 0px;
  }
}

.pagination__container {
  max-width: 83.75rem;
  width: 100%;
  margin: 0 auto;
  padding: 0 0 2rem 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pagination__item {
  display: block;
  height: 2.375rem;
  width: 2.375rem;
  text-align: center;
  text-decoration: none;
}
.pagination__item a {
  display: inline-block;
  width: 60%;
  height: 90%;
  border-bottom: 3px solid rgba(var(--report-primary), 0);
  transition: border 300ms ease-in-out;
}
.pagination__item a:hover, .pagination__item a:focus-visible {
  border-bottom: 3px solid rgba(var(--report-primary), 1);
}
.pagination__item svg {
  position: absolute;
  width: 11px;
  height: 12px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.pagination__item--previous, .pagination__item--next {
  display: block;
}
.pagination__item--previous a, .pagination__item--next a {
  display: block;
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
  text-indent: -9999px;
  border: 4px solid rgba(var(--report-secondary), 0);
}
.pagination__item--previous a:hover, .pagination__item--next a:hover {
  border: 4px solid rgba(var(--report-secondary), 0);
}
.pagination__item--current p {
  display: inline-block;
  width: 60%;
  height: 90%;
  border-bottom: 3px solid var(--report-primary);
}
.pagination__pages {
  display: flex;
}

.facetwp-facet-pagination {
  margin-bottom: 0;
}

button.facetwp-load-more {
  font-family: var(--font-family-secondary);
  background: none;
  padding: 0;
  border: 0;
  cursor: pointer;
  text-decoration: underline;
  position: relative;
  font-weight: 700;
  margin-top: 1rem;
  margin-inline: 0.5rem;
}
button.facetwp-load-more:hover {
  text-decoration: none;
}
button.facetwp-load-more::after {
  content: "";
  background-image: url("../images/arrow-cycle.svg");
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  width: 12px;
  height: 16px;
  top: 2px;
  right: -22px;
}

.search-tease {
  width: 100%;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid var(--report-secondary);
  color: var(--report-black);
}
.search-tease__meta {
  display: flex;
  align-items: center;
  margin-block: 0.5rem;
}
.search-tease__tag {
  margin-right: 0.35ch;
  letter-spacing: 0;
  text-transform: uppercase;
}
.search-tease__date {
  letter-spacing: 0;
}
.search-tease__title {
  margin-bottom: 0.125rem;
}
.search-tease__title a:hover {
  text-decoration: underline;
}
.search-tease__body {
  margin-bottom: 0.5rem;
}

.accordion__container {
  max-width: 78.75rem;
  width: calc(100% - 1.25rem * 2);
  margin: 0 auto;
  position: relative;
  max-width: 64.38rem;
}
.accordion__title {
  margin-bottom: 1rem;
}
.accordion__items {
  border-bottom: 1px solid var(--report-black);
  margin: 0;
  list-style-type: none;
  padding: 0;
  width: 100%;
}
.accordion__item {
  transition: all 500ms ease;
  list-style-type: none;
  margin-left: 0;
}
.accordion__item-body {
  display: none;
  margin-right: 2rem;
}
.accordion__item-body:last-child {
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .accordion__item-body {
    margin-right: 6.563rem;
  }
}
.accordion__item-toggle {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  position: relative;
  display: inline-block;
  width: 100%;
  border: 0;
  border-radius: 0;
  border-top: 1px solid var(--report-headline);
  padding: 0.75rem 3rem 0.85rem 0.125rem;
  text-align: left;
  font-weight: 700;
  color: var(--report-primary);
}
.accordion__item-toggle svg {
  position: absolute;
  right: 0.25rem;
  top: 1rem;
  width: 30px;
  height: 30px;
  fill: var(--report-primary);
  transition: rotate 250ms;
}
@media (min-width: 1024px) {
  .accordion__item-toggle {
    padding: 0.75rem 13.125rem 0.85rem 0.125rem;
  }
}
.accordion__item-toggle:hover, .accordion__item-toggle:active, .accordion__item-toggle:focus-visible {
  text-decoration: underline;
}
.accordion__item-toggle:focus-visible {
  outline: 3px solid var(--report-primary);
}
.accordion__item--active .accordion__item-toggle {
  text-decoration: underline;
}
.accordion__item--active .accordion__item-toggle svg {
  rotate: 135deg;
}

.alternator__container {
  max-width: 78.75rem;
  width: calc(100% - 1.25rem * 2);
  margin: 0 auto;
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 2.5rem;
}
.alternator__row {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
}
@media (min-width: 1024px) {
  .alternator__row {
    grid-template-columns: repeat(12, 1fr);
    gap: 1.25rem;
    align-items: center;
  }
}
@media (min-width: 1024px) {
  .alternator__image {
    padding-inline: 0;
    grid-column: 1/7;
    grid-row: 1;
  }
  .alternator__row--image-right .alternator__image {
    grid-column: 7/13;
  }
}
.alternator__image img {
  display: block;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  height: 225px;
}
@media (min-width: 768px) {
  .alternator__image img {
    height: 350px;
  }
}
@media (min-width: 1024px) {
  .alternator__image img {
    height: 500px;
  }
}
.alternator__image-contain figure {
  padding: 1.25rem;
  margin: auto;
}
.alternator__image-contain img {
  display: block;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.alternator__content {
  background-color: var(--report-primary);
  color: var(--report-headline-alt);
  padding: 1.5rem;
  margin-inline: 1.25rem;
  margin-top: -6.563rem;
  min-height: 315px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.25rem;
  z-index: 1;
}
@media (min-width: 1024px) {
  .alternator__content {
    grid-column: 6/12;
    grid-row: 1;
    width: calc(100% + 2.5rem);
    margin-top: 0;
    margin-inline: 0;
    transform: translateX(-1.25rem);
  }
  .alternator__row--image-right .alternator__content {
    grid-column: 2/8;
    transform: translateX(-1.25rem);
  }
}
.alternator__row--image-left .alternator__content {
  border: 10px solid var(--report-primary);
  background-color: var(--report-white);
  color: var(--report-primary);
}
.alternator__row--image-left .alternator__content .alternator__title {
  color: var(--report-primary);
}
.alternator__title {
  color: var(--report-headline-alt);
}
.alternator__description p:first-of-type {
  margin-top: 0;
}
.alternator__description li a {
  color: var(--report-body-alt);
}
.alternator__link--single {
  margin-top: 1.25rem;
}
.alternator__row--image-left .alternator__link--single .button--secondary {
  color: var(--report-body-alt);
  background-color: var(--report-primary);
  overflow: hidden;
}
.alternator__row--image-left .alternator__link--single .button--secondary span {
  position: relative;
  z-index: 2;
}
.alternator__row--image-left .alternator__link--single .button--secondary::after {
  content: "";
  position: absolute;
  inset: 0;
  width: 110%;
  height: 100%;
  background-color: var(--report-body-alt);
  transform: translateX(-105%) skew(-15deg);
  transition-property: transform, opacity;
  transition-duration: 450ms;
  transition-timing-function: ease-out;
  z-index: 0;
}
.alternator__row--image-left .alternator__link--single .button--secondary:hover, .alternator__row--image-left .alternator__link--single .button--secondary:active, .alternator__row--image-left .alternator__link--single .button--secondary:focus-visible {
  color: var(--report-primary);
}
.alternator__row--image-left .alternator__link--single .button--secondary:hover::after, .alternator__row--image-left .alternator__link--single .button--secondary:active::after, .alternator__row--image-left .alternator__link--single .button--secondary:focus-visible::after {
  transform: translateX(-5%) skew(-15deg);
  transition-duration: 300ms;
  transition-timing-function: ease-in;
}
.alternator__row--image-left .alternator__link--single .button--secondary:hover svg, .alternator__row--image-left .alternator__link--single .button--secondary:active svg, .alternator__row--image-left .alternator__link--single .button--secondary:focus-visible svg {
  fill: var(--report-primary);
}

.bread-crumbs {
  max-width: 78.75rem;
  width: calc(100% - 1.25rem * 2);
  margin: 0 auto;
  position: relative;
  margin: 0.75rem auto;
  font-family: var(--font-family-primary);
  font-size: 1rem;
  line-height: 1.4;
  color: var(--report-grey);
}
.bread-crumbs__icon {
  background-size: 0% 0px;
  text-decoration: none;
}
.bread-crumbs__icon svg path {
  fill: var(--report-primary);
}
.bread-crumbs__separator {
  font-weight: bold;
}
.bread-crumbs__container {
  display: flex;
  flex-direction: column;
  flex-direction: row;
  align-items: center;
}
.bread-crumbs__container a {
  font-size: inherit;
  font-weight: 700;
  color: var(--report-primary);
  display: inline-block;
  padding-inline: 0.25em;
  transition: background-color 250ms ease-in-out;
  text-decoration: underline;
  text-underline-offset: 2px;
  background-color: rgba(178, 249, 255, 0);
  padding: 0 0.5rem;
  transition: all 300ms ease-in-out;
  text-decoration: underline;
  color: var(--report-primary);
}
.bread-crumbs__container a:hover {
  background-color: rgb(178, 249, 255);
}
.bread-crumbs__container a:focus-visible {
  background-color: rgb(178, 249, 255);
  outline: 1px dashed currentColor;
  outline-offset: 2px;
}
.bread-crumbs__container a:active {
  background-color: rgba(var(--report-secondary), 1);
}
.bread-crumbs__container a:active, .bread-crumbs__container a:focus-visible {
  text-decoration: underline;
  outline: 2px solid var(--report-primary);
}
.bread-crumbs__container span span {
  display: inline-block;
}
.bread-crumbs .breadcrumb_last {
  padding-left: 0.5rem;
}

.cards--columns-2 .cards__grid {
  grid-template-columns: 1;
}
@media (min-width: 768px) {
  .cards--columns-2 .cards__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.cards--columns-3 .cards__grid {
  grid-template-columns: 1;
}
@media (min-width: 768px) {
  .cards--columns-3 .cards__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .cards--columns-3 .cards__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.cards--columns-4 .cards__grid {
  grid-template-columns: 1;
}
@media (min-width: 768px) {
  .cards--columns-4 .cards__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .cards--columns-4 .cards__grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
.cards--columns-5 .cards__grid {
  grid-template-columns: 1;
}
@media (min-width: 768px) {
  .cards--columns-5 .cards__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .cards--columns-5 .cards__grid {
    grid-template-columns: repeat(5, 1fr);
  }
}
.cards__container {
  max-width: 78.75rem;
  width: calc(100% - 1.25rem * 2);
  margin: 0 auto;
  position: relative;
}
.cards__title {
  max-width: 64.38rem;
  margin-bottom: 2.5rem;
}
.cards__grid {
  display: grid;
  gap: 1.25rem;
}
.cards__item {
  background-color: var(--report-xltgrey);
  padding-bottom: 1.25rem;
  border-radius: 0 0 5px 5px;
  isolation: isolate;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  transition: box-shadow 300ms ease-in-out;
}
.cards__item:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}
.cards__item-image img {
  display: block;
  width: 100%;
  height: 240px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px 5px 0 0;
}
.cards__item-image-contain figure {
  padding: 1.25rem;
  margin: auto;
}
.cards__item-image-contain img {
  display: block;
  width: 100%;
  height: calc(240px - 2.5rem);
  -o-object-fit: contain;
     object-fit: contain;
}
.cards__item-content {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.cards__item-title {
  position: relative;
  margin-inline: 1.25rem;
}
.cards__item-title h3 {
  position: relative;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
}
.cards__item-title h3::after {
  position: absolute;
  content: "";
  width: 50px;
  height: 4px;
  background-color: var(--report-primary);
  bottom: 0;
  left: 0;
}
.cards__item-description {
  padding-inline: 1.25rem;
}
.cards__item-button {
  padding-inline: 1.25rem;
  margin-top: auto;
}

.chart__container {
  max-width: 78.75rem;
  width: calc(100% - 1.25rem * 2);
  margin: 0 auto;
  position: relative;
}
@media (min-width: 1024px) {
  .chart__content {
    display: flex;
    justify-content: space-between;
  }
}
.chart__single {
  width: 100%;
}
.chart__single--multi:last-child() {
  margin-left: 1rem;
}
.chart__title {
  text-transform: uppercase;
  color: var(--report-primary);
  border-bottom: 1px solid var(--report-grey);
  z-index: 1;
  margin-bottom: 2rem;
}
.chart__title h2 {
  margin-bottom: 1.25rem;
}
.chart__description {
  margin-top: 1.125rem;
  margin-bottom: 2rem;
}
.chart__csv-box--pie, .chart__csv-box--doughnut {
  max-width: 600px;
  margin: 0 auto;
}

.cta-basic {
  background-color: var(--report-primary);
  color: var(--report-headline-alt);
}
.cta-basic__container {
  max-width: 78.75rem;
  width: calc(100% - 1.25rem * 2);
  margin: 0 auto;
  position: relative;
}
.cta-basic__content {
  margin: 0 auto;
  padding: 3.75rem 0;
  text-align: center;
  max-width: 64.38rem;
}
.cta-basic__content-title {
  margin-bottom: 2rem;
  color: var(--report-headline-alt);
}
.cta-basic__content-description {
  max-width: 51.254rem;
  margin: 0 auto;
}
.cta-basic__content-description > * {
  display: inline-block;
}
.cta-basic__content-description p:first-of-type {
  margin-top: 0;
}
.cta-basic__content-description li {
  text-align: left;
}
.cta-basic__content-button {
  margin-top: 1rem;
}

.feature-panel {
  background: var(--report-ltgrey);
  padding-block: 3rem 4rem;
}
.feature-panel__container {
  max-width: 78.75rem;
  width: calc(100% - 1.25rem * 2);
  margin: 0 auto;
  position: relative;
}
.feature-panel__title {
  color: var(--report-primary);
  margin-bottom: 3.5rem;
}
@media (min-width: 768px) {
  .feature-panel__title {
    max-width: 64.38rem;
  }
}
.feature-panel__card {
  background-color: var(--report-white);
  border-left: 10px solid var(--report-primary);
  padding-block: 2.5rem 1.5rem;
  padding-inline: 1rem;
  display: grid;
  gap: 1.25rem;
  grid-template-columns: repeat(1, 1fr);
  margin-bottom: 2.5rem;
}
@media (min-width: 768px) {
  .feature-panel__card {
    padding-inline: 2rem;
  }
}
@media (min-width: 1024px) {
  .feature-panel__card {
    padding-inline: 0;
    grid-template-columns: repeat(12, 1fr);
  }
}
.feature-panel__card--panel-type--1 {
  grid-row: 1;
}
.feature-panel__card--main {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
@media (min-width: 1024px) {
  .feature-panel__card--main {
    grid-column: 2/8;
  }
}
.feature-panel__card--title {
  position: relative;
  padding-top: 1rem;
}
.feature-panel__card--title::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 5px;
}
.feature-panel__card--links {
  margin-top: 1.25rem;
  display: flex;
  gap: 1.25rem;
  flex-direction: column;
}
@media (min-width: 768px) {
  .feature-panel__card--links {
    flex-direction: row;
  }
}
.feature-panel__card--additional {
  height: 100%;
  display: grid;
  place-items: center;
}
@media (min-width: 1024px) {
  .feature-panel__card--additional {
    grid-column: 8/12;
  }
}
.feature-panel__card--image {
  width: 100%;
  height: 100%;
  isolation: isolate;
}
.feature-panel__card--image figure {
  width: 100%;
  height: 100%;
  position: relative;
}
.feature-panel__card--image img {
  display: block;
  width: 100%;
  height: 100%;
  max-height: 320px;
  -o-object-fit: cover;
     object-fit: cover;
}
.feature-panel__card--image-contain figure {
  padding: 1.25rem;
  margin: auto;
}
.feature-panel__card--image-contain img {
  display: block;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.feature-panel__card--content {
  width: 100%;
  height: 100%;
  padding: 3rem 1.375rem 3rem 1.875rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  border: 1px solid var(--report-primary);
}
.feature-panel__card--content--title {
  font-weight: 700;
  position: relative;
  padding-bottom: 1rem;
  margin-bottom: 0;
}
.feature-panel__card--content--title::after {
  position: absolute;
  content: "";
  background-color: var(--report-primary);
  width: 60px;
  height: 5px;
  bottom: 0;
  left: 0;
}
.feature-panel__card--content--description {
  margin-bottom: 0;
}
.feature-panel__card--content--links .button {
  padding-left: 0;
}

.hero__container {
  max-width: 78.75rem;
  width: calc(100% - 1.25rem * 2);
  margin: 0 auto;
  position: relative;
}
.hero--1 .hero__image img {
  max-height: 200px;
}
.hero--2 .hero__image img {
  max-height: 350px;
}
.hero--3 .hero__image img {
  max-height: 450px;
}
.hero__content {
  display: grid;
  gap: 1.25rem;
}
@media (min-width: 1024px) {
  .hero__content {
    grid-template-columns: repeat(2, 1fr);
  }
}
.hero__content-left {
  grid-row: 2;
}
@media (min-width: 1024px) {
  .hero__content-left {
    grid-row: 1;
  }
}
.hero__content-button {
  margin-top: 2rem;
}
.hero__content-button ul {
  margin: 0;
  padding: 0;
}
@media (min-width: 768px) {
  .hero__content-button ul {
    display: flex;
    gap: 1.25rem;
  }
}
.hero__content-button li {
  list-style-type: none;
  margin-bottom: 1.5rem;
  margin-left: 0;
  text-align: left;
}
@media (min-width: 768px) {
  .hero__content-button li {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .hero__content-button li:nth-of-type(2) {
    margin-bottom: unset;
  }
}
.hero__image {
  grid-row: 1;
}
.hero__image figure {
  position: relative;
}
.hero__image figure::before {
  position: absolute;
  content: "";
  width: 80px;
  height: 80px;
  background-color: var(--report-primary);
  top: -7px;
  right: -7px;
  z-index: -1;
}
@media (min-width: 768px) {
  .hero__image figure::before {
    width: 160px;
    height: 160px;
    top: -10px;
    right: -10px;
  }
}
.hero__image img {
  display: block;
  width: 100%;
  min-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  border-radius: 10px;
}

.invoice h3 {
  color: var(--report-primary);
  font-size: 1.75rem;
  font-weight: lighter;
  text-transform: uppercase;
}
.invoice p {
  padding-bottom: 0.5rem;
}
.invoice__label {
  position: relative;
  display: flex;
  justify-content: flex-end;
  font-size: 1.25rem;
  font-weight: bold;
  padding: 0 0 1.5rem;
  top: -2rem;
}
.invoice__label h2 {
  width: 34%;
  color: #ffffff;
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: 5px;
  text-align: right;
  text-transform: uppercase;
  background-color: var(--report-primary);
  padding: 1rem 10.5rem 1rem 2rem;
  border-top: 5px solid var(--report-white);
  border-left: 5px solid var(--report-white);
  border-bottom: 5px solid var(--report-white);
  border-radius: 128px 0px 0px 128px;
}
.invoice__container {
  max-width: 78.75rem;
  width: calc(100% - 1.25rem * 2);
  margin: 0 auto;
  position: relative;
  max-width: 64.38rem;
}
.invoice__container-details {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
  justify-content: space-between;
  padding: 2rem 0;
}
.invoice__container-items {
  /*table tbody tr:not(:last-child) td {
    padding: 1rem 0;
    border-bottom: 1px solid #F2F2F2;
  }*/
}
.invoice__container-items thead {
  background-color: var(--report-ltgrey);
}
.invoice__container-items table {
  width: 100%;
  border-collapse: collapse;
  margin: 1.5rem auto;
  border-radius: 0.5rem;
  overflow: hidden;
  padding: 0.5rem;
}
.invoice__container-items table thead tr {
  box-shadow: 0 0 0 1px #CFCFCF;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.invoice__container-items table thead th {
  text-align: left;
  padding: 1rem 0.5rem;
  color: var(--report-grey);
}
.invoice__container-items table tbody tr td {
  padding: 1.5rem 0.5rem;
  border-bottom: 1px solid #F2F2F2;
}
.invoice__container-items table tfoot tr td {
  padding: 1rem 0.5rem;
  border-bottom: 1px solid #F2F2F2;
}
.invoice__container-items .totals {
  text-align: right;
  padding: 0.75rem 1.5rem;
}
.invoice__container-items .grand-total {
  font-size: 1.5rem;
  font-weight: bold;
  color: var(--report-primary);
}
.invoice__container-footer {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  justify-content: space-between;
}
.invoice__header {
  background-color: var(--report-grey);
  display: grid;
  grid-template-columns: minmax(auto, 12rem) 1fr;
  gap: 1rem;
  justify-content: space-between;
  margin: 1.5rem 0 0;
}
.invoice__header-info {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  place-items: center;
  color: #ffffff;
}
.invoice__header-logo {
  max-width: 12rem;
}
.invoice__item {
  transition: all 500ms ease;
  list-style-type: none;
  margin-left: 0;
}
.image-full-width__container {
  max-width: 78.75rem;
  width: calc(100% - 1.25rem * 2);
  margin: 0 auto;
  position: relative;
}
.image-full-width__image img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.image-full-width__spacer {
  display: none;
}

.map__container {
  max-width: 78.75rem;
  width: calc(100% - 1.25rem * 2);
  margin: 0 auto;
  position: relative;
}
.map__title {
  background-color: var(--report-primary);
  padding-top: 1.25rem;
  padding-inline: 1.25rem;
  padding-bottom: 2.5rem;
}
@media (min-width: 1024px) {
  .map__title {
    padding-inline: 6.563rem;
  }
}
.map__title h2 {
  color: var(--report-headline-alt);
  border: none;
  border-bottom: 1px solid var(--report-headline-alt);
  margin-bottom: 1.25rem;
  padding-bottom: 0.25em;
}
.map__description {
  color: var(--report-body-alt);
}
.map__map-wrapper {
  position: relative;
}
.map__map-embed iframe {
  width: 100%;
  height: 100%;
  min-height: 564px;
}
.map__fallback {
  position: absolute;
  inset: 0;
  top: 0;
  left: 0;
  z-index: -1;
  display: none;
}
.map__fallback-image img {
  display: block;
  width: 100%;
  height: 100%;
  max-height: 564px;
  -o-object-fit: cover;
     object-fit: cover;
}
.map__fallback-description {
  display: none;
}

.pdf-form__container {
  max-width: 78.75rem;
  width: calc(100% - 1.25rem * 2);
  margin: 0 auto;
  position: relative;
}
.pdf-form__title {
  background-color: var(--report-primary);
  padding-top: 1.25rem;
  padding-inline: 1.25rem;
  padding-bottom: 2.5rem;
}
@media (min-width: 1024px) {
  .pdf-form__title {
    padding-inline: 6.563rem;
  }
}
.pdf-form__title h2 {
  color: var(--report-headline-alt);
  border: none;
  border-bottom: 1px solid var(--report-headline-alt);
  margin-bottom: 1.25rem;
  padding-bottom: 0.25em;
}
.pdf-form__description {
  color: var(--report-body-alt);
}
.pdf-form__form-wrapper {
  padding-top: 1.25rem;
  padding-inline: 1.25rem;
}
@media (min-width: 1024px) {
  .pdf-form__form-wrapper {
    padding-inline: 6.563rem;
  }
}
.pdf-form__form-wrapper fieldset {
  padding-inline: 6.563rem;
  border: none;
  padding: 0;
  margin: 0;
}
.pdf-form__form-wrapper legend {
  width: 100%;
  font-weight: bold;
  border-bottom: 1px solid var(--report-primary);
  padding-bottom: 0.75rem;
  margin-block: 1.25rem;
}
.pdf-form__form-label {
  font-family: var(--font-family-primary);
  font-weight: bold;
  display: block;
  padding-bottom: 0.5em;
}
.pdf-form__form-item {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.pdf-form__form-input {
  width: 100%;
  height: 3rem;
  padding: 1rem;
  border: 1px solid var(--report-grey);
  border-radius: 0.25rem !important;
  caret-color: var(--report-primary);
  overflow: none;
  resize: none;
}
.pdf-form__form-input:focus, .pdf-form__form-input:focus-visible {
  background: var(--report-xltgrey);
  outline-offset: 0.25rem;
  outline: 2px solid var(--report-primary);
  border-color: var(--report-primary);
}
.pdf-form__form-textarea {
  width: 100%;
  min-height: 9rem;
  padding: 1rem;
  border: 1px solid var(--report-grey);
  border-radius: 0.25rem;
  caret-color: var(--report-primary);
  overflow: auto;
  resize: block;
}
.pdf-form__form-textarea:focus, .pdf-form__form-textarea:focus-visible {
  background: #f8f8f8;
  outline-offset: 0.25rem;
  outline: 2px solid var(--report-primary);
  border-color: var(--report-primary);
}
.pdf-form__form-select {
  position: relative;
  z-index: 10;
}
.pdf-form__form-select .custom-select {
  width: 100%;
  position: relative;
  display: inline-flex;
  flex-direction: column;
  z-index: 10;
}
@media (min-width: 1024px) {
  .pdf-form__form-select .custom-select {
    width: 50%;
  }
}
.pdf-form__form-select .select-selected {
  font-family: var(--font-family-primary);
  height: 3rem;
  background-color: var(--report-white);
  padding: 8px 16px;
  font-size: 1.25rem;
  border: none;
  cursor: pointer;
  align-self: stretch;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #0B0500;
  border-radius: 0.25rem !important;
}
.pdf-form__form-select .select-selected:focus, .pdf-form__form-select .select-selected:focus-visible {
  background: #f8f8f8;
  outline-offset: 0.25rem;
  outline: 2px solid var(--report-primary);
  border-color: var(--report-primary);
}
.pdf-form__form-select .select-selected:after {
  position: absolute;
  content: "";
  top: 50%;
  right: 10px;
  margin-top: -3px;
  border-width: 6px;
  border-style: solid;
  border-color: #000 transparent transparent transparent;
}
.pdf-form__form-select .select-items {
  display: none;
  overflow-y: auto;
  position: absolute;
  flex-direction: column;
  background-color: #f1f1f1;
  width: 100%;
  max-height: 200px;
  border: 1px solid #0B0500;
  border-radius: 0.25rem !important;
  list-style-type: none;
  padding: 0;
  margin: 3rem 0 0 0;
}
.pdf-form__form-select .option {
  padding: 9px 14px;
  cursor: pointer;
  margin: 0;
}
.pdf-form__form-select .option:hover {
  background-color: var(--report-primary);
  color: var(--report-white);
}
.pdf-form__form-select .option:focus-visible:hover {
  background-color: var(--report-primary);
  color: var(--report-white);
}
.pdf-form__form-select .option:focus, .pdf-form__form-select .option:focus-visible {
  background: #f8f8f8;
  outline: 2px solid var(--report-primary);
  border-color: var(--report-primary);
}
.pdf-form__form-checkbox .checkbox-list {
  margin: 0;
  padding: 0;
}
.pdf-form__form-checkbox .checkbox-list li {
  margin-left: 0;
}
.pdf-form__form-checkbox .checkbox-text {
  padding-left: 0.5rem;
}
.pdf-form__form-checkbox .checkmark {
  position: relative;
  display: inline-block;
  width: 1.25rem;
  height: 1.25rem;
  background-color: var(--report-white);
  border: 1px solid #0B0500;
  border-radius: 0.25rem;
  margin-right: 5px;
}
.pdf-form__form-checkbox .checkmark:focus, .pdf-form__form-checkbox .checkmark:focus-visible {
  background: #f8f8f8;
  outline-offset: 0.25rem;
  outline: 2px solid var(--report-primary);
  border-color: var(--report-primary);
}
.pdf-form__form-checkbox .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  left: 7px;
  top: 3px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.pdf-form__form-checkbox .custom-checkbox {
  list-style-type: none;
  margin-bottom: 10px;
}
.pdf-form__form-checkbox .custom-checkbox:focus, .pdf-form__form-checkbox .custom-checkbox:focus-visible {
  background: #f8f8f8;
  outline-offset: 0.25rem;
  outline: 2px solid var(--report-primary);
  border-color: var(--report-primary);
}
.pdf-form__form-checkbox .custom-checkbox:hover .checkmark {
  background-color: #ccc;
}
.pdf-form__form-checkbox .custom-checkbox[aria-checked=true] .checkmark {
  background-color: var(--report-primary);
}
.pdf-form__form-checkbox .custom-checkbox[aria-checked=true] .checkmark:after {
  display: block;
}
.pdf-form__form-checkbox .custom-checkbox label {
  position: absolute;
  left: -9999px;
}
.pdf-form__form-radio ul {
  margin: 0;
  padding: 0;
}
.pdf-form__form-radio ul li {
  margin: 0;
  margin-left: 0;
}
.pdf-form__form-radio .custom-radio {
  display: flex;
  align-items: center;
  cursor: pointer;
  margin: 5px 0;
}
.pdf-form__form-radio .custom-radio:focus, .pdf-form__form-radio .custom-radio:focus-visible {
  background: #f8f8f8;
  outline-offset: 0.25rem;
  outline: 2px solid var(--report-primary);
  border-color: var(--report-primary);
}
.pdf-form__form-radio .custom-radio-circle {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid #000;
  margin-right: 10px;
  position: relative;
}
.pdf-form__form-radio .custom-radio-circle::after {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: var(--report-primary);
  position: absolute;
  top: 3px;
  left: 3px;
  opacity: 0;
}
.pdf-form__form-radio .custom-radio.selected .custom-radio-circle::after {
  opacity: 1;
}
.pdf-form__form-button {
  padding-top: 1.25rem;
  padding-bottom: 2.5rem;
}

.report-title__container {
  max-width: 78.75rem;
  width: calc(100% - 1.25rem * 2);
  margin: 0 auto;
  position: relative;
}
.report-title__image {
  padding-bottom: 6px;
}
.report-title__image img {
  display: block;
  width: 100%;
  height: 100%;
  max-height: 550px;
  -o-object-fit: cover;
     object-fit: cover;
}
.report-title__image-contain figure {
  padding: 1.25rem;
  margin: auto;
}
.report-title__image-contain img {
  display: block;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.report-title__image.divider {
  border: none;
  border-bottom: 10px solid var(--report-primary);
}
@media (min-width: 1024px) {
  .report-title__content {
    max-width: 70.943rem;
    margin-left: 6.563rem;
  }
}
.report-title__title {
  margin-block: 1.5rem 2.5rem;
}
.report-title__title h2 {
  margin-block: 1.25rem;
}
.report-title__description {
  background-color: var(--report-xltgrey);
  padding: 0.688rem 1.625rem;
  margin-bottom: 1.875rem;
}
@media (min-width: 1024px) {
  .report-title__footer {
    margin-left: 6.563rem;
  }
}
.report-title__footer ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  gap: 1rem;
  flex-direction: column;
}
@media (min-width: 768px) {
  .report-title__footer ul {
    flex-direction: row;
  }
}
.report-title__footer ul li {
  margin: 0;
  padding: 0;
}

.slide-image-bottom__title {
  max-width: 64.38rem;
  margin-bottom: 2.5rem;
}
.slide-image-bottom__item {
  isolation: isolate;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  padding-block: 2.5rem;
  display: flex !important;
  align-items: center;
  justify-content: flex-start;
}
@media (min-width: 1024px) {
  .slide-image-bottom__item {
    padding: 0;
    height: 43.75rem;
  }
}
.slide-image-bottom__item-content {
  height: 100%;
  display: flex;
  flex-direction: column;
  width: 90%;
  padding: 2.5rem 1.25rem 0;
}
@media (min-width: 1024px) {
  .slide-image-bottom__item-content {
    width: 55.6255rem;
    height: 100%;
    padding: 2.5rem initial 0;
  }
}
.slide-image-bottom__item-content p {
  margin-block-start: 1.25rem;
}
.slide-image-bottom__item-title {
  position: relative;
  margin-inline: 2rem;
}
.slide-image-bottom__item-description {
  padding-inline: 2rem;
}
.slide-image-bottom__image {
  width: 100%;
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .slide-image-bottom__image {
    height: 28.563rem;
  }
}
.slide-image-bottom .background-color {
  background-color: var(--report-primary);
}

.slide-image-center {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.slide-image-center__container {
  max-width: 78.75rem;
  width: calc(100% - 1.25rem * 2);
  margin: 0 auto;
  position: relative;
}
.slide-image-center__title {
  max-width: 64.38rem;
  margin-bottom: 2.5rem;
}
.slide-image-center__item {
  isolation: isolate;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  padding-block: 2.5rem;
  display: flex !important;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1024px) {
  .slide-image-center__item {
    padding: 0;
    height: 43.75rem;
  }
}
.slide-image-center__item-content {
  display: flex;
  flex-direction: column;
  background: var(--report-primary);
  width: 80%;
  padding: 2.5rem 1.25rem 1.25rem;
}
@media (min-width: 1024px) {
  .slide-image-center__item-content {
    width: 43.75rem;
  }
}
.slide-image-center__item-content h2, .slide-image-center__item-content p {
  color: var(--report-headline-alt);
}
.slide-image-center__item-content p {
  margin-block-start: 1.25rem;
}
.slide-image-center__item-title {
  position: relative;
  margin-inline: 2rem;
}
.slide-image-center__item-description {
  padding-inline: 2rem;
}
.slide-image-center-background-color {
  background-color: var(--report-primary);
}

.slide-image-left__item {
  isolation: isolate;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  padding-block: 2.5rem;
}
@media (min-width: 1024px) {
  .slide-image-left__item {
    padding: 0;
    height: 43.75rem;
  }
}
.slide-image-left__item-content {
  height: 100%;
  display: grid !important;
}
@media (min-width: 1024px) {
  .slide-image-left__item-content {
    width: 100%;
    height: 100%;
    align-self: center;
    justify-self: center;
    grid-template-columns: 1fr 1fr;
    grid-gap: 1.25rem;
    grid-auto-flow: dense;
  }
}
.slide-image-left__item-content > div:not(.slide-image-left__image) {
  display: flex;
  flex-direction: column;
  justify-content: center;
  grid-column: 2/2;
  padding: 0 1.25rem 1.25rem 2.5rem;
}
.slide-image-left__item-title {
  position: relative;
  margin-inline: 2rem;
}
.slide-image-left__item-description {
  padding-inline: 2rem;
}
.slide-image-left__image {
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
}
.slide-image-left__image-contain {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
@media (min-width: 1024px) {
  .slide-image-left__image {
    height: 100%;
    grid-column: 1/2;
  }
}
.slide-image-left .background-color {
  background-color: var(--report-primary);
}

.slide-image-right__item {
  isolation: isolate;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  padding-block: 2.5rem;
}
@media (min-width: 1024px) {
  .slide-image-right__item {
    padding: 0;
    height: 43.75rem;
  }
}
.slide-image-right__item-content {
  height: 100%;
  display: grid !important;
}
@media (min-width: 1024px) {
  .slide-image-right__item-content {
    width: 100%;
    height: 100%;
    align-self: center;
    justify-self: center;
    grid-template-columns: 1fr 1fr;
    grid-gap: 1.25rem;
    grid-auto-flow: dense;
  }
}
.slide-image-right__item-content > div:not(.slide-image-right__image) {
  display: flex;
  flex-direction: column;
  justify-content: center;
  grid-column: 1;
  padding: 0 1.25rem 1.25rem 2.5rem;
}
.slide-image-right__item-title {
  position: relative;
  margin-inline: 2rem;
}
.slide-image-right__item-description {
  padding-inline: 2rem;
}
.slide-image-right__image {
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
}
.slide-image-right__image-contain {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
@media (min-width: 1024px) {
  .slide-image-right__image {
    height: 100%;
    grid-column: 2;
  }
}
.slide-image-right .background-color {
  background-color: var(--report-primary);
}

.slide-two-column-text__title {
  max-width: 64.38rem;
  margin-bottom: 2.5rem;
}
.slide-two-column-text__item {
  isolation: isolate;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  padding-block: 2.5rem;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1024px) {
  .slide-two-column-text__item {
    padding: 0;
    height: 43.75rem;
  }
}
.slide-two-column-text__item-content {
  width: 90%;
  display: grid !important;
  grid-gap: 1.25rem;
  padding: 2.5rem 1.25rem 1.25rem;
}
@media (min-width: 1024px) {
  .slide-two-column-text__item-content {
    grid-template-columns: 1fr 1fr;
  }
}
.slide-two-column-text__item-content p {
  margin-block-start: 1.25rem;
}
.slide-two-column-text__item-title {
  position: relative;
  margin-inline: 2rem;
}
.slide-two-column-text__item-description {
  padding-inline: 2rem;
}

.slides__carousel {
  border: 1px solid var(--report-grey);
}
.slides__container {
  max-width: 78.75rem;
  width: calc(100% - 1.25rem * 2);
  margin: 0 auto;
  position: relative;
}
.slides__title {
  max-width: 64.38rem;
  margin-bottom: 2.5rem;
}
.slides__item {
  isolation: isolate;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  padding-block: 2.5rem;
}
@media (min-width: 1024px) {
  .slides__item {
    padding: 0;
    height: 43.75rem;
  }
}
.slides__item-content {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.slides__item-title {
  position: relative;
  margin-inline: 2rem;
}
.slides__item-description {
  padding-inline: 2rem;
}
.slides__layout-1 {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex !important;
  align-items: center;
  justify-content: center;
}
.slides__layout-1 .slides__content {
  background: var(--report-primary);
  width: 80%;
  padding: 2.5rem 1.25rem 1.25rem;
}
@media (min-width: 1024px) {
  .slides__layout-1 .slides__content {
    width: 43.75rem;
  }
}
.slides__layout-1 h2, .slides__layout-1 p {
  color: var(--report-headline-alt);
}
.slides__layout-1 p {
  margin-block-start: 1.25rem;
}
.slides__layout-2 {
  display: flex !important;
  align-items: center;
  justify-content: flex-start;
}
.slides__layout-2 .slides__content {
  width: 90%;
  padding: 2.5rem 1.25rem 0;
}
@media (min-width: 1024px) {
  .slides__layout-2 .slides__content {
    width: 55.6255rem;
    height: 100%;
    padding: 2.5rem initial 0;
  }
}
.slides__layout-2 p {
  margin-block-start: 1.25rem;
}
.slides__layout-2-image {
  width: 100%;
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
}
.slides__layout-2-image:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  right: 0;
  bottom: 0;
  border-top: 16.3rem solid transparent;
  border-bottom: 0 solid transparent;
  border-right: 80rem solid var(--report-primary);
}
@media (min-width: 1024px) {
  .slides__layout-2-image {
    height: 28.563rem;
  }
}
.slides__layout-3 .slides__content {
  display: grid !important;
}
@media (min-width: 1024px) {
  .slides__layout-3 .slides__content {
    width: 100%;
    height: 100%;
    align-self: center;
    justify-self: center;
    grid-template-columns: 1fr 1fr;
    grid-gap: 1.25rem;
    grid-auto-flow: dense;
  }
}
.slides__layout-3 .slides__content > div:not(.slides__layout-image) {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  grid-column: 2/2;
  padding: 0 1.25rem 1.25rem 2.5rem;
}
.slides__layout-3 .slides__layout-image {
  width: 100%;
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
}
.slides__layout-3 .slides__layout-image:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  right: 0;
  bottom: 0;
  border-top: 43.7rem solid transparent;
  border-bottom: 0 solid transparent;
  border-right: 39rem solid var(--report-primary);
}
@media (min-width: 1024px) {
  .slides__layout-3 .slides__layout-image {
    height: 100%;
    grid-column: 1/2;
  }
}
.slides__layout-4 .slides__content {
  display: grid !important;
}
@media (min-width: 1024px) {
  .slides__layout-4 .slides__content {
    width: 100%;
    height: 100%;
    align-self: center;
    justify-self: center;
    grid-template-columns: 1fr 1fr;
    grid-gap: 1.25rem;
    grid-auto-flow: dense;
  }
}
.slides__layout-4 .slides__content > div:not(.slides__layout-image) {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  grid-column: 1/2;
  padding: 0 1.25rem 1.25rem 2.5rem;
}
.slides__layout-4 .slides__layout-image {
  width: 100%;
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
}
.slides__layout-4 .slides__layout-image:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  right: 0;
  bottom: 0;
  border-top: 43.7rem solid transparent;
  border-bottom: 0 solid transparent;
  border-right: 39rem solid var(--report-primary);
}
@media (min-width: 1024px) {
  .slides__layout-4 .slides__layout-image {
    height: 100%;
    grid-column: 2/2;
  }
}
.slides__layout-5 {
  display: flex !important;
  align-items: center;
  justify-content: center;
}
.slides__layout-5 .slides__content {
  width: 90%;
  display: grid !important;
  grid-gap: 1.25rem;
  padding: 2.5rem 1.25rem 1.25rem;
}
@media (min-width: 1024px) {
  .slides__layout-5 .slides__content {
    grid-template-columns: 1fr 1fr;
  }
}
.slides__layout-5 p {
  margin-block-start: 1.25rem;
}
.slides__footer {
  margin-top: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-block: 1.25rem;
}

.slick-prev, .slick-next {
  height: 3.125rem;
  width: 3.125rem;
  background: var(--report-primary);
  border-radius: 0.25rem;
}
.slick-prev-icon:hover, .slick-next-icon:hover {
  opacity: 0.75;
}
.slick-prev-icon:before, .slick-next-icon:before {
  font-size: 1.563rem !important;
  opacity: 1 !important;
  line-height: 2.15 !important;
}
.slick-prev:focus-visible, .slick-next:focus-visible {
  outline: 1px solid var(--report-primary);
  outline-offset: 0.25rem;
}
.slick-prev {
  left: -4.375rem;
}
.slick-next {
  right: -4.375rem;
}
@media (min-width: 1024px) {
  .slick-slide {
    height: 43.75rem;
  }
}

.stats__container {
  max-width: 78.75rem;
  width: calc(100% - 1.25rem * 2);
  margin: 0 auto;
  position: relative;
  border-block: 1px solid var(--report-primary);
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
@media (min-width: 1024px) {
  .stats__container {
    flex-direction: row;
    align-items: center;
    padding-bottom: 0.5rem;
  }
}
@media (min-width: 1024px) {
  .stats__title {
    max-width: 25.002rem;
  }
}
.stats__card-container {
  width: 100%;
  display: grid;
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
  row-gap: 2.5rem;
  grid-template-columns: repeat(2, 1fr);
}
@media (min-width: 768px) {
  .stats__card-container {
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  }
}
.stats__card-item {
  text-align: center;
}
@media (min-width: 1024px) {
  .stats__card-item {
    margin-bottom: 2.25rem;
  }
}
.stats__card-stat h3 {
  font-size: 4.5rem;
  color: var(--report-primary);
  margin-bottom: 0.25rem;
}
.table-of-contents.pin-to-top {
  background: var(--report-white);
  position: sticky;
  z-index: 12;
  opacity: 1;
  transition: background-color 0.3s ease;
}
.table-of-contents.pin-to-top .table-of-contents__nav-wrapper {
  margin: 0 !important;
  -moz-columns: 1;
       columns: 1;
}
.table-of-contents.pin-to-top .table-of-contents__nav-wrapper > ol {
  position: relative;
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  align-content: center;
  scroll-snap-type: x proximity;
}
.table-of-contents.pin-to-top .table-of-contents__nav-wrapper > ol li {
  min-width: 13rem;
  margin: 0;
  padding: 0;
  display: inline-block;
  flex: 0 0 20%;
  align-self: center;
  text-align: center;
  padding: 0.625rem 0.625rem;
  scroll-snap-align: start;
}
.table-of-contents.pin-to-top .table-of-contents__nav-wrapper > ol li a {
  font-size: 1rem;
  color: var(--report-primary);
  text-decoration: none;
  text-align: center;
  display: block;
  padding: 0.625rem;
  transition: background-color 0.3s ease;
}
.table-of-contents.pin-to-top .table-of-contents__nav-wrapper > ol li a:hover, .table-of-contents.pin-to-top .table-of-contents__nav-wrapper > ol li a:focus-visible {
  background-color: var(--report-primary);
  color: var(--report-headline-alt);
}
.table-of-contents.pin-to-top .table-of-contents__nav-item a.active {
  background-color: var(--report-primary);
  color: var(--report-headline-alt);
}
.table-of-contents__container {
  max-width: 78.75rem;
  width: calc(100% - 1.25rem * 2);
  margin: 0 auto;
  position: relative;
}
@media (max-width: 1023px) {
  .table-of-contents__container {
    overflow-x: auto;
  }
}
@media (min-width: 1024px) {
  .table-of-contents__container {
    flex-direction: row;
  }
}
.table-of-contents__container--scrollable .table-of-contents__nav-wrapper {
  transition: transform 1.75s ease;
}
@media (min-width: 1024px) {
  .table-of-contents__content {
    position: relative;
    overflow: hidden;
  }
}
.table-of-contents__title {
  text-transform: uppercase;
  color: var(--report-primary);
  border-bottom: 1px solid var(--report-grey);
  z-index: 1;
}
.table-of-contents__title h2 {
  margin-bottom: 0.3rem;
}
.table-of-contents__description {
  margin-top: 1.125rem;
  margin-bottom: 2rem;
}
.table-of-contents__nav-wrapper {
  margin-top: 2rem;
}
.table-of-contents__nav-wrapper > ol > li {
  margin-top: 1.5rem;
}
.table-of-contents__nav-wrapper > ol > li:first-child {
  margin-top: 0;
}
@media (min-width: 1024px) {
  .table-of-contents__nav-column--1 {
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
    -moz-columns: 2;
         columns: 2;
  }
  .table-of-contents__nav-column--2 {
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
    -moz-columns: 3;
         columns: 3;
  }
}
.table-of-contents__prev-button, .table-of-contents__next-button {
  display: none;
}
@media (min-width: 1024px) {
  .table-of-contents__prev-button, .table-of-contents__next-button {
    font-size: 2rem;
    color: var(--report-primary);
    border: none;
    background: transparent;
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    padding: 1rem;
    border-radius: 100%;
    transition: all 0.3s ease;
    cursor: pointer;
  }
  .table-of-contents__prev-button:hover, .table-of-contents__next-button:hover {
    opacity: 0.75;
    color: var(--report-grey);
    background: transparent;
  }
  .table-of-contents__prev-button:disabled, .table-of-contents__next-button:disabled {
    opacity: 0.25;
    cursor: none;
  }
  .table-of-contents__prev-button img, .table-of-contents__next-button img {
    width: 1rem;
    height: 0.75rem;
  }
}
@media (min-width: 1024px) {
  .table-of-contents__prev-button {
    left: -50px;
  }
}
@media (min-width: 1024px) {
  .table-of-contents__next-button {
    right: -50px;
  }
}
@keyframes slideToLeft {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

.table__title {
  max-width: 78.75rem;
  width: calc(100% - 1.25rem * 2);
  margin: 0 auto;
  position: relative;
  text-transform: uppercase;
  color: var(--report-primary);
  border-bottom: 1px solid var(--report-grey);
  z-index: 1;
  margin-bottom: 2rem;
}
.table__title h2 {
  margin-bottom: 1.25rem;
}
.table__description {
  margin-top: 1.125rem;
  margin-bottom: 2rem;
}

@media (min-width: 768px) {
  .text-image {
    padding-bottom: 3.75rem;
  }
}
.text-image--small .text-image__container {
  max-width: 78.75rem;
  width: calc(100% - 1.25rem * 2);
  margin: 0 auto;
  position: relative;
}
.text-image--small .text-image__container {
  display: grid;
}
@media (min-width: 1024px) {
  .text-image--small .text-image__container {
    grid-template-columns: repeat(12, 1fr);
  }
}
@media (min-width: 1024px) {
  .text-image--small .text-image__content-image {
    grid-column: 1/8;
  }
}
.text-image--small .text-image__image {
  height: 100%;
}
@media (min-width: 1024px) {
  .text-image--small .text-image__image img {
    display: block;
    margin: 0;
    width: 100%;
    height: 100%;
    min-height: 550px;
  }
}
.text-image--small .text-image__content {
  background-color: var(--report-primary);
  color: var(--report-body-alt);
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  justify-content: center;
  padding: 1.25rem 3.5rem 1.25rem 1.25rem;
}
@media (min-width: 1024px) {
  .text-image--small .text-image__content {
    grid-column: 8/13;
  }
}
.text-image--small .text-image__content-right {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.text-image--small .text-image__subtitle {
  color: var(--report-headline-alt);
}
.text-image--small .text-image__title {
  color: var(--report-headline-alt);
}
@media (min-width: 1024px) {
  .text-image--large .text-image__container {
    display: grid;
    grid-template-rows: 1fr;
    grid-template-columns: repeat(12, 1fr);
    gap: 1.25rem;
  }
}
.text-image--large .text-image__content {
  max-width: 78.75rem;
  width: calc(100% - 1.25rem * 2);
  margin: 0 auto;
  position: relative;
  margin-block: 0;
  position: relative;
}
@media (min-width: 1024px) {
  .text-image--large .text-image__content {
    grid-row: 1;
    grid-column: 1/13;
    margin-top: 225px;
  }
}
@media (min-width: 1024px) {
  .text-image--large .text-image__content-image {
    grid-row: 1;
    max-width: 1360px;
    margin: 0 auto;
    grid-column: 1/13;
  }
}
.text-image--large .text-image__image img {
  display: block;
  width: 100%;
  height: 100%;
  max-height: 550px;
  -o-object-fit: cover;
     object-fit: cover;
}
.text-image--large .text-image__image-contain figure {
  padding: 1.25rem;
  margin: auto;
}
.text-image--large .text-image__image-contain img {
  display: block;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.text-image--large .text-image__content-right {
  background: var(--report-primary);
  color: var(--report-headline-alt);
  padding: 3.125rem 1.25rem;
}
@media (min-width: 1024px) {
  .text-image--large .text-image__content-right {
    max-width: 755px;
  }
}
@media (min-width: 1441px) {
  .text-image--large .text-image__content-right {
    transform: translateX(-1.25rem);
  }
}
.text-image--large .text-image__subtitle {
  color: var(--report-headline-alt);
}
.text-image--large .text-image__title {
  color: var(--report-headline-alt);
}
.text-image--large .text-image__content-button {
  margin-top: 2.25rem;
}
.text-image__content-right header {
  display: flex;
  flex-direction: column-reverse;
}
.text-image__image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.text-image__image-contain figure {
  padding: 1.25rem;
  margin: auto;
}
.text-image__image-contain img {
  display: block;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.text-intro__container {
  max-width: 78.75rem;
  width: calc(100% - 1.25rem * 2);
  margin: 0 auto;
  position: relative;
}
@media (min-width: 768px) {
  .text-intro__content {
    display: flex;
    align-items: center;
  }
}
.text-intro__content-left {
  margin-bottom: 1rem;
  max-width: 253px;
}
@media (min-width: 768px) {
  .text-intro__content-left {
    flex-basis: 35%;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .text-intro__content-left {
    flex-basis: 25%;
    margin-right: 2rem;
  }
}
@media (min-width: 768px) {
  .text-intro__content-right {
    flex-basis: 65%;
  }
}
@media (min-width: 1024px) {
  .text-intro__content-right {
    max-width: 50rem;
    flex-basis: 75%;
  }
}
.text-intro__content header {
  display: flex;
  flex-direction: column-reverse;
}
.text-intro__content-button {
  padding-top: 1.25rem;
}
.text-intro__image {
  margin: 0 auto;
}
.text-intro__image img {
  width: 100%;
  height: 100%;
  max-height: 450px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (min-width: 768px) {
  .text-intro__image img {
    max-width: 295px;
  }
}
.text-intro__divider {
  width: 150px;
  height: 3px;
  background-color: var(--report-primary);
  margin: 1rem 0;
}
@media (min-width: 768px) {
  .text-intro__divider {
    width: 3px;
    height: 150px;
    margin: auto 50px;
  }
}
.text-intro__subtitle {
  color: var(--report-primary);
  font-size: 1.625rem;
  line-height: 1;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .text-intro__subtitle {
    margin-bottom: 0.25rem;
  }
}
.text-intro__title {
  line-height: 1.1;
}
.title__container {
  max-width: 78.75rem;
  width: calc(100% - 1.25rem * 2);
  margin: 0 auto;
  position: relative;
}
.title__title {
  text-transform: uppercase;
  color: var(--report-primary);
  border-bottom: 1px solid var(--report-grey);
  z-index: 1;
}
.title__title h2 {
  margin-bottom: 0.3rem;
}
.title__description {
  margin-top: 1.125rem;
  margin-bottom: 2rem;
}
.title__description *:first-child {
  margin-top: 0;
}
@media (min-width: 1024px) {
  .title__description--2 {
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
    -moz-columns: 2;
         columns: 2;
  }
  .title__description--3 {
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
    -moz-columns: 3;
         columns: 3;
  }
}

.two-column-text {
  background-size: cover;
  background-position: center;
}
@media (min-width: 768px) {
  .two-column-text {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
.two-column-text__container {
  max-width: 78.75rem;
  width: calc(100% - 1.25rem * 2);
  margin: 0 auto;
  position: relative;
}
@media (min-width: 768px) {
  .two-column-text__content {
    display: flex;
    gap: 1.25rem;
  }
}
.two-column-text__content-left, .two-column-text__content-right {
  width: 100%;
  display: block;
  margin-bottom: 3.5rem;
}
@media (min-width: 768px) {
  .two-column-text__content-left, .two-column-text__content-right {
    width: 50%;
    display: flex;
    flex-direction: column;
  }
}
.two-column-text__content-left header, .two-column-text__content-right header {
  display: flex;
  flex-direction: column-reverse;
}
.two-column-text__content-button {
  margin-top: 1.25rem;
}

.video-full-width__container {
  max-width: 78.75rem;
  width: calc(100% - 1.25rem * 2);
  margin: 0 auto;
  position: relative;
}
.video-full-width h2 {
  padding-bottom: 0.25em;
  border: none;
  border-bottom: 2px solid var(--report-primary);
  margin-bottom: 1.625rem;
}
.video-full-width__row {
  display: grid;
  gap: 1.25rem;
}
@media (min-width: 1024px) {
  .video-full-width__row {
    grid-template-columns: repeat(12, 1fr);
  }
}
.video-full-width__video {
  position: relative;
  min-height: 400px;
}
@media (min-width: 1024px) {
  .video-full-width__video {
    grid-column: 1/8;
  }
}
.video-full-width__video .video {
  position: relative;
  margin-top: 3.75rem;
  margin-bottom: 7.5rem;
}
.video-full-width__video .video__background {
  position: absolute;
  display: block;
  inset: 0;
  background-size: cover;
  height: 100%;
  background-position: center center;
  z-index: 5;
  margin: 0 auto;
}
.video-full-width__video .video__background img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 768px) {
  .video-full-width__video .video__background img {
    min-height: 400px;
  }
}
@media (min-width: 768px) {
  .video-full-width__video .video__background {
    min-height: 400px;
    max-height: 400px;
    padding-bottom: 0;
  }
}
.video-full-width__video .video__container {
  z-index: 10;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.video-full-width__video .video__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .video-full-width__video .video__content {
    text-align: left;
  }
}
.video-full-width__video .video-player {
  margin: 0 auto;
  max-width: 100%;
}
.video-full-width__video .video-player__player--embed {
  position: relative;
  min-height: 400px;
  max-height: 400px;
  width: 100%;
}
@media (min-width: 768px) {
  .video-full-width__video .video-player__player--embed {
    min-height: 400px;
  }
}
.video-full-width__video .video-player__player--embed::after {
  content: "";
  display: block;
  padding-bottom: 41.66666667%;
}
.video-full-width__video .video-player__player--embed iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
}
.video-full-width__video .video-player__player-controls {
  width: 4.375rem;
  height: 4.375rem;
  border-radius: 200px;
  position: relative;
}
.video-full-width__video .video-player__player-controls:focus-visible {
  outline: 3px solid #fff;
  outline-offset: 3px;
}
@media (min-width: 768px) {
  .video-full-width__video .video-player__player-controls {
    display: block;
  }
}
.video-full-width__video .video-player__player-controls.video-loading span {
  color: transparent;
}
.video-full-width__video .video-player__player-controls.video-loading span:before {
  border-color: #fff transparent #fff transparent;
  animation: dual-ring 1.2s linear infinite;
}
.video-full-width__video .video-player__player-controls.video-loading span:after {
  opacity: 0;
}
.video-full-width__video .video-player__player-controls span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-transform: uppercase;
  background-color: var(--report-headline-alt);
  background: radial-gradient(var(--report-headline-alt) 52%, var(--report-primary) 52%, var(--report-primary) 60%, var(--report-headline-alt) 60%);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  width: 70px;
  height: 70px;
}
.video-full-width__video .video-player__player-controls span::after {
  content: "";
  position: absolute;
  top: 1.5rem;
  left: calc(50% + 0.2rem);
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.65rem 0 0.65rem 1rem;
  border-color: transparent transparent transparent var(--report-primary);
}
@keyframes dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@media (min-width: 1024px) {
  .video-full-width__content {
    grid-column: 8/13;
  }
}
.video-full-width__content-title h3 {
  color: var(--report-primary);
  margin-bottom: 1.25rem;
}
.video-full-width__content-video-link {
  margin-top: 1.5rem;
}
.video-full-width__content a {
  margin-top: 1.5rem;
}