@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=PT+Sans:ital,wght@0,400;0,700;1,400;1,700&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 */
  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;
}

/**
    Support for SASS is deprecated as of v3.18.

    The files remain here if your build is dependent on them
    but they will not receive updates in future releases. All
    SASS variables have been translated into CSS variables, so
    migration should be quite simple if you'd like to move over.

    In v4, these files will be removed.
 */
.v-select {
  position: relative;
  font-family: inherit;
}

.v-select,
.v-select * {
  box-sizing: border-box;
}

/* KeyFrames */
@-webkit-keyframes vSelectSpinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes vSelectSpinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Dropdown Default Transition */
.vs__fade-enter-active,
.vs__fade-leave-active {
  pointer-events: none;
  transition: opacity 0.15s cubic-bezier(1, 0.5, 0.8, 1);
}

.vs__fade-enter,
.vs__fade-leave-to {
  opacity: 0;
}

/** Component States */
/*
 * Disabled
 *
 * When the component is disabled, all interaction
 * should be prevented. Here we modify the bg color,
 * and change the cursor displayed on the interactive
 * components.
 */
.vs--disabled .vs__dropdown-toggle,
.vs--disabled .vs__clear,
.vs--disabled .vs__search,
.vs--disabled .vs__selected,
.vs--disabled .vs__open-indicator {
  cursor: not-allowed;
  background-color: rgb(248, 248, 248);
}

/*
 *  RTL - Right to Left Support
 *
 *  Because we're using a flexbox layout, the `dir="rtl"`
 *  HTML attribute does most of the work for us by
 *  rearranging the child elements visually.
 */
.v-select[dir=rtl] .vs__actions {
  padding: 0 3px 0 6px;
}
.v-select[dir=rtl] .vs__clear {
  margin-left: 6px;
  margin-right: 0;
}
.v-select[dir=rtl] .vs__deselect {
  margin-left: 0;
  margin-right: 2px;
}
.v-select[dir=rtl] .vs__dropdown-menu {
  text-align: right;
}

/**
    Dropdown Toggle

    The dropdown toggle is the primary wrapper of the component. It
    has two direct descendants: .vs__selected-options, and .vs__actions.

    .vs__selected-options holds the .vs__selected's as well as the
    main search input.

    .vs__actions holds the clear button and dropdown toggle.
 */
.vs__dropdown-toggle {
  appearance: none;
  display: flex;
  padding: 0 0 4px 0;
  background: none;
  border: 1px solid rgba(60, 60, 60, 0.26);
  border-radius: 4px;
  white-space: normal;
}

.vs__selected-options {
  display: flex;
  flex-basis: 100%;
  flex-grow: 1;
  flex-wrap: wrap;
  padding: 0 2px;
  position: relative;
}

.vs__actions {
  display: flex;
  align-items: center;
  padding: 4px 6px 0 3px;
}

/* Dropdown Toggle States */
.vs--searchable .vs__dropdown-toggle {
  cursor: text;
}

.vs--unsearchable .vs__dropdown-toggle {
  cursor: pointer;
}

.vs--open .vs__dropdown-toggle {
  border-bottom-color: transparent;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.vs__open-indicator {
  fill: rgba(60, 60, 60, 0.5);
  transform: scale(1);
  transition: transform 150ms cubic-bezier(1, -0.115, 0.975, 0.855);
  transition-timing-function: cubic-bezier(1, -0.115, 0.975, 0.855);
}

.vs--open .vs__open-indicator {
  transform: rotate(180deg) scale(1);
}

.vs--loading .vs__open-indicator {
  opacity: 0;
}

/* Clear Button */
.vs__clear {
  fill: rgba(60, 60, 60, 0.5);
  padding: 0;
  border: 0;
  background-color: transparent;
  cursor: pointer;
  margin-right: 8px;
}

/* Dropdown Menu */
.vs__dropdown-menu {
  display: block;
  box-sizing: border-box;
  position: absolute;
  top: calc(100% - 1px);
  left: 0;
  z-index: 1000;
  padding: 5px 0;
  margin: 0;
  width: 100%;
  max-height: 350px;
  min-width: 160px;
  overflow-y: auto;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.15);
  border: 1px solid rgba(60, 60, 60, 0.26);
  border-top-style: none;
  border-radius: 0 0 4px 4px;
  text-align: left;
  list-style: none;
  background: #fff;
}

.vs__no-options {
  text-align: center;
}

/* List Items */
.vs__dropdown-option {
  line-height: 1.42857143; /* Normalize line height */
  display: block;
  padding: 3px 20px;
  clear: both;
  color: #333; /* Overrides most CSS frameworks */
  white-space: nowrap;
  cursor: pointer;
}

.vs__dropdown-option--highlight {
  background: #5897fb;
  color: #fff;
}

.vs__dropdown-option--deselect {
  background: #fb5858;
  color: #fff;
}

.vs__dropdown-option--disabled {
  background: inherit;
  color: rgba(60, 60, 60, 0.5);
  cursor: inherit;
}

/* Selected Tags */
.vs__selected {
  display: flex;
  align-items: center;
  background-color: #f0f0f0;
  border: 1px solid rgba(60, 60, 60, 0.26);
  border-radius: 4px;
  color: #333;
  line-height: 1.4;
  margin: 4px 2px 0px 2px;
  padding: 0 0.25em;
  z-index: 0;
}

.vs__deselect {
  display: inline-flex;
  appearance: none;
  margin-left: 4px;
  padding: 0;
  border: 0;
  cursor: pointer;
  background: none;
  fill: rgba(60, 60, 60, 0.5);
  text-shadow: 0 1px 0 #fff;
}

/* States */
.vs--single .vs__selected {
  background-color: transparent;
  border-color: transparent;
}
.vs--single.vs--open .vs__selected, .vs--single.vs--loading .vs__selected {
  position: absolute;
  opacity: 0.4;
}
.vs--single.vs--searching .vs__selected {
  display: none;
}

/* Search Input */
/**
 * Super weird bug... If this declaration is grouped
 * below, the cancel button will still appear in chrome.
 * If it's up here on it's own, it'll hide it.
 */
.vs__search::-webkit-search-cancel-button {
  display: none;
}

.vs__search::-webkit-search-decoration,
.vs__search::-webkit-search-results-button,
.vs__search::-webkit-search-results-decoration,
.vs__search::-ms-clear {
  display: none;
}

.vs__search,
.vs__search:focus {
  appearance: none;
  line-height: 1.4;
  font-size: 1em;
  border: 1px solid transparent;
  border-left: none;
  outline: none;
  margin: 4px 0 0 0;
  padding: 0 7px;
  background: none;
  box-shadow: none;
  width: 0;
  max-width: 100%;
  flex-grow: 1;
  z-index: 1;
}

