@charset "UTF-8";
/*!
Theme Name: Pennsylvania Decides
Theme URI: http://underscores.me/
Author: Empirical Media
Description: Custom Wordpress Theme
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: pennysylvania_decides
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Pennsylvania Decides is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
@import url("https://use.typekit.net/kmz0hfo.css");
@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+Condensed:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&display=swap");
/*!
 * Font Awesome Free 6.2.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2022 Fonticons, Inc.
 */
.fa {
  font-family: var(--fa-style-family, "Font Awesome 6 Free");
  font-weight: var(--fa-style, 900);
}

.fa,
.fa-classic,
.fa-sharp,
.fas,
.fa-solid,
.far,
.fa-regular,
.fab,
.fa-brands {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
}

.fas,
.fa-classic,
.fa-solid,
.far,
.fa-regular {
  font-family: "Font Awesome 6 Free";
}

.fab,
.fa-brands {
  font-family: "Font Awesome 6 Brands";
}

.fa-1x {
  font-size: 1em;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-6x {
  font-size: 6em;
}

.fa-7x {
  font-size: 7em;
}

.fa-8x {
  font-size: 8em;
}

.fa-9x {
  font-size: 9em;
}

.fa-10x {
  font-size: 10em;
}

.fa-2xs {
  font-size: 0.625em;
  line-height: 0.1em;
  vertical-align: 0.225em;
}

.fa-xs {
  font-size: 0.75em;
  line-height: 0.08333em;
  vertical-align: 0.125em;
}

.fa-sm {
  font-size: 0.875em;
  line-height: 0.07143em;
  vertical-align: 0.05357em;
}

.fa-lg {
  font-size: 1.25em;
  line-height: 0.05em;
  vertical-align: -0.075em;
}

.fa-xl {
  font-size: 1.5em;
  line-height: 0.04167em;
  vertical-align: -0.125em;
}

.fa-2xl {
  font-size: 2em;
  line-height: 0.03125em;
  vertical-align: -0.1875em;
}

.fa-fw {
  text-align: center;
  width: 1.25em;
}

.fa-ul {
  list-style-type: none;
  margin-left: var(--fa-li-margin, 2.5em);
  padding-left: 0;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  left: calc(var(--fa-li-width, 2em) * -1);
  position: absolute;
  text-align: center;
  width: var(--fa-li-width, 2em);
  line-height: inherit;
}

.fa-border {
  border-color: var(--fa-border-color, #eee);
  border-radius: var(--fa-border-radius, 0.1em);
  border-style: var(--fa-border-style, solid);
  border-width: var(--fa-border-width, 0.08em);
  padding: var(--fa-border-padding, 0.2em 0.25em 0.15em);
}

.fa-pull-left {
  float: left;
  margin-right: var(--fa-pull-margin, 0.3em);
}

.fa-pull-right {
  float: right;
  margin-left: var(--fa-pull-margin, 0.3em);
}

.fa-beat {
  -webkit-animation-name: fa-beat;
  animation-name: fa-beat;
  -webkit-animation-delay: var(--fa-animation-delay, 0s);
  animation-delay: var(--fa-animation-delay, 0s);
  -webkit-animation-direction: var(--fa-animation-direction, normal);
  animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
  animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, ease-in-out);
  animation-timing-function: var(--fa-animation-timing, ease-in-out);
}

.fa-bounce {
  -webkit-animation-name: fa-bounce;
  animation-name: fa-bounce;
  -webkit-animation-delay: var(--fa-animation-delay, 0s);
  animation-delay: var(--fa-animation-delay, 0s);
  -webkit-animation-direction: var(--fa-animation-direction, normal);
  animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
  animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1));
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1));
}

.fa-fade {
  -webkit-animation-name: fa-fade;
  animation-name: fa-fade;
  -webkit-animation-delay: var(--fa-animation-delay, 0s);
  animation-delay: var(--fa-animation-delay, 0s);
  -webkit-animation-direction: var(--fa-animation-direction, normal);
  animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
  animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
}

.fa-beat-fade {
  -webkit-animation-name: fa-beat-fade;
  animation-name: fa-beat-fade;
  -webkit-animation-delay: var(--fa-animation-delay, 0s);
  animation-delay: var(--fa-animation-delay, 0s);
  -webkit-animation-direction: var(--fa-animation-direction, normal);
  animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
  animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
}

.fa-flip {
  -webkit-animation-name: fa-flip;
  animation-name: fa-flip;
  -webkit-animation-delay: var(--fa-animation-delay, 0s);
  animation-delay: var(--fa-animation-delay, 0s);
  -webkit-animation-direction: var(--fa-animation-direction, normal);
  animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
  animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, ease-in-out);
  animation-timing-function: var(--fa-animation-timing, ease-in-out);
}

.fa-shake {
  -webkit-animation-name: fa-shake;
  animation-name: fa-shake;
  -webkit-animation-delay: var(--fa-animation-delay, 0s);
  animation-delay: var(--fa-animation-delay, 0s);
  -webkit-animation-direction: var(--fa-animation-direction, normal);
  animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
  animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, linear);
  animation-timing-function: var(--fa-animation-timing, linear);
}

.fa-spin {
  -webkit-animation-name: fa-spin;
  animation-name: fa-spin;
  -webkit-animation-delay: var(--fa-animation-delay, 0s);
  animation-delay: var(--fa-animation-delay, 0s);
  -webkit-animation-direction: var(--fa-animation-direction, normal);
  animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 2s);
  animation-duration: var(--fa-animation-duration, 2s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, linear);
  animation-timing-function: var(--fa-animation-timing, linear);
}

.fa-spin-reverse {
  --fa-animation-direction: reverse;
}

.fa-pulse,
.fa-spin-pulse {
  -webkit-animation-name: fa-spin;
  animation-name: fa-spin;
  -webkit-animation-direction: var(--fa-animation-direction, normal);
  animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
  animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, steps(8));
  animation-timing-function: var(--fa-animation-timing, steps(8));
}

@media (prefers-reduced-motion: reduce) {
  .fa-beat,
  .fa-bounce,
  .fa-fade,
  .fa-beat-fade,
  .fa-flip,
  .fa-pulse,
  .fa-shake,
  .fa-spin,
  .fa-spin-pulse {
    -webkit-animation-delay: -1ms;
    animation-delay: -1ms;
    -webkit-animation-duration: 1ms;
    animation-duration: 1ms;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    transition-delay: 0s;
    transition-duration: 0s;
  }
}
@-webkit-keyframes fa-beat {
  0%, 90% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  45% {
    -webkit-transform: scale(var(--fa-beat-scale, 1.25));
    transform: scale(var(--fa-beat-scale, 1.25));
  }
}
@keyframes fa-beat {
  0%, 90% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  45% {
    -webkit-transform: scale(var(--fa-beat-scale, 1.25));
    transform: scale(var(--fa-beat-scale, 1.25));
  }
}
@-webkit-keyframes fa-bounce {
  0% {
    -webkit-transform: scale(1, 1) translateY(0);
    transform: scale(1, 1) translateY(0);
  }
  10% {
    -webkit-transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0);
    transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0);
  }
  30% {
    -webkit-transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em));
    transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em));
  }
  50% {
    -webkit-transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0);
    transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0);
  }
  57% {
    -webkit-transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em));
    transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em));
  }
  64% {
    -webkit-transform: scale(1, 1) translateY(0);
    transform: scale(1, 1) translateY(0);
  }
  100% {
    -webkit-transform: scale(1, 1) translateY(0);
    transform: scale(1, 1) translateY(0);
  }
}
@keyframes fa-bounce {
  0% {
    -webkit-transform: scale(1, 1) translateY(0);
    transform: scale(1, 1) translateY(0);
  }
  10% {
    -webkit-transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0);
    transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0);
  }
  30% {
    -webkit-transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em));
    transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em));
  }
  50% {
    -webkit-transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0);
    transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0);
  }
  57% {
    -webkit-transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em));
    transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em));
  }
  64% {
    -webkit-transform: scale(1, 1) translateY(0);
    transform: scale(1, 1) translateY(0);
  }
  100% {
    -webkit-transform: scale(1, 1) translateY(0);
    transform: scale(1, 1) translateY(0);
  }
}
@-webkit-keyframes fa-fade {
  50% {
    opacity: var(--fa-fade-opacity, 0.4);
  }
}
@keyframes fa-fade {
  50% {
    opacity: var(--fa-fade-opacity, 0.4);
  }
}
@-webkit-keyframes fa-beat-fade {
  0%, 100% {
    opacity: var(--fa-beat-fade-opacity, 0.4);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(var(--fa-beat-fade-scale, 1.125));
    transform: scale(var(--fa-beat-fade-scale, 1.125));
  }
}
@keyframes fa-beat-fade {
  0%, 100% {
    opacity: var(--fa-beat-fade-opacity, 0.4);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(var(--fa-beat-fade-scale, 1.125));
    transform: scale(var(--fa-beat-fade-scale, 1.125));
  }
}
@-webkit-keyframes fa-flip {
  50% {
    -webkit-transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));
    transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));
  }
}
@keyframes fa-flip {
  50% {
    -webkit-transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));
    transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));
  }
}
@-webkit-keyframes fa-shake {
  0% {
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg);
  }
  4% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  8%, 24% {
    -webkit-transform: rotate(-18deg);
    transform: rotate(-18deg);
  }
  12%, 28% {
    -webkit-transform: rotate(18deg);
    transform: rotate(18deg);
  }
  16% {
    -webkit-transform: rotate(-22deg);
    transform: rotate(-22deg);
  }
  20% {
    -webkit-transform: rotate(22deg);
    transform: rotate(22deg);
  }
  32% {
    -webkit-transform: rotate(-12deg);
    transform: rotate(-12deg);
  }
  36% {
    -webkit-transform: rotate(12deg);
    transform: rotate(12deg);
  }
  40%, 100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes fa-shake {
  0% {
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg);
  }
  4% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  8%, 24% {
    -webkit-transform: rotate(-18deg);
    transform: rotate(-18deg);
  }
  12%, 28% {
    -webkit-transform: rotate(18deg);
    transform: rotate(18deg);
  }
  16% {
    -webkit-transform: rotate(-22deg);
    transform: rotate(-22deg);
  }
  20% {
    -webkit-transform: rotate(22deg);
    transform: rotate(22deg);
  }
  32% {
    -webkit-transform: rotate(-12deg);
    transform: rotate(-12deg);
  }
  36% {
    -webkit-transform: rotate(12deg);
    transform: rotate(12deg);
  }
  40%, 100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.fa-rotate-90 {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1);
}

