:root {
  --blue:#0073cf;
  --red:#ec1f27;
  --dred:#850e12;
  --font:'open-sans-condensed', 'Arial Narrow', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  --open:'open-sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  --trajan:'trajan-pro-3', Georgia, 'Times New Roman', serif;
  --playfair:'playfair-display', Georgia, 'Times New Roman', serif;
}

html, body {
  min-height: 100%;
  height: auto;
}

body {
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font: 400 16px var(--font);
  background: white;
}

img {
  max-width: 100%;
}

a, button {
  border-radius: 0;
  cursor: pointer;
}

button {
  all: unset;
  cursor: pointer;
  padding: 0.5em 1em;
  background: var(--blue);
  color: white;
  border-radius: 0;
  font-family: inherit;
}

sup {
  line-height: 1em;
  vertical-align: super;
  display: inline-block;
  position: static;
}

input {
  border-radius: 0;
}

iframe {
  width: 100% !important;
  max-width: 100% !important;
  display: block !important;
  border: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

* ::-moz-selection {
  color: #fff;
  background-color: var(--red);
}
* ::-moz-selection * {
  color: #fff;
}
* ::-moz-selection {
  color: #fff;
  background-color: var(--red);
}
* ::selection {
  color: #fff;
  background-color: var(--red);
}
* ::-moz-selection * {
  color: #fff;
}
* ::selection * {
  color: #fff;
}

.container {
  max-width: 1200px;
}

.top {
  background: var(--red);
  display: flex;
  flex-direction: row;
  gap: 15vw;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 0 15px;
}
.top img {
  width: clamp(304.5px, 33.984375vw, 435px);
  margin-bottom: -20px;
  background: white;
  padding: clamp(16px, 1.5625vw, 20px);
  box-sizing: border-box;
}
.top .links {
  display: flex;
  flex-direction: row;
  gap: clamp(28px, 3.125vw, 40px);
  align-items: center;
  justify-content: center;
}
.top .links .fab {
  display: inline-block;
  font-size: 41px;
  color: white;
  text-decoration: none;
  outline: none;
  transition: color 0.2s;
}
.top .links .fab:hover, .top .links .fab:focus:hover {
  color: var(--dred);
}
.top .links .donate {
  background: white;
  color: var(--red);
  font: 300 clamp(27.3px, 3.046875vw, 39px)/1em var(--font);
  text-transform: uppercase;
  letter-spacing: 0.12em;
  padding: clamp(12px, 0.9375vw, 16px) clamp(28px, 3.125vw, 40px);
  text-decoration: none;
  outline: none;
  border-radius: 0;
  transition: color 0.2s, background 0.2s;
}
.top .links .donate:hover, .top .links .donate:focus:hover {
  color: white;
  background: var(--dred);
}

.intro {
  background: url(intro.jpg) center center/cover no-repeat;
  padding: clamp(28px, 3.125vw, 40px) 15px;
  display: flex;
  flex-direction: row;
  gap: clamp(42px, 4.6875vw, 60px);
  align-items: center;
  justify-content: center;
}
.intro img {
  width: clamp(252px, 28.125vw, 360px);
  border: 9px solid white;
  transform: rotate(-2deg);
  box-shadow: 3px 3px 7px 0 rgba(0, 0, 0, 0.3);
  box-sizing: border-box;
}
.intro div {
  background: white;
  border: 9px solid transparent;
  background-clip: content-box;
  outline: 2px solid white;
  text-align: center;
  filter: drop-shadow(3px 3px 5px rgba(0, 0, 0, 0.4));
}
.intro div h2 {
  padding: 0.4em 15px 0.1em 15px;
  color: var(--red);
  font: 700 clamp(39.9px, 4.453125vw, 57px)/1em var(--trajan);
  margin: 0;
}
.intro div p {
  background: var(--red);
  text-align: center;
  padding: 0.5em 15px;
  font: italic 400 clamp(18.62px, 2.078125vw, 26.6px)/1.1em var(--open);
  color: white;
  margin: 0;
}
.intro div p span {
  max-width: clamp(231px, 25.78125vw, 330px);
  display: block;
  margin: auto;
}
.intro div p strong {
  font-weight: 800;
  text-decoration: underline;
  text-decoration-color: rgba(255, 255, 255, 0.5);
}
.intro div ul {
  list-style: none;
  padding: clamp(16px, 1.5625vw, 20px) 15px;
  margin: 0;
  display: inline-block;
  text-align: left;
  font: italic 400 clamp(18.2px, 2.03125vw, 26px)/1.2em var(--font);
  font-style: italic;
  max-width: clamp(245px, 27.34375vw, 350px);
}
.intro div ul li {
  padding-left: clamp(31.5px, 3.515625vw, 45px);
}
.intro div ul li:before {
  content: "\f058";
  font: normal 400 clamp(21.7px, 2.421875vw, 31px) "Font Awesome 6 Free";
  display: inline-block;
  margin-left: clamp(-45px, -3.515625vw, -31.5px);
  width: clamp(31.5px, 3.515625vw, 45px);
  color: var(--red);
}
.intro div ul li:not(:last-child) {
  margin-bottom: clamp(16px, 1.5625vw, 20px);
}

.proven {
  background: url(graywood.jpg) center center/cover no-repeat;
  padding: 30px 15px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: clamp(42px, 4.6875vw, 60px);
  text-align: center;
  border-top: 5px solid var(--red);
}
.proven h1 {
  color: white;
  margin: 0;
}
.proven h1 .ribbon {
  display: block;
  background: url(ribbon.svg) center center/100% 100% no-repeat;
  padding: 0.1em 1.5em;
  font: 800 clamp(22.4px, 2.5vw, 32px) var(--open);
  text-transform: uppercase;
  margin-bottom: 0.6em;
}
.proven h1 .big {
  font: 400 clamp(43.4px, 4.84375vw, 62px)/1em var(--trajan);
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
  display: block;
}
.proven h1 .big .name {
  font-weight: 700;
}
.proven h1 .district {
  font: 400 clamp(22.4px, 2.5vw, 32px)/1.2em var(--open);
  text-transform: uppercase;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
  display: block;
}
.proven h1 .district .for {
  text-transform: none;
}
.proven h1 .district .group {
  font-weight: 700;
}
.proven .vote {
  background: white;
  border: 1px solid red;
  outline: 9px solid white;
  box-shadow: 5px 5px 7px 9px rgba(0, 0, 0, 0.35);
  padding: 15px 25px;
}
.proven .vote h2 {
  color: var(--red);
  font: 700 26px var(--playfair);
  margin: 0 0 0.6em 0;
}
.proven .vote h2 i {
  font-size: 1.2em;
  margin-right: 0.5em;
}
.proven .vote p {
  font-size: 22px;
  margin-bottom: 1em;
  line-height: 1.2em;
}
.proven .vote p.small {
  margin-bottom: 0.2em;
  color: #626262;
  font-size: 20px;
}
.proven .vote p.small strong {
  color: #626262;
}
.proven .vote p strong {
  color: var(--red);
}
.proven .vote a {
  display: block;
  background: var(--red);
  padding: 0.2em 0.5em;
  font-size: 22px;
  text-decoration: none;
  color: white;
  outline: none;
  border-radius: 0;
  transition: background 0.2s;
}
.proven .vote a i {
  margin-right: 0.5em;
}
.proven .vote a:hover, .proven .vote a:focus:hover {
  background: var(--dred);
  color: white;
}

.priorities {
  background: var(--red);
  text-align: center;
  padding: clamp(16px, 1.5625vw, 20px) 15px clamp(49px, 5.46875vw, 70px) 15px;
  color: white;
  font: 700 clamp(35px, 3.90625vw, 50px)/1.2em var(--playfair);
  margin: 0;
  position: relative;
}

.wood {
  background: url(whitewood.jpg) center center/cover no-repeat;
  padding: 0 20px 30px 20px;
  text-align: center;
}
.wood .list {
  background: white;
  border: 1px solid red;
  outline: 9px solid white;
  box-shadow: 0 2px 10px 10px rgba(0, 0, 0, 0.25);
  padding: clamp(21px, 2.34375vw, 30px);
  margin: clamp(-40px, -3.125vw, -28px) auto 0 auto;
  position: relative;
  max-width: 880px;
  text-align: center;
}
.wood .item {
  display: inline-block;
  width: 760px;
  max-width: 100%;
  justify-self: center;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: clamp(31.5px, 3.515625vw, 45px);
  text-align: left;
}
.wood .item:not(:last-child) {
  margin-bottom: clamp(21px, 2.34375vw, 30px);
}
.wood .item img {
  display: inline-block;
  width: clamp(50.4px, 5.625vw, 72px);
  height: clamp(53.9px, 6.015625vw, 77px);
  -o-object-position: center center;
     object-position: center center;
  -o-object-fit: contain;
     object-fit: contain;
}
.wood .item div {
  flex: 1;
}
.wood .item h3 {
  color: var(--red);
  margin: 0;
  font: 700 clamp(22.4px, 2.5vw, 32px) var(--playfair);
}
.wood .item p {
  font-size: clamp(22.4px, 2.5vw, 32px);
  line-height: 1.2em;
  margin: 0;
}

footer {
  background: #ba181e;
  padding: clamp(28px, 3.125vw, 40px) 15px;
  text-align: center;
  display: flex;
  flex-direction: row;
  gap: clamp(35px, 3.90625vw, 50px);
  align-items: center;
  justify-content: center;
}
footer .left img {
  width: 310px;
  display: block;
  margin-bottom: 20px;
}
footer .left p {
  font: 400 20px var(--playfair);
  color: white;
  margin: 0;
}
footer .right h2 {
  color: white;
  font: 700 30px var(--playfair);
}
footer .right form {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: clamp(16px, 1.5625vw, 20px);
  max-width: 700px;
  margin-bottom: 25px;
}
footer .right form input, footer .right form button {
  font: 400 clamp(21px, 2.34375vw, 30px)/1.3em var(--font);
  outline: none;
  border-radius: 0;
  display: inline-block;
  padding: 8px clamp(15px, 1.171875vw, 16px);
  height: unset;
  min-height: unset;
  max-height: unset;
}
footer .right form input {
  flex: 1;
  border: none;
  width: 100%;
}
footer .right form input::-moz-placeholder {
  color: gray;
}
footer .right form input::placeholder {
  color: gray;
}
footer .right form input:focus:hover::-moz-placeholder {
  color: black;
}
footer .right form input:focus:hover::placeholder {
  color: black;
}
footer .right form button {
  flex: 0;
  white-space: pre;
  box-shadow: 0 0 1px 1px white inset;
  background: var(--red);
  text-transform: uppercase;
  padding: 8px clamp(21px, 2.34375vw, 30px);
  font-weight: 300;
  letter-spacing: 0.12em;
  transition: background 0.2s;
}
footer .right form button:hover, footer .right form button:focus:hover {
  background: var(--dred);
  color: white;
}
footer .right hr {
  max-width: clamp(210px, 23.4375vw, 300px);
  margin-bottom: clamp(21px, 2.34375vw, 30px);
}
footer .right .links {
  display: flex;
  flex-direction: row;
  gap: clamp(28px, 3.125vw, 40px);
  align-items: center;
  justify-content: center;
}
footer .right .links .fab {
  display: inline-block;
  font-size: clamp(32.2px, 3.59375vw, 46px);
  color: white;
  text-decoration: none;
  outline: none;
  transition: color 0.2s;
}
footer .right .links .fab:hover, footer .right .links .fab:focus:hover {
  color: var(--dred);
}
footer .right .links .donate {
  background: var(--red);
  color: white;
  font: 300 clamp(21px, 2.34375vw, 30px)/1em var(--font);
  text-transform: uppercase;
  letter-spacing: 0.12em;
  padding: clamp(12px, 0.9375vw, 16px) clamp(28px, 3.125vw, 40px);
  text-decoration: none;
  outline: none;
  border-radius: 0;
  border: 1px solid white;
  transition: color 0.2s, background 0.2s;
}
footer .right .links .donate:hover, footer .right .links .donate:focus:hover {
  color: white;
  background: var(--dred);
}

.disclaimer {
  background: var(--dred);
  color: white;
  text-align: center;
  margin: 0;
  padding: 15px;
  font: 400 14px var(--playfair);
}

@media (max-width: 599px) {
  .top {
    padding: 15px;
    flex-direction: column;
    gap: clamp(35px, 3.90625vw, 50px);
  }
  .top img {
    margin: 0;
  }
  .intro {
    flex-direction: column;
  }
  .intro div {
    margin-top: -100px;
  }
  .intro div p span {
    max-width: unset;
  }
  .intro div ul {
    max-width: unset;
  }
  footer{padding:30px 15px;}
  /* footer .right{margin-bottom: 20px;} */
  footer .right form{
    flex-direction: column;
  }
  footer .right form input{width:unset;}
}
@media (max-width: 767px) {
  .proven {
    flex-direction: column;
  }
  footer {
    flex-direction: column;
  }
}/*# sourceMappingURL=style.css.map */