.vs__search::placeholder {
  color: inherit;
}

/**
    States
 */
.vs--unsearchable .vs__search {
  opacity: 1;
}
.vs--unsearchable:not(.vs--disabled) .vs__search {
  cursor: pointer;
}

.vs--single.vs--searching:not(.vs--open):not(.vs--loading) .vs__search {
  opacity: 0.2;
}

/* Loading Spinner */
.vs__spinner {
  align-self: center;
  opacity: 0;
  font-size: 5px;
  text-indent: -9999em;
  overflow: hidden;
  border-top: 0.9em solid rgba(100, 100, 100, 0.1);
  border-right: 0.9em solid rgba(100, 100, 100, 0.1);
  border-bottom: 0.9em solid rgba(100, 100, 100, 0.1);
  border-left: 0.9em solid rgba(60, 60, 60, 0.45);
  transform: translateZ(0);
  animation: vSelectSpinner 1.1s infinite linear;
  transition: opacity 0.1s;
}

.vs__spinner,
.vs__spinner:after {
  border-radius: 50%;
  width: 5em;
  height: 5em;
}

/* Loading Spinner States */
.vs--loading .vs__spinner {
  opacity: 1;
}

/* PT Sans 400 and 700: for body text */
/* US 101: All-caps brand/accent font */
@font-face {
  font-family: "US101regular";
  src: url("/static/dist/us101-webfont.b8beb21a.c0b50d4e809b.woff2") format("woff2"), url("/static/dist/us101-webfont.42fa4a32.68918c4991f1.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
/* News Gothic 500, 700, 900: Headings and Form fields */
@font-face {
  font-family: "NewsGothic";
  src: url("/static/dist/font.4519ff2e.e7b90794a88b.woff2") format("woff2"), url("/static/dist/font.32ab65f0.67cf2dea922a.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "NewsGothic";
  src: url("/static/dist/font.06c81eb2.1dcfe9f59b33.woff2") format("woff2"), url("/static/dist/font.620a3716.ac69089bf8b1.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "NewsGothic";
  src: url("/static/dist/font.e4991b73.9a629a63c729.woff2") format("woff2"), url("/static/dist/font.a2c8d3fa.fd1083cea5b9.woff") format("woff");
  font-weight: 900;
  font-style: normal;
}
:root {
  --red: #BA0E13;
  --red-shade: #AD202E;
  --gray: #4F4F51;
  --off-pearl: #E7E1D3;
  --off-pearl-20: #FAF9F6;
  --stone: #1B2A46;
  --stone-80: rgba(27, 42, 70, 0.8);
  --blue: #00608F;
  --blue-chill: #108787;
  --blue-chill-05: rgba(16, 135, 135, 0.05);
  --blue-chill-10: #E7F3F3;
  --blue-chill-30: rgba(16, 135, 135, 0.3);
  --green: #49AD76;
  --green-30: rgba(185,226,203,0.3);
  --white: #FFF;
  --off-black: #242424;
  --sky-blue: #B2DCF0;
  --sky-blue-20: rgba(178, 220, 240, 0.2);
  --border-gray: #B7BBC1;
  --border-gray-light: rgba(79, 79, 81, 0.2);
  --gray-60: rgba(41, 41, 41, 0.6);
  --blue-gradient-1: linear-gradient(90deg, #00608F -0.82%, rgba(0, 96, 143, 0.4) 100.56%);
  --blue-gradient-2: linear-gradient(90deg, rgba(0, 96, 143, 0.12) -0.82%, rgba(0, 96, 143, 0.04) 100.56%);
  --blue-gradient-3: linear-gradient(180deg, rgba(0, 96, 143, 0.18) -68.07%, rgba(0, 96, 143, 0.06) 87.14%);
  --blue-gradient-4: linear-gradient(0deg, rgba(0, 96, 143, 0.18) -0.82%, rgba(0, 96, 143, 0.1) 100.56%);
  --font-family: "PT Sans", sans-serif;
  --alt-font-family: "US101regular", sans-serif;
  --heading-font-family: "NewsGothic", sans-serif;
  --font-size-base: 1rem;
  --text-color: var(--off-black);
  --heading-color: var(--off-black);
  --link-color: var(--blue);
  --link-underline-color: var(--blue-chill);
}

html, body {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  height: 100%;
  min-height: 100%;
}

body {
  display: flex;
  flex-flow: column;
}

.main-content {
  flex: 1;
}

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

img {
  max-width: 100%;
}

hr {
  margin: 1rem 0;
  border: 0 none;
  border-top: 1px solid var(--border-gray);
}

.bg-red {
  background-color: var(--red);
}

.bg-gray {
  background-color: var(--gray);
}

.bg-off-pearl {
  background-color: var(--off-pearl);
}

.bg-stone {
  background-color: var(--stone);
}

.bg-blue {
  background-color: var(--blue);
}

.bg-blue-chill {
  background-color: var(--blue-chill);
}

.bg-blue-chill-10 {
  background-color: var(--blue-chill-10);
}

.bg-green {
  background-color: var(--green);
}

.bg-white {
  background-color: var(--white);
}

.bg-off-black {
  background-color: var(--off-black);
}

.bg-sky-blue {
  background-color: var(--sky-blue);
}

.bg-sky-blue-20 {
  background-color: var(--sky-blue-20);
}

.bg-border-gray {
  background-color: var(--border-gray);
}

.is-red {
  color: var(--red);
}

.is-gray {
  color: var(--gray);
}

.is-gray-60 {
  color: var(--gray-60);
}

.is-off-pearl {
  color: var(--off-pearl);
}

.is-stone {
  color: var(--stone);
}

.is-blue {
  color: var(--blue);
}

.is-blue-chill {
  color: var(--blue-chill);
}

.is-green {
  color: var(--green);
}

.is-white {
  color: var(--white);
}

.is-off-black {
  color: var(--off-black);
}

.is-sky-blue {
  color: var(--sky-blue);
}

.is-border-gray {
  color: var(--border-gray);
}

.mb-0 {
  margin-bottom: 0;
}

.mb-2 {
  margin-bottom: 2rem;
}

.mt-1 {
  margin-top: 1rem;
}

.mt-2 {
  margin-top: 2rem;
}

.text-center {
  text-align: center;
}

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

.hidden {
  display: none !important;
}

.hide-on-mobile {
  display: none;
}

@media (min-width: 1040px) {
  .hide-on-desktop {
    display: none;
  }
  .hide-on-mobile {
    display: block;
  }
}
html {
  font-family: var(--font-family);
  font-size: var(--font-size-base);
  line-height: 1.6;
  color: var(--text-color);
  scroll-behavior: smooth;
}

h1, h2, h3, h4, h5, h6 {
  margin: 1rem 0;
  line-height: 1.2;
  font-family: var(--heading-font-family);
  color: var(--heading-color);
}

p {
  margin-top: 0;
}

h1 {
  font-size: 2em;
}

h2 {
  font-size: 1.6em;
}

h3 {
  font-size: 1.5em;
}

h4 {
  font-size: 1.4em;
}

h5 {
  font-size: 1.2em;
}

h6 {
  font-size: 1em;
}

.alt-font-family {
  font-family: var(--alt-font-family);
}

.eyebrow {
  font-family: var(--alt-font-family);
  color: var(--gray);
  font-size: 1.25rem;
  margin: 0;
  opacity: 0.8;
}

.section-heading {
  font-size: 1.75rem;
}

a {
  text-decoration: none;
  color: var(--link-color);
}
a:hover {
  text-decoration: underline;
  text-decoration-color: var(--link-underline-color);
  text-decoration-skip: skip;
}
a.disabled {
  color: var(--gray-60);
  cursor: not-allowed;
  opacity: 0.5;
  text-decoration: none;
}

.content a {
  background-color: var(--blue-chill-05);
  text-decoration: underline;
  text-decoration-thickness: 3px;
  text-decoration-skip: skip;
}
.content a:hover {
  background-color: transparent;
  text-decoration: none;
}

.page-heading {
  font-size: 2rem;
  line-height: 1.1;
  font-weight: 700;
  text-shadow: 1px 1px 1px #FFFFFF;
}

.page-subheading {
  font-size: 20px;
  font-family: var(--alt-font-family);
  text-transform: uppercase;
  color: var(--stone-80);
}

.link-more {
  background-color: var(--blue-chill-05);
  text-decoration: underline;
  text-decoration-thickness: 3px;
  text-decoration-skip: skip;
  display: inline-flex;
  font-size: 1.1rem;
  font-weight: 700;
  text-decoration: none;
}
.link-more:hover {
  background-color: transparent;
  text-decoration: none;
}
.link-more::after {
  display: inline-block;
  height: 0.75rem;
  width: 1rem;
  margin-bottom: -3px;
  margin-left: 0.5ch;
  align-self: center;
  background-color: currentColor;
  -webkit-mask-image: url("/static/dist/caret-icon.db041cf5.9ba09366ab9d.svg");
  mask-image: url("/static/dist/caret-icon.db041cf5.9ba09366ab9d.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  content: "";
}

@media screen and (min-width: 840px) {
  .page-heading {
    font-size: 2.875rem;
  }
}
.field + .field {
  margin-top: 1rem;
}

.field.small {
  width: 280px;
}
.field.small.center {
  margin: 0 auto;
}

.field.full {
  width: 100%;
}

.field.error input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file]):not(.vs__search),
.field.error select,
.field.error textarea,
.field.error .select {
  border-color: var(--red);
  box-shadow: 0 0 2px var(--red);
}

.form-errors {
  margin-bottom: 2rem;
  padding: 1rem;
  border: 1px solid var(--red);
  border-left-width: 4px;
  background-color: var(--off-pearl);
}
.form-errors ul {
  margin: 0;
  padding: 0 0 0 1rem;
}
.form-errors.light {
  background-color: var(--off-pearl-20);
}

.error-message {
  color: var(--red);
}

.field-group {
  display: flex;
  flex-flow: row wrap;
  gap: 1rem;
}
.field-group .field {
  flex: 1;
}
.field-group .field + .field {
  margin-top: 0;
}

label,
.label {
  font-size: 12px;
  font-size: 0.75rem;
  opacity: 0.6;
  font-family: var(--heading-font-family);
  font-weight: 600;
  text-transform: uppercase;
}
label.required,
.label.required {
  font-weight: 700;
}

input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file]):not(.vs__search),
select,
textarea,
.select {
  appearance: none;
  box-sizing: border-box;
  padding: 0.5rem;
  width: 100%;
  height: 40px;
  box-shadow: none;
  border: 2px solid var(--border-gray);
  background-color: var(--field-background, white);
  font-size: var(--field-font-size);
  font-family: var(--heading-font-family);
  font-weight: 600;
  color: var(--gray-60);
}
input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file]):not(.vs__search):focus,
select:focus,
textarea:focus,
.select:focus {
  box-shadow: 0 0 2px var(--blue);
  border-color: var(--text-color);
  outline: none;
}
input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file]):not(.vs__search):invalid:focus,
select:invalid:focus,
textarea:invalid:focus,
.select:invalid:focus {
  border-color: var(--red);
  box-shadow: 0 0 2px var(--red);
}
input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file]):not(.vs__search)[required] + label:after,
select[required] + label:after,
textarea[required] + label:after,
.select[required] + label:after {
  content: "*";
}