.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
  -webkit-transform: scale(-1, -1);
  transform: scale(-1, -1);
}

.fa-rotate-by {
  -webkit-transform: rotate(var(--fa-rotate-angle, none));
  transform: rotate(var(--fa-rotate-angle, none));
}

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em;
}

.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: var(--fa-stack-z-index, auto);
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: var(--fa-inverse, #fff);
}

/*!
 * Font Awesome Free 6.2.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2022 Fonticons, Inc.
 */
:root,
:host {
  --fa-style-family-classic: "Font Awesome 6 Free";
  --fa-font-regular: normal 400 1em/1 "Font Awesome 6 Free";
}

@font-face {
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("webfonts/fa-regular-400.woff2") format("woff2"), url("webfonts/fa-regular-400.ttf") format("truetype");
}
.far,
.fa-regular {
  font-weight: 400;
}

/*!
 * Font Awesome Free 6.2.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2022 Fonticons, Inc.
 */
:root,
:host {
  --fa-style-family-classic: "Font Awesome 6 Free";
  --fa-font-solid: normal 900 1em/1 "Font Awesome 6 Free";
}

@font-face {
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("webfonts/fa-solid-900.woff2") format("woff2"), url("webfonts/fa-solid-900.ttf") format("truetype");
}
.fas,
.fa-solid {
  font-weight: 900;
}

/*!
 * Font Awesome Free 6.2.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2022 Fonticons, Inc.
 */
:root,
:host {
  --fa-style-family-brands: "Font Awesome 6 Brands";
  --fa-font-brands: normal 400 1em/1 "Font Awesome 6 Brands";
}

@font-face {
  font-family: "Font Awesome 6 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("webfonts/fa-brands-400.woff2") format("woff2"), url("webfonts/fa-brands-400.ttf") format("truetype");
}
.fab,
.fa-brands {
  font-weight: 400;
}

.fa-times::before {
  content: "\f00d";
}

.fa-xmark::before {
  content: "\f00d";
}

.fa-bars:before {
  content: "\f0c9";
}

.fa-arrow-right::before {
  content: "\f061";
}

.fa-arrow-down::before {
  content: "\f063";
}

.fa-circle-check::before {
  content: "\f058";
}

.fa-circle-xmark::before {
  content: "\f057";
}

.fa-x::before {
  content: "X";
}

.fa-arrow-right-long::before {
  content: "\f178";
}

@-moz-document url-prefix() {
  .grid-margin-x > .cell {
    margin-right: 0.9374rem;
  }
}
.grid-container {
  max-width: 1241px;
  padding-left: 25px;
  padding-right: 25px;
}

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! 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.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

/* 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;
  height: 0;
  overflow: visible;
}

/**
 * 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;
  font-size: 1em;
}

/* 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;
  text-decoration: underline;
  text-decoration: underline dotted;
}

/**
 * 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;
  font-size: 1em;
}

/**
 * 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;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

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

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  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;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

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

/**
 * 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;
  outline-offset: -2px;
}

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

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

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #303030;
  font-family: "bookmania", "Georgia", Cambria, Times New Roman, Times, serif;
  font-size: 16px;
  line-height: 1.3em;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6 {
  clear: both;
  font-family: "bookmania", "Georgia", Cambria, Times New Roman, Times, serif;
}

h1,
.h1 {
  font-weight: bold;
  margin: 0 0 25px;
  font-size: 33px;
  line-height: 1.2em;
}
h1.hidden,
.h1.hidden {
  position: absolute;
  left: -9999px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
  margin: 0;
}

h2,
.h2 {
  font-weight: 400;
  font-size: 25px;
  line-height: 1em;
  margin: 0 0 25px;
}
h2.hidden,
.h2.hidden {
  position: absolute;
  left: -9999px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
  margin: 0;
}
h2.bp,
.h2.bp {
  font-size: 32px;
  font-weight: normal;
  font-family: "buena-park-jf", "Georgia", Cambria, Times New Roman, Times, serif;
}

h3,
.h3 {
  font-size: 25px;
  line-height: 1.2em;
  margin: 0 0 16px;
}

@media only screen and (min-width: 768px) {
  h1,
  .h1 {
    font-size: 70px;
  }
  h2,
  .h2 {
    font-size: 50px;
  }
  h2.bp,
  .h2.bp {
    font-size: 50px;
  }
}
p {
  margin-bottom: 25px;
  line-height: 1.4em;
}
p:last-of-type {
  margin-bottom: 0;
}

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

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

strong.secondary {
  font-family: "IBM Plex Sans Condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.blue {
  color: #0b60e0;
}

.green {
  color: #10a516;
}

.red {
  color: #ff0000;
}

.purple {
  color: #5823b0;
}

.orange {
  color: #ef7606;
}

.pink {
  color: #ff1dcd;
}

@media only screen and (min-width: 768px) {
  body,
  button,
  input,
  select,
  optgroup,
  textarea {
    font-size: 18px;
    line-height: 28px;
  }
}
/* Elements
--------------------------------------------- */
body {
  background: #fff;
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

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

figure {
  margin: 1em 0;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/* Links
--------------------------------------------- */
a {
  color: #0b60e0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: underline;
}
a:visited {
  color: #0b60e0;
}
a:hover, a:focus, a:active {
  color: #050505;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}
a.blue {
  color: #0b60e0;
}
a.green {
  color: #10a516;
}
a.red {
  color: #ff0000;
}

/* Forms
--------------------------------------------- */
button,
.button,
input[type=button],
input[type=reset],
input[type=submit] {
  border: 1px solid;
  border-color: #050505;
  border-radius: 0;
  background: #fff;
  color: #050505;
  line-height: 1;
  background-color: #fff;
  padding: 10px;
  cursor: pointer;
  font-family: "IBM Plex Sans Condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  position: relative;
}
button:visited,
.button:visited,
input[type=button]:visited,
input[type=reset]:visited,
input[type=submit]:visited {
  color: #050505;
  background-color: #fff;
}
button:hover, button:active, button:focus,
.button:hover,
.button:active,
.button:focus,
input[type=button]:hover,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:hover,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:hover,
input[type=submit]:active,
input[type=submit]:focus {
  background-color: #fff;
  color: #050505;
}
button:hover:before, button:active:before, button:focus:before,
.button:hover:before,
.button:active:before,
.button:focus:before,
input[type=button]:hover:before,
input[type=button]:active:before,
input[type=button]:focus:before,
input[type=reset]:hover:before,
input[type=reset]:active:before,
input[type=reset]:focus:before,
input[type=submit]:hover:before,
input[type=submit]:active:before,
input[type=submit]:focus:before {
  content: "";
  background-color: #fbff22;
  border: 1px solid #050505;
  position: absolute;
  top: -5px;
  left: -5px;
  z-index: -1;
  display: block;
  height: 100%;
  width: 100%;
}
button:active, button:focus,
.button:active,
.button:focus,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:active,
input[type=submit]:focus {
  border-color: #aaa #bbb #bbb;
}

.button-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  max-width: 250px;
  margin: 0 auto;
}

.button-item {
  position: relative;
  width: 120px;
  height: 120px;
  text-align: center;
}
.button-item::before {
  content: "";
  background-color: #303030;
  width: 120px;
  height: 120px;
  position: absolute;
  bottom: -5px;
  left: -5px;
  aspect-ratio: 1/1;
  z-index: 0;
}

.button-icon {
  display: block;
  margin-bottom: 10px;
  aspect-ratio: 33/33;
}
.button-icon img {
  width: 33px;
  height: 33px;
  object-fit: contain;
  object-position: center;
}

.push-btn {
  background-color: #fff;
  border: 2px solid #303030;
  z-index: 1;
  aspect-ratio: 1/1;
  font-size: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #303030;
  text-decoration: none;
  font-family: "IBM Plex Sans Condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1em;
  padding: 10px;
  margin-bottom: 10px;
  position: relative;
  transition: transform 0.3s ease;
  overflow: visible;
}
.push-btn:visited {
  color: #303030;
}
.push-btn:hover {
  transform: translate(-5px, 5px);
}
.push-btn .button-icon {
  display: block;
  margin-bottom: 15px;
}

@media only screen and (min-width: 768px) {
  button,
  .button,
  input[type=button],
  input[type=reset],
  input[type=submit] {
    font-size: 20px;
  }
  .button-grid {
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    max-width: 596px;
  }
}
@media only screen and (min-width: 1024px) {
  button,
  .button,
  input[type=button],
  input[type=reset],
  input[type=submit] {
    font-size: 30px;
    padding: 10px 15px;
  }
  button:hover:before,
  .button:hover:before,
  input[type=button]:hover:before,
  input[type=reset]:hover:before,
  input[type=submit]:hover:before {
    top: -10px;
    left: -8px;
  }
}
input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/* Slick Slider
--------------------------------------------- */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.main-navigation {
  display: block;
  width: 100%;
}
.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}
.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}
.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
  display: block;
  left: auto;
}
.main-navigation ul ul a {
  width: 200px;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}
