@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@import url("https://fonts.googleapis.com/css2?family=Atkinson+Hyperlegible:wght@400;700&family=Merriweather:wght@300&display=swap");
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

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

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

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

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

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

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

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

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 0 0;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}
.hamburger:hover {
  opacity: 0.75;
}
.hamburger.is-active:hover {
  opacity: 0.75;
}
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #FFCB05;
}

.hamburger-box {
  width: 2.75em;
  height: 2.25em;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -0.125em;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 2.75em;
  height: 0.25em;
  background-color: white;
  border-radius: 0;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -1em;
}
.hamburger-inner::after {
  bottom: -1em;
}

/*
 * Squeeze
 */
.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze .hamburger-inner::before {
  transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}
.hamburger--squeeze .hamburger-inner::after {
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze.is-active .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--squeeze.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}
.hamburger--squeeze.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

html {
  position: relative;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  font-size: 100%;
  -webkit-font-smoothing: antialiased;
}
@media (max-width: 359px) {
  html {
    font-size: 90%;
  }
}
@media (min-width: 50em) and (min-height: 20em) {
  html {
    font-size: 100%;
  }
}
@media (min-width: 90em) and (min-height: 20em) {
  html {
    font-size: 105%;
  }
}
@media (min-width: 95em) and (min-height: 20em) {
  html {
    font-size: 110%;
  }
}
@media (min-width: 105em) and (min-height: 50em) {
  html {
    font-size: 120%;
  }
}
@media (min-width: 115em) and (min-height: 60em) {
  html {
    font-size: 125%;
  }
}

body {
  font-family: "Atkinson Hyperlegible", "Tahoma", sans-serif;
  line-height: 1.5;
  font-weight: 400;
  tap-highlight-color: rgba(49, 93, 144, 0.25);
}
@media screen {
  body {
    background: white;
    color: #111;
  }
}

::-moz-selection {
  background: rgba(255, 203, 5, 0.35);
}

::selection {
  background: rgba(255, 203, 5, 0.35);
}

a {
  color: #315D90;
  cursor: pointer;
  text-decoration-thickness: 0.1em;
}

a:hover, a:focus {
  color: #315D90;
}

a img {
  border: 0px;
}

a[href^=mailto], .url {
  word-break: break-word;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  line-height: 1.25;
  font-weight: 400;
}
h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a, h6 a, .h6 a {
  color: #315D90;
  border-color: #315D90;
}

h1 {
  margin: 0 0 1.5rem;
  font-weight: normal;
}

h2, h3, h4, h5, h6 {
  margin: 4rem 0 1.5rem;
}

h1 + h2,
h2 + h3,
h3 + h4,
h4 + h5,
h5 + h6,
.subheading {
  margin-top: 0;
}

h1, .h1 {
  font-size: 1.8rem;
}

h2, .h2 {
  font-size: 1.6rem;
}

h3, .h3 {
  font-size: 1.4rem;
}

h4, .h4 {
  font-size: 1.25rem;
}

h5, .h5 {
  font-size: 1.125rem;
}

h6, .h6 {
  font-size: 1rem;
}

@media (min-width: 70em) and (min-height: 40em) {
  h1, .h1 {
    font-size: 2.85rem;
  }
  h2, .h2 {
    font-size: 2.25rem;
  }
  h3, .h3 {
    font-size: 1.8rem;
  }
  h4, .h4 {
    font-size: 1.4rem;
  }
  h5, .h5 {
    font-size: 1.25rem;
  }
  h6, .h6 {
    font-size: 1.125rem;
  }
}
p {
  margin: 0 0 1.5em;
}
p:empty {
  margin: 0;
}

acronym, abbr {
  border-bottom: 1px dotted #333;
}

strong,
.strong {
  font-weight: 700;
}

i {
  font-style: normal;
}

em {
  font-style: italic;
}

li {
  margin-bottom: 0.5rem;
}

ul {
  margin: 0 0 1.5rem;
  padding-inline-start: 1.5em;
}
ul ul {
  margin: 0.75rem 0 1.5rem;
}

