*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}/*
! tailwindcss v3.4.19 | MIT License | https://tailwindcss.com
*//*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

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

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: Host Grotesk, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}

/*
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)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}

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

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

/*
Remove the default font size and weight for headings.
*/

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

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

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}

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

/*
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)
3. Remove gaps between table borders by default.
*/

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

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

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

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

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

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

/*
Set the default cursor for buttons.
*/

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

/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

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

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

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

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}
  /*
   * Brand palette — the single source of truth. To swap the palette,
   * change the values here only; every bg-tan/text-sand/etc utility across
   * the whole theme (see tailwind.config.js theme.extend.colors) updates
   * automatically. Stored as space-separated R G B (not hex) so Tailwind's
   * opacity modifier syntax works (e.g. text-dark-ocean/80) — see
   * https://tailwindcss.com/docs/customizing-colors#using-css-variables.
   */
  /*
   * Full palette confirmed against the Figma file's own "Colours"
   * foundation page (node 2442:15906) — this is the authoritative source,
   * not individually-inferred component values. Two accessibility notes
   * from that page worth keeping in mind when using these:
   *  - Small text on Tan fails AA — use Sand 35% for small text instead.
   *  - Turquoise only passes AA with dark (deep-ocean) text on it, not
   *    light/sand text — the reverse (dark text on turquoise) is fine.
   */
  :root {
    --color-tan: 179 85 46; /* #B3552E */
    --color-sand: 240 235 216; /* #F0EBD8 */
    --color-dark-ocean: 11 29 40; /* #0B1D28 */
    /* #C1DDFF — Figma calls this "Turquoise". Named `accent` here instead
       for a shorter, purpose-neutral utility name (bg-accent/text-accent). */
    --color-accent: 193 221 255;
    --color-sand-50: 247 245 235; /* #F7F5EB — Figma "Sand 50%", header main bar bg */
    --color-sand-35: 250 248 241; /* #FAF8F1 — Figma "Sand 35%", section off-white bg */
    --color-sand-15: 253 252 249; /* #FDFCF9 — Figma "Sand 15%", lightest off-white */
    --color-navy: 15 42 57; /* #0F2A39 — Figma "Navigation use only/Shade - Navy" */
    --color-navy-light: 27 51 65; /* #1B3341 — Figma "Navigation use only/Shade - Navy Light"; CTA quick-links panel bg */
  }

  /*
   * Boxed layout: the whole site is capped at 1600px (see .campaign-page
   * below), so on wider screens body is what shows either side of it.
   */
  body {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}
.container {
  width: 100%;
}
@media (min-width: 640px) {

  .container {
    max-width: 640px;
  }
}
@media (min-width: 768px) {

  .container {
    max-width: 768px;
  }
}
@media (min-width: 1024px) {

  .container {
    max-width: 1024px;
  }
}
@media (min-width: 1280px) {

  .container {
    max-width: 1280px;
  }
}
@media (min-width: 1536px) {

  .container {
    max-width: 1536px;
  }
}
/*
   * Type scale, confirmed against the Figma file's own "Fonts" foundation
   * page (node 2442:15704) — the authoritative source, not values
   * inferred per-component. Mobile-first: the bare size is the Mobile
   * spec, md: overrides to the Desktop spec, matching how every other
   * responsive rule in this theme is written (base = mobile, md: = desktop).
   * Apply these instead of repeating arbitrary text-[Npx] values so a
   * scale change is a one-line edit here rather than a find-replace
   * across every template using that heading level.
   */