.main-navigation li {
  position: relative;
}
.main-navigation a {
  display: block;
  text-decoration: none;
}
/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: flex;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
}
.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  flex: 1 0 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
html {
  scroll-behavior: smooth;
}

.scrolling-wrapper::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

.scrolling-wrapper::-webkit-scrollbar-track {
  background: #fff;
  border: 1px solid #050505;
  border-radius: 5px;
  margin-block: 0.5em;
}

.scrolling-wrapper::-webkit-scrollbar-thumb {
  background: #4f4f4f;
  border-radius: 5px;
}

@supports (scrollbar-color: red blue) {
  * {
    scrollbar-color: #4f4f4f #fff;
    scrollbar-width: thin;
  }
}
img {
  max-width: 100%;
  height: auto;
}

.sticky {
  display: block;
}

.post,
.page {
  margin: 0;
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

.marquee-block {
  width: 100%;
  background-color: #fbff22;
  padding: 11px 0;
  color: #050505;
  font-family: "IBM Plex Sans Condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 18px;
  line-height: 1em;
}

a.marquee-wrap {
  color: #050505;
  text-decoration: none;
}

.marquee {
  --gap: 100px;
  position: relative;
  display: flex;
  overflow: hidden;
  user-select: none;
  gap: var(--gap);
}

.marquee__content {
  flex-shrink: 0;
  display: flex;
  justify-content: space-around;
  gap: var(--gap);
  min-width: 100%;
  animation: scroll 15s linear infinite;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

@keyframes scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-100% - var(--gap)));
  }
}
.page-title {
  text-align: center;
  padding: 30px 0;
  background-color: #303030;
  color: #fff;
}
.page-title h1 {
  margin: 0;
}
.page-title h2 {
  font-size: 18px;
  line-height: 1.176em;
  max-width: 250px;
  margin: 0 auto;
}
.page-title .title-wrap {
  position: relative;
  margin-bottom: 12px;
}
.page-title .title-wrap:before, .page-title .title-wrap:after {
  content: "";
  height: 2px;
  background-color: #fff;
  width: 100%;
  max-width: 75%;
  margin: 0 auto;
  display: block;
}
.page-title .title-wrap:before {
  margin-bottom: 11px;
}
.page-title .title-wrap:after {
  margin-top: 5px;
}
.page-title .hero-image {
  width: 698px;
  height: auto;
  display: block;
  margin: 15px auto 0;
}

.candidates-intro-block {
  margin-bottom: 35px;
}
.candidates-intro-block .left,
.candidates-intro-block .right {
  display: none;
}
.candidates-intro-block .img-wrap {
  position: relative;
}
.candidates-intro-block .hover-left,
.candidates-intro-block .hover-right {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
}
.candidates-intro-block .intro-content {
  margin-top: 20px;
  font-size: 19px;
  line-height: 28px;
}
.candidates-intro-block .small-6 svg {
  fill: #050505;
}
.candidates-intro-block .small-6 a {
  color: #050505;
  transition: none;
}
.candidates-intro-block .small-6 a.purple:hover {
  color: #5823b0;
}
.candidates-intro-block .small-6 a.purple:hover svg {
  fill: #5823b0 !important;
}
.candidates-intro-block .small-6 a.blue:hover {
  color: #0b60e0;
}
.candidates-intro-block .small-6 a.blue:hover svg {
  fill: #0b60e0 !important;
}
.candidates-intro-block .small-6 a.red:hover {
  color: #ff0000;
}
.candidates-intro-block .small-6 a.red:hover svg {
  fill: #ff0000 !important;
}
.candidates-intro-block .small-6 a.green:hover {
  color: #10a516;
}
.candidates-intro-block .small-6 a.green:hover svg {
  fill: #10a516 !important;
}

.issue-wrap {
  display: grid;
  grid-template-columns: 41px 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 17px;
  grid-row-gap: 0px;
  font-size: 10px;
  font-weight: bold;
  line-height: 1.3em;
  align-items: center;
}

.hr-block {
  height: 1px;
  background-color: #050505;
  width: calc(100% - 50px);
  margin: 0 auto;
  max-width: 1114px;
}

.obr-block {
  padding: 22px 20px;
  text-align: center;
}
.obr-block .button {
  display: block;
}
.obr-block .grid-x {
  justify-content: center;
}

.about-block {
  padding: 50px 0;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  color: #2c2c2c;
}
.about-block .text-above-logo {
  text-transform: uppercase;
  font-family: "IBM Plex Sans Condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  margin: 0 0 10px;
  font-size: 24px;
  text-align: center;
}
.about-block img {
  display: block;
  margin: 0 auto 25px;
  width: 636px;
  height: auto;
  max-width: 100%;
}

.about-content {
  color: #2c2c2c;
}
.about-content p {
  line-height: 2em;
}

.site-footer {
  padding: 50px 0;
  text-align: center;
  background-color: #303030;
  color: #fff;
}
.site-footer .footer-name-logo {
  max-width: 300px;
  display: block;
  margin: 0 auto 10px;
}
.site-footer .paid-for-by {
  margin: 0 0 10px;
  font-family: "IBM Plex Sans Condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 600;
}
.site-footer .state-image {
  display: block;
  margin: 0 auto 15px;
}
.site-footer .footer-content {
  font-size: 13px;
  line-height: 2em;
}
.site-footer .footer-content a {
  color: #fff;
}
.site-footer .footer-content a:visited {
  color: #fff;
}
.site-footer .footer-content a:hover {
  text-decoration: underline;
}

.why-it-matters {
  padding: 44px 0;
}
.why-it-matters strong {
  color: #0b60e0;
}
.why-it-matters p:last-of-type {
  margin-bottom: 0;
}
.why-it-matters .gallery {
  margin: 0 0 16px;
}
.why-it-matters .gallery__item img {
  aspect-ratio: 312/161;
  transition: all 0.2s ease-in-out;
  object-fit: cover;
  object-position: center center;
  width: 100%;
  height: auto;
}

.how-to-vote {
  padding: 27px 0 40px;
}
.how-to-vote h2 {
  margin: 0;
  line-height: 1em;
  position: relative;
  padding-top: 5px;
}
.how-to-vote .heading-wrap {
  border: 1px solid #050505;
  padding: 14px 17px;
  margin: 0 0 26px;
}
.how-to-vote .heading-wrap img {
  max-width: 100%;
  width: 567px;
  display: block;
  margin: 0 auto;
}
.how-to-vote .image-grid-mobile {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 6px;
  grid-row-gap: 0px;
  margin-top: 25px;
}
.how-to-vote .content strong {
  color: #0b60e0;
}