:where(ul) {
  list-style-type: square;
}
:where(ul) ::marker {
  color: var(--bullet-color, var(--text-color, #315D90));
}

:where(ul ul) ::marker {
  font-size: 0.9em;
  color: var(--bullet-color, var(--text-color, #315D90));
}

:where(ul ul ul) {
  list-style-type: "–  ";
}
:where(ul ul ul) ::marker {
  font-weight: bold;
  color: var(--bullet-color, var(--text-color, #315D90));
}

ol {
  margin: 0 0 1.5rem;
  padding-inline-start: 2em;
}
ol ol {
  margin: 0.75rem 0 1.5rem;
}

:where(ol) ::marker {
  color: var(--bullet-color, var(--text-color, #315D90));
}

nav {
  line-height: 1.2;
}
nav ul {
  list-style: none;
  padding: 0;
}
nav a {
  text-decoration: none;
}

dl {
  margin: 0 0 1.5rem;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0;
}

hr {
  clear: both;
  height: 0.2rem;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #ccc 20%, #ccc 80%, rgba(255, 255, 255, 0) 100%);
  border: 0 !important;
  margin-top: 4rem;
  margin-bottom: 4rem;
}

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

iframe {
  max-width: 100%;
}

figure {
  position: relative;
  margin: 0 0 2rem;
}
figure img {
  width: 100%;
}

figcaption {
  margin: 0;
  padding: 0.5rem 0;
  font-size: 0.8rem;
  color: #333;
}
figcaption p:last-child {
  margin-bottom: 0;
}

pre {
  clear: both;
  font-size: 0.9em;
  line-height: 1.5;
  margin: 1.5rem 0;
  padding: 1em;
  -moz-tab-size: 2;
    -o-tab-size: 2;
       tab-size: 2;
  background: black;
  color: #fff;
  max-width: 100%;
  overflow: auto;
}
pre::-moz-selection {
  background: rgba(255, 203, 5, 0.75);
  color: white;
}
pre::selection {
  background: rgba(255, 203, 5, 0.75);
  color: white;
}

code {
  display: inline-block;
  line-height: 1.5;
  font-size: 0.8em;
  background: rgba(49, 93, 144, 0.05);
  padding: 0 0.2em;
  color: #315D90;
  border: 1px rgba(49, 93, 144, 0.25) solid;
  border-radius: 0.2em;
}

table {
  font-size: 0.85em;
  margin: 0 0 2rem;
  border-color: #ccc;
  border-spacing: 0;
  border-collapse: collapse;
  line-height: 1.5;
}
table p:last-child {
  margin-bottom: 0;
}
table .button:only-child {
  margin: 0;
}

caption {
  text-align: start;
}

thead tr {
  border-bottom: 1px solid #ccc;
}
thead td, thead th {
  background: rgba(241, 241, 241, 0.1);
  border-bottom: 1px solid #ccc;
  vertical-align: bottom;
}

tfoot {
  border-top: 1px solid #ccc;
}

tr {
  background: rgba(241, 241, 241, 0.1);
  border-bottom: 1px solid rgba(204, 204, 204, 0.2);
}
tr:nth-child(even) {
  background: rgba(241, 241, 241, 0.25);
}

td, th {
  padding: 1em;
}

th {
  background: rgba(241, 241, 241, 0.5);
  font-weight: 700;
  text-align: start;
}

td {
  vertical-align: middle;
}

.accordion__title {
  margin: 0.75rem 0;
  padding: 0.5rem;
}

.accordion__toggle {
  margin: 0;
  display: inline-block;
  vertical-align: middle;
}

address {
  font-style: normal;
}

.intro,
.is-style-intro {
  font-size: 1.125rem;
  line-height: 1.5;
  max-width: 48rem;
}
@media (min-width: 40em) {
  .intro,
  .is-style-intro {
    font-size: 1.25em;
  }
}

.intro-xl,
.is-style-intro-xl {
  font-size: 1.25rem;
  line-height: 1.5;
  max-width: 48rem;
}
@media (min-width: 40em) {
  .intro-xl,
  .is-style-intro-xl {
    font-size: 1.4em;
  }
}

.stat {
  font-size: 1.4em;
  font-weight: 700;
  color: #315D90;
  text-decoration: none;
}
.stat a {
  color: #315D90;
  text-decoration: none;
}

.font-9xl {
  font-size: 3rem !important;
}

.font-8xl {
  font-size: 2.85rem !important;
}

.font-7xl {
  font-size: 2.5rem !important;
}

.font-6xl {
  font-size: 2.25rem !important;
}

.font-5xl {
  font-size: 2rem !important;
}

.font-4xl {
  font-size: 1.8rem !important;
}

.font-3xl {
  font-size: 1.6rem !important;
}

.font-2xl {
  font-size: 1.4rem !important;
}

.font-xl {
  font-size: 1.25rem !important;
}

.font-lg {
  font-size: 1.125rem !important;
}

.font-md {
  font-size: 1rem !important;
}

.font-sm {
  font-size: 0.9rem !important;
}

.font-xs {
  font-size: 0.8rem !important;
}

.font-2xs {
  font-size: 0.75rem !important;
}

.font-3xs {
  font-size: 0.7rem !important;
}

.font-4xs {
  font-size: 0.65rem !important;
}

.font-primary {
  font-family: "Atkinson Hyperlegible", "Tahoma", sans-serif;
}

.font-secondary {
  font-family: "Merriweather", Times, "Times New Roman", serif;
}

main p:where(:not([class])),
article p:where(:not([class])) {
  max-width: 48rem;
}
main ul:where(:not([class])),
main ol:where(:not([class])),
article ul:where(:not([class])),
article ol:where(:not([class])) {
  max-width: calc(48rem - 1.5em);
}

hgroup,
.hgroup {
  margin: 0 0 2rem;
}
hgroup h1, hgroup .h1, hgroup h2, hgroup .h2, hgroup h3, hgroup .h3, hgroup h4, hgroup .h4, hgroup h5, hgroup .h5, hgroup h6, hgroup .h6,
.hgroup h1,
.hgroup .h1,
.hgroup h2,
.hgroup .h2,
.hgroup h3,
.hgroup .h3,
.hgroup h4,
.hgroup .h4,
.hgroup h5,
.hgroup .h5,
.hgroup h6,
.hgroup .h6 {
  margin: 0 0 0.5rem;
}

.caps {
  text-transform: uppercase;
}

.url {
  color: #111;
}

.link-access,
.visually-hidden,
.screen-reader-text {
  display: block;
  position: absolute;
  left: -9999em;
  clip: rect(0 0 0 0);
}
.link-access:focus,
.visually-hidden:focus,
.screen-reader-text:focus {
  position: static;
  left: auto;
  clip: none;
}

[class^=grid]:where(:not(table)) {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0 -0.75rem;
}
[class^=grid]:where(:not(table)) > * {
  list-style-type: none;
  box-sizing: border-box;
  width: 100%;
  padding: 0 0.75rem;
}
[class^=grid]:where(:not(table)):before, [class^=grid]:where(:not(table)):after {
  display: none;
}

@media (min-width: 40rem) {
  .grid--spaced {
    margin: 0 -1.25rem;
  }
  .grid--spaced > * {
    padding: 0 1.25rem;
  }
}

@media (min-width: 1em) {
  .grid--compact {
    margin: 0 -0.5rem;
  }
  .grid--compact > * {
    padding: 0 0.5rem;
  }
}

.grid--flush {
  margin: 0;
}
.grid--flush > * {
  padding: 0;
}

.grid--heightmatch {
  display: flex;
  flex-wrap: wrap;
}
.grid--heightmatch > * {
  display: flex;
}
.grid--heightmatch:before, .grid--heightmatch:after {
  display: none;
}

.grid--stretch-items > * {
  display: flex;
}

[class^=col-] {
  display: block;
  float: left;
  clear: none;
}

[class^=grid] [class^=col-] {
  clear: none !important;
}

@media (min-width: 25rem) {
  .grid-2-cols > * {
    width: 50%;
  }
  .col-1\/2 {
    width: 50%;
  }
}
@media (min-width: 50rem) {
  .grid-3-cols > * {
    width: 33.3323333333%;
  }
  .col-1\/3 {
    width: 33.3323333333%;
  }
  .col-2\/3 {
    width: 66.6656666667%;
  }
}
@media (min-width: 25rem) {
  .grid-4-cols > * {
    width: 50%;
  }
}
@media (min-width: 65rem) {
  .grid-4-cols > * {
    width: 25%;
  }
  .col-1\/4 {
    width: 25%;
  }
  .col-3\/4 {
    width: 75%;
  }
}
@media (min-width: 25rem) {
  .grid-5-cols > * {
    width: 50%;
  }
}
@media (min-width: 50rem) {
  .grid-5-cols > * {
    width: 33.3323333333%;
  }
}
@media (min-width: 65rem) {
  .grid-5-cols > * {
    width: 20%;
  }
  .col-1\/5 {
    width: 20%;
  }
  .col-2\/5 {
    width: 40%;
  }
  .col-3\/5 {
    width: 60%;
  }
  .col-4\/5 {
    width: 80%;
  }
}
@media (min-width: 25rem) {
  .grid-6-cols > * {
    width: 50%;
  }
}
@media (min-width: 50rem) {
  .grid-6-cols > * {
    width: 33.3323333333%;
  }
}
@media (min-width: 65rem) {
  .grid-6-cols > * {
    width: 25%;
  }
}
@media (min-width: 65rem) {
  .grid-6-cols > * {
    width: 16.6656666667%;
  }
  .col-1\/6 {
    width: 16.6656666667%;
  }
  .col-5\/6 {
    width: 83.3323333333%;
  }
}
@media (min-width: 20rem) {
  .grid-2-cols\@mobile > * {
    width: 50%;
  }
  .col-1\/2\@mobile {
    width: 50%;
  }
  .col-1\/2\@mobile {
    width: 50%;
  }
  .grid-3-cols\@mobile > * {
    width: 33.3323333333%;
  }
  .col-1\/3\@mobile {
    width: 33.3323333333%;
  }
  .col-2\/3\@mobile {
    width: 66.6656666667%;
  }
  .grid-4-cols\@mobile > * {
    width: 25%;
  }
  .col-1\/4\@mobile {
    width: 25%;
  }
  .col-3\/4\@mobile {
    width: 75%;
  }
  .col-full\@mobile {
    width: 100%;
  }
}
@media (min-width: 35rem) {
  .grid-2-cols\@mobile-wide > * {
    width: 50%;
  }
  .col-1\/2\@mobile-wide {
    width: 50%;
  }
  .col-1\/2\@mobile-wide {
    width: 50%;
  }
  .grid-3-cols\@mobile-wide > * {
    width: 33.3323333333%;
  }
  .col-1\/3\@mobile-wide {
    width: 33.3323333333%;
  }
  .col-2\/3\@mobile-wide {
    width: 66.6656666667%;
  }
  .grid-4-cols\@mobile-wide > * {
    width: 25%;
  }
  .col-1\/4\@mobile-wide {
    width: 25%;
  }
  .col-3\/4\@mobile-wide {
    width: 75%;
  }
  .col-full\@mobile-wide {
    width: 100%;
  }
}
@media (min-width: 47.5rem) {
  .grid-2-cols\@tablet > * {
    width: 50%;
  }
  .col-1\/2\@tablet {
    width: 50%;
  }
  .col-1\/2\@tablet {
    width: 50%;
  }
  .grid-3-cols\@tablet > * {
    width: 33.3323333333%;
  }
  .col-1\/3\@tablet {
    width: 33.3323333333%;
  }
  .col-2\/3\@tablet {
    width: 66.6656666667%;
  }
  .grid-4-cols\@tablet > * {
    width: 25%;
  }
  .col-1\/4\@tablet {
    width: 25%;
  }
  .col-3\/4\@tablet {
    width: 75%;
  }
  .col-full\@tablet {
    width: 100%;
  }
}
@media (min-width: 55rem) {
  .grid-2-cols\@tablet-wide > * {
    width: 50%;
  }
  .col-1\/2\@tablet-wide {
    width: 50%;
  }
  .col-1\/2\@tablet-wide {
    width: 50%;
  }
  .grid-3-cols\@tablet-wide > * {
    width: 33.3323333333%;
  }
  .col-1\/3\@tablet-wide {
    width: 33.3323333333%;
  }
  .col-2\/3\@tablet-wide {
    width: 66.6656666667%;
  }
  .grid-4-cols\@tablet-wide > * {
    width: 25%;
  }
  .col-1\/4\@tablet-wide {
    width: 25%;
  }
  .col-3\/4\@tablet-wide {
    width: 75%;
  }
  .col-full\@tablet-wide {
    width: 100%;
  }
}
@media (min-width: 75rem) {
  .grid-2-cols\@desktop > * {
    width: 50%;
  }
  .col-1\/2\@desktop {
    width: 50%;
  }
  .col-1\/2\@desktop {
    width: 50%;
  }
  .grid-3-cols\@desktop > * {
    width: 33.3323333333%;
  }
  .col-1\/3\@desktop {
    width: 33.3323333333%;
  }
  .col-2\/3\@desktop {
    width: 66.6656666667%;
  }
  .grid-4-cols\@desktop > * {
    width: 25%;
  }
  .col-1\/4\@desktop {
    width: 25%;
  }
  .col-3\/4\@desktop {
    width: 75%;
  }
  .col-full\@desktop {
    width: 100%;
  }
}
@media (min-width: 90rem) {
  .grid-2-cols\@desktop-wide > * {
    width: 50%;
  }
  .col-1\/2\@desktop-wide {
    width: 50%;
  }
  .col-1\/2\@desktop-wide {
    width: 50%;
  }
  .grid-3-cols\@desktop-wide > * {
    width: 33.3323333333%;
  }
  .col-1\/3\@desktop-wide {
    width: 33.3323333333%;
  }
  .col-2\/3\@desktop-wide {
    width: 66.6656666667%;
  }
  .grid-4-cols\@desktop-wide > * {
    width: 25%;
  }
  .col-1\/4\@desktop-wide {
    width: 25%;
  }
  .col-3\/4\@desktop-wide {
    width: 75%;
  }
  .col-full\@desktop-wide {
    width: 100%;
  }
}
.col-full {
  width: 100%;
}

@media screen {
  html {
    background: white;
  }
}

body {
  --scrollbar: 20px; /* default if Javascript is disabled */
}

html,
body {
  position: static;
}

main {
  position: relative;
  z-index: 1;
}
main:after {
  content: "";
  display: table;
  clear: both;
}

section {
  margin: 0 0 4rem;
}
section:first-child {
  margin-top: 0;
}

.wrap {
  margin: 0 auto;
  padding: 0 1.125rem;
  max-width: 80rem;
}
@media (min-width: 40rem) {
  .wrap {
    padding: 0 1.25rem;
  }
}
@media (min-width: 75rem) {
  .wrap {
    padding: 0 3.5%;
  }
}

.align-center,
.align-centre,
.aligncenter {
  margin-left: auto !important;
  margin-right: auto !important;
}

.align-left,
.alignleft {
  float: none;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 35rem) {
  .align-left,
  .alignleft {
    float: left;
    clear: left;
    max-width: calc(50% - 2rem);
    box-sizing: border-box;
    margin-left: 0;
    margin-top: 0.5rem;
    margin-right: 4rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 80rem) {
  .align-left,
  .alignleft {
    max-width: calc(33% - 2rem);
  }
}
@media (min-width: 20rem) {
  .align-left.size-xs, .align-left.size-sm, .align-left.size-small,
  .alignleft.size-xs,
  .alignleft.size-sm,
  .alignleft.size-small {
    float: none;
  }
}
@media (min-width: 20rem) and (min-width: 20rem) {
  .align-left.size-xs, .align-left.size-sm, .align-left.size-small,
  .alignleft.size-xs,
  .alignleft.size-sm,
  .alignleft.size-small {
    float: left;
    clear: left;
    box-sizing: border-box;
    margin-left: 0;
    margin-top: 0.5rem;
    margin-right: 4rem;
    margin-bottom: 1rem;
  }
}
.align-left [class*=align],
.alignleft [class*=align] {
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.align-right,
.alignright {
  float: none;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 35rem) {
  .align-right,
  .alignright {
    float: right;
    clear: right;
    max-width: calc(50% - 2rem);
    box-sizing: border-box;
    margin-right: 0;
    margin-top: 0.5rem;
    margin-left: 4rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 80rem) {
  .align-right,
  .alignright {
    max-width: calc(33% - 2rem);
  }
}
@media (min-width: 20rem) {
  .align-right.size-xs, .align-right.size-sm, .align-right.size-small,
  .alignright.size-xs,
  .alignright.size-sm,
  .alignright.size-small {
    float: none;
  }
}
@media (min-width: 20rem) and (min-width: 20rem) {
  .align-right.size-xs, .align-right.size-sm, .align-right.size-small,
  .alignright.size-xs,
  .alignright.size-sm,
  .alignright.size-small {
    float: right;
    clear: right;
    box-sizing: border-box;
    margin-right: 0;
    margin-top: 0.5rem;
    margin-left: 4rem;
    margin-bottom: 1rem;
  }
}
.align-right [class*=align],
.alignright [class*=align] {
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.align-full,
.alignfull {
  max-width: none;
  width: calc(100vw - var(--scrollbar));
  margin-left: calc(-50vw + var(--scrollbar) / 2 + 50%);
  margin-right: calc(-50vw + var(--scrollbar) / 2 + 50%);
}

.size-line-length-max {
  max-width: 48rem;
  box-sizing: border-box;
}

.size-xs,
.size-sm {
  max-width: 50%;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 20rem) {
  .size-xs,
  .size-sm,
  .size-small {
    max-width: calc(50% - 2rem);
  }
}
@media (min-width: 35rem) {
  .size-xs {
    max-width: calc(25% - 2rem);
  }
  .size-sm,
  .size-small {
    max-width: calc(33% - 2rem);
  }
  .size-md,
  .size-medium {
    width: calc(50% - 2rem);
    max-width: calc(50% - 2rem);
  }
  .size-lg:where(:not(.alignwide, .align-wide, .alignfull, .align-full)),
  .size-large:where(:not(.alignwide, .align-wide, .alignfull, .align-full)) {
    max-width: calc(50% - 2rem);
  }
  .size-auto {
    width: auto;
    max-width: none;
  }
}
@media (min-width: 73rem) {
  .size-sm,
  .size-small {
    max-width: calc(20% - 2rem);
  }
  .size-md,
  .size-medium {
    width: calc(33% - 2rem);
    max-width: calc(33% - 2rem);
  }
}
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-bottom: min(56.25%, 90vh);
  height: 0;
  max-height: 80vh;
  overflow: hidden;
  box-sizing: border-box;
}
.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.siteHeader {
  position: relative;
  background: #123054;
  color: white;
  padding-top: 2.5rem;
  padding-bottom: 3vw;
  margin-bottom: calc(3vw);
  z-index: 2;
  -webkit-mask-image: url("../img/mask-curve-bottom.svg"), linear-gradient(black, black);
          mask-image: url("../img/mask-curve-bottom.svg"), linear-gradient(black, black);
  -webkit-mask-position: bottom, top;
          mask-position: bottom, top;
  -webkit-mask-size: 100% 3vw, 100% calc(100% - 3vw + 1px);
          mask-size: 100% 3vw, 100% calc(100% - 3vw + 1px);
  -webkit-mask-clip: border-box;
          mask-clip: border-box;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}
@media (min-width: 62.5rem) {
  .siteHeader.has-active-nav {
    -webkit-mask-image: none;
            mask-image: none;
    -webkit-mask: none;
            mask: none;
  }
}
.siteHeader a, .siteHeader summary {
  display: block;
  padding: 0.75rem 0;
  color: white;
  cursor: pointer;
}
.siteHeader a:hover, .siteHeader summary:hover {
  color: #FFCB05;
}
.siteHeader a:focus-visible, .siteHeader summary:focus-visible {
  color: #FFCB05;
  outline: none;
  box-shadow: 0 0 0 2px #315D90, 0 0 0 4px #FFCB05;
}
.siteHeader summary {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.siteHeader summary::marker, .siteHeader summary::-webkit-details-marker {
  display: none;
}
.siteHeader__wrap {
  margin: 0 auto;
  padding: 0 1.125rem;
  max-width: 80rem;
}
@media (min-width: 40rem) {
  .siteHeader__wrap {
    padding: 0 1.25rem;
  }
}
@media (min-width: 75rem) {
  .siteHeader__wrap {
    padding: 0 3.5%;
  }
}
.siteHeader__inner {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  row-gap: 0.75rem;
  justify-content: space-between;
  align-items: center;
  padding: 0.5rem 0 1rem;
}
@media (min-width: 62.5rem) {
  .siteHeader__inner {
    padding: 2rem 0;
    row-gap: 2rem;
  }
}
.siteHeader__bar {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  background: #315D90;
  color: white;
  font-size: 0.75rem;
  border-bottom: 0.125rem solid transparent;
  -o-border-image: linear-gradient(to left, #AC3B3B 2.2%, #D86018 16.1%, #FFCF01 31.45%, #A5A508 44.94%, #00B2A9 61.68%, #0153A2 75.17%, #702082 91.51%) 1;
     border-image: linear-gradient(to left, #AC3B3B 2.2%, #D86018 16.1%, #FFCF01 31.45%, #A5A508 44.94%, #00B2A9 61.68%, #0153A2 75.17%, #702082 91.51%) 1;
}
@media (min-width: 62.5rem) {
  .siteHeader__bar {
    border: 0;
  }
}
@media (min-width: 62.5rem) {
  .siteHeader__barInner {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.siteHeader__strapline, .siteHeader__back {
  flex: 1 2 auto;
  padding: 0.25rem 0;
}
.siteHeader__strapline p, .siteHeader__back p {
  margin: 0;
}
@media (min-width: 62.5rem) {
  .siteHeader__strapline, .siteHeader__back {
    font-size: 0.9rem;
    padding: 0.5rem 0;
  }
}
.siteHeader__strapline a, .siteHeader__back a {
  padding: 0;
  text-decoration: none;
}
.siteHeader__heartbeat {
  display: inline-block;
  position: relative;
  margin-left: 0.25em;
  top: 0.1em;
  opacity: 0;
  transition: opacity 500ms ease-in-out, transform 100ms ease-in-out;
}
@keyframes heartbeat {
  0% {
    transform: scale(1);
  }
  25% {
    transform: scale(1);
  }
  30% {
    transform: scale(1.4);
  }
  50% {
    transform: scale(1.2);
  }
  70% {
    transform: scale(1.4);
  }
  100% {
    transform: scale(1);
  }
}
.siteHeader__strapline:hover .siteHeader__heartbeat {
  opacity: 1;
  animation: heartbeat 1500ms linear infinite;
}
.siteHeader__backLink {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-decoration: none;
}
.siteHeader__backLink::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 1.2em;
  height: 1em;
  background: center center/contain no-repeat url("../img/rarr-secondary.svg");
  margin-top: -0.1em;
  margin-inline-end: 0.35em;
  transition: transform 150ms ease-in-out;
  transform: rotate(180deg);
}
.siteHeader__backLink:hover::before, .siteHeader__backLink:focus::before {
  transform: rotate(180deg) translateX(0.2em);
}
.siteHeader__branding {
  flex: 10 1 auto;
  width: 50%;
  max-width: 20rem;
}
.siteHeader__branding a {
  display: table;
  padding: 0;
  outline-offset: 0.75rem;
}
.siteHeader__branding img {
  max-height: 2.25rem;
  margin: 0 auto 0 0;
}
@media (min-width: 62.5rem) {
  .siteHeader__branding {
    max-width: 40%;
  }
}
.siteHeader__actions {
  flex: 0 2 auto;
  display: flex;
  align-items: center;
}
@media (min-width: 62.5rem) {
  .siteHeader__actions {
    display: none;
  }
}
.siteHeader__button {
  flex: 0 1 auto;
  margin: 0 0 0 0.5rem;
  display: inline-flex;
  justify-content: center;
  background: none;
  border: 0;
  outline: none;
}
.siteHeader__button:focus-visible {
  color: #FFCB05;
  outline: none;
  box-shadow: 0 0 0 2px #315D90, 0 0 0 4px #FFCB05;
}
.no-js .siteHeader__button {
  display: none;
}

@media (min-width: 62.5rem) {
  .siteHeader__button {
    display: none;
  }
}
.siteHeader__button--menu {
  font-size: 0.75em;
}
.siteHeader__button--search {
  cursor: pointer;
}
.siteHeader__button--search:hover, .siteHeader__button--search:focus {
  opacity: 0.75;
}
.siteHeader__button--search.is-active svg path {
  stroke: #FFCB05;
}
.siteHeader__title {
  width: 100%;
  border-top: 1px solid transparent;
  padding-top: 0.75rem;
  -o-border-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.1) 20%, rgba(255, 255, 255, 0.1) 80%, rgba(255, 255, 255, 0) 100%) 1;
     border-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.1) 20%, rgba(255, 255, 255, 0.1) 80%, rgba(255, 255, 255, 0) 100%) 1;
  font-size: 1.125rem;
  line-height: 1.25;
}
.siteHeader__title > :last-child {
  margin-bottom: 0;
}
@media (min-width: 62.5rem) {
  .siteHeader__title {
    font-size: 1.6rem;
    order: 1;
    padding-top: 1.5rem;
  }
}
.siteHeader__search {
  width: 100%;
}
@media (min-width: 62.5rem) {
  .siteHeader__search {
    width: auto;
  }
}
.siteHeader__search form {
  margin: 0;
}
.siteHeader__searchField {
  display: flex;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.1));
}
.siteHeader__search input {
  flex: 1 1 auto;
  padding: 0.75rem;
  border: 0;
  border-radius: 0;
  background: transparent;
  max-width: none;
}
.siteHeader__search input::-moz-placeholder {
  color: white;
}
.siteHeader__search input::placeholder {
  color: white;
}
.siteHeader__search input:focus {
  background: white;
}
.siteHeader__search input:focus-visible {
  outline: none;
  box-shadow: 0 0 0 2px #315D90, 0 0 0 4px #FFCB05;
}
.siteHeader__search [type=submit] {
  border: 0;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.1));
  cursor: pointer;
  color: white;
  font-weight: bold;
  padding: 0 0.75rem;
}
.siteHeader__search [type=submit]:focus-visible {
  outline: none;
  box-shadow: 0 0 0 2px #315D90, 0 0 0 4px #FFCB05;
}
@media (min-width: 62.5rem) {
  .siteHeader__search [type=submit] {
    text-indent: -9999em;
    width: 2.5em;
    background: no-repeat center center/50% auto url("../img/icon-search-white.svg");
  }
}
.siteHeader__nav {
  display: contents;
  flex: 2 1 auto;
}
.siteHeader__nav li {
  margin-bottom: 0;
}
.siteHeader .visually-hidden.focusable:active, .siteHeader .visually-hidden.focusable:focus {
  position: absolute !important;
  top: 0;
  left: 0;
  padding: 1rem;
  background: #123054;
  color: white;
  z-index: 999;
}

.primaryNav {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  padding: 1rem 0;
  background: #0A2647;
  font-size: 1.125rem;
  z-index: 2;
}
@media (min-width: 62.5rem) {
  .primaryNav {
    font-size: 1rem;
    padding: 0;
    background: none;
    border-top: 0.125rem solid transparent;
    -o-border-image: linear-gradient(to left, #AC3B3B 2.2%, #D86018 16.1%, #FFCF01 31.45%, #A5A508 44.94%, #00B2A9 61.68%, #0153A2 75.17%, #702082 91.51%) 1;
       border-image: linear-gradient(to left, #AC3B3B 2.2%, #D86018 16.1%, #FFCF01 31.45%, #A5A508 44.94%, #00B2A9 61.68%, #0153A2 75.17%, #702082 91.51%) 1;
  }
}
.primaryNav__list {
  margin-bottom: 0;
}
@media (min-width: 62.5rem) {
  .primaryNav__list {
    display: flex;
    padding: 1rem 0 0.5rem;
    gap: 1.5rem;
  }
}
.primaryNav__item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.primaryNav__item:last-child {
  border: 0;
}
@media (min-width: 62.5rem) {
  .primaryNav__item {
    border: 0;
  }
}
.primaryNav__item > a {
  padding-left: 1rem;
}
@media (min-width: 62.5rem) {
  .primaryNav__item > a {
    padding-left: 0;
  }
}
.primaryNav summary {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.primaryNav summary svg {
  width: 0.5rem;
}
@media (min-width: 62.5rem) {
  .primaryNav summary {
    gap: 0.25rem;
  }
}
.primaryNav summary:focus-visible {
  outline: 0.15em solid rgba(255, 203, 5, 0.75);
  outline-offset: 0.2em;
  box-shadow: none;
}
.primaryNav details[open] summary {
  color: #FFCB05;
}
.primaryNav details[open] summary svg {
  transform: rotate(90deg);
}
.primaryNav details[open] summary svg path {
  stroke: #FFCB05;
}
@media (min-width: 62.5rem) {
  .primaryNav details[open] summary::after {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    cursor: default;
  }
}
.primaryNav__secondLevel {
  padding: 1rem 0 0.75rem 1rem;
  border-top: 1px solid transparent;
  -o-border-image: linear-gradient(90deg, rgba(255, 203, 5, 0) 0%, #ffcb05 20%, #ffcb05 80%, rgba(255, 203, 5, 0) 100%) 1;
     border-image: linear-gradient(90deg, rgba(255, 203, 5, 0) 0%, #ffcb05 20%, #ffcb05 80%, rgba(255, 203, 5, 0) 100%) 1;
}
@media (min-width: 62.5rem) {
  .primaryNav__secondLevel {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
    background: #0A2647;
    border: 0;
    padding: 1.5rem 0 calc(3vw + 1.5rem);
    -webkit-mask-image: url("../img/mask-curve-bottom.svg"), linear-gradient(black, black);
            mask-image: url("../img/mask-curve-bottom.svg"), linear-gradient(black, black);
    -webkit-mask-position: bottom, top;
            mask-position: bottom, top;
    -webkit-mask-size: 100% 3vw, 100% calc(100% - 3vw + 2px);
            mask-size: 100% 3vw, 100% calc(100% - 3vw + 2px);
    -webkit-mask-clip: border-box;
            mask-clip: border-box;
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
  }
}
.primaryNav__secondLevelWrap {
  width: 100%;
  max-width: 80rem;
  margin: 0 auto;
}
@media (min-width: 62.5rem) {
  .primaryNav__secondLevelWrap {
    padding: 0 1.25rem;
  }
}
@media (min-width: 75rem) {
  .primaryNav__secondLevelWrap {
    padding: 0 3.5%;
  }
}
.primaryNav__secondLevel .pointyLink {
  font-size: 1.25rem;
}
@media (min-width: 62.5rem) {
  .primaryNav__secondLevel .pointyLink {
    font-size: 1.6rem;
  }
}
.primaryNav ul ul {
  font-size: 0.9em;
  -moz-columns: 3 20rem;
       columns: 3 20rem;
  padding-left: 0.75rem;
}
@media (min-width: 62.5rem) {
  .primaryNav ul ul {
    padding-left: 0;
  }
}
.primaryNav ul ul li {
  -moz-column-break-inside: avoid;
       break-inside: avoid;
  border-bottom: 1px solid transparent;
  -o-border-image: linear-gradient(90deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.1) 80%, rgba(255, 255, 255, 0) 100%) 1;
     border-image: linear-gradient(90deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.1) 80%, rgba(255, 255, 255, 0) 100%) 1;
}
@media (min-width: 62.5rem) {
  .primaryNav ul ul li {
    -o-border-image: linear-gradient(90deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.2) 80%, rgba(255, 255, 255, 0) 100%) 1;
       border-image: linear-gradient(90deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.2) 80%, rgba(255, 255, 255, 0) 100%) 1;
  }
}
.primaryNav ul ul a {
  padding: 0.5rem 0;
  color: rgba(255, 255, 255, 0.8);
}
.primaryNav ul ul a:focus {
  outline-offset: -0.1em;
  outline: 0.15em solid rgba(255, 203, 5, 0.35);
  box-shadow: none;
}
@media (min-width: 62.5rem) {
  .primaryNav ul ul a {
    padding: 0.5rem 0;
    margin: 0.125rem 0;
  }
}

.secondaryNav {
  width: 100%;
  font-size: 0.9rem;
}
@media (min-width: 62.5rem) {
  .secondaryNav {
    font-size: 0.8rem;
  }
}
.secondaryNav--smallScreen .secondaryNav__list {
  padding: 0.75rem 0;
  -moz-columns: 3 10rem;
       columns: 3 10rem;
}
.secondaryNav--smallScreen .secondaryNav__list li {
  -moz-column-break-inside: avoid;
       break-inside: avoid;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
@media (min-width: 62.5rem) {
  .secondaryNav--smallScreen {
    display: none;
  }
}
.secondaryNav--largeScreen {
  display: none;
}
@media (min-width: 62.5rem) {
  .secondaryNav--largeScreen {
    display: block;
    width: auto;
  }
  .secondaryNav--largeScreen ul {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 0.75rem;
  }
  .secondaryNav--largeScreen li {
    margin: 0;
  }
}

.js .siteHeader__nav,
.js .siteHeader__search {
  display: none;
}
@media (min-width: 62.5rem) {
  .js .siteHeader__nav,
  .js .siteHeader__search {
    display: block !important;
  }
}

.pageHeader--intranet {
  background: white;
  padding: calc(2vmin + 1rem) 0 2vmin;
  margin-bottom: 1.5rem;
}

.intranetHeader {
  -webkit-mask: none;
          mask: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.intranetHeader__bar {
  padding: 0.5rem 0;
  background: white;
  color: black;
  font-size: 0.75rem;
  border-bottom: 0.125rem solid transparent;
  -o-border-image: linear-gradient(to left, #AC3B3B 2.2%, #D86018 16.1%, #FFCF01 31.45%, #A5A508 44.94%, #00B2A9 61.68%, #0153A2 75.17%, #702082 91.51%) 1;
     border-image: linear-gradient(to left, #AC3B3B 2.2%, #D86018 16.1%, #FFCF01 31.45%, #A5A508 44.94%, #00B2A9 61.68%, #0153A2 75.17%, #702082 91.51%) 1;
}
@media (min-width: 62.5rem) {
  .intranetHeader__bar {
    padding: 0.75rem 0;
  }
}
.intranetHeader__bar a {
  padding: 0;
}
.siteHeader.intranetHeader .intranetHeader__bar {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
}
@media (min-width: 62.5rem) {
  .siteHeader.intranetHeader .intranetHeader__bar {
    border: 0;
  }
}

.intranetHeader__barInner {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}
.intranetHeader__barLogo {
  display: block;
  max-width: calc(100% - 10rem);
}
.intranetHeader__barLogo img {
  display: block;
  max-height: 1.5em;
}
.intranetHeader__barActions ul {
  list-style: none;
  display: flex;
  gap: 0.5rem;
  margin: 0;
  padding: 0;
}
.intranetHeader__barActions li {
  margin: 0;
}
.intranetHeader__barActions a {
  color: #123054;
  text-decoration: none;
}
.intranetHeader__barActions a:hover, .intranetHeader__barActions a:focus {
  color: black;
}
.intranetHeader__inner {
  padding: 1rem 0 1.5rem;
}
@media (min-width: 62.5rem) {
  .intranetHeader__inner {
    padding: 1rem 0;
  }
}
.intranetHeader__branding {
  line-height: 1.25;
  font-size: 1.8rem;
}
@media (min-width: 70em) and (min-height: 40em) {
  .intranetHeader__branding {
    font-size: 2.85rem;
  }
}
.intranetHeader__branding a {
  text-decoration: none;
}
.intranetHeader .primaryNav {
  background: #224772;
}
@media (min-width: 62.5rem) {
  .intranetHeader .primaryNav {
    background: linear-gradient(#224772, #315D90);
  }
}
@media (min-width: 62.5rem) {
  .intranetHeader .primaryNav__list {
    padding: 0.5rem 0 0.5rem;
  }
}
@media (min-width: 75rem) {
  .intranetHeader .primaryNav__list {
    font-size: 1.125rem;
  }
}
.intranetHeader .primaryNav__list > .primaryNav__item:first-child a {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding-left: 0;
}
.intranetHeader .primaryNav__list > .primaryNav__item:first-child a::before {
  content: "";
  background: url();
  display: inline-block;
  width: 0.5rem;
}
@media (min-width: 62.5rem) {
  .intranetHeader .primaryNav__list > .primaryNav__item:first-child a {
    gap: 0.25rem;
  }
}
.intranetHeader .primaryNav__secondLevel {
  -webkit-mask: none;
          mask: none;
  padding: 1.5rem 0;
  background: linear-gradient(90deg, rgba(49, 93, 144, 0) 0%, rgba(49, 93, 144, 0.5) 30%, rgba(49, 93, 144, 0.5) 70%, rgba(49, 93, 144, 0) 100%);
}
@media (min-width: 62.5rem) {
  .intranetHeader .primaryNav__secondLevel {
    background: #315D90;
  }
}

@media (min-width: 62.5rem) {
  .pageHeader__intranetHeader {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }
}

.pageHeader__intranetHeaderTitle {
  flex: 1 2 30em;
  margin-bottom: 1.5rem;
}

.pageHeader__intranetHeaderFavoriteLink {
  display: table;
  font-size: 0.8rem;
  margin-top: -1rem;
  text-decoration: none;
  color: #999;
}

.pageHeader__intranetHeaderTools {
  flex: 1 10 25em;
  margin-top: 0.5rem;
}

.pageHeader__intranetHeaderToolsInfo {
  font-size: 0.8rem;
}
.pageHeader__intranetHeaderToolsInfo dt {
  color: #C2185B;
}
@media (min-width: 62.5rem) {
  .pageHeader__intranetHeaderToolsInfo .meta--inline {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    text-align: right;
    -moz-column-gap: 1rem;
         column-gap: 1rem;
    margin-bottom: 0.5rem;
    line-height: 1.2;
  }
  .pageHeader__intranetHeaderToolsInfo .meta--inline .meta__item {
    margin-bottom: 0.125rem;
  }
}

.pageHeader__intranetHeaderToolsControls .viewModeSwitcher__list {
  justify-content: flex-end;
}

.siteFooter {
  font-size: 0.9rem;
  background: linear-gradient(to bottom right, #0A2647, #19417C);
  color: white;
  --text-color: white;
  margin-top: calc(3rem + 3vw);
  -webkit-mask-image: url("../img/mask-curve-top.svg"), linear-gradient(black, black);
          mask-image: url("../img/mask-curve-top.svg"), linear-gradient(black, black);
  -webkit-mask-position: top, bottom;
          mask-position: top, bottom;
  -webkit-mask-size: 100% 3vw, 100% calc(100% - 3vw + 1px);
          mask-size: 100% 3vw, 100% calc(100% - 3vw + 1px);
  -webkit-mask-clip: border-box;
          mask-clip: border-box;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}
.siteFooter__inner {
  padding: calc(3vw + 2.5rem + 5vmin) 0 calc(2.5rem + 10vmin);
  background: no-repeat bottom right/min(110%, 50rem) url("../img/bg-hand-tree.svg");
}
.siteFooter a {
  color: rgba(255, 255, 255, 0.9);
}
.siteFooter a:hover, .siteFooter a:focus {
  color: white;
}
.siteFooter a:focus-visible {
  outline: 0.2rem solid #FFCB05;
  outline-offset: 0.2rem;
}
.siteFooter .h6 {
  font-weight: bold;
  font-size: 0.9rem;
}
.siteFooter .h6 a {
  color: white;
}
.siteFooter .grid > * {
  margin-bottom: 4rem;
}
.siteFooter .grid > * > :first-child {
  margin-top: 0;
}
.siteFooter .grid > * > :last-child {
  margin-bottom: 0;
}
.siteFooter__email .h6 {
  margin-top: 2rem;
  margin-bottom: 0.5rem;
}
.siteFooter__email .h6:first-of-type {
  margin-top: 0;
}
.siteFooter__connect .list--inline-icons {
  --text-color: white;
  font-size: 1.8rem;
}
@media (min-width: 65rem) {
  .siteFooter__connect .list--inline-icons {
    font-size: 1.4rem;
  }
}
.siteFooter__legal {
  padding: 1.5rem 0;
  border-top: 0.125rem solid transparent;
  -o-border-image: linear-gradient(to left, #AC3B3B 2.2%, #D86018 16.1%, #FFCF01 31.45%, #A5A508 44.94%, #00B2A9 61.68%, #0153A2 75.17%, #702082 91.51%) 1;
     border-image: linear-gradient(to left, #AC3B3B 2.2%, #D86018 16.1%, #FFCF01 31.45%, #A5A508 44.94%, #00B2A9 61.68%, #0153A2 75.17%, #702082 91.51%) 1;
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.7);
}
.siteFooter__legal ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  row-gap: 0.5rem;
  margin: 0;
  padding-left: 0;
}
.siteFooter__legal a {
  color: rgba(255, 255, 255, 0.7);
}
.siteFooter__legal a:hover, .siteFooter__legal a:focus {
  color: white;
}
@media (min-width: 70em) {
  .siteFooter__legal {
    font-size: 0.75rem;
  }
}

.subsiteSubfooter {
  font-weight: bold;
}

.pageHeader {
  position: relative;
  overflow-x: hidden;
}
.pageHeader__flex {
  position: relative;
}
.pageHeader__inner {
  position: relative;
  z-index: 1;
}
@media (min-width: 62.5rem) {
  .pageHeader__flex {
    display: flex;
    flex-wrap: wrap;
    height: 100%;
    align-items: flex-end;
  }
  .pageHeader__inner {
    width: 100%;
    order: 2;
  }
}
.pageHeader__media {
  position: relative;
  margin: 0;
  min-height: 12rem;
  height: 50vmin;
  -webkit-mask-image: url("../img/mask-ripple-top.svg"), url("../img/mask-ripple-bottom.svg"), linear-gradient(black, black);
          mask-image: url("../img/mask-ripple-top.svg"), url("../img/mask-ripple-bottom.svg"), linear-gradient(black, black);
  -webkit-mask-position: top, bottom, center;
          mask-position: top, bottom, center;
  -webkit-mask-size: 105% 3vw, 105% 3vw, 100% calc(100% - 6vw + 2px);
          mask-size: 105% 3vw, 105% 3vw, 100% calc(100% - 6vw + 2px);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background: #19417C;
}
.pageHeader__mediaCaptionContainer {
  position: absolute;
  bottom: 3vw;
  width: 100%;
  z-index: 2;
}
.pageHeader__media figcaption {
  margin-left: auto;
  font-size: 0.65rem;
  line-height: 1.2;
  text-align: right;
  color: white;
  text-shadow: 0 0 3px black, 0 0 1em black, 0 0 2em black, 0 0 2em black, 0 0 3em black;
  background: none;
  z-index: 1;
}
@media (min-width: 62.5rem) {
  .pageHeader__media figcaption {
    max-width: calc(100% - 48rem);
  }
}
@media (min-width: 50rem) {
  .pageHeader__media {
    min-height: 20rem;
  }
}
@media (min-width: 62.5rem) {
  .pageHeader__media {
    -webkit-mask-image: url("../img/mask-ripple-bottom.svg"), linear-gradient(black, black);
            mask-image: url("../img/mask-ripple-bottom.svg"), linear-gradient(black, black);
    -webkit-mask-position: bottom, top;
            mask-position: bottom, top;
    -webkit-mask-size: 105% 3vw, 100% calc(100% - 3vw + 2px);
            mask-size: 105% 3vw, 100% calc(100% - 3vw + 2px);
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
  }
}
.pageHeader__media--is-dimmed .pageHeader__mediaImg {
  opacity: 0.15;
  mix-blend-mode: luminosity;
}
.pageHeader__mediaImg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
  transition: opacity 500ms, mix-blend-mode 500ms;
}
.pageHeader__revealer {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 3rem;
  height: 3rem;
  background: black;
  color: #FFCB05;
  z-index: 3;
}
.pageHeader__revealer--largeScreen {
  display: none;
}
@media (min-width: 62.5rem) {
  .pageHeader__revealer--largeScreen {
    display: block;
  }
}
@media (min-width: 62.5rem) {
  .pageHeader__revealer--smallScreen {
    display: none;
  }
}
.pageHeader__overlay {
  position: relative;
  width: 100%;
  margin-top: -3vw;
  padding-top: calc(3vw + 0.75rem);
  padding-bottom: 1.5rem;
  background: #123054;
  font-size: 0.8rem;
  color: white;
  z-index: 0;
  -webkit-mask-image: url("../img/mask-ripple-top.svg"), linear-gradient(black, black);
          mask-image: url("../img/mask-ripple-top.svg"), linear-gradient(black, black);
  -webkit-mask-position: top, bottom;
          mask-position: top, bottom;
  -webkit-mask-size: 105% 3vw, 100% calc(100% - 3vw + 2px);
          mask-size: 105% 3vw, 100% calc(100% - 3vw + 2px);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}
.pageHeader__overlay a {
  color: #FFCB05;
}
.pageHeader__overlayInner {
  z-index: 1;
}
@media (min-width: 62.5rem) {
  .pageHeader__overlay {
    order: 0;
    margin: 0;
    background: none;
    -webkit-mask: none;
            mask: none;
  }
}
@media (min-width: 62.5rem) {
  :where(.pageHeader--has-overlay-left) .pageHeader__overlayInner {
    max-width: 40%;
    margin-left: 0;
    margin-right: auto;
  }
}

@media (min-width: 62.5rem) {
  :where(.pageHeader--has-overlay-right) .pageHeader__overlayInner {
    max-width: 40%;
    margin-right: 0;
    margin-left: auto;
    text-align: right;
  }
  :where(.pageHeader--has-overlay-right) .pageHeader__overlayInner .pageHeader__quote {
    border-left: 0;
    padding-left: 0;
    border-right: 0.2rem solid;
    -o-border-image: linear-gradient(to bottom, #FFCB05 50%, rgba(255, 203, 5, 0)) 1 100%;
       border-image: linear-gradient(to bottom, #FFCB05 50%, rgba(255, 203, 5, 0)) 1 100%;
    padding-right: 1rem;
  }
}

.pageHeader__title {
  max-width: 55rem;
}
.pageHeader__quote {
  border-left: 0.2rem solid;
  -o-border-image: linear-gradient(to bottom, #FFCB05 50%, rgba(255, 203, 5, 0)) 1 100%;
     border-image: linear-gradient(to bottom, #FFCB05 50%, rgba(255, 203, 5, 0)) 1 100%;
  padding-left: 1rem;
  margin-bottom: 0;
}
.pageHeader__quote blockquote {
  margin-top: 0;
  margin-bottom: 0.75rem;
}
@media (min-width: 62.5rem) {
  :where(.pageHeader--has-bg),
  :where(.pageHeader--has-media) {
    position: relative;
    min-height: 20rem;
  }
  :where(.siteHeader + .pageHeader--has-bg),
  :where(.siteHeader + .pageHeader--has-media) {
    margin-top: -6vw;
  }
}
:where(.pageHeader--has-bg) .pageHeader__flex,
:where(.pageHeader--has-media) .pageHeader__flex {
  min-height: 50vmin;
}
:where(.pageHeader--has-bg) .pageHeader__title,
:where(.pageHeader--has-media) .pageHeader__title {
  position: relative;
  margin-bottom: -3rem;
  z-index: 2;
  max-width: 48rem;
}
@media (min-width: 62.5rem) {
  :where(.pageHeader--has-bg) .pageHeader__title,
  :where(.pageHeader--has-media) .pageHeader__title {
    margin-bottom: 0;
  }
  :where(.pageHeader--has-bg) .pageHeader__title .tickertape,
  :where(.pageHeader--has-media) .pageHeader__title .tickertape {
    margin-bottom: 0.5rem;
  }
}
@media (min-width: 62.5rem) {
  :where(.pageHeader--has-bg) .breadcrumbs,
  :where(.pageHeader--has-media) .breadcrumbs {
    margin-bottom: 0.25rem !important;
    padding: 0.25rem 0.35rem;
    background: white;
  }
}

:where(.pageHeader--has-bg) .pageHeader__media {
  position: absolute;
  top: 1.5rem;
  left: 0;
  height: calc(100% - 1.5rem);
  width: 100%;
}
@media (min-width: 62.5rem) {
  :where(.pageHeader--has-bg) .pageHeader__media {
    top: 0;
    height: 100%;
  }
}
:where(.pageHeader--has-bg) .pageHeader__overlay {
  background: transparent;
}
:where(.pageHeader--has-bg) .pageHeader__title {
  margin-bottom: 1.5rem;
}
@media (min-width: 62.5rem) {
  :where(.pageHeader--has-bg) .pageHeader__title {
    margin-bottom: 0;
  }
  :where(.pageHeader--has-bg) .pageHeader__title .tickertape {
    margin-bottom: 0;
  }
}
:where(.pageHeader--has-bg) .breadcrumbs {
  margin-bottom: 0.25rem !important;
  padding: 0.25rem 0.35rem;
  background: white;
}

@media (min-width: 62.5rem) {
  :where(.pageHeader--has-overlay-left) .pageHeader__media::after,
  :where(.pageHeader--has-overlay-right) .pageHeader__media::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
  }
}

@media (min-width: 62.5rem) {
  :where(.pageHeader--has-overlay-left) .pageHeader__media::after {
    left: 0;
    right: 40%;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.65) 50%, rgba(0, 0, 0, 0));
  }
}

@media (min-width: 62.5rem) {
  :where(.pageHeader--has-overlay-right) .pageHeader__media::after {
    left: 40%;
    right: 0;
    background: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.65) 50%);
  }
}

.accordion {
  clear: both;
  margin-bottom: 4rem;
}

.accordion__item {
  page-break-inside: avoid;
  -moz-column-break-inside: avoid;
       break-inside: avoid;
  box-sizing: border-box;
  border-bottom: 1px solid transparent;
  -o-border-image: linear-gradient(90deg, #cccccc 80%, rgba(204, 204, 204, 0) 100%) 1;
     border-image: linear-gradient(90deg, #cccccc 80%, rgba(204, 204, 204, 0) 100%) 1;
}
.accordion__item[open] > .accordion__title {
  background: linear-gradient(to right, rgba(204, 204, 204, 0.35) 50%, rgba(204, 204, 204, 0) 100%);
}
.accordion__item[open] > .accordion__title > .accordion__toggle:before {
  content: "–";
}
.accordion__item:hover > .accordion__title {
  color: #315D90;
}

.accordion__title {
  display: flex;
  align-content: center;
  margin: 0;
  padding: 1.5rem 0.75rem;
  line-height: 1.25;
  list-style: none;
  cursor: pointer;
}
.accordion__title:focus {
  outline: 0.2rem solid #315d90;
}
.accordion__title:focus:not(:focus-visible) {
  outline: none !important;
}
.accordion__title::-webkit-details-marker {
  display: none;
}
@media (min-width: 40em) {
  .accordion__title {
    padding: 1.5rem 1.5rem;
  }
}

.accordion__toggle {
  display: block;
  padding-left: 1.85em;
  font-weight: bold;
}
.accordion__toggle::before {
  display: inline-block;
  float: left;
  content: "+";
  width: 1.2em;
  height: 1.2em;
  line-height: 1;
  padding: 0;
  font-weight: normal;
  margin-left: -1.85em;
  background: #FFCB05;
  color: black;
  transition: transform 100ms ease-in-out;
  text-align: center;
  vertical-align: middle;
  box-sizing: border-box;
  border-radius: 100%;
}

.accordion__content {
  padding: 0.75rem;
}
@media (min-width: 40em) {
  .accordion__content {
    padding: 1.5rem 1.5rem;
  }
}
.accordion__content > :first-child {
  margin-top: 0;
}
.accordion__content > :last-child {
  margin-bottom: 0;
}

.box {
  background: #f1f1f1;
  margin-bottom: 1.5rem;
}
.box__content, .box--padded {
  padding: calc(0.75rem + 2.5%);
}
.box__content > *:first-child, .box--padded > *:first-child {
  margin-top: 0;
}
.box__content > *:last-child, .box--padded > *:last-child {
  margin-bottom: 0;
}
.box--white {
  background: white;
}
.box--tertiary {
  background: #C2185B;
  color: white;
}
.box--border-tertiary {
  background: white;
  border: 0.4rem solid #C2185B;
}

.breadcrumbs {
  display: inline-block;
  margin-bottom: 0.75rem;
  font-size: 0.75rem;
  text-transform: lowercase;
  border-radius: 0.25rem;
}
@media (min-width: 70em) {
  .breadcrumbs {
    font-size: 0.7rem;
  }
}
.breadcrumbs a {
  color: #333;
  margin-right: 0.5em;
  text-decoration: underline;
  -webkit-text-decoration-color: rgba(51, 51, 51, 0.7);
          text-decoration-color: rgba(51, 51, 51, 0.7);
  text-decoration-thickness: 1px;
}
.breadcrumbs ul {
  margin: 0;
}
.breadcrumbs li {
  display: inline;
}
.breadcrumbs li::after {
  content: "";
  position: relative;
  top: 0.1em;
  display: inline-block;
  height: 1em;
  width: 0.5em;
  border-left: 2px solid #FFCB05;
  transform: skew(-20deg);
}

.button {
  display: inline-block;
  position: relative;
  vertical-align: baseline;
  margin: 0 0.25rem 1rem 0;
  padding: 0.75em 1.25em;
  border: 0;
  font-family: inherit;
  font-size: 0.9rem;
  font-weight: bold;
  line-height: 1.15;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  border-radius: 0.5rem;
  transition: box-shadow 150ms ease-out;
  box-sizing: border-box;
  cursor: pointer;
  --bg: #FFCB05;
  --color: black;
  background: var(--bg);
  color: var(--color);
}
.button:hover, .button:focus {
  box-shadow: 0 0 0.2em rgba(0, 0, 0, 0.1), 0 0 1em rgba(0, 0, 0, 0.2);
  color: var(--color);
}
.button--xs {
  font-size: 0.8em;
  padding: 0.25em 0.65em;
  border-radius: 0.25rem;
}
.button--sm {
  font-size: 0.8em;
}
.button--lg {
  font-size: 1.125em;
  padding: 1em 1.25em;
}
.button--block {
  display: block;
  width: 100%;
  text-align: center;
}
.button--wider {
  display: block;
  width: 100%;
  text-align: center;
  padding-left: 2em;
  padding-right: 2em;
  max-width: 32em;
}
.button--primary {
  background-color: #315D90;
  color: white;
  --color: white;
}
.button--secondary {
  background-color: #FFCB05;
  color: black;
  --color: black;
}
.button--tertiary {
  background-color: #C2185B;
  color: white;
  --color: white;
}
.button--offwhite {
  background-color: #f1f1f1;
  color: black;
  --color: black;
}
.button--white {
  background-color: white;
  color: black;
  --color: black;
}
.button--black {
  background-color: black;
  color: white;
  --color: white;
}
.button--outline-primary {
  --color: black;
  color: black;
  background: transparent;
  border: 0.15em solid #315D90;
  padding: 0.725em 1.25em;
}
.button--outline-secondary {
  --color: black;
  color: black;
  background: transparent;
  border: 0.15em solid #FFCB05;
  padding: 0.725em 1.25em;
}
.button--outline-tertiary {
  --color: black;
  color: black;
  background: transparent;
  border: 0.15em solid #C2185B;
  padding: 0.725em 1.25em;
}
.button--outline-offwhite {
  --color: black;
  color: black;
  background: transparent;
  border: 0.15em solid #f1f1f1;
  padding: 0.725em 1.25em;
}
.button--outline-white {
  --color: white;
  color: white;
  background: transparent;
  border: 0.15em solid white;
  padding: 0.725em 1.25em;
}
.button--outline-black {
  --color: black;
  color: black;
  background: transparent;
  border: 0.15em solid black;
  padding: 0.725em 1.25em;
}
.button--pointy::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 1em;
  height: 1em;
  background: center center/contain no-repeat url("../img/rarr-primary-short.svg");
  margin-inline-start: 0.35em;
  transition: transform 150ms ease-in-out;
}
.button .icon:where(:not(.icon--margin-before)) {
  margin-right: 0.65em;
}
.button .icon:where(:not(.icon--native-fill)) svg, .button .icon:where(:not(.icon--native-fill)) path {
  fill: var(--color);
}
.button * ~ .icon {
  margin-left: 0.65em;
  margin-right: 0;
}
.button[disabled] {
  opacity: 0.75;
  border-color: #ccc;
  background: #ccc;
  background-position: 0% bottom;
  color: #aaa;
  cursor: not-allowed;
}

.calendar {
  margin: 0 0 2.5rem;
}
.calendar__items {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(15em, 1fr));
  grid-column-gap: 2.5rem;
  list-style: none;
  padding: 0;
  margin: 0 0 0.75rem;
}
.calendar__item {
  display: flex;
  gap: 0.75rem;
  align-items: flex-start;
  border-top: 1px solid #ccc;
  padding: 0.75rem 0 0.5rem;
}
.calendar__date {
  min-width: 2.5em;
  text-align: center;
}
.calendar__month {
  display: block;
  background: #FFCB05;
  padding: 0 0.25rem;
  font-size: 0.8rem;
}
.calendar__number {
  display: block;
  background: #e4e4e4;
  padding: 0.25rem;
  font-size: 1.125rem;
  font-weight: bold;
}
.calendar__desc {
  flex: 1 1 auto;
  font-size: 0.9rem;
  line-height: 1.2;
  margin: 0;
}
.calendar__actions {
  justify-self: flex-end;
}
.calendar__action {
  display: block;
  font-size: 1.25rem;
  text-decoration: none;
}

.card {
  --accent: #FFCB05;
  --accent-contrast: black;
  position: relative;
  margin-bottom: 2rem;
  font-size: 0.9rem;
  border-left: 0.2rem solid;
  -o-border-image: linear-gradient(to bottom, var(--accent) 50%, rgba(255, 255, 255, 0)) 1 100%;
     border-image: linear-gradient(to bottom, var(--accent) 50%, rgba(255, 255, 255, 0)) 1 100%;
}
.card__flag {
  display: inline-block;
  margin-bottom: calc(0.25rem + 0.625%);
  background: var(--accent);
  color: var(--accent-contrast);
  padding: 0.0625rem 0.75rem 0.0625rem calc(0.25rem + 2.5%);
}
.card__flag > * {
  margin: 0;
}
.card__flex {
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: wrap;
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
  padding-top: calc(0.25rem + 0.625%);
}
.card__figure {
  flex: 3 99 17.5%;
  margin: 0 0 calc(0.25rem + 2.5%);
  padding: 0 0 0 calc(0.25rem + 2.5%);
}
.card__figure img {
  border-bottom-right-radius: 1.5rem;
  aspect-ratio: 2/1;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.card__figure--uncropped img {
  width: auto;
  height: auto;
  max-height: 90vh;
  margin-left: auto;
  margin-right: auto;
  aspect-ratio: auto;
}
.card__figure--shadow img {
  box-shadow: 0 0 0.2rem rgba(204, 204, 204, 0.75);
}
.card__figure--icon .card__figureFrame {
  padding: calc(5% + 1.5rem) 5%;
  border-bottom-right-radius: 1.5rem;
}
.card__figureFrame {
  background: linear-gradient(to bottom, #f1f1f1, rgba(255, 255, 255, 0));
  padding: 5%;
  box-sizing: border-box;
  text-align: center;
}
.card__figureFrame img, .card__figureFrame svg {
  max-width: 100%;
  box-sizing: border-box;
  margin: auto;
}
.card__figureFrame .icon {
  font-size: 5em;
}
.card__figureFrame .icon svg, .card__figureFrame .icon path {
  fill: var(--svg-fill, #455A64);
}
.card__figureFrame--primary {
  --svg-fill: white;
  background: linear-gradient(to bottom, #315D90, #4c82c2);
}
.card__figureFrame--secondary {
  --svg-fill: white;
  background: linear-gradient(to bottom, #FFCB05, #ffdb52);
}
.card__figureFrame--tertiary {
  --svg-fill: white;
  background: linear-gradient(to bottom, #C2185B, #e73f81);
}
.card__figureFrame--neutral {
  --svg-fill: white;
  background: linear-gradient(to bottom, #455A64, #648391);
}
.card__img--bordered {
  border: 0.2rem solid #f1f1f1;
}
.card__img--no-radius {
  border-radius: 0 !important;
}
.card__imageGrid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 2.5%;
  aspect-ratio: 2/1;
}
.card__imageGrid img {
  aspect-ratio: auto;
  width: auto;
  height: auto;
}
.card__imgPlaceholder {
  background: #f1f1f1;
  border-bottom-right-radius: 1.5rem;
}
.card__videoShort {
  position: relative;
  padding-bottom: 177.77%;
  padding-bottom: min(177.77%, 90vh);
  height: 0;
  max-height: 80vh;
  overflow: hidden;
  box-sizing: border-box;
  border-bottom-right-radius: 1.5rem;
}
.card__videoShort iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.card__icon {
  flex: 1 99 1em;
  margin: 0 0 calc(0.25rem + 2.5%);
  display: inline-flex;
  align-self: flex-start;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.card__icon .icon {
  font-size: 1.5em;
  background: #455A64;
  border-radius: 100%;
  padding: 0.35em;
}
.card__icon .icon svg, .card__icon .icon path {
  fill: var(--svg-fill, white);
}
.card__icon .icon--bg-primary {
  background: #315D90;
}
.card__icon .icon--bg-secondary {
  background: #FFCB05;
}
.card__icon .icon--bg-tertiary {
  background: #C2185B;
}
.card__content {
  flex: 99 1 30rem;
  padding: 0 calc(0.25rem + 2.5%) calc(0.25rem + 2.5%);
}
.card__title {
  margin: 0 0 0.5rem;
  font-weight: bold;
}
.card__title--light {
  font-weight: normal;
}
.card__description,
.card :where(p) {
  margin-bottom: 0.5rem;
}
.card__quote {
  margin: 0 0 1rem;
  font-size: 1rem;
}
.card__section .card__flex {
  flex-direction: row;
  -moz-column-gap: 2.5rem;
       column-gap: 2.5rem;
}
.card__sectionTitle {
  margin: 1.5rem 0 0.75rem;
  padding: 0.5rem 0;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  -o-border-image: linear-gradient(to right, #ccc, rgba(255, 255, 255, 0)) 1;
     border-image: linear-gradient(to right, #ccc, rgba(255, 255, 255, 0)) 1;
}
.card__meta {
  flex: 99 1 30rem;
  align-self: flex-start;
  margin-top: 0.75rem;
  margin-bottom: 0.5rem;
  font-size: 0.8rem;
  color: var(--text-color, #444);
}
.card__meta a {
  color: #444;
}
.card__meta > *:where(p, ul, dl) {
  margin-bottom: 0.75rem;
}
.card__meta > *:last-child {
  margin-bottom: 0;
}
.card__actions {
  flex: 1 1 10rem;
  margin-top: 1rem;
}
.card .pointyLink {
  color: var(--text-color, black);
}
.card .pointyLink:hover, .card .pointyLink:focus {
  color: var(--link-hover-color, #C2185B);
}
.card [class*=link--stretched]:focus {
  outline: none;
}
.card [class*=link--stretched]:focus::before {
  outline: 0.15em solid rgba(153, 153, 153, 0.75);
  outline-offset: 0.5rem;
}
.card a:where(:not([class*=link--stretched]):not([class*=button])) {
  position: relative;
  z-index: 1;
  color: var(--text-color, auto);
}
.card--has-small-figure .card__content {
  flex: 10 1 18rem;
}
.card--has-small-figure .card__figure {
  flex: 3 99 30%;
}
.card--has-small-content .card__content {
  flex: 5 1 10rem;
}
.card--has-small-content .card__figure {
  flex: 3 99 30%;
}
.card--publication > .card__flex {
  flex-direction: row;
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}
.card--tertiary {
  --accent: #C2185B;
  --accent-contrast: white;
}
.card--bg-gradient-grey {
  border-color: transparent;
  -o-border-image: none;
     border-image: none;
  background: linear-gradient(to bottom, #e4e4e4, transparent);
  padding-top: 0.5rem;
}
.card--bg-gradient-grey .card__flag {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: -0.5rem;
  margin-left: -0.2rem;
  padding-left: calc(0.5rem + 2.5%);
}

input:where([type=text],
[type=password],
[type=number],
[type=email],
[type=tel],
[type=search],
[type=date],
[type=time]),
textarea,
select {
  width: 100%;
  max-width: 20em;
  padding: 0.35em 0.75em;
  font-size: 1.1em;
  line-height: 1.5;
  border: 1px solid #ccc;
  background: #f1f1f1;
  box-sizing: border-box;
  border-radius: 0.25rem;
  box-shadow: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

fieldset {
  border: 0;
  padding: 0;
  margin-bottom: 2rem;
}

textarea {
  max-width: 30em;
}

select {
  width: auto;
  max-width: none;
  background: #f1f1f1 url("../img/icon-chevron-down-grey.svg") no-repeat right 0.75em center;
  background-size: 1em;
  padding-right: 3em;
}
select::-ms-expand {
  display: none;
}

legend {
  font-size: 1.125rem;
  color: #315D90;
  margin-bottom: 0.5rem;
}

label {
  display: block;
  margin-bottom: 0.125rem;
}

/*
 * Based on Drupal output markup/DOM
*/
.form-item {
  margin-bottom: 1.5rem;
}

.form-item-radio label,
.form-item-radios label,
.form-item-checkbox label,
:where(.form-checkboxes) .form-item label {
  display: inline-block;
  padding-left: 0.5rem;
}
.form-item-radio input,
.form-item-radio label,
.form-item-radios input,
.form-item-radios label,
.form-item-checkbox input,
.form-item-checkbox label,
:where(.form-checkboxes) .form-item input,
:where(.form-checkboxes) .form-item label {
  cursor: pointer;
}

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

.webform-element-description {
  margin-top: 0.25em;
  font-size: 0.9rem;
  color: #444;
}

label.form-required::after {
  content: "*";
  color: #C2185B;
  padding-left: 0.2em;
}

:where(form) input.error,
:where(form) select.error,
:where(form) textarea.error {
  border-color: #C2185B;
  background-color: #f6dce6;
}

div[role=contentinfo] div[role=alert] {
  background: #C2185B 0.75rem 0.75rem/2rem 2rem no-repeat url("../img/icon-alert-white.svg");
  color: white;
  padding: 1rem 0.75rem 1rem 3.5rem;
}
div[role=contentinfo] div[role=alert] ul {
  list-style: none;
  padding: 0;
}
div[role=contentinfo] div[role=alert] *:last-child {
  margin-bottom: 0;
}

.icon {
  position: relative;
  display: inline-block;
  width: 1em;
  height: 1em;
  text-align: center;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  vertical-align: baseline;
  top: 0.1em;
}
.icon svg,
.icon img {
  display: block;
  width: 100%;
  max-height: 100%;
  vertical-align: middle;
}
.icon svg {
  height: 100%;
}
.icon:before {
  font-size: 1em;
  display: inline-block;
}
.icon--margin-before {
  margin-inline-start: 0.35em;
}
.icon--margin-after {
  margin-inline-end: 0.35em;
}
.icon--primary svg, .icon--primary path {
  fill: #315D90 !important;
}
.icon--secondary svg, .icon--secondary path {
  fill: #FFCB05 !important;
}
.icon--tertiary svg, .icon--tertiary path {
  fill: #C2185B !important;
}
a:where(:has(.svgHeart)) path, button:where(:has(.svgHeart)) path {
  fill: rgba(255, 255, 255, 0);
  stroke-width: 2;
  stroke: #999;
  transition: all 100ms;
}
a:where(:has(.svgHeart)):hover path, a:where(:has(.svgHeart)):focus path, button:where(:has(.svgHeart)):hover path, button:where(:has(.svgHeart)):focus path {
  fill: rgba(194, 24, 91, 0.5);
  stroke-width: 0;
}
a:where(:has(.svgHeart)):active path, button:where(:has(.svgHeart)):active path {
  fill: #C2185B;
  stroke-width: 0;
}
a:where(:has(.svgHeart--filled)) path, button:where(:has(.svgHeart--filled)) path {
  transition: all 100ms;
}
a:where(:has(.svgHeart--filled)):hover path, a:where(:has(.svgHeart--filled)):focus path, button:where(:has(.svgHeart--filled)):hover path, button:where(:has(.svgHeart--filled)):focus path {
  fill: rgba(194, 24, 91, 0.5);
  stroke-width: 0;
}
a:where(:has(.svgHeart--filled)):active path, button:where(:has(.svgHeart--filled)):active path {
  fill: rgba(255, 255, 255, 0);
  stroke-width: 2;
}

.infostatGroup {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
  justify-content: space-around;
}
.infostatGroup > * {
  align-self: center;
  flex: 15em 1 0;
  max-width: 20em;
}
.infostatGroup figure {
  margin: auto;
}

.infostat {
  position: relative;
  display: flex;
  align-self: center;
  flex: 1 0 15em;
  max-width: 20em;
  margin: 0.25rem auto;
  border-radius: 100%;
  border: 0.2rem solid transparent;
  background: #123054;
  --color: white;
  color: var(--color, white);
  font-size: 0.8rem;
}
@media (min-width: 30rem) {
  .infostat {
    flex: 1 0 40%;
    min-width: 35%;
  }
}
@media (min-width: 70rem) {
  .infostat {
    flex: 1 0 17.5em;
    min-width: auto;
  }
}
.infostat::before {
  content: "";
  padding-bottom: 100%;
}
.infostat :where(span) {
  margin: 0.25rem 12.5%;
  display: block;
}
.infostat__content {
  width: 100%;
  min-width: 10em;
  align-self: center;
  padding: 1em 2em 1em;
  margin: auto;
  text-align: center;
  line-height: 1.2;
}
.infostat__icon {
  font-size: 1.5em;
  margin-top: -2em;
  margin-bottom: 0.5rem;
}
@media (min-width: 40rem) {
  .infostat__icon {
    font-size: 2em;
  }
}
.infostat__stat {
  font-size: 2em;
  font-weight: 200;
  margin: 0;
  opacity: 0.9;
  letter-spacing: -0.05em;
}
@media (min-width: 40rem) {
  .infostat__stat {
    font-size: 3em;
  }
}
.infostat__stat--lg {
  font-size: 2.5em;
  line-height: 1;
}
@media (min-width: 40rem) {
  .infostat__stat--lg {
    font-size: 4.5em;
  }
}
.infostat__stat--xl {
  font-size: 4em;
  line-height: 1;
}
@media (min-width: 40rem) {
  .infostat__stat--xl {
    font-size: 6em;
  }
}
.infostat__desc {
  color: --color;
}

.infostat.is-style-secondary {
  background: #FFCB05;
  --color: black;
}

.infostat.is-style-tertiary {
  background: #C2185B;
  --color: white;
}

.infostat.is-style-grey {
  background: #ccc;
  --color: #111;
}

.infostat.is-style-white {
  background: #f1f1f1;
  --color: #315D90;
}

.infostat.is-transparent {
  background: transparent;
}

.infostat[class*=has-gradient-style] {
  --gradient-start-color: #FFCB05;
  --gradient-end-color: #315D90;
}
.infostat[class*=has-gradient-style]::after {
  content: "";
  position: absolute;
  top: -0.2rem;
  left: -0.2rem;
  right: -0.2rem;
  bottom: -0.2rem;
  padding: 0.2rem;
  border-radius: 100%;
  background: linear-gradient(110deg, var(--gradient-start-color) 25%, var(--gradient-end-color) 75%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
          mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}
.infostat[class*=has-gradient-style] .infostat__stat {
  background: linear-gradient(110deg, var(--gradient-start-color) 25%, var(--gradient-end-color) 75%);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
}
.infostat.has-gradient-style-1 {
  --gradient-start-color: #AF82B9;
  --gradient-end-color: #0190A7;
}
.infostat.has-gradient-style-2 {
  --gradient-start-color: #0169A4;
  --gradient-end-color: #3AAE72;
}
.infostat.has-gradient-style-3 {
  --gradient-start-color: #59AB53;
  --gradient-end-color: #CDAD10;
}
.infostat.has-gradient-style-4 {
  --gradient-start-color: #CCAE10;
  --gradient-end-color: #BF4B2D;
}

.list--spaced > li {
  margin-bottom: 1rem;
}

.list--unstyled {
  list-style: none;
  padding-inline-start: 0;
}

.list--inline {
  list-style: none;
  padding-inline-start: 0;
}
.list--inline > li {
  display: inline-block;
  margin-right: 1rem;
}

.list--tags {
  list-style: none;
  padding-inline-start: 0;
}
.list--tags > li {
  display: inline-block;
}

.list--inline-icons {
  list-style: none;
  padding-inline-start: 0;
}
.list--inline-icons > li {
  display: inline-block;
  margin-right: 0.25rem;
}
.list--inline-icons a {
  display: block;
}

.list--piped {
  list-style: none;
  padding-inline-start: 0;
}
.list--piped > li {
  display: inline-block;
}
.list--piped > li::before {
  content: "|";
  padding-inline-end: 0.5rem;
}
.list--piped > li:first-child::before {
  display: none;
}

.list--item-border {
  list-style: none;
  padding: 0;
}
.list--item-border > li {
  padding: 0 0 0.75rem;
  border-bottom: 1px solid transparent;
  -o-border-image: linear-gradient(90deg, #e4e4e4 80%, rgba(228, 228, 228, 0) 100%) 1;
     border-image: linear-gradient(90deg, #e4e4e4 80%, rgba(228, 228, 228, 0) 100%) 1;
}
.list--item-border > li .tag {
  margin-bottom: 0;
}

.list--icon-bullets {
  list-style: none;
  padding: 0;
}
.list--icon-bullets li {
  display: flex;
  align-content: flex-start;
  justify-content: flex-start;
}
.list--icon-bullets li > * {
  flex: 1 1 auto;
}
.list--icon-bullets .icon {
  flex: 0 0 1em;
  height: 1em;
  margin: 0.1em 0.5em 0.1em 0;
}
.list--icon-bullets a {
  color: var(--text-color, #111);
}

.list--icon-bullets--big > li {
  margin-bottom: 1rem;
}
.list--icon-bullets--big .icon {
  font-size: 1.5em;
  margin-top: -0.1em;
}

.list--arrow-bullets {
  padding-inline-start: 0;
  max-width: calc(48rem - 1.5em);
  margin-bottom: 3rem;
  line-height: 1.5;
}
.list--arrow-bullets > li {
  list-style-type: none;
  padding-left: 1.5em;
  margin-bottom: 0.75rem;
}
.list--arrow-bullets > li::before {
  content: "";
  display: block;
  float: left;
  margin: 0.3em 0.5em 0 -1.5em;
  width: 1em;
  height: 1em;
  background: no-repeat left center/90% 90% url("../img/rarr-secondary.svg");
}
.list--arrow-bullets > li a:only-child {
  display: block;
  text-decoration: none;
  color: var(--text-color, #111);
}
.list--arrow-bullets > li a:only-child:hover, .list--arrow-bullets > li a:only-child:focus-visible {
  text-decoration: underline;
}

.list--columns,
.list--columns-wide {
  max-width: none;
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
}
@media (min-width: 10em) {
  .list--columns,
  .list--columns-wide {
    -moz-columns: 15em;
         columns: 15em;
  }
}
@media (min-width: 35em) {
  .list--columns,
  .list--columns-wide {
    -moz-columns: 18em;
         columns: 18em;
  }
}
@media (min-width: 40em) {
  .list--columns,
  .list--columns-wide {
    -moz-columns: 20em;
         columns: 20em;
  }
}
.list--columns > li,
.list--columns-wide > li {
  display: inline-table;
  margin: 0;
  -moz-column-break-inside: avoid;
       break-inside: avoid-column;
  box-sizing: border-box;
  width: 100%;
}
.list--columns.list--item-border > li,
.list--columns-wide.list--item-border > li {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

@media (min-width: 10em) {
  .list--columns-wide {
    -moz-columns: 18em;
         columns: 18em;
  }
}
@media (min-width: 35em) {
  .list--columns-wide {
    -moz-columns: 20em;
         columns: 20em;
  }
}
@media (min-width: 60em) {
  .list--columns-wide {
    -moz-columns: 28em;
         columns: 28em;
  }
}

.meta {
  line-height: 1.5;
}
.meta dt {
  margin-bottom: 0.25rem;
}
.meta__item {
  margin-bottom: 1rem;
}

.meta--inline-dd dd {
  display: inline;
  margin-right: 0.5rem;
}
.meta--inline-dd dd:before {
  content: "•";
  margin-right: 0.5rem;
  font-weight: bold;
  color: #FFCB05;
}
.meta--inline-dd dd:first-of-type:before {
  display: none;
}

.meta--inline {
  line-height: 1.2;
}
.meta--inline .meta__item {
  margin-bottom: 0.5rem;
}
.meta--inline dt {
  display: inline-block;
  margin-right: 0.5rem;
}
.meta--inline dd {
  display: inline;
  margin-right: 0.25rem;
}
.meta--inline dd:before {
  content: "•";
  margin-right: 0.5rem;
  font-weight: bold;
  color: #FFCB05;
}
.meta--inline dd:first-of-type:before {
  display: none;
}

.meta--table {
  display: table;
  border-collapse: collapse;
}
.meta--table .meta__item {
  display: table-row;
  border-bottom: 1px solid #ccc;
}
@media (min-width: 30em) {
  .meta--table .meta__title,
  .meta--table .meta__desc {
    display: table-cell;
  }
}
.meta--table .meta__title {
  padding: 0.75rem 1.5rem 0.25rem 0;
}
@media (min-width: 30em) {
  .meta--table .meta__title {
    padding: 0.5rem 1.5rem 0.5rem 0;
  }
}
.meta--table .meta__desc {
  padding: 0 0 0.75rem 0;
}
@media (min-width: 30em) {
  .meta--table .meta__desc {
    padding: 0.5rem 0;
  }
}
.meta--table dt {
  margin: 0;
}

.meta--columns {
  -moz-columns: 10em;
       columns: 10em;
  -moz-column-gap: calc(1.5rem + 5vw);
       column-gap: calc(1.5rem + 5vw);
}
.meta--columns .meta__item {
  -moz-column-break-inside: avoid;
       break-inside: avoid;
  margin-bottom: 0;
  padding-bottom: 1rem;
}

.pager {
  margin: 4rem 0;
  font-size: 1.125rem;
}
@media (min-width: 40rem) {
  .pager {
    font-size: 1rem;
  }
}
.pager__items {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 0.25rem;
}
.pager__item {
  background: #f1f1f1;
  border-radius: 0.5rem;
}
.pager__item:where(:not(.pager__item--ellipsis):not(.pager__item--first):not(.pager__item--previous):not(.pager__item.is-active):not(.pager__item--next):not(.pager__item--last)) {
  display: none;
}
@media (min-width: 40rem) {
  .pager__item:where(:not(.pager__item--ellipsis):not(.pager__item--first):not(.pager__item--previous):not(.pager__item.is-active):not(.pager__item--next):not(.pager__item--last)) {
    display: block;
  }
}
.pager a {
  display: block;
  border: 0.1rem solid transparent;
}
.pager a:hover, .pager a:focus {
  text-decoration: underline;
}
.pager a {
  min-width: 1em;
  text-align: center;
  padding: 0.25rem 0.75rem;
  border-radius: 0.5rem;
  box-sizing: border-box;
}
.pager a:hover, .pager a:focus {
  text-decoration: none;
  box-shadow: 0 0 0.2em rgba(0, 0, 0, 0.1), 0 0 1em rgba(0, 0, 0, 0.2);
}
.pager__item--ellipsis {
  background: #f1f1f1;
  color: #999;
  border-radius: 0.5rem;
  min-width: 1em;
  text-align: center;
  padding: 0.25rem 0.0625rem;
}
@media (min-width: 40rem) {
  .pager__item--ellipsis {
    padding: 0.25rem 0.5rem;
  }
}
.pager .is-active > a, .pager .is-active > span {
  background: #FFCB05;
  color: black;
  cursor: default;
  text-decoration: none;
}
.pager .is-active > a:hover, .pager .is-active > a:focus, .pager .is-active > span:hover, .pager .is-active > span:focus {
  box-shadow: none;
}
.pager__item--first > a, .pager__item--last > a, .pager__item--next > a, .pager__item--previous > a {
  background: white;
}
.pager__item--first > a:hover, .pager__item--first > a:focus, .pager__item--last > a:hover, .pager__item--last > a:focus, .pager__item--next > a:hover, .pager__item--next > a:focus, .pager__item--previous > a:hover, .pager__item--previous > a:focus {
  box-shadow: 0 0 0.2em rgba(0, 0, 0, 0.1), 0 0 1em rgba(0, 0, 0, 0.2);
}
.pager__item--next a, .pager__item--previous a {
  background: #315D90;
  color: white;
}
.pager__item--first a, .pager__item--last a {
  border: 0.1rem solid #315D90;
}

.pointyLink {
  text-decoration: none;
}
.pointyLink::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 1.2em;
  height: 1em;
  background: center center/contain no-repeat url("../img/rarr-secondary.svg");
  margin-top: -0.1em;
  margin-inline-start: 0.35em;
  transition: transform 150ms ease-in-out;
}
.pointyLink:hover::after, .pointyLink:focus::after {
  transform: translateX(0.2em);
}
.pointyLink--primary {
  text-decoration: none;
}
.pointyLink--primary::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 1.2em;
  height: 1em;
  background: center center/contain no-repeat url("../img/rarr-primary.svg");
  margin-top: -0.1em;
  margin-inline-start: 0.35em;
  transition: transform 150ms ease-in-out;
}
.pointyLink--primary:hover::after, .pointyLink--primary:focus::after {
  transform: translateX(0.2em);
}
.pointyLink--tertiary {
  text-decoration: none;
}
.pointyLink--tertiary::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 1.2em;
  height: 1em;
  background: center center/contain no-repeat url("../img/rarr-tertiary.svg");
  margin-top: -0.1em;
  margin-inline-start: 0.35em;
  transition: transform 150ms ease-in-out;
}
.pointyLink--tertiary:hover::after, .pointyLink--tertiary:focus::after {
  transform: translateX(0.2em);
}
.pointyLink.link--plain:hover, .pointyLink.link--plain:focus {
  color: #111;
}

blockquote,
.blockquote {
  position: relative;
  display: table;
  margin-left: 0;
  padding: 0;
  font-family: "Merriweather", Times, "Times New Roman", serif;
  font-size: 1.25em;
  line-height: 1.5;
}
blockquote,
.blockquote {
  margin: 2rem 0;
}
@media (min-width: 70em) {
  blockquote,
  .blockquote {
    font-size: 1.4em;
    margin-bottom: 2.5rem;
  }
}
blockquote p,
.blockquote p {
  font-size: 1em;
  margin: 0 0 1em;
  max-width: 48em;
}
blockquote p:last-child,
.blockquote p:last-child {
  margin-bottom: 0;
}
blockquote p a:where(:not([class])),
.blockquote p a:where(:not([class])) {
  border: 0;
  text-decoration: underline;
}
blockquote footer,
.blockquote footer {
  margin-top: 1.5rem;
  font-size: 0.9rem;
}

cite,
.cite {
  display: block;
  font-family: "Atkinson Hyperlegible", "Tahoma", sans-serif;
  font-size: 1rem;
  font-style: normal;
  margin: 0 0 0.0625rem;
}
cite:first-line,
.cite:first-line {
  color: #315D90;
}

.blockquote--short {
  font-size: 1.4em;
}
@media (min-width: 70em) {
  .blockquote--short {
    font-size: 1.8em;
  }
}

.blockquote--long {
  font-size: 1.125em;
}
@media (min-width: 70em) {
  .blockquote--long {
    font-size: 1.25em;
  }
}

.blockquote--bordered {
  padding: 1.5em 0;
  border-top: 0.2rem solid #315D90;
  border-bottom: 0.2rem solid #315D90;
}

.blockquote__footer {
  margin-top: 1.5rem;
  font-size: 1rem;
}

.sectionNav {
  padding: 1.5rem 0 0;
  margin-bottom: 3rem;
  line-height: 1.5;
}
.sectionNav a:focus-visible,
.sectionNav summary:focus-visible {
  outline: none;
  box-shadow: inset 0 0 0 0.2rem #FFCB05;
}
.sectionNav__title {
  font-size: 0.8rem;
  color: #999;
  margin: 0 0 1.5rem;
}
.sectionNav__list {
  max-width: none;
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
}
@media (min-width: 40rem) {
  .sectionNav__list {
    -moz-columns: 15em;
         columns: 15em;
  }
}
@media (min-width: 75em) {
  .sectionNav__list {
    -moz-columns: 20em;
         columns: 20em;
  }
}
.sectionNav__list li {
  display: inline-table;
  margin: 0;
  -moz-column-break-inside: avoid;
       break-inside: avoid-column;
  box-sizing: border-box;
  width: 100%;
  border-bottom: 1px solid transparent;
  -o-border-image: linear-gradient(90deg, #cccccc 80%, rgba(204, 204, 204, 0) 100%) 1;
     border-image: linear-gradient(90deg, #cccccc 80%, rgba(204, 204, 204, 0) 100%) 1;
}
.sectionNav__list a {
  display: flex;
  color: #333;
  padding: 0.5rem 0.75rem 0.5rem 0;
  text-decoration: none;
}
.sectionNav__list a:hover, .sectionNav__list a:focus {
  text-decoration: underline;
}
.sectionNav__list a::before {
  content: "";
  flex: 0 0 1.2em;
  display: inline-block;
  vertical-align: middle;
  width: 1.2em;
  height: 1em;
  background: center center/contain no-repeat url("../img/rarr-secondary.svg");
  margin-top: 0.25em;
  margin-inline-end: 0.75em;
  transition: transform 150ms ease-in-out;
}
.sectionNav__list a:hover::before, .sectionNav__list a:focus::before {
  transform: translateX(0.2em);
}
.sectionNav .current_page_item {
  font-weight: bold;
}
.sectionNav__toggle {
  position: relative;
  cursor: pointer;
  margin: 0 0 1.5rem;
  padding: 0.75rem 2rem 0.75rem 0;
  color: #315D90;
  text-transform: uppercase;
}
.sectionNav__toggle::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0.75rem;
  bottom: 0;
  width: 1rem;
  background: center center/contain no-repeat url("../img/gt-secondary.svg");
  transform: rotate(90deg);
  transition: transform 200ms ease-in-out;
}
.sectionNav__toggle::marker, .sectionNav__toggle::-webkit-details-marker {
  content: "";
  display: none;
}
@media (min-width: 40rem) {
  .sectionNav__toggle {
    font-size: 0.8rem;
    text-transform: none;
    color: #999;
    background: none;
    padding: 0;
    list-style: none;
  }
}
.sectionNav details[open] .sectionNav__toggle::after {
  transform: rotate(-90deg);
}
@media (min-width: 40rem) {
  .sectionNav details[open] .sectionNav__toggle::after {
    display: none;
  }
}
.sectionNav__list.is-style-arrow-bullet-columns {
  margin-bottom: 0;
}

hr {
  clear: both;
  height: 0.2rem;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #ccc 20%, #ccc 80%, rgba(255, 255, 255, 0) 100%);
  border: 0 !important;
  margin-top: 4rem;
  margin-bottom: 4rem;
}
hr.hr--primary {
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #315D90 20%, #315D90 80%, rgba(255, 255, 255, 0) 100%);
}
hr.hr--secondary {
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #FFCB05 20%, #FFCB05 80%, rgba(255, 255, 255, 0) 100%);
}
hr.hr--tertiary {
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #C2185B 20%, #C2185B 80%, rgba(255, 255, 255, 0) 100%);
}

.slab {
  position: relative;
  --bg-top: white;
  --bg-bottom: white;
  margin-bottom: 3vw;
}
.slab:after {
  content: "";
  display: table;
  clear: both;
}
.slab:where(.slab + .slab:not(:where(.slab--has-ripple-top, .slab--has-ripples, [class*=slab--bg-gradient]))) {
  margin-top: -2rem;
}
.slab:where(.slab + :where(.slab--has-ripple-top, .slab--has-ripples)) {
  margin-top: -1.5vw;
}
.slab:where(.slab--has-ripple-bottom, .slab--has-ripples) + :where(.slab--has-rainbow-ripple) {
  margin-top: -5.25vw;
}
.slab:where([class*=slab--bg-img] + :where([class*=slab--bg-img])) {
  margin-top: -3vw;
}
.slab:where(.slab--has-ripple-bottom, .slab--has-ripples) + :where(.slab--has-ripple-top, .slab--has-ripples) {
  margin-top: -6vw;
}
.slab__title {
  margin-top: 0;
  margin-bottom: 2rem;
}
.slab__inner {
  position: relative;
  padding: 3rem 0 0;
  z-index: 1;
}
.slab__inner--padded {
  padding: calc(3rem + 3vmin) 0 3vmin;
}
.slab__bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  background: #0e2d54;
}
.slab__bg--black {
  background: black;
}
.slab__bgImg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.slab__bgImg--tint {
  opacity: 0.15;
  mix-blend-mode: luminosity;
}
[class*=slab--has-overlay] .slab__inner {
  display: flex;
  align-items: center;
  width: 100%;
}
[class*=slab--has-overlay] .slab__overlay {
  width: 100%;
  --text-color: white;
  --link-hover-color: white;
}
[class*=slab--has-overlay] [class*=slab__bg--has-overlay]::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(100deg, rgba(0, 0, 0, 0.65) 20%, rgba(0, 0, 0, 0.5) 40rem, rgba(0, 0, 0, 0));
}
@media (min-width: 53.3333333333rem) {
  [class*=slab--has-overlay] [class*=slab__bg--has-overlay]::before {
    background: linear-gradient(100deg, rgba(0, 0, 0, 0.65) 20%, rgba(0, 0, 0, 0.5) 60%, rgba(0, 0, 0, 0));
  }
}

.slab--has-overlay-left .slab__overlay {
  max-width: 40rem;
  margin-right: 10%;
  justify-self: flex-start;
}
.slab--has-overlay-right .slab__inner {
  justify-content: flex-end;
}
.slab--has-overlay-right .slab__overlay {
  max-width: 40rem;
  justify-self: flex-end;
}
@media (min-width: 30rem) {
  .slab--has-overlay-right .slab__overlay {
    margin-left: 20%;
  }
}
.slab--has-overlay-right [class*=slab__bg--has-overlay]::before {
  background: linear-gradient(-100deg, rgba(0, 0, 0, 0.65) 20%, rgba(0, 0, 0, 0.5) 40rem, rgba(0, 0, 0, 0));
}
@media (min-width: 53.3333333333rem) {
  .slab--has-overlay-right [class*=slab__bg--has-overlay]::before {
    background: linear-gradient(-100deg, rgba(0, 0, 0, 0.65) 20%, rgba(0, 0, 0, 0.5) 60%, rgba(0, 0, 0, 0));
  }
}
[class*=slab--bg-gradient], .slab--has-skyline-mask {
  background: linear-gradient(to bottom, var(--bg-top), var(--bg-bottom, var(--bg-top)) min(15rem, 100%));
  color: var(--color);
}

.slab--bg-gradient-grey, .slab--has-skyline-mask {
  --bg-top: #e4e4e4;
  --bg-bottom: white;
}
.slab--bg-grey {
  background: #e4e4e4;
}
.slab--bg-offwhite {
  background: #f1f1f1;
}
.slab--bg-img {
  --color: white;
  --text-color: white;
  --link-hover-color: white;
}
.slab--bg-img .slab__inner {
  color: var(--color);
  min-height: 50vmin;
}
.slab--has-ripple-top {
  -webkit-mask-image: url("../img/mask-ripple-top.svg"), linear-gradient(black, black);
          mask-image: url("../img/mask-ripple-top.svg"), linear-gradient(black, black);
  -webkit-mask-position: top, bottom;
          mask-position: top, bottom;
  -webkit-mask-size: 105% 3vw, 100% calc(100% - 3vw + 2px);
          mask-size: 105% 3vw, 100% calc(100% - 3vw + 2px);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}
.slab--has-ripple-top .slab__inner {
  padding: calc(3vw + 2rem) 0 3rem;
}
.slab--has-ripple-bottom {
  -webkit-mask-image: url("../img/mask-ripple-bottom.svg"), linear-gradient(black, black);
          mask-image: url("../img/mask-ripple-bottom.svg"), linear-gradient(black, black);
  -webkit-mask-position: bottom, top;
          mask-position: bottom, top;
  -webkit-mask-size: 105% 3vw, 100% calc(100% - 3vw + 2px);
          mask-size: 105% 3vw, 100% calc(100% - 3vw + 2px);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}
.slab--has-ripple-bottom .slab__inner {
  padding: 3rem 0 calc(3vw + 2rem);
}
.slab--has-ripples {
  -webkit-mask-image: url("../img/mask-ripple-top.svg"), url("../img/mask-ripple-bottom.svg"), linear-gradient(black, black);
          mask-image: url("../img/mask-ripple-top.svg"), url("../img/mask-ripple-bottom.svg"), linear-gradient(black, black);
  -webkit-mask-position: top, bottom, center;
          mask-position: top, bottom, center;
  -webkit-mask-size: 105% 3vw, 105% 3vw, 100% calc(100% - 6vw + 2px);
          mask-size: 105% 3vw, 105% 3vw, 100% calc(100% - 6vw + 2px);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}
.slab--has-ripples .slab__inner {
  padding: calc(3vw + 2rem) 0;
}
.slab--has-rainbow-ripple::before {
  content: "";
  position: absolute;
  top: 0.5vw;
  display: block;
  aspect-ratio: 170/7;
  width: 100%;
  background: center center/100% no-repeat url("../img/ripple-rainbow-thick.svg");
  z-index: 1;
}
@media (min-width: 45rem) {
  .slab--has-rainbow-ripple::before {
    background: center center/100% no-repeat url("../img/ripple-rainbow.svg");
  }
}
.slab--has-rainbow-ripple .slab__inner {
  padding: calc(4vw + 2rem) 0 3rem;
}
.slab--has-skyline-ripple::before {
  content: "";
  position: absolute;
  top: 0.5vw;
  display: block;
  aspect-ratio: 170/29;
  width: 100%;
  background: center center/100% no-repeat url("../img/ripple-skyline.svg");
  z-index: 1;
}
@media (min-width: 45rem) {
  .slab--has-skyline-ripple::before {
    background: center center/100% no-repeat url("../img/ripple-skyline.svg");
  }
}
.slab--has-skyline-ripple .slab__inner {
  padding: calc(6vw + 2rem) 0 3rem;
}
.slab--has-skyline-mask {
  -webkit-mask-image: url("../img/mask-skyline.svg"), linear-gradient(black, black);
          mask-image: url("../img/mask-skyline.svg"), linear-gradient(black, black);
  -webkit-mask-position: top, bottom;
          mask-position: top, bottom;
  -webkit-mask-size: 105% 7.5vw, 100% calc(100% - 7.5vw + 2px);
          mask-size: 105% 7.5vw, 100% calc(100% - 7.5vw + 2px);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}
.slab--has-skyline-mask .slab__inner {
  padding: calc(6vw + 2rem) 0 3rem;
}

.tickertape {
  position: relative;
  --background: #315D90;
  --color: white;
  margin-bottom: 1.5rem;
  margin-right: 1rem;
  text-wrap: balance;
}
.tickertape + .tickertape {
  margin-top: -1rem;
}
.tickertape__highlight {
  position: relative;
  display: inline;
  left: 0.35rem;
  padding: 0.1rem;
  line-height: 1.55;
  background: #315D90;
  background: var(--background, #315D90);
  color: var(--color, white);
  box-shadow: -0.35rem 0 0 0 var(--background, #315D90), 0.35rem 0 0 0 var(--background, #315D90);
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
  border-radius: 0.25rem;
}
.tickertape__highlight a {
  color: white;
  color: var(--color);
}
.tickertape__highlight:where(h1) {
  line-height: 1.45;
}

.tickertape--bg-primary {
  --background: #315D90;
  --color: white;
}

.tickertape--bg-secondary {
  --background: #FFCB05;
  --color: black;
}

.tickertape--bg-tertiary {
  --background: #C2185B;
  --color: white;
}

.tickertape--bg-white {
  --background: white;
  --color: black;
}

.tag:where(:not(body)) {
  position: relative;
  display: inline-block;
  margin: 0 0.25rem 0.25rem 0;
  padding: 0.0625rem 0.5rem;
  font-size: 0.8rem;
  text-transform: lowercase;
  background: #e4e4e4;
  border-radius: 0.25rem;
}
.tag--margin-left {
  margin-left: 0.5rem;
}
.tag--primary {
  background: #315D90;
  color: white;
  --color: white;
}
.tag--secondary {
  background: #FFCB05;
  color: black;
  --color: black;
}
.tag--tertiary {
  background: #C2185B;
  color: white;
  --color: white;
}

a.tag {
  text-decoration: none;
  color: var(--color, #111);
}
/*
** See also: '@mixin base-elements' in '__vars/_typography'
** which defines base styles
*/
@media (max-width: 40rem) {
  [class^=table--responsive-titles] thead, [class^=table--responsive-titles] th {
    display: none;
  }
  [class^=table--responsive-titles] tr {
    border-bottom: 1px solid #ccc;
  }
  [class^=table--responsive-titles] td {
    display: block;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  [class^=table--responsive-titles] td[data-title]::before {
    content: attr(data-title) ": ";
    font-weight: bold;
    padding-right: 0.35em;
  }
  [class^=table--responsive-titles] td:first-child {
    padding-top: 1rem;
  }
  [class^=table--responsive-titles] td:last-child {
    padding-bottom: 1rem;
  }
}

.table--plain tr {
  background: none;
  border: none;
}
.table--plain td {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.tic {
  margin: 0 0 1.5rem;
}
.tic:after {
  content: "";
  display: table;
  clear: both;
}
.tic__title {
  margin-top: 0;
  margin-bottom: 1rem;
}
.tic__title > * {
  margin: 0 0 0.5rem;
}
@media (min-width: 65rem) {
  .tic__title {
    float: left;
    width: calc(50% - 1.25rem);
  }
}
.tic__figure {
  margin: 0 0 1.5rem;
}
@media (min-width: 50rem) {
  .tic__figure {
    float: right;
    clear: right;
    max-width: calc(33% - 1.25rem);
    box-sizing: border-box;
    margin-right: 0;
    margin-top: 0.5rem;
    margin-left: 2.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 65rem) {
  .tic__figure {
    max-width: calc(50% - 1.25rem);
  }
}
.tic__content {
  clear: left;
}
@media (min-width: 65rem) {
  .tic--reverse .tic__title {
    float: right;
    width: calc(50% - 1.25rem);
  }
}
@media (min-width: 50rem) {
  .tic--reverse .tic__figure {
    float: left;
    clear: none;
    max-width: calc(33% - 1.25rem);
    box-sizing: border-box;
    margin-left: 0;
    margin-top: 0.5rem;
    margin-right: 2.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 65rem) {
  .tic--reverse .tic__figure {
    max-width: calc(50% - 1.25rem);
  }
}
.tic--reverse .tic__content {
  clear: right;
}
@media (min-width: 65rem) {
  .tic--reverse .tic__content {
    float: right;
    width: calc(50% - 1.25rem);
  }
}

.zebra {
  margin: 1rem 0 2rem;
}
.zebra__row {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  overflow: hidden;
  background: linear-gradient(to right, #f1f1f1 50%, white);
  border-bottom-left-radius: 1.5rem;
}
@media (min-width: 40rem) {
  .zebra__row {
    border-bottom-left-radius: 3rem;
  }
}
.zebra__row:where(:nth-child(even)) {
  flex-direction: row-reverse;
  background: linear-gradient(to left, #f1f1f1 50%, white);
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 1.5rem;
}
@media (min-width: 40rem) {
  .zebra__row:where(:nth-child(even)) {
    border-bottom-right-radius: 3rem;
  }
}
.zebra__figure {
  position: relative;
  margin: 0;
  flex: 1 0 50%;
  align-self: stretch;
  z-index: 0;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}
@supports ((-o-object-fit: cover) or (object-fit: cover)) {
  .zebra__figure {
    align-items: stretch;
  }
}
@supports ((-o-object-fit: cover) or (object-fit: cover)) {
  .zebra__figure img {
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center center;
       object-position: center center;
    height: 100%;
  }
}
.zebra__body {
  flex: 1 1 20em;
  margin: 1rem 0 2rem;
  min-width: 50%;
  box-sizing: border-box;
  padding: calc(0.75rem + 2.5%);
  z-index: 0;
}
.zebra__body > *:first-child {
  margin-top: 0;
}
.zebra__body > *:last-child {
  margin-bottom: 0;
}

.blockLinks {
  --background: #315D90;
  --color: white;
  margin: 0 0 0.75rem;
  padding: 0;
  list-style: none;
}
.blockLinks li {
  margin: 0;
}
.blockLinks a {
  color: var(--color, white);
}
.blockLinks__dateList {
  margin: 0;
  list-style: none;
  padding: 0;
  border-bottom: 1px inset rgba(255, 255, 255, 0.25);
  line-height: 1.2;
  background: var(--background, #315D90);
  color: var(--color, white);
}
.blockLinks__dateList > li:nth-child(odd) {
  background: rgba(255, 255, 255, 0.1);
}

.blockLink {
  --background: var(--background, #315D90);
  --color: var(--background, white);
  display: block;
  position: relative;
  text-decoration: none;
  line-height: 1.2;
  padding: 0.5rem 0.75rem;
  background: var(--background, #315D90);
  color: var(--color, white);
  border-bottom: 1px inset rgba(255, 255, 255, 0.25);
}
.blockLink__title {
  font-size: 1.125rem;
  font-weight: bold;
}
.blockLink__desc {
  margin-top: 0.125rem;
  font-size: 0.9rem;
}
.blockLink__date {
  color: #FFCB05;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 0.9rem;
}
.blockLink__date::after {
  content: " - ";
  color: white;
}
.blockLink::before {
  content: "";
  display: block;
  float: right;
  width: 1.5em;
  height: 1em;
  margin: 0.2em 0 0.2em 1em;
  background: center center/contain no-repeat url("../img/rarr-secondary.svg");
  transition: transform 150ms ease-in-out;
}
.blockLink:after {
  content: "";
  display: table;
  clear: both;
}
.blockLink:hover, .blockLink:focus {
  color: var(--color, white);
}
.blockLink:hover .blockLink__title, .blockLink:focus .blockLink__title {
  text-decoration: underline;
}
.blockLink:hover::before, .blockLink:focus::before {
  transform: translateX(0.2em);
}

.blockLinks__dateListLink {
  display: block;
  padding: 0.5rem 0.75rem;
  text-decoration: none;
}
.blockLinks__dateListLink:hover .blockLink__desc, .blockLinks__dateListLink:focus .blockLink__desc {
  text-decoration: underline;
}

.blockLink--tertiary,
.blockLinks--tertiary,
.blockLinks--tertiary .blockLink {
  --background: #C2185B;
  --color: white;
}

.blockLink--navy,
.blockLinks--navy,
.blockLinks--navy .blockLink {
  --background: #123054;
  --color: white;
}

.blockLinksGrid {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
.blockLinksGrid > .blockLinks {
  flex: 1 1 14em;
}

.tile {
  --accent: #FFCB05;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  margin-bottom: 1px;
  font-size: 0.9rem;
  line-height: 1.2;
  border-left: 0.4rem solid var(--accent);
  background: white;
}
.tile__content {
  flex: 99 1 8em;
  position: relative;
  padding: 0.75rem 0.75rem;
}
.tile__link {
  display: block;
  text-decoration: none;
  position: static;
}
.tile__link::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: all;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}
.tile__link:hover, .tile__link:focus {
  text-decoration: underline;
  outline: none;
}
.tile__link:focus {
  outline: 0.2rem solid #999;
  outline-offset: 0.1em;
}
.tile__link--external::after {
  content: "";
  display: inline-block;
  margin-left: 0.25em;
  width: 0.75em;
  height: 0.75em;
  background: center center/contain no-repeat url("../img/icon-external.svg");
}
.tile__actions {
  flex: 1 1 auto;
}
.tile__actionsList {
  list-style: none;
  margin: 0;
  padding: 0 0.25rem 0 0.25rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.25rem;
  font-size: 1.125rem;
}
.tile__actionsList > li {
  flex: 1 1 auto;
  margin: 0;
}
.tile__action {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  border: 0;
  padding: 0.5rem 0.5rem 0.5rem;
  cursor: pointer;
}
.tile__action:where(:not(.tile__action--favorite)):hover .icon path {
  fill: #315D90;
}
.tile__action:where(:not(.tile__action--favorite)):active .icon path {
  fill: #333;
}
.tile__actionDropdown {
  position: relative;
  z-index: 2;
}
.tile__actionDropdown summary {
  display: block;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.tile__actionDropdown summary::marker, .tile__actionDropdown summary::-webkit-details-marker {
  display: none;
}
.tile__actionDropdown .themePicker {
  position: absolute;
  right: 100%;
  top: 50%;
  transform: translateY(-50%);
  box-shadow: 0 0 1em white;
  z-index: 2;
}
.tile--blue {
  --accent: #315D90;
}
.tile--navy {
  --accent: #123054;
}
.tile--pink {
  --accent: #C2185B;
}
.tile--grey {
  --accent: #999;
}

.tileList {
  margin: 0 0 2rem;
  padding: 0;
  list-style: none;
}
.tileList > li {
  display: contents;
}
.tileList--grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(max(20%, 14.125em), 1fr));
  grid-gap: 1rem;
}
.tileList--grid .tile__content {
  min-height: 3.6em;
}
.tileList--grid .tile__actionListItem:where(:not(.tile__actionListItem--favorite)) {
  display: none;
}
.intranetSearch {
  margin-bottom: 1.5rem;
}
.intranetSearch__searchField {
  position: relative;
  box-sizing: border-box;
  display: flex;
  width: 100%;
  margin-bottom: 0.5rem;
  padding: 0.5rem;
  border: 1px solid #ccc;
  border-radius: 0.25rem;
  background: #f1f1f1;
  font-size: 1.125rem;
}
@supports selector(focus-within) {
  .intranetSearch__searchField:focus-within {
    border-color: #C2185B;
  }
}
@media (min-width: 70em) {
  .intranetSearch__searchField {
    font-size: 1.25rem;
    padding: 0.75rem;
  }
}
.intranetSearch__searchInput {
  flex: 999 1 auto;
  border: 0;
  background: transparent;
  min-width: 0;
  max-width: none;
}
@supports selector(focus-within) {
  .intranetSearch__searchInput {
    outline: none;
  }
}
.intranetSearch__searchButton {
  flex: 1 1 2em;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  background: center center/80% no-repeat url("../img/rarr-tertiary.svg");
  cursor: pointer;
  text-indent: -9999em;
}
.intranetSearch__searchButton:hover, .intranetSearch__searchButton:focus {
  opacity: 0.75;
}
.intranetSearch a {
  font-size: 0.9rem;
  color: #999;
}

.moveableSection__header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  -moz-column-gap: 2px;
       column-gap: 2px;
  row-gap: 0.75rem;
  margin-bottom: 1.5rem;
}
.moveableSection__header .tickertape {
  margin-bottom: 0;
}
.moveableSection__mover {
  margin-right: 0.25rem;
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
}
.moveableSection__moverButton {
  width: 1.5em;
  height: 1.5em;
  padding: 0;
  background: white;
  border: 1px solid #f9f3f3;
}
@media screen and (pointer: coarse) {
  .moveableSection__moverButton {
    min-width: 32px;
    min-height: 32px;
  }
}
.moveableSection__moverButton:hover, .moveableSection__moverButton:focus {
  background: rgba(49, 93, 144, 0.8);
}
.moveableSection__moverButton:hover .icon path, .moveableSection__moverButton:focus .icon path {
  fill: white;
}
.moveableSection__moverButton:active {
  background: #315D90;
}
.moveableSection__title {
  flex: 1 1 auto;
}
.moveableSection__headerActions {
  flex: 0 1 auto;
}
.moveableSection__headerActions button,
.moveableSection__headerActions .button {
  margin: 0;
}

.themePicker__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
}
.themePicker__item {
  margin: 0;
}
.themePicker input[type=radio] {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  height: 1px;
}
.themePicker__option {
  border: 1px solid rgba(255, 255, 255, 0.5);
  width: 2rem;
  height: 2rem;
  background: var(--accent, #FFCB05);
  box-sizing: border-box;
  cursor: pointer;
}
.themePicker__option:where([data-theme=blue]) {
  --accent: #315D90;
}
.themePicker__option:where([data-theme=navy]) {
  --accent: #123054;
}
.themePicker__option:where([data-theme=yellow]) {
  --accent: #FFCB05;
}
.themePicker__option:where([data-theme=pink]) {
  --accent: #C2185B;
}
.themePicker__option:where([data-theme=grey]) {
  --accent: #999;
}
.themePicker__option:hover, .themePicker__option:focus {
  border-width: 2px;
  border-color: rgba(255, 255, 255, 0.8);
}
.themePicker__option[checked], .themePicker__option[disabled] {
  border: 2px solid rgba(255, 255, 255, 0.8);
  cursor: not-allowed;
}

.viewModeSwitcher__list {
  list-style: none;
  margin: 0 0 0.75rem;
  padding: 0;
  display: flex;
  gap: 0.5rem;
}
.viewModeSwitcher a {
  color: #999;
}
.viewModeSwitcher .icon {
  font-size: 1.4rem;
}
.viewModeSwitcher label {
  cursor: pointer;
}
.viewModeSwitcher input[type=radio] {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  height: 1px;
}
.viewModeSwitcher input[type=radio]:focus + label .icon svg, .viewModeSwitcher input[type=radio]:hover + label .icon svg {
  fill: rgba(194, 24, 91, 0.5);
}
.viewModeSwitcher input[type=radio]:checked + label .icon svg {
  fill: #C2185B;
}

.debug * {
  box-shadow: 0 0 0.5em rgba(255, 0, 0, 0.75), inset 0 0 0.5em rgba(0, 255, 0, 0.75) !important;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.bg-primary {
  background: #315D90 !important;
}

.bg-secondary {
  background: #FFCB05 !important;
}

.bg-tertiary {
  background: #C2185B !important;
}

.text-color-primary {
  color: #315D90 !important;
}

.text-color-secondary {
  color: #FFCB05 !important;
}

.text-color-tertiary {
  color: #C2185B !important;
}

.text-color-white {
  color: white !important;
}

.text-color-black {
  color: black !important;
}

.text-color-grey {
  color: #999 !important;
}

.text-color-error {
  color: red !important;
}

.text-center {
  margin-left: auto;
  margin-right: auto;
  text-align: center !important;
}

.text-left {
  margin-right: auto;
  text-align: left !important;
}

.text-right {
  margin-left: auto;
  text-align: right !important;
}

.text-columns {
  max-width: none;
  -moz-columns: 25em;
       columns: 25em;
  -moz-column-gap: 2.5rem;
       column-gap: 2.5rem;
}
.text-columns p, .text-columns li {
  -moz-column-break-inside: avoid;
       break-inside: avoid-column;
}

.text-linethru {
  display: flex;
  gap: 1rem;
  width: auto;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.text-linethru:before, .text-linethru:after {
  content: "";
  flex: 0 1 10%;
  border-bottom: 1px solid #ccc;
}

.margin-y-4xs {
  margin-top: 0.0625rem !important;
  margin-bottom: 0.0625rem !important;
}

.margin-top-4xs {
  margin-top: 0.0625rem !important;
}

.margin-bottom-4xs {
  margin-bottom: 0.0625rem !important;
}

.margin-y-3xs {
  margin-top: 0.125rem !important;
  margin-bottom: 0.125rem !important;
}

.margin-top-3xs {
  margin-top: 0.125rem !important;
}

.margin-bottom-3xs {
  margin-bottom: 0.125rem !important;
}

.margin-y-2xs {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.margin-top-2xs {
  margin-top: 0.25rem !important;
}

.margin-bottom-2xs {
  margin-bottom: 0.25rem !important;
}

.margin-y-xs {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.margin-top-xs {
  margin-top: 0.5rem !important;
}

.margin-bottom-xs {
  margin-bottom: 0.5rem !important;
}

.margin-y-sm {
  margin-top: 0.75rem !important;
  margin-bottom: 0.75rem !important;
}

.margin-top-sm {
  margin-top: 0.75rem !important;
}

.margin-bottom-sm {
  margin-bottom: 0.75rem !important;
}

.margin-y-md {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.margin-top-md {
  margin-top: 1rem !important;
}

.margin-bottom-md {
  margin-bottom: 1rem !important;
}

.margin-y-lg {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.margin-top-lg {
  margin-top: 1.5rem !important;
}

.margin-bottom-lg {
  margin-bottom: 1.5rem !important;
}

.margin-y-xl {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}

.margin-top-xl {
  margin-top: 2rem !important;
}

.margin-bottom-xl {
  margin-bottom: 2rem !important;
}

.margin-y-2xl {
  margin-top: 2.5rem !important;
  margin-bottom: 2.5rem !important;
}

.margin-top-2xl {
  margin-top: 2.5rem !important;
}

.margin-bottom-2xl {
  margin-bottom: 2.5rem !important;
}

.margin-y-3xl {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.margin-top-3xl {
  margin-top: 3rem !important;
}

.margin-bottom-3xl {
  margin-bottom: 3rem !important;
}

.margin-y-4xl {
  margin-top: 4rem !important;
  margin-bottom: 4rem !important;
}

.margin-top-4xl {
  margin-top: 4rem !important;
}

.margin-bottom-4xl {
  margin-bottom: 4rem !important;
}

.margin-y-5xl {
  margin-top: 6rem !important;
  margin-bottom: 6rem !important;
}

.margin-top-5xl {
  margin-top: 6rem !important;
}

.margin-bottom-5xl {
  margin-bottom: 6rem !important;
}

.margin-y-6xl {
  margin-top: 8rem !important;
  margin-bottom: 8rem !important;
}

.margin-top-6xl {
  margin-top: 8rem !important;
}

.margin-bottom-6xl {
  margin-bottom: 8rem !important;
}

.margin-top-none,
.margin-y-none {
  margin-top: 0 !important;
}

.margin-bottom-none,
.margin-y-none {
  margin-bottom: 0 !important;
}

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

.js .js-hidden {
  display: none;
}

.no-js .no-js-hidden {
  display: none;
}

.link--plain {
  text-decoration: none;
  color: #111;
}

.link--stretched {
  position: static;
}
.link--stretched::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: all;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

.link--stretched-before {
  position: static;
}
.link--stretched-before::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: all;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

.comma-separate > *::after {
  content: ",";
}
.comma-separate > *:last-child::after {
  content: "";
}

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

.visually-hidden.focusable:active, .visually-hidden.focusable:focus {
  position: static !important;
  clip: auto !important;
  overflow: visible !important;
  height: auto !important;
}
/*# sourceMappingURL=main.css.map */