select,
.select {
  padding-right: 40px;
  background-image: url("data:image/svg+xml,%3Csvg fill='none' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E %3Cpath d='M11.255 9L17 14.585 22.745 9 24 10.195 17 17l-7-6.805L11.255 9z' fill='%231B2A46'/%3E %3Cpath stroke='%23B7BBC1' stroke-width='1.5' d='M.75 0v24'/%3E %3C/svg%3E ");
  background-position: center right 10px;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  min-height: 40px;
  height: auto;
  line-height: 1.2;
}
select option,
.select option {
  font-weight: normal;
}
select:hover,
.select:hover {
  text-decoration: none;
}
select[multiple],
.select[multiple] {
  padding-right: 0.5rem;
  background-image: none;
}

textarea {
  min-height: 5rem;
}

.main-container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 1rem;
  padding-left: 1rem;
}
.main-container.max-2\/3 {
  max-width: 800px;
}
.main-container.max-4\/5 {
  max-width: 960px;
}

.page-section {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.page-section-extra-pt {
  padding-top: 2.5rem;
}

.hero {
  padding: 3rem 0;
  text-align: center;
}
.hero .page-heading {
  max-width: 800px;
  margin: 0 auto;
}
.hero.centered {
  text-align: center;
}

.empty-state,
.under-construction {
  font-size: 1.125rem;
  background-color: var(--sky-blue-20);
  max-width: 800px;
  margin: 0 auto;
  padding: 20px;
}
@media screen and (min-width: 920px) {
  .empty-state,
  .under-construction {
    padding: 60px;
    text-align: center;
  }
}

.under-construction {
  margin-top: 6.5rem;
}

summary {
  cursor: pointer;
}

@media screen and (min-width: 840px) {
  .page-section {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .page-section-extra-pt {
    padding-top: 6.5rem;
  }
  .page-section-extra-pt .under-construction {
    margin-top: 0;
  }
  .two-cols {
    display: grid;
    gap: 0 1rem;
    grid-template-columns: 2fr 1fr;
  }
  .two-equal-cols {
    display: grid;
    gap: 0 2rem;
    grid-template-columns: 1fr 1fr;
  }
  .gap-2 {
    gap: 0 2rem;
  }
  .gap-4 {
    gap: 0 4rem;
  }
  .gap-6 {
    gap: 0 6rem;
  }
  .hero {
    padding: 5rem 0 3rem;
  }
  .map-cols {
    display: grid;
    gap: 0 1rem;
    grid-template-columns: 3fr 5fr;
    grid-template-areas: "main figure";
  }
  .map-figure {
    grid-area: figure;
  }
  .map-text {
    grid-area: main;
  }
}
.body-about .site-footer {
  margin-top: 0;
}

.partner {
  display: grid;
  grid-template-areas: "img", "content";
}

.partner + .partner {
  margin-top: 2rem;
}

.partner h3:first-child {
  margin-top: 0;
}

.partner img {
  max-height: 120px;
  width: auto;
}

.faq {
  margin: 2rem 0 0;
  padding-bottom: 2rem;
  border-bottom: 1px solid var(--border-gray);
}
.faq:last-child {
  border-bottom: none;
}
.faq summary h3 {
  display: inline-block;
  margin: 0;
}
.faq .faq-body {
  margin-top: 1rem;
}
.faq .faq-body a {
  background-color: var(--blue-chill-05);
  text-decoration: underline;
  text-decoration-thickness: 3px;
  text-decoration-skip: skip;
}
.faq .faq-body a:hover {
  background-color: transparent;
  text-decoration: none;
}

@media (min-width: 840px) {
  .partner {
    grid-template-areas: "img content";
    grid-template-columns: auto 1fr;
    gap: 0 2rem;
  }
  .partner img {
    grid-area: img;
  }
  .partner.content-first {
    grid-template-columns: 1fr auto;
    grid-template-areas: "content img";
  }
  .partner + .partner {
    margin-top: 4rem;
  }
  #bhhc_logo {
    max-height: 180px;
  }
  #uhc_logo {
    max-height: 100px;
  }
}
.charts-display {
  min-height: 100%;
}