.accordion {
  border-top: 1px solid #050505;
  border-bottom: 1px solid #050505;
  margin-top: 25px;
}
.accordion > li {
  border-bottom: 1px solid #050505;
}
.accordion > li:last-child {
  border-bottom: none;
}

.accordion-title {
  font-size: 18px;
  line-height: 1em;
  text-decoration: none;
  border: none;
  padding: 12px 0;
  transition: all 0.25s ease-in-out;
  color: #050505 !important;
}
.accordion-title:hover, .accordion-title:active, .accordion-title:focus {
  font-weight: 700;
  background-color: transparent;
}
.accordion-title:before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f061";
  border: 1px solid #050505;
  width: 26px;
  height: 26px;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  right: 0;
  top: calc(50% - 5px);
  background-color: #fff;
}
.accordion-title:after {
  content: "";
  z-index: 1;
  height: 26px;
  width: 26px;
  left: -3px;
  background-color: #fbff22;
  border: 1px solid #050505;
  position: absolute;
  top: calc(50% - 16px);
  right: 3px;
  left: auto;
  display: block;
}

:last-child:not(.is-active) > .accordion-title {
  border: none;
}

.is-active > .accordion-title::before {
  content: "\f063";
}

.accordion-content {
  border: none;
  padding: 15px 0;
}
.accordion-content a {
  color: #0b60e0;
}
.accordion-content a.green {
  color: #10a516;
}
.accordion-content a.red {
  color: #ff0000;
}
.accordion-content ol,
.accordion-content ul {
  margin-bottom: 15px;
}
.accordion-content ol ul,
.accordion-content ul ul {
  margin-left: 20px;
  list-style-type: "— ";
}
.accordion-content ol ul li,
.accordion-content ul ul li {
  margin-bottom: 0;
}

.candidate-intro-v2 {
  padding: 13px 0 17px;
}
.candidate-intro-v2 .img-intro-wrap {
  display: flex;
  flex-direction: column;
}
.candidate-intro-v2 .img-intro-wrap img {
  order: 2;
  margin-bottom: 12px;
}
.candidate-intro-v2 .intro {
  text-align: center;
  padding: 0 0 9px;
  order: 1;
  line-height: 1.1em;
}
.candidate-intro-v2 .bold-intro {
  font-weight: 700;
  text-transform: uppercase;
  font-family: "IBM Plex Sans Condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.candidate-intro-v2 .large-6:first-of-type {
  margin-bottom: 17px;
}

.party {
  margin-left: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
}
.party:before {
  content: "";
  z-index: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  top: -2px;
  left: -2px;
  border: 1px solid #050505;
}
.party .wrap {
  background-color: #fff;
  padding: 1px 10px;
  line-height: 1em;
  font-family: "IBM Plex Sans Condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  border: 1px solid #050505;
  font-size: 12px;
  z-index: 2;
}
.party.dem {
  color: #0b60e0;
}
.party.dem:before {
  background-color: #0b60e0;
}
.party.rep {
  color: #ff0000;
}
.party.rep:before {
  background-color: #ff0000;
}

.can-wrap {
  display: flex;
  margin: 0 0 10px;
  align-items: center;
}

.name {
  font-weight: 700;
  font-size: 18px;
  line-height: 20px;
}

.endorsements {
  position: relative;
}
.endorsements:before {
  content: "";
  z-index: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  top: -4px;
  left: -3px;
  border: 1px solid #050505;
}
.endorsements a {
  text-decoration: none;
}
.endorsements.bg-blue .endorse-wrap {
  background-color: #dfecff;
}
.endorsements.bg-blue:before {
  background-color: #0b60e0;
}
.endorsements.bg-red .endorse-wrap {
  background-color: #ffecec;
}
.endorsements.bg-red:before {
  background-color: #ff0000;
}
.endorsements.bg-pink .endorse-wrap {
  background-color: #fff6fd;
}
.endorsements.bg-pink:before {
  background-color: #ff1dcd;
}
.endorsements.bg-orange .endorse-wrap {
  background-color: #fff8e5;
}
.endorsements.bg-orange:before {
  background-color: #ef7606;
}
.endorsements.bg-gray .endorse-wrap {
  background-color: #fff;
}
.endorsements.bg-gray:before {
  background-color: #4f4f4f;
}
.endorsements.bg-purple .endorse-wrap {
  background-color: #ece4fa;
}
.endorsements.bg-purple:before {
  background-color: #5823b0;
}
.endorsements.bg-green .endorse-wrap {
  background-color: #e8fae9;
}
.endorsements.bg-green:before {
  background-color: #10a516;
}
.endorsements.dem .endorse-wrap {
  background-color: #dfecff;
}
.endorsements.dem .endorse-wrap a:hover {
  color: #0b60e0;
  text-decoration: underline;
}
.endorsements.dem:before {
  background-color: #0b60e0;
}
.endorsements.rep .endorse-wrap {
  background-color: #ffecec;
}
.endorsements.rep .endorse-wrap a:hover {
  color: #ff0000;
  text-decoration: underline;
}
.endorsements.rep:before {
  background-color: #ff0000;
}

.endorse-wrap {
  font-size: 14px;
  line-height: 18px;
  z-index: 2;
  position: relative;
  border: 1px solid #050505;
  padding: 10px;
}
.endorse-wrap p:last-of-type {
  margin-bottom: 0;
}

.other-judicial-candidates {
  padding-top: 50px;
}
.other-judicial-candidates.pt0 {
  padding-top: 0;
}
.other-judicial-candidates h2 {
  text-align: center;
  margin: 10px auto;
  max-width: 300px;
}
.other-judicial-candidates h3 span {
  position: relative;
}
.other-judicial-candidates h3 span span {
  background-color: #fff;
  color: #050505;
  z-index: 2;
  padding: 5px;
  border: 1px solid #050505;
}
.other-judicial-candidates h3 span:before {
  background-color: #fbff22;
  border: 1px solid #050505;
  height: 100%;
  width: 100%;
  position: absolute;
  top: -3px;
  left: -3px;
}
.other-judicial-candidates .court-name {
  position: relative;
  display: inline-flex;
  justify-content: center;
  text-align: center;
  margin: 0 auto 32px;
  font-size: 20px;
  font-weight: 700;
}
.other-judicial-candidates .court-name div {
  background-color: #fff;
  display: inline-block;
  color: #050505;
  z-index: 2;
  padding: 5px 8px 0;
  border: 1px solid #050505;
  position: relative;
}
.other-judicial-candidates .court-name:before {
  background-color: #fbff22;
  border: 1px solid #050505;
  height: 100%;
  width: 100%;
  position: absolute;
  top: -3px;
  left: -3px;
  content: "";
  z-index: 1;
}
.other-judicial-candidates .court-intro {
  margin-bottom: 32px;
}
.other-judicial-candidates .court-intro .court-name {
  margin-bottom: 15px;
}
.other-judicial-candidates .hr-block {
  width: 100%;
}
.other-judicial-candidates .intro-content {
  max-width: 1100px;
  margin: 10px auto;
  text-align: center;
}
.other-judicial-candidates .courts {
  padding: 20px 0 0;
}
.other-judicial-candidates .accordion {
  margin-top: 10px;
}
.other-judicial-candidates .accordion-title {
  font-size: 16px;
}
.other-judicial-candidates .accordion-title:hover, .other-judicial-candidates .accordion-title:focus, .other-judicial-candidates .accordion-title:active {
  font-weight: normal;
}
.other-judicial-candidates .accordion-content {
  padding: 0 0 10px;
}
.other-judicial-candidates .bio-img {
  margin-bottom: 10px;
}

ul.candidates {
  list-style-type: none;
  margin-left: 0;
}
ul.candidates > li {
  margin-bottom: 20px;
}
ul.candidates > li:last-of-type {
  margin-bottom: 27px;
}

.compare-the-candidates h2 {
  margin: 10px 0;
  text-align: center;
}
.compare-the-candidates h2 span {
  margin-top: 5px;
  display: block;
  font-size: 15px;
  line-height: 1.2em;
}
.compare-the-candidates ul.tabs {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.compare-the-candidates ul.tabs li {
  margin-bottom: 15px;
}
.compare-the-candidates #compare-tabs_2 {
  width: 100%;
}
.compare-the-candidates #compare-tabs_2 .tab-bg {
  border: none;
  padding: 0;
  font-size: 14px;
}
.compare-the-candidates .tabs-content {
  display: flex;
}

.cc-wrap {
  margin-top: 26px;
  padding: 3px 0 0 3px;
}

.scrolling-wrapper {
  overflow-x: scroll;
  overflow-y: hidden;
}

.tabs {
  border: none;
  background: transparent;
}

