:root {
  --blue:#5375a2;
  --red:#a11d21;
  --yellow:#ebd43c;
  --montserrat:"Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  --serif:"Crimson Text", Georgia, "Times New Roman", serif;
  --anton:"Anton", "Impact", "Haettenschweiler", "Arial Narrow Bold", sans-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;
  color: #333;
}

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;
  width: 100% !important;
}

.top {
  padding: clamp(35px, 3.90625vw, 50px) clamp(17.5px, 1.953125vw, 25px) clamp(56px, 6.25vw, 80px) clamp(17.5px, 1.953125vw, 25px);
  text-align: center;
  background: url(header.jpg) center center/cover no-repeat;
}
.top img {
  display: inline-block;
  margin-bottom: 30px;
  max-width: clamp(471.8px, 52.65625vw, 674px);
}
.top .links {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: clamp(21px, 2.34375vw, 30px);
}
.top .donate {
  background: var(--red);
  padding: clamp(10px, 0.78125vw, 16px) clamp(21px, 2.34375vw, 30px);
  color: white;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  font: 700 clamp(16px, 1.640625vw, 21px)/1em var(--montserrat);
  text-decoration: none;
  transition: background 0.2s;
  border-radius: 0;
}
.top .donate:hover {
  background: var(--blue);
}
.top a:has(i) {
  text-decoration: none;
  font-size: clamp(21px, 2.34375vw, 30px);
  transition: color 0.2s;
}
.top a:has(i).facebook {
  color: #1778f2;
}
.top a:has(i).twitter {
  color: #202020;
}
.top a:has(i):hover {
  color: green;
}

.content {
  background: #a11d22 url(background.jpg) center top/contain no-repeat;
  border-top: clamp(8px, 0.625vw, 16px) solid var(--yellow);
}
.content .wrap {
  max-width: 960px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}
.content .h1, .content .h1mobile {
  margin-top: -30px;
}
.content ul {
  margin: 0;
}
.content h1 {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.content .inner {
  background: white;
  padding: clamp(28px, 3.125vw, 40px) clamp(42px, 4.6875vw, 60px);
}
.content blockquote {
  position: relative;
  margin: 0 auto 3em auto;
}
.content blockquote .quote {
  display: inline-block;
  width: 66px;
  position: absolute;
  top: -1em;
  left: 0;
}
.content blockquote p {
  font: 400 clamp(23.1px, 2.578125vw, 33px) var(--serif);
  text-align: center;
  margin: 0 auto 1em auto;
}
.content blockquote .signature {
  width: clamp(100.1px, 11.171875vw, 143px);
  margin: auto;
  display: block;
}
.content h2 {
  color: var(--red);
  font: 400 clamp(34.3px, 3.828125vw, 49px) var(--anton);
  margin: 0;
  text-align: center;
  text-transform: uppercase;
}
.content .divider {
  margin: 0 auto 40px auto;
  display: block;
  background: url(divider.jpg) center center/cover no-repeat;
  height: 21px;
}
.content .columns {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: clamp(35px, 3.90625vw, 50px);
}
.content ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font: 600 clamp(21px, 2.34375vw, 30px)/1.1em var(--serif);
  max-width: clamp(280px, 31.25vw, 400px);
}
.content ul li {
  padding-left: clamp(54.6px, 6.09375vw, 78px);
  min-height: clamp(34.3px, 3.828125vw, 49px);
  display: flex;
  flex-direction: row;
  margin-bottom: 1em;
}
.content ul li:before {
  content: "";
  display: inline-block;
  width: clamp(54.6px, 6.09375vw, 78px);
  height: clamp(34.3px, 3.828125vw, 49px);
  margin-left: clamp(-78px, -6.09375vw, -54.6px);
  background: url(star.svg) center left/clamp(34.3px, 3.828125vw, 49px) no-repeat;
}
.content ul li span {
  flex: 1;
}
.content .photos {
  max-width: 50%;
}
.content .vote {
  padding: clamp(28px, 3.125vw, 40px);
}
.content .vote h2 {
  color: white;
  font: 600 25px var(--serif);
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 0.7em;
  letter-spacing: 0.2em;
}
.content .vote form {
  display: flex;
  flex-direction: row;
  gap: 15px;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  max-width: 770px;
  margin: 0 auto clamp(49px, 5.46875vw, 70px) auto;
}
.content .vote form input, .content .vote form button {
  border: none;
  height: unset;
  min-height: 0;
  max-height: unset;
  outline: none;
  width: unset;
  min-width: 0;
  max-width: unset;
  border-radius: 0;
}
.content .vote form input {
  background: white;
  padding: clamp(10px, 0.78125vw, 16px) clamp(15px, 1.171875vw, 16px);
  font: 600 clamp(16px, 1.5625vw, 20px) var(--montserrat);
  color: var(--red);
  flex: 1;
}
.content .vote form input::-moz-placeholder {
  color: #a6a6a6;
  font-weight: 400;
}
.content .vote form input::placeholder {
  color: #a6a6a6;
  font-weight: 400;
}
.content .vote form input:focus::-moz-placeholder {
  font-weight: 600;
  color: var(--red);
}
.content .vote form input:focus::placeholder {
  font-weight: 600;
  color: var(--red);
}
.content .vote form button {
  padding: clamp(10px, 0.78125vw, 16px) clamp(15px, 1.171875vw, 16px);
  font: 600 clamp(16px, 1.5625vw, 20px) var(--montserrat);
  transition: background 0.2s;
  text-transform: uppercase;
  background: red;
}
.content .vote form button:hover {
  background: green;
}
.content .votebottom {
  display: flex;
  flex-direction: row;
  gap: clamp(42px, 4.6875vw, 60px);
  align-items: center;
  justify-content: center;
  max-width: 870px;
  margin: auto;
  color: white;
  text-align: center;
}
.content .votebottom img {
  width: clamp(301px, 33.59375vw, 430px);
  opacity: 0.5;
}
.content .votebottom a {
  color: white;
  text-decoration: none;
  outline: none;
  border-radius: 0;
  text-align: center;
  display: inline-block;
  padding: clamp(10px, 0.78125vw, 16px) clamp(16px, 1.5625vw, 20px);
  background: none;
  font: 600 clamp(18.2px, 2.03125vw, 26px)/1em var(--montserrat);
  text-transform: uppercase;
  letter-spacing: 0.15em;
  border: 3px solid white;
  transition: border 0.2s, color 0.2s;
  margin-bottom: 0.5em;
}
.content .votebottom a:hover {
  color: var(--yellow);
  border-color: var(--yellow);
}
.content .votebottom p {
  font: 400 12px var(--montserrat);
}

@media (max-width: 599px) {
  .h1 {
    display: none;
  }
  .h1mobile {
    display: block;
  }
  .content .columns {
    flex-direction: column;
  }
  .content .photos {
    max-width: unset;
  }
  .content .vote form {
    flex-direction: column;
  }
  .content .vote .votebottom {
    flex-direction: column;
  }
  .facebook.desktop {
    display: none;
  }
}
@media (min-width: 600px) {
  .h1 {
    display: block;
  }
  .h1mobile {
    display: none;
  }
  .facebook.mobile {
    display: none;
  }
}/*# sourceMappingURL=style.css.map */