.charts-display-hero {
  position: relative;
  padding: 4rem 0 6rem;
  margin-bottom: -2rem;
  margin-bottom: -5rem;
  background: var(--blue-gradient-3);
}
.charts-display-hero > .main-container {
  position: relative;
  text-align: center;
}
.charts-display-hero .page-heading {
  margin: 0 0 0.5rem;
}
.charts-display-hero .header-text {
  margin: 0 auto;
  max-width: 90ch;
  font-size: 0.95rem;
  text-align: center;
}
.charts-display-hero .header-text summary {
  font-weight: 600;
}
.charts-display-hero .header-text + .share-button {
  margin-top: 1rem;
}
.charts-display-hero .alt {
  background: var(--green-30);
}
@media screen and (min-width: 1040px) {
  .charts-display-hero {
    padding: 5rem 2.5rem 6rem;
    margin-bottom: -6rem;
  }
  .charts-display-hero .share-button {
    position: absolute;
    right: 0;
    bottom: 0;
  }
}

.home-hero {
  background: url("/static/dist/home-hero-bg.a651494b.3cc9cef2f85f.jpg");
  background-size: cover;
  background-position: center;
  padding: 60px 0;
  text-align: center;
}
.home-hero .page-heading {
  max-width: 800px;
  margin: 0 auto;
}

.home-callout-list {
  list-style: none;
  margin: -1rem 0 1rem;
  padding: 0;
  display: flex;
  flex-direction: column;
  text-align: center;
}
.home-callout-item {
  display: flex;
  justify-content: center;
  margin-bottom: 1rem;
}
.home-callout-item p {
  margin: 0 auto;
  max-width: 26ch;
  font-family: var(--heading-font-family);
  font-weight: 600;
  color: var(--white);
  font-size: 1.125rem;
  opacity: 0.8;
  margin: 1rem 0;
}
.home-callout-item a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 1rem;
  width: 100%;
  text-align: center;
  line-height: 1.2;
}
.home-callout-item a:hover {
  text-decoration: none;
}
.home-callout-heading {
  font-family: var(--alt-font-family);
  color: var(--white);
  font-size: 1.375rem;
  margin: 1rem 0;
}

.posts-feed {
  margin: 0;
  padding: 0;
}
.posts-feed li {
  list-style: none;
}
.posts-feed .post {
  padding: 1.25rem 0;
}
.posts-feed .post-heading {
  font-size: 1.2rem;
}