.tabs-title {
  font-size: 17px;
  position: relative;
  margin-right: 15px;
  text-align: center;
}
.tabs-title a {
  display: block;
  padding: 0;
  border: none;
  background-color: transparent;
  position: relative;
  text-decoration: none;
  font-size: 17px;
  color: #050505;
}
.tabs-title a:hover {
  color: #050505;
}
.tabs-title a.pink, .tabs-title a.purple, .tabs-title a.orange, .tabs-title a.blue, .tabs-title a.green {
  color: #050505;
  font-size: 12px;
}
.tabs-title .tab-bg {
  background-color: #fff;
  padding: 5px 10px 2px;
  border: 1px solid #050505;
  z-index: 2;
  text-decoration: none;
  display: block;
  position: relative;
}
.tabs-title.is-active {
  color: #050505;
}
.tabs-title.is-active a {
  color: #050505;
  background-color: transparent;
  font-weight: 700;
}
.tabs-title.is-active a:before {
  content: "";
  position: absolute;
  border: 1px solid #050505;
  z-index: 1;
  background-color: #fbff22;
  width: 100%;
  height: 100%;
  top: -3px;
  left: -3px;
}
.tabs-title.is-active a.pink, .tabs-title.is-active a.purple, .tabs-title.is-active a.orange, .tabs-title.is-active a.blue, .tabs-title.is-active a.green {
  text-decoration: underline;
  font-weight: normal;
}
.tabs-title.is-active a.pink:before, .tabs-title.is-active a.purple:before, .tabs-title.is-active a.orange:before, .tabs-title.is-active a.blue:before, .tabs-title.is-active a.green:before {
  display: none;
}
.tabs-title.is-active a.pink {
  color: #ff1dcd;
}
.tabs-title.is-active a.purple {
  color: #5823b0;
}
.tabs-title.is-active a.orange {
  color: #ef7606;
}
.tabs-title.is-active a.blue {
  color: #0b60e0;
}
.tabs-title.is-active a.green {
  color: #10a516;
}

.tabs-content {
  border: none;
}

.tabs-panel {
  padding: 19px 0;
}

.candidate-info {
  min-width: 332px;
  border: 1px solid #050505;
  padding: 15px;
  line-height: 1.3em;
  margin-bottom: 25px;
}
.candidate-info p {
  line-height: 1.3em;
}
.candidate-info:last-of-type {
  margin-right: 0;
}
.candidate-info .can-wrap {
  display: flex;
  flex-direction: column;
}
.candidate-info .can-wrap .party {
  order: 1;
}
.candidate-info .can-wrap .name {
  order: 2;
}
.candidate-info .can-wrap .position {
  order: 3;
}
.candidate-info .position {
  position: relative;
  top: -8px;
}
.candidate-info .position .fa-circle-check {
  color: #10a516;
}
.candidate-info .position .fa-circle-xmark {
  color: #ff0000;
}
.candidate-info .position span {
  font-weight: 700;
}
.candidate-info .position span.purple {
  color: #5823b0;
}
.candidate-info .position span.gray {
  color: #ff0000;
}
.candidate-info .position span.green {
  color: #10a516;
}
.candidate-info .position span.orange {
  color: #ef7606;
}
.candidate-info .position span.pink {
  color: #ff1dcd;
}
.candidate-info .party {
  margin-bottom: 12px;
}
.candidate-info .name {
  font-weight: 400;
  font-size: 20px;
  margin-bottom: 15px;
}
.candidate-info .candidate-img {
  aspect-ratio: 105/115;
  object-fit: cover;
  object-position: center center;
  width: 100%;
  display: block;
  margin: 0 auto 25px;
}
.candidate-info .endorse-wrap {
  line-height: 1.2em;
}
.candidate-info .endorse-wrap p {
  margin: 0 0 5px;
  line-height: 1.2em;
}
.candidate-info .endorse-wrap ul {
  margin-left: 20px;
  margin-bottom: 0;
  line-height: 1.3em;
}
.candidate-info .endorse-wrap ul li {
  margin-bottom: 5px;
}
.candidate-info .about-text {
  margin-top: 15px;
}
.candidate-info.link-orange .about-text a {
  color: #ef7606;
}
.candidate-info.link-pink .about-text a {
  color: #ff1dcd;
}
.candidate-info.link-purple .about-text a {
  color: #5823b0;
}
.candidate-info.link-blue .about-text a {
  color: #0b60e0;
}
.candidate-info.link-gray .about-text a {
  color: #ff0000;
}
.candidate-info.link-green .about-text a {
  color: #10a516;
}

.error-404 {
  margin-top: 50px;
}

