/* Colors --------------------------------------------------------------------*/
/* neutrals */
/* blue */
/* teal */
/* green */
/* purple */
/* violet */
/* magenta */
/* cta blue */
/* secondary */
/* Brand colors */
/* Filter colors. ------------------------------------------------------------*\
  // Use filters in order to not load extra svg just for hover color.
  // https://codepen.io/sosuke/pen/Pjoqqp

  // You can also use css mask
  // https://css-tricks.com/almanac/properties/m/mask/
  // Example: /docroot/themes/custom/echo/scss/0_tools/_mixins.scss
  // @mixin has-icon();
\*----------------------------------------------------------------------------*/
/* Links ---------------------------------------------------------------------*/
/* Buttons -------------------------------------------------------------------*/
/* Radius */
/* Animation transitions -----------------------------------------------------*/
/* Typography ----------------------------------------------------------------*/
/* Default Spacing Units -----------------------------------------------------*/
/* Forms ---------------------------------------------------------------------*/
/* Z-index master list -------------------------------------------------------*\
  // Used for a bird's eye view of components dependent on the z-axis
  // Try to avoid customizing these :)
\*----------------------------------------------------------------------------*/
/* Media Query Breakpoints ---------------------------------------------------*\
  // Examples: Media Query min-max vars.
  // @media ($above-xs) {}
  // @media ($above-xs) and ($below-l) {}
  // @media ($below-l) {}
\*----------------------------------------------------------------------------*/
/* Extra Small */
/* Small */
/* Medium */
/* Large - This is where we move from Mobile nav to Desktop. */
/* Extra Large */
/* Extra Extra Large */
/* Maps and Arrays -----------------------------------------------------------*/
/* File icons. */
/* Colors for background. */
/* Container width -----------------------------------------------------------*/
:root {
  --container-gutter: 1.5rem;
  --card-element-offset: 2rem;
}
@media (min-width: 992px) {
  :root {
    --container-gutter: MAX(1.25rem, calc(50% - 69rem/2));
  }
}

/* Various component values --------------------------------------------------*/
/*------------------------------------*\
  # Headings by default
\*------------------------------------*/
/*------------------------------------*\
  # Reusable Component Headings
\*------------------------------------*/
@font-face {
  font-family: "GranjonLTW01-Roman";
  src: url("../fonts/GranjonLTW01-Roman.eot?#iefix") format("eot"), url("../fonts/GranjonLTW01-Roman.woff2") format("woff2"), url("../fonts/GranjonLTW01-Roman.woff") format("woff"), url("../fonts/GranjonLTW01-Roman.ttf") format("truetype");
  font-display: fallback;
}
@font-face {
  font-family: "HelveticaNeueLTW";
  src: url("../fonts/HelveticaNeueLTW04-55Roman.eot?#iefix") format("embedded-opentype"), url("../fonts/HelveticaNeueLTW04-55Roman.woff2") format("woff2"), url("../fonts/HelveticaNeueLTW04-55Roman.woff") format("woff"), url("../fonts/HelveticaNeueLTW04-55Roman.ttf") format("truetype");
  font-display: fallback;
  font-weight: 400;
}
@font-face {
  font-family: "HelveticaNeueLTW";
  src: url("../fonts/HelveticaNeueLTW04-45Light.eot?#iefix") format("eot"), url("../fonts/HelveticaNeueLTW04-45Light.woff2") format("woff2"), url("../fonts/HelveticaNeueLTW04-45Light.woff") format("woff"), url("../fonts/HelveticaNeueLTW04-45Light.ttf") format("truetype");
  font-display: fallback;
  font-weight: 300;
}
@font-face {
  font-family: "HelveticaNeueLTW";
  src: url("../fonts/HelveticaNeueLTW04-65Medium.eot?#iefix") format("eot"), url("../fonts/HelveticaNeueLTW04-65Medium.woff2") format("woff2"), url("../fonts/HelveticaNeueLTW04-65Medium.woff") format("woff"), url("../fonts/HelveticaNeueLTW04-65Medium.ttf") format("truetype");
  font-display: fallback;
  font-weight: 500;
}
@font-face {
  font-family: "HelveticaNeueLTW";
  src: url("../fonts/HelveticaNeueLTW06-75Bold.eot?#iefix") format("eot"), url("../fonts/HelveticaNeueLTW06-75Bold.woff2") format("woff2"), url("../fonts/HelveticaNeueLTW06-75Bold.woff") format("woff"), url("../fonts/HelveticaNeueLTW06-75Bold.ttf") format("truetype");
  font-display: fallback;
  font-weight: 700;
}
.font-serif {
  font-family: "GranjonLTW01-Roman", "Garamond", "Times New Roman", serif;
}

.font-sans-serif {
  font-family: "HelveticaNeueLTW", "HelveticaNeue", "Helvetica", "Arial", sans-serif;
}

.font-light {
  font-weight: 300;
}

.font-medium {
  font-weight: 500;
}

.font-bold {
  font-weight: 700;
}

html {
  box-sizing: border-box;
  font-size: 20px;
  scroll-behavior: smooth;
}

@media screen and (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}
*,
*:before,
*:after {
  box-sizing: inherit;
}

body {
  font-size: 1rem;
  font-family: "HelveticaNeueLTW", "HelveticaNeue", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  line-height: 1.25;
  color: #052049;
  overflow-x: hidden;
  width: 100%;
  -moz-osx-font-smoothing: grayscale;
}

@media (max-width: 1070px) {
  body.u-fixed main,
body.u-fixed footer {
    display: none;
  }
}

.uncollapse-child-margin {
  padding-top: 1px;
  padding-bottom: 1px;
  margin-top: -1px;
  margin-bottom: -1px;
}

.spacer-double {
  margin-top: 2rem;
}
.spacer-double--bottom {
  margin-bottom: 2rem;
}

