.header--single::after {
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  height: 1px;
  background-color: #900027;
  content: "";
}
@media only screen and (max-width: 374px) {
  .header--single .logo img {
    max-width: 100%;
  }
}

.social__item--1::after {
  content: "\f35a";
  font-family: "Font Awesome 5 Pro", "FontAwesome", "Font Awesome 5 Brands", sans-serif;
}

.springform button {
  padding: 1rem 1.4rem;
  background-color: #5c1128;
  background-image: none;
  box-shadow: none;
}

.springform button span {
  color: #5c1128;
  text-shadow: none;
  font-size: 1.6rem;
  font-weight: normal;
}

.secureframe {
  padding: 6% 0;
  outline: 1px solid #ffffff;
}

.notice {
  text-align: center;
}

h1.highlight1,
h2.highlight1,
h3.highlight1 {
  text-shadow: 2px 2px 5px #000000;
}

a {
  color: #5c1128;
}

a.button.button,
button#formsubmit {
  border: 2px solid transparent;
  color: #5c1128;
  background-color: #f1a900;
  padding: 0.6rem 3rem;
  border-radius: 2rem;
  font-weight: 400;
  letter-spacing: normal;
  text-align: center;
  text-transform: none;
  font-family: "Swiss 721 W01", sans-serif;
  transition: all 0.2s ease-in-out;
}
a.button.button::after,
button#formsubmit::after {
  content: none;
}
a.button.button:hover,
button#formsubmit:hover {
  opacity: 1;
  background-color: #f1a900;
  border-color: #5c1128;
}

.donors {
  padding: 40px;
  list-style-type: none;
  border-radius: 5px;
  box-shadow: 0 0 10px 5px rgba(252, 252, 252, 0.1);
}
.donors--gold {
  background: repeating-linear-gradient(90deg, rgba(255, 251, 0, 0.02), rgba(255, 251, 0, 0.02) 10px, rgba(255, 251, 0, 0.05) 10px, rgba(255, 251, 0, 0.05) 20px);
  background-color: rgba(255, 215, 0, 0.2);
}
.donors--silver {
  background: repeating-linear-gradient(90deg, rgba(211, 211, 0, 0.02), rgba(211, 211, 0, 0.02) 10px, rgba(211, 211, 0, 0.04) 10px, rgba(211, 211, 0, 0.04) 20px);
  background-color: rgba(192, 192, 192, 0.2);
}
.donors--maroon {
  background: repeating-linear-gradient(90deg, rgba(128, 0, 0, 0.01), rgba(128, 0, 0, 0.01) 10px, rgba(128, 0, 0, 0.02) 10px, rgba(128, 0, 0, 0.02) 20px);
  background-color: rgba(128, 0, 0, 0.1);
}
.donors--blue {
  background: repeating-linear-gradient(90deg, rgba(25, 25, 112, 0.01), rgba(25, 25, 112, 0.01) 10px, rgba(25, 25, 112, 0.02) 10px, rgba(25, 25, 112, 0.02) 20px);
  background-color: rgba(25, 25, 112, 0.1);
}
.donors--first-to-finish {
  background: repeating-linear-gradient(90deg, rgba(210, 180, 140, 0.02), rgba(210, 180, 140, 0.02) 10px, rgba(210, 180, 140, 0.04) 10px, rgba(210, 180, 140, 0.04) 20px);
  background-color: rgba(210, 180, 140, 0.2);
}
.donors--crew-member {
  background: repeating-linear-gradient(90deg, rgba(210, 180, 140, 0.02), rgba(210, 180, 140, 0.02) 10px, rgba(210, 180, 140, 0.04) 10px, rgba(210, 180, 140, 0.04) 20px);
  background-color: rgba(210, 180, 140, 0.2);
}
.donors ul {
  margin-top: 20px;
  padding: 40px;
  list-style: none;
  text-align: center;
  -webkit-text-decoration: underline grey dotted;
          text-decoration: underline grey dotted;
}
.donors li {
  margin-bottom: 1rem;
}

hr {
  text-align: center;
  border-top: 4px double DarkKhaki;
}

img + br {
  display: initial !important;
}

.section--single blockquote {
  background-color: transparent;
  font-family: "Swiss 721 W01", sans-serif;
  font-style: oblique;
  padding: 0 3rem;
}
.section--single blockquote p,
.section--single blockquote cite {
  display: inline-block;
  color: #5c1128 !important;
}
.section--single blockquote cite {
  margin-top: 1rem;
  font-style: normal;
  font-weight: 700;
}
.section--single blockquote::after {
  content: none;
}
.section--single blockquote::before {
  content: "";
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background-color: #f1a900;
  border-radius: 1rem;
}

#processingModal {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background-color: rgba(0, 0, 0, 0.4);
}
#processingModal #processingMessage {
  position: relative;
  background-color: white;
  border-radius: 2rem;
  padding: 4rem;
  box-shadow: 0 0 3px 0 white;
}
#processingModal #processingMessage h1 {
  font-size: 3rem;
}
#processingModal #processingMessage p {
  font-size: 1.5rem;
}
#processingModal #processingMessage::before {
  z-index: -1;
  position: absolute;
  top: -0.4rem;
  bottom: -0.4rem;
  left: -0.4rem;
  right: -0.4rem;
  content: "";
  box-shadow: 2px 2px 6px 2px rgba(0, 0, 0, 0.2666666667);
  background: repeating-linear-gradient(-45deg, #0359c9, #0359c9 40%, #00b1f5 50%, #0359c9 60%, #0359c9);
  border-radius: 2.4rem;
  animation: Processing 3s linear infinite reverse;
  background-size: 200% 200%;
}
#processingModal #processingMessage::after {
  content: "\f3f4";
  font-family: "Font Awesome 5 Pro", "FontAwesome";
  font-weight: bold;
  position: absolute;
  top: 1.4rem;
  right: 1.4rem;
  font-size: 2rem;
  line-height: 2rem;
  color: black;
  background-color: #ffffff;
  border-radius: 1.1rem;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.4) inset;
  transform: rotate(0deg);
  animation: Loading 0.8s linear infinite;
}

@keyframes Processing {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 200% 50%;
  }
}
@keyframes Loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.payway-credit-card-iframe {
  width: 370px;
  margin: 30px 0 10px 0;
  min-height: 220px;
}

@media only screen and (max-width: 470px) {
  .payway-credit-card-iframe {
    width: 100%;
    max-width: 100%;
    min-height: 310px;
  }
}
@media only screen and (max-width: 370px) {
  .payway-credit-card-iframe {
    width: 370px;
    max-width: calc(100% + 50px);
    margin: 30px -25px 10px -25px;
  }
}
#section-footer p,
#section-footer li {
  padding-bottom: 0.8rem;
  color: #fefefe;
  line-height: 1.5;
  font-size: 1.4rem;
}
#section-footer hr {
  height: 2px;
  border: none;
  background: #6b1b2d;
  background: repeating-linear-gradient(90deg, #6b1b2d, #6b1b2d 6px, transparent 6px, transparent 12px);
  width: 100%;
}