.reveal {
  height: auto;
  min-height: 0;
  padding: 0;
  width: 1009px;
  max-width: calc(100% - 50px);
  position: relative;
  left: 25px;
  text-align: center;
  overflow: visible;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
  border: none;
}
.reveal .party {
  display: inline-flex;
}
.reveal .header-wrap {
  padding: 33px 75px;
}
.reveal .header-wrap h2 {
  max-width: 609px;
  margin: 0 auto;
}
.reveal .grid-x {
  background: linear-gradient(to right, #dfecff 50%, #dfecff 50%, #ffecec 50%, #ffecec 100%);
}
.reveal .popup-candidate-headshot {
  max-width: 90px;
  aspect-ratio: 90/99;
  object-fit: cover;
  width: 100%;
  margin: 0 auto 17px;
}
.reveal .popup-candidates h3 {
  font-size: 14px;
}
.reveal .popup-candidates ul {
  list-style-type: none;
  margin: 0 auto;
  line-height: 1.2em;
  font-size: 13px;
  max-width: 220px;
}
.reveal .popup-candidates li {
  position: relative;
  background: #fff;
  padding: 5px 8px;
  border: 1px solid #000;
  margin-bottom: 37px;
}
.reveal .popup-candidates li:last-child {
  margin-bottom: 0;
}
.reveal .popup-candidates li:before, .reveal .popup-candidates li:after {
  content: "";
  width: 25px;
  height: 25px;
  position: absolute;
  top: auto;
  bottom: auto;
}
.reveal .popup-candidates li:before {
  background: url('data:image/svg+xml,<svg width="38" height="38" viewBox="0 0 38 38" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_1_104)"><path d="M19 0C8.5064 0 0 8.5064 0 19C0 29.4936 8.5064 38 19 38C29.4936 38 38 29.4936 38 19C38 8.5064 29.4936 0 19 0ZM32.0874 11.5803L16.1952 29.2568C15.8163 29.6669 15.2985 29.9167 14.7317 29.9629L14.6348 29.9952H14.5719C14.0008 29.9952 13.4577 29.7665 13.0427 29.3515L5.99119 22.3C5.4438 21.7526 5.2398 20.9759 5.44487 20.2224C5.64994 19.471 6.22048 18.8999 6.97187 18.6954C7.15972 18.6442 7.35295 18.6178 7.54564 18.6178C8.11295 18.6178 8.64688 18.8391 9.04895 19.2411L14.5003 24.6925L28.8848 8.7217C29.2885 8.26527 29.8801 8.00368 30.5087 8.00368C30.6449 8.00368 30.7822 8.01606 30.9167 8.04028L30.9253 8.0419L30.9334 8.04405C31.6789 8.2136 32.2892 8.76045 32.5261 9.47093L32.5277 9.47578C32.7624 10.2137 32.5976 11.0001 32.0863 11.5792L32.0874 11.5803Z" fill="%2310A516"/></g><defs><clipPath id="clip0_1_104"><rect width="38" height="38" fill="white"/></clipPath></defs></svg>');
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: -45px;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.reveal .popup-candidates li:after {
  background: url('data:image/svg+xml,<svg width="39" height="38" viewBox="0 0 39 38" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_1_48)"><g clip-path="url(%23clip1_1_48)"><path d="M19.5 0C9.0064 0 0.5 8.5064 0.5 19C0.5 29.4936 9.0064 38 19.5 38C29.9936 38 38.5 29.4936 38.5 19C38.5 8.5064 29.9936 0 19.5 0ZM30.0797 26.3239C32.2408 28.4849 28.9849 31.7413 26.8239 29.5797L19.4978 22.2817L12.1998 29.5797C10.0388 31.7408 6.75439 28.4849 8.91598 26.3239L16.242 18.9978L8.91598 11.6998C6.75493 9.53875 10.0388 6.25439 12.1998 8.41598L19.4978 15.742L26.8239 8.41598C28.9849 6.25493 32.2413 9.53875 30.0797 11.6998L22.7817 18.9978L30.0797 26.3239Z" fill="%23FF0000"/></g></g><defs><clipPath id="clip0_1_48"><rect width="38" height="38" fill="white" transform="translate(0.5)"/></clipPath><clipPath id="clip1_1_48"><rect width="38" height="38" fill="white" transform="translate(0.5)"/></clipPath></defs></svg>');
  background-size: contain;
  background-repeat: no-repeat;
  right: -45px;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.reveal .cell {
  padding: 35px 25px;
}
.reveal .small-8 {
  padding-top: 0;
}
.reveal .back-link {
  font-size: 12px;
  font-size: 12px;
  padding: 10px;
  text-decoration: underline;
  cursor: pointer;
}
.reveal .close-button {
  color: #4f4f4f;
  font-size: 16px;
  top: 15px;
  right: 15px;
}

.reveal-overlay {
  background-color: rgba(255, 255, 255, 0.75);
}

.court-impact {
  border: 1px solid #000;
  position: relative;
}
.court-impact:before {
  content: "";
  position: absolute;
  border: 1px solid #050505;
  z-index: 1;
  background-color: #fbff22;
  width: 100%;
  height: 100%;
  top: -3px;
  left: -3px;
  z-index: 1;
}
.court-impact .inner-wrap {
  background-color: #fff;
  z-index: 2;
  position: relative;
  padding: 15px;
  border: 1px solid #000;
}
.court-impact h3 {
  font-family: "IBM Plex Sans Condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  color: #050505;
}
.court-impact a {
  font-weight: bold;
}
.court-impact.purple {
  color: #050505;
}
.court-impact.purple a {
  color: #5823b0;
}
.court-impact.orange {
  color: #050505;
}
.court-impact.orange a {
  color: #ef7606;
}
.court-impact.blue {
  color: #050505;
}
.court-impact.blue a {
  color: #0b60e0;
}
.court-impact.pink {
  color: #050505;
}
.court-impact.pink a {
  color: #ff1dcd;
}
.court-impact.green {
  color: #050505;
}
.court-impact.green a {
  color: #10a516;
}

.reveal {
  animation: fadeIn 0.25s ease-in-out;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.ready-to-vote {
  background-color: #0b60e0;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
  padding: 50px 0;
}
.ready-to-vote h2 {
  font-family: "buena-park-jf", "Georgia", Cambria, Times New Roman, Times, serif;
}
.ready-to-vote .intro {
  font-size: 1.2em;
  font-family: "buena-park-jf", "Georgia", Cambria, Times New Roman, Times, serif;
  max-width: 500px;
  margin: 0 auto 50px;
}
.ready-to-vote .white-box {
  padding: 35px 25px;
  background-color: #f3f3f3;
  border: 2px solid #000;
  text-align: center;
  max-width: 886px;
  margin: 0 auto;
}

.button-anchor-links {
  padding: 35px 0;
}
.button-anchor-links .button-grid {
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  max-width: 320px;
}
.button-anchor-links .button-item {
  width: 100px;
  height: 100px;
}
.button-anchor-links .button-item:before {
  width: 100px;
  height: 100px;
}
.button-anchor-links .button-item a {
  padding: 10px 5px;
  font-size: 12px;
}

.candidates {
  padding: 0 0 35px;
}
.candidates .grid-container {
  border-top: 3px solid rgba(0, 0, 0, 0.25);
  padding-top: 35px;
}
.candidates h2 {
  text-align: center;
  text-transform: uppercase;
}

.candidate-box {
  background-color: #f3f3f3;
  border: 3px solid #000;
  padding: 35px 25px;
  max-width: 1000px;
  margin: 0 auto;
}
.candidate-box h3 {
  text-align: center;
  font-weight: bold;
  color: #303030;
}
.candidate-box h4 {
  font-weight: bold;
  color: #303030;
}
.candidate-box .popup-text {
  font-family: "IBM Plex Sans Condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  text-align: center;
  line-height: 1.3em;
  margin-bottom: 25px;
}
.candidate-box .popup-text.red {
  color: #d90101;
}
.candidate-box .popup-text.red a {
  color: #d90101;
  text-decoration: underline;
}
.candidate-box .popup-text.red a:visited {
  color: #d90101;
}
.candidate-box .popup-text.red a:hover {
  opacity: 0.8;
}
.candidate-box .popup-text.green {
  color: #10a516;
}
.candidate-box .popup-text.green a {
  color: #10a516;
  text-decoration: underline;
}
.candidate-box .popup-text.green a:visited {
  color: #10a516;
}
.candidate-box .popup-text.green a:hover {
  opacity: #15d31c;
}
.candidate-box .popup-text .popup-link {
  cursor: pointer;
  text-decoration: none;
  margin-left: 5px;
}
.candidate-box .popup-text .popup-link .fa-solid {
  transition: all 0.2s ease-in-out;
}
.candidate-box .popup-text .popup-link:hover .fa-solid {
  transform: translateX(5px);
}
.candidate-box .tabs-content {
  background-color: transparent;
}
.candidate-box .tabs-title {
  float: none;
  margin: 0;
}
.candidate-box .tabs-title.is-active a {
  color: #fff;
  background-color: #303030;
  transform: translate(-2px, 2px);
  color: #fff !important;
}
.candidate-box .tabs-title a {
  font-size: 16px;
}
.candidate-box .tabs {
  font-family: "IBM Plex Sans Condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 0;
}
.candidate-box .tabs .btn-wrap {
  width: 250px;
  position: relative;
  margin: 0 auto 15px;
}
.candidate-box .tabs .btn-wrap::before {
  content: "";
  background-color: #303030;
  position: absolute;
  height: 40px;
  width: 100%;
  bottom: -2px;
  left: -2px;
  z-index: 0;
}
.candidate-box .tabs a {
  background-color: #fff;
  position: relative;
  border: 2px solid #303030;
  padding: 10px 25px;
  display: block;
  line-height: 1em;
  transition: transform 0.3s ease;
}
.candidate-box .tabs a:visited {
  color: #303030;
}
.candidate-box .tabs a:hover {
  color: #fff;
  background-color: #303030;
  transform: translate(-2px, 2px);
}
.candidate-box .tabs a:before {
  content: "";
  display: none;
}
.candidate-box .candidate-headshot {
  aspect-ratio: 1/1;
  width: 100%;
  height: auto;
  max-width: 70%;
  margin: 0 auto 25px;
}
.candidate-box .candidate-headshot img {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center center;
}
.candidate-box .endorser-list {
  margin-left: 18px;
  margin-bottom: 0;
}
.candidate-box .endorser-list li {
  margin-bottom: 5px;
}
.candidate-box .multiple-candidates {
  margin-bottom: 50px;
}
.candidate-box .multiple-candidates:last-of-type {
  margin-bottom: 0;
}
.candidate-box .what-to-know ul {
  margin-left: 18px;
}

.jtc-text {
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  margin: 0 0 10px;
}

ul.jtc-links {
  list-style-type: none;
  margin-left: 0;
  padding-left: 0;
  text-align: center;
}
ul.jtc-links a {
  color: #000;
  text-decoration: underline;
  font-style: italic;
}
ul.jtc-links a:visited {
  color: #000;
}
ul.jtc-links a:hover {
  color: #0b60e0;
}

.off-canvas.position-right {
  width: 520px;
  max-width: 100%;
  padding: 50px 25px;
}
.off-canvas.bg-red {
  background-color: #d90101;
  color: #000;
}
.off-canvas.bg-green {
  background-color: #10a516;
}
.off-canvas h3.popup-heading {
  font-family: "buena-park-jf", "Georgia", Cambria, Times New Roman, Times, serif;
  font-weight: normal;
  margin-bottom: 35px;
  font-size: 28px;
  text-align: center;
}
.off-canvas .content-wrap {
  background-color: #fff;
  padding: 50px 25px;
  border: 3px solid #000;
}
.off-canvas .close-link {
  display: block;
  margin: 35px auto 0;
  font-family: "IBM Plex Sans Condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  text-decoration: underline;
  cursor: pointer;
}
.off-canvas .close-button {
  padding: 0;
  margin: 0;
  border: none;
  background-color: transparent;
  color: #000;
  left: 25px;
  right: auto;
}
.off-canvas .close-button:before {
  display: none;
}
.off-canvas .close-button:hover {
  color: #000;
  background-color: transparent;
  border: none;
}

.off-canvas-content .off-canvas.position-right {
  -webkit-transform: translateX(520px);
  -ms-transform: translateX(520px);
  transform: translateX(520px);
}

.js-off-canvas-overlay {
  background-color: rgba(0, 0, 0, 0.5);
}

.trending-questions {
  padding: 25px 0;
  margin-bottom: 25px;
}
.trending-questions .bg-blue {
  background-color: #0b60e0;
}

.tq-text {
  text-align: center;
  font-family: "IBM Plex Sans Condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0 0 25px;
  text-transform: uppercase;
  font-weight: 600;
}

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

.tq-btn {
  padding: 5px 15px;
  border: 3px solid #b6b6b6;
  border-radius: 20px;
  font-family: "IBM Plex Sans Condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: italic;
  font-weight: 500;
  color: #303030;
  text-decoration: none;
  display: inline-block;
  margin: 0 auto 15px;
  font-size: 16px;
}
.tq-btn .gavel-wrap {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #303030;
  color: #fff;
  padding: 1px 3px;
  border-radius: 30px;
  margin-left: 10px;
  width: 30px;
  height: 30px;
  transition: padding 0.2s ease-in-out, background-color 0.2s, color 0.2s;
}
.tq-btn .gavel-wrap svg {
  position: relative;
  left: 2px;
}
.tq-btn .gavel-wrap span.plus {
  display: inline-block;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease-in-out, visibility 0s linear 0.2s;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 300;
  margin-left: 6px;
  width: 0;
}
.tq-btn:hover {
  background-color: #f3f3f3;
}
.tq-btn:hover .gavel-wrap {
  padding: 3px 10px;
  width: auto;
}
.tq-btn:hover .gavel-wrap span.plus {
  width: auto;
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}

.admin-bar .off-canvas {
  top: 46px;
}

/* Comments
--------------------------------------------- */
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
}
.widget select {
  max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

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

/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

@media only screen and (min-width: 640px) {
  .other-judicial-candidates h2 {
    max-width: 100%;
  }
  .candidate-info {
    padding: 25px;
  }
  .reveal {
    left: 0;
  }
  .button-anchor-links {
    padding: 35px 0;
  }
  .button-anchor-links .button-grid {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    max-width: 408px;
  }
  .button-anchor-links .button-item {
    width: 120px;
    height: 120px;
  }
  .button-anchor-links .button-item:before {
    width: 120px;
    height: 120px;
  }
  .button-anchor-links .button-item a {
    padding: 10px;
    font-size: 16px;
  }
  .candidate-box .popup-text {
    display: flex;
    justify-content: center;
  }
  .candidate-box .candidate-headshot {
    max-width: 300px;
  }
  .tq-btn {
    font-size: 18px;
  }
}
@media only screen and (min-width: 768px) {
  .marquee {
    --gap: 200px;
  }
  .page-title {
    padding: 50px 0;
  }
  .page-title h2 {
    font-size: 28px;
    max-width: 100%;
  }
  .page-title .title-wrap {
    margin-bottom: 25px;
  }
  .page-title .title-wrap:before, .page-title .title-wrap:after {
    max-width: 591px;
  }
  .page-title .title-wrap:before {
    margin-bottom: 24px;
  }
  .page-title .title-wrap:after {
    margin-top: 14px;
  }
  .candidates-intro-block .intro-content {
    font-size: 19px;
    line-height: 28px;
  }
  .issues-wrap {
    font-size: 12px;
  }
  .obr-block {
    padding: 35px 0;
  }
  .obr-block h2 {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
  .obr-block .button {
    margin-bottom: 20px;
  }
  .site-footer {
    position: relative;
    padding: 47px 0 109px;
  }
  .site-footer:before {
    content: "";
    height: 1px;
    background-color: #050505;
    width: calc(100% - 50px);
    margin: 0 auto;
    max-width: 1114px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
  }
  .site-footer .footer-name-logo {
    max-width: 418px;
  }
  .site-footer .state-image {
    margin-bottom: 20px;
  }
  .site-footer .footer-content {
    font-size: 14px;
    line-height: 25px;
  }
  .why-it-matters .gallery {
    margin: 0 0 25px;
  }
  .candidate-intro-v2 .img-intro-wrap img {
    margin-bottom: 25px;
  }
  .candidate-intro-v2 .large-6:first-of-type {
    margin-bottom: 25px;
  }
  .name {
    font-size: 22px;
  }
  .can-wrap {
    margin-bottom: 15px;
  }
  .endorse-wrap {
    font-size: 15px;
    padding: 8px;
  }
  .party .wrap {
    font-size: 15px;
  }
  .endorsements:before {
    top: -7px;
    left: -5px;
  }
  .accordion-title {
    font-size: 30px;
    padding: 16px 0;
  }
  .accordion-title:before, .accordion-title:after {
    width: 43px;
    height: 43px;
  }
  .accordion-title:before {
    font-size: 26px;
    top: calc(50% - 14px);
  }
  .accordion-title:after {
    top: calc(50% - 25px);
  }
  .other-judicial-candidates .courts {
    padding-top: 27px;
  }
  .other-judicial-candidates .court-name {
    font-size: 30px;
  }
  .other-judicial-candidates .court-name div {
    padding: 8px 10px 3px;
  }
  .other-judicial-candidates .court-name:before {
    top: -6px;
    left: -4px;
  }
  .other-judicial-candidates .name {
    font-weight: normal;
  }
  .other-judicial-candidates .party:before {
    display: none;
  }
  .other-judicial-candidates .endorsements .endorse-wrap {
    padding: 12px;
  }
  .other-judicial-candidates .accordion {
    margin-top: 16px;
  }
  .other-judicial-candidates .accordion-title {
    font-size: 18px;
  }
  .other-judicial-candidates .accordion-title:before {
    width: 26px;
    height: 26px;
    font-size: 18px;
    top: calc(50% - 6px);
  }
  .other-judicial-candidates .accordion-title:after {
    display: block;
    width: 26px;
    height: 26px;
    top: calc(50% - 17px);
  }
  .other-judicial-candidates .bio-img {
    margin-bottom: 21px;
  }
  ul.candidates {
    font-size: 19px;
  }
  ul.candidates > li {
    margin-bottom: 50px;
  }
  .compare-the-candidates h2 {
    margin: 20px 0;
  }
  .compare-the-candidates h2 span {
    font-size: 20px;
  }
  .compare-the-candidates #compare-tabs_2 .tab-bg {
    font-size: 18px;
  }
  .tabs-title {
    margin-right: 50px;
  }
  .tabs-title .tab-bg {
    padding: 10px 30px 7px;
    font-size: 24px;
  }
  .reveal .popup-candidates h3 {
    font-size: 25px;
  }
  .reveal .popup-candidates ul {
    max-width: 300px;
    font-size: 18px;
  }
  .reveal .popup-candidates li:before, .reveal .popup-candidates li:after {
    width: 38px;
    height: 38px;
  }
  .reveal .popup-candidates li:before {
    left: -65px;
  }
  .reveal .popup-candidates li:after {
    right: -65px;
  }
  .reveal .back-link {
    font-size: 16px;
  }
  .candidates-wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 21px;
    grid-row-gap: 0px;
  }
  .about-block {
    padding: 75px 0;
  }
  .about-block .text-above-logo {
    font-size: 30px;
  }
  .about-content {
    max-width: 550px;
    margin: 0 auto;
  }
  .button-anchor-links .button-grid {
    max-width: 435px;
  }
  .candidate-box .tabs-title {
    margin-right: 25px;
  }
  .candidate-box .tabs-title:last-child {
    margin-right: 0;
  }
  .candidate-box .tabs-title.is-active a {
    transform: translate(-4px, 4px);
  }
  .candidate-box .tabs-title a {
    font-size: 17px;
  }
  .candidate-box .tabs {
    display: flex;
    justify-content: center;
    margin-bottom: 25px;
  }
  .candidate-box .tabs .btn-wrap {
    width: 200px;
  }
  .candidate-box .tabs .btn-wrap:before {
    height: 51px;
    bottom: -4px;
    left: -4px;
  }
  .candidate-box .tabs a {
    padding: 15px 25px;
  }
  .candidate-box .tabs a:hover {
    transform: translate(-4px, 4px);
  }
  .admin-bar .off-canvas {
    top: 32px;
  }
}
@media only screen and (min-width: 1024px) {
  .scrolling-wrapper::-webkit-scrollbar {
    width: 10px;
    height: 10px;
  }
  .scrolling-wrapper::-webkit-scrollbar-thumb {
    border-radius: 10px;
  }
  .marquee-block {
    font-size: 20px;
  }
  .marquee {
    --gap: 300px;
  }
  .marquee__content {
    animation: scroll 20s linear infinite;
  }
  .candidates-intro-block {
    margin-bottom: 50px;
  }
  .candidates-intro-block .intro-content {
    margin-top: 60px;
  }
  .candidates-intro-block .img-wrap .left,
  .candidates-intro-block .img-wrap .right {
    content: "";
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    display: block;
    cursor: pointer;
    z-index: 3;
  }
  .candidates-intro-block .img-wrap .left {
    left: 0;
  }
  .candidates-intro-block .img-wrap .right {
    right: 0;
  }
  .candidates-intro-block .img-wrap .main-image.hidden,
  .candidates-intro-block .img-wrap .hover-left.hidden,
  .candidates-intro-block .img-wrap .hover-right.hidden {
    opacity: 0;
  }
  .candidates-intro-block .img-wrap .main-image.visible,
  .candidates-intro-block .img-wrap .hover-left.visible,
  .candidates-intro-block .img-wrap .hover-right.visible {
    opacity: 1;
  }
  .candidates-intro-block .img-wrap .hover-left,
  .candidates-intro-block .img-wrap .hover-right {
    display: block;
    opacity: 0;
  }
  .candidates-intro-block .candidates-names {
    position: absolute;
    bottom: 25px;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    z-index: 2;
  }
  .candidates-intro-block .candidates-names > div {
    position: relative;
  }
  .candidates-intro-block .candidates-names > div:first-child {
    margin-right: 34px;
  }
  .candidates-intro-block .candidate-left,
  .candidates-intro-block .candidate-right {
    cursor: pointer;
    text-transform: none;
    font-family: "bookmania", "Georgia", Cambria, Times New Roman, Times, serif;
    font-size: 19px;
    font-weight: normal;
    padding: 10px 15px 5px;
    border: 1px solid #050505;
    border-radius: 0;
    background: #fff;
    color: #050505;
    line-height: 1;
    background-color: #fff;
  }
  .candidates-intro-block .candidate-left sub,
  .candidates-intro-block .candidate-right sub {
    font-size: 0.6em;
    bottom: -1px;
  }
  .candidates-intro-block .candidate-left.hovered:before,
  .candidates-intro-block .candidate-right.hovered:before {
    content: "";
    background-color: #fbff22;
    border: 1px solid #050505;
    position: absolute;
    top: -5px;
    left: -5px;
    z-index: -1;
    display: block;
    height: 34px;
    width: 100%;
  }
  .candidates-intro-block .candidate-left.hovered sub {
    color: #0b60e0;
  }
  .candidates-intro-block .candidate-right.hovered sub {
    color: #ff0000;
  }
  .hr-block {
    width: calc(100% - 80px);
  }
  .obr-block h2 {
    max-width: 800px;
  }
  .obr-block .grid-container {
    padding-left: 60px;
    padding-right: 60px;
  }
  .obr-block .button {
    margin-bottom: 30px;
  }
  .about-block .grid-x {
    align-items: center;
  }
  .about-content {
    font-size: 16px;
  }
  .about-content p {
    font-size: 16px;
  }
  .why-it-matters .grid-x {
    flex-direction: row-reverse;
  }
  .why-it-matters .gallery {
    margin: 0 0 16px;
  }
  .why-it-matters .gallery__item img {
    aspect-ratio: 505/565;
  }
  .how-to-vote h2 {
    padding-top: 10px;
  }
  .how-to-vote h3 {
    font-size: 50px;
  }
  .how-to-vote .show-for-large a {
    display: block;
  }
  .how-to-vote .show-for-large a:first-of-type {
    margin-bottom: 18px;
  }
  .accordion-title:after {
    display: none;
  }
  .accordion-title:hover:after {
    display: block;
  }
  .is-active > .accordion-title::after {
    display: block;
  }
  .accordion-content ol,
  .accordion-content li {
    margin-bottom: 25px;
  }
  .how-to-vote .heading-wrap {
    margin: 0 0 50px;
  }
  .candidate-intro-v2 {
    padding-bottom: 48px;
  }
  .candidate-intro-v2 .hr-block {
    margin-bottom: 25px;
  }
  .candidate-intro-v2 .intro {
    line-height: initial;
  }
  .candidate-intro-v2 .img-intro-wrap img {
    order: 1;
  }
  .candidate-intro-v2 .intro {
    padding: 16px 0 20px;
    order: 2;
  }
  .candidate-intro-v2 .large-6:first-of-type {
    margin-bottom: 0;
  }
  .candidate-intro-v2 .can-wrap {
    text-align: center;
    flex-direction: column;
    margin-bottom: 20px;
  }
  .candidate-intro-v2 .endorsements {
    max-width: 364px;
    margin: 0 auto;
    text-align: center;
  }
  .candidate-intro-v2 .large-6:first-of-type {
    position: relative;
  }
  .candidate-intro-v2 .large-6:first-of-type:before {
    content: "";
    height: 100%;
    width: 1px;
    background-color: #050505;
    position: absolute;
    right: -15px;
    top: 0;
  }
  .candidate-intro-v2 .grid-x {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
  }
  .candidate-intro-v2 .img-intro-wrap img {
    margin: 0;
  }
  .name {
    display: block;
    margin: 0 0 21px;
  }
  .other-judicial-candidates h2 {
    text-align: center;
    margin: 26px 0 20px;
  }
  .other-judicial-candidates .intro-content {
    margin: 24px auto;
  }
  .other-judicial-candidates .candidates {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 105px;
    grid-row-gap: 0px;
    margin-bottom: 0;
  }
  .other-judicial-candidates .name {
    font-size: 30px;
    margin: 0;
  }
  .other-judicial-candidates .party {
    margin-left: 15px;
  }
  .other-judicial-candidates .party .wrap {
    position: relative;
    top: -3px;
  }
  .other-judicial-candidates .court-name {
    margin-bottom: 50px;
  }
  .other-judicial-candidates .court-intro {
    margin-bottom: 50px;
  }
  .other-judicial-candidates .court-intro .court-name {
    margin-bottom: 25px;
  }
  .candidate-info {
    padding: 40px;
  }
  .candidate-info .can-wrap {
    align-items: flex-start;
  }
  .candidate-info .can-wrap .name {
    order: 1;
  }
  .candidate-info .can-wrap .party {
    order: 2;
  }
  .candidate-info .name {
    font-size: 30px;
  }
  .candidate-info .about-text {
    margin-top: 25px;
  }
  .candidate-info .position {
    top: -15px;
  }
  .tabs-title {
    margin-right: 50px;
  }
  .tabs-title .tab-bg {
    padding: 10px 30px 7px;
    font-size: 24px;
  }
  .compare-the-candidates ul.tabs {
    width: 100%;
    justify-content: space-evenly;
  }
  .compare-the-candidates .tabs-title {
    flex: 1;
    margin: 0 10px;
  }
  .compare-the-candidates #compare-tabs_2 {
    padding: 10px 0;
  }
  .compare-the-candidates #compare-tabs_2 .tabs-title {
    margin: 0 5px;
  }
  .compare-the-candidates #compare-tabs_2 .tab-bg {
    font-size: 20px;
  }
  .compare-the-candidates .tabs-panel {
    width: 100%;
  }
  .compare-the-candidates .tabs-panel .tabs-panel {
    position: relative;
  }
  .error-404 {
    margin-top: 150px;
  }
  .reveal {
    top: 50% !important;
    transform: translateY(-50%);
  }
  .reveal .popup-candidate-headshot {
    max-width: 157px;
  }
  .reveal .popup-candidates h3 {
    font-size: 30px;
  }
  .reveal .popup-candidates ul {
    max-width: 400px;
  }
  .reveal .popup-candidates li {
    padding: 10px 20px;
  }
  .reveal .popup-candidates li:before, .reveal .popup-candidates li:after {
    width: 38px;
    height: 38px;
  }
  .reveal .popup-candidates li:before {
    left: -65px;
  }
  .reveal .popup-candidates li:after {
    right: -65px;
  }
  .court-impact:before {
    top: -5px;
    left: -5px;
  }
  .court-impact .inner-wrap {
    padding: 40px;
  }
  .candidates {
    margin-top: 15px;
    padding-top: 25px;
  }
  .candidates .grid-container {
    padding-top: 65px;
  }
  .candidates h2 {
    margin-bottom: 50px;
  }
  .candidates .candidate-links {
    max-width: 786px;
    margin: 0 auto 50px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  ul.jtc-links {
    display: flex;
    margin-bottom: 0;
  }
  ul.jtc-links li {
    margin-right: 25px;
  }
  .jtc-text {
    margin: 0 50px 0 0;
  }
  .off-canvas h3.popup-heading {
    font-size: 30px;
  }
  .candidate-box {
    padding: 50px 35px;
  }
  .candidate-box h3 {
    font-size: 30px;
  }
  .candidate-box .candidate-headshot {
    margin: 0;
  }
  .candidate-box .popup-text em {
    display: inline-block;
    margin-left: 3px;
  }
  .tq-buttons {
    display: flex;
    justify-content: center;
    column-gap: 15px;
  }
}
@media only screen and (min-width: 1200px) {
  .compare-the-candidates .tabs-title {
    margin: 0 35px;
  }
}
@media only screen and (min-width: 1600px) {
  .marquee__content {
    animation: scroll 25s linear infinite;
  }
}
@media only screen and (min-width: 1920px) {
  .marquee__content {
    animation: scroll 30s linear infinite;
  }
}
/*# sourceMappingURL=maps/style.css.map */