.ajax-progress,
.js-flag-message {
  position: absolute;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

strong {
  font-weight: 700;
}

blockquote {
  font-size: 0.9rem;
  border-left: 5px solid #052049;
  padding-left: 1.5rem;
}

hr {
  display: block;
  border: 0;
  height: 1px;
  border-top: 1px solid #878D96;
  margin: 1.5rem 0;
  padding: 0;
}

abbr {
  border-bottom: 1px dotted #878D96;
  cursor: help;
}

.font-gray {
  color: #485972;
}

.eyebrow-title {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 500;
  font-family: "HelveticaNeueLTW", "HelveticaNeue", "Helvetica", "Arial", sans-serif;
  font-size: 12px;
  letter-spacing: 0.05em;
  line-height: 1.4em;
  text-transform: uppercase;
  font-weight: 700;
}
.eyebrow-title::after {
  content: "";
  width: 3.5rem;
  border-bottom: 0.13rem solid #052049;
  display: block;
  margin-bottom: 1.3rem;
}
.eyebrow-title:after {
  display: inline-block;
  margin-bottom: 0;
  width: 40px;
  height: 1px;
  margin: 0 5px 3px;
}

.byline-author {
  color: #485972;
  font-size: 0.8rem;
}

:where(.byline-author) + time::before {
  content: " ";
  height: 3px;
  width: 3px;
  display: inline-block;
  background: #485972;
  margin: 0 10px 3px 10px;
  border-radius: 50%;
}
.news__date :where(.byline-author) + time::before {
  height: 4px;
  width: 4px;
}

/**
* @file
* Visual styles for buttons.
*/
button {
  appearance: none;
  background-color: transparent;
  color: #052049;
  font-size: 0.8rem;
  font-weight: 600;
  border: 2px solid;
  border-color: #006be9;
  border-radius: 1.6rem;
  line-height: 1.4;
  padding: 0.6em 1.6em;
  text-align: center;
  vertical-align: middle;
  display: inline-block;
  cursor: pointer;
  font-family: "HelveticaNeueLTW", "HelveticaNeue", "Helvetica", "Arial", sans-serif;
  touch-action: manipulation;
  user-select: none;
  transition: cubic-bezier(0.33, 0.66, 0.66, 1) 0.2s background-color;
}
button:hover {
  background-color: #006be9;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.button,
.image-button {
  margin-right: 1rem;
  margin-left: 1rem;
}

.button:first-child,
.image-button:first-child {
  margin-right: 0;
  margin-left: 0;
}

button.pdf::before {
  content: "";
  display: inline-block;
  min-width: 1.4em;
  width: 1.4em;
  height: 1.4em;
  -webkit-mask-image: url("../images/icons/file-pdf.svg");
  -webkit-mask-repeat: no-repeat;
  transition: 0.2s, cubic-bezier(0.33, 0.66, 0.66, 1), background-color;
  vertical-align: middle;
  background-color: #006be9;
}
button.pdf:hover::before {
  background-color: #006be9;
}
button.pdf::before {
  background-color: #006be9;
}
button.pdf:hover::before {
  background-color: #fff;
}

button[class*=inverted].pdf::before {
  content: "";
  display: inline-block;
  min-width: 1.4em;
  width: 1.4em;
  height: 1.4em;
  -webkit-mask-image: url("../images/icons/file-pdf.svg");
  -webkit-mask-repeat: no-repeat;
  transition: 0.2s, cubic-bezier(0.33, 0.66, 0.66, 1), background-color;
  vertical-align: middle;
  background-color: #fff;
}
button[class*=inverted].pdf:hover::before {
  background-color: #006be9;
}

button.doc::before {
  content: "";
  display: inline-block;
  min-width: 1.4em;
  width: 1.4em;
  height: 1.4em;
  -webkit-mask-image: url("../images/icons/file-doc.svg");
  -webkit-mask-repeat: no-repeat;
  transition: 0.2s, cubic-bezier(0.33, 0.66, 0.66, 1), background-color;
  vertical-align: middle;
  background-color: #006be9;
}
button.doc:hover::before {
  background-color: #006be9;
}
button.doc::before {
  background-color: #006be9;
}
button.doc:hover::before {
  background-color: #fff;
}

button[class*=inverted].doc::before {
  content: "";
  display: inline-block;
  min-width: 1.4em;
  width: 1.4em;
  height: 1.4em;
  -webkit-mask-image: url("../images/icons/file-doc.svg");
  -webkit-mask-repeat: no-repeat;
  transition: 0.2s, cubic-bezier(0.33, 0.66, 0.66, 1), background-color;
  vertical-align: middle;
  background-color: #fff;
}
button[class*=inverted].doc:hover::before {
  background-color: #006be9;
}

button.doc::before {
  content: "";
  display: inline-block;
  min-width: 1.4em;
  width: 1.4em;
  height: 1.4em;
  -webkit-mask-image: url("../images/icons/file-doc.svg");
  -webkit-mask-repeat: no-repeat;
  transition: 0.2s, cubic-bezier(0.33, 0.66, 0.66, 1), background-color;
  vertical-align: middle;
  background-color: #006be9;
}
button.doc:hover::before {
  background-color: #006be9;
}
button.doc::before {
  background-color: #006be9;
}
button.doc:hover::before {
  background-color: #fff;
}

button[class*=inverted].doc::before {
  content: "";
  display: inline-block;
  min-width: 1.4em;
  width: 1.4em;
  height: 1.4em;
  -webkit-mask-image: url("../images/icons/file-doc.svg");
  -webkit-mask-repeat: no-repeat;
  transition: 0.2s, cubic-bezier(0.33, 0.66, 0.66, 1), background-color;
  vertical-align: middle;
  background-color: #fff;
}
button[class*=inverted].doc:hover::before {
  background-color: #006be9;
}

button.spreadsheet::before {
  content: "";
  display: inline-block;
  min-width: 1.4em;
  width: 1.4em;
  height: 1.4em;
  -webkit-mask-image: url("../images/icons/file-spreadsheet.svg");
  -webkit-mask-repeat: no-repeat;
  transition: 0.2s, cubic-bezier(0.33, 0.66, 0.66, 1), background-color;
  vertical-align: middle;
  background-color: #006be9;
}
button.spreadsheet:hover::before {
  background-color: #006be9;
}
button.spreadsheet::before {
  background-color: #006be9;
}
button.spreadsheet:hover::before {
  background-color: #fff;
}

button[class*=inverted].spreadsheet::before {
  content: "";
  display: inline-block;
  min-width: 1.4em;
  width: 1.4em;
  height: 1.4em;
  -webkit-mask-image: url("../images/icons/file-spreadsheet.svg");
  -webkit-mask-repeat: no-repeat;
  transition: 0.2s, cubic-bezier(0.33, 0.66, 0.66, 1), background-color;
  vertical-align: middle;
  background-color: #fff;
}
button[class*=inverted].spreadsheet:hover::before {
  background-color: #006be9;
}

button.spreadsheet::before {
  content: "";
  display: inline-block;
  min-width: 1.4em;
  width: 1.4em;
  height: 1.4em;
  -webkit-mask-image: url("../images/icons/file-spreadsheet.svg");
  -webkit-mask-repeat: no-repeat;
  transition: 0.2s, cubic-bezier(0.33, 0.66, 0.66, 1), background-color;
  vertical-align: middle;
  background-color: #006be9;
}
button.spreadsheet:hover::before {
  background-color: #006be9;
}
button.spreadsheet::before {
  background-color: #006be9;
}
button.spreadsheet:hover::before {
  background-color: #fff;
}

button[class*=inverted].spreadsheet::before {
  content: "";
  display: inline-block;
  min-width: 1.4em;
  width: 1.4em;
  height: 1.4em;
  -webkit-mask-image: url("../images/icons/file-spreadsheet.svg");
  -webkit-mask-repeat: no-repeat;
  transition: 0.2s, cubic-bezier(0.33, 0.66, 0.66, 1), background-color;
  vertical-align: middle;
  background-color: #fff;
}
button[class*=inverted].spreadsheet:hover::before {
  background-color: #006be9;
}

.btn-reset {
  appearance: none;
  line-height: initial;
  font-size: inherit;
  border: none;
  background-color: transparent;
  min-height: auto;
  border-radius: 0;
  padding: 0;
  text-align: left;
  vertical-align: initial;
  width: initial;
  transition: none;
}
.btn-reset:hover {
  text-decoration: none;
  background-color: transparent;
  color: #006be9;
}

:where(fieldset) {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

:where(legend) {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.4rem;
  font-size: 1.2rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

:where(label) {
  display: block;
  padding-bottom: 0.25rem;
  font-weight: 700;
}

:where(input),
:where(select),
:where(textarea) {
  border: 1px solid #878D96;
  border-radius: 0;
  padding: 0.25rem 0.65rem;
  background-color: #fff;
  background-image: none;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  color: #878D96;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  margin: 0;
}

:where(input),
:where(select) {
  height: 1.2rem;
}

[type=text],
[type=search],
[type=url],
[type=number],
textarea {
  appearance: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  appearance: button;
}

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

input[type=search] {
  box-sizing: border-box;
}

textarea {
  overflow: auto;
  resize: vertical;
}

[hidden] {
  display: none !important;
}

.webform-button--submit {
  appearance: none;
  background-color: transparent;
  color: #052049;
  font-size: 0.8rem;
  font-weight: 600;
  border: 2px solid;
  border-color: #006be9;
  border-radius: 1.6rem;
  line-height: 1.4;
  padding: 0.6em 1.6em;
  text-align: center;
  vertical-align: middle;
  display: inline-block;
  cursor: pointer;
  font-family: "HelveticaNeueLTW", "HelveticaNeue", "Helvetica", "Arial", sans-serif;
  touch-action: manipulation;
  user-select: none;
  transition: cubic-bezier(0.33, 0.66, 0.66, 1) 0.2s background-color;
  height: 2.5rem;
}
.webform-button--submit:hover {
  background-color: #006be9;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.no-results-found {
  margin-top: 1.5rem;
}

.views-exposed-form :where(input) {
  height: 2.5rem;
}
.views-exposed-form :where([type="text"]),
.views-exposed-form :where(select) {
  height: 2.5rem;
  width: 100%;
}
.views-exposed-form :where([type="text"]):focus-visible,
.views-exposed-form :where(select):focus-visible {
  outline: 2px solid #006be9;
}
.views-exposed-form :where(.form-submit) {
  appearance: none;
  background-color: transparent;
  color: #052049;
  font-size: 0.8rem;
  font-weight: 600;
  border: 2px solid;
  border-color: #006be9;
  border-radius: 1.6rem;
  line-height: 1.4;
  padding: 0.6em 1.6em;
  text-align: center;
  vertical-align: middle;
  display: inline-block;
  cursor: pointer;
  font-family: "HelveticaNeueLTW", "HelveticaNeue", "Helvetica", "Arial", sans-serif;
  touch-action: manipulation;
  user-select: none;
  transition: cubic-bezier(0.33, 0.66, 0.66, 1) 0.2s background-color;
  margin-top: 1rem;
  margin-bottom: 0;
}
.views-exposed-form :where(.form-submit):hover {
  background-color: #006be9;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (min-width: 600px) {
  .views-exposed-form :where(.form-submit) {
    white-space: nowrap;
    width: max-content;
  }
}
@media (min-width: 992px) {
  .views-exposed-form :where(.form-submit) {
    margin-top: 1.5rem;
  }
}

h1, .h1 {
  line-height: 1.25;
  font-weight: 700;
  color: #052049;
  font-style: normal;
  font-stretch: normal;
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 1.6rem;
  letter-spacing: -0.05ch;
  line-height: 1;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
h1:first-child:not(.page-title), .h1:first-child:not(.page-title) {
  margin-top: 0;
}
@media (min-width: 600px) {
  h1, .h1 {
    font-size: 2.5rem;
  }
}

h2, .h2 {
  line-height: 1.25;
  font-weight: 700;
  color: #052049;
  font-style: normal;
  font-stretch: normal;
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 1.4rem;
  letter-spacing: -0.06ch;
  line-height: 1;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
h2:first-child:not(.page-title), .h2:first-child:not(.page-title) {
  margin-top: 0;
}
@media (min-width: 600px) {
  h2, .h2 {
    font-size: 1.8rem;
  }
}
h1 + h2, h1 + .h2 {
  margin-top: 2.5rem;
}

h3, .h3 {
  line-height: 1.25;
  font-weight: 700;
  color: #052049;
  font-style: normal;
  font-stretch: normal;
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 1rem;
  letter-spacing: -0.025ch;
}
h3:first-child:not(.page-title), .h3:first-child:not(.page-title) {
  margin-top: 0;
}
@media (min-width: 600px) {
  h3, .h3 {
    font-size: 1.2rem;
  }
}

h4, .h4 {
  line-height: 1.25;
  font-weight: 700;
  color: #052049;
  font-style: normal;
  font-stretch: normal;
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 0.9rem;
}
h4:first-child:not(.page-title), .h4:first-child:not(.page-title) {
  margin-top: 0;
}
@media (min-width: 600px) {
  h4, .h4 {
    font-size: 1rem;
  }
}

h5, .h5 {
  line-height: 1.25;
  font-weight: 700;
  color: #052049;
  font-style: normal;
  font-stretch: normal;
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 0.8rem;
}
h5:first-child:not(.page-title), .h5:first-child:not(.page-title) {
  margin-top: 0;
}

h6, .h6 {
  line-height: 1.25;
  font-weight: 700;
  color: #052049;
  font-style: normal;
  font-stretch: normal;
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 0.8rem;
}
h6:first-child:not(.page-title), .h6:first-child:not(.page-title) {
  margin-top: 0;
}

a {
  color: #006be9;
  text-decoration: underline;
}

:where([href^="http"]) {
  display: inline;
}
:where([href^="http"])::after {
  content: "";
  display: inline-block;
  min-width: 0.75em;
  width: 0.75em;
  height: 0.75em;
  -webkit-mask-image: url("../images/icons/external.svg");
  -webkit-mask-repeat: no-repeat;
  transition: 0.2s, cubic-bezier(0.33, 0.66, 0.66, 1), background-color;
  vertical-align: middle;
  background-color: #006be9;
}
:where([href^="http"]):hover::after {
  background-color: #006be9;
}
:where([href^="http"]):before {
  margin-left: 0.5ch;
}
:where([href^="http"]):after {
  margin-right: 0.5ch;
  margin-left: 0.5ch;
}

.no-icon:after {
  display: none !important;
  margin-left: 0;
}

.btn {
  appearance: none;
  background-color: transparent;
  color: #052049;
  font-size: 0.8rem;
  font-weight: 600;
  border: 2px solid;
  border-color: #006be9;
  border-radius: 1.6rem;
  line-height: 1.4;
  padding: 0.6em 1.6em;
  text-align: center;
  vertical-align: middle;
  display: inline-block;
  cursor: pointer;
  font-family: "HelveticaNeueLTW", "HelveticaNeue", "Helvetica", "Arial", sans-serif;
  touch-action: manipulation;
  user-select: none;
  transition: cubic-bezier(0.33, 0.66, 0.66, 1) 0.2s background-color;
  text-decoration: none;
  letter-spacing: 0.4px;
}
.btn:hover {
  background-color: #006be9;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.btn:hover {
  text-decoration: none;
}
.btn-inverted {
  background-color: #006be9;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.btn-inverted:hover {
  color: #052049;
}
.btn-inverted:hover {
  background-color: transparent;
  border-color: #006be9;
}

.btn-alt {
  color: #006be9;
  border-radius: 0.16rem;
}
.btn-alt-inverted {
  border-radius: 0.16rem;
  background-color: #006be9;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.btn-alt-inverted:hover {
  background-color: transparent;
  border-color: #006be9;
}
.btn-alt-inverted:hover {
  color: #006be9;
}

.more-link :where(a) {
  appearance: none;
  background-color: transparent;
  color: #052049;
  font-size: 0.8rem;
  font-weight: 600;
  border: 2px solid;
  border-color: #006be9;
  border-radius: 1.6rem;
  line-height: 1.4;
  padding: 0.6em 1.6em;
  text-align: center;
  vertical-align: middle;
  display: inline-block;
  cursor: pointer;
  font-family: "HelveticaNeueLTW", "HelveticaNeue", "Helvetica", "Arial", sans-serif;
  touch-action: manipulation;
  user-select: none;
  transition: cubic-bezier(0.33, 0.66, 0.66, 1) 0.2s background-color;
  text-decoration: none;
  letter-spacing: 0.4px;
  padding: 0.4em 1.2em;
}
.more-link :where(a):hover {
  background-color: #006be9;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.more-link :where(a):hover {
  text-decoration: none;
}

.btn.pdf::before,
.pdf::before {
  content: "";
  display: inline-block;
  min-width: 1.4em;
  width: 1.4em;
  height: 1.4em;
  -webkit-mask-image: url("../images/icons/file-pdf.svg");
  -webkit-mask-repeat: no-repeat;
  transition: 0.2s, cubic-bezier(0.33, 0.66, 0.66, 1), background-color;
  vertical-align: middle;
  background-color: #006be9;
}
.btn.pdf:hover::before,
.pdf:hover::before {
  background-color: #006be9;
}
.btn.pdf::before,
.pdf::before {
  background-color: #006be9;
}
.btn.pdf:hover::before,
.pdf:hover::before {
  background-color: #fff;
}

a[class*=inverted].pdf::before {
  content: "";
  display: inline-block;
  min-width: 1.4em;
  width: 1.4em;
  height: 1.4em;
  -webkit-mask-image: url("../images/icons/file-pdf.svg");
  -webkit-mask-repeat: no-repeat;
  transition: 0.2s, cubic-bezier(0.33, 0.66, 0.66, 1), background-color;
  vertical-align: middle;
  background-color: #fff;
}
a[class*=inverted].pdf:hover::before {
  background-color: #006be9;
}

.btn.doc::before,
.doc::before {
  content: "";
  display: inline-block;
  min-width: 1.4em;
  width: 1.4em;
  height: 1.4em;
  -webkit-mask-image: url("../images/icons/file-doc.svg");
  -webkit-mask-repeat: no-repeat;
  transition: 0.2s, cubic-bezier(0.33, 0.66, 0.66, 1), background-color;
  vertical-align: middle;
  background-color: #006be9;
}
.btn.doc:hover::before,
.doc:hover::before {
  background-color: #006be9;
}
.btn.doc::before,
.doc::before {
  background-color: #006be9;
}
.btn.doc:hover::before,
.doc:hover::before {
  background-color: #fff;
}

a[class*=inverted].doc::before {
  content: "";
  display: inline-block;
  min-width: 1.4em;
  width: 1.4em;
  height: 1.4em;
  -webkit-mask-image: url("../images/icons/file-doc.svg");
  -webkit-mask-repeat: no-repeat;
  transition: 0.2s, cubic-bezier(0.33, 0.66, 0.66, 1), background-color;
  vertical-align: middle;
  background-color: #fff;
}
a[class*=inverted].doc:hover::before {
  background-color: #006be9;
}

.btn.doc::before,
.docx::before {
  content: "";
  display: inline-block;
  min-width: 1.4em;
  width: 1.4em;
  height: 1.4em;
  -webkit-mask-image: url("../images/icons/file-doc.svg");
  -webkit-mask-repeat: no-repeat;
  transition: 0.2s, cubic-bezier(0.33, 0.66, 0.66, 1), background-color;
  vertical-align: middle;
  background-color: #006be9;
}
.btn.doc:hover::before,
.docx:hover::before {
  background-color: #006be9;
}
.btn.doc::before,
.docx::before {
  background-color: #006be9;
}
.btn.doc:hover::before,
.docx:hover::before {
  background-color: #fff;
}

a[class*=inverted].doc::before {
  content: "";
  display: inline-block;
  min-width: 1.4em;
  width: 1.4em;
  height: 1.4em;
  -webkit-mask-image: url("../images/icons/file-doc.svg");
  -webkit-mask-repeat: no-repeat;
  transition: 0.2s, cubic-bezier(0.33, 0.66, 0.66, 1), background-color;
  vertical-align: middle;
  background-color: #fff;
}
a[class*=inverted].doc:hover::before {
  background-color: #006be9;
}

.btn.spreadsheet::before,
.xls::before {
  content: "";
  display: inline-block;
  min-width: 1.4em;
  width: 1.4em;
  height: 1.4em;
  -webkit-mask-image: url("../images/icons/file-spreadsheet.svg");
  -webkit-mask-repeat: no-repeat;
  transition: 0.2s, cubic-bezier(0.33, 0.66, 0.66, 1), background-color;
  vertical-align: middle;
  background-color: #006be9;
}
.btn.spreadsheet:hover::before,
.xls:hover::before {
  background-color: #006be9;
}
.btn.spreadsheet::before,
.xls::before {
  background-color: #006be9;
}
.btn.spreadsheet:hover::before,
.xls:hover::before {
  background-color: #fff;
}

a[class*=inverted].spreadsheet::before {
  content: "";
  display: inline-block;
  min-width: 1.4em;
  width: 1.4em;
  height: 1.4em;
  -webkit-mask-image: url("../images/icons/file-spreadsheet.svg");
  -webkit-mask-repeat: no-repeat;
  transition: 0.2s, cubic-bezier(0.33, 0.66, 0.66, 1), background-color;
  vertical-align: middle;
  background-color: #fff;
}
a[class*=inverted].spreadsheet:hover::before {
  background-color: #006be9;
}

.btn.spreadsheet::before,
.xlsx::before {
  content: "";
  display: inline-block;
  min-width: 1.4em;
  width: 1.4em;
  height: 1.4em;
  -webkit-mask-image: url("../images/icons/file-spreadsheet.svg");
  -webkit-mask-repeat: no-repeat;
  transition: 0.2s, cubic-bezier(0.33, 0.66, 0.66, 1), background-color;
  vertical-align: middle;
  background-color: #006be9;
}
.btn.spreadsheet:hover::before,
.xlsx:hover::before {
  background-color: #006be9;
}
.btn.spreadsheet::before,
.xlsx::before {
  background-color: #006be9;
}
.btn.spreadsheet:hover::before,
.xlsx:hover::before {
  background-color: #fff;
}

a[class*=inverted].spreadsheet::before {
  content: "";
  display: inline-block;
  min-width: 1.4em;
  width: 1.4em;
  height: 1.4em;
  -webkit-mask-image: url("../images/icons/file-spreadsheet.svg");
  -webkit-mask-repeat: no-repeat;
  transition: 0.2s, cubic-bezier(0.33, 0.66, 0.66, 1), background-color;
  vertical-align: middle;
  background-color: #fff;
}
a[class*=inverted].spreadsheet:hover::before {
  background-color: #006be9;
}

.pipe-and-arrow-link {
  font-size: 0.9rem;
  text-decoration: none;
}
.pipe-and-arrow-link::after {
  content: "";
  display: inline-block;
  min-width: 0.8em;
  width: 0.8em;
  height: 0.8em;
  -webkit-mask-image: url("../images/icons/arrow-right.svg");
  -webkit-mask-repeat: no-repeat;
  transition: 0.2s, cubic-bezier(0.33, 0.66, 0.66, 1), background-color;
  vertical-align: middle;
  background-color: #006be9;
}
.pipe-and-arrow-link:hover::after {
  background-color: #006be9;
}
@media (max-width: 599px) {
  .pipe-and-arrow-link {
    display: block;
  }
}
.pipe-and-arrow-link:hover {
  text-decoration: underline;
}
.pipe-and-arrow-link:hover::after {
  -webkit-mask-position: 100% center;
}
@media (min-width: 600px) {
  .pipe-and-arrow-link::before {
    content: "|";
    font-weight: 500;
    display: inline-block;
    color: #D1D3D3;
    margin-right: 0.3em;
  }
}
.pipe-and-arrow-link::after {
  content: "";
  min-width: 1rem;
  -webkit-mask-position: 50% center;
  transition: cubic-bezier(0.33, 0.66, 0.66, 1) 0.2s -webkit-mask-position;
}

.link-hover-treatment {
  transition: background-color 0.2s cubic-bezier(0.33, 0.66, 0.66, 1);
}
.link-hover-treatment:hover, .link-hover-treatment:focus-visible {
  background-color: #ebf5fa;
  text-decoration-color: #ebf5fa;
}

dl {
  overflow: hidden;
  margin: 0 0 1rem;
}

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

dd + dt {
  margin-top: 0.4rem;
}

ul, ol {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
ul > :where(* + *), ol > :where(* + *) {
  margin-top: 1rem;
}
ul > :where(:last-child), ol > :where(:last-child) {
  margin-bottom: 0;
}
ul :where([href^="http"]::after), ol :where([href^="http"]::after) {
  min-width: 0.8em;
  width: 0.8em;
  height: 0.8em;
}

ul {
  padding-left: 0.85rem;
}

ol {
  padding-left: 1rem;
}

.compact-list > :where(* + *) {
  margin-top: 0.3rem;
}
.compact-list > :where(:last-child) {
  margin-bottom: 0;
}
.compact-list ul > :where(* + *), .compact-list ol > :where(* + *) {
  margin-top: 0.3rem;
}
.compact-list ul > :where(:last-child), .compact-list ol > :where(:last-child) {
  margin-bottom: 0;
}

.flush-list {
  margin-left: 0;
  padding-left: 0;
}

.reset-list {
  margin-left: 0;
  padding-left: 0;
  list-style: none;
}
.reset-list > li {
  list-style: none;
}
.reset-list > li::before {
  display: none;
}

.cta-list {
  border-top: 0.09em solid #878D96;
  position: relative;
}
@media (min-width: 992px) {
  .cta-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 1.5rem;
  }
  .cta-list::before {
    content: "";
    display: block;
    position: absolute;
    width: 1.5rem;
    height: 0.09em;
    top: -0.09em;
    right: 50%;
    transform: translateX(50%);
    background-color: #fff;
  }
}
.cta-list > :where(* + *) {
  margin-top: 0;
}
.cta-list :where(li) {
  border-bottom: 0.09em solid #878D96;
  padding: 1.86rem 0.25rem 1.86rem 0;
  display: flex;
  align-content: center;
}
.cta-list :where(a) {
  width: 100%;
  text-decoration: none;
  color: #052049;
  transition: cubic-bezier(0.33, 0.66, 0.66, 1) 0.2s color;
}
.cta-list :where(a)::after {
  content: "";
  display: inline-block;
  min-width: 1em;
  width: 1em;
  height: 1em;
  -webkit-mask-image: url("../images/icons/arrow-right.svg");
  -webkit-mask-repeat: no-repeat;
  transition: 0.2s, cubic-bezier(0.33, 0.66, 0.66, 1), background-color;
  vertical-align: middle;
  background-color: #006be9;
}
.cta-list :where(a):hover::after {
  background-color: #006be9;
}
.cta-list :where(a):hover {
  color: #006be9;
}
.cta-list :where(a)::after {
  min-width: 1.5em;
  -webkit-mask-position: 0 center;
  transition: cubic-bezier(0.33, 0.66, 0.66, 1) 0.2s -webkit-mask-position;
  margin-left: 0.5ch;
}
.cta-list :where(a):hover::after {
  -webkit-mask-position: 100% center;
}
.section-panel.background-gray + .cta-list__title,
.cta-list .cta-list {
  padding-top: 3rem;
}

.inline,
.links.inline {
  display: inline;
  padding-left: 0;
}

.inline li {
  display: inline;
  padding: 0 0.4rem;
  list-style-type: none;
}

.links .is-active {
  color: #000;
}

embed,
img,
object,
video {
  max-width: 100%;
  height: auto;
}

iframe {
  margin-bottom: 1rem;
  max-width: 100%;
}

figure {
  display: table;
  margin: 0;
}
figure > img {
  width: 100%;
}

figcaption {
  font-size: 0.6rem;
  display: table-caption;
  caption-side: bottom;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

.align-left {
  width: 100%;
  margin-bottom: 1.75rem;
}
@media (min-width: 480px) {
  .align-left {
    margin-left: 1.75rem;
    margin-right: 1.75rem;
    margin-left: 0;
    width: initial;
  }
}
.align-left :where(img) {
  width: 100%;
}
@media (min-width: 480px) {
  .align-left :where(img) {
    width: initial;
  }
}

.align-right {
  width: 100%;
  margin-bottom: 1.75rem;
}
@media (min-width: 480px) {
  .align-right {
    margin-left: 1.75rem;
    margin-right: 1.75rem;
    margin-right: 0;
    width: initial;
  }
}
.align-right :where(img) {
  width: 100%;
}
@media (min-width: 480px) {
  .align-right :where(img) {
    width: initial;
  }
}

.align-center {
  margin-bottom: 1.75rem;
  width: 100%;
}
@media (min-width: 480px) {
  .align-center {
    width: initial;
    text-align: center;
  }
  .align-center.caption {
    display: table;
  }
}
.align-center :where(img) {
  width: 100%;
}
@media (min-width: 480px) {
  .align-center :where(img) {
    width: initial;
  }
}

table {
  max-width: 100%;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 1rem;
}

th {
  padding: 0.4rem;
  border-bottom: 2px solid #052049;
  text-align: left;
  vertical-align: bottom;
}
tfoot th {
  border-top: 2px solid #052049;
  border-bottom: 0;
}

td {
  border-top: 1px solid #485972;
  padding: 0.4rem;
}

:root {
  --eyebrow-color: #84C234;
}

.eyebrow {
  height: 0.13rem;
  width: 3.5rem;
  border-bottom: 0.13rem solid var(--eyebrow-color);
  display: block;
  margin-bottom: 1.3rem;
}

:where(time) {
  display: block;
  font-size: 0.8rem;
  color: #485972;
}

/**
* Creates .[$color-application]-[color] class and applies corresponding box-shadow or background color
* For example .overlay-gray or .background-gray
*/
.background-gray {
  background-color: #F2F3F4;
}

.background-black {
  background-color: #000;
}

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

.overlay-gray {
  box-shadow: inset 0 0 0 1000px rgba(242, 243, 244, 0.8);
}
.overlay-gray:hover {
  box-shadow: inset 0 0 0 1000px rgba(242, 243, 244, 0.95);
}

.overlay-black {
  box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, 0.8);
}
.overlay-black:hover {
  box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, 0.95);
}

.overlay-white {
  box-shadow: inset 0 0 0 1000px rgba(255, 255, 255, 0.8);
}
.overlay-white:hover {
  box-shadow: inset 0 0 0 1000px rgba(255, 255, 255, 0.95);
}

.box-shadow {
  box-shadow: 0 1px 3px rgba(5, 32, 73, 0.1), 0 1px 3px rgba(5, 32, 73, 0.1);
}

.u-color-red {
  color: #E61048 !important;
}

.media-container {
  position: relative;
  height: 0;
  margin-bottom: 1rem;
  padding-bottom: 56.25%;
}
.media-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
}

.caption {
  display: block;
}
.caption .media-container {
  margin-bottom: 0;
}
.caption > figcaption {
  display: block;
  color: #485972;
  font-size: 0.8rem;
  margin-top: 0.25rem;
  margin-bottom: 1rem;
  text-align: left;
}

.section-panel {
  margin-top: 3.3rem;
}
@media (min-width: 600px) {
  .section-panel {
    margin-top: 4.5rem;
  }
}
.section-panel:first-of-type {
  margin-top: 2.5rem;
}
@media (min-width: 600px) {
  .section-panel:first-of-type {
    margin-top: 3rem;
  }
}
.node__overview + .section-panel:first-of-type {
  margin-top: 1.5rem;
}
.node__overview + .section-panel {
  margin-top: 2rem;
}
.section-panel + .section-panel:last-child {
  margin-bottom: 2.5rem;
}
@media (min-width: 600px) {
  .section-panel + .section-panel:last-child {
    margin-bottom: 4.5rem;
  }
}
.section-panel :where(a) {
  transition: background-color 0.2s cubic-bezier(0.33, 0.66, 0.66, 1);
}
.section-panel :where(a):hover, .section-panel :where(a):focus-visible {
  background-color: #ebf5fa;
  text-decoration-color: #ebf5fa;
}
.section-panel :where(a).btn:hover, .section-panel :where(a).text-card__cta:hover {
  background-color: #006be9;
}
.section-panel :where(a).btn:hover::after, .section-panel :where(a).text-card__cta:hover::after {
  background-color: #fff;
}
.node--type-landing-page .section-panel + .section-panel {
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 3.6rem;
}
.node--type-landing-page .section-panel + .section-panel:last-child {
  padding-bottom: 4.5rem;
}
.node--type-landing-page .section-panel + .section-panel.fw-image-info-panel, .node--type-landing-page .section-panel + .section-panel.fw-image-info-panel:last-child {
  padding-bottom: 0;
}
.node--type-landing-page .fw-image-info-panel + .section-panel {
  padding-top: 3.2rem;
}

.news__related-content:last-child,
.search-options:last-child,
.find-rep__content:last-child,
.event__content:last-child,
.event__related-content:last-child,
.homepage__news-events:last-child,
.job-standard:last-child,
.job-standard__content .knowledge-base__content:last-child,
.knowledge-base__related-content:last-child,
.news:last-child,
.news__content:last-child,
.restricted-content__wrapper:last-child,
:where(.list-row-section[class*="background-"]):last-child,
:where(.card-panel[class*="background-"]):last-child {
  margin-bottom: 0;
}

.knowledge-base__content + .related-text-block,
.news + .news__related-content,
:where(.list-row-section[class*="background-"]) + :where(.list-row-section[class*="background-"]),
:where(.card-panel[class*="background-"]) + :where(.card-panel[class*="background-"]) {
  margin-top: 0;
  padding-top: 0;
}

.view-article-related-events {
  padding-left: max(var(--container-gutter), calc(50% - 69rem/2));
  padding-right: max(var(--container-gutter), calc(50% - 69rem/2));
  margin-top: 3rem;
  position: relative;
}
@media (min-width: 600px) {
  .view-article-related-events {
    padding-left: var(--container-gutter);
    padding-right: var(--container-gutter);
  }
}
@media (min-width: 992px) {
  .view-article-related-events {
    padding-left: 0;
    padding-right: 0;
  }
}
.view-article-related-events :where(ul) {
  margin-left: 0;
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
  display: grid;
  gap: 1.5rem;
}
.view-article-related-events :where(ul) > li {
  list-style: none;
}
.view-article-related-events :where(ul) > li::before {
  display: none;
}
.view-article-related-events :where(ul) > * {
  min-width: 0;
}
@media (min-width: 820px) {
  .view-article-related-events :where(ul) {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.view-article-related-events .view-content :where(li) {
  margin-left: 0;
  margin-bottom: 0;
  background-color: #fff;
  box-shadow: 0 1px 3px rgba(5, 32, 73, 0.1), 0 1px 3px rgba(5, 32, 73, 0.1);
  padding-top: 1.5rem;
  padding-left: 1.5rem;
  padding-bottom: 1.5rem;
}

.view-events-page {
  position: relative;
}
.view-events-page .view-header :where(h2) {
  display: none;
}
.view-events-page .view-content {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  background-color: #F2F3F4;
  padding: 3.25rem 1.5rem 5rem 1.5rem;
}
@media (min-width: 992px) {
  .view-events-page .view-content {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 992px) {
  .view-events-page .view-content .item-list {
    padding-left: max(var(--container-gutter), calc(50% - 69rem/2));
    padding-right: max(var(--container-gutter), calc(50% - 69rem/2));
  }
}
.view-events-page .view-content :where(ul) {
  margin-left: 0;
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
  display: grid;
  gap: 1.5rem;
}
.view-events-page .view-content :where(ul) > li {
  list-style: none;
}
.view-events-page .view-content :where(ul) > li::before {
  display: none;
}
@media (min-width: 768px) {
  .view-events-page .view-content :where(ul) {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 992px) {
  .view-events-page .view-content :where(ul) {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.view-events-page .view-content :where(ul) > * {
  min-width: 0;
}
.view-events-page .view-content :where(li) {
  margin-top: 0;
  margin-left: 0;
  margin-bottom: 0;
  background-color: #fff;
  padding-top: 1.5rem;
  padding-left: 1.5rem;
  padding-bottom: 1.5rem;
}
.view-events-page .pager {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  background-color: #F2F3F4;
  margin-top: 0;
}
.view-events-page .pager__items {
  padding-left: max(var(--container-gutter), calc(50% - 69rem/2));
  padding-right: max(var(--container-gutter), calc(50% - 69rem/2));
  margin-top: -2rem;
  margin-bottom: 0;
  padding-bottom: 5rem;
}
.view-events-page .more-link {
  position: absolute;
  top: -0.5rem;
  right: 1.5rem;
}
@media (min-width: 992px) {
  .view-events-page .more-link {
    right: 0;
    top: -0.2rem;
  }
}

.search {
  max-width: 1195px;
  position: relative;
  width: 100%;
}
@media (max-width: 1070px) {
  .search {
    padding-right: var(--container-gutter);
    padding-left: var(--container-gutter);
  }
}
.search--header {
  grid-row: 1;
  grid-column: 3;
  display: flex;
  max-height: 3.2rem;
}
@media (min-width: 1071px) {
  .search--header {
    grid-column: 4;
    max-height: none;
  }
}
.search-icon {
  padding: 0;
  border: none;
  padding-left: 1rem;
  padding-right: 1rem;
  gap: 0;
  text-indent: -9999px;
  line-height: 4.002rem;
  display: inline-flex;
  align-items: center;
  gap: 0.5em;
}
.search-icon::after {
  content: "";
  display: inline-block;
  min-width: 1.5em;
  width: 1.5em;
  height: 1.5em;
  -webkit-mask-image: url("../images/icons/magnifier.svg");
  -webkit-mask-repeat: no-repeat;
  transition: 0.2s, cubic-bezier(0.33, 0.66, 0.66, 1), background-color;
  vertical-align: middle;
  background-color: #006be9;
}
.search-icon:hover::after {
  background-color: #006be9;
}
.search-icon::after {
  background-color: #006be9;
}
.search-icon:hover::after {
  background-color: #052049;
}
@media (min-width: 1071px) {
  .search-icon {
    margin-right: calc(var(--container-gutter) * -1);
    margin-left: 0.5rem;
    padding-left: 0.5rem;
    padding-right: var(--container-gutter);
  }
}
@media (min-width: 1200px) {
  .search-icon {
    margin-right: calc(var(--container-gutter) * -1);
    margin-left: 2rem;
    padding-left: 0.5rem;
  }
}
.search-icon:hover {
  border: none;
  background-color: transparent;
  color: #006be9;
  cursor: pointer;
}
.search-icon:focus-visible {
  outline: 2px solid black;
}
.search--visible .search-icon::after {
  content: "";
  display: inline-block;
  min-width: 1.5em;
  width: 1.5em;
  height: 1.5em;
  -webkit-mask-image: url("../images/icons/x-large.svg");
  -webkit-mask-repeat: no-repeat;
  transition: 0.2s, cubic-bezier(0.33, 0.66, 0.66, 1), background-color;
  vertical-align: middle;
  background-color: #006be9;
}
.search--visible .search-icon:hover::after {
  background-color: #006be9;
}
.search--visible .search-icon::after {
  background-color: #006be9;
}
.search--visible .search-icon:hover::after {
  background-color: #052049;
}
.hub-site .search-icon {
  margin-left: 0.4rem;
}
.search__dropdown {
  display: none;
}
.search--visible .search__dropdown {
  display: flex;
  width: 100%;
  position: absolute;
  align-items: center;
  justify-content: center;
  top: 100%;
  left: 0;
  height: 8rem;
  background-color: #F2F3F4;
  z-index: 1;
  box-shadow: 0 0 10px 0 rgba(135, 141, 150, 0.1), -10px 8px 10px rgba(135, 141, 150, 0.1), 10px 8px 10px rgba(135, 141, 150, 0.1);
}
.mobile-nav-visible.search--visible .search__dropdown {
  top: 3.2rem;
}
.search__input {
  height: 3.5rem;
  width: 100%;
  padding-left: 1rem;
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
  padding-right: calc(2rem + 1rem);
  color: #052049;
  outline: none;
  border: 0.1rem solid #000;
}
@media (min-width: 992px) {
  .search__input {
    padding-right: calc(2rem + 1.5rem);
    padding-left: 1.5rem;
    font-size: 1.5rem;
    height: 4.5rem;
  }
}
.search__input::placeholder {
  opacity: 1;
}
.search__input:focus {
  border-color: #006be9;
}
.search .focus-outline {
  height: calc(3.5rem - 2px * 2);
  width: 3.5rem;
  outline: 2px solid transparent;
  position: absolute;
  top: 2px;
  right: 1.5rem;
}
@media (min-width: 992px) {
  .search .focus-outline {
    height: calc(4.5rem - 2px * 2);
  }
}
.search .focus-outline:focus-within {
  outline-color: #096bdf;
}
.search__submit {
  position: absolute;
  width: 1.5rem;
  height: 100%;
  -webkit-mask-image: url("../images/icons/magnifier.svg");
  -webkit-mask-repeat: no-repeat;
  background-color: #006be9;
  background-size: calc(2rem - .5rem);
  transition: 0.2s, cubic-bezier(0.33, 0.66, 0.66, 1), background-color;
  -webkit-mask-position: 50%;
  text-indent: -9999px;
  right: calc(var(--container-gutter) + 1rem);
  padding: 0;
  border: 0;
}
@media (min-width: 992px) {
  .search__submit {
    width: 2rem;
    right: calc(var(--container-gutter) + 1.5rem);
  }
}
.search__submit:hover, .search__submit:focus {
  background-size: 2rem;
  background-color: #052049;
}

.accordion__title {
  margin: 0;
  font-size: 1rem;
  font-weight: 400;
}
.accordion__button {
  appearance: none;
  line-height: initial;
  font-size: inherit;
  border: none;
  background-color: transparent;
  min-height: auto;
  border-radius: 0;
  padding: 0;
  text-align: left;
  vertical-align: initial;
  width: initial;
  transition: none;
  background-color: rgba(225, 227, 229, 0.4);
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  margin-bottom: -1px;
  margin-top: 0;
  padding: 1rem calc(1rem + 0.7rem) 1rem 1rem;
  font-weight: 400;
  border-top: 0.09em solid #052049;
  border-bottom: 0.09em solid #052049;
  transition: 0.2s cubic-bezier(0.33, 0.66, 0.66, 1);
  transition-property: background-color, color, border-color;
  white-space: initial;
}
.accordion__button:hover {
  text-decoration: none;
  background-color: transparent;
  color: #006be9;
}
.accordion__button:hover {
  background-color: #006be9;
  color: #fff;
}
.accordion__button::after {
  content: "";
  display: grid;
  position: absolute;
  right: 1rem;
  align-self: center;
  width: 0.7rem;
  height: 0.7rem;
  border-top: 0.09em solid #006be9;
  border-right: 0.09em solid #006be9;
  transform: rotate(45deg);
  transition: 0.2s cubic-bezier(0.33, 0.66, 0.66, 1);
  transition-property: transform, border-color;
}
.accordion__button:hover::after {
  border-color: #fff;
}
.accordion :where([aria-expanded="true"]) {
  background-color: #006be9;
  color: #fff;
  border-color: #006be9;
}
.accordion :where([aria-expanded="true"]):hover {
  background-color: #006be9;
  color: #fff;
}
.accordion :where([aria-expanded="true"])::after {
  transform: rotate(135deg);
  border-color: #fff;
}
.accordion__body {
  display: none;
}
.accordion .is-visible {
  display: block;
  padding: 1rem;
}
.accordion .is-visible:last-of-type {
  border-bottom: 0.09em solid #006be9;
}
.accordion > dl {
  overflow: visible;
  margin: 0;
}

.accordion--alt .accordion__button {
  background-color: transparent;
  border-bottom-color: #9ba6b6;
  border-top-color: #9ba6b6;
}
.accordion--alt .accordion__button:hover {
  color: #052049;
}
.accordion--alt .accordion__button::after {
  display: none;
}
.accordion--alt .is-visible {
  color: #506380;
  font-size: 0.8rem;
  padding-top: 0;
}
.accordion--alt .is-visible:last-of-type {
  border-bottom-color: #9ba6b6;
}
.accordion--alt .is-visible > :last-child {
  margin-bottom: 0;
}
.accordion--alt :where([aria-expanded="true"]) {
  color: #052049;
  border-bottom: none;
  border-color: #9ba6b6;
}
.accordion--alt [aria-expanded]::before {
  content: "";
  align-self: center;
  color: #006be9;
  font-weight: 600;
  position: absolute;
  left: 0;
  background-color: #006be9;
  display: inline-block;
  min-width: 0.8rem;
  width: 0.8rem;
  height: 0.8rem;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 0.8rem;
}
.accordion--alt [aria-expanded=false]::before {
  -webkit-mask-image: url("../images/icons/plus.svg");
}
.accordion--alt [aria-expanded=true]::before {
  -webkit-mask-image: url("../images/icons/minus.svg");
}

/**
 * @file
 * Styles for link buttons and action links.
 */
.action-links {
  margin: 0.8rem 0;
  padding: 0;
  list-style: none;
}

.action-links li {
  display: inline-block;
  margin: 0 0.24rem;
}

.action-links li:first-child {
  margin-left: 0;
}

.button-action {
  display: inline-block;
  padding: 0.16rem 0.4rem 0.192rem;
  text-decoration: none;
  line-height: 160%;
}

.button-action:before {
  margin-left: 0.08rem;
  padding-right: 0.16rem;
  content: "+";
  font-weight: 900;
}

.application-page {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}
.application-page .page-title, .application-page__sidebar-title {
  font-weight: 500;
}
.application-page .to-dashboard-toggle {
  appearance: none;
  line-height: initial;
  font-size: inherit;
  border: none;
  background-color: transparent;
  min-height: auto;
  border-radius: 0;
  padding: 0;
  text-align: left;
  vertical-align: initial;
  width: initial;
  transition: none;
  position: absolute;
  top: 1rem;
  right: 1.5rem;
  font-weight: 400;
  font-size: 0.8rem;
  display: flex;
  align-items: center;
}
.application-page .to-dashboard-toggle:hover {
  text-decoration: none;
  background-color: transparent;
  color: #006be9;
}
.application-page .to-dashboard-toggle::after {
  margin-top: 0.5em;
  margin-left: 0.5ch;
  background-color: #006be9;
}
.application-page .to-dashboard-toggle.active::after {
  -webkit-mask-image: url("../images/icons/toggle-right.svg") !important;
}
.application-page__wrapper {
  margin-left: max(var(--container-gutter), 50% - 69rem/2);
  margin-right: max(var(--container-gutter), 50% - 69rem/2);
  max-width: 69rem;
  padding-top: 3.25rem;
  padding-bottom: 5rem;
}
.application-page .l-content {
  background-color: #fff;
  box-shadow: 0 1px 3px rgba(5, 32, 73, 0.1), 0 1px 3px rgba(5, 32, 73, 0.1);
  position: relative;
  padding: 1rem 1.5rem 1rem 3rem;
}
@media (min-width: 992px) {
  .application-page .l-content {
    padding-bottom: 3rem;
  }
}
.application-page .l-sidebar {
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 0.9rem;
}
.application-page__sidebar-title {
  font-size: 1.4rem;
  margin-bottom: 1rem;
}
.application-page__sidebar-info > :where(* + *) {
  margin-top: 0.5rem;
}
.application-page__sidebar-info > :where(:last-child) {
  margin-bottom: 0;
}
.application-page__sidebar-info .btn {
  appearance: none;
  background-color: transparent;
  color: #052049;
  font-size: 0.8rem;
  font-weight: 600;
  border: 2px solid;
  border-color: #006be9;
  border-radius: 1.6rem;
  line-height: 1.4;
  padding: 0.6em 1.6em;
  text-align: center;
  vertical-align: middle;
  display: inline-block;
  cursor: pointer;
  font-family: "HelveticaNeueLTW", "HelveticaNeue", "Helvetica", "Arial", sans-serif;
  touch-action: manipulation;
  user-select: none;
  transition: cubic-bezier(0.33, 0.66, 0.66, 1) 0.2s background-color;
  text-decoration: none;
  letter-spacing: 0.4px;
  margin-top: 0.7rem;
}
.application-page__sidebar-info .btn:hover {
  background-color: #006be9;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.application-page__sidebar-info .btn:hover {
  text-decoration: none;
}
.application-page__sidebar-info .btn:where([href^="http"])::after {
  margin-left: 0.5ch;
}
.application-page__sidebar-info .btn:where([href^="http"]):hover:after {
  background-color: #fff;
}

/**
 * @file
 * Styles for breadcrumbs.
 */
.breadcrumb {
  text-transform: uppercase;
  list-style-type: none;
  padding: 0;
  margin-top: 0.8rem;
  margin-bottom: 0.8rem;
  white-space: nowrap;
}
.breadcrumb > :where(* + *) {
  margin-top: 0;
}
.breadcrumb-wrapper {
  border-bottom: 0.14rem solid #e7e9eb;
}
.breadcrumb :where(a) {
  transition: background-color 0.2s cubic-bezier(0.33, 0.66, 0.66, 1);
  color: #052049;
  text-underline-offset: 0.08rem;
}
.breadcrumb :where(a):hover, .breadcrumb :where(a):focus-visible {
  background-color: #ebf5fa;
  text-decoration-color: #ebf5fa;
}
.breadcrumb :where(a):hover {
  text-decoration: underline;
  color: #006be9;
}
.breadcrumb-item {
  font-size: 0.7rem;
  position: relative;
  display: inline-block;
  letter-spacing: 0.05em;
}
.breadcrumb-item:before {
  content: "";
  display: inline-block;
  width: 0.45rem;
  height: 0.45rem;
  border-top: 0.09em solid #006be9;
  border-right: 0.09em solid #006be9;
  transform: rotate(45deg);
  margin-right: 0.25rem;
}
.breadcrumb-item:first-child {
  margin-left: 0;
}
.breadcrumb-item:first-child:before {
  content: none;
}
.breadcrumb-item__toggle button {
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.breadcrumb :where([href^="http"]):after {
  display: none;
}
.is-overflowed .breadcrumb-item {
  display: none;
}
.is-overflowed .breadcrumb-item:first-child, .is-overflowed .breadcrumb-item:last-child {
  display: inline-block;
}
.is-overflowed .breadcrumb-item__toggle button {
  appearance: none;
  line-height: initial;
  font-size: inherit;
  border: none;
  background-color: transparent;
  min-height: auto;
  border-radius: 0;
  padding: 0;
  text-align: left;
  vertical-align: initial;
  width: initial;
  transition: none;
}
.is-overflowed .breadcrumb-item__toggle button:hover {
  text-decoration: none;
  background-color: transparent;
  color: #006be9;
}
.is-expanded .breadcrumb {
  white-space: normal;
}
.is-expanded .breadcrumb-item {
  display: inline-block;
}

.card-panel {
  padding-top: 2.75rem;
  padding-bottom: 5rem;
}
@media (max-width: 991px) {
  .card-panel__content {
    padding-left: var(--container-gutter);
    padding-right: var(--container-gutter);
  }
}
.card-panel--has-title .card-panel__content {
  margin-top: 3.25rem;
}
@media (min-width: 600px) {
  .node__overview + .contextual + .section-panel > .card-panel__content--has-offset-card, .node__overview + .section-panel > .card-panel__content--has-offset-card {
    padding-top: 0;
  }
}
.node--type-landing-page .card-panel__content {
  padding-right: max(var(--container-gutter), 50% + 1.25rem - 34.5rem);
}
.node--type-landing-page .card-panel__content--has-offset-card {
  list-style: none;
}
.node--type-landing-page .card-panel__content--has-offset-card > * {
  min-width: 0;
  margin-top: 0;
}
.card-panel__content:has(.image-card) {
  row-gap: 1.5rem;
}
@media (min-width: 600px) {
  .card-panel__content:has(.image-card--offset) {
    row-gap: 4rem;
  }
}
:is(.extra-specificity.extra-specificity, .card-panel__content--has-offset-card) {
  margin-bottom: 0;
}
@media (min-width: 600px) {
  :is(.extra-specificity.extra-specificity, .card-panel__content--has-offset-card) {
    row-gap: 4rem;
  }
}
.sticky-homepage-news .card-panel__content--has-offset-card {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .sticky-homepage-news .card-panel__content--has-offset-card {
    row-gap: 1.5rem;
  }
}
@media (max-width: 767px) {
  .sticky-homepage-news .card-panel__content--has-offset-card:where(:has(.text-card--offset-icon)) {
    row-gap: calc(1.5rem + var(--img-icon) / 3);
  }
}
.node--type-landing-page .card-panel:last-of-type {
  margin-bottom: 0;
}

.datetime__month {
  display: block;
  text-transform: uppercase;
  font-size: 0.9rem;
  font-weight: 500;
  display: grid;
  justify-content: center;
}

.datetime__day {
  display: grid;
  font-weight: bold;
  font-size: 1.6rem;
  justify-content: center;
}

@media (max-width: 599px) {
  .career-table__overflow-wrap {
    display: block;
    overflow-x: auto;
  }
}
.career-table__table {
  margin-top: 1.5rem;
  margin-bottom: 0;
  display: table;
  width: 100%;
}
.career-table__table-head {
  margin-top: 1.5rem;
}
.career-table__table-head :where(th) {
  border-width: 0.2rem;
  text-align: center;
  font-size: 0.7rem;
}
@media (min-width: 768px) {
  .career-table__table-head :where(th) {
    font-size: 0.8rem;
  }
}
@media (max-width: 599px) {
  .career-table__table-head :where(tr) {
    white-space: normal;
  }
}
.career-table__table-body {
  border-bottom: 1px solid #485972;
  font-size: 0.8rem;
}
.career-table__table-body :where(a) {
  transition: background-color 0.2s cubic-bezier(0.33, 0.66, 0.66, 1);
}
.career-table__table-body :where(a):hover, .career-table__table-body :where(a):focus-visible {
  background-color: #ebf5fa;
  text-decoration-color: #ebf5fa;
}
.career-table__row .views-field {
  padding-top: 1rem;
  border-left: 1px solid #485972;
  text-align: center;
}
.career-table .views-field-title {
  padding-left: 0;
  border-left: none;
  text-align: start;
}
.career-table .views-field-field-flsa {
  width: 6rem;
}
.career-table .views-field-field-personnel-program {
  width: 4.5rem;
}
@media (min-width: 1200px) {
  .career-table .views-field-field-personnel-program {
    white-space: nowrap;
  }
}
.career-table .views-field-field-grade {
  width: 2rem;
}
.career-table__info {
  display: flex;
  flex-direction: column;
  font-size: 0.8rem;
}
@media (max-width: 599px) {
  .career-table__info {
    white-space: normal;
  }
}
.career-table__info :where(span) {
  color: #485972;
}
.career-table__info :where(strong) {
  font-weight: 500;
}
.views-field-title .career-table__info {
  display: inline;
}
.career-table__table-footer {
  color: #485972;
  font-size: 0.7rem;
  margin-top: 0.5rem;
}
@media (min-width: 768px) {
  .career-table__table-footer {
    font-size: 0.8rem;
  }
}
.view-grouping + .view-grouping:last-of-type .career-table__table-footer {
  margin-bottom: 0;
}
.career-table__footer {
  color: #485972;
  font-size: 0.7rem;
  margin-top: 0.5rem;
}
@media (max-width: 599px) {
  .career-table__footer {
    white-space: normal;
  }
}
@media (min-width: 768px) {
  .career-table__footer {
    font-size: 0.8rem;
  }
}
.view-grouping + .view-grouping:last-of-type .career-table__footer {
  margin-bottom: 0;
}

/**
 * @file
 * Visual styles for collapsible fieldsets.
 */
.collapse-processed > summary {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.collapse-processed > summary::before {
  content: "";
  float: left;
  width: 1rem;
  height: 1rem;
  border-left: 0.5rem solid transparent;
  border-right: 0.5rem solid transparent;
  border-top: 0.5rem solid #096bdf;
}
.collapse-processed:not([open]) > summary:before {
  transform: rotate(-90deg);
}

.field--name-field-column-content-contents {
  grid-column: 1/-1;
  display: grid;
  grid-auto-rows: auto;
  grid-gap: 5%;
  grid-row-gap: 0;
}

@media (min-width: 768px) {
  .layout-columns__2 .field--name-field-column-content-contents {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 768px) {
  .layout-columns__3 .field--name-field-column-content-contents {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 768px) {
  .layout-columns__4 .field--name-field-column-content-contents {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 992px) {
  .layout-columns__4 .field--name-field-column-content-contents {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 768px) {
  .field--name-field-column-content-contents > .layout-column {
    width: auto;
  }
}

/**
 * @file
 * Collapsible details.
 *
 * @see collapse.js
 * @see http://nicolasgallagher.com/css-background-image-hacks/
 */
details {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 1px solid #ccc;
}
details > .details-wrapper {
  padding: 0.5rem 1.5rem;
}

/* @todo Regression: The summary of uncollapsible details are no longer
     vertically aligned with the .details-wrapper in browsers without native
     details support. */
summary {
  padding: 0.2rem 0.5rem;
  cursor: pointer;
}

.details-info {
  border-top: 0.15rem solid #000;
  padding-left: 0;
  margin-top: 2rem;
  margin-bottom: 2.5rem;
}
.details-info :where(li) {
  list-style: none;
  border-bottom: 0.09em solid #000;
  margin-top: 0;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.details-info__type, .details-info__date, .details-info__location {
  display: grid;
  grid-template-columns: max-content 1fr;
  gap: 0.5rem;
}
@media (min-width: 992px) {
  .details-info__type, .details-info__date, .details-info__location {
    grid-template-columns: 0.5fr 1fr 1fr;
    gap: none;
  }
}
.details-info__type :first-child {
  font-weight: 700;
}
.details-info__date-month, .details-info__date-hour, .details-info__location-text {
  grid-column: 2/-1;
  grid-row: 1;
}
@media (max-width: 991px) {
  .details-info__date-month {
    grid-column: 2;
  }
}
.details-info__location-text {
  font-style: normal;
}
.details-info__location-text *::after {
  content: ",";
}
.details-info__location-text *:only-child::after,
.details-info__location-text *:last-child::after {
  display: none;
}
.details-info__location-text :where(p) {
  display: inline;
  margin-top: 0;
}
.details-info .icon-calendar,
.details-info .icon-clock,
.details-info .icon-map-marker {
  text-indent: -9999px;
}

.details-countdown {
  grid-row: 2;
  grid-column: 2/-1;
}
@media (min-width: 1196px) {
  .details-countdown {
    grid-row: 1;
    justify-self: end;
  }
}

/**
 * @file
 * Visual styles for exposed filters.
 */
.exposed-filters .filters {
  float: left;
  margin-right: 1rem;
}
.exposed-filters .form-item {
  margin: 0 0 0.1rem 0;
  padding: 0;
}
.exposed-filters .form-item label {
  float: left;
  width: 10rem;
  font-weight: normal;
}
.exposed-filters .form-select {
  width: 14rem;
}
.exposed-filters .current-filters {
  margin-bottom: 1rem;
}
.exposed-filters .current-filters .placeholder {
  font-weight: bold;
  font-style: normal;
}
.exposed-filters .additional-filters {
  float: left;
  margin-right: 1rem;
}

.event-card {
  display: grid;
  grid-template-columns: 1fr auto;
  column-gap: 0.25rem;
  position: relative;
}
.view-article-related-events .event-card:where(li) {
  padding-top: 1.5rem;
  padding-left: 1.5rem;
  padding-bottom: 1.5rem;
}
.event-card__link {
  color: #052049;
  text-decoration: underline;
  text-underline-position: under;
}
.event-card__link:hover {
  background-color: transparent;
  color: #006be9;
}
.event-card__link::after {
  content: "";
  position: absolute;
  width: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: transparent;
  margin: 0;
  z-index: 1;
}
.event-card__date {
  grid-column-start: 2;
  display: flex;
  margin-top: -1.5rem;
  background-color: #052049;
  height: min-content;
  color: #fff;
  align-items: center;
  width: max-content;
}
.event-card time {
  color: #fff;
}
.event-card__info {
  grid-row: 1;
}
.event-card :where(p) {
  color: #485972;
  font-size: 0.8rem;
  margin-bottom: 0.4rem;
}
.event-card .event-countdown {
  display: block;
}
@media (min-width: 784px) {
  .event-card .event-countdown {
    display: inline;
    margin-left: 1rem;
  }
}
.event-card .datetime {
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  text-align: center;
  align-items: center;
  line-height: 1;
}
.event-card .datetime:nth-child(1) {
  padding-right: 0.25rem;
}
.event-card .datetime:nth-child(2) {
  padding-left: 0.25rem;
}
.event-card .datetime:only-child {
  padding-right: 0.5rem;
  width: 3.25rem;
}
.event-card__title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  transition: 0.2s cubic-bezier(0.33, 0.66, 0.66, 1) color;
  line-height: 1.25;
}
.event-card__link:hover .event-card__title {
  color: #006be9;
  text-decoration: underline;
  text-underline-position: under;
}

.error-wrapper {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  padding-top: 3.25rem;
  padding-bottom: 5rem;
  background-color: #F2F3F4;
}
.error-wrapper--inner {
  background-color: #fff;
  padding-top: 3.5rem;
  padding-bottom: 5rem;
  padding-left: var(--container-gutter);
  padding-right: var(--container-gutter);
  margin-left: var(--container-gutter);
  margin-right: var(--container-gutter);
}
@media (min-width: 992px) {
  .error-wrapper--inner {
    margin-left: max(var(--container-gutter), 50% - 69rem/2);
    margin-right: max(var(--container-gutter), 50% - 69rem/2);
    max-width: 69rem;
    padding-top: 5rem;
    padding-left: 5.8rem;
    padding-right: 5.8rem;
  }
}
.error-wrapper .search {
  padding-left: 0;
  padding-right: 0;
}

/**
 * @file
 * Visual styles for fields.
 */
.field__label {
  font-weight: bold;
}

.field--label-inline .field__label,
.field--label-inline .field__items {
  float: left;
}

.field--label-inline .field__label,
.field--label-inline > .field__item,
.field--label-inline .field__items {
  padding-right: 0.5rem;
}

.field--label-inline .field__label::after {
  content: ":";
}

.find-rep .node__overview {
  margin-bottom: 1.5rem;
}
.find-rep__wrapper {
  padding-top: 3.25rem;
  padding-bottom: 5rem;
  background-color: #F2F3F4;
}
.find-rep__content {
  padding-top: 3.3rem;
  padding-bottom: 3.3rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
@media (max-width: 991px) {
  .find-rep__content {
    margin-left: var(--container-gutter);
    margin-right: var(--container-gutter);
    box-shadow: none;
  }
}
@media (min-width: 992px) {
  .find-rep__content {
    padding-top: 5rem;
    padding-left: 5.8rem;
    padding-right: 5.8rem;
  }
}

.service-search {
  position: relative;
}
.service-search__outer-wrapper {
  padding-top: 3rem;
}
.service-search__inner-wrapper {
  padding-top: 4rem;
  padding-bottom: 5rem;
}
@media (max-width: 1309px) {
  .service-search__inner-wrapper {
    box-shadow: none;
    padding-left: var(--container-gutter);
    padding-right: var(--container-gutter);
  }
}
@media (min-width: 1310px) {
  .service-search__inner-wrapper {
    padding-left: 5.8rem;
    padding-right: 5.8rem;
  }
}
.service-search .h6 {
  margin-bottom: 0.25rem;
}
.service-search__options {
  margin-top: 1.2rem;
  display: none;
  flex-direction: column-reverse;
}
.no-results .service-search__options {
  margin-top: 0;
}

.autosuggest__form-control {
  color: #052049;
  width: 100%;
  padding: 0.6rem 0.8rem 0.6rem 1rem;
  opacity: 1;
  height: auto;
  border: 2px solid #006be9;
  transition: 0.2s cubic-bezier(0.33, 0.66, 0.66, 1) box-shadow;
  position: relative;
  z-index: calc(840 + 1);
}
.autosuggest__form-control:focus {
  outline: 0;
  box-shadow: 0 0 6px 2px #006be9;
}
.autosuggest__help-text {
  font-size: 0.8rem;
  color: #485972;
  margin-top: 0.2rem;
  margin-bottom: 0;
}
.no-results .autosuggest__help-text {
  margin-bottom: 1rem;
}
.autosuggest__results {
  margin: 0;
  position: absolute;
  z-index: 840;
  width: 100%;
  background: #F2F3F4;
  outline: 1px solid #ccc;
  padding: 0;
  max-height: 400px;
  overflow-y: scroll;
  visibility: hidden;
  transform: translateY(-1.13rem);
}
@media (max-width: 545px) {
  .autosuggest__results {
    transform: translateY(-2.13rem);
  }
}
.no-results .autosuggest__results {
  padding: 1.5rem 1rem;
  overflow-y: hidden;
  transform: translateY(-2.13rem);
}
@media (max-width: 545px) {
  .no-results .autosuggest__results {
    transform: translateY(-3.13rem);
  }
}
.autosuggest__results :where(ul) {
  padding-left: 2rem;
}
.autosuggest__results :where(button) {
  appearance: none;
  line-height: initial;
  font-size: inherit;
  border: none;
  background-color: transparent;
  min-height: auto;
  border-radius: 0;
  padding: 0;
  text-align: left;
  vertical-align: initial;
  width: initial;
  transition: none;
  cursor: pointer;
  font-weight: normal;
}
.autosuggest__results :where(button):hover {
  text-decoration: none;
  background-color: transparent;
  color: #006be9;
}
.autosuggest__results :where(button):hover {
  text-decoration: underline;
}

.results-section {
  padding-top: 1rem;
  padding-bottom: 1rem;
  width: 100%;
}
@media (min-width: 1310px) {
  .results-section {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
.no-results .results-section {
  padding-top: 0;
  padding-left: 0;
}
.results-section .department__error {
  margin-bottom: 0;
}
.results-section__items {
  padding-top: 1rem;
}
@media (min-width: 1310px) {
  .results-section__items {
    padding-top: 2rem;
  }
}
.results-section__item {
  border-bottom: 1px solid #878D96;
  margin-bottom: 1rem;
  padding-bottom: 1.5rem;
}
@media (min-width: 1310px) {
  .results-section__item {
    display: grid;
    grid-template-columns: 1fr 1.5fr 1.5fr 0.8fr;
    align-items: center;
    margin-bottom: 0;
    padding-bottom: 0;
  }
}
.results-section__item--headings {
  display: none;
}
@media (min-width: 1310px) {
  .results-section__item--headings {
    display: grid;
    border-bottom: 3px solid black;
  }
  .results-section__item--headings .results-section__item-component {
    font-weight: 700;
    font-size: 0.9rem;
    padding-top: 0;
    padding-bottom: 0.5rem;
  }
}
.results-section__item-border {
  border: none;
  margin-top: 0.6rem;
}
@media (min-width: 1310px) {
  .results-section__item-border {
    border-left: 1px solid #878D96;
    height: 100%;
    display: flex;
    align-items: center;
    margin-top: 0;
  }
}
.results-section__item-label {
  font-weight: 700;
  margin-bottom: 0;
  font-size: 0.9rem;
}
@media (min-width: 1310px) {
  .results-section__item-label {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
}
@media (min-width: 1310px) {
  .results-section__item-component {
    padding: 1.09rem 20px;
    position: relative;
    font-size: 0.8rem;
    font-weight: normal;
    display: block;
    vertical-align: middle;
  }
}
.results-section__item-component:where(p) {
  margin-bottom: 0;
}
.results-section__item-component:where([href^="tel:"]) {
  text-decoration: none;
  margin-top: 0.2rem;
  color: #052049;
}
.results-section__item-component:where([href^="tel:"])::before {
  content: "";
  display: inline-block;
  min-width: 1.4em;
  width: 1.4em;
  height: 1.4em;
  -webkit-mask-image: url("../images/icons/phone.svg");
  -webkit-mask-repeat: no-repeat;
  transition: 0.2s, cubic-bezier(0.33, 0.66, 0.66, 1), background-color;
  vertical-align: middle;
  background-color: #006be9;
}
.results-section__item-component:where([href^="tel:"]):hover::before {
  background-color: #006be9;
}
@media (min-width: 1310px) {
  .results-section__item-component:where([href^="tel:"]) {
    margin-top: 0;
  }
}
.results-section__item-component:where([href^="tel:"]):before {
  margin-right: 0.5em;
}

/**
 * @file
 * Visual styles for form components.
 */
:where(.field-multiple-table) {
  margin: 0;
}

:where(.field-multiple-table .field-multiple-drag) {
  width: 30px;
  padding-right: 0;
}

:where([dir="rtl"] form .field-multiple-table .field-multiple-drag) {
  padding-left: 0;
}

:where(form .field-multiple-table .field-multiple-drag .tabledrag-handle) {
  padding-right: 0.5rem;
}

:where(form .field-add-more-submit) {
  margin: 0.5rem 0 0;
}

/**
 * Markup generated by Form API.
 */
:where(.form-item),
:where(.form-actions) {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

:where(tr.odd .form-item),
:where(tr.even .form-item) {
  margin-top: 0;
  margin-bottom: 0;
}

:where(.form-composite > .fieldset-wrapper > .description),
:where(.form-item .description) {
  font-size: 0.85rem;
}

:where(label.option) {
  display: inline;
  font-weight: normal;
}

:where(.form-composite > legend),
:where(.label) {
  display: inline;
  margin: 0;
  padding: 0;
  font-size: inherit;
  font-weight: bold;
}

:where(.form-checkboxes .form-item),
:where(.form-radios .form-item) {
  margin-top: 0.4rem;
  margin-bottom: 0.4rem;
}

:where(.form-type-radio .description),
:where(.form-type-checkbox .description) {
  margin-left: 2.4rem;
}

:where(.marker) {
  color: #e00;
}

:where(.form-required):after {
  display: inline-block;
  width: 6px;
  height: 6px;
  margin: 0 0.3rem;
  content: "";
  vertical-align: super;
  /* Use a background image to prevent screen readers from announcing the text. */
  background-image: url("../images/icons/required.svg");
  background-repeat: no-repeat;
  background-size: 6px 6px;
}

:where(abbr.tabledrag-changed),
:where(abbr.ajax-changed) {
  border-bottom: none;
}

:where(.form-item input.error),
:where(.form-item textarea.error),
:where(.form-item select.error) {
  border: 2px solid red;
}

/* Inline error messages. */
:where(.form-item--error-message:before) {
  display: inline-block;
  width: 14px;
  height: 14px;
  content: "";
  vertical-align: sub;
  background: url(../../images/icons/error.svg) no-repeat;
  background-size: contain;
}

.fw-image-info-panel {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-areas: "image" "info";
  grid-template-rows: auto auto;
}
@media (min-width: 992px) {
  .fw-image-info-panel {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-areas: "image info";
    grid-template-rows: 1fr;
    column-gap: 2.5rem;
    margin-bottom: 4.5rem;
  }
}
@media (min-width: 992px) {
  .fw-image-info-panel:nth-of-type(2n) {
    grid-template-areas: "info image";
  }
}
@media (max-width: 767px) {
  :where(.homepage__banner) .fw-image-info-panel {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
    margin-bottom: 3rem;
  }
}
@media (min-width: 768px) {
  :where(.homepage__banner) .fw-image-info-panel {
    margin-left: 0;
    margin-right: 0;
    grid-template-columns: 1.5fr 1fr;
    column-gap: 3rem;
    margin-bottom: 2.5rem;
  }
}
.homepage:has(.panel-sidebar-wrapper + .homepage__featured-content) .fw-image-info-panel, .homepage:has(.homepage__banner + .homepage__featured-content) .fw-image-info-panel {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .l-top-sidebar__banner .fw-image-info-panel {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-areas: "image" "info";
    grid-template-rows: max-content auto;
  }
}
.fw-image-info-panel__img {
  margin: 0;
  width: 100%;
  z-index: -1;
}
@media (min-width: 992px) {
  .fw-image-info-panel__img {
    grid-area: image;
    max-height: 18.75rem;
  }
}
.fw-image-info-panel--offset .fw-image-info-panel__img {
  position: relative;
}
@media (min-width: 992px) {
  .fw-image-info-panel--offset .fw-image-info-panel__img {
    margin-right: 1.5rem;
    margin-bottom: 1.5rem;
  }
}
.fw-image-info-panel__background {
  display: block;
  height: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: -1;
  background-repeat: no-repeat;
  background-size: cover;
  margin-left: -1.5rem;
  margin-right: -1.5rem;
  margin-bottom: 1.5rem;
  left: 0;
  right: 0;
}
@media (min-width: 992px) {
  .fw-image-info-panel__background {
    width: 100%;
    aspect-ratio: 16/9;
    margin: 0;
    left: initial;
    right: initial;
    max-height: 17.9rem;
    transform: translate(1.5rem, 1.5rem);
  }
}
.fw-image-info-panel__background + img {
  z-index: 1;
  margin-top: 1.5rem;
}
@media (min-width: 992px) {
  .fw-image-info-panel__background + img {
    margin-top: 0;
  }
}
.fw-image-info-panel__info {
  grid-area: info;
  margin-bottom: 1rem;
  margin-top: 2rem;
}
.fw-image-info-panel__info > :where(* + *) {
  margin-top: 1.5rem;
}
.fw-image-info-panel__info > :where(:last-child) {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .fw-image-info-panel__info {
    margin-top: 0;
  }
}
@media (min-width: 992px) {
  .fw-image-info-panel--offset .fw-image-info-panel__info {
    margin-top: 2rem;
  }
}
.homepage__banner .fw-image-info-panel__info {
  margin-bottom: 0;
  margin-top: 0;
}
.homepage__banner .fw-image-info-panel__info > :where(* + *) {
  margin-top: 1rem;
}
.homepage__banner .fw-image-info-panel__info > :where(:last-child) {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .homepage__banner .fw-image-info-panel__info {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (min-width: 992px) {
  .homepage__banner .fw-image-info-panel__info {
    align-self: center;
  }
}
.l-top-sidebar__banner .fw-image-info-panel__info {
  grid-column: 1;
  grid-row: 2;
  align-self: start;
}
@media (max-width: 991px) {
  .l-top-sidebar__banner .fw-image-info-panel__info {
    margin-top: 0;
  }
}
@media (max-width: 991px) {
  :where(.featured-item .l-top-sidebar__banner) .fw-image-info-panel__info {
    margin: 0 0 0;
    grid-row: 2;
  }
}
@media (min-width: 992px) {
  :where(.featured-item .l-top-sidebar__banner) .fw-image-info-panel__info {
    grid-row: 1;
    grid-column: 2;
  }
}
.featured-item .fw-image-info-panel :where(time) {
  margin-top: 1rem;
}
.fw-image-info-panel__title {
  margin-top: 0;
}
.fw-image-info-panel__title::before {
  content: "";
  width: 3.5rem;
  border-bottom: 0.13rem solid #84C234;
  display: block;
  margin-bottom: 1.3rem;
}
.fw-image-info-panel__title::before {
  border-bottom-width: 0.2rem;
}
.featured-item .fw-image-info-panel__title::before {
  display: none;
}
.fw-image-info-panel__title :where(a) {
  color: #052049;
  text-decoration: none;
}
:where(.homepage) .fw-image-info-panel__title {
  line-height: 1.25;
  font-weight: 700;
  color: #052049;
  font-style: normal;
  font-stretch: normal;
  margin-top: 1rem;
  margin-bottom: 1rem;
  line-height: 1;
  font-size: 2.5rem;
}
:where(.homepage) .fw-image-info-panel__title:first-child:not(.page-title) {
  margin-top: 0;
}
@media (min-width: 768px) {
  :where(.homepage) .fw-image-info-panel__title {
    font-size: 3rem;
    letter-spacing: -0.04rem;
  }
}
@media (min-width: 992px) {
  :where(.homepage) .fw-image-info-panel__title {
    display: inline-block;
    max-width: min-content;
    margin-bottom: 1.2rem;
  }
}
:where(.homepage) .fw-image-info-panel__title::before {
  width: 3.3rem;
  border-bottom-width: 0.15rem;
  margin-bottom: 1.8rem;
}
:where(.l-top-sidebar__banner) .fw-image-info-panel__title {
  max-width: none;
}
@media (min-width: 768px) {
  .homepage .fw-image-info-panel__overview {
    margin-top: 0;
  }
}
.featured-item .fw-image-info-panel__overview {
  color: #485972;
}
.fw-image-info-panel__cta {
  appearance: none;
  background-color: transparent;
  color: #052049;
  font-size: 0.8rem;
  font-weight: 600;
  border: 2px solid;
  border-color: #006be9;
  border-radius: 1.6rem;
  line-height: 1.4;
  padding: 0.6em 1.6em;
  text-align: center;
  vertical-align: middle;
  display: inline-block;
  cursor: pointer;
  font-family: "HelveticaNeueLTW", "HelveticaNeue", "Helvetica", "Arial", sans-serif;
  touch-action: manipulation;
  user-select: none;
  transition: cubic-bezier(0.33, 0.66, 0.66, 1) 0.2s background-color;
  text-decoration: none;
  letter-spacing: 0.4px;
  display: inline-flex;
  max-width: 12rem;
}
.fw-image-info-panel__cta:hover {
  background-color: #006be9;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fw-image-info-panel__cta:hover {
  text-decoration: none;
}
.fw-image-info-panel__cta::after {
  display: none;
}
.homepage .fw-image-info-panel__cta {
  margin-top: 1.6rem;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}
.node--type-landing-page .node__overview + .contextual + .fw-image-info-panel, .node--type-landing-page .node__overview + .fw-image-info-panel {
  margin-top: 2rem;
}

.footer {
  padding-left: max(var(--container-gutter), calc(50% - 69rem/2));
  padding-right: max(var(--container-gutter), calc(50% - 69rem/2));
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 1.5rem;
  position: relative;
  background-color: #052049;
  margin-top: auto;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  padding-left: var(--container-gutter);
  padding-right: var(--container-gutter);
  color: #fff;
  font-size: 0.8rem;
}
@media (min-width: 992px) {
  .footer {
    grid-template-areas: "logo menus menus menus menus" "legal legal legal legal legal";
    grid-template-columns: repeat(4, minmax(0, 1fr));
    column-gap: 5%;
  }
}
.footer *:focus-visible,
.footer *:focus {
  outline: 2px solid #fff;
}
.footer :where(h2) {
  line-height: 1.25;
  font-weight: 700;
  color: #052049;
  font-style: normal;
  font-stretch: normal;
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 0.9rem;
  color: #fff;
  font-weight: 500;
}
.footer :where(h2):first-child:not(.page-title) {
  margin-top: 0;
}
@media (min-width: 600px) {
  .footer :where(h2) {
    font-size: 1rem;
  }
}
@media (max-width: 991px) {
  .footer :where(h2) {
    margin-bottom: 0.5rem;
  }
}
.footer :where(a) {
  color: #fff;
  text-decoration-style: dotted;
  text-decoration-color: #878D96;
}
.footer :where(a):hover {
  text-decoration: underline;
  text-decoration-color: #ebf5fa;
  background-color: transparent;
  color: inherit;
}
.footer [href^=http]::after {
  min-width: 1em;
  width: 1em;
  height: 1em;
  background-color: #3CB9F0;
}
.footer [href^=http]:hover::after {
  background-color: #006be9;
}
.footer__logo {
  filter: brightness(0) invert(1);
}
@media (min-width: 992px) {
  .footer__logo {
    grid-area: logo;
  }
}
.footer__logo:hover {
  background-color: transparent;
}
.footer__logo:focus, .footer__logo:focus-visible {
  outline-color: #000;
}
.footer__logo:hover img, .footer__logo:focus img, .footer__logo:focus-visible img {
  transform: scale(1.1);
}
.footer__logo img {
  transition: 0.2s ease-out all;
}
.footer__columns {
  display: grid;
  gap: 1.5rem;
}
@media (min-width: 992px) {
  .footer__columns {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    column-gap: 5%;
  }
}
@media (min-width: 992px) {
  .footer__menus {
    grid-area: menus;
  }
}
.footer__menus :where(ul) {
  list-style: none;
}
.footer__menus :where(.menu-item--expanded) {
  list-style-type: none;
  padding-bottom: 16px;
}
.footer__menus .menu-item--expanded :where(ul) {
  padding-left: 16px;
}
.footer__menus .menu-item--expanded :where(ul li) {
  padding-top: 8px;
}
.footer .menu--account {
  grid-column: 1;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .footer .menu--account {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    column-gap: 5%;
  }
}
.footer .menu--account :where(a)::before {
  content: "";
  display: inline-block;
  min-width: 1.5em;
  width: 1.5em;
  height: 1.5em;
  -webkit-mask-image: url("../images/icons/person.svg");
  -webkit-mask-repeat: no-repeat;
  transition: 0.2s, cubic-bezier(0.33, 0.66, 0.66, 1), background-color;
  vertical-align: middle;
  background-color: #006be9;
}
.footer .menu--account :where(a):hover::before {
  background-color: #006be9;
}
@media (min-width: 992px) {
  .footer .menu--account :where(a) {
    grid-column: 3;
    grid-row: 2;
  }
}
.footer .menu--account :where(a)::before {
  margin-right: 0.3em;
}
.footer .menu--account :where(a)::before, .footer .menu--account :where(a):hover::before {
  background-color: #3CB9F0;
}
.footer__legal {
  border-top: 0.05rem solid #D1D3D3;
  padding-top: 1rem;
  display: grid;
}
@media (min-width: 992px) {
  .footer__legal {
    grid-area: legal;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-row-gap: 0;
  }
}
.footer__legal :where(li) {
  padding-top: 0.2rem;
}
@media (min-width: 992px) {
  .footer__legal :where(li) {
    padding-top: 0;
  }
}
.footer__copyright {
  margin-bottom: 0;
  grid-row: 2;
  padding-top: 2rem;
}
@media (min-width: 992px) {
  .footer__copyright {
    grid-row: 1;
    padding-left: 1rem;
    padding-top: 0;
  }
}
.footer__legal-nav {
  margin-left: 0;
  padding-left: 0;
  list-style: none;
  margin: 0;
}
.footer__legal-nav > li {
  list-style: none;
}
.footer__legal-nav > li::before {
  display: none;
}
@media (min-width: 992px) {
  .footer__legal-nav {
    display: flex;
    justify-self: end;
    padding-right: 1rem;
  }
}
.footer__legal-nav :where(li) {
  margin: 0;
}
@media (min-width: 992px) {
  .footer__legal-nav :where(li) {
    text-align: right;
    margin-left: 1.3rem;
  }
}

#block-wisepops {
  pointer-events: none;
  position: absolute;
}
#block-wisepops button {
  display: none;
}

.group-page .node__overview {
  margin-top: -0.5rem;
  margin-bottom: 1.5rem;
}
.group-page__content-wrapper {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  padding-top: 3.25rem;
  padding-bottom: 5rem;
  background-color: #F2F3F4;
}
.group-page__content {
  background-color: #fff;
  padding-top: 3.5rem;
  padding-bottom: 5rem;
  padding-left: var(--container-gutter);
  padding-right: var(--container-gutter);
  margin-left: var(--container-gutter);
  margin-right: var(--container-gutter);
}
.group-page__content::after {
  content: "";
  display: block;
  clear: both;
}
@media (min-width: 992px) {
  .group-page__content {
    margin-left: max(var(--container-gutter), 50% - 69rem/2);
    margin-right: max(var(--container-gutter), 50% - 69rem/2);
    max-width: 69rem;
    padding-top: 5rem;
    padding-left: 5.8rem;
    padding-right: 5.8rem;
  }
}
.group-page :where(a) {
  width: max-content;
  transition: background-color 0.2s cubic-bezier(0.33, 0.66, 0.66, 1);
}
.group-page :where(a):hover, .group-page :where(a):focus-visible {
  background-color: #ebf5fa;
  text-decoration-color: #ebf5fa;
}
.group-page [href^=http] {
  display: inline;
}
.group-page [href^=http]::after {
  margin-left: 0.5ch;
}
@media (max-width: 991px) {
  .group-page :where(tbody) {
    display: grid;
    grid-template-columns: 1fr;
  }
}
@media (max-width: 991px) {
  .group-page :where(tr) {
    display: grid;
    grid-template-columns: 1fr;
  }
}
@media (max-width: 991px) {
  .group-page :where(tr:nth-of-type(odd)) {
    background: #F2F3F4;
  }
}
@media (max-width: 991px) {
  .group-page :where(tr:nth-child(1)) {
    display: none;
  }
}
.group-page :where(tr:last-child) {
  border-bottom: 1px solid #485972;
}
.group-page :where(td) {
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
}
@media (min-width: 992px) {
  .group-page :where(td) {
    border-left: 1px solid #485972;
  }
}
.group-page :where(td):nth-child(1) {
  border-left: none;
}
@media (max-width: 991px) {
  .group-page :where(td)::before {
    white-space: pre;
    padding-right: 0.5ch;
    font-weight: 500;
    margin-bottom: 0.25rem;
  }
}
@media (max-width: 991px) {
  .group-page :where(td:nth-child(1))::before {
    content: "Name:\a";
  }
}
@media (max-width: 991px) {
  .group-page :where(td:nth-child(2))::before {
    content: "Title:\a";
  }
}
.group-page :where(td:nth-child(3)) {
  position: relative;
  padding-left: calc(1.4em + .5rem);
}
.group-page :where(td:nth-child(3))::after {
  content: "";
  position: absolute;
  left: 0.4rem;
  display: inline-block;
  min-width: 1.4em;
  width: 1.4em;
  height: 1.4em;
  -webkit-mask-image: url("../images/icons/phone.svg");
  -webkit-mask-repeat: no-repeat;
  background-color: #006be9;
  transition: 0.2s, cubic-bezier(0.33, 0.66, 0.66, 1), background-color;
}
@media (max-width: 991px) {
  .group-page :where(td:nth-child(3))::before {
    content: "Phone:\a";
    margin-left: -1.4em;
  }
}
@media (max-width: 991px) {
  .group-page :where(td:nth-child(4))::before {
    content: "Email:\a";
  }
}

.group-info {
  display: grid;
}
@media (min-width: 1200px) {
  .group-info {
    grid-template-columns: 1.5fr 1fr;
    gap: 1.5rem;
  }
}
.group-info__contact {
  margin-left: 0;
  padding-left: 0;
  list-style: none;
  grid-row: 1;
  margin-bottom: 1.5rem;
  margin-top: 0;
}
.group-info__contact > li {
  list-style: none;
}
.group-info__contact > li::before {
  display: none;
}
@media (min-width: 1200px) {
  .group-info__contact {
    padding-left: 1.5rem;
    border-left: 1px solid #052049;
    height: max-content;
    grid-column: 2;
  }
}
.group-info__contact [href^=http]:after {
  display: none !important;
  margin-left: 0;
}
.group-info__contact > :where(* + *) {
  margin-top: 0;
}
.group-info__contact-row {
  display: grid;
  grid-template-columns: 1.5rem 1fr;
  grid-template-rows: auto 1fr;
  border-bottom: 1px solid #052049;
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
}
@media (min-width: 992px) {
  .group-info__contact-row {
    grid-template-rows: 1fr;
    grid-template-columns: 7rem auto 1.5fr;
    grid-row: 1fr;
    column-gap: 0.3rem;
    padding-top: 0.4rem;
  }
}
@media (min-width: 1200px) {
  .group-info__contact-row {
    border-bottom: none;
  }
}
@media (max-width: 1199px) {
  .group-info__contact-row:first-of-type {
    border-top: 3px solid #052049;
  }
}
@media (min-width: 1200px) {
  .group-info__contact-row:last-of-type {
    padding-bottom: 0;
  }
}
@media (max-width: 1199px) {
  .group-info__contact-row [class^=icon] {
    grid-column: 1;
    grid-row: 1;
  }
}
.group-info__contact-row :where(a) {
  width: auto;
}
.group-info__contact-row :where(a),
.group-info__contact-row :where(p) {
  grid-row: 1;
  grid-column: 3;
  margin: 0;
}
.group-info__label {
  grid-row: 1;
  grid-column: 1/-1;
  margin-bottom: 0.4rem;
}
@media (min-width: 992px) {
  .group-info__label {
    grid-column: 1;
    margin-bottom: 0;
  }
}
.group-info [class^=icon] {
  grid-column: 1;
}
@media (min-width: 992px) {
  .group-info [class^=icon] {
    grid-column: 2;
  }
}
.group-info [class^=icon] + * {
  grid-column: 2;
}
@media (min-width: 992px) {
  .group-info [class^=icon] + * {
    grid-column: 3;
  }
}
.group-info [class^=icon],
.group-info [class^=icon] + * {
  grid-row: 2;
}
@media (min-width: 992px) {
  .group-info [class^=icon],
.group-info [class^=icon] + * {
    grid-row: 1;
  }
}
.group-info .icon-map-marker {
  align-self: start;
}

.header {
  box-shadow: 0 0 10px 0 rgba(5, 32, 73, 0.15);
  z-index: 2;
}

.search--header .search__submit {
  right: 1rem;
}

/**
 * @file
 * Visual styles for icons.
 */
.icon-help {
  padding: 1px 0 1px 20px;
  /* LTR */
  background: url(../../images/icons/help.png) 0 50% no-repeat;
  /* LTR */
}

.feed-icon {
  display: block;
  overflow: hidden;
  width: 16px;
  height: 16px;
  text-indent: -9999px;
  background: url(../../images/icons/feed.svg) no-repeat;
}

:where(.icon-arrow-outline:not(.icon-after))::before {
  content: "";
  display: inline-block;
  min-width: 1.4em;
  width: 1.4em;
  height: 1.4em;
  -webkit-mask-image: url("../images/icons/arrow-outline.svg");
  -webkit-mask-repeat: no-repeat;
  transition: 0.2s, cubic-bezier(0.33, 0.66, 0.66, 1), background-color;
  vertical-align: middle;
  background-color: #006be9;
}
:where(.icon-arrow-outline:not(.icon-after)):hover::before {
  background-color: #006be9;
}

:where(.icon-arrow-outline.icon-after)::after {
  content: "";
  display: inline-block;
  min-width: 1.4em;
  width: 1.4em;
  height: 1.4em;
  -webkit-mask-image: url("../images/icons/arrow-outline.svg");
  -webkit-mask-repeat: no-repeat;
  transition: 0.2s, cubic-bezier(0.33, 0.66, 0.66, 1), background-color;
  vertical-align: middle;
  background-color: #006be9;
}
:where(.icon-arrow-outline.icon-after):hover::after {
  background-color: #006be9;
}

:where(.icon-bookmark:not(.icon-after))::before {
  content: "";
  display: inline-block;
  min-width: 1.4em;
  width: 1.4em;
  height: 1.4em;
  -webkit-mask-image: url("../images/icons/bookmark.svg");
  -webkit-mask-repeat: no-repeat;
  transition: 0.2s, cubic-bezier(0.33, 0.66, 0.66, 1), background-color;
  vertical-align: middle;
  background-color: #006be9;
}
:where(.icon-bookmark:not(.icon-after)):hover::before {
  background-color: #006be9;
}

:where(.icon-bookmark.icon-after)::after {
  content: "";
  display: inline-block;
  min-width: 1.4em;
  width: 1.4em;
  height: 1.4em;
  -webkit-mask-image: url("../images/icons/bookmark.svg");
  -webkit-mask-repeat: no-repeat;
  transition: 0.2s, cubic-bezier(0.33, 0.66, 0.66, 1), background-color;
  vertical-align: middle;
  background-color: #006be9;
}
:where(.icon-bookmark.icon-after):hover::after {
  background-color: #006be9;
}

:where(.icon-bell:not(.icon-after))::before {
  content: "";
  display: inline-block;
  min-width: 1.4em;
  width: 1.4em;
  height: 1.4em;
  -webkit-mask-image: url("../images/icons/bell.svg");
  -webkit-mask-repeat: no-repeat;
  transition: 0.2s, cubic-bezier(0.33, 0.66, 0.66, 1), background-color;
  vertical-align: middle;
  background-color: #006be9;
}
:where(.icon-bell:not(.icon-after)):hover::before {
  background-color: #006be9;
}

:where(.icon-bell.icon-after)::after {
  content: "";
  display: inline-block;
  min-width: 1.4em;
  width: 1.4em;
  height: 1.4em;
  -webkit-mask-image: url("../images/icons/bell.svg");
  -webkit-mask-repeat: no-repeat;
  transition: 0.2s, cubic-bezier(0.33, 0.66, 0.66, 1), background-color;
  vertical-align: middle;
  background-color: #006be9;
}
:where(.icon-bell.icon-after):hover::after {
  background-color: #006be9;
}

:where(.icon-bell-off:not(.icon-after))::before {
  content: "";
  display: inline-block;
  min-width: 1.4em;
  width: 1.4em;
  height: 1.4em;
  -webkit-mask-image: url("../images/icons/bell-off.svg");
  -webkit-mask-repeat: no-repeat;
  transition: 0.2s, cubic-bezier(0.33, 0.66, 0.66, 1), background-color;
  vertical-align: middle;
  background-color: #006be9;
}
:where(.icon-bell-off:not(.icon-after)):hover::before {
  background-color: #006be9;
}

:where(.icon-bell-off.icon-after)::after {
  content: "";
  display: inline-block;
  min-width: 1.4em;
  width: 1.4em;
  height: 1.4em;
  -webkit-mask-image: url("../images/icons/bell-off.svg");
  -webkit-mask-repeat: no-repeat;
  transition: 0.2s, cubic-bezier(0.33, 0.66, 0.66, 1), background-color;
  vertical-align: middle;
  background-color: #006be9;
}
:where(.icon-bell-off.icon-after):hover::after {
  background-color: #006be9;
}

:where(.icon-calendar:not(.icon-after))::before {
  content: "";
  display: inline-block;
  min-width: 1.4em;
  width: 1.4em;
  height: 1.4em;
  -webkit-mask-image: url("../images/icons/calendar.svg");
  -webkit-mask-repeat: no-repeat;
  transition: 0.2s, cubic-bezier(0.33, 0.66, 0.66, 1), background-color;
  vertical-align: middle;
  background-color: #006be9;
}
:where(.icon-calendar:not(.icon-after)):hover::before {
  background-color: #006be9;
}

:where(.icon-calendar.icon-after)::after {
  content: "";
  display: inline-block;
  min-width: 1.4em;
  width: 1.4em;
  height: 1.4em;
  -webkit-mask-image: url("../images/icons/calendar.svg");
  -webkit-mask-repeat: no-repeat;
  transition: 0.2s, cubic-bezier(0.33, 0.66, 0.66, 1), background-color;
  vertical-align: middle;
  background-color: #006be9;
}
:where(.icon-calendar.icon-after):hover::after {
  background-color: #006be9;
}

:where(.icon-clock:not(.icon-after))::before {
  content: "";
  display: inline-block;
  min-width: 1.4em;
  width: 1.4em;
  height: 1.4em;
  -webkit-mask-image: url("../images/icons/clock.svg");
  -webkit-mask-repeat: no-repeat;
  transition: 0.2s, cubic-bezier(0.33, 0.66, 0.66, 1), background-color;
  vertical-align: middle;
  background-color: #006be9;
}
:where(.icon-clock:not(.icon-after)):hover::before {
  background-color: #006be9;
}

:where(.icon-clock.icon-after)::after {
  content: "";
  display: inline-block;
  min-width: 1.4em;
  width: 1.4em;
  height: 1.4em;
  -webkit-mask-image: url("../images/icons/clock.svg");
  -webkit-mask-repeat: no-repeat;
  transition: 0.2s, cubic-bezier(0.33, 0.66, 0.66, 1), background-color;
  vertical-align: middle;
  background-color: #006be9;
}
:where(.icon-clock.icon-after):hover::after {
  background-color: #006be9;
}

:where(.icon-fax:not(.icon-after))::before {
  content: "";
  display: inline-block;
  min-width: 1.4em;
  width: 1.4em;
  height: 1.4em;
  -webkit-mask-image: url("../images/icons/fax.svg");
  -webkit-mask-repeat: no-repeat;
  transition: 0.2s, cubic-bezier(0.33, 0.66, 0.66, 1), background-color;
  vertical-align: middle;
  background-color: #006be9;
}
:where(.icon-fax:not(.icon-after)):hover::before {
  background-color: #006be9;
}

:where(.icon-fax.icon-after)::after {
  content: "";
  display: inline-block;
  min-width: 1.4em;
  width: 1.4em;
  height: 1.4em;
  -webkit-mask-image: url("../images/icons/fax.svg");
  -webkit-mask-repeat: no-repeat;
  transition: 0.2s, cubic-bezier(0.33, 0.66, 0.66, 1), background-color;
  vertical-align: middle;
  background-color: #006be9;
}
:where(.icon-fax.icon-after):hover::after {
  background-color: #006be9;
}

:where(.icon-info:not(.icon-after))::before {
  content: "";
  display: inline-block;
  min-width: 1.4em;
  width: 1.4em;
  height: 1.4em;
  -webkit-mask-image: url("../images/icons/info.svg");
  -webkit-mask-repeat: no-repeat;
  transition: 0.2s, cubic-bezier(0.33, 0.66, 0.66, 1), background-color;
  vertical-align: middle;
  background-color: #006be9;
}
:where(.icon-info:not(.icon-after)):hover::before {
  background-color: #006be9;
}

:where(.icon-info.icon-after)::after {
  content: "";
  display: inline-block;
  min-width: 1.4em;
  width: 1.4em;
  height: 1.4em;
  -webkit-mask-image: url("../images/icons/info.svg");
  -webkit-mask-repeat: no-repeat;
  transition: 0.2s, cubic-bezier(0.33, 0.66, 0.66, 1), background-color;
  vertical-align: middle;
  background-color: #006be9;
}
:where(.icon-info.icon-after):hover::after {
  background-color: #006be9;
}

:where(.icon-mail:not(.icon-after))::before {
  content: "";
  display: inline-block;
  min-width: 1.4em;
  width: 1.4em;
  height: 1.4em;
  -webkit-mask-image: url("../images/icons/mail.svg");
  -webkit-mask-repeat: no-repeat;
  transition: 0.2s, cubic-bezier(0.33, 0.66, 0.66, 1), background-color;
  vertical-align: middle;
  background-color: #006be9;
}
:where(.icon-mail:not(.icon-after)):hover::before {
  background-color: #006be9;
}

:where(.icon-mail.icon-after)::after {
  content: "";
  display: inline-block;
  min-width: 1.4em;
  width: 1.4em;
  height: 1.4em;
  -webkit-mask-image: url("../images/icons/mail.svg");
  -webkit-mask-repeat: no-repeat;
  transition: 0.2s, cubic-bezier(0.33, 0.66, 0.66, 1), background-color;
  vertical-align: middle;
  background-color: #006be9;
}
:where(.icon-mail.icon-after):hover::after {
  background-color: #006be9;
}

:where(.icon-map-marker:not(.icon-after))::before {
  content: "";
  display: inline-block;
  min-width: 1.4em;
  width: 1.4em;
  height: 1.4em;
  -webkit-mask-image: url("../images/icons/map-marker.svg");
  -webkit-mask-repeat: no-repeat;
  transition: 0.2s, cubic-bezier(0.33, 0.66, 0.66, 1), background-color;
  vertical-align: middle;
  background-color: #006be9;
}
:where(.icon-map-marker:not(.icon-after)):hover::before {
  background-color: #006be9;
}

:where(.icon-map-marker.icon-after)::after {
  content: "";
  display: inline-block;
  min-width: 1.4em;
  width: 1.4em;
  height: 1.4em;
  -webkit-mask-image: url("../images/icons/map-marker.svg");
  -webkit-mask-repeat: no-repeat;
  transition: 0.2s, cubic-bezier(0.33, 0.66, 0.66, 1), background-color;
  vertical-align: middle;
  background-color: #006be9;
}
:where(.icon-map-marker.icon-after):hover::after {
  background-color: #006be9;
}

:where(.icon-maximize:not(.icon-after))::before {
  content: "";
  display: inline-block;
  min-width: 1.4em;
  width: 1.4em;
  height: 1.4em;
  -webkit-mask-image: url("../images/icons/maximize.svg");
  -webkit-mask-repeat: no-repeat;
  transition: 0.2s, cubic-bezier(0.33, 0.66, 0.66, 1), background-color;
  vertical-align: middle;
  background-color: #006be9;
}
:where(.icon-maximize:not(.icon-after)):hover::before {
  background-color: #006be9;
}

:where(.icon-maximize.icon-after)::after {
  content: "";
  display: inline-block;
  min-width: 1.4em;
  width: 1.4em;
  height: 1.4em;
  -webkit-mask-image: url("../images/icons/maximize.svg");
  -webkit-mask-repeat: no-repeat;
  transition: 0.2s, cubic-bezier(0.33, 0.66, 0.66, 1), background-color;
  vertical-align: middle;
  background-color: #006be9;
}
:where(.icon-maximize.icon-after):hover::after {
  background-color: #006be9;
}

:where(.icon-minus:not(.icon-after))::before {
  content: "";
  display: inline-block;
  min-width: 1.4em;
  width: 1.4em;
  height: 1.4em;
  -webkit-mask-image: url("../images/icons/minus.svg");
  -webkit-mask-repeat: no-repeat;
  transition: 0.2s, cubic-bezier(0.33, 0.66, 0.66, 1), background-color;
  vertical-align: middle;
  background-color: #006be9;
}
:where(.icon-minus:not(.icon-after)):hover::before {
  background-color: #006be9;
}

:where(.icon-minus.icon-after)::after {
  content: "";
  display: inline-block;
  min-width: 1.4em;
  width: 1.4em;
  height: 1.4em;
  -webkit-mask-image: url("../images/icons/minus.svg");
  -webkit-mask-repeat: no-repeat;
  transition: 0.2s, cubic-bezier(0.33, 0.66, 0.66, 1), background-color;
  vertical-align: middle;
  background-color: #006be9;
}
:where(.icon-minus.icon-after):hover::after {
  background-color: #006be9;
}

:where(.icon-minus-circle:not(.icon-after))::before {
  content: "";
  display: inline-block;
  min-width: 1.4em;
  width: 1.4em;
  height: 1.4em;
  -webkit-mask-image: url("../images/icons/minus-circle.svg");
  -webkit-mask-repeat: no-repeat;
  transition: 0.2s, cubic-bezier(0.33, 0.66, 0.66, 1), background-color;
  vertical-align: middle;
  background-color: #006be9;
}
:where(.icon-minus-circle:not(.icon-after)):hover::before {
  background-color: #006be9;
}

:where(.icon-minus-circle.icon-after)::after {
  content: "";
  display: inline-block;
  min-width: 1.4em;
  width: 1.4em;
  height: 1.4em;
  -webkit-mask-image: url("../images/icons/minus-circle.svg");
  -webkit-mask-repeat: no-repeat;
  transition: 0.2s, cubic-bezier(0.33, 0.66, 0.66, 1), background-color;
  vertical-align: middle;
  background-color: #006be9;
}
:where(.icon-minus-circle.icon-after):hover::after {
  background-color: #006be9;
}

:where(.icon-person:not(.icon-after))::before {
  content: "";
  display: inline-block;
  min-width: 1.4em;
  width: 1.4em;
  height: 1.4em;
  -webkit-mask-image: url("../images/icons/person.svg");
  -webkit-mask-repeat: no-repeat;
  transition: 0.2s, cubic-bezier(0.33, 0.66, 0.66, 1), background-color;
  vertical-align: middle;
  background-color: #006be9;
}
:where(.icon-person:not(.icon-after)):hover::before {
  background-color: #006be9;
}

:where(.icon-person.icon-after)::after {
  content: "";
  display: inline-block;
  min-width: 1.4em;
  width: 1.4em;
  height: 1.4em;
  -webkit-mask-image: url("../images/icons/person.svg");
  -webkit-mask-repeat: no-repeat;
  transition: 0.2s, cubic-bezier(0.33, 0.66, 0.66, 1), background-color;
  vertical-align: middle;
  background-color: #006be9;
}
:where(.icon-person.icon-after):hover::after {
  background-color: #006be9;
}

:where(.icon-phone:not(.icon-after))::before {
  content: "";
  display: inline-block;
  min-width: 1.4em;
  width: 1.4em;
  height: 1.4em;
  -webkit-mask-image: url("../images/icons/phone.svg");
  -webkit-mask-repeat: no-repeat;
  transition: 0.2s, cubic-bezier(0.33, 0.66, 0.66, 1), background-color;
  vertical-align: middle;
  background-color: #006be9;
}
:where(.icon-phone:not(.icon-after)):hover::before {
  background-color: #006be9;
}

:where(.icon-phone.icon-after)::after {
  content: "";
  display: inline-block;
  min-width: 1.4em;
  width: 1.4em;
  height: 1.4em;
  -webkit-mask-image: url("../images/icons/phone.svg");
  -webkit-mask-repeat: no-repeat;
  transition: 0.2s, cubic-bezier(0.33, 0.66, 0.66, 1), background-color;
  vertical-align: middle;
  background-color: #006be9;
}
:where(.icon-phone.icon-after):hover::after {
  background-color: #006be9;
}

:where(.icon-plus:not(.icon-after))::before {
  content: "";
  display: inline-block;
  min-width: 1.4em;
  width: 1.4em;
  height: 1.4em;
  -webkit-mask-image: url("../images/icons/plus.svg");
  -webkit-mask-repeat: no-repeat;
  transition: 0.2s, cubic-bezier(0.33, 0.66, 0.66, 1), background-color;
  vertical-align: middle;
  background-color: #006be9;
}
:where(.icon-plus:not(.icon-after)):hover::before {
  background-color: #006be9;
}

:where(.icon-plus.icon-after)::after {
  content: "";
  display: inline-block;
  min-width: 1.4em;
  width: 1.4em;
  height: 1.4em;
  -webkit-mask-image: url("../images/icons/plus.svg");
  -webkit-mask-repeat: no-repeat;
  transition: 0.2s, cubic-bezier(0.33, 0.66, 0.66, 1), background-color;
  vertical-align: middle;
  background-color: #006be9;
}
:where(.icon-plus.icon-after):hover::after {
  background-color: #006be9;
}

:where(.icon-plus-circle:not(.icon-after))::before {
  content: "";
  display: inline-block;
  min-width: 1.4em;
  width: 1.4em;
  height: 1.4em;
  -webkit-mask-image: url("../images/icons/plus-circle.svg");
  -webkit-mask-repeat: no-repeat;
  transition: 0.2s, cubic-bezier(0.33, 0.66, 0.66, 1), background-color;
  vertical-align: middle;
  background-color: #006be9;
}
:where(.icon-plus-circle:not(.icon-after)):hover::before {
  background-color: #006be9;
}

:where(.icon-plus-circle.icon-after)::after {
  content: "";
  display: inline-block;
  min-width: 1.4em;
  width: 1.4em;
  height: 1.4em;
  -webkit-mask-image: url("../images/icons/plus-circle.svg");
  -webkit-mask-repeat: no-repeat;
  transition: 0.2s, cubic-bezier(0.33, 0.66, 0.66, 1), background-color;
  vertical-align: middle;
  background-color: #006be9;
}
:where(.icon-plus-circle.icon-after):hover::after {
  background-color: #006be9;
}

:where(.icon-settings:not(.icon-after))::before {
  content: "";
  display: inline-block;
  min-width: 1.4em;
  width: 1.4em;
  height: 1.4em;
  -webkit-mask-image: url("../images/icons/settings.svg");
  -webkit-mask-repeat: no-repeat;
  transition: 0.2s, cubic-bezier(0.33, 0.66, 0.66, 1), background-color;
  vertical-align: middle;
  background-color: #006be9;
}
:where(.icon-settings:not(.icon-after)):hover::before {
  background-color: #006be9;
}

:where(.icon-settings.icon-after)::after {
  content: "";
  display: inline-block;
  min-width: 1.4em;
  width: 1.4em;
  height: 1.4em;
  -webkit-mask-image: url("../images/icons/settings.svg");
  -webkit-mask-repeat: no-repeat;
  transition: 0.2s, cubic-bezier(0.33, 0.66, 0.66, 1), background-color;
  vertical-align: middle;
  background-color: #006be9;
}
:where(.icon-settings.icon-after):hover::after {
  background-color: #006be9;
}

:where(.icon-star:not(.icon-after))::before {
  content: "";
  display: inline-block;
  min-width: 1.4em;
  width: 1.4em;
  height: 1.4em;
  -webkit-mask-image: url("../images/icons/star.svg");
  -webkit-mask-repeat: no-repeat;
  transition: 0.2s, cubic-bezier(0.33, 0.66, 0.66, 1), background-color;
  vertical-align: middle;
  background-color: #006be9;
}
:where(.icon-star:not(.icon-after)):hover::before {
  background-color: #006be9;
}

:where(.icon-star.icon-after)::after {
  content: "";
  display: inline-block;
  min-width: 1.4em;
  width: 1.4em;
  height: 1.4em;
  -webkit-mask-image: url("../images/icons/star.svg");
  -webkit-mask-repeat: no-repeat;
  transition: 0.2s, cubic-bezier(0.33, 0.66, 0.66, 1), background-color;
  vertical-align: middle;
  background-color: #006be9;
}
:where(.icon-star.icon-after):hover::after {
  background-color: #006be9;
}

:where(.icon-star-on:not(.icon-after))::before {
  content: "";
  display: inline-block;
  min-width: 1.4em;
  width: 1.4em;
  height: 1.4em;
  -webkit-mask-image: url("../images/icons/star-on.svg");
  -webkit-mask-repeat: no-repeat;
  transition: 0.2s, cubic-bezier(0.33, 0.66, 0.66, 1), background-color;
  vertical-align: middle;
  background-color: #006be9;
}
:where(.icon-star-on:not(.icon-after)):hover::before {
  background-color: #006be9;
}

:where(.icon-star-on.icon-after)::after {
  content: "";
  display: inline-block;
  min-width: 1.4em;
  width: 1.4em;
  height: 1.4em;
  -webkit-mask-image: url("../images/icons/star-on.svg");
  -webkit-mask-repeat: no-repeat;
  transition: 0.2s, cubic-bezier(0.33, 0.66, 0.66, 1), background-color;
  vertical-align: middle;
  background-color: #006be9;
}
:where(.icon-star-on.icon-after):hover::after {
  background-color: #006be9;
}

:where(.icon-toggle-left:not(.icon-after))::before {
  content: "";
  display: inline-block;
  min-width: 1.4em;
  width: 1.4em;
  height: 1.4em;
  -webkit-mask-image: url("../images/icons/toggle-left.svg");
  -webkit-mask-repeat: no-repeat;
  transition: 0.2s, cubic-bezier(0.33, 0.66, 0.66, 1), background-color;
  vertical-align: middle;
  background-color: #006be9;
}
:where(.icon-toggle-left:not(.icon-after)):hover::before {
  background-color: #006be9;
}

:where(.icon-toggle-left.icon-after)::after {
  content: "";
  display: inline-block;
  min-width: 1.4em;
  width: 1.4em;
  height: 1.4em;
  -webkit-mask-image: url("../images/icons/toggle-left.svg");
  -webkit-mask-repeat: no-repeat;
  transition: 0.2s, cubic-bezier(0.33, 0.66, 0.66, 1), background-color;
  vertical-align: middle;
  background-color: #006be9;
}
:where(.icon-toggle-left.icon-after):hover::after {
  background-color: #006be9;
}

:where(.icon-toggle-right:not(.icon-after))::before {
  content: "";
  display: inline-block;
  min-width: 1.4em;
  width: 1.4em;
  height: 1.4em;
  -webkit-mask-image: url("../images/icons/toggle-right.svg");
  -webkit-mask-repeat: no-repeat;
  transition: 0.2s, cubic-bezier(0.33, 0.66, 0.66, 1), background-color;
  vertical-align: middle;
  background-color: #006be9;
}
:where(.icon-toggle-right:not(.icon-after)):hover::before {
  background-color: #006be9;
}

:where(.icon-toggle-right.icon-after)::after {
  content: "";
  display: inline-block;
  min-width: 1.4em;
  width: 1.4em;
  height: 1.4em;
  -webkit-mask-image: url("../images/icons/toggle-right.svg");
  -webkit-mask-repeat: no-repeat;
  transition: 0.2s, cubic-bezier(0.33, 0.66, 0.66, 1), background-color;
  vertical-align: middle;
  background-color: #006be9;
}
:where(.icon-toggle-right.icon-after):hover::after {
  background-color: #006be9;
}

:where(.icon-website:not(.icon-after))::before {
  content: "";
  display: inline-block;
  min-width: 1.4em;
  width: 1.4em;
  height: 1.4em;
  -webkit-mask-image: url("../images/icons/website.svg");
  -webkit-mask-repeat: no-repeat;
  transition: 0.2s, cubic-bezier(0.33, 0.66, 0.66, 1), background-color;
  vertical-align: middle;
  background-color: #006be9;
}
:where(.icon-website:not(.icon-after)):hover::before {
  background-color: #006be9;
}

:where(.icon-website.icon-after)::after {
  content: "";
  display: inline-block;
  min-width: 1.4em;
  width: 1.4em;
  height: 1.4em;
  -webkit-mask-image: url("../images/icons/website.svg");
  -webkit-mask-repeat: no-repeat;
  transition: 0.2s, cubic-bezier(0.33, 0.66, 0.66, 1), background-color;
  vertical-align: middle;
  background-color: #006be9;
}
:where(.icon-website.icon-after):hover::after {
  background-color: #006be9;
}

:where(.icon-x:not(.icon-after))::before {
  content: "";
  display: inline-block;
  min-width: 1.4em;
  width: 1.4em;
  height: 1.4em;
  -webkit-mask-image: url("../images/icons/x.svg");
  -webkit-mask-repeat: no-repeat;
  transition: 0.2s, cubic-bezier(0.33, 0.66, 0.66, 1), background-color;
  vertical-align: middle;
  background-color: #006be9;
}
:where(.icon-x:not(.icon-after)):hover::before {
  background-color: #006be9;
}

:where(.icon-x.icon-after)::after {
  content: "";
  display: inline-block;
  min-width: 1.4em;
  width: 1.4em;
  height: 1.4em;
  -webkit-mask-image: url("../images/icons/x.svg");
  -webkit-mask-repeat: no-repeat;
  transition: 0.2s, cubic-bezier(0.33, 0.66, 0.66, 1), background-color;
  vertical-align: middle;
  background-color: #006be9;
}
:where(.icon-x.icon-after):hover::after {
  background-color: #006be9;
}

:where(.icon-x-circle:not(.icon-after))::before {
  content: "";
  display: inline-block;
  min-width: 1.4em;
  width: 1.4em;
  height: 1.4em;
  -webkit-mask-image: url("../images/icons/x-circle.svg");
  -webkit-mask-repeat: no-repeat;
  transition: 0.2s, cubic-bezier(0.33, 0.66, 0.66, 1), background-color;
  vertical-align: middle;
  background-color: #006be9;
}
:where(.icon-x-circle:not(.icon-after)):hover::before {
  background-color: #006be9;
}

:where(.icon-x-circle.icon-after)::after {
  content: "";
  display: inline-block;
  min-width: 1.4em;
  width: 1.4em;
  height: 1.4em;
  -webkit-mask-image: url("../images/icons/x-circle.svg");
  -webkit-mask-repeat: no-repeat;
  transition: 0.2s, cubic-bezier(0.33, 0.66, 0.66, 1), background-color;
  vertical-align: middle;
  background-color: #006be9;
}
:where(.icon-x-circle.icon-after):hover::after {
  background-color: #006be9;
}

.image-card {
  display: grid;
  grid-template-rows: min-content auto;
  position: relative;
  background-color: #fff;
  transition: 0.2s ease-out all;
}
.image-card:after {
  display: none !important;
  margin-left: 0;
}
.image-card:hover {
  background-color: #fff;
}
.image-card__figure {
  overflow: hidden;
  position: relative;
  margin-bottom: 0;
}
.sticky-homepage-news .image-card__figure {
  grid-row: 1;
}
.image-card img {
  transition: 0.2s ease-out transform;
  width: 100%;
  margin-bottom: 0;
  grid-column: 1/-1;
}
.image-card:has(a):hover img {
  transform: scale(1.1);
}
.image-card__icon {
  width: var(--card-element-offset);
  height: var(--card-element-offset);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #fff;
}
.image-card__icon::after {
  content: "";
  display: block;
  width: calc(var(--card-element-offset) - 1rem);
  height: calc(var(--card-element-offset) - 1rem);
  -webkit-mask-image: url("../images/icons/chevron.svg");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: calc(var(--card-element-offset) / 3);
  background-color: #006be9;
}
.image-card__icon-external::after {
  -webkit-mask-image: url("../images/icons/external.svg");
  -webkit-mask-size: calc(var(--card-element-offset) / 2.5);
  background-color: #006be9;
}
.image-card a {
  color: #052049;
  text-underline-position: under;
}
.image-card a:hover {
  background-color: transparent;
  text-decoration: underline;
  color: #006be9;
}
.image-card a::after {
  content: "";
  position: absolute;
  width: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: transparent;
  margin: 0;
  z-index: 1;
}
.image-card [href^=http]::after {
  -webkit-mask-image: none;
  height: auto;
}
.image-card__title {
  line-height: 1.25;
  font-weight: 700;
  color: #052049;
  font-style: normal;
  font-stretch: normal;
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 1rem;
  font-weight: 500;
  margin: 0;
  padding: 1rem 1rem 1rem var(--card-element-offset);
  transition: 0.2s ease-out color;
  grid-column: 1/-1;
  grid-row: 2;
  z-index: 1;
  background-color: #fff;
}
.image-card__title:first-child:not(.page-title) {
  margin-top: 0;
}
@media (max-width: 599px) {
  .image-card__title {
    padding-left: var(--card-element-offset);
  }
}
.image-card--news-alt, .image-card--offset {
  margin-left: 0;
  padding-left: 0;
  list-style: none;
  margin-top: 0;
}
.image-card--news-alt > li, .image-card--offset > li {
  list-style: none;
}
.image-card--news-alt > li::before, .image-card--offset > li::before {
  display: none;
}
@media (min-width: 600px) {
  .image-card--news-alt, .image-card--offset {
    margin-top: 2rem;
  }
}
@media (min-width: 600px) {
  .image-card--news-alt .image-card__figure, .image-card--offset .image-card__figure {
    margin-left: var(--card-element-offset);
    margin-right: var(--card-element-offset);
    transform: translateY(calc(var(--card-element-offset) * -1));
  }
}
.image-card--news-alt .image-card__info, .image-card--offset .image-card__info {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-bottom: 2rem;
  grid-row: 2;
}
@media (max-width: 599px) {
  .image-card--news-alt .image-card__info, .image-card--offset .image-card__info {
    padding-top: 1rem;
  }
}
@media (min-width: 600px) {
  .image-card--news-alt .image-card__info, .image-card--offset .image-card__info {
    margin-top: -1.5rem;
    padding-left: var(--card-element-offset);
    padding-right: var(--card-element-offset);
  }
}
.image-card--news-alt :where(time), .image-card--offset :where(time) {
  color: #485972;
  font-size: 0.8rem;
}
@media (min-width: 600px) {
  .sticky-homepage-news .image-card--news-alt :where(time), .sticky-homepage-news .image-card--offset :where(time) {
    margin-top: 0.25rem;
  }
}
.image-card--news-alt .image-card__title, .image-card--offset .image-card__title {
  margin-top: 0.25rem;
  padding: 0;
}
.image-card--news-alt .image-card__title a:hover, .image-card--offset .image-card__title a:hover {
  color: #006be9;
}
.image-card--news-alt .image-card__title :where([href^="http"]), .image-card--offset .image-card__title :where([href^="http"]) {
  display: inline;
}
.image-card--news-alt .image-card__title :where([href^="http"])::after, .image-card--offset .image-card__title :where([href^="http"])::after {
  display: inline;
}
@media (min-width: 600px) {
  .image-card--news-alt .image-card__title :where([href^="http"])::after, .image-card--offset .image-card__title :where([href^="http"])::after {
    top: calc(var(--card-element-offset) * -1);
  }
}
.image-card--news-alt:has(.image-card__title [href^=http]) .image-card__title, .image-card--offset:has(.image-card__title [href^=http]) .image-card__title {
  display: inline;
}
.image-card--news-alt:has(.image-card__title [href^=http]) .image-card__title:after, .image-card--offset:has(.image-card__title [href^=http]) .image-card__title:after {
  content: "";
  display: inline-block;
  min-width: 0.5rem;
  width: 0.5rem;
  height: 0.5rem;
  -webkit-mask-image: url("../images/icons/external.svg");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position-y: top;
  background-color: #052049;
  transition: 0.2s, cubic-bezier(0.33, 0.66, 0.66, 1), background-color;
  margin-left: 0.2ch;
  transform: translateY(-0.1rem);
}
.image-card--news-alt:has(.image-card__title [href^=http]:hover) .image-card__title::after, .image-card--offset:has(.image-card__title [href^=http]:hover) .image-card__title::after {
  background-color: #006be9;
}
.image-card--news-alt .image-card__overview, .image-card--offset .image-card__overview {
  font-size: 0.8rem;
  margin-top: 0.4rem;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .image-card--offset {
    height: calc(100% - var(--card-element-offset));
  }
}
@media (max-width: 767px) {
  .sticky-homepage-news .image-card--offset {
    margin-top: 0;
  }
}
.node--type-landing-page .image-card--offset {
  background-color: #fff;
}
@media (min-width: 600px) {
  .node--type-landing-page .image-card--offset .image-card__info {
    margin-top: -1rem;
  }
}
@media (max-width: 599px) {
  .node--type-landing-page .image-card--offset .image-card__title {
    padding-left: 0;
  }
}
@media (max-width: 599px) {
  .node--type-landing-page .image-card--offset .image-card__overview {
    margin-top: 0;
  }
}
@media (min-width: 600px) {
  .node--type-landing-page .image-card--offset .image-card__overview {
    margin-top: 0.75rem;
  }
}

/**
 * @file
 * Visual styles for item list.
 */
.item-list .title {
  font-weight: bold;
}

:where(.item-list ul) {
  margin: 0 0 0.75rem 0;
  padding: 0;
}

:where(.item-list li) {
  margin: 0 0 0.25rem 1.5rem;
  padding: 0;
}

/**
 * Comma separated lists.
 */
.item-list--comma-list {
  display: inline;
}

.item-list--comma-list .item-list__comma-list,
.item-list__comma-list li {
  margin: 0;
}

/**
 * @file
 * Visual styles for inline forms.
 */
:where(.form--inline .form-item) {
  float: left;
  margin-right: 0.5rem;
}

:where([dir="rtl"] .form--inline .form-item) {
  float: right;
  margin-right: 0;
  margin-left: 0.5rem;
}

:where(.form--inline .form-item-separator) {
  margin-top: 2.3rem;
  margin-right: 1rem;
  margin-left: 0.5rem;
}

:where(.form--inline .form-actions) {
  clear: left;
}

.job-function {
  padding-top: 3.25rem;
  padding-bottom: 5rem;
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  background-color: #F2F3F4;
}
.job-function :where(a) {
  transition: background-color 0.2s cubic-bezier(0.33, 0.66, 0.66, 1);
}
.job-function :where(a):hover, .job-function :where(a):focus-visible {
  background-color: #ebf5fa;
  text-decoration-color: #ebf5fa;
}
.job-function :where(a).btn:hover {
  background-color: #006be9;
}
.job-function__content {
  background-color: white;
  margin-left: 0;
  padding-left: 0;
  list-style: none;
  padding-top: 3.5rem;
  padding-bottom: 5rem;
  padding-left: var(--container-gutter);
  padding-right: var(--container-gutter);
  margin-left: var(--container-gutter);
  margin-right: var(--container-gutter);
}
.job-function__content > li {
  list-style: none;
}
.job-function__content > li::before {
  display: none;
}
@media (min-width: 992px) {
  .job-function__content {
    margin-left: max(var(--container-gutter), 50% - 60rem/2);
    margin-right: max(var(--container-gutter), 50% - 60rem/2);
    max-width: 69rem;
    max-width: 60rem;
    margin-right: calc(max(var(--container-gutter), 50% - 60rem/2) + max(var(--container-gutter), 69rem - 60rem));
    margin-left: max(var(--container-gutter), 50% - 69rem/2);
    padding-top: 5rem;
    padding-left: 5.8rem;
    padding-right: 5.8rem;
  }
}
@media (min-width: 1200px) {
  .job-function__content {
    min-width: 60rem;
  }
}
.job-function__content-item {
  border-bottom: 0.09em solid #000;
  margin-top: 0;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.job-function__content-item:first-of-type {
  border-top: 0.2rem solid #000;
}
.job-function .login-prompt {
  margin-top: 1.5rem;
  margin-bottom: 0;
}
.job-function .views-table {
  margin-top: 2rem;
}

.job-standard {
  padding-top: 3.25rem;
  padding-bottom: 5rem;
}
.job-standard__content {
  margin-left: 0;
  padding-left: 0;
  list-style: none;
  padding-top: 3.5rem;
  padding-bottom: 5rem;
  padding-left: var(--container-gutter);
  padding-right: var(--container-gutter);
}
.job-standard__content > li {
  list-style: none;
}
.job-standard__content > li::before {
  display: none;
}
@media (min-width: 992px) {
  .job-standard__content {
    margin-left: max(var(--container-gutter), 50% - 60rem/2);
    margin-right: max(var(--container-gutter), 50% - 60rem/2);
    max-width: 69rem;
    max-width: 60rem;
    margin-right: calc(max(var(--container-gutter), 50% - 60rem/2) + max(var(--container-gutter), 69rem - 60rem));
    margin-left: max(var(--container-gutter), 50% - 69rem/2);
    padding-top: 5rem;
    padding-left: 5.8rem;
    padding-right: 5.8rem;
  }
}
.job-standard__content :where(ul) {
  margin-left: 0;
  padding-left: 0;
  list-style: none;
  margin-top: 0;
  margin-bottom: 0;
}
.job-standard__content :where(ul) > li {
  list-style: none;
}
.job-standard__content :where(ul) > li::before {
  display: none;
}
.job-standard__content :where(a) {
  transition: background-color 0.2s cubic-bezier(0.33, 0.66, 0.66, 1);
}
.job-standard__content :where(a):hover, .job-standard__content :where(a):focus-visible {
  background-color: #ebf5fa;
  text-decoration-color: #ebf5fa;
}
.job-standard__content :where(a).pipe-and-arrow-link {
  background-color: initial;
  text-decoration: none;
}
.job-standard__content :where(a).btn:hover {
  background-color: #006be9;
}
.job-standard__content-item {
  border-bottom: 0.09em solid #000;
  margin-top: 0;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.job-standard__content-item:first-of-type {
  border-top: 0.2rem solid #000;
}
.job-standard__content .login-prompt {
  margin-top: 1.5rem;
}

@media (max-width: 599px) {
  .page-node-type-knowledge-base .layout-content {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (max-width: 991px) {
  .page-node-type-knowledge-base .layout-content {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    background-color: #F2F3F4;
    padding-top: 1.5rem;
    padding-left: var(--container-gutter);
    padding-right: var(--container-gutter);
  }
}

.knowledge-base {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  background-color: #F2F3F4;
  margin-top: 0;
}
.knowledge-base :where([href$=".pdf"])::before,
.knowledge-base :where(.pdf)::before {
  content: "";
  display: inline-block;
  min-width: 1.4em;
  width: 1.4em;
  height: 1.4em;
  -webkit-mask-image: url("../images/icons/file-pdf.svg");
  -webkit-mask-repeat: no-repeat;
  transition: 0.2s, cubic-bezier(0.33, 0.66, 0.66, 1), background-color;
  vertical-align: middle;
  background-color: #006be9;
}
.knowledge-base :where([href$=".pdf"]):hover::before,
.knowledge-base :where(.pdf):hover::before {
  background-color: #006be9;
}
.knowledge-base :where([href$=".pdf"][class*="inverted"])::before {
  content: "";
  display: inline-block;
  min-width: 1.4em;
  width: 1.4em;
  height: 1.4em;
  -webkit-mask-image: url("../images/icons/file-pdf.svg");
  -webkit-mask-repeat: no-repeat;
  transition: 0.2s, cubic-bezier(0.33, 0.66, 0.66, 1), background-color;
  vertical-align: middle;
  background-color: #fff;
}
.knowledge-base :where([href$=".pdf"][class*="inverted"]):hover::before {
  background-color: #006be9;
}
.knowledge-base :where(.btn[href$=".pdf"])::before,
.knowledge-base :where(.btn.pdf)::before {
  content: "";
  display: inline-block;
  min-width: 1.4em;
  width: 1.4em;
  height: 1.4em;
  -webkit-mask-image: url("../images/icons/file-pdf.svg");
  -webkit-mask-repeat: no-repeat;
  transition: 0.2s, cubic-bezier(0.33, 0.66, 0.66, 1), background-color;
  vertical-align: middle;
  background-color: #006be9;
}
.knowledge-base :where(.btn[href$=".pdf"]):hover::before,
.knowledge-base :where(.btn.pdf):hover::before {
  background-color: #006be9;
}
.knowledge-base :where(.btn[href$=".pdf"])::before,
.knowledge-base :where(.btn.pdf)::before {
  background-color: #006be9;
}
.knowledge-base :where(.btn[href$=".pdf"]):hover::before,
.knowledge-base :where(.btn.pdf):hover::before {
  background-color: #fff;
}
.knowledge-base :where(.btn[href$=".pdf"][class*="inverted"])::before,
.knowledge-base :where(.btn.pdf[class*="inverted"])::before {
  content: "";
  display: inline-block;
  min-width: 1.4em;
  width: 1.4em;
  height: 1.4em;
  -webkit-mask-image: url("../images/icons/file-pdf.svg");
  -webkit-mask-repeat: no-repeat;
  transition: 0.2s, cubic-bezier(0.33, 0.66, 0.66, 1), background-color;
  vertical-align: middle;
  background-color: #fff;
}
.knowledge-base :where(.btn[href$=".pdf"][class*="inverted"]):hover::before,
.knowledge-base :where(.btn.pdf[class*="inverted"]):hover::before {
  background-color: #006be9;
}
.knowledge-base [href$=".pdf"][href^=http]::after {
  margin-left: 0.5ch;
}
.knowledge-base :where([href$=".doc"])::before,
.knowledge-base :where(.doc)::before {
  content: "";
  display: inline-block;
  min-width: 1.4em;
  width: 1.4em;
  height: 1.4em;
  -webkit-mask-image: url("../images/icons/file-doc.svg");
  -webkit-mask-repeat: no-repeat;
  transition: 0.2s, cubic-bezier(0.33, 0.66, 0.66, 1), background-color;
  vertical-align: middle;
  background-color: #006be9;
}
.knowledge-base :where([href$=".doc"]):hover::before,
.knowledge-base :where(.doc):hover::before {
  background-color: #006be9;
}
.knowledge-base :where([href$=".doc"][class*="inverted"])::before {
  content: "";
  display: inline-block;
  min-width: 1.4em;
  width: 1.4em;
  height: 1.4em;
  -webkit-mask-image: url("../images/icons/file-doc.svg");
  -webkit-mask-repeat: no-repeat;
  transition: 0.2s, cubic-bezier(0.33, 0.66, 0.66, 1), background-color;
  vertical-align: middle;
  background-color: #fff;
}
.knowledge-base :where([href$=".doc"][class*="inverted"]):hover::before {
  background-color: #006be9;
}
.knowledge-base :where(.btn[href$=".doc"])::before,
.knowledge-base :where(.btn.doc)::before {
  content: "";
  display: inline-block;
  min-width: 1.4em;
  width: 1.4em;
  height: 1.4em;
  -webkit-mask-image: url("../images/icons/file-doc.svg");
  -webkit-mask-repeat: no-repeat;
  transition: 0.2s, cubic-bezier(0.33, 0.66, 0.66, 1), background-color;
  vertical-align: middle;
  background-color: #006be9;
}
.knowledge-base :where(.btn[href$=".doc"]):hover::before,
.knowledge-base :where(.btn.doc):hover::before {
  background-color: #006be9;
}
.knowledge-base :where(.btn[href$=".doc"])::before,
.knowledge-base :where(.btn.doc)::before {
  background-color: #006be9;
}
.knowledge-base :where(.btn[href$=".doc"]):hover::before,
.knowledge-base :where(.btn.doc):hover::before {
  background-color: #fff;
}
.knowledge-base :where(.btn[href$=".doc"][class*="inverted"])::before,
.knowledge-base :where(.btn.doc[class*="inverted"])::before {
  content: "";
  display: inline-block;
  min-width: 1.4em;
  width: 1.4em;
  height: 1.4em;
  -webkit-mask-image: url("../images/icons/file-doc.svg");
  -webkit-mask-repeat: no-repeat;
  transition: 0.2s, cubic-bezier(0.33, 0.66, 0.66, 1), background-color;
  vertical-align: middle;
  background-color: #fff;
}
.knowledge-base :where(.btn[href$=".doc"][class*="inverted"]):hover::before,
.knowledge-base :where(.btn.doc[class*="inverted"]):hover::before {
  background-color: #006be9;
}
.knowledge-base [href$=".doc"][href^=http]::after {
  margin-left: 0.5ch;
}
.knowledge-base :where([href$=".docx"])::before,
.knowledge-base :where(.doc)::before {
  content: "";
  display: inline-block;
  min-width: 1.4em;
  width: 1.4em;
  height: 1.4em;
  -webkit-mask-image: url("../images/icons/file-doc.svg");
  -webkit-mask-repeat: no-repeat;
  transition: 0.2s, cubic-bezier(0.33, 0.66, 0.66, 1), background-color;
  vertical-align: middle;
  background-color: #006be9;
}
.knowledge-base :where([href$=".docx"]):hover::before,
.knowledge-base :where(.doc):hover::before {
  background-color: #006be9;
}
.knowledge-base :where([href$=".docx"][class*="inverted"])::before {
  content: "";
  display: inline-block;
  min-width: 1.4em;
  width: 1.4em;
  height: 1.4em;
  -webkit-mask-image: url("../images/icons/file-doc.svg");
  -webkit-mask-repeat: no-repeat;
  transition: 0.2s, cubic-bezier(0.33, 0.66, 0.66, 1), background-color;
  vertical-align: middle;
  background-color: #fff;
}
.knowledge-base :where([href$=".docx"][class*="inverted"]):hover::before {
  background-color: #006be9;
}
.knowledge-base :where(.btn[href$=".docx"])::before,
.knowledge-base :where(.btn.doc)::before {
  content: "";
  display: inline-block;
  min-width: 1.4em;
  width: 1.4em;
  height: 1.4em;
  -webkit-mask-image: url("../images/icons/file-doc.svg");
  -webkit-mask-repeat: no-repeat;
  transition: 0.2s, cubic-bezier(0.33, 0.66, 0.66, 1), background-color;
  vertical-align: middle;
  background-color: #006be9;
}
.knowledge-base :where(.btn[href$=".docx"]):hover::before,
.knowledge-base :where(.btn.doc):hover::before {
  background-color: #006be9;
}
.knowledge-base :where(.btn[href$=".docx"])::before,
.knowledge-base :where(.btn.doc)::before {
  background-color: #006be9;
}
.knowledge-base :where(.btn[href$=".docx"]):hover::before,
.knowledge-base :where(.btn.doc):hover::before {
  background-color: #fff;
}
.knowledge-base :where(.btn[href$=".docx"][class*="inverted"])::before,
.knowledge-base :where(.btn.doc[class*="inverted"])::before {
  content: "";
  display: inline-block;
  min-width: 1.4em;
  width: 1.4em;
  height: 1.4em;
  -webkit-mask-image: url("../images/icons/file-doc.svg");
  -webkit-mask-repeat: no-repeat;
  transition: 0.2s, cubic-bezier(0.33, 0.66, 0.66, 1), background-color;
  vertical-align: middle;
  background-color: #fff;
}
.knowledge-base :where(.btn[href$=".docx"][class*="inverted"]):hover::before,
.knowledge-base :where(.btn.doc[class*="inverted"]):hover::before {
  background-color: #006be9;
}
.knowledge-base [href$=".docx"][href^=http]::after {
  margin-left: 0.5ch;
}
.knowledge-base :where([href$=".xls"])::before,
.knowledge-base :where(.spreadsheet)::before {
  content: "";
  display: inline-block;
  min-width: 1.4em;
  width: 1.4em;
  height: 1.4em;
  -webkit-mask-image: url("../images/icons/file-spreadsheet.svg");
  -webkit-mask-repeat: no-repeat;
  transition: 0.2s, cubic-bezier(0.33, 0.66, 0.66, 1), background-color;
  vertical-align: middle;
  background-color: #006be9;
}
.knowledge-base :where([href$=".xls"]):hover::before,
.knowledge-base :where(.spreadsheet):hover::before {
  background-color: #006be9;
}
.knowledge-base :where([href$=".xls"][class*="inverted"])::before {
  content: "";
  display: inline-block;
  min-width: 1.4em;
  width: 1.4em;
  height: 1.4em;
  -webkit-mask-image: url("../images/icons/file-spreadsheet.svg");
  -webkit-mask-repeat: no-repeat;
  transition: 0.2s, cubic-bezier(0.33, 0.66, 0.66, 1), background-color;
  vertical-align: middle;
  background-color: #fff;
}
.knowledge-base :where([href$=".xls"][class*="inverted"]):hover::before {
  background-color: #006be9;
}
.knowledge-base :where(.btn[href$=".xls"])::before,
.knowledge-base :where(.btn.spreadsheet)::before {
  content: "";
  display: inline-block;
  min-width: 1.4em;
  width: 1.4em;
  height: 1.4em;
  -webkit-mask-image: url("../images/icons/file-spreadsheet.svg");
  -webkit-mask-repeat: no-repeat;
  transition: 0.2s, cubic-bezier(0.33, 0.66, 0.66, 1), background-color;
  vertical-align: middle;
  background-color: #006be9;
}
.knowledge-base :where(.btn[href$=".xls"]):hover::before,
.knowledge-base :where(.btn.spreadsheet):hover::before {
  background-color: #006be9;
}
.knowledge-base :where(.btn[href$=".xls"])::before,
.knowledge-base :where(.btn.spreadsheet)::before {
  background-color: #006be9;
}
.knowledge-base :where(.btn[href$=".xls"]):hover::before,
.knowledge-base :where(.btn.spreadsheet):hover::before {
  background-color: #fff;
}
.knowledge-base :where(.btn[href$=".xls"][class*="inverted"])::before,
.knowledge-base :where(.btn.spreadsheet[class*="inverted"])::before {
  content: "";
  display: inline-block;
  min-width: 1.4em;
  width: 1.4em;
  height: 1.4em;
  -webkit-mask-image: url("../images/icons/file-spreadsheet.svg");
  -webkit-mask-repeat: no-repeat;
  transition: 0.2s, cubic-bezier(0.33, 0.66, 0.66, 1), background-color;
  vertical-align: middle;
  background-color: #fff;
}
.knowledge-base :where(.btn[href$=".xls"][class*="inverted"]):hover::before,
.knowledge-base :where(.btn.spreadsheet[class*="inverted"]):hover::before {
  background-color: #006be9;
}
.knowledge-base [href$=".xls"][href^=http]::after {
  margin-left: 0.5ch;
}
.knowledge-base :where([href$=".xlsx"])::before,
.knowledge-base :where(.spreadsheet)::before {
  content: "";
  display: inline-block;
  min-width: 1.4em;
  width: 1.4em;
  height: 1.4em;
  -webkit-mask-image: url("../images/icons/file-spreadsheet.svg");
  -webkit-mask-repeat: no-repeat;
  transition: 0.2s, cubic-bezier(0.33, 0.66, 0.66, 1), background-color;
  vertical-align: middle;
  background-color: #006be9;
}
.knowledge-base :where([href$=".xlsx"]):hover::before,
.knowledge-base :where(.spreadsheet):hover::before {
  background-color: #006be9;
}
.knowledge-base :where([href$=".xlsx"][class*="inverted"])::before {
  content: "";
  display: inline-block;
  min-width: 1.4em;
  width: 1.4em;
  height: 1.4em;
  -webkit-mask-image: url("../images/icons/file-spreadsheet.svg");
  -webkit-mask-repeat: no-repeat;
  transition: 0.2s, cubic-bezier(0.33, 0.66, 0.66, 1), background-color;
  vertical-align: middle;
  background-color: #fff;
}
.knowledge-base :where([href$=".xlsx"][class*="inverted"]):hover::before {
  background-color: #006be9;
}
.knowledge-base :where(.btn[href$=".xlsx"])::before,
.knowledge-base :where(.btn.spreadsheet)::before {
  content: "";
  display: inline-block;
  min-width: 1.4em;
  width: 1.4em;
  height: 1.4em;
  -webkit-mask-image: url("../images/icons/file-spreadsheet.svg");
  -webkit-mask-repeat: no-repeat;
  transition: 0.2s, cubic-bezier(0.33, 0.66, 0.66, 1), background-color;
  vertical-align: middle;
  background-color: #006be9;
}
.knowledge-base :where(.btn[href$=".xlsx"]):hover::before,
.knowledge-base :where(.btn.spreadsheet):hover::before {
  background-color: #006be9;
}
.knowledge-base :where(.btn[href$=".xlsx"])::before,
.knowledge-base :where(.btn.spreadsheet)::before {
  background-color: #006be9;
}
.knowledge-base :where(.btn[href$=".xlsx"]):hover::before,
.knowledge-base :where(.btn.spreadsheet):hover::before {
  background-color: #fff;
}
.knowledge-base :where(.btn[href$=".xlsx"][class*="inverted"])::before,
.knowledge-base :where(.btn.spreadsheet[class*="inverted"])::before {
  content: "";
  display: inline-block;
  min-width: 1.4em;
  width: 1.4em;
  height: 1.4em;
  -webkit-mask-image: url("../images/icons/file-spreadsheet.svg");
  -webkit-mask-repeat: no-repeat;
  transition: 0.2s, cubic-bezier(0.33, 0.66, 0.66, 1), background-color;
  vertical-align: middle;
  background-color: #fff;
}
.knowledge-base :where(.btn[href$=".xlsx"][class*="inverted"]):hover::before,
.knowledge-base :where(.btn.spreadsheet[class*="inverted"]):hover::before {
  background-color: #006be9;
}
.knowledge-base [href$=".xlsx"][href^=http]::after {
  margin-left: 0.5ch;
}
@media (max-width: 599px) {
  .knowledge-base .l-container-offset {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}
.knowledge-base__sidebar {
  position: relative;
  padding-left: var(--container-gutter);
  padding-right: var(--container-gutter);
}
@media (min-width: 992px) {
  .knowledge-base__sidebar {
    margin-top: calc(3.25rem + 3.3rem);
    padding-left: 0;
    padding-right: 0;
  }
}
.knowledge-base__sidebar-title {
  line-height: 1.25;
  font-weight: 700;
  color: #052049;
  font-style: normal;
  font-stretch: normal;
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 1rem;
  letter-spacing: -0.025ch;
}
.knowledge-base__sidebar-title:first-child:not(.page-title) {
  margin-top: 0;
}
@media (min-width: 600px) {
  .knowledge-base__sidebar-title {
    font-size: 1.2rem;
  }
}
@media (max-width: 991px) {
  .knowledge-base__sidebar-title {
    display: none;
  }
}
.knowledge-base [type=checkbox] {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
@media (min-width: 992px) {
  .knowledge-base [type=checkbox] {
    display: none;
  }
}
.knowledge-base__mobile-overview-toggle {
  background-color: #fff;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  border: 0.02rem solid rgba(5, 32, 73, 0.1);
  font-size: 1rem;
  display: flex;
  align-items: center;
  position: relative;
}
@media (min-width: 992px) {
  .knowledge-base__mobile-overview-toggle {
    display: none;
  }
}
@media (max-width: 991px) {
  #check:checked ~ .knowledge-base__mobile-overview-toggle {
    border: 0.02rem solid rgba(0, 107, 233, 0.5);
    box-shadow: 0 1px 3px rgba(0, 107, 233, 0.5), 0 1px 3px rgba(0, 107, 233, 0.5);
  }
}
.knowledge-base__mobile-overview-toggle::after {
  content: "";
  display: grid;
  position: absolute;
  right: 1rem;
  align-self: center;
  width: 0.6rem;
  height: 0.6rem;
  border-top: 0.1em solid #052049;
  border-right: 0.1em solid #052049;
  transform: rotate(45deg);
  transition: 0.2s cubic-bezier(0.33, 0.66, 0.66, 1);
  transition-property: transform, border-color;
}
@media (min-width: 992px) {
  .knowledge-base__mobile-overview-toggle::after {
    display: none;
  }
}
@media (max-width: 991px) {
  #check:checked ~ .knowledge-base__mobile-overview-toggle::after {
    transform: rotate(135deg);
    border-color: #006be9;
  }
}
.knowledge-base__nav {
  margin-left: 0;
  padding-left: 0;
  list-style: none;
  text-decoration: none;
  left: var(--container-gutter);
  right: var(--container-gutter);
  margin-top: 0;
  z-index: 1;
}
.knowledge-base__nav > li {
  list-style: none;
}
.knowledge-base__nav > li::before {
  display: none;
}
.knowledge-base__nav > :where(* + *) {
  margin-top: 0;
}
.knowledge-base__nav > :where(:last-child) {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .knowledge-base__nav {
    background-color: #fff;
    display: none;
    position: absolute;
    overflow: hidden;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-bottom: 1rem;
    margin-bottom: 0;
  }
}
@media (max-width: 991px) {
  #check:checked ~ .knowledge-base__nav {
    display: block;
    overflow: visible;
    border: 0.02rem solid rgba(0, 107, 233, 0.5);
    box-shadow: 0 1px 3px rgba(0, 107, 233, 0.5), 0 1px 3px rgba(0, 107, 233, 0.5);
    border-top: none;
  }
}
.knowledge-base__nav :where(a) {
  display: block;
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
  margin-top: 0;
  color: #052049;
  text-decoration: none;
  transition: 0.2s cubic-bezier(0.33, 0.66, 0.66, 1) color;
}
@media (min-width: 992px) {
  .knowledge-base__nav :where(a) {
    margin-left: -1.5rem;
    padding-left: 1.5rem;
  }
}
.knowledge-base__nav :where(a:hover, a:focus) {
  color: #006be9;
  text-decoration: underline;
}
@media (min-width: 992px) {
  .knowledge-base__nav :where(a:hover, a:focus) {
    border-left: 0.2em solid #84C234;
    padding-left: calc(1.5rem - 0.2rem);
    text-decoration: none;
    font-weight: 700;
  }
}
.knowledge-base__content {
  margin-top: 0.5rem;
  margin-bottom: 3rem;
  padding-left: var(--container-gutter);
  padding-right: var(--container-gutter);
  padding-top: 3.3rem;
  padding-bottom: 3.3rem;
}
@media (max-width: 599px) {
  .knowledge-base__content {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (min-width: 992px) {
  .knowledge-base__content {
    margin-top: 3.25rem;
    padding-left: 5.8rem;
    padding-right: 5.8rem;
  }
}
.knowledge-base__content .section-panel:last-child {
  margin-bottom: calc(3.3rem - 3.3rem);
}
@media (min-width: 992px) {
  .knowledge-base__content .section-panel:last-child {
    margin-bottom: calc(4.5rem - 3.3rem);
  }
}
.knowledge-base .node__overview {
  font-size: 1.2rem;
  border-bottom: dotted 0.15rem #B4B9BF;
  padding-bottom: 2rem;
  max-width: 100%;
  margin-top: 0;
}
@media (min-width: 600px) {
  .knowledge-base .node__overview {
    font-size: 1.4rem;
    padding-bottom: 3rem;
  }
}
.knowledge-base .l-content > :last-child {
  margin-bottom: 0;
}
.knowledge-base__restricted {
  margin-bottom: 5rem;
}
.knowledge-base--reset .knowledge-base {
  background-color: transparent;
  padding-bottom: 0;
}
.knowledge-base--reset .layout-content {
  background-color: transparent;
}
.knowledge-base--reset__restricted {
  margin-bottom: 0;
}
.knowledge-base__related-content--inner {
  display: grid;
  gap: 1.5rem;
  grid-template-areas: "sidebar" "content";
  row-gap: 0;
}
@media (min-width: 992px) {
  .knowledge-base__related-content--inner {
    grid-template-columns: 2.5fr 1fr;
    grid-template-areas: "content sidebar";
  }
}
.knowledge-base__related-content .views-element-container {
  padding-bottom: 3.75rem;
  grid-column: 1;
}
.knowledge-base__related-content .view-article-related-events {
  margin-top: 0;
}
.knowledge-base__related-content ul {
  margin-bottom: 0;
}

:where(.block-language) {
  padding-right: var(--container-gutter);
}
:where(.block-language) ul.links {
  margin-left: 0;
  padding-left: 0;
  list-style: none;
  position: relative;
  display: grid;
  grid-auto-flow: column;
  column-gap: 0.25rem;
  align-items: start;
  width: fit-content;
  margin: 0;
  margin-top: 1.5rem;
  z-index: 1;
}
:where(.block-language) ul.links > li {
  list-style: none;
}
:where(.block-language) ul.links > li::before {
  display: none;
}
@media (min-width: 992px) {
  :where(.block-language) ul.links {
    margin-left: auto;
    margin-top: 0;
    transform: translateY(1.2rem);
  }
}
:where(.block-language) li {
  margin-top: 0;
  grid-row: 1;
  width: auto;
  display: block;
  font-size: 16px;
}
:where(.block-language) li a {
  position: relative;
  padding: 0.25rem;
  text-decoration: none;
  background-color: #fff;
  color: #006be9;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.5);
  display: block;
  z-index: 1;
  text-transform: capitalize;
}
:is(#extraspecificity, :where(.block-language) li a.is-active, :where(.block-language) li a:hover) {
  background-color: #006be9;
  color: #fff;
}
@media (min-width: 992px) {
  .page-node-type-knowledge-base :where(.block-language) {
    display: grid;
    grid-template-columns: minmax(0, 2.5fr) minmax(0, 1fr);
    grid-template-rows: 1fr;
    column-gap: 1.5rem;
    margin-top: 0;
  }
}
@media (min-width: 992px) {
  .page-node-type-knowledge-base :where(.block-language) ul.links {
    margin-top: 0;
  }
}
.page-node-type-knowledge-base :where(.block-language):not(.has-viewableby) + .block-page-title-block .page-title {
  margin-top: 1rem;
}
.page-node-type-knowledge-base :where(.block-language):not(.has-viewableby) + .block-page-title-block .node-owner-group__info {
  margin-top: 0;
}
.page-node-type-knowledge-base :where(.block-language).has-viewableby + .block-page-title-block .page-title {
  margin-top: 0;
}
.knowledge-base--reset :where(.block-language) {
  padding-right: var(--container-gutter);
}
@media (min-width: 992px) {
  .knowledge-base--reset :where(.block-language) {
    display: block;
    margin-top: 0;
  }
}

.page-node-type-knowledge-base:not(:has(.node-owner-group__info)) .block-language {
  display: block;
}

body:has(.node--view-mode-restricted-content):not(:has(.node-owner-group__info)) .block-language {
  display: block;
}

.layout-container {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

/**
 * @file
 * Style another element as a link.
 */
button.link {
  margin: 0;
  padding: 0;
  cursor: pointer;
  border: 0;
  background: transparent;
  font-size: 1rem;
}

label button.link {
  font-weight: bold;
}

.list-row {
  background-color: #fff;
  padding-top: 2.3rem;
  padding-bottom: 2.3rem;
  padding-left: calc(var(--container-gutter) / 2);
  padding-right: calc(var(--container-gutter) / 2);
  font-size: 0.9rem;
}
.list-row > :where(* + *) {
  margin-top: 1rem;
}
.list-row > :where(:last-child) {
  margin-bottom: 0;
}
@media (min-width: 600px) {
  .list-row {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}
.list-row:where(* + *)::before {
  content: "";
  display: block;
  height: 0.15rem;
  border-top: dotted 0.15rem #B4B9BF;
  transform: translateY(-2.3rem);
}
.list-row:where(:first-child) {
  padding-top: 5rem;
}
.list-row:where(:last-child) {
  padding-bottom: 5rem;
}
.list-row-section {
  padding-top: 3.25rem;
  padding-bottom: 5rem;
  margin-top: 1.5rem;
}
.list-row-wrapper {
  box-shadow: 0 1px 3px rgba(5, 32, 73, 0.1), 0 1px 3px rgba(5, 32, 73, 0.1);
}
.list-row__list {
  margin-left: 0;
  padding-left: 0;
  list-style: none;
}
.list-row__list > li {
  list-style: none;
}
.list-row__list > li::before {
  display: none;
}
.list-row__list > :where(* + *) {
  margin-top: 0.5rem;
}
.list-row__list > :where(:last-child) {
  margin-bottom: 0;
}
.panel-sidebar .list-row__list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 1rem;
}
.panel-sidebar .list-row__list-item {
  margin-top: 0;
  margin-bottom: 1rem;
}
.list-row__list-item :where(a) {
  transition: background-color 0.2s cubic-bezier(0.33, 0.66, 0.66, 1);
}
.list-row__list-item :where(a):hover, .list-row__list-item :where(a):focus-visible {
  background-color: #ebf5fa;
  text-decoration-color: #ebf5fa;
}
.panel-sidebar .list-row__list-item :where(a) {
  font-size: 0.8rem;
  white-space: pre-wrap;
  word-break: break-word;
}
.panel-sidebar .list-row__list-item :where(a):hover {
  background-color: transparent;
}
.list-row__cta {
  appearance: none;
  background-color: transparent;
  color: #052049;
  font-size: 0.8rem;
  font-weight: 600;
  border: 2px solid;
  border-color: #006be9;
  border-radius: 1.6rem;
  line-height: 1.4;
  padding: 0.6em 1.6em;
  text-align: center;
  vertical-align: middle;
  display: inline-block;
  cursor: pointer;
  font-family: "HelveticaNeueLTW", "HelveticaNeue", "Helvetica", "Arial", sans-serif;
  touch-action: manipulation;
  user-select: none;
  transition: cubic-bezier(0.33, 0.66, 0.66, 1) 0.2s background-color;
  text-decoration: none;
  letter-spacing: 0.4px;
  margin-right: 0;
}
.list-row__cta:hover {
  background-color: #006be9;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.list-row__cta:hover {
  text-decoration: none;
}
.list-row__cta:focus {
  background-color: #006be9;
  color: #fff;
}
.list-row__cta:focus::after {
  background-color: #fff;
}
.list-row__cta:hover::after {
  background-color: #fff;
}

.login-page-wrapper {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  padding-top: 3.25rem;
  padding-bottom: 5rem;
  background-color: #F2F3F4;
}
.login-page--inner {
  background-color: #fff;
  padding-top: 3.5rem;
  padding-bottom: 5rem;
  padding-left: var(--container-gutter);
  padding-right: var(--container-gutter);
  margin-left: var(--container-gutter);
  margin-right: var(--container-gutter);
}
@media (min-width: 1200px) {
  .login-page--inner {
    margin-left: max(var(--container-gutter), 50% - 60rem/2);
    margin-right: max(var(--container-gutter), 50% - 60rem/2);
    max-width: 69rem;
    padding-top: 5rem;
    padding-left: 5.8rem;
    padding-right: 5.8rem;
  }
}
.login-page .field--type-text-with-summary,
.login-page .page-title ~ .page-title,
.login-page .page-title ~ .block-page-title-block,
.login-page .tabs,
.login-page .simplesamlphp-auth-login-link {
  display: none;
}
.login-page .user-login-form {
  margin-top: 1.5rem;
}
.login-page .user-login-form input[type=email], .login-page .user-login-form input[type=password], .login-page .user-login-form input[type=text] {
  padding: 16px 4px 16px 24px;
  height: 2.5rem;
  width: 100%;
  max-width: 30rem;
  color: #052049;
}
.login-page .user-login-form .form-actions {
  margin-bottom: 1.5rem;
  margin-top: 1.5rem;
}
.login-page .user-login-form input[type=submit] {
  appearance: none;
  background-color: transparent;
  color: #052049;
  font-size: 0.8rem;
  font-weight: 600;
  border: 2px solid;
  border-color: #006be9;
  border-radius: 1.6rem;
  line-height: 1.4;
  padding: 0.6em 1.6em;
  text-align: center;
  vertical-align: middle;
  display: inline-block;
  cursor: pointer;
  font-family: "HelveticaNeueLTW", "HelveticaNeue", "Helvetica", "Arial", sans-serif;
  touch-action: manipulation;
  user-select: none;
  transition: cubic-bezier(0.33, 0.66, 0.66, 1) 0.2s background-color;
  cursor: pointer;
  outline: none !important;
  width: 100% !important;
  max-width: 30rem;
  height: 64px;
  display: inline-block;
}
.login-page .user-login-form input[type=submit]:hover {
  background-color: #006be9;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.login-page .login-reset,
.login-page .login-new-account {
  font-size: 0.8rem;
}

/**
 * @file
 * Visual styles for menu.
 */
.menu-item {
  margin: 0;
  padding-top: 0.2rem;
}

.navbar {
  margin-left: 0;
  padding-left: 0;
  list-style: none;
  display: grid;
  grid-template-columns: auto 1fr auto auto;
  grid-template-rows: 1;
  grid-row-gap: 0;
  position: relative;
}
.navbar > li {
  list-style: none;
}
.navbar > li::before {
  display: none;
}
@media (min-width: 1071px) {
  .navbar {
    padding-left: max(var(--container-gutter), calc(50% - 69rem/2));
    padding-right: max(var(--container-gutter), calc(50% - 69rem/2));
    grid-template-columns: auto 1fr auto auto;
    grid-row-gap: 0;
  }
}
.navbar__logo {
  grid-row: 1;
  align-self: center;
  display: block;
  line-height: 4.002rem;
}
@media (max-width: 1070px) {
  .navbar__logo {
    padding-left: max(var(--container-gutter), calc(50% - 69rem/2));
  }
}
.navbar__logo :where(img) {
  min-width: 6rem;
}
@media (max-width: 1210px) {
  .navbar__logo :where(img) {
    min-width: 6.45rem;
    min-height: 2.375rem;
  }
}
@media (min-width: 1071px) {
  .navbar__logo :where(img) {
    min-width: 6.45rem;
    vertical-align: middle;
  }
}
.navbar *:focus,
.navbar *:focus-visible {
  outline: 2px solid #000;
}

.menu {
  list-style: none outside;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
}
@media (max-width: 1070px) {
  .menu--level-1 {
    overflow-y: auto;
    height: 100%;
  }
}
@media (min-width: 1071px) {
  .menu--level-1 {
    display: flex;
    justify-content: end;
    justify-content: end;
    flex-wrap: wrap;
  }
}
.menu--main {
  display: none;
  max-height: 0;
  overflow-y: auto;
}
@media (min-width: 1071px) {
  .menu--main {
    display: block;
    max-height: 100%;
    overflow-y: visible;
    grid-column: 3;
    grid-row: 1;
  }
}
.mobile-nav-visible .menu--main {
  visibility: visible;
  position: fixed;
  display: block;
  right: 0;
  left: 0;
  top: calc(2rem + 4.002rem);
  grid-column: span 4;
  bottom: 0;
  width: 100%;
  height: auto;
  z-index: 3;
  max-height: 100%;
  background-color: #fff;
  padding-left: var(--container-gutter);
  padding-right: var(--container-gutter);
  box-shadow: 0 10px 10px -10px rgba(5, 32, 73, 0.15) inset, 0 -10px 10px -10px rgba(5, 32, 73, 0.15) inset;
}
.toolbar ~ * .mobile-nav-visible .menu--main {
  top: calc(4rem + 4.002rem);
}
.mobile-nav-visible.search--visible .menu--main {
  top: calc(2rem + 4.002rem + 8rem);
}
.toolbar ~ * .mobile-nav-visible.search--visible .menu--main {
  top: calc(3.9rem + 4.002rem + 8rem);
}
.menu__item {
  padding-left: 0;
  padding-top: 0;
  margin-top: 0;
}
@media (max-width: 1070px) {
  .menu__item {
    border-top: 0.09em solid #E1E3E5;
  }
}
@media (min-width: 1071px) {
  .menu__item--level-1 {
    margin-left: 1rem;
    position: relative;
  }
}
@media (min-width: 1200px) {
  .menu__item--level-1 {
    margin-left: 2.5rem;
  }
}
.menu__item--level-1:first-child {
  margin-left: 0;
}
@media (min-width: 1071px) {
  .menu__item--level-1:first-child {
    border-top: none;
  }
}
@media (max-width: 1070px) {
  .menu__item--level-1:last-child {
    border-bottom: 0.09em solid #E1E3E5;
  }
}
.menu__link {
  line-height: 1.6rem;
  display: block;
  width: 100%;
}
.menu__link--button {
  appearance: none;
  border-radius: 0;
  font-weight: initial;
  border: none;
  padding: 0;
}
@media (max-width: 1070px) {
  .menu__link--button {
    text-align: left;
    display: flex;
  }
}
.menu__link--button:hover {
  background-color: transparent;
  color: initial;
}
.menu__link--submenu-toggle {
  display: none;
}
@media (max-width: 1070px) {
  .menu__link--submenu-toggle {
    display: flex;
    position: relative;
    border-radius: 0%;
    width: 1.5rem;
    color: transparent;
    grid-column: 2;
    border: none;
    line-height: 1.6;
    width: 0.7rem;
    height: 0.7rem;
    border-top: 2px solid #006be9;
    border-right: 2px solid #006be9;
    border-bottom: none;
    border-left: none;
    transform: rotate(45deg);
    transition: 0.2s cubic-bezier(0.33, 0.66, 0.66, 1) transform;
    line-height: 1.6;
  }
  button:is(.menu__link--submenu-toggle) {
    padding: 0;
    line-height: 1.6;
  }
  .menu__link--submenu-toggle:hover {
    background-color: transparent;
    color: transparent;
  }
  .menu__item--has-children.is-open .menu__link--submenu-toggle {
    transform: rotate(135deg);
  }
}
.menu__link--level-1 {
  font-size: 1rem;
  text-decoration: none;
  color: #506380;
}
@media (max-width: 1070px) {
  .menu__link--level-1 {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    line-height: 1.6rem;
    padding-top: 0.6rem;
    padding-bottom: 0.6rem;
  }
}
@media (min-width: 1071px) {
  .menu__link--level-1 {
    line-height: 4.002rem;
    font-size: 0.85rem;
    padding-bottom: 0.2rem;
    transition: 0.2s cubic-bezier(0.33, 0.66, 0.66, 1) line-height;
  }
}
@media (min-width: 1071px) {
  .menu__link--level-1:focus, .menu__link--level-1:hover, [aria-expanded=true] .menu__link--level-1 {
    border-bottom: 0.2rem solid #84C234;
    padding-bottom: 0;
  }
}
.menu__link--level-1:focus-visible {
  outline: 2px solid #000;
}
@media (min-width: 1200px) {
  .menu__link--level-1:where(.is-active) {
    border-bottom: 0.2rem solid #84C234;
    padding-bottom: 0;
  }
}
@media (max-width: 1070px) {
  .menu__link--level-1[href]:where(.menu__link--has-children)::after {
    display: none;
  }
}
.menu__link--level-1:where(.menu__link--has-children)::after {
  display: none;
}
@media (max-width: 1070px) {
  .menu__link--level-1:where(.menu__link--has-children)::after {
    content: "";
    display: flex;
    position: relative;
    margin-right: 2rem;
    border-radius: 0%;
    width: 1.5rem;
    color: transparent;
    line-height: 1.6;
    width: 0.7rem;
    height: 0.7rem;
    border-top: 2px solid #006be9;
    border-right: 2px solid #006be9;
    border-bottom: none;
    border-left: none;
    transform: rotate(45deg);
    transition: 0.2s cubic-bezier(0.33, 0.66, 0.66, 1) transform;
    line-height: 1.6;
  }
  button:is(.menu__link--level-1:where(.menu__link--has-children)::after) {
    padding: 0;
    line-height: 1.6;
  }
  .menu__link--level-1:where(.menu__link--has-children)::after:hover {
    background-color: transparent;
    color: transparent;
  }
}
@media (max-width: 479px) {
  .menu__link--level-1:where(.menu__link--has-children)::after {
    margin-right: 0.8rem;
  }
}
@media (max-width: 1070px) {
  .menu__link--level-1:where([aria-expanded="true"])::after {
    transform: rotate(135deg);
  }
}
.menu__link--level-1[target=_blank]::after {
  transform: none;
}
@media (max-width: 1070px) {
  .menu__link--level-1[target=_blank]::after {
    width: 1rem;
    height: 1rem;
  }
}
.menu__link--level-2 {
  text-decoration: none;
  font-size: 0.8rem;
  font-weight: 500;
  padding-left: var(--container-gutter);
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
}
.menu__link--level-2::after {
  margin-left: 0.4rem;
}
@media (min-width: 1071px) {
  .menu__link--level-2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-right: var(--container-gutter);
    transition: 0.2s cubic-bezier(0.33, 0.66, 0.66, 1) all;
  }
  .menu__link--level-2:hover {
    background-color: #006be9;
    color: #fff;
  }
  .menu__link--level-2:hover::after {
    background-color: white;
  }
}
.menu--level-2 {
  margin-left: 0;
  padding-left: 0;
  list-style: none;
  display: none;
}
.menu--level-2 > li {
  list-style: none;
}
.menu--level-2 > li::before {
  display: none;
}
@media (max-width: 1070px) {
  .is-open .menu--level-2 {
    display: block;
    grid-column: 1/-1;
  }
}
@media (min-width: 1071px) {
  .menu--level-2 {
    border-top: 1px solid rgba(135, 141, 150, 0.1);
  }
}
@media (min-width: 1071px) {
  [aria-expanded=true] + .menu--level-2 {
    display: block;
    position: absolute;
    width: 20rem;
    background-color: #fff;
    z-index: 840;
    box-shadow: 0px 8px 10px rgba(135, 141, 150, 0.1), -10px 8px 10px rgba(135, 141, 150, 0.1), 10px 8px 10px rgba(135, 141, 150, 0.1);
    right: 0;
  }
}
.menu--level-3 {
  display: none;
}

.meta-byline {
  margin-top: 3.3rem;
}
@media (min-width: 768px) {
  .meta-byline {
    margin-top: 4.5rem;
  }
}
.meta-byline-row {
  border-bottom: 1px #9ba6b6 solid;
}
@media (min-width: 768px) {
  .meta-byline-row {
    display: grid;
    grid-template-columns: 1fr 2fr;
    grid-column-gap: 1.2rem;
  }
}
.meta-byline-row:first-of-type {
  border-top: 4px solid #000;
}
.meta-byline-row > * {
  margin: 0;
  padding: 0.25rem 0 0.75rem 0;
}
@media (min-width: 768px) {
  .meta-byline-row > * {
    padding: 1rem 0;
  }
}
.meta-byline-row .meta-byline-title {
  font-weight: inherit;
  font-size: inherit;
}
@media (max-width: 767px) {
  .meta-byline-row .meta-byline-title {
    padding-top: 0.75rem;
    padding-bottom: 0;
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .meta-byline-row .meta-byline-title {
    border-right: 1px solid #9ba6b6;
    margin-bottom: 0;
  }
}

/**
 * @file
 * Markup generated by #type 'more_link'.
 */
.more-link {
  display: block;
  text-align: right;
  /* Make the icon white when an external link is hovered */
}
.more-link :where([href^=http]):hover::after {
  background-color: #fff;
}
@media (max-width: 767px) {
  .sticky-homepage-news .more-link {
    margin-top: 1rem;
  }
}

.node__overview {
  color: #485972;
  max-width: 33.75rem;
  margin-top: -0.5rem;
}
.node__overview :not(h2):last-child {
  margin-bottom: 0;
}
.node__overview :where(a) {
  transition: background-color 0.2s cubic-bezier(0.33, 0.66, 0.66, 1);
}
.node__overview :where(a):hover, .node__overview :where(a):focus-visible {
  background-color: #ebf5fa;
  text-decoration-color: #ebf5fa;
}
.node--unpublished {
  background-color: #fff4f4;
}
.node__viewableby {
  margin-bottom: 0.4rem;
}
@media (min-width: 992px) {
  .node__viewableby {
    margin-top: 3.4rem;
  }
}
.node__viewableby :where(p) {
  margin-bottom: 0;
}
.node__viewableby :where(p)::after {
  content: "";
  display: inline-block;
  margin-left: 0.4rem;
  width: 0.145rem;
  height: 0.7rem;
  border-left: 0.145rem solid #84C234;
  transform: skew(-25deg);
}
.node__viewableby + .page-title {
  margin-top: 0;
}
@media (min-width: 992px) {
  .block-language + .block-page-title-block > .node__viewableby {
    margin-top: 1.9rem;
  }
}

.nav-toggle {
  grid-column: 4;
  grid-row: 1;
  justify-self: end;
  white-space: nowrap;
  overflow: hidden;
  height: 100%;
  border: 0;
  border-radius: 0;
  outline: 1px solid transparent;
  text-transform: uppercase;
  padding-right: var(--container-gutter);
  padding-left: var(--container-gutter);
}
@media (max-width: 479px) {
  .nav-toggle {
    font-size: 0;
  }
}
@media (min-width: 600px) {
  .nav-toggle {
    grid-column: 4;
    text-align: end;
    transition: 0.2s cubic-bezier(0.33, 0.66, 0.66, 1) background-color;
  }
}
@media (min-width: 1071px) {
  .nav-toggle {
    display: none;
  }
}
.nav-toggle:hover {
  text-decoration: underline;
  background-color: #0F388A;
  color: #fff;
}
.nav-toggle:focus-visible {
  outline: 2px solid black;
}
.nav-toggle__icon {
  display: block;
  float: right;
  position: relative;
  width: 25px;
  height: 2px;
  background-color: #fff;
  outline: 1px solid transparent;
  transition-property: background-color, transform;
  transition-duration: 0.3s;
  margin-top: 0.7em;
  margin-left: 1em;
}
.nav-toggle__icon::before, .nav-toggle__icon::after {
  content: "";
  position: absolute;
  display: block;
  width: 25px;
  height: 2px;
  background-color: #fff;
  outline: 1px solid transparent;
  transition-property: background-color, transform;
  transition-duration: 0.3s;
}
.nav-toggle__icon::before {
  top: -7px;
}
.nav-toggle__icon::after {
  top: 7px;
}
.mobile-nav-visible .nav-toggle__icon {
  background-color: transparent;
}
.mobile-nav-visible .nav-toggle__icon::before {
  transform: translateY(7px) rotate(45deg);
}
.mobile-nav-visible .nav-toggle__icon::after {
  transform: translateY(-7px) rotate(-45deg);
}

.navigation-sidebar :where(ul) {
  margin-left: 0;
  padding-left: 0;
  list-style: none;
  padding-left: var(--container-gutter);
  text-decoration: none;
  margin-top: 0;
}
.navigation-sidebar :where(ul) > li {
  list-style: none;
}
.navigation-sidebar :where(ul) > li::before {
  display: none;
}
.navigation-sidebar :where(ul) > :where(* + *) {
  margin-top: 0;
}
.navigation-sidebar :where(ul) > :where(:last-child) {
  margin-bottom: 0;
}
.navigation-sidebar :where(a) {
  display: block;
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
  margin-top: 0;
  color: #052049;
  text-decoration: none;
  transition: 0.2s cubic-bezier(0.33, 0.66, 0.66, 1) color;
}
@media (min-width: 992px) {
  .navigation-sidebar :where(a) {
    margin-left: -1.5rem;
    padding-left: 1.5rem;
  }
}
.navigation-sidebar :where(a:hover, a:focus),
.navigation-sidebar :where(a.is-active) {
  color: #006be9;
  text-decoration: underline;
}
@media (min-width: 992px) {
  .navigation-sidebar :where(a:hover, a:focus),
.navigation-sidebar :where(a.is-active) {
    border-left: 0.2em solid #006be9;
    padding-left: calc(1.5rem - 0.2rem);
    text-decoration: none;
    font-weight: 700;
  }
}

@media (min-width: 992px) {
  .node-owner-group {
    display: grid;
    grid-template-columns: 2.5fr 1fr;
    grid-template-rows: auto 1fr;
    column-gap: 1.5rem;
    position: relative;
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .node-owner-group__info {
    grid-row: span 2;
    grid-column: 2;
    margin-bottom: 0;
    padding-top: 1.3rem;
    padding-top: 1.6rem;
    margin-top: 1.5rem;
    margin-left: -1.5rem;
    padding-left: 1.5rem;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr auto auto;
    border-left: 1px solid #052049;
  }
  .node__viewableby ~ .node-owner-group__info {
    padding-top: 0;
    margin-top: 2.1rem;
  }
  .block-language + .block-page-title-block .node-owner-group__info {
    padding-top: 0;
    margin-top: 0;
  }
  .block-language + .block-page-title-block .page-title + .node-owner-group__info {
    padding-top: 1.3rem;
    margin-top: 0;
  }
}
.news .node-owner-group__info {
  border-left: none;
  margin-left: 0;
  margin-right: 0;
  padding-top: 2.5rem;
  padding-left: var(--container-gutter);
  padding-right: var(--container-gutter);
  border-top: dotted 0.15rem #B4B9BF;
}
@media (min-width: 992px) {
  .news .node-owner-group__info {
    padding-left: 5.8rem;
    padding-right: 5.8rem;
  }
}
.node-owner-group__subheading {
  font-weight: 500;
  font-size: 1rem;
  margin-bottom: 0.25rem;
  grid-row: 2;
  align-self: end;
}
.node-owner-group__link {
  display: block;
  font-size: 0.8rem;
  margin-bottom: 0.5rem;
}
@media (min-width: 992px) {
  .node-owner-group__link {
    grid-row: 3;
  }
}
.news .node-owner-group__link {
  margin-bottom: 0;
}
.node-owner-group__link :where(a) {
  transition: background-color 0.2s cubic-bezier(0.33, 0.66, 0.66, 1);
}
.node-owner-group__link :where(a):hover, .node-owner-group__link :where(a):focus-visible {
  background-color: #ebf5fa;
  text-decoration-color: #ebf5fa;
}
@media (min-width: 992px) {
  .node-owner-group .node__viewableby {
    grid-row: 1;
    grid-column: 1;
  }
}
@media (min-width: 992px) {
  .block-language + .block-page-title-block .node-owner-group .node__viewableby {
    margin-top: 1.9rem;
  }
}

@media (min-width: 992px) {
  .event__content-wrapper {
    padding-top: 3.25rem;
    padding-bottom: 5rem;
    background-color: #F2F3F4;
  }
}
.event__content {
  padding-bottom: 5rem;
  padding-left: var(--container-gutter);
  padding-right: var(--container-gutter);
}
@media (min-width: 992px) {
  .event__content {
    margin-left: max(var(--container-gutter), 50% - 60rem/2);
    margin-right: max(var(--container-gutter), 50% - 60rem/2);
    max-width: 69rem;
    max-width: 60rem;
    margin-right: calc(max(var(--container-gutter), 50% - 60rem/2) + max(var(--container-gutter), 69rem - 60rem));
    margin-left: max(var(--container-gutter), 50% - 69rem/2);
    padding-top: 5rem;
    padding-left: 5.8rem;
    padding-right: 5.8rem;
  }
}
@media (max-width: 991px) {
  .event__content.box-shadow {
    box-shadow: none;
  }
}
.event-info {
  border-top: 0.15rem solid #000;
  padding-left: 0;
  margin-top: 2rem;
  margin-bottom: 2.5rem;
}
.event-info :where(li) {
  list-style: none;
  border-bottom: 0.09em solid #000;
  margin-top: 0;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.event-info__type, .event-info__date, .event-info__location {
  display: grid;
  grid-template-columns: max-content 1fr;
  gap: 0.5rem;
}
@media (min-width: 992px) {
  .event-info__type, .event-info__date, .event-info__location {
    grid-template-columns: 0.5fr 1fr 1fr;
    gap: none;
  }
}
.event-info__type :first-child {
  font-weight: 700;
}
.event-info__date-month, .event-info__date-hour, .event-info__location-text {
  grid-column: 2/-1;
  grid-row: 1;
}
@media (max-width: 991px) {
  .event-info__date-month {
    grid-column: 2;
  }
}
.event-info__location-text {
  font-style: normal;
}
.event-info__location-text *::after {
  content: ",";
}
.event-info__location-text *:only-child::after,
.event-info__location-text *:last-child::after {
  display: none;
}
.event-info__location-text :where(p) {
  display: inline;
  margin-top: 0;
}
.event-info .icon-calendar,
.event-info .icon-clock,
.event-info .icon-map-marker {
  text-indent: -9999px;
}
.event-countdown {
  grid-row: 2;
  grid-column: 2/-1;
}
@media (min-width: 1196px) {
  .event-countdown {
    grid-row: 1;
    justify-self: end;
  }
}
.page-node-type-news .event--has-related-content {
  padding-bottom: 3.75rem;
}
.event--has-related-content + .news__related-content .view-announcements--teaser,
.event--has-related-content + .news__related-content .view-article-related-events {
  margin-top: 0;
}
.event__related-content .views-element-container {
  padding-left: max(var(--container-gutter), calc(50% - 69rem/2));
  padding-right: max(var(--container-gutter), calc(50% - 69rem/2));
  padding-bottom: 3.75rem;
}
.event__related-content .views-element-container :where(ul) {
  display: grid;
  gap: 1.5rem;
}
.event__related-content .views-element-container :where(ul) > * {
  min-width: 0;
}
@media (min-width: 768px) {
  .event__related-content .views-element-container :where(ul) {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 992px) {
  .event__related-content .views-element-container :where(ul) {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.event__related-content .views-element-container :where(ul.announcement-teaser) {
  display: block;
}

.page-node-type-news .page-title {
  display: none;
}
.page-node-type-news .node__viewableby {
  position: relative;
  margin-bottom: 0.5rem;
}
.page-node-type-news .node__viewableby::before {
  content: "";
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  display: block;
  position: absolute;
  margin-bottom: -0.5rem;
  height: 2px;
  bottom: 0;
  box-shadow: inset 0 0 0 1000px rgba(5, 32, 73, 0.1);
  border-bottom: 0.14rem solid #e7e9eb;
}
.page-node-type-news .node__viewableby--restricted::before {
  display: none;
}
.page-node-type-news .node__overview {
  max-width: 100%;
  margin-top: 0;
  padding-bottom: 3rem;
  border-bottom: dotted 0.15rem #B4B9BF;
  margin-bottom: 0;
}
.page-node-type-news .node__overview :where(h2) {
  display: none;
}

.news {
  padding-top: 3.25rem;
  margin-top: -1px;
  margin-bottom: -1px;
}
@media (min-width: 992px) {
  .news {
    padding-top: 3.8rem;
  }
}
.page-node-type-news .news {
  padding-bottom: 5rem;
}
.news--has-banner {
  padding-top: 4rem;
}
@media (min-width: 992px) {
  .news--has-banner {
    padding-top: calc(4rem + 5.8rem);
  }
}
.page-node-type-news .news--has-related-content {
  padding-bottom: 3.75rem;
}
.news--has-related-content + .news__related-content .view-announcements--teaser,
.news--has-related-content + .news__related-content .view-article-related-events {
  margin-top: 0;
}
.news .details-info__location {
  display: flex;
  justify-content: center;
}
.news__content {
  padding-bottom: 4.3rem;
  padding-top: 2.75rem;
}
@media (min-width: 992px) {
  .news__content {
    margin-left: max(var(--container-gutter), 50% - 60rem/2);
    margin-right: max(var(--container-gutter), 50% - 60rem/2);
    max-width: 69rem;
    padding-top: 3.25rem;
    padding-right: 5.8rem;
    padding-left: 5.8rem;
    margin-bottom: 3rem;
  }
}
.news--has-banner .news__content {
  padding-top: 0;
  margin-top: 0;
}
.news__title {
  text-align: center;
  padding-left: var(--container-gutter);
  padding-right: var(--container-gutter);
}
@media (min-width: 992px) {
  .news__title {
    padding-left: 0;
    padding-right: 0;
  }
}
.news__title:first-child {
  margin-top: 1.5rem;
}
.news .image-style-news-banner-image {
  padding-left: var(--container-gutter);
  padding-right: var(--container-gutter);
  margin-top: -var(--container-gutter);
}
@media (min-width: 992px) {
  .news .image-style-news-banner-image {
    margin-top: -5.8rem;
    padding-left: 0;
    padding-right: 0;
  }
}
.news__date {
  display: flex;
  color: #485972;
  font-size: 0.6rem;
  font-weight: 500;
  padding-bottom: 0.6rem;
  border-bottom: 0.15rem solid #84C234;
  width: max-content;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5rem;
}
.news .node__overview,
.news .field--name-body,
.news .details-info__location {
  padding-left: var(--container-gutter);
  padding-right: var(--container-gutter);
}
@media (min-width: 992px) {
  .news .node__overview,
.news .field--name-body,
.news .details-info__location {
    padding-left: 5.8rem;
    padding-right: 5.8rem;
  }
}
.news .field--name-body {
  margin-top: 3rem;
}
.news .field--name-body :where(ul) > :where(* + *) {
  margin-top: 0.3rem;
}
.news .field--name-body :where(ul) > :where(:last-child) {
  margin-bottom: 0;
}
.news .field--name-body :where(ul) ul > :where(* + *), .news .field--name-body :where(ul) ol > :where(* + *) {
  margin-top: 0.3rem;
}
.news .field--name-body :where(ul) ul > :where(:last-child), .news .field--name-body :where(ul) ol > :where(:last-child) {
  margin-bottom: 0;
}
.news__related-content .views-element-container {
  padding-left: max(var(--container-gutter), calc(50% - 69rem/2));
  padding-right: max(var(--container-gutter), calc(50% - 69rem/2));
  padding-bottom: 3.75rem;
}
.news__related-content .views-element-container :where(ul) {
  display: grid;
  gap: 1.5rem;
}
.news__related-content .views-element-container :where(ul) > * {
  min-width: 0;
}
@media (min-width: 768px) {
  .news__related-content .views-element-container :where(ul) {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 992px) {
  .news__related-content .views-element-container :where(ul) {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.news__related-content .views-element-container :where(ul.announcement-teaser) {
  display: block;
}
.news > :last-child {
  margin-bottom: 0;
}
.news :where(a) {
  transition: background-color 0.2s cubic-bezier(0.33, 0.66, 0.66, 1);
}
.news :where(a):hover, .news :where(a):focus-visible {
  background-color: #ebf5fa;
  text-decoration-color: #ebf5fa;
}
@media (min-width: 992px) {
  .news .related-text-block {
    margin-left: 0;
    margin-right: 0;
  }
}

.page-node-type-homepage .page-title {
  display: none;
}
@media (max-width: 767px) {
  .page-node-type-homepage .l-container {
    max-width: calc(100% - 1rem);
  }
}

@media (max-width: 599px) {
  .homepage .view-announcements--teaser {
    max-width: calc(100% - 1rem);
  }
}
.homepage .section-title {
  line-height: 1.25;
  font-weight: 700;
  color: #052049;
  font-style: normal;
  font-stretch: normal;
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 1.4rem;
  letter-spacing: initial;
}
.homepage .section-title:first-child:not(.page-title) {
  margin-top: 0;
}
@media (min-width: 600px) {
  .homepage .section-title {
    font-size: 1.6rem;
  }
}
@media (max-width: 991px) {
  .homepage .card-panel {
    padding-bottom: 3rem;
  }
}
@media (max-width: 599px) {
  .homepage .image-card__title {
    padding-left: 0;
  }
}
.homepage .fw-image-info-panel + h2 + .section-panel,
.homepage .view-announcements--background + h2 + .section-panel {
  background-color: transparent;
  padding-top: 0;
}
.homepage .fw-image-info-panel + h2 {
  margin-top: 4rem;
}
@media (max-width: 599px) {
  .homepage .card-panel__content {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}
.homepage .card-panel__content > :where(li + li) {
  margin-top: 0;
}
.homepage__featured-content {
  margin-bottom: 3rem;
}
@media (min-width: 600px) {
  .homepage .cta-list {
    margin-left: max(var(--container-gutter), 50% - 60rem/2);
    margin-right: max(var(--container-gutter), 50% - 60rem/2);
    max-width: 69rem;
  }
}
.homepage .cta-list:last-child {
  margin-bottom: 5rem;
}
.homepage .cta-list__title {
  margin-top: 0;
}
@media (min-width: 600px) {
  .homepage .cta-list__title {
    margin-left: max(var(--container-gutter), 50% - 60rem/2);
    margin-right: max(var(--container-gutter), 50% - 60rem/2);
    max-width: 69rem;
  }
}
.homepage__news-events {
  position: relative;
  margin-top: 5rem;
  padding-bottom: 5rem;
  padding-top: 3.5rem;
  overflow: hidden;
}
@media (max-width: 599px) {
  .homepage__news-events {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}
@media (max-width: 767px) {
  .homepage__news-events {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }
}
@media (min-width: 992px) {
  .homepage__news-events {
    padding-top: 5rem;
    margin-left: 0;
    margin-right: 0;
  }
}
@media (min-width: 1440px) {
  .homepage__news-events {
    margin-left: -var(--container-gutter);
    margin-right: -var(--container-gutter);
  }
}
.homepage__news-events::before {
  content: "";
  -webkit-mask-image: url("../images/wave-mask.svg");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  transform: scale(-1);
  background-color: #fff;
  position: absolute;
  width: 101%;
  top: 0;
  display: block;
  height: 4rem;
  z-index: 1;
  -webkit-mask-position: center bottom;
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}
@media (min-width: 600px) {
  .homepage__news-events::before {
    margin-left: -1px;
    margin-right: -1px;
  }
}
.homepage__news-events :where(.homepage__news-events > .views-element-container + .views-element-container) {
  margin-top: 2.5rem;
}
@media (min-width: 600px) {
  .homepage__news-events :where(.homepage__news-events > .views-element-container + .views-element-container) {
    margin-top: 4rem;
  }
}
.homepage__second-panel {
  line-height: 1.25;
  font-weight: 700;
  color: #052049;
  font-style: normal;
  font-stretch: normal;
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 1.4rem;
  letter-spacing: initial;
  margin-top: 4rem;
  margin-bottom: 1.5rem;
}
.homepage__second-panel:first-child:not(.page-title) {
  margin-top: 0;
}
@media (min-width: 600px) {
  .homepage__second-panel {
    font-size: 1.6rem;
  }
}
.homepage__main-title {
  line-height: 1.25;
  font-weight: 700;
  color: #052049;
  font-style: normal;
  font-stretch: normal;
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 1.4rem;
  letter-spacing: initial;
  margin-bottom: 1.7rem;
}
.homepage__main-title:first-child:not(.page-title) {
  margin-top: 0;
}
@media (min-width: 600px) {
  .homepage__main-title {
    font-size: 1.6rem;
  }
}
.homepage .view-article-related-events,
.homepage .view-article-related-news {
  position: relative;
}
@media (min-width: 600px) {
  .homepage .view-article-related-events,
.homepage .view-article-related-news {
    padding-left: max(var(--container-gutter), calc(50% - 69rem/2));
    padding-right: max(var(--container-gutter), calc(50% - 69rem/2));
  }
}
.homepage .view-article-related-events :where(ul),
.homepage .view-article-related-news :where(ul) {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .homepage .view-article-related-events :where(ul),
.homepage .view-article-related-news :where(ul) {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.homepage .view-article-related-events :where(li),
.homepage .view-article-related-news :where(li) {
  margin-top: 0;
}
.homepage .view-article-related-events .more-link,
.homepage .view-article-related-news .more-link {
  position: absolute;
  top: 0;
  z-index: 1;
  right: var(--container-gutter);
}
@media (max-width: 599px) {
  .homepage .view-article-related-events .more-link,
.homepage .view-article-related-news .more-link {
    position: relative;
    right: 0;
    margin-top: 1rem;
  }
}
.homepage .view-article-related-events {
  margin-top: 0;
}
@media (max-width: 599px) {
  .homepage .view-article-related-events {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}
@media (min-width: 600px) {
  .homepage .view-article-related-events :where(li) {
    margin-left: 0;
    margin-right: 0;
  }
}
.homepage .view-article-related-news {
  position: relative;
}
@media (max-width: 599px) {
  .homepage .view-article-related-news {
    padding-left: 0;
    padding-right: 0;
  }
}

:root {
  --img-icon: 6.25rem;
  --img-icon-offset-top: calc((var(--img-icon) / 3 ) + 1.5rem);
  --img-icon-offset: translate(calc(1.5rem / 2 * -1), calc(var(--img-icon-offset-top) * -1));
}

.offset-icon, .offset-icon__circle, .icon__circle {
  aspect-ratio: 1/1;
  object-fit: cover;
  width: var(--img-icon);
  height: var(--img-icon);
  max-width: var(--img-icon);
  transform: var(--img-icon-offset);
  position: absolute;
}

.offset-icon__circle, .icon__circle {
  border-radius: calc(var(--img-icon) / 2);
}

.icon__circle {
  transform: none;
  position: relative;
}

/**
 * @file
 * Visual styles for pager.
 */
.pager {
  margin-top: 4rem;
  display: inline-block;
}
.pager ul > :where(* + *), .pager ol > :where(* + *) {
  margin-top: 0;
}
.pager__items {
  clear: both;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.pager__item {
  display: flex;
  background-color: #fff;
  padding: 0.5rem;
  border: 1px solid #878D96;
  margin: 0 -1px;
  min-height: 2.5rem;
  min-width: 2.5rem;
  justify-content: center;
  align-items: center;
  color: #006be9;
  transition: 0.2s, cubic-bezier(0.33, 0.66, 0.66, 1), background-color;
  position: relative;
}
.pager__item:hover, .pager__item.is-active, .pager__item:focus-within {
  background-color: #006be9;
  color: #fff;
}
.pager__item:hover :where(a), .pager__item.is-active :where(a), .pager__item:focus-within :where(a) {
  color: #fff;
  font-weight: bold;
}
.pager__item :where(a) {
  text-decoration: none;
  white-space: nowrap;
}
.pager__item :where(a)::after {
  content: "";
  position: absolute;
  width: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: transparent;
  margin: 0;
  z-index: 1;
}
.pager__item :where(a):hover {
  background-color: transparent;
  text-decoration-color: none;
}
.pager__item--previous span[aria-hidden=true], .pager__item--next span[aria-hidden=true] {
  display: block;
  width: 1rem;
  height: 1rem;
  -webkit-mask-image: url("../images/icons/chevron.svg");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: 0.5rem;
  background-color: #006be9;
  transition: 0.2s, cubic-bezier(0.33, 0.66, 0.66, 1), background-color;
}
.pager__item--previous:hover span[aria-hidden=true], .pager__item--previous:focus-within, .pager__item--next:hover span[aria-hidden=true], .pager__item--next:focus-within {
  background-color: #fff;
}
.pager__item--previous span[aria-hidden=true] {
  transform: scaleX(-1);
}
.pager__item--first span[aria-hidden=true], .pager__item--last span[aria-hidden=true] {
  display: block;
  width: 1rem;
  height: 1rem;
  -webkit-mask-image: url("../images/icons/chevron-double.svg");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: 1.5rem;
  background-color: #006be9;
  transition: 0.2s, cubic-bezier(0.33, 0.66, 0.66, 1), background-color;
}
.pager__item--first:hover span[aria-hidden=true], .pager__item--first:focus-within, .pager__item--last:hover span[aria-hidden=true], .pager__item--last:focus-within {
  background-color: #fff;
}
.pager__item--first span[aria-hidden=true] {
  transform: scaleX(-1);
}

.node h1.page-title:first-child {
  margin-top: 1rem;
}

@media (max-width: 991px) {
  .path-news .page-title,
.path-events .page-title {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    padding-left: 1.5rem;
  }
}

@media (min-width: 992px) {
  :where(.page-node-type-landing-page) .page-title {
    margin-top: 3.4rem;
  }
}
@media (min-width: 992px) {
  :where(.page-node-type-landing-page .block-language + .block-page-title-block) .page-title {
    margin-top: 1.9rem;
  }
}

@media (min-width: 992px) {
  .node-owner-group .page-title {
    grid-row: 2;
    grid-column: 1;
    margin-bottom: 0;
    padding-right: 1rem;
    align-self: end;
  }
}

@media (min-width: 992px) {
  .page-with-sidebar {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
  }
}
@media (min-width: 992px) {
  .page-with-sidebar__wrapper {
    margin-left: max(var(--container-gutter), 50% - 69rem/2);
    margin-right: max(var(--container-gutter), 50% - 69rem/2);
    max-width: 69rem;
    padding-top: 3.25rem;
    padding-bottom: 5rem;
  }
}
.page-with-sidebar__content {
  background-color: #fff;
}
@media (min-width: 992px) {
  .page-with-sidebar__content {
    box-shadow: 0 1px 3px rgba(5, 32, 73, 0.1), 0 1px 3px rgba(5, 32, 73, 0.1);
    position: relative;
    padding: 1rem 3rem 3rem 3rem;
  }
}

.panel-sidebar-wrapper {
  padding: 2rem 1rem;
}
@media (min-width: 600px) {
  .panel-sidebar-wrapper {
    padding: 2rem 2rem 1rem 2rem;
  }
}
@media (max-width: 479px) {
  .panel-sidebar-wrapper {
    margin-left: calc(var(--container-gutter) * -1);
    margin-right: calc(var(--container-gutter) * -1);
  }
}
.panel-sidebar-wrapper h2 {
  font-size: 1.2rem;
}
.panel-sidebar-wrapper h2.eyebrow-title {
  font-size: 12px;
}
.panel-sidebar-wrapper :where([href^="http"])::after {
  font-size: 0.6rem;
  margin-left: 1ch;
}
.panel-sidebar__cta {
  display: block;
  width: fit-content;
  max-width: 12rem;
  margin-top: 1rem;
  margin-bottom: 1.5rem;
  margin-left: auto;
  margin-right: auto;
}
.panel-sidebar__overview {
  font-size: 0.8rem;
}
.related-text-block-section {
  margin-top: 3rem;
  margin-bottom: 3.75rem;
  padding: 2rem 1.5rem;
  border: 0.09em solid #000;
}
@media (min-width: 992px) {
  .related-text-block-section {
    margin-left: -var(--container-gutter);
    margin-right: -var(--container-gutter);
  }
}
@media (min-width: 992px) {
  .related-text-block-section {
    padding: 3.5rem 2rem;
  }
}
.related-text-block + .views-element-container {
  margin-top: -0.75rem;
}

.related {
  margin-bottom: 2rem;
}
@media (min-width: 992px) {
  .related {
    display: grid;
    grid-template-columns: 1fr 2fr;
    grid-template-rows: 1fr;
    column-gap: 2rem;
    margin-bottom: 3;
  }
}
.related:last-child {
  margin-bottom: 0;
}
.related__title::before {
  content: "";
  width: 3.5rem;
  border-bottom: 0.13rem solid #84C234;
  display: block;
  margin-bottom: 1.3rem;
}
@media (min-width: 992px) {
  .related__title {
    grid-column: 1;
  }
}
@media (min-width: 992px) {
  .related__info {
    grid-column: 2;
  }
}
.related :where(a) {
  color: #052049;
}
.related [href$=".pdf"][href^=http]:after {
  display: none !important;
  margin-left: 0;
}
.related [href$=".doc"][href^=http]:after {
  display: none !important;
  margin-left: 0;
}
.related [href$=".docx"][href^=http]:after {
  display: none !important;
  margin-left: 0;
}
.related [href$=".xls"][href^=http]:after {
  display: none !important;
  margin-left: 0;
}
.related [href$=".xlsx"][href^=http]:after {
  display: none !important;
  margin-left: 0;
}

@media (min-width: 992px) {
  .report-issue {
    padding-top: 3.25rem;
    padding-bottom: 5rem;
  }
}
.report-issue__input {
  padding: 0.8rem 0.2rem 0.8rem 1.2rem;
  width: 100%;
  height: 2.5rem;
  color: #052049;
}
.report-issue__select {
  vertical-align: middle;
  height: 2.5rem;
  width: 100%;
  background: linear-gradient(#fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4 100%);
  background-clip: padding-box;
  box-shadow: 0 0 3px #fff inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  white-space: nowrap;
  line-height: 24px;
  color: #052049;
}
.report-issue__select:focus, .report-issue__select:focus-visible {
  outline: 2px solid #006be9;
}
.report-issue__select option {
  height: 2.5rem;
  position: relative;
  font-size: 1rem;
  background-color: #fff;
}
.report-issue__select option:hover, .report-issue__select option:focus-visible {
  background-color: #006be9;
  color: #fff;
}
.report-issue__comment {
  color: #052049;
}
.report-issue .form-item--error-message {
  color: #E61048;
  display: flex;
  align-items: center;
}
.report-issue .form-item--error-message::before {
  background: url(../images/icons/error.svg) no-repeat;
  background-size: contain;
  margin-right: 0.25rem;
}

@media (min-width: 992px) {
  .webform-submission-report-a-search-issue-form {
    padding-top: 3.25rem;
    padding-bottom: 5rem;
  }
}

.restricted-content__wrapper {
  padding-top: 3.25rem;
  padding-bottom: 5rem;
  margin-top: 2rem;
}
.node__overview + .restricted-content__wrapper {
  margin-top: 1.5rem;
}
.restricted-content__wrapper--inner {
  box-shadow: 0 1px 3px rgba(5, 32, 73, 0.1), 0 1px 3px rgba(5, 32, 73, 0.1);
  padding-top: 3.3rem;
  padding-bottom: 3.3rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  margin-left: var(--container-gutter);
  margin-right: var(--container-gutter);
}
@media (min-width: 992px) {
  .restricted-content__wrapper--inner {
    padding-top: 5rem;
    padding-left: 5.8rem;
    padding-right: 5.8rem;
  }
}

.step {
  display: grid;
  grid-template-columns: min-content 1fr;
  grid-template-rows: auto;
  grid-template-areas: "counter step-info";
  margin-bottom: 3rem;
}
@media (min-width: 992px) {
  .step {
    margin-bottom: 4rem;
  }
}
.step:last-child {
  margin-bottom: 0;
}
.step__counter {
  width: 3rem;
  height: 3rem;
  border-radius: 1.5rem;
  background-color: transparent;
  grid-area: counter;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 0.5fr 1fr;
  justify-items: center;
  align-content: center;
  border: 0.15rem solid #052049;
  margin-bottom: 0;
  font-weight: 600;
}
@media (min-width: 992px) {
  .step__counter {
    width: 4rem;
    height: 4rem;
    border-radius: 2rem;
    border-width: 0.2rem;
  }
}
.step__counter :where(:nth-child(1)) {
  text-transform: uppercase;
  color: #485972;
  font-size: 0.6rem;
  margin-top: 0.3rem;
}
@media (min-width: 992px) {
  .step__counter :where(:nth-child(1)) {
    font-size: 0.7rem;
    margin-top: 0.5rem;
  }
}
.step__counter :where(:nth-child(2)) {
  font-weight: 600;
  height: min-content;
  font-size: 1.4rem;
}
@media (min-width: 992px) {
  .step__counter :where(:nth-child(2)) {
    font-size: 2rem;
  }
}
@media (max-width: 991px) {
  .step__info {
    display: grid;
    grid-template-rows: 3rem auto;
  }
}
@media (min-width: 992px) {
  .step__info {
    padding-left: 1.5rem;
  }
}
.step__title {
  margin-bottom: 0.8rem;
}
@media (max-width: 991px) {
  .step__title {
    margin-bottom: 0;
    align-self: center;
    padding-left: 1rem;
  }
}
@media (max-width: 991px) {
  .step__body {
    margin-top: 1.5rem;
    margin-left: -3rem;
  }
}
.step__cta {
  margin-top: 0.8rem;
}
.step__cta.has-icon:after {
  display: none !important;
  margin-left: 0;
}
.step__cta[href$=".pdf"][href^=http]:after {
  display: none !important;
  margin-left: 0;
}
.step__cta[href$=".doc"][href^=http]:after {
  display: none !important;
  margin-left: 0;
}
.step__cta[href$=".docx"][href^=http]:after {
  display: none !important;
  margin-left: 0;
}
.step__cta[href$=".xls"][href^=http]:after {
  display: none !important;
  margin-left: 0;
}
.step__cta[href$=".xlsx"][href^=http]:after {
  display: none !important;
  margin-left: 0;
}
.step__cta img {
  width: 1.5rem;
  height: 1.5rem;
}
.step__cta:hover img {
  filter: brightness(0) invert(1);
}

.filter__button-wrapper {
  margin: 0;
}
@media (min-width: 992px) {
  .filter__button-wrapper {
    display: none;
  }
}
.filter__button {
  appearance: none;
  line-height: initial;
  font-size: inherit;
  border: none;
  background-color: transparent;
  min-height: auto;
  border-radius: 0;
  padding: 0;
  text-align: left;
  vertical-align: initial;
  width: initial;
  transition: none;
  line-height: 1.25;
  font-weight: 700;
  color: #052049;
  font-style: normal;
  font-stretch: normal;
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 0.9rem;
  width: 100%;
  background-color: #fff;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  margin: 0;
  border: 0.02rem solid rgba(5, 32, 73, 0.1);
  box-shadow: 0 1px 3px rgba(5, 32, 73, 0.1), 0 1px 3px rgba(5, 32, 73, 0.1);
  font-size: 1rem;
  display: flex;
  align-items: center;
  position: relative;
}
.filter__button:hover {
  text-decoration: none;
  background-color: transparent;
  color: #006be9;
}
.filter__button:first-child:not(.page-title) {
  margin-top: 0;
}
@media (min-width: 600px) {
  .filter__button {
    font-size: 1rem;
  }
}
@media (min-width: 992px) {
  .filter__button {
    display: none;
  }
}
.filter__button::after {
  content: "";
  display: grid;
  position: absolute;
  right: 1rem;
  align-self: center;
  width: 0.6rem;
  height: 0.6rem;
  border-top: 0.1rem solid #052049;
  border-right: 0.1rem solid #052049;
  transform: rotate(45deg);
  transition: 0.2s cubic-bezier(0.33, 0.66, 0.66, 1);
  transition-property: transform, border-color;
}
.filter__button:hover {
  border-color: rgba(0, 107, 233, 0.5);
  box-shadow: 0 1px 3px rgba(0, 107, 233, 0.5), 0 1px 3px rgba(0, 107, 233, 0.5);
}
.filter__button:hover::after {
  border-color: #006be9;
}
.filter__title {
  line-height: 1.25;
  font-weight: 700;
  color: #052049;
  font-style: normal;
  font-stretch: normal;
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 0.9rem;
}
@media (max-width: 991px) {
  .filter__title {
    display: none;
  }
}
.filter__title:first-child:not(.page-title) {
  margin-top: 0;
}
@media (min-width: 600px) {
  .filter__title {
    font-size: 1rem;
  }
}
.filter__items {
  margin: 0;
}
@media (max-width: 991px) {
  .filter__items {
    display: none;
  }
}
.filter__items :where(li) {
  display: flex;
}
.filter__items input[type=checkbox] {
  appearance: none;
  position: relative;
  border: 1px solid #052049;
  width: 1.3rem;
  height: 1.3rem;
  content: none;
  outline: none;
  margin-right: 0.5rem;
  cursor: pointer;
}
.filter__items input[type=checkbox]:focus, .filter__items input[type=checkbox]:hover {
  border-color: #006be9;
  box-shadow: 0 0 6px #006be9;
}
.filter__items input[type=checkbox]:checked {
  background-color: #052049;
}
.filter__items input[type=checkbox]:checked::before {
  content: "L";
  position: absolute;
  color: #fff;
  font-weight: bolder;
  font-size: 24px;
  transform: scaleX(-1) rotate(-35deg);
  left: 0.3rem;
  top: -0.25rem;
}
.filter__items :where(label) {
  font-weight: 400;
  cursor: pointer;
}

.search-page .block-page-title-block {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.search-page .layout-content {
  margin-left: 0;
  padding-left: 0;
  list-style: none;
  display: grid;
  margin-bottom: 5rem;
}
.search-page .layout-content > li {
  list-style: none;
}
.search-page .layout-content > li::before {
  display: none;
}
@media (max-width: 991px) {
  .search-page .layout-content {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
  }
}
@media (min-width: 992px) {
  .search-page .layout-content {
    margin-left: max(var(--container-gutter), 50% - 60rem/2);
    margin-right: max(var(--container-gutter), 50% - 60rem/2);
    max-width: 69rem;
    grid-template-columns: minmax(380px, 1fr) 2fr;
    grid-template-rows: auto min-content min-content 1fr;
  }
}
.search-page :where(ul) {
  padding-left: 0;
}
@media (max-width: 991px) {
  .search-page .block-system-main-block {
    position: static;
  }
}
@media (min-width: 992px) {
  .search-page .block-system-main-block {
    grid-column: 2;
    grid-row: 2/-1;
  }
}
.search-page .l-sidebar {
  z-index: 1;
}
@media (max-width: 991px) {
  .search-page .l-sidebar {
    margin-left: var(--container-gutter);
    margin-right: var(--container-gutter);
  }
}
@media (min-width: 992px) {
  .search-page .l-sidebar--2 {
    margin-top: 1rem;
  }
}
.search-page .l-sidebar--3 {
  margin-top: 1rem;
}
@media (min-width: 992px) {
  .search-page .l-sidebar--3 {
    margin-top: 2rem;
  }
}
.search-page .search--filter {
  margin-top: 1.5rem;
  margin-bottom: 3rem;
  position: relative;
  grid-row: 1;
}
@media (min-width: 992px) {
  .search-page .search--filter {
    padding: 0;
    grid-column: 1/-1;
    grid-row: 1;
  }
}
@media (min-width: 992px) {
  .search-page .search--filter .focus-outline {
    right: 0;
  }
}
.search-page .search--filter .search__submit {
  top: 0;
  right: 1rem;
  margin-top: 0;
}
.search-page .results {
  color: #485972;
  margin-top: 0.5rem;
}
@media (min-width: 600px) {
  .search-page .results {
    float: right;
  }
}
@media (max-width: 991px) {
  .search-page__results,
.search-page .view-empty {
    margin-top: 3.5rem;
    margin-left: var(--container-gutter);
    margin-right: var(--container-gutter);
  }
}
.search-page__results :where(ul),
.search-page .view-empty :where(ul) {
  margin: 0;
}
.search-page .pager__items {
  text-align: start;
  padding-left: 0;
  padding-right: 0;
}

@media (max-width: 991px) {
  .is-open .filter__items {
    display: flex;
    flex-direction: column;
    padding: 1.5rem 1rem;
    border: 0.02rem solid rgba(0, 107, 233, 0.5);
  }
  .is-open .filter__button {
    border-color: rgba(0, 107, 233, 0.5);
    box-shadow: 0 1px 3px rgba(0, 107, 233, 0.5), 0 1px 3px rgba(0, 107, 233, 0.5);
  }
  .is-open .filter__button::after {
    transform: rotate(135deg);
    border-color: #006be9;
  }
  .l-sidebar--1 .is-open .filter__items {
    border-bottom: none;
    padding-bottom: 0;
  }
  .is-open--sidebar-2 + .l-sidebar--2 .filter__items {
    display: flex;
    padding: 1rem 1rem 1.5rem 1rem;
    border: 0.02rem solid rgba(0, 107, 233, 0.5);
    border-top: none;
  }
}

.search-teaser {
  margin-bottom: 3rem;
  position: relative;
  list-style: none;
}
.search-teaser__audience {
  font-size: 0.9rem;
  margin-bottom: 0.25rem;
  color: #007242;
}
.search-teaser :where(a) {
  transition: background-color 0.2s cubic-bezier(0.33, 0.66, 0.66, 1);
}
.search-teaser :where(a)::after {
  content: "";
  position: absolute;
  width: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: transparent;
  margin: 0;
  z-index: 1;
}
.search-teaser :where(a):hover {
  text-decoration-color: #E8F4FA;
  background-color: #E8F4FA;
}
.search-teaser__title {
  color: #006be9;
  margin-top: 0;
  margin-bottom: 0.25rem;
}
.search-teaser__body {
  color: #052049;
}
.search-teaser__body > ul {
  padding-left: 0.85rem;
}
.search-teaser:last-child {
  margin-bottom: 0;
}

.search-report-link {
  margin-top: 1rem;
}
@media (min-width: 992px) {
  .search-report-link {
    margin-top: 2rem;
  }
}

:root {
  --card-element-offset: 2rem;
}

@media (min-width: 768px) {
  .l-top-sidebar__news {
    --card-element-offset: 1.5rem;
  }
}
@media (min-width: 1200px) {
  .l-top-sidebar__news {
    --card-element-offset: 2rem;
  }
}

.sticky-homepage-news {
  padding-bottom: 6rem;
}
@media (min-width: 768px) {
  .homepage .sticky-homepage-news.l-container-breakout {
    left: 0;
    right: 0;
    margin-left: initial;
    margin-right: initial;
    width: auto;
  }
}
@media (max-width: 767px) {
  .sticky-homepage-news {
    margin-left: calc(var(--container-gutter) * -1);
    margin-right: calc(var(--container-gutter) * -1);
    padding-top: 2.75rem;
  }
}
@media (min-width: 768px) {
  .sticky-homepage-news {
    padding-top: 5rem;
  }
}
.sticky-homepage-news::after {
  content: "";
  -webkit-mask-image: url("../images/wave-mask.svg");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  background-color: #fff;
  position: absolute;
  width: 101%;
  bottom: 0;
  left: 0;
  display: block;
  height: 4rem;
  z-index: 1;
  -webkit-mask-position: center bottom;
  margin-left: -1px;
  margin-right: -1px;
}
.sticky-homepage-news:not(.l-top-sidebar .sticky-homepage-news) {
  margin-top: 0;
}
@media (max-width: 599px) {
  .sticky-homepage-news :where(.view-header) {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}
@media (min-width: 1440px) {
  .sticky-homepage-news :where(.view-header) {
    padding-left: var(--container-gutter);
    padding-right: var(--container-gutter);
  }
}
@media (min-width: 992px) {
  .sticky-homepage-news :where(.view-header) :where(h2) {
    margin-bottom: 2rem;
  }
}
.sticky-homepage-news:has(.text-card--offset-icon) :where(.view-header h2) {
  margin-bottom: calc(2rem + var(--img-icon) / 3);
}
@media (max-width: 767px) {
  .homepage .sticky-homepage-news .more-link {
    position: relative;
    right: 0.5rem;
  }
}
@media (min-width: 768px) {
  .homepage .sticky-homepage-news .more-link {
    top: 1rem;
  }
}
.homepage .sticky-homepage-news .more-link a:hover {
  background-color: #006be9;
}
@media (min-width: 600px) and (max-width: 767px) {
  .homepage .sticky-homepage-news:has(.text-card--offset-icon) .more-link {
    right: 0;
  }
}
.homepage .sticky-homepage-news:has(.view-header) .more-link {
  right: 0.5rem;
  top: 1rem;
}
@media (min-width: 600px) {
  .homepage .sticky-homepage-news:has(.view-header) .more-link {
    right: 0;
  }
}
@media (min-width: 768px) {
  .homepage .sticky-homepage-news:has(.view-header) .more-link {
    top: 4.5rem;
    right: var(--container-gutter);
  }
}
@media (min-width: 768px) {
  .homepage .sticky-homepage-news:has(.view-header + .view-content .text-card--offset-icon) .more-link {
    top: 5rem;
  }
}
.sticky-homepage-news + .section-panel:first-of-type {
  margin-top: 0;
}
@media (min-width: 600px) {
  .sticky-homepage-news .card-panel__content {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .homepage .sticky-homepage-news :is(.extra-specificity.extra-specificity, .card-panel--has-offset-card) {
    row-gap: 1.5rem;
  }
}
@media (max-width: 767px) {
  .homepage .sticky-homepage-news .image-card--offset {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .homepage .sticky-homepage-news .image-card__figure {
    margin-left: var(--card-element-offset);
    margin-right: var(--card-element-offset);
    transform: translateY(calc(var(--card-element-offset) * -1));
  }
}
@media (min-width: 768px) {
  .l-top-sidebar__news .sticky-homepage-news .image-card__figure {
    margin-left: var(--card-element-offset);
    margin-right: var(--card-element-offset);
    transform: translateY(calc(var(--card-element-offset) * -1));
  }
}
@media (min-width: 768px) {
  .l-top-sidebar__news .sticky-homepage-news .image-card__info {
    padding-left: var(--card-element-offset);
    padding-right: var(--card-element-offset);
  }
}
@media (min-width: 768px) {
  .l-top-sidebar__news .sticky-homepage-news .image-card {
    margin-top: var(--card-element-offset);
  }
}

.text-card {
  display: grid;
  grid-template-rows: max-content max-content max-content max-content;
  background-color: #fff;
  padding: 1.5rem;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 0.9rem;
  height: 100%;
}
.text-card__icon {
  width: 4rem;
  height: 4rem;
  margin-bottom: 1.5rem;
}
.text-card__header-wrapper {
  display: inline-grid;
  grid-template-columns: var(--img-icon) auto;
  padding-bottom: 0.4rem;
}
.text-card__header-wrapper :where(img) {
  grid-row: 1;
  grid-column: 1;
}
.text-card__header-wrapper.no-author {
  padding-bottom: 1.5rem;
}
.text-card__header-wrapper :where(.text-card__byline-wrapper) {
  grid-row: 1;
  grid-column: 2;
}
.text-card__byline {
  color: #485972;
  font-size: 0.8rem;
  margin-bottom: 0.4rem;
}
.text-card__header-wrapper .text-card__byline {
  margin-bottom: 0;
}
.text-card__title {
  line-height: 1.25;
  font-weight: 700;
  color: #052049;
  font-style: normal;
  font-stretch: normal;
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 1rem;
  font-weight: 500;
  font-size: 1.2rem;
  margin-top: 0;
  margin-bottom: 0.5rem;
}
.text-card__title:first-child:not(.page-title) {
  margin-top: 0;
}
.text-card__title::before {
  content: "";
  width: 3.5rem;
  border-bottom: 0.13rem solid #84C234;
  display: block;
  margin-bottom: 1.3rem;
}
.text-card:where(.text-card--offset-icon) .text-card__title {
  font-weight: bold;
}
.text-card:where(.text-card--offset-icon) .text-card__title :where(a) {
  text-decoration: underline;
}
.text-card:where(.text-card--offset-icon) .text-card__title :where(a):hover {
  color: #006be9;
}
.text-card__header-wrapper .text-card__body, .text-card__header-wrapper ~ .text-card__body {
  color: #485972;
}
.text-card__list {
  margin-left: 0;
  padding-left: 0;
  list-style: none;
  align-self: start;
}
.text-card__list > li {
  list-style: none;
}
.text-card__list > li::before {
  display: none;
}
.text-card__list > :where(* + *) {
  margin-top: 0.5rem;
}
.text-card__list > :where(:last-child) {
  margin-bottom: 0;
}
.text-card__cta {
  appearance: none;
  background-color: transparent;
  color: #052049;
  font-size: 0.8rem;
  font-weight: 600;
  border: 2px solid;
  border-color: #006be9;
  border-radius: 1.6rem;
  line-height: 1.4;
  padding: 0.6em 1.6em;
  text-align: center;
  vertical-align: middle;
  display: inline-block;
  cursor: pointer;
  font-family: "HelveticaNeueLTW", "HelveticaNeue", "Helvetica", "Arial", sans-serif;
  touch-action: manipulation;
  user-select: none;
  transition: cubic-bezier(0.33, 0.66, 0.66, 1) 0.2s background-color;
  text-decoration: none;
  letter-spacing: 0.4px;
  align-self: end;
  margin-top: 1rem;
  align-self: start;
}
.text-card__cta:hover {
  background-color: #006be9;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.text-card__cta:hover {
  text-decoration: none;
}
.text-card__cta:hover::after {
  background-color: #fff;
}
.text-card--alt, :where(.view-article-relate-news-and-events) .text-card {
  position: relative;
}
.text-card--alt :where(.text-card__title), :where(.view-article-relate-news-and-events) .text-card :where(.text-card__title) {
  font-size: 1rem;
}
.text-card--alt :where(.text-card__title)::before, :where(.view-article-relate-news-and-events) .text-card :where(.text-card__title)::before {
  display: none;
}
.text-card--alt :where(.text-card__title) :where(a), :where(.view-article-relate-news-and-events) .text-card :where(.text-card__title) :where(a) {
  color: #052049;
  text-decoration: none;
}
.text-card--alt :where(.text-card__title) :where(a):hover, :where(.view-article-relate-news-and-events) .text-card :where(.text-card__title) :where(a):hover {
  text-decoration: underline;
  background-color: transparent;
}
.text-card--alt :where(.text-card__title) :where(a)::after, :where(.view-article-relate-news-and-events) .text-card :where(.text-card__title) :where(a)::after {
  content: "";
  position: absolute;
  width: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: transparent;
  margin: 0;
  z-index: 1;
}

/**
 * @file
 * Visual styles for table drag.
 */
tr.drag {
  background-color: #fffff0;
}

tr.drag-previous {
  background-color: #ffd;
}

body div.tabledrag-changed-warning {
  margin-bottom: 0.5rem;
}

/**
 * @file
 * Table select behavior.
 *
 * @see tableselect.js
 */
tr.selected td {
  background: #ffc;
}

td.checkbox,
th.checkbox {
  text-align: center;
}

/**
 * @file
 * Table sort indicator.
 */
th.is-active img {
  display: inline;
}

td.is-active {
  background-color: #ddd;
}

/**
 * @file
 * Visual styles for tabs.
 */
div.tabs {
  margin: 1rem 0;
}

ul.tabs {
  margin: 0 0 0.5rem;
  padding: 0;
  list-style: none;
}

.tabs > li {
  display: inline-block;
  margin-right: 0.3rem;
}

.tabs a {
  display: block;
  padding: 0.2rem 1rem;
  text-decoration: none;
}

.tabs a.is-active {
  background-color: #eee;
}

.tabs a:focus,
.tabs a:hover {
  background-color: #f5f5f5;
}

@media (min-width: 992px) {
  .teams-grid {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
  }
}
.teams-grid .view-header {
  padding-left: max(var(--container-gutter), calc(50% - 69rem/2));
  padding-right: max(var(--container-gutter), calc(50% - 69rem/2));
}
.teams-grid .view-header :where(p) {
  color: #485972;
  max-width: 33.75rem;
  margin-bottom: 1.5rem;
}
.teams-grid .view-content {
  padding-top: 3.25rem;
  padding-bottom: 5rem;
  background-color: #F2F3F4;
  padding-left: max(var(--container-gutter), calc(50% - 69rem/2));
  padding-right: max(var(--container-gutter), calc(50% - 69rem/2));
}
@media (max-width: 991px) {
  .teams-grid .view-content {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.teams-grid .view-content :where(ul) {
  margin-left: 0;
  padding-left: 0;
  list-style: none;
  display: grid;
  gap: 1.5rem;
}
.teams-grid .view-content :where(ul) > li {
  list-style: none;
}
.teams-grid .view-content :where(ul) > li::before {
  display: none;
}
@media (min-width: 768px) {
  .teams-grid .view-content :where(ul) {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 992px) {
  .teams-grid .view-content :where(ul) {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.teams-grid .view-content :where(ul) > * {
  min-width: 0;
  margin: 0;
}
.teams-grid__card {
  background-color: #fff;
  padding: 1.5rem;
  position: relative;
}
.teams-grid__card :where(a) {
  text-decoration: none;
}
.teams-grid__card :where(a)::after {
  content: "";
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: transparent;
  margin: 0;
  z-index: 1;
}
.teams-grid__card .card-title:hover :where(a) {
  text-decoration: underline;
  text-underline-position: under;
  text-decoration-color: #006be9;
}
.teams-grid__card :where(h2) {
  line-height: 1.25;
  font-weight: 700;
  color: #052049;
  font-style: normal;
  font-stretch: normal;
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 0.5rem;
  color: #006be9;
}
.teams-grid__card :where(h2):first-child:not(.page-title) {
  margin-top: 0;
}
.teams-grid__card .card-body {
  padding: 0;
  font-size: 0.9rem;
  color: #052049;
}

/**
 * @file
 * Visual styles for a resizable textarea.
 */
.form-textarea-wrapper textarea {
  display: block;
  box-sizing: border-box;
  width: 100%;
  margin: 0;
}

/**
 * @file
 * Styles for modal windows.
 */
.ui-dialog--narrow {
  max-width: 500px;
}

@media screen and (max-width: 600px) {
  .ui-dialog--narrow {
    min-width: 95%;
    max-width: 95%;
  }
}
.universal-header {
  padding-left: max(var(--container-gutter), calc(50% - 69rem/2));
  padding-right: max(var(--container-gutter), calc(50% - 69rem/2));
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #052049;
}
@media (max-width: 991px) {
  .universal-header {
    padding-left: var(--container-gutter);
  }
}
.universal-header :where(a) {
  color: #fff;
  font-size: 0.7rem;
  text-decoration: none;
  font-weight: 500;
  font-family: "HelveticaNeueLTW", "HelveticaNeue", "Helvetica", "Arial", sans-serif;
  letter-spacing: 0.3px;
  padding-top: 0.56rem;
  padding-bottom: 0.56rem;
}
.universal-header :where(a):hover {
  text-decoration: underline;
  text-underline-position: below;
}
.universal-header :where(a)::after {
  display: none;
}
.universal-header__give {
  display: none;
}
@media (min-width: 1071px) {
  .universal-header__give {
    display: block;
    padding-right: var(--container-gutter);
    padding-left: var(--container-gutter);
    margin-right: -var(--container-gutter);
    background-color: #006be9;
    transition: 0.2s cubic-bezier(0.33, 0.66, 0.66, 1) background-color;
  }
  .universal-header__give:hover, .universal-header__give:focus {
    background-color: #0F388A;
    text-decoration: none;
  }
}
.universal-header *:focus-visible,
.universal-header *:focus {
  outline: 2px solid #fff;
}

@media (min-width: 992px) {
  :where(.block-system-main-block):has(.view-page) {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    background-color: #F2F3F4;
  }
}
@media (min-width: 992px) {
  :where(.block-system-main-block):has(.view-page) :where(.views-element-container) {
    margin-left: max(var(--container-gutter), 50% - 69rem/2);
    margin-right: max(var(--container-gutter), 50% - 69rem/2);
    max-width: 69rem;
    padding-top: 3.25rem;
    padding-bottom: 5rem;
  }
}
:where(.block-system-main-block):has(.view-page) :where(.form-submit) {
  background-color: #fff;
  margin-top: 0.5rem;
}
:where(.block-system-main-block):has(.view-page) :where(label) {
  font-size: 0.8rem;
}
:where(.block-system-main-block):has(.view-page) :where(.form-actions) {
  margin: 0;
}
:where(.block-system-main-block):has(.view-page) :where(.view-content) {
  background-color: #fff;
  box-shadow: 0 1px 3px rgba(5, 32, 73, 0.1), 0 1px 3px rgba(5, 32, 73, 0.1);
  padding: 2.5rem 3rem 3rem 3rem;
  margin-bottom: 1rem;
  margin-top: 2rem;
}

.view-article-related-news {
  padding-left: var(--container-gutter);
  padding-right: var(--container-gutter);
  position: relative;
}
@media (min-width: 992px) {
  .view-article-related-news {
    padding-left: 0;
    padding-right: 0;
  }
}
.view-article-related-news :where(.image-card) {
  margin-top: 2rem;
}
.view-article-related-news :where(ul) {
  margin-left: 0;
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
  display: grid;
  gap: 1.5rem;
  margin-top: 0;
}
.view-article-related-news :where(ul) > li {
  list-style: none;
}
.view-article-related-news :where(ul) > li::before {
  display: none;
}
@media (min-width: 820px) {
  .view-article-related-news :where(ul) {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    row-gap: 4rem;
  }
}
.view-article-related-news :where(ul) > * {
  min-width: 0;
}
.view-article-related-news :where(li) {
  margin-left: 0;
  margin-bottom: 0;
}
.view-article-related-news :where(.text-card, .image-card) {
  background-color: #fff;
}
@media (max-width: 819px) {
  .view-article-related-news .image-card__figure {
    margin-left: 0;
    margin-right: 0;
    transform: none;
  }
}
@media (max-width: 819px) {
  .view-article-related-news .image-card__figure {
    margin-left: 0;
    margin-right: 0;
    transform: none;
  }
}
@media (max-width: 819px) {
  .view-article-related-news .image-card__info {
    padding-left: 1rem;
    padding-right: 1rem;
    margin-top: 0;
  }
}
.view-article-related-news .more-link {
  position: absolute;
  right: 1.5rem;
  top: -0.5rem;
}
@media (min-width: 992px) {
  .view-article-related-news .more-link {
    top: -0.2rem;
    right: 0;
  }
}

.view-news-page {
  position: relative;
}
.view-news-page .view-header :where(h2) {
  display: none;
}
.view-news-page .view-content {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  background-color: #F2F3F4;
  padding: 5rem 1.5rem;
}
@media (min-width: 992px) {
  .view-news-page .view-content {
    padding-left: 0;
    padding-right: 0;
  }
}
.view-news-page .view-content .item-list {
  padding-left: max(var(--container-gutter), calc(50% - 69rem/2));
  padding-right: max(var(--container-gutter), calc(50% - 69rem/2));
}
@media (max-width: 991px) {
  .view-news-page .view-content .item-list {
    padding-left: 0;
    padding-right: 0;
  }
}
.view-news-page .view-content :where(ul) {
  margin-left: 0;
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
  display: grid;
  gap: 1.5rem;
  row-gap: 3.5rem;
}
.view-news-page .view-content :where(ul) > li {
  list-style: none;
}
.view-news-page .view-content :where(ul) > li::before {
  display: none;
}
@media (min-width: 820px) {
  .view-news-page .view-content :where(ul) {
    row-gap: 4rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 992px) {
  .view-news-page .view-content :where(ul) {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.view-news-page .view-content :where(ul) > * {
  min-width: 0;
}
.view-news-page .view-content :where(li) {
  margin-left: 0;
  margin-bottom: 0;
  background-color: #fff;
  margin-top: 0;
}
@media (min-width: 600px) {
  .view-news-page .view-content :where(li):has(> .image-card--offset) {
    background-color: transparent;
  }
}
.view-news-page .pager {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  background-color: #F2F3F4;
  margin-top: 0;
}
.view-news-page .pager__items {
  padding-left: max(var(--container-gutter), calc(50% - 69rem/2));
  padding-right: max(var(--container-gutter), calc(50% - 69rem/2));
  margin-top: -2rem;
  margin-bottom: 0;
  padding-bottom: 5rem;
  background-color: #F2F3F4;
}
.view-news-page .more-link {
  position: absolute;
  top: -0.5rem;
  right: 1.5rem;
}
@media (min-width: 992px) {
  .view-news-page .more-link {
    right: 0;
    top: -0.2rem;
  }
}

.view-announcements--background {
  background-image: url("../images/announcements-bk.svg");
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 3rem;
  padding-bottom: 2rem;
  position: relative;
  margin-left: -0.5rem;
  margin-right: -0.5rem;
  overflow: hidden;
}
@media (min-width: 768px) {
  .view-announcements--background {
    padding-bottom: 3.5rem;
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }
}
@media (min-width: 992px) {
  .view-announcements--background {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (min-width: 1440px) {
  .view-announcements--background {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }
}
.view-announcements--background::after {
  content: "";
  -webkit-mask-image: url("../images/wave-mask.svg");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  background-color: #fff;
  position: absolute;
  width: 101%;
  bottom: 0;
  display: block;
  height: 4rem;
  z-index: 1;
  -webkit-mask-position: center bottom;
  margin-left: -1px;
  margin-right: -1px;
}
.view-announcements--background .views-element-container {
  padding-bottom: 2.5rem;
}

.view-announcements--teaser {
  margin-left: max(var(--container-gutter), 50% - 60rem/2);
  margin-right: max(var(--container-gutter), 50% - 60rem/2);
  max-width: 69rem;
  background-color: #fff;
  padding-left: var(--container-gutter);
  padding-right: var(--container-gutter);
  padding-top: 3.3rem;
  padding-bottom: 3.3rem;
  margin-top: 2.5rem;
}
@media (min-width: 992px) {
  .view-announcements--teaser {
    margin-top: 3rem;
    padding-top: 4rem;
    padding-bottom: 3.8rem;
    padding-left: 5.8rem;
    padding-right: 5.8rem;
  }
}
.view-announcements--teaser :where(h2) {
  line-height: 1.25;
  font-weight: 700;
  color: #052049;
  font-style: normal;
  font-stretch: normal;
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 1.4rem;
  letter-spacing: initial;
  display: flex;
  font-size: 2rem;
}
.view-announcements--teaser :where(h2):first-child:not(.page-title) {
  margin-top: 0;
}
@media (min-width: 600px) {
  .view-announcements--teaser :where(h2) {
    font-size: 1.6rem;
  }
}
@media (max-width: 599px) {
  .view-announcements--teaser :where(h2) {
    font-size: calc((75vw - 5rem) / 7);
  }
}
.view-announcements--teaser :where(h2)::after {
  content: "";
  display: inline;
  width: 100%;
  border-top: 0.1rem solid #84C234;
  transform: translateY(50%);
  margin-left: 1rem;
}
.view-announcements--teaser .more-link a {
  appearance: none;
  background-color: transparent;
  color: #052049;
  font-size: 0.8rem;
  font-weight: 600;
  border: 2px solid;
  border-color: #006be9;
  border-radius: 1.6rem;
  line-height: 1.4;
  padding: 0.6em 1.6em;
  text-align: center;
  vertical-align: middle;
  display: inline-block;
  cursor: pointer;
  font-family: "HelveticaNeueLTW", "HelveticaNeue", "Helvetica", "Arial", sans-serif;
  touch-action: manipulation;
  user-select: none;
  transition: cubic-bezier(0.33, 0.66, 0.66, 1) 0.2s background-color;
  text-decoration: none;
  letter-spacing: 0.4px;
}
.view-announcements--teaser .more-link a:hover {
  background-color: #006be9;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.view-announcements--teaser .more-link a:hover {
  text-decoration: none;
}
@media (min-width: 992px) {
  .view-announcements--teaser .more-link a {
    margin-top: 2.5rem;
    margin-bottom: -2rem;
  }
}
.knowledge-base .view-announcements--teaser, .news .view-announcements--teaser, .event .view-announcements--teaser {
  box-shadow: 0 1px 3px rgba(5, 32, 73, 0.1), 0 1px 3px rgba(5, 32, 73, 0.1);
}
@media (min-width: 820px) {
  .knowledge-base .view-announcements--teaser, .news .view-announcements--teaser, .event .view-announcements--teaser {
    max-width: 100%;
  }
}
@media (min-width: 820px) {
  .knowledge-base .view-announcements--teaser :where(h2), .news .view-announcements--teaser :where(h2), .event .view-announcements--teaser :where(h2) {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
@media (max-width: 820px) {
  .knowledge-base .view-announcements--teaser :where(h2)::after, .news .view-announcements--teaser :where(h2)::after, .event .view-announcements--teaser :where(h2)::after {
    transform: translateY(78%);
  }
}
.event .view-announcements--teaser {
  margin-top: -1px;
  margin-bottom: -1px;
}

.announcement-teaser :where(ul) {
  margin-left: 0;
  padding-left: 0;
  list-style: none;
}
.announcement-teaser :where(ul) > li {
  list-style: none;
}
.announcement-teaser :where(ul) > li::before {
  display: none;
}
.announcement-teaser :where(li) {
  display: grid;
  grid-template-columns: max-content 1fr;
  grid-template-rows: max-content;
  margin-left: 0;
  margin-top: 2.8rem;
}
@media (min-width: 992px) {
  .announcement-teaser :where(li) {
    grid-template-rows: 1fr;
    grid-template-columns: max-content 1fr;
    align-items: center;
  }
}
.announcement-teaser__date {
  height: max-content;
  width: max-content;
  padding: 0.5rem;
  border: 0.1rem solid #84C234;
}
@media (min-width: 992px) {
  .announcement-teaser__date {
    display: grid;
    grid-template-rows: 1fr;
    grid-template-columns: max-content max-content;
    grid-row: 1;
    grid-column: 1;
    padding: 0;
    border: none;
  }
}
.announcement-teaser__date .datetime__month, .announcement-teaser__date .datetime__day {
  height: min-content;
  line-height: 1;
  width: 2.25rem;
}
@media (min-width: 992px) {
  .announcement-teaser__date::after {
    content: "";
    display: inline;
    width: 6rem;
    border-top: 0.1rem solid #84C234;
    margin-left: 2.5rem;
    margin-right: 1.5rem;
    height: min-content;
    align-self: center;
  }
}
.announcement-teaser__body {
  margin-left: 1rem;
  font-size: 0.9rem;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .announcement-teaser__body {
    grid-row: 1;
    grid-column: 2;
    margin-left: 0;
  }
}
.announcement-teaser__body :where(a) {
  transition: background-color 0.2s cubic-bezier(0.33, 0.66, 0.66, 1);
}
.announcement-teaser__body :where(a):hover, .announcement-teaser__body :where(a):focus-visible {
  background-color: #ebf5fa;
  text-decoration-color: #ebf5fa;
}

.path-announcements .layout-content {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  background-color: #F2F3F4;
  margin-top: -1px;
  margin-bottom: -1px;
  padding-top: 1px;
  padding-bottom: 5rem;
}
.path-announcements :where(h1) {
  padding-left: max(var(--container-gutter), calc(50% - 69rem/2));
  padding-right: max(var(--container-gutter), calc(50% - 69rem/2));
  display: flex;
  background-color: white;
  position: relative;
  margin-top: 0;
  padding-top: 1.5rem;
  padding-bottom: 2rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
@media (min-width: 992px) {
  .path-announcements :where(h1) {
    margin-bottom: 2.75rem;
  }
}
.path-announcements :where(h1)::after {
  content: "";
  display: inline;
  width: 100%;
  border-top: 0.1rem solid #84C234;
  transform: translateY(50%);
  margin-left: 1rem;
}

.view-announcements--page {
  margin-left: max(var(--container-gutter), 50% - 60rem/2);
  margin-right: max(var(--container-gutter), 50% - 60rem/2);
  max-width: 69rem;
  background-color: white;
  margin-top: 2.75rem;
  padding-left: 5.8rem;
  padding-right: 5.8rem;
  padding-top: 1.2rem;
  padding-bottom: 3.8rem;
}
.view-announcements--page .view-header :where(h2) {
  display: none;
}

.views-cards, .node--type-ucsf-news {
  max-width: 975px;
  margin-bottom: 80px;
}
.views-cards ul, .node--type-ucsf-news ul {
  margin-left: 0;
  padding-left: 0;
  list-style: none;
}
.views-cards ul > li, .node--type-ucsf-news ul > li {
  list-style: none;
}
.views-cards ul > li::before, .node--type-ucsf-news ul > li::before {
  display: none;
}

.views-card {
  margin-top: 1.5rem;
  padding: 1.5rem;
  background-color: #fff;
  box-shadow: 0 1px 3px rgba(5, 32, 73, 0.1), 0 1px 3px rgba(5, 32, 73, 0.1);
  position: relative;
}
.views-card :where(a) {
  transition: color 0.2s cubic-bezier(0.33, 0.66, 0.66, 1);
  color: #052049;
}
.views-card :where(a):hover {
  color: #006be9;
}
.views-card :where(a)::after {
  content: "";
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: transparent;
  margin: 0;
  z-index: 1;
}
.views-card-date {
  color: #485972;
  font-size: 0.9rem;
}
.views-card-title {
  font-size: 1.2rem;
  margin-bottom: 0.75rem;
}
.views-card-title:has(a[href^=http])::after {
  content: "";
  display: inline-block;
  width: 0.75em;
  height: 0.75em;
  mask: url("../images/icons/external.svg") no-repeat center/contain;
  background-color: #052049;
  transition: background-color 0.2s cubic-bezier(0.33, 0.66, 0.66, 1);
  margin-left: 0.5ch;
  vertical-align: middle;
}
.views-card-title:has(a[href^=http]):hover::after {
  background-color: #006be9;
}

.career-tracks {
  display: grid;
  grid-template-columns: 100%;
  grid-template-areas: "header" "sidebar" "content" "pager";
}
@media (min-width: 992px) {
  .career-tracks {
    padding-left: max(var(--container-gutter), calc(50% - 69rem/2));
    padding-right: max(var(--container-gutter), calc(50% - 69rem/2));
    background-color: #F2F3F4;
    grid-template-columns: 1fr 3.2fr;
    grid-template-areas: "header header" "sidebar content" ". pager";
    gap: 1.5rem;
  }
}
@media (min-width: 992px) {
  .career-tracks-page .page-title {
    margin-top: 4rem;
  }
}
.career-tracks .view-header {
  grid-area: header;
  background-color: #fff;
  color: #485972;
}
@media (min-width: 992px) {
  .career-tracks .view-header {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
  }
}
.career-tracks .view-header :where(p) {
  margin-bottom: 1.5rem;
}
@media (min-width: 992px) {
  .career-tracks .view-header :where(p) {
    padding-left: max(var(--container-gutter), calc(50% - 69rem/2));
    padding-right: max(var(--container-gutter), calc(50% - 69rem/2));
    padding-right: max(var(--container-gutter), 50.7%) !important;
  }
}
@media (min-width: 992px) {
  .career-tracks-wrapper {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    background-color: #F2F3F4;
  }
}
.career-tracks .view-filters {
  grid-area: sidebar;
}
.career-tracks .form--inline {
  display: grid;
  grid-template-columns: 1fr;
}
@media (max-width: 991px) {
  .career-tracks .form--inline {
    margin-left: max(var(--container-gutter), 50% - 69rem/2);
    margin-right: max(var(--container-gutter), 50% - 69rem/2);
    max-width: 69rem;
  }
}
@media (min-width: 992px) {
  .career-tracks .form--inline {
    padding-top: 1.5rem;
  }
}
.career-tracks .form--inline .form-item {
  margin-right: 0;
}
.career-tracks .form-type-textfield {
  grid-row: 1;
  grid-column: 1;
  width: 100%;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
@media (max-width: 991px) {
  .career-tracks__filter {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    background-color: #F2F3F4;
  }
}
.career-tracks__filter-search {
  height: 2.5rem;
  color: #052049;
  width: 100%;
  padding-right: 2rem;
}
.career-tracks__filter-checkboxes:not(input) {
  grid-column: 1;
  margin-top: 0;
  margin-bottom: 1.5rem;
  margin-right: 0;
}
@media (max-width: 991px) {
  .career-tracks__filter-checkboxes:not(input) :where(legend) {
    border-color: #006be9;
    width: 100%;
    background-color: #fff;
    margin: 0;
    border: 0.02rem solid rgba(5, 32, 73, 0.1);
    box-shadow: 0 1px 3px rgba(5, 32, 73, 0.1), 0 1px 3px rgba(5, 32, 73, 0.1);
    font-size: 1rem;
    align-items: center;
    position: relative;
    cursor: pointer;
  }
  .career-tracks__filter-checkboxes:not(input) :where(legend)::after {
    content: "";
    display: grid;
    position: absolute;
    right: 1rem;
    align-self: center;
    width: 0.6rem;
    height: 0.6rem;
    border-top: 0.1rem solid #052049;
    border-right: 0.1rem solid #052049;
    transform: rotate(45deg);
    transition: 0.2s cubic-bezier(0.33, 0.66, 0.66, 1);
    transition-property: transform, border-color;
  }
  .career-tracks__filter-checkboxes:not(input) :where(legend):hover {
    border-color: rgba(0, 107, 233, 0.5);
    box-shadow: 0 1px 3px rgba(0, 107, 233, 0.5), 0 1px 3px rgba(0, 107, 233, 0.5);
  }
  .career-tracks__filter-checkboxes:not(input) :where(legend):hover::after {
    border-color: #006be9;
  }
  .career-tracks__filter-checkboxes:not(input) :where(legend)[aria-expanded=true] {
    border-color: rgba(0, 107, 233, 0.5);
    box-shadow: 0 1px 3px rgba(0, 107, 233, 0.5), 0 1px 3px rgba(0, 107, 233, 0.5);
  }
  .career-tracks__filter-checkboxes:not(input) :where(legend)[aria-expanded=true]::after {
    transform: rotate(135deg);
    border-color: #006be9;
  }
}
.career-tracks__filter-checkboxes:not(input) :where(ul) {
  margin-left: 0;
  padding-left: 0;
  list-style: none;
}
.career-tracks__filter-checkboxes:not(input) :where(ul) > li {
  list-style: none;
}
.career-tracks__filter-checkboxes:not(input) :where(ul) > li::before {
  display: none;
}
@media (max-width: 991px) {
  .career-tracks__filter-checkboxes:not(input) :where(ul) {
    display: none;
  }
}
@media (max-width: 991px) {
  .career-tracks__filter-checkboxes:not(input) :where(ul).is-open {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    padding: 1.5rem 1rem;
    padding-bottom: 1.5rem;
    border: 0.02rem solid rgba(0, 107, 233, 0.5);
    background-color: #fff;
    margin-top: 0;
  }
}
@media (max-width: 991px) {
  .career-tracks__filter-checkboxes legend {
    display: flex;
    flex-wrap: wrap;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 1rem;
  }
}
.career-tracks .form-type-checkbox {
  display: grid;
  grid-template-columns: auto 1fr;
  margin-top: 0;
  margin-bottom: 0;
}
.career-tracks :where(input[type="checkbox"]) {
  appearance: none;
  position: relative;
  border: 1px solid #052049;
  width: 1.5rem;
  height: 1.5rem;
  margin-bottom: 0;
  content: none;
  outline: none;
  margin-right: 0.5rem;
  cursor: pointer;
}
.career-tracks :where(input[type="checkbox"]):focus, .career-tracks :where(input[type="checkbox"]):hover {
  border-color: #006be9;
  box-shadow: 0 0 6px #006be9;
}
.career-tracks :where(input[type="checkbox"]):checked {
  background-color: #052049;
}
.career-tracks :where(input[type="checkbox"]):checked::before {
  content: "L";
  position: absolute;
  color: #fff;
  font-weight: bolder;
  font-size: 26px;
  transform: scaleX(-1) rotate(-35deg);
  left: 0.3rem;
  top: -0.25rem;
}
.career-tracks .form-actions {
  grid-row: 1;
  grid-column: 1;
  justify-self: end;
  align-self: center;
  margin: 0;
}
.career-tracks__filter-submit {
  position: relative;
  text-indent: -9999px;
  -webkit-mask-image: url("../images/icons/magnifier.svg");
  -webkit-mask-repeat: no-repeat;
  transition: 0.2s, cubic-bezier(0.33, 0.66, 0.66, 1), background-color;
  background-color: #006be9;
  transform: translate(-0.4rem, 0.1rem);
  height: 1.2rem;
  padding: 0.25rem 0.65rem;
  margin: 0;
  line-height: 1.15;
}
.career-tracks .view-content,
.career-tracks .view-empty {
  grid-area: content;
  background-color: #fff;
  padding-top: 2rem;
  padding-bottom: 5rem;
}
@media (min-width: 992px) {
  .career-tracks .view-content,
.career-tracks .view-empty {
    margin-top: 1.5rem;
    box-shadow: 0 1px 3px rgba(5, 32, 73, 0.1), 0 1px 3px rgba(5, 32, 73, 0.1);
    padding-right: 2rem;
    padding-left: 2rem;
  }
}
.career-tracks .view-grouping + .view-grouping {
  margin-top: 3rem;
}
.career-tracks .view-grouping-header :where(h3) {
  font-size: 1.2rem;
}
.career-tracks .career-table__caption {
  text-align: start;
  font-weight: 500;
}
@media (max-width: 599px) {
  .career-tracks .career-table__caption {
    margin-bottom: 1rem;
  }
}
.career-tracks .pipe-and-arrow-link {
  font-weight: 400;
}
.career-tracks .pager {
  grid-area: pager;
  padding-top: 2.5rem;
  padding-bottom: 5rem;
  margin-top: 0;
}
@media (max-width: 991px) {
  .career-tracks .pager {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    background-color: #F2F3F4;
  }
}
.career-tracks .pager__items {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 991px) {
  .career-tracks .pager__items {
    margin-left: max(var(--container-gutter), 50% - 69rem/2);
    margin-right: max(var(--container-gutter), 50% - 69rem/2);
    max-width: 69rem;
  }
}

.l-container {
  margin-left: max(var(--container-gutter), 50% - 69rem/2);
  margin-right: max(var(--container-gutter), 50% - 69rem/2);
  max-width: 69rem;
}

.l-container-narrow {
  margin-left: max(var(--container-gutter), 50% - 60rem/2);
  margin-right: max(var(--container-gutter), 50% - 60rem/2);
  max-width: 69rem;
}
@media (max-width: 991px) {
  .l-container-narrow {
    margin-left: var(--container-gutter);
    margin-right: var(--container-gutter);
  }
}
.l-container-narrow--left {
  max-width: 60rem;
  margin-right: calc(max(var(--container-gutter), 50% - 60rem/2) + max(var(--container-gutter), 69rem - 60rem));
  margin-left: max(var(--container-gutter), 50% - 69rem/2);
}
@media (max-width: 991px) {
  .l-container-narrow--left {
    margin-left: var(--container-gutter);
    margin-right: var(--container-gutter);
  }
}

.l-container-offset {
  padding-left: max(var(--container-gutter), calc(50% - 69rem/2));
  padding-right: max(var(--container-gutter), calc(50% - 69rem/2));
}

.l-container-offset-narrow {
  padding-left: max(var(--container-gutter), calc(50% - 69rem/2));
  padding-right: max(var(--container-gutter), calc(50% - 69rem/2));
}
.l-container-offset-narrow--left {
  padding-right: calc(max(var(--container-gutter), 50% - 60rem/2) + max(var(--container-gutter), 69rem - 60rem));
  padding-left: max(var(--container-gutter), 50% - 60rem/2);
}
.l-container-offset-narrow--right {
  padding-left: calc(max(var(--container-gutter), 50% - 60rem/2) + max(var(--container-gutter), 69rem - 60rem));
  padding-left: max(var(--container-gutter), 50% - 60rem/2);
}

.l-container-breakout {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

.l-basic {
  display: grid;
  gap: 1.5rem;
  grid-template-areas: "sidebar" "content";
}
@media (min-width: 992px) {
  .l-basic {
    grid-template-columns: 2.5fr 1fr;
    grid-template-areas: "content sidebar";
  }
}
.l-basic .l-content {
  grid-area: content;
  min-width: 0;
}
.l-basic .l-sidebar {
  grid-area: sidebar;
  min-width: 0;
}
@media (min-width: 992px) {
  .l-basic--reverse {
    grid-template-columns: 1fr 2.5fr;
    grid-template-areas: "sidebar content";
  }
}
@media (min-width: 992px) {
  .l-basic--narrow-sidebar {
    grid-template-columns: 3fr 1fr;
  }
}
@media (min-width: 992px) {
  .l-basic--narrow-sidebar.l-basic--reverse {
    grid-template-columns: 1fr 3fr;
  }
}

.l-full-width {
  display: grid;
  gap: 1.5rem;
  grid-template-areas: "content";
}
@media (min-width: 992px) {
  .l-full-width {
    grid-template-columns: 1fr;
  }
}

.l-thirds {
  display: grid;
  gap: 1.5rem;
}
.l-thirds > * {
  min-width: 0;
}
@media (min-width: 768px) {
  .l-thirds {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 992px) {
  .l-thirds {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.l-fourths {
  display: grid;
  column-gap: 1rem;
  row-gap: 1.5rem;
}
.l-fourths > * {
  min-width: 0;
}
@media (min-width: 600px) {
  .l-fourths {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 992px) {
  .l-fourths {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (min-width: 1312px) {
  .l-fourths {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 992px) {
  .l-top-sidebar {
    display: grid;
    column-gap: 1.5rem;
    grid-template-columns: 2fr 1fr;
    grid-template-areas: "banner sidebar" "news sidebar" "featured sidebar";
  }
}
.l-top-sidebar__sidebar {
  grid-area: sidebar;
}
.l-top-sidebar__banner {
  grid-area: banner;
}
.l-top-sidebar__news {
  grid-area: news;
}
.l-top-sidebar__featured-content {
  grid-area: featured;
}
@media (min-width: 992px) {
  .l-top-sidebar--short {
    display: grid;
    column-gap: 1.5rem;
    grid-template-columns: 2fr 1fr;
    grid-template-areas: "banner sidebar" "news news" "featured .";
  }
}

@media (min-width: 600px) {
  .u-align--right {
    float: right !important;
    margin-bottom: 1rem;
    margin-left: 1rem;
    max-width: 100%;
  }
}

@media (min-width: 600px) {
  .u-align--left {
    float: left !important;
    margin-bottom: 1rem;
    margin-right: 1rem;
    max-width: 100%;
  }
}

.u-align--center {
  text-align: center !important;
}
.u-align--center figure {
  display: block;
}
.u-align--center figure > img {
  width: auto;
}
.u-align--center figcaption {
  font-size: 0.75rem;
  display: block;
}

.u-fixed {
  position: fixed !important;
}

.u-block {
  display: block !important;
}

.u-inline {
  display: inline !important;
}

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

.u-hidden--visually {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}

.u-shown--visually {
  clip: auto !important;
  height: auto !important;
  position: inherit !important;
  width: auto !important;
}

.u-hide-text {
  text-indent: 110% !important;
  white-space: nowrap !important;
  overflow: hidden !important;
}

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