/*! tailwindcss v2.0.4 | MIT License | https://tailwindcss.com */

/*! modern-normalize v1.0.0 | MIT License | https://github.com/sindresorhus/modern-normalize */

/*
Document
========
*/

/**
Use a better box model (opinionated).
*/

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

/**
Use a more readable tab size (opinionated).
*/

:root {
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
}

/**
1. Correct the line height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
*/

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/*
Sections
========
*/

/**
Remove the margin in all browsers.
*/

body {
  margin: 0;
}

/**
Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
*/

body {
  font-family:
		system-ui,
		-apple-system, /* Firefox supports this but not yet `system-ui` */
		'Segoe UI',
		Roboto,
		Helvetica,
		Arial,
		sans-serif,
		'Apple Color Emoji',
		'Segoe UI Emoji';
}

/*
Grouping content
================
*/

/**
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
}

/*
Text-level semantics
====================
*/

/**
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/**
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/**
1. Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
2. Correct the odd 'em' font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family:
		ui-monospace,
		SFMono-Regular,
		Consolas,
		'Liberation Mono',
		Menlo,
		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;
}

/*
Tabular data
============
*/

/**
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
*/

table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
}

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

/**
Remove the inheritance of text transform in Edge and Firefox.
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.
*/

::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
Restore the focus styles unset by the previous rule.
*/

:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
Remove the additional ':invalid' styles in Firefox.
See: https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/**
Remove the padding so developers are not caught out when they zero out 'fieldset' elements in all browsers.
*/

legend {
  padding: 0;
}

/**
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/**
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-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.
*/

::-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 Chrome and Safari.
*/

summary {
  display: list-item;
}

/**
 * Manually forked from SUIT CSS Base: https://github.com/suitcss/base
 * A thin layer on top of normalize.css that provides a starting point more
 * suitable for web applications.
 */

/**
 * Removes the default spacing and border for appropriate elements.
 */

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

button {
  background-color: transparent;
  background-image: none;
}

/**
 * Work around a Firefox/IE bug where the transparent `button` background
 * results in a loss of the default `button` focus styles.
 */

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

fieldset {
  margin: 0;
  padding: 0;
}

ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

/**
 * Tailwind custom reset styles
 */

/**
 * 1. Use the user's configured `sans` font-family (with Tailwind's default
 *    sans-serif font stack as a fallback) as a sane default.
 * 2. Use Tailwind's default "normal" line-height so the user isn't forced
 *    to override it to ensure consistency even when using the default theme.
 */

html {
  font-family: Atkinson Hyperlegible, Helvetica, Arial, sans-serif; /* 1 */
  line-height: 1.5; /* 2 */
}

/**
 * Inherit font-family and line-height from `html` so users can set them as
 * a class directly on the `html` element.
 */

body {
  font-family: inherit;
  line-height: inherit;
}

/**
 * 1. Prevent padding and border from affecting element width.
 *
 *    We used to set this in the html element and inherit from
 *    the parent element for everything else. This caused issues
 *    in shadow-dom-enhanced elements like <details> where the content
 *    is wrapped by a div with box-sizing set to `content-box`.
 *
 *    https://github.com/mozdevs/cssremedy/issues/4
 *
 *
 * 2. Allow adding a border to an element by just adding a border-width.
 *
 *    By default, the way the browser specifies that an element should have no
 *    border is by setting it's border-style to `none` in the user-agent
 *    stylesheet.
 *
 *    In order to easily add borders to elements by just setting the `border-width`
 *    property, we change the default border-style for all elements to `solid`, and
 *    use border-width to hide them instead. This way our `border` utilities only
 *    need to set the `border-width` property instead of the entire `border`
 *    shorthand, making our border utilities much more straightforward to compose.
 *
 *    https://github.com/tailwindcss/tailwindcss/pull/116
 */

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: currentColor; /* 2 */
}

/*
 * Ensure horizontal rules are visible by default
 */

hr {
  border-top-width: 1px;
}

/**
 * Undo the `border-style: none` reset that Normalize applies to images so that
 * our `border-{width}` utilities have the expected effect.
 *
 * The Normalize reset is unnecessary for us since we default the border-width
 * to 0 on all elements.
 *
 * https://github.com/tailwindcss/tailwindcss/issues/362
 */

img {
  border-style: solid;
}

textarea {
  resize: vertical;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  color: #a1a1aa;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  opacity: 1;
  color: #a1a1aa;
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  color: #a1a1aa;
}

button,
[role="button"] {
  cursor: pointer;
}

table {
  border-collapse: collapse;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/**
 * Reset links to optimize for opt-in styling instead of
 * opt-out.
 */

a {
  color: inherit;
  text-decoration: inherit;
}

/**
 * Reset form element properties that are easy to forget to
 * style explicitly so you don't inadvertently introduce
 * styles that deviate from your design system. These styles
 * supplement a partial reset that is already applied by
 * normalize.css.
 */

button,
input,
optgroup,
select,
textarea {
  padding: 0;
  line-height: inherit;
  color: inherit;
}

/**
 * Use the configured 'mono' font family for elements that
 * are expected to be rendered with a monospace font, falling
 * back to the system monospace stack if there is no configured
 * 'mono' font family.
 */

pre,
code,
kbd,
samp {
  font-family: Consolas, monospace;
}

/**
 * Make replaced elements `display: block` by default as that's
 * the behavior you want almost all of the time. Inspired by
 * CSS Remedy, with `svg` added as well.
 *
 * https://github.com/mozdevs/cssremedy/issues/14
 */

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  vertical-align: middle;
}

/**
 * Constrain images and videos to the parent width and preserve
 * their instrinsic aspect ratio.
 *
 * https://github.com/mozdevs/cssremedy/issues/14
 */

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

/**
   Prepend selector to parent
   ===
   Example

   .block__heading {
  	 font-weight: bold;

  	 @include unify-parent(h2) { font-size: 4rem; }
  	 @include unify-parent(h3) { font-size: 3rem; }
   }
   ===
   .block__heading { font-weight: bold; }
   h2.block__heading { font-weight: 4rem; }
   h3.block__heading { font-weight: 3rem; }

   */

:root {
  --adminbar-h: 0px;
  --banner-h: 161px;
  --banner-offset: 161px;
  font-size: 16px;
}

@media (min-width: 768px) {
  :root {
    font-size: 18px;
  }
}

:root body.admin-bar {
  --adminbar-h: 46px;
  --banner-offset: calc(161px + 46px);
}

@media (min-width: 782px) {
  :root body.admin-bar {
    --adminbar-h: 32px;
    --banner-offset: calc(161px + 32px);
  }
}

* {
  box-sizing: border-box;
}

b, strong {
  font-weight: 700;
}

dfn, cite, em, i {
  font-style: italic;
}

pre {
  overflow-x: auto;
  white-space: pre;
}

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

embed, iframe, object, video {
  max-width: 100%;
}

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

#skipLink:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(200, 200, 199, var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(99, 101, 106, var(--tw-text-opacity));
  font-weight: 700;
  font-size: 0.75rem;
  line-height: 1;
  border-radius: 0.125rem;
  --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  width: auto;
  height: auto;
  display: block;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  top: 0.5rem;
  left: 0.5rem;
  outline: 2px solid transparent;
  outline-offset: 2px;
  text-decoration: none;
  z-index: 100000;
  clip: auto !important;
  -webkit-clip-path: none;
          clip-path: none;
}

a {
  cursor: pointer;
  -webkit-text-decoration-skip-ink: all;
          text-decoration-skip-ink: all;
  text-underline-offset: 2px;
}

a:hover {
  -webkit-text-decoration-style: dotted;
          text-decoration-style: dotted;
}

a, button {
  outline-offset: 2px;
}

a.focus-visible, a:focus-visible, button.focus-visible, button:focus-visible {
  outline: 2px dashed #0033A0;
}

/* Do not show the outline on the skip link target. */