.text-h1 {
  font-size: 40px;
  font-weight: 600;
  line-height: 48px;
}
@media (min-width: 768px) {

  .text-h1 {
    font-size: 64px;
    line-height: 72px;
  }
}
.text-h2 {
  font-size: 32px;
  font-weight: 600;
  line-height: 40px;
}
@media (min-width: 768px) {

  .text-h2 {
    font-size: 48px;
    line-height: 54px;
  }
}
.text-h3 {
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
}
@media (min-width: 768px) {

  .text-h3 {
    font-size: 36px;
    line-height: 44px;
  }
}
.text-h4 {
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
}
@media (min-width: 768px) {

  .text-h4 {
    font-size: 28px;
    line-height: 36px;
  }
}
.text-h5 {
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
}
@media (min-width: 768px) {

  .text-h5 {
    font-size: 20px;
    line-height: 30px;
  }
}
/* Body copy is the same size at both breakpoints per Figma — no md: override needed. */
.text-body {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
/*
   * Wraps any field rendered through the "minimal" text format (card
   * body, section blurb — see paragraph--card.html.twig and
   * paragraph--card-group.html.twig) so its CKEditor-authored markup
   * (<p>, <strong>, <em>, <ul>/<ol>/<li>, <a>) actually looks like
   * formatted text — Tailwind's preflight strips all default list/bold
   * styling, so without this a bulleted list renders as plain
   * unindented paragraphs with no markers.
   */
.rich-text {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.rich-text > * + * {
  margin-top: 18px;
}
.rich-text ul {
  list-style-type: disc;
}
.rich-text ul > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}
.rich-text ul {
  padding-left: 1.25rem;
}
.rich-text ol {
  list-style-type: decimal;
}
.rich-text ol > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}
.rich-text ol {
  padding-left: 1.25rem;
}
.rich-text strong {
  font-weight: 700;
}
.rich-text em {
  font-style: italic;
}
.rich-text a {
  text-decoration-line: underline;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.rich-text a:hover {
  --tw-text-opacity: 1;
  color: rgb(var(--color-tan) / var(--tw-text-opacity, 1));
}
/* "Tags" component text (e.g. the hero's enrolment-notice tag) — three fixed sizes, not responsive. */
.text-tag-l {
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
}
.text-tag-s {
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
}
/*
   * Shared button text styles — CTA buttons are mobile-first responsive;
   * the plain Button style is fixed. Figma: "Shared/M CTA Button" (18/24)
   * mobile, "Desktop/D CTA Button" (24/34) desktop — switches at `lg` to
   * match campaign-quick-links.html.twig, its one current consumer, which
   * switches its whole layout at `lg` too (see that template's comment).
   */
.text-cta-button {
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}
@media (min-width: 1024px) {

  .text-cta-button {
    font-size: 24px;
    line-height: 34px;
  }
}
.text-button {
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
}
/* Footer link text — three fixed sizes, all underlined per Figma. */
.text-footer-menu-m {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-decoration-line: underline;
}
.text-footer-menu-s {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-decoration-line: underline;
}
/*
   * Section vertical spacing scale, confirmed against the Figma file's
   * "Common Padding" foundation page (node 2442:15677) — apply to
   * whatever full-width band wraps a page section's content (alongside
   * .campaign-container for the horizontal 24px/64px padding). Figma
   * shows these as fixed values, not responsive per-breakpoint, and
   * documents when to use which:
   *  - lg (96px): default top/bottom for a section.
   *  - md (64px): two adjacent sections sharing the same background, or
   *    less separation is needed.
   *  - sm (32px): same as md's use case but tighter still.
   *  - none: adjacent sections intentionally sit flush together.
   * Each applies to top and bottom together — use Tailwind's own pt-/pb-
   * utilities directly instead if a section needs only one side set.
   */
/*
   * Shared 1440px content container — matches the Figma frames' actual
   * design width (1440px desktop). Full-width bands (utility bar, header,
   * hero, quick links, footer, and every section) keep their background
   * edge-to-edge but constrain their inner content to this width — apply
   * to the wrapper immediately inside the full-width band.
   */
.campaign-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1440px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
@media (min-width: 768px) {

  .campaign-container {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
/*
   * Applied to the outer #top wrapper in every page--campaign*.html.twig
   * variant. Caps the entire site at 1440px, centered, so every full-bleed
   * band (header, utility bar, quick links, hero, sections) reaches the
   * edge of this box rather than the true viewport — body's black
   * background (above) is what shows in the gutter beyond it.
   */
.campaign-page {
  margin-left: auto;
  margin-right: auto;
  max-width: 1440px;
  --tw-bg-opacity: 1;
  background-color: rgb(var(--color-sand) / var(--tw-bg-opacity, 1));
}
/*
   * campaign-hero-split.html.twig's desktop hero image
   * ([data-hero-image] wraps the rendered media render array) — forces
   * whatever markup the media view builder produces to fill the width
   * and scale at its own natural aspect ratio (`h-auto`, no crop),
   * matching [data-fwi-image] below rather than [data-election-item-icon]'s
   * fixed-box `object-cover` a few rules down: the hero section's own
   * height is deliberately driven BY this image (see the comment atop
   * campaign-hero-split.html.twig), so forcing a crop to fill a
   * pre-sized box here would be self-defeating — there is no pre-sized
   * box, the image IS what sizes it.
   */
[data-hero-image] img {
  display: block;
  height: auto;
  width: 100%;
}
/*
   * campaign-hero-split.html.twig's mobile hero image
   * ([data-hero-image-mobile] wraps the rendered media render array).
   * Editors upload this one at a fixed 400×860 composition and it's
   * meant to render at exactly that size, left-aligned, with the
   * section's own bg-dark-ocean showing through on any wider viewport
   * instead of stretching to fill — the opposite of [data-hero-image]
   * above. `w-[400px]` (not `w-full`) plus `max-w-full` still lets it
   * shrink proportionally (`h-auto`) below 400px so phones narrower than
   * the upload itself (360–414px is common) don't get a horizontal
   * scrollbar; it just never grows past 400px on wider ones. No
   * `object-cover`/crop for the same reason as [data-hero-image] — the
   * section's height comes from whatever this renders at.
   */
[data-hero-image-mobile] img {
  display: block;
  height: auto;
  width: 400px;
  max-width: 100%;
}
/*
   * paragraph--election-item.html.twig's uploaded icon
   * ([data-election-item-icon] wraps the rendered field_item_icon render
   * array) — editors now upload one flattened image containing both the
   * circle background and the map shape (see Figma node 2570:7576 /
   * 2570:7557's "Election_Areas" assets), replacing the old bg-{color}
   * circle + separate icon glyph. Same fill/cover technique as
   * [data-hero-image] above.
   */
[data-election-item-icon] {
  overflow: hidden;
  border-radius: 9999px;
}
[data-election-item-icon] img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
/*
   * paragraph--media-text.html.twig's field_mt_media ([data-mt-media]
   * wraps the rendered render array, already sized/positioned via
   * `h-[220px] lg:h-[400px] overflow-hidden` in that template) —
   * field_mt_media can hold either an Image or a Remote video
   * (media.type.remote_video, an oEmbed YouTube/Vimeo embed), so this
   * covers both the `img` Drupal's image formatter produces and the
   * `iframe` the oembed formatter produces.
   *
   * `absolute inset-0`, not plain `w-full h-full` — the oEmbed formatter
   * (core/modules/media/templates/media-oembed-iframe.html.twig, wrapped
   * again by media.html.twig and the field template) puts the iframe
   * behind two or three plain wrapper divs with no height of their own
   * (height: auto). A percentage height only resolves against a parent
   * with a *definite* height, and that chain of auto-height wrappers
   * breaks it before it ever reaches [data-mt-media]'s own fixed height
   * — so `h-full` silently resolved to the iframe's own tiny intrinsic
   * height (from its width/height HTML attributes) instead of filling
   * the box, which is why an embedded video looked like it wasn't
   * filling its area. `position: absolute; inset: 0` sizes against the
   * nearest *positioned* ancestor directly ([data-mt-media] itself,
   * hence `relative` below) regardless of any unstyled wrapper divs in
   * between, sidestepping the percentage-height chain entirely.
   * `object-cover` only applies to `img` — object-fit on an iframe
   * wouldn't change how the embedded player itself scales inside it, so
   * the iframe just fills the box via plain width/height and lets the
   * video provider's own player handle further internal scaling.
   */
[data-mt-media] {
  position: relative;
  overflow: hidden;
}
[data-mt-media] img {
  position: absolute;
  inset: 0px;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
[data-mt-media] iframe {
  position: absolute;
  inset: 0px;
  height: 100%;
  width: 100%;
}
/*
   * Editors/admins only: Drupal's contextual module (core, not this
   * theme) wraps any entity a logged-in user can edit — including the
   * media entity field_mt_media references — in a `.contextual-region`
   * div, and its own CSS (core/modules/contextual/css/contextual.module.css)
   * sets that wrapper to `position: relative`. That "steals" the
   * positioning context the [data-mt-media] img/iframe rule above
   * depends on (`absolute inset-0` sizes against the *nearest*
   * positioned ancestor) — .contextual-region has no height of its own,
   * so the media collapsed to 0px and simply didn't render, but only
   * when logged in as someone with edit access (anonymous visitors never
   * get this wrapper, which is why it worked for them). Forcing it back
   * to `static` here lets the sizing skip past it to [data-mt-media]
   * itself as originally intended; the contextual "edit" trigger button
   * still works, it just anchors to the outer box instead of this
   * unsized inner wrapper, which reads the same visually.
   */
[data-mt-media] .contextual-region {
    position: static;
  }
/*
   * paragraph--full-width-image.html.twig's two images
   * ([data-fwi-image] wraps each rendered render array) — deliberately
   * `h-auto`, not a fixed height/aspect-ratio + object-cover like
   * [data-hero-image]/[data-mt-media] above. The desktop/mobile swap
   * already handles differing crops per breakpoint (see that template),
   * so forcing a further CSS crop here would fight whatever aspect ratio
   * the editor already uploaded each image at, rather than showing it as
   * prepared.
   */
[data-fwi-image] img {
  display: block;
  height: auto;
  width: 100%;
}
/*
   * The mobile nav panel (#campaign-mobile-nav, see
   * campaign-site-header-block.html.twig) reuses the same menu.html.twig
   * as the desktop nav (only one menu is ever rendered in this theme, so
   * there's no per-context template suggestion to hook) — override its
   * horizontal flex layout to stack vertically, with the larger type size
   * and looser spacing Figma's mobile "Nav Menu Headings" uses. Text
   * color is inherited as-is from the shared template (dark-ocean) since
   * the mobile panel sits on the same light sand background as the
   * desktop header, not the dark utility bar. The ID selector's
   * specificity reliably beats the shared template's utility classes
   * regardless of source order.
   *
   * Scoped to `#campaign-mobile-nav nav ul` (the menu is wrapped in a
   * <nav>), not the bare `#campaign-mobile-nav ul` it used to be — the
   * mobile panel's Media/Contact list (campaign-site-header-block.html.twig)
   * is also a plain <ul>, just a sibling of <nav> rather than inside it,
   * and an ID-selector rule that broad was overriding ITS OWN text-sm/
   * leading-6/gap-6 utility classes too (same specificity trap, just
   * hitting an element it was never meant to reach) — Media/Contact were
   * rendering at this menu's 20px/30px instead of their own 14px/24px.
   */
#campaign-mobile-nav nav ul {
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  -moz-column-gap: 0px;
       column-gap: 0px;
  row-gap: 2rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  line-height: 30px;
}
#campaign-mobile-nav nav ul a:hover {
  --tw-text-opacity: 1;
  color: rgb(var(--color-tan) / var(--tw-text-opacity, 1));
}
/*
   * paragraph--cta-banner.html.twig's field_cta_items grid (marker class
   * added via elections_preprocess_paragraph(), elections.theme) — one
   * item is a single centered box, two sit side by side, and a 3rd/5th/
   * etc (an odd one out relative to the 2-column grid) spans both columns
   * instead of leaving an empty gap next to it. There's no Tailwind
   * utility for ":last-child that's also at an odd position" (equivalent
   * to "the grid's total item count is odd"), so this is a small
   * hand-written rule rather than a grid-cols-* class. At `grid-cols-1`
   * (below `lg`) every item is already full width, so the rule is
   * harmless there too — no breakpoint guard needed.
   */
.cta-items-grid > :last-child:nth-child(odd) {
    grid-column: 1 / -1;
  }
/*
   * paragraph--card-group.html.twig's field_cards grid (marker class
   * added via elections_preprocess_paragraph(), elections.theme) — same
   * "trailing odd item spans the full row" technique as .cta-items-grid
   * above, but needs an actual breakpoint guard where that one doesn't:
   * cta-items-grid only ever has 1 or 2 columns, so an unconditional
   * `grid-column: 1 / -1` is harmless at every width. This grid goes up
   * to 4 columns (grid-cols-1/md:grid-cols-2/xl:grid-cols-4 — see that
   * PHP comment for why there's no 3-column step), so the same
   * unconditional rule would force even a 3rd-of-3 card onto its own
   * full-width row at the 4-column tier too, where 3 cards already fit
   * on one line and shouldn't be forced to wrap. Scoped to only the
   * 2-column range (`md` up to just below `xl`) so it reverts to normal
   * placement once there's room for a 4th column.
   */
.card-items-grid > :last-child:nth-child(odd) {
    grid-column: auto;
  }
@media (min-width: 768px) {
    .card-items-grid > :last-child:nth-child(odd) {
      grid-column: 1 / -1;
    }
  }
@media (min-width: 1280px) {
    .card-items-grid > :last-child:nth-child(odd) {
      grid-column: auto;
    }
  }
/*
   * paragraph--faq-item.html.twig's accordion — [data-faq-open] is
   * toggled by elections.js (Drupal.behaviors.electionsFaqAccordion) on
   * click, not a Tailwind-generated class, so these need to be plain
   * attribute-selector rules here rather than a Tailwind variant, same
   * reasoning as #campaign-mobile-nav nav ul above.
   *
   * .faq-panel's expand/collapse is a CSS grid-template-rows 0fr->1fr
   * transition, not max-height or a JS-measured pixel height — it
   * animates smoothly to whatever the answer's real rendered height
   * turns out to be, at any length, without ever reading/setting that
   * height in JavaScript. `grid-rows-[0fr]`/`[1fr]` need an
   * `overflow-hidden` inner wrapper (see the template) since a 0fr grid
   * row still technically contains its (invisible, zero-height) content.
   *
   * .faq-icon-bar-v is the icon's vertical stroke — collapsing its own
   * height to 0 turns the resting "+" (horizontal + vertical stroke)
   * into a "−" (horizontal stroke only) on open, animated by the same
   * transition rather than swapping to a different icon asset.
   */
.faq-item {
  border-bottom-width: 1.5px;
  --tw-border-opacity: 1;
  border-color: rgb(var(--color-dark-ocean) / var(--tw-border-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.faq-item[data-faq-open] {
  border-color: transparent;
  --tw-bg-opacity: 1;
  background-color: rgb(var(--color-accent) / var(--tw-bg-opacity, 1));
}
.faq-panel {
  display: grid;
  grid-template-rows: 0fr;
  transition-property: grid-template-rows;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.faq-item[data-faq-open] .faq-panel {
  grid-template-rows: 1fr;
}
.faq-icon-bar-v {
  transition-property: transform;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.faq-item[data-faq-open] .faq-icon-bar-v {
  --tw-scale-y: 0;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.visible {
  visibility: visible;
}
.invisible {
  visibility: hidden;
}
.static {
  position: static;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.sticky {
  position: sticky;
}
.inset-0 {
  inset: 0px;
}
.inset-x-0 {
  left: 0px;
  right: 0px;
}
.bottom-0 {
  bottom: 0px;
}
.left-0 {
  left: 0px;
}
.left-\[866px\] {
  left: 866px;
}
.right-0 {
  right: 0px;
}
.top-0 {
  top: 0px;
}
.top-\[70px\] {
  top: 70px;
}
.top-full {
  top: 100%;
}
.z-10 {
  z-index: 10;
}
.z-20 {
  z-index: 20;
}
.z-30 {
  z-index: 30;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mt-12 {
  margin-top: 3rem;
}
.mt-auto {
  margin-top: auto;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.inline {
  display: inline;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.grid {
  display: grid;
}
.contents {
  display: contents;
}
.hidden {
  display: none;
}
.aspect-\[640\/396\] {
  aspect-ratio: 640/396;
}
.size-8 {
  width: 2rem;
  height: 2rem;
}
.size-\[54px\] {
  width: 54px;
  height: 54px;
}
.size-\[70px\] {
  width: 70px;
  height: 70px;
}
.h-0\.5 {
  height: 0.125rem;
}
.h-12 {
  height: 3rem;
}
.h-3\.5 {
  height: 0.875rem;
}
.h-4 {
  height: 1rem;
}
.h-6 {
  height: 1.5rem;
}
.h-7 {
  height: 1.75rem;
}
.h-8 {
  height: 2rem;
}
.h-9 {
  height: 2.25rem;
}
.h-\[170px\] {
  height: 170px;
}
.h-\[220px\] {
  height: 220px;
}
.h-\[450px\] {
  height: 450px;
}
.h-\[50px\] {
  height: 50px;
}
.h-auto {
  height: auto;
}
.h-full {
  height: 100%;
}
.max-h-60 {
  max-height: 15rem;
}
.min-h-\[200px\] {
  min-height: 200px;
}
.min-h-screen {
  min-height: 100vh;
}
.w-0\.5 {
  width: 0.125rem;
}
.w-3\.5 {
  width: 0.875rem;
}
.w-4 {
  width: 1rem;
}
.w-6 {
  width: 1.5rem;
}
.w-7 {
  width: 1.75rem;
}
.w-8 {
  width: 2rem;
}
.w-9 {
  width: 2.25rem;
}
.w-\[170px\] {
  width: 170px;
}
.w-\[50px\] {
  width: 50px;
}
.w-\[640px\] {
  width: 640px;
}
.w-auto {
  width: auto;
}
.w-full {
  width: 100%;
}
.min-w-0 {
  min-width: 0px;
}
.max-w-\[641px\] {
  max-width: 641px;
}
.flex-1 {
  flex: 1 1 0%;
}
.shrink {
  flex-shrink: 1;
}
.shrink-0 {
  flex-shrink: 0;
}
.grow {
  flex-grow: 1;
}
.-translate-x-full {
  --tw-translate-x: -100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-y-2 {
  --tw-translate-y: -0.5rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-y-px {
  --tw-translate-y: -1px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-full {
  --tw-translate-y: 100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.cursor-pointer {
  cursor: pointer;
}
.resize {
  resize: both;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.flex-row {
  flex-direction: row;
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.items-start {
  align-items: flex-start;
}
.items-center {
  align-items: center;
}
.items-stretch {
  align-items: stretch;
}
.justify-start {
  justify-content: flex-start;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-1 {
  gap: 0.25rem;
}
.gap-10 {
  gap: 2.5rem;
}
.gap-12 {
  gap: 3rem;
}
.gap-16 {
  gap: 4rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-2\.5 {
  gap: 0.625rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-6 {
  gap: 1.5rem;
}
.gap-8 {
  gap: 2rem;
}
.gap-x-16 {
  -moz-column-gap: 4rem;
       column-gap: 4rem;
}
.gap-x-6 {
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
}
.gap-y-6 {
  row-gap: 1.5rem;
}
.self-start {
  align-self: flex-start;
}
.overflow-auto {
  overflow: auto;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-y-auto {
  overflow-y: auto;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-sm {
  border-radius: 0.125rem;
}
.border {
  border-width: 1px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-b-2 {
  border-bottom-width: 2px;
}
.border-r {
  border-right-width: 1px;
}
.border-t {
  border-top-width: 1px;
}
.border-dark-ocean {
  --tw-border-opacity: 1;
  border-color: rgb(var(--color-dark-ocean) / var(--tw-border-opacity, 1));
}
.border-sand {
  --tw-border-opacity: 1;
  border-color: rgb(var(--color-sand) / var(--tw-border-opacity, 1));
}
.border-sand-35 {
  --tw-border-opacity: 1;
  border-color: rgb(var(--color-sand-35) / var(--tw-border-opacity, 1));
}
.border-white\/10 {
  border-color: rgb(255 255 255 / 0.1);
}
.bg-accent {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--color-accent) / var(--tw-bg-opacity, 1));
}
.bg-dark-ocean {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--color-dark-ocean) / var(--tw-bg-opacity, 1));
}
.bg-dark-ocean\/50 {
  background-color: rgb(var(--color-dark-ocean) / 0.5);
}
.bg-navy {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--color-navy) / var(--tw-bg-opacity, 1));
}
.bg-navy-light {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--color-navy-light) / var(--tw-bg-opacity, 1));
}
.bg-neutral-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(229 229 229 / var(--tw-bg-opacity, 1));
}
.bg-sand {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--color-sand) / var(--tw-bg-opacity, 1));
}
.bg-sand-15 {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--color-sand-15) / var(--tw-bg-opacity, 1));
}
.bg-sand-35 {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--color-sand-35) / var(--tw-bg-opacity, 1));
}
.bg-sand-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--color-sand-50) / var(--tw-bg-opacity, 1));
}
.bg-tan {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--color-tan) / var(--tw-bg-opacity, 1));
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.p-4 {
  padding: 1rem;
}
.p-6 {
  padding: 1.5rem;
}
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.px-\[200px\] {
  padding-left: 200px;
  padding-right: 200px;
}
.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-2\.5 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.py-9 {
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
}
.py-\[16px\] {
  padding-top: 16px;
  padding-bottom: 16px;
}
.pb-12 {
  padding-bottom: 3rem;
}
.pb-16 {
  padding-bottom: 4rem;
}
.pb-24 {
  padding-bottom: 6rem;
}
.pb-4 {
  padding-bottom: 1rem;
}
.pb-8 {
  padding-bottom: 2rem;
}
.pr-4 {
  padding-right: 1rem;
}
.pt-12 {
  padding-top: 3rem;
}
.pt-16 {
  padding-top: 4rem;
}
.pt-4 {
  padding-top: 1rem;
}
.pt-44 {
  padding-top: 11rem;
}
.pt-6 {
  padding-top: 1.5rem;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-\[14px\] {
  font-size: 14px;
}
.text-\[16px\] {
  font-size: 16px;
}
.text-\[20px\] {
  font-size: 20px;
}
.text-\[36px\] {
  font-size: 36px;
}
.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.font-medium {
  font-weight: 500;
}
.font-semibold {
  font-weight: 600;
}
.leading-5 {
  line-height: 1.25rem;
}
.leading-6 {
  line-height: 1.5rem;
}
.leading-7 {
  line-height: 1.75rem;
}
.leading-\[24px\] {
  line-height: 24px;
}
.leading-\[30px\] {
  line-height: 30px;
}
.leading-\[44px\] {
  line-height: 44px;
}
.leading-none {
  line-height: 1;
}
.text-accent {
  --tw-text-opacity: 1;
  color: rgb(var(--color-accent) / var(--tw-text-opacity, 1));
}
.text-dark-ocean {
  --tw-text-opacity: 1;
  color: rgb(var(--color-dark-ocean) / var(--tw-text-opacity, 1));
}
.text-sand {
  --tw-text-opacity: 1;
  color: rgb(var(--color-sand) / var(--tw-text-opacity, 1));
}
.text-sand-35 {
  --tw-text-opacity: 1;
  color: rgb(var(--color-sand-35) / var(--tw-text-opacity, 1));
}
.text-sand-50 {
  --tw-text-opacity: 1;
  color: rgb(var(--color-sand-50) / var(--tw-text-opacity, 1));
}
.text-tan {
  --tw-text-opacity: 1;
  color: rgb(var(--color-tan) / var(--tw-text-opacity, 1));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.underline {
  text-decoration-line: underline;
}
.opacity-0 {
  opacity: 0;
}
.shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.blur {
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.drop-shadow {
  --tw-drop-shadow: drop-shadow(0 1px 2px rgb(0 0 0 / 0.1)) drop-shadow(0 1px 1px rgb(0 0 0 / 0.06));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-\[opacity\2c transform\] {
  transition-property: opacity,transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-200 {
  transition-duration: 200ms;
}
.duration-300 {
  transition-duration: 300ms;
}
.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

/*
 * Host Grotesk, self-hosted (see themes/custom/elections/fonts/) rather than
 * linked from Google Fonts — avoids a third-party request on a .gov site and
 * works offline in dev. Ships as a variable font; one file per Google's
 * latin/latin-ext unicode-range split covers the whole 400–600 weight range
 * this theme uses (Regular/Medium/SemiBold), so a single ranged font-weight
 * declaration per split is enough — no separate file per weight.
 */
@font-face {
  font-family: 'Host Grotesk';
  font-style: normal;
  font-weight: 400 600;
  font-display: swap;
  src: url('../fonts/host-grotesk-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Host Grotesk';
  font-style: normal;
  font-weight: 400 600;
  font-display: swap;
  src: url('../fonts/host-grotesk-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
.placeholder\:text-dark-ocean::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(var(--color-dark-ocean) / var(--tw-text-opacity, 1));
}
.placeholder\:text-dark-ocean::placeholder {
  --tw-text-opacity: 1;
  color: rgb(var(--color-dark-ocean) / var(--tw-text-opacity, 1));
}
.placeholder\:opacity-75::-moz-placeholder {
  opacity: 0.75;
}
.placeholder\:opacity-75::placeholder {
  opacity: 0.75;
}
.hover\:border-accent:hover {
  --tw-border-opacity: 1;
  border-color: rgb(var(--color-accent) / var(--tw-border-opacity, 1));
}
.hover\:bg-dark-ocean:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--color-dark-ocean) / var(--tw-bg-opacity, 1));
}
.hover\:bg-sand:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--color-sand) / var(--tw-bg-opacity, 1));
}
.hover\:bg-tan:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--color-tan) / var(--tw-bg-opacity, 1));
}
.hover\:text-accent:hover {
  --tw-text-opacity: 1;
  color: rgb(var(--color-accent) / var(--tw-text-opacity, 1));
}
.hover\:text-sand:hover {
  --tw-text-opacity: 1;
  color: rgb(var(--color-sand) / var(--tw-text-opacity, 1));
}
.hover\:text-sand-50:hover {
  --tw-text-opacity: 1;
  color: rgb(var(--color-sand-50) / var(--tw-text-opacity, 1));
}
.hover\:text-tan:hover {
  --tw-text-opacity: 1;
  color: rgb(var(--color-tan) / var(--tw-text-opacity, 1));
}
.group:hover .group-hover\:-translate-y-full {
  --tw-translate-y: -100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.group:hover .group-hover\:translate-x-0 {
  --tw-translate-x: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.group:hover .group-hover\:translate-x-1\.5 {
  --tw-translate-x: 0.375rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.group:hover .group-hover\:translate-x-full {
  --tw-translate-x: 100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.group:hover .group-hover\:translate-y-0 {
  --tw-translate-y: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.group:hover .group-hover\:bg-sand {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--color-sand) / var(--tw-bg-opacity, 1));
}
.group:hover .group-hover\:bg-sand-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--color-sand-50) / var(--tw-bg-opacity, 1));
}
.group:hover .group-hover\:text-dark-ocean {
  --tw-text-opacity: 1;
  color: rgb(var(--color-dark-ocean) / var(--tw-text-opacity, 1));
}
@media (min-width: 768px) {

  .md\:h-3 {
    height: 0.75rem;
  }

  .md\:w-3 {
    width: 0.75rem;
  }

  .md\:w-auto {
    width: auto;
  }

  .md\:max-w-\[1058px\] {
    max-width: 1058px;
  }

  .md\:-translate-y-\[2px\] {
    --tw-translate-y: -2px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .md\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .md\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .md\:flex-row {
    flex-direction: row;
  }

  .md\:items-end {
    align-items: flex-end;
  }

  .md\:justify-center {
    justify-content: center;
  }

  .md\:justify-between {
    justify-content: space-between;
  }

  .md\:gap-6 {
    gap: 1.5rem;
  }

  .md\:gap-8 {
    gap: 2rem;
  }

  .md\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .md\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .md\:pb-16 {
    padding-bottom: 4rem;
  }

  .md\:pt-24 {
    padding-top: 6rem;
  }

  .md\:text-\[28px\] {
    font-size: 28px;
  }

  .md\:leading-\[36px\] {
    line-height: 36px;
  }
}
@media (min-width: 800px) {

  .min-\[800px\]\:inset-0 {
    inset: 0px;
  }

  .min-\[800px\]\:block {
    display: block;
  }

  .min-\[800px\]\:hidden {
    display: none;
  }

  .min-\[800px\]\:h-auto {
    height: auto;
  }

  .min-\[800px\]\:w-\[420px\] {
    width: 420px;
  }

  .min-\[800px\]\:max-w-\[420px\] {
    max-width: 420px;
  }

  .min-\[800px\]\:justify-center {
    justify-content: center;
  }

  .min-\[800px\]\:text-\[36px\] {
    font-size: 36px;
  }

  .min-\[800px\]\:leading-\[44px\] {
    line-height: 44px;
  }
}
@media (min-width: 1024px) {

  .lg\:static {
    position: static;
  }

  .lg\:mt-16 {
    margin-top: 4rem;
  }

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:inline-flex {
    display: inline-flex;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:size-9 {
    width: 2.25rem;
    height: 2.25rem;
  }

  .lg\:size-\[70px\] {
    width: 70px;
    height: 70px;
  }

  .lg\:h-24 {
    height: 6rem;
  }

  .lg\:h-48 {
    height: 12rem;
  }

  .lg\:h-\[400px\] {
    height: 400px;
  }

  .lg\:h-\[54px\] {
    height: 54px;
  }

  .lg\:h-\[600px\] {
    height: 600px;
  }

  .lg\:w-48 {
    width: 12rem;
  }

  .lg\:w-\[38\.245\%\] {
    width: 38.245%;
  }

  .lg\:w-\[45\%\] {
    width: 45%;
  }

  .lg\:w-\[47\.492\%\] {
    width: 47.492%;
  }

  .lg\:w-\[55\%\] {
    width: 55%;
  }

  .lg\:w-\[60\.777\%\] {
    width: 60.777%;
  }

  .lg\:w-\[640px\] {
    width: 640px;
  }

  .lg\:w-\[calc\(33\.333\%_-_53\.33px\)\] {
    width: calc(33.333% - 53.33px);
  }

  .lg\:w-auto {
    width: auto;
  }

  .lg\:max-w-\[1058px\] {
    max-width: 1058px;
  }

  .lg\:max-w-\[640px\] {
    max-width: 640px;
  }

  .lg\:flex-1 {
    flex: 1 1 0%;
  }

  .lg\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .lg\:flex-row {
    flex-direction: row;
  }

  .lg\:flex-row-reverse {
    flex-direction: row-reverse;
  }

  .lg\:flex-wrap {
    flex-wrap: wrap;
  }

  .lg\:items-end {
    align-items: flex-end;
  }

  .lg\:justify-end {
    justify-content: flex-end;
  }

  .lg\:justify-center {
    justify-content: center;
  }

  .lg\:justify-between {
    justify-content: space-between;
  }

  .lg\:gap-0 {
    gap: 0px;
  }

  .lg\:gap-16 {
    gap: 4rem;
  }

  .lg\:gap-2 {
    gap: 0.5rem;
  }

  .lg\:gap-20 {
    gap: 5rem;
  }

  .lg\:gap-6 {
    gap: 1.5rem;
  }

  .lg\:gap-7 {
    gap: 1.75rem;
  }

  .lg\:gap-8 {
    gap: 2rem;
  }

  .lg\:gap-y-16 {
    row-gap: 4rem;
  }

  .lg\:p-10 {
    padding: 2.5rem;
  }

  .lg\:p-16 {
    padding: 4rem;
  }

  .lg\:p-6 {
    padding: 1.5rem;
  }

  .lg\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .lg\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .lg\:px-\[200px\] {
    padding-left: 200px;
    padding-right: 200px;
  }

  .lg\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .lg\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .lg\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .lg\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .lg\:pb-0 {
    padding-bottom: 0px;
  }

  .lg\:pb-24 {
    padding-bottom: 6rem;
  }

  .lg\:pb-6 {
    padding-bottom: 1.5rem;
  }

  .lg\:pt-12 {
    padding-top: 3rem;
  }

  .lg\:pt-16 {
    padding-top: 4rem;
  }

  .lg\:pt-24 {
    padding-top: 6rem;
  }

  .lg\:pt-7 {
    padding-top: 1.75rem;
  }

  .lg\:pt-\[220px\] {
    padding-top: 220px;
  }

  .lg\:text-left {
    text-align: left;
  }

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

  .lg\:text-\[18px\] {
    font-size: 18px;
  }

  .lg\:text-\[28px\] {
    font-size: 28px;
  }

  .lg\:leading-\[26px\] {
    line-height: 26px;
  }

  .lg\:shadow-\[0px_1px_5px_rgba\(11\2c 29\2c 40\2c 0\.1\)\] {
    --tw-shadow: 0px 1px 5px rgba(11,29,40,0.1);
    --tw-shadow-colored: 0px 1px 5px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
}
@media (min-width: 1180px) {

  .min-\[1180px\]\:w-\[641px\] {
    width: 641px;
  }

  .min-\[1180px\]\:max-w-\[641px\] {
    max-width: 641px;
  }

  .min-\[1180px\]\:text-\[18px\] {
    font-size: 18px;
  }

  .min-\[1180px\]\:text-\[56px\] {
    font-size: 56px;
  }

  .min-\[1180px\]\:leading-\[26px\] {
    line-height: 26px;
  }

  .min-\[1180px\]\:leading-\[64px\] {
    line-height: 64px;
  }
}
@media (min-width: 1280px) {

  .xl\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .xl\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .xl\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .xl\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
.\[\&\>svg\]\:h-full>svg {
  height: 100%;
}
.\[\&\>svg\]\:w-full>svg {
  width: 100%;
}
