:root {
  --font-display: 'Anton', Impact, sans-serif;
  --font-body: 'Public Sans', system-ui, -apple-system, sans-serif;
}

:root {
  --color-navy: #233973;
  --color-navy-dark: #150f44;
  --color-red: #d7463e;
  --color-red-hover: #ff6a30;
  --color-cyan: #16c0e3;
  --color-cyan-deep: #062b32;
  --color-cream: #faf6ef;
  --color-ink: #1b1733;
  --color-ink-muted: #5b5775;
  --color-ink-soft: #9a95ac;
  --color-on-navy: #c7c3df;
  --color-on-red: #ffe2d6;
  --color-red-rgb: 215, 70, 62;
  --color-navy-dark-rgb: 21, 15, 68;
}

:root {
  --color-navy: #233973;
  --color-navy-dark: #150f44;
  --color-red: #d7463e;
  --color-red-hover: #ff6a30;
  --color-cyan: #16c0e3;
  --color-cyan-deep: #062b32;
  --color-cream: #faf6ef;
  --color-ink: #1b1733;
  --color-ink-muted: #5b5775;
  --color-ink-soft: #9a95ac;
  --color-on-navy: #c7c3df;
  --color-on-red: #ffe2d6;
  --color-red-rgb: 215, 70, 62;
  --color-navy-dark-rgb: 21, 15, 68;
}

.wp-block-contrib {
  margin-top: 2rem;
  margin-bottom: 2rem;
  padding: 42px 0;
  background-color: var(--color-navy);
  width: calc(100% + 48px);
  position: relative;
  left: -24px;
  -webkit-box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
  overflow: hidden;
}
.wp-block-contrib > * {
  margin-bottom: 0;
}
.wp-block-contrib__container {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.wp-block-contrib__content {
  margin: 0 auto 2rem;
  width: 100%;
}
.wp-block-contrib__hed {
  margin: 0;
  font-family: var(--font-display);
  font-size: 28px;
  font-weight: var(--hed-font-weight);
  color: #ffffff;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.3);
  text-align: center;
  line-height: 1;
}
.wp-block-contrib__hed + .wp-block-contrib__deck {
  margin-top: 1rem;
}
.wp-block-contrib__deck {
  padding: 0;
  text-wrap: balance;
}
.wp-block-contrib__deck p:not([class]):not([id]) {
  margin: 0;
  font-size: 16px;
  font-weight: var(--body-font-weight);
  color: #ffffff;
  text-align: center;
  line-height: 1.5;
}
.wp-block-contrib__deck p:not([class]):not([id]) strong {
  color: var(--color-cyan);
}
.wp-block-contrib .cta__monthly {
  margin: 0 auto 36px;
}
.wp-block-contrib__form {
  margin: 0;
  width: 100%;
}
.wp-block-contrib__form .actblue__amounts {
  margin: 0 auto 12px;
  padding: 0;
  list-style-type: none;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 6px;
}
.wp-block-contrib__form .actblue__amounts li {
  width: calc(50% - 3px);
}
.wp-block-contrib__form .actblue__amounts li a {
  background-color: var(--btn-bg);
  padding: 21px 18px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: var(--font-body);
  font-size: 24px;
  font-weight: var(--btn-font-weight);
  color: var(--btn-color);
  text-decoration: none;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}
.wp-block-contrib__form .actblue__amounts li a:hover {
  background-color: var(--btn-bg-hover);
  color: var(--btn-color-hover);
  text-decoration: none;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}
.wp-block-contrib__form .actblue__amounts li.contribute__grid--other a {
  padding: 21px 18px;
  background-color: var(--btn-bg);
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: var(--font-body);
  font-size: 24px;
  font-weight: var(--btn-font-weight);
  color: var(--btn-color);
  text-align: center;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}
.wp-block-contrib__form .actblue__amounts li.contribute__grid--other a:hover {
  background-color: var(--btn-bg-hover);
  color: var(--btn-color-hover);
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}
.wp-block-contrib__form .actblue__amounts--avg a {
  background-image: url("../../../assets/img/star-c1.svg");
  background-position: 20% 50%;
  background-repeat: no-repeat;
  background-size: 10%;
}
.wp-block-contrib__form .actblue__amounts--avg a:hover {
  background-size: 15%;
}
.wp-block-contrib__form .actblue__disclaimer {
  margin: 0 auto;
  width: 100%;
  max-width: calc(100% - 48px);
  font-size: 14px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.66);
  text-align: center;
  line-height: 1.25;
}
@media (min-width: 768px) {
  .wp-block-contrib__content {
    max-width: 640px;
  }
  .wp-block-contrib__deck p:not([class]):not([id]) {
    font-size: 18px;
  }
  .wp-block-contrib__form .actblue__amounts li {
    width: calc(33% - 3px);
  }
  .wp-block-contrib__form .actblue__disclaimer {
    max-width: 380px;
  }
}
@media (min-width: 1024px) {
  .wp-block-contrib__container {
    margin: 0 auto;
    max-width: 800px;
  }
  .wp-block-contrib__hed {
    font-size: 42px;
  }
  .wp-block-contrib__form .actblue__amounts {
    max-width: 640px;
    gap: 6px 0;
  }
  .wp-block-contrib__form .actblue__amounts li a {
    font-size: 28px;
  }
  .wp-block-contrib__form .actblue__amounts li.contribute__grid--other a {
    font-size: 28px;
  }
}