@media screen and (min-width: 480px) {
  .home-callout-list {
    flex-direction: row;
    justify-content: space-between;
  }
  .home-callout-item {
    width: 32%;
  }
}
@media screen and (min-width: 840px) {
  .home-hero {
    padding: 60px 0 120px;
  }
}
.home-modal-buttons {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.home-modal-buttons .button {
  width: 200px;
  justify-content: center;
}

.explore-header {
  padding-bottom: 1rem;
}

.explore-header-col2 {
  margin-top: 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.explore-header-col2 .share-button {
  margin-left: 1rem;
}

.explore-heading-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.explore-heading-wrap .button {
  margin-left: 1rem;
  transform: translateY(-4px); /* because TradeGothic has a dumb baseline */
}

@media screen and (min-width: 840px) {
  .explore-heading-wrap {
    justify-content: flex-start;
  }
  .explore-heading-wrap .button {
    margin-left: 40px;
    transform: translateY(-8px); /* because TradeGothic has a dumb baseline */
  }
  .explore-header-col2 .share-button {
    margin-left: 60px;
  }
}
.select-group-wrap {
  position: relative;
  background: var(--off-pearl-20);
  margin: 0 -1rem;
  padding: 1rem;
  border-bottom: 1px solid var(--blue-chill-05);
}
.select-group-labeled:not(:last-child) {
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 1120px) {
  .select-group-labeled {
    margin-left: 42px;
  }
}
.select-group-step {
  position: absolute;
  top: 0;
  left: 0;
  width: 42px;
  height: 42px;
  display: block;
  background-color: var(--blue-chill);
  color: white;
  font-size: 1.5rem;
  text-align: center;
}
@media screen and (min-width: 1120px) {
  .select-group-step {
    left: -42px;
  }
}
.select-group-label {
  margin: 0;
  margin-left: 42px;
}
@media screen and (min-width: 1120px) {
  .select-group-label {
    margin-left: 0;
  }
}
.select-group-list {
  list-style: none;
  margin: 0 auto;
  width: 100%;
  padding: 0;
}
@media (min-width: 960px) {
  .select-group-list {
    margin: 1rem auto 0 0;
  }
}
.select-group-item {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  padding: 1rem 50px 1rem 1rem;
  margin: 0.5rem -1rem 1rem 0;
  position: relative;
}
.select-group-item .remove-button {
  position: absolute;
  right: 1rem;
  top: calc(50% - 1.25rem);
  transform: translateY(-50%);
}
.select-group-item-button {
  margin-top: 1.6rem;
  margin-bottom: 4px;
  height: 36px;
}
.select-group-item .col {
  display: flex;
  align-items: center;
  margin: 0 1rem 1rem 0;
}
.select-group-item .col.w1 {
  flex: 1 1 calc(50% - 2rem);
}
.select-group-item .col.w2 {
  flex: 1 1 100%;
}
.select-group-item .col.min {
  flex: 1 0 128px;
}
.select-group-item .col input,
.select-group-item .col select,
.select-group-item .col .has-dropdown {
  max-width: none;
}
.select-group-item .col .field {
  width: 100%;
}
.select-group-item .icon-button {
  align-self: flex-end;
  margin: 0 0 0.25rem 0.5rem;
}
@media screen and (min-width: 960px) {
  .select-group-item {
    flex-wrap: nowrap;
    border: 0 none;
    padding: 0 50px 0 0;
    margin: 0 0 1rem 0;
  }
  .select-group-item:nth-child(even) {
    background: transparent;
  }
  .select-group-item:not(:first-child) label {
    display: none;
  }
  .select-group-item .col:last-child {
    margin-right: 0;
  }
}
.select-group-add-wrap {
  text-align: center;
  margin: 1rem 0 -2rem;
  grid-column: 2;
}

.share-copy {
  width: 100%;
  display: flex;
  justify-content: center;
}
.share-copy .button {
  align-self: flex-end;
  margin-left: 1rem;
}
.share-social {
  display: flex;
  width: 100%;
  justify-content: center;
  margin-top: 4rem;
  margin-bottom: 2rem;
}
.share-social .social-button:not(:first-child) {
  margin-left: 3rem;
}
@media screen and (max-width: 767px) {
  .share-social {
    flex-direction: column;
    align-items: center;
  }
  .share-social .social-button:not(:first-child) {
    margin: 2rem 0 0;
  }
}

.graph-list {
  list-style: none;
  margin: 0 -1rem;
  padding: 1rem 0 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.graph-item {
  flex: 1 1 100%;
  margin-bottom: 2rem;
  padding: 1rem;
  background: var(--blue-gradient-3);
  border-bottom: 1px solid var(--blue-chill-30);
}
.graph-caption {
  max-width: 600px;
  margin-top: 1rem;
  font-size: 0.75rem;
}
.graph-group {
  flex: 1 0 100%;
  padding: 1rem;
  margin-bottom: 2rem;
  background-color: var(--blue-gradient-3);
}
.graph-group-title {
  text-align: center;
  margin-bottom: 2rem;
}
@media screen and (min-width: 840px) {
  .graph-item {
    flex: 0 1 calc(50% - 1rem);
  }
}

.data-source {
  padding: 0.5rem 1.5rem;
  font-size: 0.75rem;
}
.data-source-title {
  font-weight: 700;
  margin-right: 0.5rem;
}
.data-source-link {
  font-size: 0.75rem;
}

.footnotes {
  margin-top: 2rem;
  font-size: 0.75rem;
}
.footnotes-title {
  font-size: 0.875rem;
  font-weight: 700;
}

.footnote {
  display: flex;
  width: 100%;
  max-width: 800px;
}
.footnote strong {
  color: var(--gray);
  min-width: 20px;
  margin-right: 8px;
}
.footnote-group {
  margin-bottom: 0.25rem;
}

.empty-data {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: white;
}
.empty-data p {
  text-align: center;
  font-size: 1.25rem;
}

.body-download .page-heading {
  text-align: center;
}

.terms-accept {
  padding: 20px 20px 14px;
  background-color: var(--off-pearl-20);
  width: 100%;
}
.terms-accept label {
  color: var(--blue-chill);
  font-size: 1.125rem;
  line-height: 1;
  font-weight: 600;
  text-transform: none;
  margin-left: 10px;
  opacity: 1;
}

.terms-legal {
  margin-bottom: 1rem;
  padding: 1rem;
  border: 1px solid var(--border-gray);
  max-height: 18rem;
  overflow-y: scroll;
}

@media screen and (min-width: 920px) {
  .terms {
    padding: 0 220px;
  }
}
.posts-hero {
  background-image: var(--blue-gradient-4);
  padding-bottom: 4rem;
}

.post-list {
  padding: 1.5rem;
  background-color: var(--white);
}

.post-list-header {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 1rem;
}

.post-list-header img {
  height: 64px;
}

.post-list .lead {
  margin-bottom: 0;
  font-size: 1.4rem;
  color: var(--stone);
  opacity: 0.6;
  text-decoration: underline;
}

.button {
  display: inline-flex;
  align-items: center;
  appearance: none;
  padding: 0.5rem 1rem 0.25rem;
  background: var(--blue);
  border: 2px solid transparent;
  border-radius: 3px;
  color: var(--white);
  font-family: var(--heading-font-family);
  font-size: 0.813rem;
  text-transform: uppercase;
  line-height: 1;
}
.button:not(:disabled):hover {
  cursor: pointer;
  border-color: var(--blue);
  background: var(--white);
  text-decoration: none;
  color: var(--blue);
}
.button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.button.outline {
  border-color: var(--blue);
  background: var(--white);
  color: var(--blue);
  border-radius: 3px;
  text-transform: none;
}
.button.outline:hover {
  background: var(--blue);
  color: white;
}
.button.hollow {
  border-color: var(--blue);
  background: var(--white);
  color: var(--blue);
}
.button.hollow:hover {
  background-color: var(--blue);
  color: var(--white);
}
.button.stone {
  border-color: var(--stone);
  background: var(--stone);
}
.button.stone:not(:disabled):hover {
  border-color: var(--stone);
  color: var(--stone);
}
.button.chill {
  border-color: var(--blue-chill);
  background: var(--blue-chill);
}
.button.chill:not(:disabled):hover {
  border-color: var(--blue-chill);
  color: var(--blue-chill);
}
.button.large {
  font-size: 1rem;
  text-transform: none;
  padding: 1rem 3rem 0.625rem;
}
.button.form {
  height: 40px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-size: 1.125rem;
  font-weight: bold;
  text-transform: uppercase;
}
.button svg {
  margin: -4px 4px 0 -4px;
}

.share-button,
.close-button,
.icon-button,
.social-button,
.link-button {
  appearance: none;
  padding: 0;
  margin: 0;
  display: inline-flex;
  align-items: center;
  border: 0 none;
  background: transparent;
  cursor: pointer;
  color: var(--blue);
  line-height: 1;
}
.share-button:hover,
.close-button:hover,
.icon-button:hover,
.social-button:hover,
.link-button:hover {
  color: var(--stone);
}
.share-button.is-red,
.close-button.is-red,
.icon-button.is-red,
.social-button.is-red,
.link-button.is-red {
  color: var(--red);
}
.share-button.is-red:hover,
.close-button.is-red:hover,
.icon-button.is-red:hover,
.social-button.is-red:hover,
.link-button.is-red:hover {
  color: var(--red-shade);
}

.link-button {
  font-size: 12px;
  font-size: 0.75rem;
  font-family: var(--heading-font-family);
  font-weight: 700;
  text-transform: uppercase;
}
.link-button:hover {
  text-decoration: underline;
  text-decoration-skip: skip;
}
.link-button.disabled {
  color: var(--gray-60);
  cursor: not-allowed;
  opacity: 0.5;
  text-decoration: none;
}

.link-button.link-button--red {
  color: var(--red);
}

.link-button.link-button--red:hover {
  color: var(--red-shade);
}

.social-button {
  color: var(--stone);
  font-weight: bold;
  font-family: var(--heading-font-family);
  font-size: 1.125rem;
}
.social-button svg {
  margin-right: 1rem;
}

.share-button {
  color: var(--blue);
  font-weight: 700;
  font-family: var(--heading-font-family);
}
.share-button svg {
  width: 20px;
  margin-right: 8px;
  margin-top: -4px;
}

.close-button {
  font: 0/0 a;
  color: transparent;
}
.close-button:after {
  font: 32px/1 "sans-serif";
  color: var(--red);
  content: "×";
}
.close-button-small:after {
  font: 20px/1 "sans-serif";
  font-weight: bold;
}

.back-to-top-btn {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  background: var(--red);
  color: white;
  border: none;
  border-radius: 8px;
  padding: 0.75rem 1rem;
  cursor: pointer;
  font-size: 0.875rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease;
  z-index: 1000;
}

.back-to-top-btn:hover {
  background: var(--red-shade);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2);
  transform: translateY(-2px);
}

.back-to-top-btn svg {
  flex-shrink: 0;
}

/* Mobile responsiveness */
@media (max-width: 768px) {
  .back-to-top-btn {
    bottom: 1rem;
    right: 1rem;
    padding: 0.5rem 0.75rem;
    font-size: 0.8rem;
  }
}
.highcharts {
  font-family: var(--heading-font-family);
}

.highcharts-title {
  font-family: var(--heading-font-family);
  font-size: 22px;
  font-weight: 700;
}

.highcharts-subtitle {
  font-family: var(--font-family);
}

.highcharts-axis-title {
  font-weight: 700;
}

.highcharts-plot-line {
  opacity: 0.4;
}

dialog,
.dialog {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  max-height: 100vh;
  margin: auto;
  border: 0 none;
  padding: 0;
  background: var(--white);
  display: block;
  z-index: 2;
}
dialog.focused,
.dialog.focused {
  max-width: 640px;
}
@media screen and (min-width: 768px) {
  dialog,
  .dialog {
    max-width: calc(100% - 40px);
    max-height: calc(100vh - 4rem);
  }
}
@media screen and (min-width: 1024px) {
  dialog,
  .dialog {
    max-width: 960px;
  }
}

dialog:not([open]) {
  display: none;
}

dialog::backdrop {
  background: rgba(27, 42, 70, 0.5215686275);
}

dialog.fixed {
  position: fixed;
  top: 50%;
  transform: translate(0, -50%);
}

dialog .close-button,
.dialog .close-button {
  position: absolute;
  top: 0.5rem;
  right: 1rem;
  z-index: 1;
}
dialog .close-button:focus,
.dialog .close-button:focus {
  outline: none;
}

.scroll-wrap {
  height: min-content;
  max-height: 100vh;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
}
@media screen and (min-width: 768px) {
  .scroll-wrap {
    max-height: calc(100vh - 4rem);
  }
}

.city-list {
  list-style: none;
  margin: 0;
  padding: 0;
  columns: 3;
  column-gap: 5rem;
  column-width: 200px;
  font-family: var(--heading-font-family);
  font-weight: 600;
  font-size: 1.25rem;
}

.modal-header {
  padding: 2rem;
  padding-top: 1.3rem;
}
.modal-header-filter {
  background-color: var(--sky-blue-20);
}
.modal-header-heading {
  margin-bottom: 0;
}
.modal-heading {
  text-align: center;
  font-size: 1.625rem;
  font-family: var(--alt-font-family);
  font-weight: 400;
  margin-top: 0;
}
.modal-body {
  padding: 2rem;
}

.toast {
  top: auto;
  bottom: 20px;
  left: auto;
  display: flex;
  flex-flow: column;
  width: clamp(360px, 100%, 480px);
  border: 1px solid var(--sky-blue);
  box-shadow: 0 0 30px rgba(27, 42, 70, 0.3);
}
.toast h1, .toast h2 {
  margin: 0 0 0.3rem;
  font-size: 1.4rem;
}
.toast-image {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  background-image: var(--blue-gradient-3);
}
.toast-body {
  padding: 1.5rem;
  font-size: 0.95rem;
}
.toast-actions {
  display: flex;
  flex-flow: row wrap;
  gap: 1rem;
  margin-top: 1rem;
}

@media (min-width: 440px) {
  .toast {
    flex-flow: row wrap;
    right: 20px;
  }
  .toast-image {
    flex: 0 1 100px;
  }
  .toast-body {
    flex: 1;
  }
}
.download-card label {
  font-family: var(--alt-font-family);
}

.has-dropdown {
  position: relative;
  width: 100%;
  max-width: 280px;
}

.dropdown {
  display: none;
  position: absolute;
  z-index: 10;
  right: 0;
  left: 0;
  top: 100%;
  margin: 0;
  padding: 0.5rem 0 1rem;
  animation: slide-down 0.15s ease 1;
  max-height: 50vh;
  overflow-y: auto;
  border: 1px solid var(--border-gray);
  background: var(--white);
  transform: translateY(0.2rem);
}
.dropdown-toggle {
  display: block;
}
.dropdown-item {
  color: var(--stone);
}
.dropdown-item-heading, .dropdown-item-subheading {
  font-weight: 600;
  padding: 0.25rem 0.5rem;
}
.dropdown-item-heading {
  color: var(--stone);
}
.dropdown-item-subheading {
  color: var(--blue-chill);
  padding-left: 1rem;
}
.dropdown-link {
  display: block;
  padding: 0.25rem 1rem;
  color: var(--text-color);
}
.dropdown-link:hover {
  background-color: var(--sky-blue);
  text-decoration: none;
}

.dropdown-toggle:focus + .dropdown,
.dropdown:hover {
  display: block;
}

@keyframes slide-down {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.dropdown-highlight {
  font-weight: bold;
  color: var(--gray);
}

.v-select {
  background-color: white;
}
.v-select.vs--single {
  height: 38px;
}
.v-select.vs--single .vs__dropdown-toggle {
  height: 38px;
}
.v-select .vs__selected {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  background-color: transparent;
}
.v-select .vs__dropdown-toggle {
  padding-top: 1px;
  padding-bottom: 5px;
  border: 2px solid var(--border-gray);
  border-radius: 0;
}
.v-select .vs__dropdown-menu {
  min-width: 128px;
}
.v-select .vs__actions {
  padding: 0 10px;
  border-left: 2px solid var(--border-gray);
  margin-top: 6px;
  margin-bottom: 2px;
}
.v-select .vs__selected-options {
  padding: 0 6px;
  min-width: calc(100% - 50px);
}
.v-select .vs__selected-options ::-webkit-input-placeholder { /* WebKit, Blink, Edge */
  opacity: 0.5;
}
.v-select .vs__selected-options :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  opacity: 0.5;
}
.v-select .vs__selected-options ::-moz-placeholder { /* Mozilla Firefox 19+ */
  opacity: 0.5;
}
.v-select .vs__selected-options :-ms-input-placeholder { /* Internet Explorer 10-11 */
  opacity: 0.5;
}
.v-select .vs__selected-options ::-ms-input-placeholder { /* Microsoft Edge */
  opacity: 0.5;
}
.v-select .vs__selected-options ::placeholder { /* Most modern browsers support this now. */
  opacity: 0.5;
}
.v-select .vs__dropdown-option {
  color: var(--stone);
}
.v-select .vs__dropdown-option--highlight {
  background: none;
}
.v-select .vs__dropdown-option:hover {
  background: var(--sky-blue);
}
.v-select .vs__dropdown-option--disabled, .v-select .vs__dropdown-option--disabled .vs-item {
  color: var(--gray-60);
}
.v-select .vs__dropdown-option--disabled:hover, .v-select .vs__dropdown-option--disabled .vs-item:hover {
  background: none;
}
.v-select .vs-item {
  color: var(--stone);
  padding-left: 1.5rem;
}
.v-select .vs-item-heading {
  color: var(--stone);
  font-weight: 700;
  padding: 0.25rem 0;
}
.v-select .vs-item-subheading {
  font-weight: 600;
  padding: 0.25rem 0.5rem;
  color: var(--blue-chill);
}
.v-select .vs-item.ml-0 {
  padding-left: 0 !important;
}

.site-footer {
  background-color: var(--stone);
  margin-top: 4rem;
  padding: 2rem 0 1rem;
}
.site-footer-nav-list {
  list-style: none;
  margin: 0 0 2rem 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  max-width: 70ch;
}
.site-footer-nav-link {
  display: flex;
  font-family: var(--heading-font-family);
  font-weight: 600;
  color: var(--white);
  text-decoration: none;
  padding: 0.25rem 1rem;
  margin: 0 -1rem;
  flex: 0 0 auto;
  font-size: 1.125rem;
}
.site-footer-nav-link:hover {
  text-decoration: none;
  background: rgba(255, 255, 255, 0.05);
}
.site-footer-nav-link abbr {
  text-decoration: none;
}
.site-footer-logo {
  display: block;
  max-width: 180px;
  margin: 1rem 0 0.5rem;
}

.copyright {
  font-size: 0.7em;
  color: var(--white);
  opacity: 0.7;
}

@media screen and (min-width: 840px) {
  .site-footer-nav-list {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .site-footer-nav-item {
    flex: 0 0 auto;
  }
  .site-footer-nav-link {
    padding: 0.25rem 2rem 0.25rem 0;
    margin: 0;
  }
  .site-footer-nav-link:hover {
    background-color: transparent;
    text-decoration: underline;
  }
  .site-footer-logo {
    max-width: 280px;
    margin: 0 0 0 auto;
  }
}
.site-header {
  position: relative;
  background: var(--stone);
  padding: 10px 0;
  margin-bottom: 60px;
}
.site-header.has-hero-below {
  margin-bottom: 0;
}
.site-header:after {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  height: 10px;
  background: var(--blue-gradient-1);
  opacity: 0.2;
  content: "";
}
.site-header-layout {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.site-nav,
.close-nav {
  display: none;
}

.site-nav-logo {
  position: relative;
  z-index: 1;
  align-self: flex-start;
  width: 100px;
  flex: 0 0 auto;
  margin-bottom: -60px;
}
.site-nav-list {
  display: flex;
  list-style: none;
  margin: 0 auto;
  padding: 0;
}
.site-nav-item {
  font-family: var(--alt-font-family);
}
.site-nav-link {
  display: block;
  padding: 0.5rem;
  font-size: 22px;
  text-decoration: none;
  color: var(--white);
}
.site-nav-link:hover {
  text-decoration: none;
  background: rgba(255, 255, 255, 0.05);
}
.site-nav-link.is-current {
  background-color: var(--red);
}
.site-nav-link.is-current:hover {
  background-color: var(--red);
}
.site-nav-link abbr {
  text-decoration: none;
}
.site-nav-metadata {
  padding: 0.5rem;
}
.site-nav-metadata small {
  opacity: 0.8;
}
.site-nav-metadata p,
.site-nav-metadata a {
  color: var(--white);
  margin: 0;
  font-size: 14px;
  line-height: 1.2;
}
.site-nav.is-expanded {
  display: flex;
  flex-direction: column;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: var(--stone);
  z-index: 2;
  overflow: auto;
}
.site-nav.is-expanded .site-nav-wrap {
  margin: auto;
  padding-top: 48px;
  padding-bottom: 48px;
  width: 100%;
  max-width: 300px;
}
.site-nav.is-expanded .site-nav-list {
  flex-direction: column;
}
.site-nav.is-expanded .close-nav {
  display: block;
  position: fixed;
  top: 10px;
  left: 10px;
}
.site-nav-toggle, .site-nav.is-expanded .close-nav {
  width: 44px;
  height: 50px;
  margin: 0 auto 0 0;
  padding: 4px;
  display: flex;
  flex-direction: column;
  align-items: center;
  appearance: none;
  border: 0 none;
  background: none;
  cursor: pointer;
}
.site-nav-toggle svg, .site-nav.is-expanded .close-nav svg {
  width: 100%;
  height: auto;
}
.site-nav-toggle span, .site-nav.is-expanded .close-nav span {
  color: white;
  font-size: 11px;
  font-weight: bold;
}
.site-nav-toggle:hover, .site-nav.is-expanded .close-nav:hover {
  background: rgba(255, 255, 255, 0.05);
}
.site-nav.is-expanded .close-nav {
  height: 40px;
  padding: 6px;
}

@media screen and (min-width: 1024px) {
  .site-header {
    padding: 20px 0;
  }
  .site-nav, .site-nav-metadata, .site-nav-wrap {
    display: flex;
  }
  .site-nav, .site-nav-wrap {
    flex: 1 1 100%;
  }
  .site-nav-wrap {
    padding-right: 20px;
    justify-content: center;
    align-items: center;
  }
  .site-nav-logo {
    width: 120px;
    margin-bottom: -80px;
  }
  .site-nav-toggle {
    display: none;
  }
  .site-nav-list {
    margin: 0;
  }
  .site-nav-item + .site-nav-item {
    margin-left: 0.8rem;
  }
  .site-nav-link {
    padding: 0 0.5rem;
  }
}
.alert {
  width: 100%;
}
.alert p {
  margin-bottom: 0;
  padding: 0.5rem 0.5rem 0.5rem 1rem;
  border-left: 4px solid var(--blue);
  background-color: var(--stone);
  font-size: 0.9rem;
  color: #FFF;
}

.pagination,
.pagination ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.pagination {
  margin-top: 2rem;
}

.pagination ul {
  gap: 1.5rem;
  margin: 0;
  padding: 0;
}

.pagination li {
  list-style: none;
}

.pagination .prev {
  margin-right: auto;
}

.pagination .next {
  margin-left: auto;
}

.post {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  justify-content: space-between;
  padding: 2rem 0;
  border-bottom: 1px solid var(--blue-chill-10);
}

.post-img {
  width: 100%;
  align-self: center;
}
.post-img a img {
  box-shadow: 0 0 4px var(--blue-chill-30);
}

.post-header {
  display: flex;
  justify-content: space-between;
  gap: 0.75rem 1.5rem;
}

.post-timestamp {
  display: block;
  margin-bottom: 0.75rem;
  font-size: 0.9rem;
  font-weight: 600;
  opacity: 0.6;
}

.post-heading {
  margin: 0;
}

.post-heading + * {
  margin-top: 0.5rem;
}

.post-content {
  word-break: break-word;
}
.post-content p:last-child {
  margin-bottom: 0;
}
.post-content a {
  background-color: var(--blue-chill-05);
  text-decoration: underline;
  text-decoration-thickness: 3px;
  text-decoration-skip: skip;
}
.post-content a:hover {
  background-color: transparent;
  text-decoration: none;
}

.post-content-with-image {
  display: flex;
  justify-content: space-between;
}

.post-body {
  flex: 1 1 100%;
}

@media (min-width: 840px) {
  .post {
    flex-direction: row;
  }
  .post-img {
    flex: 1 0 400px;
  }
}
.subscribe-promo {
  padding: 1.5rem;
  background-color: var(--off-pearl-20);
}

.subscribe-promo h1,
.subscribe-promo h2 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

.subscribe-promo .field {
  flex: 1 0 20ch;
  margin-bottom: 0.5rem;
}

.subscribe-promo p {
  margin-bottom: 1rem;
}

.subscribe-promo.has-image {
  position: relative;
  background-color: transparent;
  background-image: var(--blue-gradient-3);
}
@media (min-width: 500px) {
  .subscribe-promo.has-image {
    --image-size: 72px;
    padding-left: calc(var(--image-size) + 1rem);
  }
  .subscribe-promo.has-image::before {
    position: absolute;
    top: 1.25rem;
    left: -1rem;
    display: block;
    width: var(--image-size);
    height: var(--image-size);
    background-color: var(--blue-chill);
    background-image: url("/static/dist/mail-icon.f83c09c0.7a3a03836338.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 60%;
    content: "";
  }
}

#subscribe {
  max-width: 500px;
}

#subscribe .subscribe-promo.has-image::before {
  left: 0;
}

.tooltip {
  position: relative;
  display: inline-block;
}
.tooltip .tooltip-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 1ch;
  height: 1.25rem;
  width: 1.25rem;
  border-radius: 50%;
  background-color: var(--stone);
  color: white;
}
.tooltip .tooltip-text {
  visibility: hidden;
  width: 160px;
  bottom: 100%;
  left: 50%;
  margin-left: -80px;
  background-color: var(--stone);
  color: white;
  text-align: center;
  border-radius: 4px;
  padding: 0.5rem;
  position: absolute;
  z-index: 100;
  font-size: 0.875rem;
  font-weight: bold;
  text-transform: none;
  opacity: 1;
}
.tooltip:hover .tooltip-text {
  visibility: visible;
}

.metrics-dialog-groups {
  column-gap: 40px;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .metrics-dialog-groups:not(.filtered) {
    columns: 2;
  }
}
@media screen and (min-width: 840px) {
  .metrics-dialog-groups:not(.filtered) {
    columns: 3;
  }
}

.metrics-dialog-sub-groups {
  list-style: none;
  padding-left: 1rem;
}
@media screen and (min-width: 768px) {
  .metrics-dialog-sub-groups.filtered {
    columns: 2;
  }
}
@media screen and (min-width: 840px) {
  .metrics-dialog-sub-groups.filtered {
    columns: 3;
  }
}

.metrics-dialog-sub-group {
  padding-bottom: 0.5rem;
  break-inside: avoid;
}

.metrics-dialog-group {
  break-inside: avoid;
  padding-bottom: 1rem;
}

h5.metrics-dialog-category {
  color: var(--stone);
  font-weight: 700;
  padding: 0.5rem 0;
  margin: 0;
}

h6.metrics-dialog-subcategory {
  font-weight: 600;
  color: var(--blue-chill);
  padding: 0.5rem 0;
  margin: 0;
}

.metrics-dialog-metric {
  display: block;
  width: 100%;
  color: var(--stone);
  padding: 0.5rem 0.25rem 0.5rem 1rem;
  margin: 0;
  font-size: 14px;
  border: none;
  background-color: transparent;
  text-align: left;
  cursor: pointer;
}
.metrics-dialog-metric:not(.disabled):hover {
  background-color: var(--blue-chill);
  color: white;
}
.metrics-dialog-metric:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.vs__clear .close-button {
  position: unset;
}
.vs__clear .close-button::after {
  color: rgb(27, 42, 70);
}

/*# sourceMappingURL=/static/dist/index.css.f221ba249afa.map */