html[data-contrast=bow] .has-background,
html[data-contrast=bow] .btn,
html[data-contrast=bow] .wp-block-button__link,
html[data-contrast=bow] .controls__btn,
html[data-contrast=bow] .adjust,
html[data-contrast=bow] .adjust__actions,
html[data-contrast=bow] .nav__wrap--primary,
html[data-contrast=bow] .nav.nav--primary .nav__link:hover,
html[data-contrast=bow] .hero__title,
html[data-contrast=bow] .tail__wrap,
html[data-contrast=bow] .footnote__wrap, html[data-contrast=bow],
html[data-contrast=wob] .has-background,
html[data-contrast=wob] .btn,
html[data-contrast=wob] .wp-block-button__link,
html[data-contrast=wob] .controls__btn,
html[data-contrast=wob] .adjust,
html[data-contrast=wob] .adjust__actions,
html[data-contrast=wob] .nav__wrap--primary,
html[data-contrast=wob] .nav.nav--primary .nav__link:hover,
html[data-contrast=wob] .hero__title,
html[data-contrast=wob] .tail__wrap,
html[data-contrast=wob] .footnote__wrap,
html[data-contrast=wob],
html[data-contrast=yob] .has-background,
html[data-contrast=yob] .btn,
html[data-contrast=yob] .wp-block-button__link,
html[data-contrast=yob] .controls__btn,
html[data-contrast=yob] .adjust,
html[data-contrast=yob] .adjust__actions,
html[data-contrast=yob] .nav__wrap--primary,
html[data-contrast=yob] .nav.nav--primary .nav__link:hover,
html[data-contrast=yob] .hero__title,
html[data-contrast=yob] .tail__wrap,
html[data-contrast=yob] .footnote__wrap,
html[data-contrast=yob] {
  background-color: var(--bg);
}

html[data-contrast=bow] .has-text-color,
html[data-contrast=bow] .has-background-color,
html[data-contrast=bow] .btn,
html[data-contrast=bow] .wp-block-button__link,
html[data-contrast=bow] .controls__btn,
html[data-contrast=bow] .adjust__title,
html[data-contrast=bow] .adjust__heading,
html[data-contrast=bow] .nav.nav--primary .nav__link,
html[data-contrast=bow] .adjust__close,
html[data-contrast=bow] .sizer__btn::before,
html[data-contrast=bow] .sizer__text,
html[data-contrast=bow] .contraster__btn::before,
html[data-contrast=bow] .adjust__reset,
html[data-contrast=bow] .hero__title,
html[data-contrast=bow] .wp-block-acf-accordion__toggle,
html[data-contrast=bow] .wp-block-acf-accordion[open] .wp-block-acf-accordion__toggle,
html[data-contrast=bow] .wp-block-acf-accordion__icon,
html[data-contrast=bow] .wp-block-acf-accordion[open] .wp-block-acf-accordion__icon,
html[data-contrast=bow] .wp-block-acf-tabs__tab,
html[data-contrast=bow] .tail__wrap,
html[data-contrast=bow] .nav.nav--footer .nav__link,
html[data-contrast=bow] .nav.nav--social .nav__link,
html[data-contrast=bow] .nav.nav--legal .nav__link,
html[data-contrast=bow] .nav.nav--footnote .nav__link,
html[data-contrast=bow] .address, html[data-contrast=bow] .address__name, html[data-contrast=bow] .address__line,
html[data-contrast=bow] .footnote,
html[data-contrast=bow] .footnote__legal,
html[data-contrast=bow] .wp-block-acf-profiles__def a,
html[data-contrast=bow] .tail__address a, html[data-contrast=bow],
html[data-contrast=wob] .has-text-color,
html[data-contrast=wob] .has-background-color,
html[data-contrast=wob] .btn,
html[data-contrast=wob] .wp-block-button__link,
html[data-contrast=wob] .controls__btn,
html[data-contrast=wob] .adjust__title,
html[data-contrast=wob] .adjust__heading,
html[data-contrast=wob] .nav.nav--primary .nav__link,
html[data-contrast=wob] .adjust__close,
html[data-contrast=wob] .sizer__btn::before,
html[data-contrast=wob] .sizer__text,
html[data-contrast=wob] .contraster__btn::before,
html[data-contrast=wob] .adjust__reset,
html[data-contrast=wob] .hero__title,
html[data-contrast=wob] .wp-block-acf-accordion__toggle,
html[data-contrast=wob] .wp-block-acf-accordion[open] .wp-block-acf-accordion__toggle,
html[data-contrast=wob] .wp-block-acf-accordion__icon,
html[data-contrast=wob] .wp-block-acf-accordion[open] .wp-block-acf-accordion__icon,
html[data-contrast=wob] .wp-block-acf-tabs__tab,
html[data-contrast=wob] .tail__wrap,
html[data-contrast=wob] .nav.nav--footer .nav__link,
html[data-contrast=wob] .nav.nav--social .nav__link,
html[data-contrast=wob] .nav.nav--legal .nav__link,
html[data-contrast=wob] .nav.nav--footnote .nav__link,
html[data-contrast=wob] .address,
html[data-contrast=wob] .address__name,
html[data-contrast=wob] .address__line,
html[data-contrast=wob] .footnote,
html[data-contrast=wob] .footnote__legal,
html[data-contrast=wob] .wp-block-acf-profiles__def a,
html[data-contrast=wob] .tail__address a,
html[data-contrast=wob],
html[data-contrast=yob] .has-text-color,
html[data-contrast=yob] .has-background-color,
html[data-contrast=yob] .btn,
html[data-contrast=yob] .wp-block-button__link,
html[data-contrast=yob] .controls__btn,
html[data-contrast=yob] .adjust__title,
html[data-contrast=yob] .adjust__heading,
html[data-contrast=yob] .nav.nav--primary .nav__link,
html[data-contrast=yob] .adjust__close,
html[data-contrast=yob] .sizer__btn::before,
html[data-contrast=yob] .sizer__text,
html[data-contrast=yob] .contraster__btn::before,
html[data-contrast=yob] .adjust__reset,
html[data-contrast=yob] .hero__title,
html[data-contrast=yob] .wp-block-acf-accordion__toggle,
html[data-contrast=yob] .wp-block-acf-accordion[open] .wp-block-acf-accordion__toggle,
html[data-contrast=yob] .wp-block-acf-accordion__icon,
html[data-contrast=yob] .wp-block-acf-accordion[open] .wp-block-acf-accordion__icon,
html[data-contrast=yob] .wp-block-acf-tabs__tab,
html[data-contrast=yob] .tail__wrap,
html[data-contrast=yob] .nav.nav--footer .nav__link,
html[data-contrast=yob] .nav.nav--social .nav__link,
html[data-contrast=yob] .nav.nav--legal .nav__link,
html[data-contrast=yob] .nav.nav--footnote .nav__link,
html[data-contrast=yob] .address,
html[data-contrast=yob] .address__name,
html[data-contrast=yob] .address__line,
html[data-contrast=yob] .footnote,
html[data-contrast=yob] .footnote__legal,
html[data-contrast=yob] .wp-block-acf-profiles__def a,
html[data-contrast=yob] .tail__address a,
html[data-contrast=yob] {
  color: var(--fg);
}

html[data-contrast=bow] .btn:hover,
html[data-contrast=bow] .wp-block-button__link:hover,
html[data-contrast=bow] .nav.nav--primary .nav__link:hover,
html[data-contrast=bow] .sizer__btn,
html[data-contrast=bow] .contraster__btn::after,
html[data-contrast=bow] .wp-block-acf-tabs__tab[aria-selected=true],
html[data-contrast=wob] .btn:hover,
html[data-contrast=wob] .wp-block-button__link:hover,
html[data-contrast=wob] .nav.nav--primary .nav__link:hover,
html[data-contrast=wob] .sizer__btn,
html[data-contrast=wob] .contraster__btn::after,
html[data-contrast=wob] .wp-block-acf-tabs__tab[aria-selected=true],
html[data-contrast=yob] .btn:hover,
html[data-contrast=yob] .wp-block-button__link:hover,
html[data-contrast=yob] .nav.nav--primary .nav__link:hover,
html[data-contrast=yob] .sizer__btn,
html[data-contrast=yob] .contraster__btn::after,
html[data-contrast=yob] .wp-block-acf-tabs__tab[aria-selected=true] {
  background-color: var(--fg);
}

html[data-contrast=bow] .btn:hover,
html[data-contrast=bow] .wp-block-button__link:hover,
html[data-contrast=bow] .nav.nav--primary .nav__link:hover,
html[data-contrast=bow] .sizer__btn,
html[data-contrast=bow] .wp-block-acf-tabs__tab[aria-selected=true],
html[data-contrast=wob] .btn:hover,
html[data-contrast=wob] .wp-block-button__link:hover,
html[data-contrast=wob] .nav.nav--primary .nav__link:hover,
html[data-contrast=wob] .sizer__btn,
html[data-contrast=wob] .wp-block-acf-tabs__tab[aria-selected=true],
html[data-contrast=yob] .btn:hover,
html[data-contrast=yob] .wp-block-button__link:hover,
html[data-contrast=yob] .nav.nav--primary .nav__link:hover,
html[data-contrast=yob] .sizer__btn,
html[data-contrast=yob] .wp-block-acf-tabs__tab[aria-selected=true] {
  color: var(--bg);
}

html[data-contrast=bow] .btn, html[data-contrast=bow] .wp-block-button__link,
html[data-contrast=wob] .btn,
html[data-contrast=wob] .wp-block-button__link,
html[data-contrast=yob] .btn,
html[data-contrast=yob] .wp-block-button__link {
  border: 1px solid var(--fg);
}

html[data-contrast=bow] .adjust__heading,
html[data-contrast=wob] .adjust__heading,
html[data-contrast=yob] .adjust__heading {
  background: transparent;
  border-bottom: 1px solid var(--fg);
}

html[data-contrast=bow] .nav.nav--primary .nav__link::after,
html[data-contrast=wob] .nav.nav--primary .nav__link::after,
html[data-contrast=yob] .nav.nav--primary .nav__link::after {
  display: none;
}

html[data-contrast=bow] .nav__wrap--primary,
html[data-contrast=wob] .nav__wrap--primary,
html[data-contrast=yob] .nav__wrap--primary {
  border-top: 1px solid var(--fg);
  border-bottom: 1px solid var(--fg);
}

html[data-contrast=bow] .tail__wrap,
html[data-contrast=wob] .tail__wrap,
html[data-contrast=yob] .tail__wrap {
  border-top: 1px solid var(--fg);
}

html[data-contrast=bow] .tail,
html[data-contrast=wob] .tail,
html[data-contrast=yob] .tail {
  border-bottom-color: var(--fg);
}

html[data-contrast=bow] .wp-block-acf-accordion[open] .wp-block-acf-accordion__toggle,
html[data-contrast=wob] .wp-block-acf-accordion[open] .wp-block-acf-accordion__toggle,
html[data-contrast=yob] .wp-block-acf-accordion[open] .wp-block-acf-accordion__toggle {
  background: transparent;
  border-bottom: 1px solid var(--fg);
}

html[data-contrast=bow] .wp-block-acf-tabs__tab, html[data-contrast=wob] .wp-block-acf-tabs__tab, html[data-contrast=yob] .wp-block-acf-tabs__tab {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

html[data-contrast=bow] .wp-block-acf-tabs__tab,
html[data-contrast=wob] .wp-block-acf-tabs__tab,
html[data-contrast=yob] .wp-block-acf-tabs__tab {
  border-color: var(--fg);
}

html[data-contrast=bow] .wp-block-acf-tabs__tab[aria-selected=true],
html[data-contrast=wob] .wp-block-acf-tabs__tab[aria-selected=true],
html[data-contrast=yob] .wp-block-acf-tabs__tab[aria-selected=true] {
  border-color: var(--fg);
}

html[data-contrast=bow] .tail__address a, html[data-contrast=bow] .wp-block-acf-profiles__def a, html[data-contrast=wob] .tail__address a, html[data-contrast=wob] .wp-block-acf-profiles__def a, html[data-contrast=yob] .tail__address a, html[data-contrast=yob] .wp-block-acf-profiles__def a {
  font-weight: 700;
}

html[data-contrast=bow] body.home .entry__content > p:first-child,
html[data-contrast=wob] body.home .entry__content > p:first-child,
html[data-contrast=yob] body.home .entry__content > p:first-child {
  background: var(--bg);
  color: var(--fg);
}

html[data-contrast=bow] {
  --fg: black;
  --bg: white;
}

html[data-contrast=bow] .controls__btn {
  border-color: black;
}

html[data-contrast=wob] {
  --fg: white;
  --bg: #1B1A1A;
}

html[data-contrast=wob] .searchform__input {
  border-color: black;
}

html[data-contrast=yob] {
  --fg: #EEEC12;
  --bg: black;
}

@media (prefers-reduced-motion) {
  *, *::before, *::after {
    -webkit-animation-delay: -1ms !important;
            animation-delay: -1ms !important;
    -webkit-animation-duration: 1ms !important;
            animation-duration: 1ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    background-attachment: initial !important;
    scroll-behavior: auto !important;
    transition-duration: 0s !important;
    transition-delay: 0s !important;
    transition: unset !important;
  }
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-bottom: 0.75rem;
  padding-top: 1rem;
  font-family: Atkinson Hyperlegible, Helvetica, Arial, sans-serif;
  font-weight: 700;
  line-height: 1;
  --tw-bg-opacity: 1;
  background-color: rgba(0, 51, 160, var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  cursor: pointer;
  transition: all ease 300ms;
  border: 1px solid transparent;
  border-radius: 4px;
}

.btn:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(81, 110, 221, var(--tw-bg-opacity));
}

.btn:focus:not(.focus-visible), .btn:focus-visible {
  outline: 2px solid #0033A0;
  outline-offset: 2px;
}

.btn--ghost {
  background-color: transparent;
  --tw-border-opacity: 1;
  border-color: rgba(0, 51, 160, var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgba(0, 51, 160, var(--tw-text-opacity));
}

.btn--ghost:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(0, 51, 160, var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.btn--light {
  --tw-bg-opacity: 1;
  background-color: rgba(19, 118, 166, var(--tw-bg-opacity));
}

.btn--light:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(8, 53, 75, var(--tw-bg-opacity));
}

.center {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.center-y {
  top: 50%;
  transform: translateY(-50%);
}

.center-x {
  left: 50%;
  transform: translateX(-50%);
}

.container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1440px;
  width: 95vw;
}

.container--sml {
  max-width: 1024px;
}

.prose-copy {
  font-size: 1rem;
  line-height: 1.625;
  margin-top: 2rem;
  margin-bottom: 2rem;
  font-family: Atkinson Hyperlegible, Helvetica, Arial, sans-serif;
}

.prose-caption {
  font-size: 0.75rem;
  font-style: italic;
  line-height: 1.625;
  letter-spacing: 0.025em;
}

.prose-sml {
  font-size: 0.75rem;
  line-height: 2;
}

.prose-md {
  font-size: 1.25rem;
  line-height: 1.375;
  margin-bottom: 0.75rem;
  margin-top: 2rem;
}

.prose-lg {
  font-size: 1.563rem;
  line-height: 1.375;
  margin-bottom: 0.75rem;
  margin-top: 2rem;
}

.prose-6xl, .prose-5xl, .prose-4xl, .prose-3xl, .prose-2xl, .prose-xl {
  margin-bottom: 0.75rem;
  margin-top: 2rem;
}

.prose-6xl,
.prose-5xl,
.prose-4xl,
.prose-3xl,
.prose-2xl,
.prose-xl {
  font-weight: bold;
  line-height: 1.2;
}

.prose-xl {
  font-size: 1.333rem;
}

.prose-2xl {
  font-size: 1.556rem;
}

.prose-3xl {
  font-size: 1.778rem;
}

.prose-4xl {
  font-size: 2.222rem;
}

.prose-5xl {
  font-size: 2.667rem;
}

.prose-6xl {
  font-size: 3.111rem;
}

.widthHeight-0, .widthHeight-none {
  height: 0px;
  width: 0px;
}

.widthHeight-5 {
  width: 5%;
  height: 5%;
}

.widthHeight-10 {
  width: 10%;
  height: 10%;
}

.widthHeight-15 {
  width: 15%;
  height: 15%;
}

.widthHeight-20 {
  width: 20%;
  height: 20%;
}

.widthHeight-25 {
  width: 25%;
  height: 25%;
}

.widthHeight-30 {
  width: 30%;
  height: 30%;
}

.widthHeight-35 {
  width: 35%;
  height: 35%;
}

.widthHeight-40 {
  width: 40%;
  height: 40%;
}

.widthHeight-45 {
  width: 45%;
  height: 45%;
}

.widthHeight-50 {
  width: 50%;
  height: 50%;
}

.widthHeight-55 {
  width: 55%;
  height: 55%;
}

.widthHeight-60 {
  width: 60%;
  height: 60%;
}

.widthHeight-65 {
  width: 65%;
  height: 65%;
}

.widthHeight-70 {
  width: 70%;
  height: 70%;
}

.widthHeight-75 {
  width: 75%;
  height: 75%;
}

.widthHeight-80 {
  width: 80%;
  height: 80%;
}

.widthHeight-85 {
  width: 85%;
  height: 85%;
}

.widthHeight-90 {
  width: 90%;
  height: 90%;
}

.widthHeight-95 {
  width: 95%;
  height: 95%;
}

.widthHeight-full {
  height: 100%;
  width: 100%;
}

.widthHeight-auto {
  height: auto;
  width: auto;
}

.address {
  font-style: normal;
}

.address a {
  text-decoration: underline;
}

.address__line {
  margin-bottom: 0.25rem;
  --tw-text-opacity: 1;
  color: rgba(200, 200, 199, var(--tw-text-opacity));
}

.address__line--block {
  display: block;
}

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

.address__line--name {
  font-weight: 700;
  font-size: 1.563rem;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

html {
  position: relative;
}

html::after {
  content: "";
  position: fixed;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: 40;
  background-color: rgba(0,0,0,0.80);
  pointer-events: none;
  transition: opacity ease 250ms;
  opacity: 0;
}

html.adjustments-open::after {
  opacity: 1;
}

.adjust {
  padding: 1.5rem;
  position: fixed;
  z-index: 50;
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  border-radius: 0.25rem;
  --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  max-height: 80vh;
  width: 24rem;
  overflow-y: auto;
  right: 1rem;
  top: 50%;
  transform: translateX(100vw) translateY(-50%);
  transition: transform ease-in-out 350ms;
}

html.adjustments-open .adjust {
  transform: translateX(0) translateY(-50%);
}

.adjust__header {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  margin-bottom: 1rem;
}

.adjust__title, .adjust__close {
  font-size: 1.563rem;
  line-height: 1;
}

.adjust__title {
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgba(0, 51, 160, var(--tw-text-opacity));
}

.adjust__close {
  padding: 0.25rem;
  --tw-text-opacity: 1;
  color: rgba(99, 101, 106, var(--tw-text-opacity));
}

.adjust__group {
  display: block;
  margin-bottom: 1rem;
  width: 100%;
}

.adjust__heading {
  display: block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  --tw-bg-opacity: 1;
  background-color: rgba(0, 51, 160, var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  font-weight: 700;
  line-height: 1;
  text-align: center;
}

.adjust__actions {
  display: block;
  margin-bottom: 1.5rem;
  padding: 1.5rem;
  padding-bottom: 1rem;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgba(222, 219, 223, var(--tw-bg-opacity));
  border-radius: 0.25rem;
}

.adjust__reset {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgba(0, 51, 160, var(--tw-text-opacity));
}

.adjust__reset i, .adjust__reset svg {
  margin-right: 0.5rem;
}

.sizer {
  display: flex;
  align-items: center;
  justify-content: center;
}

.sizer__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 1.25rem;
  padding: 0.75rem;
  border-radius: 100%;
  position: relative;
  --tw-bg-opacity: 1;
  background-color: rgba(0, 51, 160, var(--tw-bg-opacity));
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  aspect-ratio: 1/1;
}

.sizer__btn::before {
  content: attr(title);
  position: absolute;
  text-align: center;
  left: 50%;
  transform: translateX(-50%);
  font-size: 0.75rem;
  --tw-text-opacity: 1;
  color: rgba(24, 24, 27, var(--tw-text-opacity));
  text-transform: uppercase;
  top: calc(100% + .75rem);
}

.sizer__icon {
  font-size: 1.25rem;
}

.sizer__text {
  display: block;
  margin-left: 2rem;
  margin-right: 2rem;
  --tw-text-opacity: 1;
  color: rgba(0, 51, 160, var(--tw-text-opacity));
}

.contraster {
  display: flex;
  align-items: stretch;
  width: 100%;
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.contraster__btn {
  margin-bottom: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-bottom: 0.75rem;
  padding-top: 1rem;
  position: relative;
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  border-radius: 0.25rem;
  --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  font-weight: 800;
  font-size: 3.815rem;
  line-height: 1;
  white-space: nowrap;
  flex: 1;
}

.contraster__btn--def {
  --tw-text-opacity: 1;
  color: rgba(0, 51, 160, var(--tw-text-opacity));
}

.contraster__btn--bow {
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

.contraster__btn--wob {
  --tw-bg-opacity: 1;
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.contraster__btn--yob {
  --tw-bg-opacity: 1;
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  color: #EEEC12;
}

.contraster__btn::before {
  content: attr(title);
  position: absolute;
  text-align: center;
  left: 50%;
  transform: translateX(-50%);
  font-size: 0.563rem;
  --tw-text-opacity: 1;
  color: rgba(24, 24, 27, var(--tw-text-opacity));
  text-transform: uppercase;
  top: calc(100% + .75rem);
}

.contraster__btn::after {
  content: "";
  position: absolute;
  right: 0px;
  left: 0px;
  height: 4px;
  top: calc(100% + 2rem);
  --tw-bg-opacity: 1;
  background-color: rgba(0, 51, 160, var(--tw-bg-opacity));
  border-radius: 0.25rem;
  transform: scaleX(0);
  transition: transform ease-in-out 250ms;
}

.contraster__btn--active::after {
  transform: scaleX(1);
}

.archive__list {
  margin-top: 3rem;
}

.archive__foot {
  margin-top: 3rem;
}

.banner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.banner__title {
  font-weight: 700;
  font-size: 3.815rem;
}

.banner__title img {
  max-width: 250px;
}

.banner__home {
  max-width: 250px;
}

.banner__search {
  display: none;
}

@media (min-width: 1024px) {
  .banner__search {
    display: block;
  }
}

.banner__toggle {
  display: block;
}

@media (min-width: 768px) {
  .banner__toggle {
    display: none;
  }
}

.breadcrumbs__wrap {
  --tw-bg-opacity: 1;
  background-color: rgba(200, 200, 199, var(--tw-bg-opacity));
  z-index: 10;
  position: sticky;
  top: calc(var(--adminbar-h) + 72px);
}

.breadcrumbs span {
  font-size: 0.75rem;
}

.breadcrumbs span.breadcrumb_last {
  margin-left: 0.75rem;
}

.breadcrumbs a {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.breadcrumbs a:hover {
  text-decoration: underline;
}

.chart {
  display: grid;
  gap: 1px;
  grid-template-columns: 3rem auto;
  grid-template-rows: 3rem auto;
}

.chart span {
  --tw-bg-opacity: 1;
  background-color: rgba(222, 219, 223, var(--tw-bg-opacity));
  padding: 0.75rem;
}

.chart span.light-blue {
  --tw-bg-opacity: 1;
  background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
}

.chart span.blue {
  --tw-bg-opacity: 1;
  background-color: rgba(0, 51, 160, var(--tw-bg-opacity));
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.chart__title {
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.chart__title--cols {
  grid-column: 3/span 5;
}

.chart__title--rows {
  grid-row: 3/span 5;
  -webkit-text-orientation: mixed;
          text-orientation: mixed;
  -ms-writing-mode: tb-lr;
      writing-mode: vertical-lr;
  transform: rotate(180deg);
}

.chart__heading {
  font-weight: 700;
}

.chart__heading i {
  display: block;
  margin-top: 0.5rem;
  font-weight: 400;
  font-style: normal;
}

.controls {
  display: flex;
  flex-direction: column;
  position: fixed;
  right: 1.5rem;
  z-index: 50;
  bottom: 15vh;
  transition: transform ease-in-out 350ms;
}

html.adjustments-open .controls {
  transform: translateX(40vw);
}

.controls__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
  padding: 0.125rem;
  --tw-bg-opacity: 1;
  background-color: rgba(0, 51, 160, var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  font-size: 2.441rem;
  aspect-ratio: 1/1;
  border: 2px solid white;
  opacity: 0.5;
  transition: all ease 250ms;
}

.controls__btn--adjust {
  padding: 0.25rem;
}

.controls__btn--scrolltop {
  font-size: 2.441rem;
  padding: 0.125rem;
}

.controls__btn:hover {
  opacity: 1;
}

.entry__main {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.entry__main--sidebar {
  margin-left: auto;
  margin-right: auto;
  max-width: 1440px;
  width: 95vw;
  display: grid;
  -moz-column-gap: 4rem;
       column-gap: 4rem;
  grid-template-columns: 1fr 4fr;
}

.entry__side--sticky {
  position: sticky;
  top: 0px;
}

.entry__title {
  font-family: Merriweather, Georgia, serif;
  --tw-text-opacity: 1;
  color: rgba(99, 101, 106, var(--tw-text-opacity));
  font-size: 3.052rem;
  line-height: 1;
  margin-top: 0px;
  margin-bottom: 0px;
}

.entry__subtitle {
  font-size: 1rem;
  margin-top: 0px;
  margin-left: 0.25rem;
  margin-bottom: 0.5rem;
}

.filter__title {
  display: block;
  margin-bottom: 1.5rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgba(0, 51, 160, var(--tw-text-opacity));
}

.filter__group {
  list-style: none;
}

.filter__group[open] .filter__list {
  opacity: 1;
  transition-delay: 1s;
}

.filter__group[open] .filter__icon--open {
  display: block;
}

.filter__group[open] .filter__icon--closed {
  display: none;
}

.filter__toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  --tw-bg-opacity: 1;
  background-color: rgba(240, 239, 240, var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(0, 51, 160, var(--tw-text-opacity));
  font-weight: 700;
  border-top: 1px solid #C8C8C7;
  cursor: pointer;
}

.filter__toggle > * {
  pointer-events: none;
}

.filter__icon--open {
  display: none;
}

.filter__list {
  padding: 1.25rem;
  opacity: 0;
  transition: opacity ease 250ms;
}

.filter__item:not(:first-child) {
  margin-top: 0.75rem;
}

.filter__link {
  --tw-text-opacity: 1;
  color: rgba(0, 51, 160, var(--tw-text-opacity));
}

.filter__link:hover {
  text-decoration: underline;
}

.footnote {
  font-size: 0.75rem;
  text-align: center;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.footnote a {
  text-decoration: underline;
}

.footnote__wrap {
  --tw-bg-opacity: 1;
  background-color: rgba(45, 44, 49, var(--tw-bg-opacity));
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.footnote__logo {
  display: block;
  height: auto;
  margin-bottom: 2rem;
  width: 14rem;
}

.footnote__logo path {
  fill: currentColor;
}

.footnote__legal {
  --tw-text-opacity: 1;
  color: rgba(200, 200, 199, var(--tw-text-opacity));
}

.footnote__menu {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.form__input--text {
  border: 1px solid transparent;
}

.form__input--text:focus {
  outline: none;
  --tw-border-opacity: 1;
  border-color: rgba(0, 51, 160, var(--tw-border-opacity));
}

.form--search {
  display: flex;
  align-items: stretch;
  justify-content: center;
}

html[data-contrast=bow] .has-background,
html[data-contrast=bow] .btn,
html[data-contrast=bow] .wp-block-button__link,
html[data-contrast=bow] .controls__btn,
html[data-contrast=bow] .adjust,
html[data-contrast=bow] .adjust__actions,
html[data-contrast=bow] .nav__wrap--primary,
html[data-contrast=bow] .nav.nav--primary .nav__link:hover,
html[data-contrast=bow] .hero__title,
html[data-contrast=bow] .tail__wrap,
html[data-contrast=bow] .footnote__wrap,
html[data-contrast=bow],
html[data-contrast=wob] .has-background,
html[data-contrast=wob] .btn,
html[data-contrast=wob] .wp-block-button__link,
html[data-contrast=wob] .controls__btn,
html[data-contrast=wob] .adjust,
html[data-contrast=wob] .adjust__actions,
html[data-contrast=wob] .nav__wrap--primary,
html[data-contrast=wob] .nav.nav--primary .nav__link:hover,
html[data-contrast=wob] .hero__title,
html[data-contrast=wob] .tail__wrap,
html[data-contrast=wob] .footnote__wrap,
html[data-contrast=wob],
html[data-contrast=yob] .has-background,
html[data-contrast=yob] .btn,
html[data-contrast=yob] .wp-block-button__link,
html[data-contrast=yob] .controls__btn,
html[data-contrast=yob] .adjust,
html[data-contrast=yob] .adjust__actions,
html[data-contrast=yob] .nav__wrap--primary,
html[data-contrast=yob] .nav.nav--primary .nav__link:hover,
html[data-contrast=yob] .hero__title,
html[data-contrast=yob] .tail__wrap,
html[data-contrast=yob] .footnote__wrap,
html[data-contrast=yob] {
  background-color: var(--bg);
  background-color: var(--bg);
  background-color: var(--bg);
}

html[data-contrast=bow] .has-text-color,
html[data-contrast=bow] .has-background-color,
html[data-contrast=bow] .btn,
html[data-contrast=bow] .wp-block-button__link,
html[data-contrast=bow] .controls__btn,
html[data-contrast=bow] .adjust__title,
html[data-contrast=bow] .adjust__heading,
html[data-contrast=bow] .nav.nav--primary .nav__link,
html[data-contrast=bow] .adjust__close,
html[data-contrast=bow] .sizer__btn::before,
html[data-contrast=bow] .sizer__text,
html[data-contrast=bow] .contraster__btn::before,
html[data-contrast=bow] .adjust__reset,
html[data-contrast=bow] .hero__title,
html[data-contrast=bow] .wp-block-acf-accordion__toggle,
html[data-contrast=bow] .wp-block-acf-accordion[open] .wp-block-acf-accordion__toggle,
html[data-contrast=bow] .wp-block-acf-accordion__icon,
html[data-contrast=bow] .wp-block-acf-accordion[open] .wp-block-acf-accordion__icon,
html[data-contrast=bow] .wp-block-acf-tabs__tab,
html[data-contrast=bow] .tail__wrap,
html[data-contrast=bow] .nav.nav--footer .nav__link,
html[data-contrast=bow] .nav.nav--social .nav__link,
html[data-contrast=bow] .nav.nav--legal .nav__link,
html[data-contrast=bow] .nav.nav--footnote .nav__link,
html[data-contrast=bow] .address,
html[data-contrast=bow] .address__name,
html[data-contrast=bow] .address__line,
html[data-contrast=bow] .footnote,
html[data-contrast=bow] .footnote__legal,
html[data-contrast=bow] .wp-block-acf-profiles__def a,
html[data-contrast=bow] .tail__address a,
html[data-contrast=bow],
html[data-contrast=wob] .has-text-color,
html[data-contrast=wob] .has-background-color,
html[data-contrast=wob] .btn,
html[data-contrast=wob] .wp-block-button__link,
html[data-contrast=wob] .controls__btn,
html[data-contrast=wob] .adjust__title,
html[data-contrast=wob] .adjust__heading,
html[data-contrast=wob] .nav.nav--primary .nav__link,
html[data-contrast=wob] .adjust__close,
html[data-contrast=wob] .sizer__btn::before,
html[data-contrast=wob] .sizer__text,
html[data-contrast=wob] .contraster__btn::before,
html[data-contrast=wob] .adjust__reset,
html[data-contrast=wob] .hero__title,
html[data-contrast=wob] .wp-block-acf-accordion__toggle,
html[data-contrast=wob] .wp-block-acf-accordion[open] .wp-block-acf-accordion__toggle,
html[data-contrast=wob] .wp-block-acf-accordion__icon,
html[data-contrast=wob] .wp-block-acf-accordion[open] .wp-block-acf-accordion__icon,
html[data-contrast=wob] .wp-block-acf-tabs__tab,
html[data-contrast=wob] .tail__wrap,
html[data-contrast=wob] .nav.nav--footer .nav__link,
html[data-contrast=wob] .nav.nav--social .nav__link,
html[data-contrast=wob] .nav.nav--legal .nav__link,
html[data-contrast=wob] .nav.nav--footnote .nav__link,
html[data-contrast=wob] .address,
html[data-contrast=wob] .address__name,
html[data-contrast=wob] .address__line,
html[data-contrast=wob] .footnote,
html[data-contrast=wob] .footnote__legal,
html[data-contrast=wob] .wp-block-acf-profiles__def a,
html[data-contrast=wob] .tail__address a,
html[data-contrast=wob],
html[data-contrast=yob] .has-text-color,
html[data-contrast=yob] .has-background-color,
html[data-contrast=yob] .btn,
html[data-contrast=yob] .wp-block-button__link,
html[data-contrast=yob] .controls__btn,
html[data-contrast=yob] .adjust__title,
html[data-contrast=yob] .adjust__heading,
html[data-contrast=yob] .nav.nav--primary .nav__link,
html[data-contrast=yob] .adjust__close,
html[data-contrast=yob] .sizer__btn::before,
html[data-contrast=yob] .sizer__text,
html[data-contrast=yob] .contraster__btn::before,
html[data-contrast=yob] .adjust__reset,
html[data-contrast=yob] .hero__title,
html[data-contrast=yob] .wp-block-acf-accordion__toggle,
html[data-contrast=yob] .wp-block-acf-accordion[open] .wp-block-acf-accordion__toggle,
html[data-contrast=yob] .wp-block-acf-accordion__icon,
html[data-contrast=yob] .wp-block-acf-accordion[open] .wp-block-acf-accordion__icon,
html[data-contrast=yob] .wp-block-acf-tabs__tab,
html[data-contrast=yob] .tail__wrap,
html[data-contrast=yob] .nav.nav--footer .nav__link,
html[data-contrast=yob] .nav.nav--social .nav__link,
html[data-contrast=yob] .nav.nav--legal .nav__link,
html[data-contrast=yob] .nav.nav--footnote .nav__link,
html[data-contrast=yob] .address,
html[data-contrast=yob] .address__name,
html[data-contrast=yob] .address__line,
html[data-contrast=yob] .footnote,
html[data-contrast=yob] .footnote__legal,
html[data-contrast=yob] .wp-block-acf-profiles__def a,
html[data-contrast=yob] .tail__address a,
html[data-contrast=yob] {
  color: var(--fg);
  color: var(--fg);
  color: var(--fg);
}

html[data-contrast=bow] .gform_button:hover,
html[data-contrast=bow] .wp-block-button__link:hover,
html[data-contrast=bow] .nav.nav--primary .nav__link:hover,
html[data-contrast=bow] .sizer__btn,
html[data-contrast=bow] .contraster__btn::after,
html[data-contrast=bow] .wp-block-acf-tabs__tab[aria-selected=true],
html[data-contrast=wob] .gform_button:hover,
html[data-contrast=wob] .wp-block-button__link:hover,
html[data-contrast=wob] .nav.nav--primary .nav__link:hover,
html[data-contrast=wob] .sizer__btn,
html[data-contrast=wob] .contraster__btn::after,
html[data-contrast=wob] .wp-block-acf-tabs__tab[aria-selected=true],
html[data-contrast=yob] .gform_button:hover,
html[data-contrast=yob] .wp-block-button__link:hover,
html[data-contrast=yob] .nav.nav--primary .nav__link:hover,
html[data-contrast=yob] .sizer__btn,
html[data-contrast=yob] .contraster__btn::after,
html[data-contrast=yob] .wp-block-acf-tabs__tab[aria-selected=true] {
  background-color: var(--fg);
}

html[data-contrast=bow] .btn:hover,
html[data-contrast=bow] .wp-block-button__link:hover,
html[data-contrast=bow] .nav.nav--primary .nav__link:hover,
html[data-contrast=bow] .sizer__btn,
html[data-contrast=bow] .contraster__btn::after,
html[data-contrast=bow] .wp-block-acf-tabs__tab[aria-selected=true],
html[data-contrast=wob] .btn:hover,
html[data-contrast=wob] .wp-block-button__link:hover,
html[data-contrast=wob] .nav.nav--primary .nav__link:hover,
html[data-contrast=wob] .sizer__btn,
html[data-contrast=wob] .contraster__btn::after,
html[data-contrast=wob] .wp-block-acf-tabs__tab[aria-selected=true],
html[data-contrast=yob] .btn:hover,
html[data-contrast=yob] .wp-block-button__link:hover,
html[data-contrast=yob] .nav.nav--primary .nav__link:hover,
html[data-contrast=yob] .sizer__btn,
html[data-contrast=yob] .contraster__btn::after,
html[data-contrast=yob] .wp-block-acf-tabs__tab[aria-selected=true] {
  background-color: var(--fg);
  background-color: var(--fg);
}

html[data-contrast=bow] .gform_button:hover,
html[data-contrast=bow] .wp-block-button__link:hover,
html[data-contrast=bow] .nav.nav--primary .nav__link:hover,
html[data-contrast=bow] .sizer__btn,
html[data-contrast=bow] .wp-block-acf-tabs__tab[aria-selected=true],
html[data-contrast=wob] .gform_button:hover,
html[data-contrast=wob] .wp-block-button__link:hover,
html[data-contrast=wob] .nav.nav--primary .nav__link:hover,
html[data-contrast=wob] .sizer__btn,
html[data-contrast=wob] .wp-block-acf-tabs__tab[aria-selected=true],
html[data-contrast=yob] .gform_button:hover,
html[data-contrast=yob] .wp-block-button__link:hover,
html[data-contrast=yob] .nav.nav--primary .nav__link:hover,
html[data-contrast=yob] .sizer__btn,
html[data-contrast=yob] .wp-block-acf-tabs__tab[aria-selected=true] {
  color: var(--bg);
}

html[data-contrast=bow] .btn:hover,
html[data-contrast=bow] .wp-block-button__link:hover,
html[data-contrast=bow] .nav.nav--primary .nav__link:hover,
html[data-contrast=bow] .sizer__btn,
html[data-contrast=bow] .wp-block-acf-tabs__tab[aria-selected=true],
html[data-contrast=wob] .btn:hover,
html[data-contrast=wob] .wp-block-button__link:hover,
html[data-contrast=wob] .nav.nav--primary .nav__link:hover,
html[data-contrast=wob] .sizer__btn,
html[data-contrast=wob] .wp-block-acf-tabs__tab[aria-selected=true],
html[data-contrast=yob] .btn:hover,
html[data-contrast=yob] .wp-block-button__link:hover,
html[data-contrast=yob] .nav.nav--primary .nav__link:hover,
html[data-contrast=yob] .sizer__btn,
html[data-contrast=yob] .wp-block-acf-tabs__tab[aria-selected=true] {
  color: var(--bg);
  color: var(--bg);
}

html[data-contrast=bow] .gform_button, html[data-contrast=bow] .wp-block-button__link, html[data-contrast=wob] .gform_button, html[data-contrast=wob] .wp-block-button__link, html[data-contrast=yob] .gform_button, html[data-contrast=yob] .wp-block-button__link {
  border: 1px solid var(--fg);
}

html[data-contrast=bow] .btn, html[data-contrast=bow] .wp-block-button__link, html[data-contrast=wob] .btn, html[data-contrast=wob] .wp-block-button__link, html[data-contrast=yob] .btn, html[data-contrast=yob] .wp-block-button__link {
  border: 1px solid var(--fg);
  border: 1px solid var(--fg);
}

.gform_button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-bottom: 0.75rem;
  padding-top: 1rem;
  font-family: Atkinson Hyperlegible, Helvetica, Arial, sans-serif;
  font-weight: 700;
  line-height: 1;
  --tw-bg-opacity: 1;
  background-color: rgba(0, 51, 160, var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  cursor: pointer;
  transition: all ease 300ms;
  border: 1px solid transparent;
  border-radius: 4px;
}

.gform_button:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(81, 110, 221, var(--tw-bg-opacity));
}

.gform_button:focus:not(.focus-visible), .gform_button:focus-visible {
  outline: 2px solid #0033A0;
  outline-offset: 2px;
}

.btn:focus:not(.focus-visible), .btn:focus-visible {
  outline: 2px solid #0033A0;
  outline-offset: 2px;
}

.gform_wrapper .gfield {
  margin-bottom: 1.5rem;
}

.gform_wrapper label {
  display: block;
  margin-bottom: 0.5rem;
  cursor: pointer;
}

.gform_wrapper input:not([type=checkbox]):not([type=radio]):not([type=submit]), .gform_wrapper textarea {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  width: 100%;
}

.gform_wrapper input:not([type=checkbox]):not([type=radio]):not([type=submit]), .gform_wrapper textarea {
  border-radius: 0.125rem;
  --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.gform_wrapper input:not([type=checkbox]):not([type=radio]):not([type=submit]), .gform_wrapper textarea {
  --tw-border-opacity: 1;
  border-color: rgba(161, 161, 170, var(--tw-border-opacity));
  border-width: 1px;
}

.gform_wrapper input:not([type=checkbox]):not([type=radio]):not([type=submit]), .gform_wrapper textarea {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.gform_wrapper input:not([type=checkbox]):not([type=radio]):not([type=submit]):focus,
.gform_wrapper textarea:focus {
  outline: none;
  box-shadow: 0 0 0 3px white, 0 0 0 5px #6793E6, 0 0 0 8px #E1F1FC;
}

.gform_wrapper textarea {
  resize: vertical;
}

.has-blue-background-color .gform_button {
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  border: 1px solid white;
}

.has-blue-background-color .gform_button:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(0, 51, 160, var(--tw-text-opacity));
}

.hamburger {
  height: 2.5rem;
  position: relative;
  width: 2.5rem;
  transition: transform ease 250ms;
  outline-offset: 4px;
}

html.nav-open .hamburger {
  transform: rotate(-90deg);
}

.hamburger__line {
  --tw-bg-opacity: 1;
  background-color: rgba(0, 51, 160, var(--tw-bg-opacity));
  display: block;
  width: 100%;
  position: absolute;
  right: 0px;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  transition: all ease 250ms;
  height: 3px;
}

.hamburger__line::before, .hamburger__line::after {
  content: "";
  --tw-bg-opacity: 1;
  background-color: rgba(0, 51, 160, var(--tw-bg-opacity));
  display: block;
  width: 100%;
  position: absolute;
  right: 0px;
  left: 0px;
  height: 3px;
  transition: transform ease-in-out 125ms;
}

.hamburger__line::before {
  transform: translateY(-12px);
}

.hamburger__line::after {
  transform: translateY(12px);
}

body.nav-open .hamburger__line {
  background-color: transparent;
}

body.nav-open .hamburger__line:before, body.nav-open .hamburger__line:after {
  transition-delay: 125ms;
}

body.nav-open .hamburger__line::before {
  transform: translateY(0) rotate(-45deg);
}

body.nav-open .hamburger__line::after {
  transform: translateY(0) rotate(45deg);
}

.hero {
  position: relative;
  z-index: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.hero::after {
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: 10;
  background-color: rgba(0,0,0,0.70);
}

.hero--image {
  height: 100vh;
  max-height: 60vh;
}

.hero--no-image {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.hero__inner {
  position: relative;
  z-index: 20;
  display: flex;
  justify-content: center;
  align-items: center;
}

.hero__title {
  text-align: center;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  padding: 1.5rem;
  width: auto;
}

.prose-6xl, .prose-5xl, .prose-4xl, .prose-3xl, .prose-2xl, .prose-xl {
  margin-bottom: 0.75rem;
  margin-top: 2rem;
}

.prose-6xl,
.prose-5xl,
.prose-4xl,
.prose-3xl,
.prose-2xl,
.prose-xl {
  font-weight: bold;
  line-height: 1.2;
}

.hero__title {
  font-size: 2.222rem;
  text-shadow: 0 25px 50px rgba(0, 0, 0, 0.25);
}

.hero__image {
  display: block;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: 0;
}

.hero__image img {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  display: block;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

body.home .entry__content > p:first-child {
  margin-top: -5rem;
  position: relative;
  z-index: 10;
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  border-radius: 0.5rem;
  padding-top: 3rem;
  padding-bottom: 3rem;
  padding-left: 4rem;
  padding-right: 4rem;
  --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.leaderboard {
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
}

.leaderboard__wrap {
  border-bottom: 1px solid;
  --tw-border-opacity: 1;
  border-color: rgba(200, 200, 199, var(--tw-border-opacity));
}

.listing {
  display: flex;
  margin-bottom: 3rem;
  display: grid;
  align-items: flex-start;
  gap: 3rem;
  grid-template-rows: repeat(1, minmax(0, 1fr));
  grid-template-columns: 1fr 2fr;
}

.listing:last-of-type {
  margin-bottom: 0px;
}

.listing__image {
  position: relative;
}

.listing__image::after {
  content: "";
  display: block;
  padding-bottom: 56.25%;
}

.listing__image img {
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
}

.listing__head {
  margin-bottom: 1.5rem;
}

.listing__title, .listing__subtitle {
  margin-top: 0px;
  margin-bottom: 0px;
}

.listing__title {
  font-size: 1.563rem;
}

.listing__subtitle {
  font-size: 0.75rem;
  --tw-text-opacity: 1;
  color: rgba(99, 101, 106, var(--tw-text-opacity));
  font-style: italic;
}

.listing__excerpt {
  margin-bottom: 2rem;
  max-width: 36rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.meta {
  display: grid;
  gap: 0.5rem;
  grid-auto-columns: -webkit-max-content;
  grid-auto-columns: max-content;
  grid-template-columns: -webkit-max-content 1fr;
  grid-template-columns: max-content 1fr;
}

.meta__term, .meta__def {
  font-size: 0.75rem;
  --tw-text-opacity: 1;
  color: rgba(99, 101, 106, var(--tw-text-opacity));
  font-style: italic;
}

.meta__term {
  text-align: right;
}

.pagination {
  display: flex;
  align-items: baseline;
  justify-content: center;
}

.pagination .page-numbers {
  display: inline-block;
  margin-left: 0.75rem;
  margin-right: 0.75rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  font-size: 1.953rem;
  transition: all ease 250ms;
}

.pagination .page-numbers:not(.current):hover {
  --tw-bg-opacity: 1;
  background-color: rgba(200, 200, 199, var(--tw-bg-opacity));
}

.pagination .page-numbers.current {
  text-underline-offset: 4px;
  text-decoration: underline;
}

.pagination .page-numbers.prev:hover {
  transform: translateX(-2px);
}

.pagination .page-numbers.next:hover {
  transform: translateX(2px);
}

.resources__heading {
  font-weight: 700;
  font-size: 1.953rem;
  --tw-text-opacity: 1;
  color: rgba(0, 51, 160, var(--tw-text-opacity));
}

.resources__copy {
  margin-top: 1.5rem;
}

.resources__subgroup {
  margin-bottom: 3rem;
  padding-bottom: 3rem;
  border-bottom: 1px solid #C8C8C7;
}

.resources__subhead {
  margin-top: 1.5rem;
  padding: 1rem;
  --tw-bg-opacity: 1;
  background-color: rgba(240, 239, 240, var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(44, 42, 41, var(--tw-text-opacity));
  font-weight: 700;
  font-size: 1.563rem;
  line-height: 1;
}

.resources__item {
  margin-top: 2.5rem;
}

.resources__title {
  display: flex;
  align-items: center;
  font-size: 1.563rem;
  --tw-text-opacity: 1;
  color: rgba(0, 51, 160, var(--tw-text-opacity));
}

.resources__icon {
  margin-right: 0.75rem;
}

.resources__link {
  font-weight: 700;
  line-height: 1.25;
  text-decoration: underline;
}

.resources__tags {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.resources__tag {
  border-radius: 1rem;
  display: block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  --tw-bg-opacity: 1;
  background-color: rgba(99, 101, 106, var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  font-weight: 700;
  font-size: 0.75rem;
  line-height: 1;
}

.resources__tag:not(:first-child) {
  margin-left: 1rem;
}

.searchform {
  display: flex;
  align-items: stretch;
  justify-content: center;
}

.searchform__item {
  margin-right: 1rem;
  position: relative;
}

.searchform__input {
  font-size: 1.25rem;
  line-height: 1;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-bottom: 0.5rem;
  --tw-border-opacity: 1;
  border-color: rgba(161, 161, 170, var(--tw-border-opacity));
  border-style: solid;
  border-width: 1px;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.searchform__input:focus {
  outline: none;
  box-shadow: 0 0 0 3px white, 0 0 0 5px #6793E6, 0 0 0 8px #E1F1FC;
}

.searchform__submit {
  border-radius: 0px;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.tail {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  padding-bottom: 1.5rem;
  padding-top: 7rem;
  border-bottom: 1px solid #55565D;
}

.tail a {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.tail a:hover {
  --tw-text-opacity: 1;
  color: rgba(146, 211, 243, var(--tw-text-opacity));
}

.tail__wrap {
  --tw-bg-opacity: 1;
  background-color: rgba(45, 44, 49, var(--tw-bg-opacity));
}

.tail__contact {
  width: 35%;
  padding-right: 5%;
  margin-right: 5%;
  border-right: 1px solid #55565D;
}

.tail__nav {
  width: 60%;
}

.tail__social {
  margin-top: 1.5rem;
}

.tail__legal {
  width: 100%;
  margin-top: 6rem;
  width: 100%;
}

.titlebar {
  --tw-bg-opacity: 1;
  background-color: rgba(200, 200, 199, var(--tw-bg-opacity));
  padding-bottom: 1.5rem;
  padding-top: 3rem;
}

.titlebar__headline {
  font-family: Merriweather, Georgia, serif;
  font-size: 3rem;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgba(99, 101, 106, var(--tw-text-opacity));
  margin-top: 0px;
  margin-bottom: 0px;
}

.titlebar__subhead {
  font-size: 1.25rem;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0.25rem;
}

.nav.nav--cta .nav__list {
  display: flex;
  justify-content: flex-end;
}

.nav.nav--cta .nav__link {
  margin-left: 0.5rem;
}

.nav.nav--footer .nav__list {
  display: flex;
  flex-wrap: wrap;
}

.nav.nav--footer .nav__item {
  flex-basis: 50%;
}

.nav.nav--footer .nav__link {
  display: block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-weight: 700;
}

.nav.nav--footer .nav__link:hover {
  text-decoration: underline;
}

.nav.nav--footnote .nav__list {
  display: flex;
  align-items: baseline;
  justify-content: center;
}

.nav.nav--footnote .nav__item {
  border-right: 1px solid #fff;
  margin-right: 0.5rem;
}

.nav.nav--footnote .nav__item:last-child {
  border-width: 0px;
  margin-right: 0px;
}

.nav.nav--footnote .nav__link {
  display: block;
  padding-left: 1rem;
  padding-right: 1rem;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  text-decoration: underline;
}

.nav.nav--footnote .nav__text {
  font-size: 0.75rem;
}

.nav.nav--leaderboard .nav__list {
  display: flex;
  justify-content: flex-end;
}

.nav.nav--leaderboard .nav__link {
  display: block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  --tw-text-opacity: 1;
  color: rgba(99, 101, 106, var(--tw-text-opacity));
}

.nav.nav--leaderboard .nav__link:hover {
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
  text-decoration: underline;
}

.nav.nav--leaderboard .nav__text {
  font-size: 0.75rem;
}

.nav.nav--legal .nav__list {
  display: flex;
  align-items: center;
  justify-content: center;
}

.nav.nav--legal .nav__item {
  border-left: 1px solid #63656A;
}

.nav.nav--legal .nav__item:first-child {
  border-left-width: 0px;
}

.nav.nav--legal .nav__link {
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  font-size: 0.75rem;
  line-height: 1;
  text-decoration: underline;
  --tw-text-opacity: 1;
  color: rgba(200, 200, 199, var(--tw-text-opacity));
  text-underline-offset: 1px;
}

.nav.nav--legal .nav__link:hover {
  text-decoration: underline;
}

.nav__wrap--megamenu {
  --tw-bg-opacity: 1;
  background-color: rgba(99, 101, 106, var(--tw-bg-opacity));
}

.nav.nav--megamenu {
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
}

.nav.nav--megamenu .nav__list {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.nav.nav--megamenu .nav__children {
  --tw-bg-opacity: 1;
  background-color: rgba(99, 101, 106, var(--tw-bg-opacity));
  display: none;
  width: 100vw;
  position: fixed;
  left: 0px;
  top: 100%;
  padding: 0 calc((100vw - 1280px) / 2);
  top: var(--banner-h);
  transition: all ease 250ms;
  display: flex;
  justify-content: flex-start;
}

.nav.nav--megamenu .nav__children[data-depth="2"] {
  flex-direction: column;
}

.nav.nav--megamenu .nav__children[data-depth="1"] {
  display: none;
}

@media (min-width: 768px) {
  .nav.nav--megamenu .nav__children[data-depth="1"] {
    -webkit-clip-path: inset(0 100% 0 0);
            clip-path: inset(0 100% 0 0);
  }

  html.nav-open .nav.nav--megamenu .nav__children[data-depth="1"] {
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
  }
}

.nav.nav--megamenu .nav__item {
  position: relative;
}

.nav.nav--megamenu .nav__item:hover > .nav__children {
  display: flex;
}

.nav.nav--megamenu .nav__link {
  display: block;
  padding: 1rem;
}

.nav.nav--megamenu .nav__text {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  text-transform: uppercase;
}

.nav__wrap--primary {
  --tw-bg-opacity: 1;
  background-color: rgba(0, 51, 160, var(--tw-bg-opacity));
  position: fixed;
  right: 0px;
  width: 100vw;
  top: var(--banner-h);
  height: calc(100vh - var(--banner-h));
  transform: translate3d(100%, 0, 0);
  transition: transform ease 250ms;
}

body.nav-open .nav__wrap--primary {
  transform: translate3d(0, 0, 0);
}

@media (min-width: 768px) {
  .nav__wrap--primary {
    height: auto;
    position: static;
    width: 100%;
    top: var(--adminbar-h);
    transform: unset;
  }
}

@media (min-width: 768px) {
  .nav.nav--primary .nav__list {
    display: flex;
    align-items: center;
    justify-content: space-around;
  }
}

.nav.nav--primary .nav__item {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  position: relative;
}

.nav.nav--primary .nav__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: relative;
  width: 100%;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  transition: all ease-in-out 350ms;
}

.nav.nav--primary .nav__link:focus, .nav.nav--primary .nav__link:hover {
  --tw-text-opacity: 1;
  color: rgba(100, 193, 238, var(--tw-text-opacity));
}

.nav.nav--primary .nav__link:focus::after, .nav.nav--primary .nav__link:hover::after {
  transform: scaleY(1);
}

.nav.nav--primary .nav__link:focus-visible {
  outline: 2px dashed #64C1EE;
  outline-offset: 4px;
}

.nav.nav--primary .nav__link::after {
  content: "";
  display: block;
  height: 0.25rem;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgba(100, 193, 238, var(--tw-bg-opacity));
  position: absolute;
  right: 0px;
  left: 0px;
  bottom: 0px;
  transition: transform ease-in-out 350ms;
  transform: scaleY(0);
  transform-origin: bottom center;
}

.nav.nav--primary .nav__text {
  flex: 1;
}

.nav.nav--social .nav__list {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.nav.nav--social .nav__link {
  line-height: 1;
  padding: 1rem;
  font-size: 1.563rem;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.nav.nav--social .nav__link[href*="facebook.com"]:hover {
  --tw-text-opacity: 1;
  color: rgba(59, 85, 165, var(--tw-text-opacity));
}

.nav.nav--social .nav__link[href*="twitter.com"]:hover {
  --tw-text-opacity: 1;
  color: rgba(97, 169, 221, var(--tw-text-opacity));
}

.nav.nav--social .nav__link[href*="instagram.com"]:hover {
  --tw-text-opacity: 1;
  color: rgba(212, 43, 106, var(--tw-text-opacity));
}

.nav.nav--social .nav__link[href*="linkedin.com"]:hover {
  --tw-text-opacity: 1;
  color: rgba(0, 119, 181, var(--tw-text-opacity));
}

.nav.nav--social .nav__link[href*="youtube.com"]:hover {
  --tw-text-opacity: 1;
  color: rgba(179, 34, 38, var(--tw-text-opacity));
}

.nav.nav--social .nav__text {
  display: none;
}

body.dark-mode main {
  --tw-bg-opacity: 1;
  background-color: rgba(99, 101, 106, var(--tw-bg-opacity));
}
