html {
  scroll-behavior: smooth;
}

.visually-hidden,
.screenreader-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

main.main {
  background-color: white;
}

h2 {
  line-height: 1.2em;
}

.content-section p {
  font-weight: 400;
  line-height: 1.35em;
}

.white-section,
.content-section,
.white-section,
.content-section p {
  color: #444444;
}

.purple-section-wrapper {
  width: 100%;
  margin: 0;
  background-color: #494b9f;
}

.purple-section.content-section,
.purple-section.content-section p {
  color: #ffffff;
  background-color: #494b9f;
}

.content-section h2 {
  color: #ffffff;
  font-size: 2.25rem;
}

.content-section.white-section h2 {
  color: #494b9f;
}

.content-section {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-inline: 2rem;
  max-width: 1200px;
  margin-inline: auto;
  column-gap: 2rem;
  row-gap: 2rem;
  position: relative;
}

.content-section.wide-section {
  max-width: 1332px;
}

.content-section span.bigger-text {
  font-size: 1.35rem;
  display: block;
  line-height: 120%;
}

.content-section p:first-of-type:empty {
  margin-bottom: 0;
  border: 1px solid red; /* if red border is visible, something is broken */
  display: none;
}

.custom-wrapper.custom-wrapper--youtube iframe {
  max-width: 100% !important; /* override inline style on iframe */
  max-height: unset !important;
  width: 100%;
  aspect-ratio: 16/9;
  border-radius: 6px;
  overflow: hidden;
}

.hero-image-container {
  width: 100%;
}

#hero-image {
  max-height: 300px;
  object-fit: cover;
  width: 100%;
  object-position: center 10%;
}

.header-section.content-section {
  max-width: unset;
  padding: 0;
}

.hero-section.content-section,
.scorecard-section.content-section,
.take-action-section.content-section,
.donate-section.content-section {
  padding-top: 2rem;
  padding-bottom: 5rem;
}

.double-section .left,
.double-section .right {
  flex-basis: 100%;
}
@media screen and (max-width: 767px) {
        .hero-section.content-section {
        padding-top: 0rem;
    }
}

@media screen and (min-width: 768px) {
  .double-section .left,
  .double-section .right {
    flex-basis: calc(50% - 2rem);
  }
  .hero-section .custom-wrapper.custom-wrapper--youtube {
    margin-top: calc(3px + min(4.48vw, 61px));
  }
  .take-action-section.double-section .left {
    flex-basis: calc(40% - 2rem);
  }
  .take-action-section.double-section .right {
    flex-basis: calc(60% - 2rem);
  }
}

@media screen and (min-width: 1000px) {
      .take-action-section.double-section .left {
    flex-basis: calc(50% - 2rem);
  }
  .take-action-section.double-section .right {
    flex-basis: calc(50% - 2rem);
  }
}

@media screen and (max-width: 1000px) and (min-width: 768px) {
    .get-involved-section.double-section {
        column-gap: 1rem;
    }
    .get-involved-section.double-section .right {
    flex-grow: 1;
 
    }    
}

.divider {
  min-height: 80px;
  background-size: 200%;
  background-position: left 12%;
  margin-top: -40px;
  margin-bottom: -40px;
  position: relative;
}

.divider.white-divider {
  filter: brightness(10) saturate(0);
}

#lockup-image {
  margin-bottom: 1rem;
}

@media screen and (max-width: 767px) {
    #lockup-image {
      max-width: 450px;
        width: 100%;
    }
}

@media screen and (min-width: 737px) {
 
header.primary .container {
  max-width: 1332px;
  padding-inline: 2rem;
}

header.primary nav {
  gap: 2rem;
}

header.primary nav {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  float: none;
  max-width: 1332px;
  margin-inline: auto;
  width: 100%;
  align-content: center;
  flex-wrap: nowrap;
}

header.primary nav ul {
  margin: 0 !important;
  float: none;
  display: inline-block;
}

header.primary img {
  max-height: 80px;
}

header.primary nav ul a,
header.primary nav ul a:hover,
header.primary nav ul a:focus-visible {
  transition: 0.2s ease-in;
}
}

.divider.divider-content-container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  align-content: center;
  flex-wrap: nowrap;
}

.divider-content-container .divider-content {
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 2rem;
  padding-right: 2rem;
  margin: 0;
  max-width: calc(1332px - 2rem);
  display: block;
  align-self: center;
  width: 100%;
}

.divider-content-container.divider.divider-subnav-container,
.divider /* maybe can just apply to all dividers */ {
  min-height: 170px;
  background-repeat: repeat-x;
  justify-content: center;
  background-size: cover;
}

.divider-bottom-hider .divider {
  margin-top: 0px;
}

.divider-bottom-hider {
  margin-top: -40px;
  overflow: hidden;
  max-height: 80px;
}

.divider-subnav-container .divider-content {
}

.subnav-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: 2rem;
  row-gap: 1rem;
}

.subnav-row a {
  color: white;
  border: 2px solid white;
  border-radius: 3px;
  padding: 8px 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

.scorecard-section.content-section {
  flex-wrap: nowrap;
  flex-direction: column;
  row-gap: 0;
}

.scorecard-section h2 + p {

  margin-bottom: 0;
}

.scorecard-section > p:last-of-type,
.take-action-section > p:last-of-type,
.take-action-section .left > p:last-of-type {
  border: 1px solid red;
  display: none;
}

.scorecard-section .scorecard {
  font-size: 1rem;
  font-weight: 400;
  box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.1);
  border: 1px solid #dddddd;
  border-collapse: unset;
  border-radius: 6px;
  overflow: hidden;
}

@media screen and (min-width: 1260px) {
  .scorecard {
    position: relative;
    max-width: 1332px;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}

.scorecard tr {
  border: none;
}

.scorecard td {
  border: none;
  vertical-align: middle;
}

.scorecard tr:not(.header) td {
  color: black;
}

.scorecard .header {
  background-color: #f7f7f9;
}

.scorecard .header td:first-of-type {
  padding-left: 1rem;
  color: #494b9f;
}

.scorecard .header td ~ td {
  width: auto;
}

.scorecard tr > td ~ td {
  text-align: center;
}

.scorecard tr > td:first-of-type {
  padding-left: 1.25rem;
}

.scorecard tr.policy > td:first-of-type {
  padding-left: 1.3rem;
}

.scorecard img,
.scorecard p {
  width: 80px;
  max-width: 5vw;
  min-width: 50px;
}

.scorecard h3 {
  margin-block: 0;
  font-size: 1.75rem;
}

.scorecard .policy {
  background-color: #494b9f;
}

.scorecard .policy h4 {
  font-weight: 800;
  letter-spacing: 0.01em;
  font-size: 1.5rem;
  margin-bottom: -4px;
  display: inline-block;
  color: white;
}

.scorecard .policy td:first-of-type {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}

.scorecard .question {
  background-color: #d7d6eb;
}

.scorecard .question.question-banded {
  background-color: #edecf6;
}

.scorecard .policy svg {
  max-width: 25px;
  height: 25px;
  fill: white;
  display: inline-block;
  margin-right: 1rem;
  transform: scale(1.2);
}

.scorecard tr.question svg[aria-hidden="true"] {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 100%;
  aspect-ratio: 1;
  width: 30px;
}

.scorecard-key svg {
  height: 20px;
}

.scorecard-bottom-text {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.scorecard-key {
  flex-direction: row;
  gap: 1em;
  display: inline-flex;
  flex-wrap: wrap;
  width: 300px;
  min-width: 100px;
  flex-basis: 40%;
  flex-shrink: 1;
}

.scorecard-disclaimer {
  flex-basis: 200px;
  flex-shrink: 0;
  flex-grow: 1;
  font-size: 0.825rem;
  text-align: right;
}

.scorecard-key span {
  display: inline-flex;
  align-items: center;
  gap: 0.5em;
  font-size: 0.825rem;
  font-weight: 500;
}

.section-nav .subnav-row {
  justify-content: flex-end;
}

.section-nav .subnav-row a {
  color: #494b9f;
  border: 2px solid #494b9f;
  text-decoration: none;
}

.purple-section .section-nav .subnav-row a {
  color: white;
  border-color: white;
}

.events-section.content-section {
  display: block;
}


.events-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding-bottom: 1rem;
  margin-top: 2rem;
  row-gap: 1rem;
}

@media screen and (max-width: 767px){
.event-title {
    margin-bottom: calc(1.5rem - 2vw);
}
}

.event-title a{
    text-underline-offset: .1em;
    text-decoration-color: red;
}

.event-title a:hover,
.event-title a:focus-visible {
    text-decoration-color: #d7d6eb !important;
}

.event-title:has(a:hover) ~ .event-byline svg,
.event-title:has(a:focus-visible) ~ .event-byline svg{
    fill: #d7d6eb;
}

.event-wrapper {
  flex-grow: 1;
}

.events-wrapper .events-header {
  display: inline-flex;
  padding: 0;
  margin: 0 1.825rem 0 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100%;
  background-color: #edecf6;
}
.events-wrapper .events-header h3 {
  color: #494b9f;
  line-height: 0.6em;
  margin: 0;
  padding: 1em 0.85em 0.9em 0.85em;
  text-transform: uppercase;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.01em;
}

.events-wrapper .event-wrapper h4,
.events-wrapper .event-wrapper a {
  color: white;
}

.events-wrapper .event-wrapper h4 {
  font-size: 1.75rem;
  margin-bottom: 0.5rem;
}

.events-wrapper svg {
  height: 15px;
  fill: #edecf6;
  margin-right: 0.25rem;
}

.events-wrapper .event-byline {
  font-weight: 400;
  padding-left: 2px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  row-gap: .5rem;
}

.events-wrapper .event-byline span {
  margin-right: 0.75rem;
  flex-direction: row;
  align-items: flex-start;
  display: flex;
  line-height: 1.25;
}

.events-section .section-nav {
  padding-bottom: 5rem;
}

.take-action-section .section-nav .subnav-row,
.get-involved-section .section-nav .subnav-row {
  margin-bottom: 0;
  justify-content: flex-start;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}

.content-section.take-action-section {
  align-items: center;
  padding-top: 0;
}

.donate-form {
  background-color: #edecf6;
  box-shadow: unset;
  padding: 1rem 1.5rem;
  display: flex;
  flex-direction: row;
  gap: 1rem;
  flex-wrap: wrap;
  width: 100%;
  justify-content: flex-end;
}

.donate-form h3 {
  color: #494b9f;
  margin-top: 0;
  width: 100%;
  margin-bottom: 4px;
}

.donate-form input[type="radio"]:after {
  display: none;
}

.donate-options {
  display: flex;
  flex-direction: row;
  gap: 0.5rem;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between;
}

.donate-form input[type="radio"] {
  width: 100%;
  height: 35px;
  position: absolute;
  z-index: -10;
  border-radius: 0;
  margin: 0 !important;
  border: unset;
  box-shadow: unset;
  box-sizing: border-box;
  transition: border-color 0.2s, background-color 0.2s, color 0.2s;
}

.donate-form label {
  border: 2px solid #494b9f;
  flex-grow: 1;
  color: #494b9f;
  display: inline-flex;
  border-radius: 4px;
  -webkit-appearance: button;
  -moz-appearance: button;
  -o-appearance: button;
  -ms-appearance: button;
  appearance: button;
  position: relative;
  width: 72px;
  height: 45px;
  min-width: min-content;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.4);
}

.donate-form label:has(input[type="radio"]:hover),
.donate-form label:has(input[type="radio"]:focus-visible) {
  border-color: #ab0871;
  color: #ab0871;
  background-color: rgba(255, 255, 255, 0.6);
}

.donate-form label:has(input[type="radio"]:checked) {
  border-color: #ab0871;
  background-color: #ab0871;
  color: white;
}

#other-amount {
  position: relative;
  padding: 0 0px 0 3px;
  margin: 0px -3px 0 0;
  height: 100%;
  background-color: white;
  display: block;
  border: 2px solid #494b9f;
  border-left: 2px solid #494b9f;
  border-radius: 0 4px 4px 0px;
  box-sizing: border-box;
  box-shadow: unset;
  color: #888888;
  max-height: 45px;
  width: 130px;
}

.donate-other-div {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  align-content: center;
  justify-content: center;
  height: 46px;
  gap: 0;
}

.donate-other-div span {
  padding-inline: 15px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: max-content;
}

.donate-form
  label:has(input[type="radio"]:checked)
  div.donate-other-div
  #other-amount,
.donate-form
  label:has(input[type="radio"]:hover)
  div.donate-other-div
  #other-amount,
.donate-form
  label:has(input[type="radio"]:focus-visible)
  div.donate-other-div
  #other-amount {
  border-color: #ab0871;
  color: #444444;
  background-color: white;
}

.donate-form
  label:has(input[type="radio"])
  div.donate-other-div
  #other-amount:focus {
  color: #000000;
}

.donate-form button {
  border: 2px solid #494b9f;
  border-radius: 4px;
  font-weight: 600;
  font-family: "Stag Sans";
  padding: 0.825rem 1rem;
  font-size: 1rem;
  text-transform: uppercase;
  background-color: #494b9f;
  color: white;
  letter-spacing: 0.05em;
  transition: border-color 0.2s, background-color 0.2s;
}

.donate-form button:hover,
.donate-form button:focus-visible {
  border-color: #ab0871;
  background-color: #ab0871;
}

.donate-form br {
  display: none;
}

/* trying to flex items nicely; delete 3 below declarations if they break the form */
.donate-form label:has(#other-amount) {
  flex-grow: 1;
}

.donate-other-div {
  flex-grow: 1;
}

#other-amount {
  flex-grow: 1;
  flex-basis: 300%;
}
/* end fix; delete above 3 declarations if problematic */

.donate-form .submit-container {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  gap: 0.5rem;
}

.donate-form .messages-container {
  font-weight: 400;
  color: #ab0871;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 15px;
}

.donate-form .messages-container strong {
  font-weight: 500;
}

.content-section.donate-section {
  padding-top: 0;
}

.donate-section .right {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#footer-lockup-image {
  filter: brightness(10);
  max-width: min(450px, 100%);
}

h3.footer-share-prompt {
  text-transform: uppercase;
  width: 100%;
  text-align: center;
}
.donate-help-message {
  display: inline-block;
  font-size: 80%;
  font-weight: 400;
  margin-bottom: 0;
  margin-top: 0;
  width: 100%;
}

.footer-hr {
  width: 100%;
  border-top-color: #d7d6eb;
}

.footer-socials {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 0.825rem;
}

.footer-socials h3 {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0.5rem;
}

.footer-socials a {
  display: flex;
  max-width: 25px;
  height: 25px;
}

.footer-socials svg {
  fill: #d7d6eb;
  display: inline-block;
  transition: fill 0.2s;
}

.footer-socials a:hover svg,
.footer-socials a:focus-visible svg {
  fill: white;
}

.footer-socials .x svg {
  transform: scale(1.15);
}

.footer-socials a.youtube {
  width: 36px;
  max-width: 36px;
  margin-left: -2px;
  margin-right: -2px;
}

.footer-socials .youtube svg {
  transform: scale(1.3);
  transform-origin: center left;
}

.footer-socials a.instagram {
  width: 25px;
  max-width: 25px;
}

.footer-socials .instagram svg {
  transform: scale(1.2);
  transform-origin: center left;
}

.footer-socials a.linkedin {
  width: 25px;
  max-width: 25px;
}

.footer-socials .linkedin svg {
  transform: scale(1.1);
  transform-origin: top left;
}

.footer-wrapper .social-share a {
  background: #edecf6;
  width: 50px;
  height: 50px;
  overflow: visible;
  z-index: 999;
  border-radius: 4px;
  translate: translateY(0);
  transition: transform 0.2s ease-out !important;
}

.footer-wrapper .social-share a svg {
  fill: #494b9f;
  max-width: 34px;
  max-height: 34px;
  width: 34px;
  height: 34px;
  transition: fill 0.2s ease-out;
}

.footer-wrapper .social-share span {
  overflow: visible !important;
}

.footer-wrapper .social-share a:hover,
.footer-wrapper .social-share a:focus-visible {
  transform: translateY(-3px);
}

.footer-wrapper .social-share a:hover svg,
.footer-wrapper .social-share a:focus-visible svg {
  fill: #ab0871;
}

.footer-socials a.facebook {
  width: 17px;
  max-width: 17px;
}

.footer-socials a.x {
  width: 26px;
  max-width: 26px;
}

.footer-socials a:focus-visible {
  outline: 1.5px dotted white;
  outline-offset: 6px;
  border-radius: 2px;
}

.footer-wrapper .social-share a:focus-visible {
  outline: 2px dotted white;
}

.donate-form a:focus-visible {
  outline: 1.5px dotted #494b9f;
}

.donate-form button:focus-visible {
  outline: 2px dotted #ab0871;
}

.donate-options input:not([type="text"]):focus-visible{
  outline: 2px dotted #ab0871;
}

.donate-options input[type="text"]:focus-visible,
.donate-options input[type="text"]:focus-within{
  outline: 2px dotted #ab0871;
    outline-offset: -2px;
}

.donate-options input[type="text"]:focus-within {
    outline-offset: none;
}

.donate-options label:has(input[type="text"]) {
    transition: color 0.1s ease-out, background-color 0.1s ease-out;
}

.donate-options label:has(input[type="text"]:focus-visible){
  outline: 2px dotted #ab0871;
    outline-offset: 0px !important;
    background-color: white;
    color: #ab0871;
}

.donate-options label:has(input[type="radio"]:focus-visible) {
  outline: 2px dotted #ab0871;
}

.subnav-row a:focus-visible {
  outline: 2px dotted currentColor;
}

.take-action-section .action-form a {
  transition: transform 0.2s ease-out, background-color 0.2s ease-out;
}

.take-action-section .action-form a:hover,
.take-action-section .action-form a:focus-visible {
  background-color: #ab0871;
  transform: translateY(-3px);
}

.take-action-section .action-form a:focus-visible {
  outline: 2px dotted #ab0871;
}

.subnav-row a {
  text-decoration: none;
  transition: background-color 0.1s ease-in, color 0.1s ease-in;
}

.section-nav .subnav-row a:hover,
.section-nav .subnav-row a:focus-visible {
  background-color: #494b9f;
  color: white;
}

.purple-section .section-nav .subnav-row a:hover,
.purple-section .section-nav .subnav-row a:focus-visible,
.divider-content .subnav-row a:hover,
.divider-content .subnav-row a:focus-visible {
  background-color: white;
  color: #494b9f;
}

.content-section .section-nav .subnav-row a:focus-visible,
.divider-content .subnav-row a:focus-visible {
  outline-color: #494b9f;
}

.purple-section .section-nav .subnav-row a:focus-visible {
  outline-color: white;
}

.divider-content .subnav-row a {
  text-decoration: none;
  transition: background-color 0.1s ease-in, color 0.1s ease-in;
}

.normalised {
  max-width: calc(1200px - 4rem);
  align-self: center;
}
.subnav-row a svg {
  max-height: 1em;
  height: 1em;
  fill: currentColor;
}

.subnav-row a {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 0.5em;
  align-items: center;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .content-section {
    position: relative;
    max-width: 100%;
    overflow: clip;
  }
  .footer-wrapper .lockup-header {
    text-align: center;
  }
  .hero-section .custom-wrapper {
    max-width: max(200px, 90%););
    margin: auto;
    min-width: min(100%, 370px);
  }
  .scorecard-section .scorecard {
    max-width: 100%;
    overflow: scroll !important;
  }

  .donate-form,
  .donate-options,
  .right,
  .scorecard-bottom-text {
    max-width: 100%;
  }

  .content-section .normalised {
    max-width: 100%;
  }
  .scorecard-section .scorecard-key {
    width: 100%;
    flex-basis: 100%;
  }
  .content-section .section-nav .section-nav-row.subnav-row {
    justify-content: center;
  }
  .scorecard-section .scorecard-disclaimer {
    text-align: left;
  }
}

@media screen and (max-width: 820px) {
  .divider-content .subnav-row {
    row-gap: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .divider-content-container .divider-content {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}

@media screen and (max-width: 600px) {
      .divider-content .subnav-row {
    row-gap: 1rem;
    padding-top: 1.5rem;
    padding-bottom: 2rem;
  }
  .subnav-row {
    row-gap: 1rem;
  }
  .scorecard-section .scorecard h3 {
    font-size: 1.25rem;
  }
  .scorecard-section .scorecard .policy h4 {
    font-size: 1.125rem;
  }
  .scorecard-section .scorecard .policy svg {
    max-width: 20px;
    height: 20px;
  }
  .scorecard-section .scorecard tr > td ~ td {
max-width: 80px;
    box-sizing: border-box;
      min-width: 60px;
  }

  .scorecard-section .scorecard tr > td {
    padding: 12px;
  }
  
  .scorecard-page .scorecard-section .scorecard tr:has(td:nth-of-type(5)) > td ~ td {
  	min-width: 50px;
  	max-width: 60px !important;
  }

  .scorecard-page .scorecard:has(td:nth-of-type(5)) .header img {
    transform: scale(1.2)
  }
  
  #intro .scorecard:has(td:nth-of-type(5)) .candidates td ~ td{
  	font-size: 13px;
  }

  .scorecard-section .scorecard img {
    max-width: 100%;
    width: 100%;
    box-sizing: border-box;
    min-width: unset;
    transform: scale(1.1);
  }

  .scorecard-section .scorecard tr.question svg[aria-hidden="true"] {
    width: 27px;
  }
}

@media screen and (max-width: 400px) {
  .scorecard-section .scorecard .policy td:first-of-type {
    flex-wrap: wrap;
    row-gap: 0.5rem;
    column-gap: 0.5rem;
    justify-content: center;
    text-align: center;
    padding-left: 14px;
  }
  .scorecard-section .scorecard .policy td:first-of-type svg {
    margin-right: 0;
  }
      .scorecard-section .scorecard .question > td {
    padding: 10px 0px 10px 10px;
          font-size: 95%;
  }

          .scorecard-section .scorecard h3 {
              font-size: 1.125rem;
              line-height: 1.2em;
          }

 .scorecard-section .scorecard tr.question svg[aria-hidden="true"] {
     max-width: 25px;
 }

}
@media screen and (max-width: 420px) {
  .scorecard-wrapper {
    overflow-x: scroll;
    margin-left: -1rem;
    margin-right: -1rem;
    width: calc(100% + 2rem);
  }
}
@media screen and (max-width: 620px) {
  #hero-image {
    min-height: 200px;
  }
}

@media screen and (max-width: 766px) {
  .hero-section .divider-bottom-hider {
    max-height: 60px;
  }
}

@media screen and (max-width: 766px) {
  .hero-section .divider-bottom-hider {
    max-height: 60px;
  }
}

@media screen and (max-width: 620px) {
  .hero-section .divider-bottom-hider {
    max-height: 50px;
  }
  .intro .hero-section.content-section {
    padding-top: 0rem;
  }
}

@media screen and (max-width: 520px) {
  .intro .scorecard-section.content-section {
    padding-top: 1.5rem;
  }
  .intro .content-section h2 {
    /* line-height: 1em; */
    /* margin-bottom: 1rem; */
  }
}

@media screen and (min-width: 767px) {
  .get-involved-section.content-section .subnav-row {
    padding-bottom: 5rem;
  }
}

.get-involved-section .right {
  align-content: flex-end;
}

.footer-wrapper .get-involved-section .right {
  align-content: center;
}

@media screen and (max-width: 767px) {
      .get-involved-section .right img {
      max-width: min(550px, 100%);
      }
     div:not(.footer-wrapper) > .get-involved-section .right {
         justify-content: center;
         display: flex;
         flex-direction: row;
     }
}

@media screen and (max-width: 480px) {
    .footer-wrapper .get-involved-section .left .footer-socials {
        justify-content: center;
    }
        .footer-wrapper .get-involved-section .right h4,
    .footer-wrapper .get-involved-section .right p,
     .footer-wrapper .get-involved-section .right p a{
            text-align: center;
        color: white
        }
}

@media screen and (max-width: 380px) {
  .get-involved-section .right img {
    display: none !important;
  }
  .get-involved-section .right {
    padding-bottom: 2.5rem;
  }
}
.donate-section .left p:last-of-type {
  display: none;
}

.donate-section .left p:nth-last-of-type(2) {
  margin-bottom: -5px;
}


@media screen and (min-width: 768px) {
  .donate-form {
    margin-block: 10px;
  }
    .donate-section .left {
height: auto;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 0;
    height: fit-content;
align-self: center;
  }
  .donate-section .bigger-text,
  .donate-section p:has(.bigger-text){
    margin-bottom: 0;
  }
}


#scorecard {
  scroll-margin-top: 20px;
}

#events, #act-now, #volunteer {
    scroll-margin-top: 56px;
}

#donate {
  scroll-margin-top: 40px;
}


/* begin basic page changes */

#content.content-section .coded.bigger-text {
    font-size: 1.185rem;
}

.basic-section.content-section ul {
    font-weight: 400;
}
.basic-section.content-section ul li::marker {
  color: #494b9f;
}

.content-section.basic-section {
    padding-bottom: 5rem;
}

.content-section.basic-section h1 {
    color: #494b9f;
}

.content-section.basic-section h1:after {
    display: none;
}

      .basic-section.content-section {
            padding-top: 2rem;
        }

    .basic-section.content-section h1 {
        line-height: 1em;
        margin-bottom: 1.5rem;
        font-size: 2.25rem;
    }


.divider-bottom-hider:has(+ .breadcrumbs) {
    max-height: 50px;
}

.divider-bottom-hider:has(+ .breadcrumbs) .divider {
    filter: brightness(3.28) grayscale(1);
}


.breadcrumbs {
        font-weight: 400;
    background-color: #f6f6f6;
    color: #444444;
    transform: translateY(-.6rem);
    padding-bottom: 1rem;
    z-index: 999;
    overflow: visible;
}

.breadcrumbs a {

    text-underline-offset: 0.08em;
}

.breadcrumbs ol {
max-width: min(1322px, 100%);
    padding-inline: 2rem;
    margin: auto;
}

.breadcrumbs ol li {
    display: inline-block;
    margin-right: .5rem;
}

.breadcrumbs ol li:after {
    content: ">";
    padding-left: .5rem;
}

.breadcrumbs ol li:last-of-type:after {
    display: none;
}

#content.content-section,
#content.content-section div{
    max-width: min(100%, 1200px);
    
}

.scorecards-page  #content.content-section  {
  	max-width: min(100%, 1200px);
}

@media screen and (max-width: 300px){
    .left {
        max-width: 100%;
    }
    .footer-socials {
        max-width: 100%;
        flex-wrap: wrap;
    }
    .footer-socials span {
        flex-wrap: wrap !important;
        max-width: 100%;
        min-width: unset !important;
    }
}

.get-involved-section .lockup-header a:focus-visible {
    outline: 3px dotted white;
    outline-offset: 6px;
    border-radius: 4px;
}

@media screen and (max-width: 420px) {
  #content.content-section .scorecard-wrapper {
    overflow-x: scroll;
    margin-left: -1rem;
    margin-right: -1rem;
    max-width: calc(100% + 2rem);
    width: calc(100% + 2rem);
  }
}

.scorecards-page .content-section  h2 {
color: #Ab0178;
    font-size: 1.6rem;
    line-height: 1.25em;
}

@media screen and (min-width: 768px){
#content .intro.responsive-wrapper {
    grid-template-columns: 2fr 2fr;
    column-gap: 2rem;
}
    div.basic:not(.text-content) {
    padding-top: 2.3rem
}
}

@media screen and (min-width: 992px){
#content .intro.responsive-wrapper {
    grid-template-columns: 5fr 4fr;
    column-gap: 4rem;
}
}
    
#intro.intro.responsive-wrapper {
    padding: 0 !important;
}

#intro .text-content.basic {
    padding: 0 !important;
}    

.scorecards-page .scorecard-section .scorecard-disclaimer {
  display: none;
}

.scorecards-page .scorecard-section .scorecard-key {
  flex-basis: max-content;
}

.scorecards-page .candidates {
  background-color: #f7f7f9;
}

.scorecards-page .scorecard-section .candidates td {
  padding-top: 3px;
  
}

.scorecards-page .scorecard-section .scorecard .candidates > td strong{
  font-size: 1.125rem;
  font-weight: 
}

@media screen and (max-width: 767px) {
.scorecards-page .scorecard-section .candidates td ~ td {
  font-size: 14px;
}
}

@media screen and (max-width: 600px) {
  .scorecards-page .scorecard-section .scorecard .candidates > td strong{
  font-size: 1rem;
}
}

#intro .download-scorecard:after {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 384 512' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m214.6 470.6c-12.5 12.5-32.8 12.5-45.3 0l-160-160c-9.2-9.2-11.9-22.9-6.9-34.9s16.6-19.8 29.6-19.8h96v-184c0-22.1 17.9-40 40-40h48c22.1 0 40 17.9 40 40v184h96c12.9 0 24.6 7.8 29.6 19.8s2.2 25.7-6.9 34.9l-160 160z' fill='%23494b9f'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: top;
  width: 10px;
  flex-grow: 1;
  flex-shrink: 0;
  max-width: 20px;
  max-height: 100%;
  min-height: 16px;
  display: block;
  content: "";
  transition: filter 0.1s ease-in;
}

#intro .download-scorecard:hover:after,
#intro .download-scorecard:focus-visible:after {
filter: brightness(10);
}

#intro .download-scorecard  {
    color: #494b9f;
    border: 2px solid #494b9f;
    text-decoration: none;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 0.5em;
    align-items: center;
    text-align: center;
        border-radius: 3px;
    padding: 8px 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.02em;
        text-decoration: none;
    font-size: 80%;
    transition: background-color 0.1s ease-in, color 0.1s ease-in;
}

#intro .download-scorecard:hover,
#intro .download-scorecard:focus-visible {
    background-color: #494b9f;
    color: white;
}

#intro .download-scorecard:focus-visible {
  outline: 2px dotted #494B9f;
}


    .scorecards-page #intro p + ul li::marker {
        color: #AB0178;
    }

@media screen and (min-width: 440px) {
    .scorecards-page p + ul {
        column-count: 2;
    }
}

@media screen and (min-width: 767px) {
    .scorecards-page p + ul {
        column-count: 3;
    }
  
   .scorecards-page .scorecard-section .scorecard {
    max-width: 100%;
    overflow: unset !important;
  }
}
  
  @media screen and (max-width: 380px) {
    .footer-wrapper .get-involved-section .right {
        padding-bottom: 0;
    }
}
.about-wrapper {
    width: 100%;
    text-align: center;
    margin-top: -10px;
    margin-bottom: -10px;
}

.about-wrapper a {
    color: white;
    text-decoration: underline;
}

.about-wrapper a:hover {
        text-decoration-color: #7F7CBB;
}
    
    .about-wrapper a:focus-visible, 
    .footer-wrapper .right ~ hr ~ .left ~ .right a:focus-visible
    { 
        text-decoration-color: #edecf6;
            outline: 1.5px dotted white;
        outline-offset: 2px;
    }
.footer-wrapper .about-wrapper p {
    margin: 4px 0 0 0;
}


.page-type-calendar #content.content-section article.event {
    display: flex;
    flex-direction: column;
    background-color: #f6f6f6;
    border-radius: 5px;
    overflow: hidden;
    font-weight: 400;
}

.page-type-calendar #content.content-section article.event .event-details {
    padding: 1rem 1.5rem 1.5rem 1.5rem;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
  height: 100%;
}

.page-type-calendar article.event .event-details h2 {
    font-size: 1.5rem;
    line-height: 1.2em;
}

.page-type-calendar article.event .event-details h2 a {
    text-decoration: underline;
    text-decoration-color: transparent;
    color: #494b9f;
    transition: text-decoration-color 0.1s ease-in;
    
}

.page-type-calendar article.event .event-details h2 a:hover {
    text-decoration-color: #Ab0178;

}

.page-type-calendar article.event .event-details h2 a:focus-visible {
        text-decoration-color: #Ab0178;
    outline: 2px dotted #ab0178;
}

.page-type-calendar article.event .event-details .event-rsvps {
    font-weight: 500 !important;
    font-size: .825rem;
    background-color: #494b9f;
    border-radius: 30px;
    flex-shrink: 0;
    flex-grow: 0;
    flex-basis: max-content;
    line-height: 1em;
    color: white;
    width: 75px;
    text-align: center;
    padding: 5px .5rem 4px .5rem;
    display: inline-block;
    margin-top: 3px;
    letter-spacing: .02em;
    text-decoration: none;
    transition: background-color 0.1s ease-in;
}

@media screen and (max-width: 420px) {
    .page-type-calendar article.event .event-details .event-rsvps {
    display: none !important;
    }
}

.page-type-calendar article.event .event-details .event-rsvps:hover,
.page-type-calendar article.event .event-details .event-rsvps:focus-visible {
background-color: #Ab0178;  
}

.page-type-calendar article.event .event-details .event-rsvps:focus-visible {
    outline: 1.5px dotted #ab0178;
}

.page-type-calendar article.event .event-details a:focus-visible {
    outline: 1.5px dotted #494b9f;
}

.page-type-calendar article.event .event-details .event-title-link {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
    max-width: 100%;
    margin-bottom: .75rem;
  gap: .5rem;
}

.page-type-calendar #content.content-section article.event .image-container img {
 aspect-ratio: 3;
    object-fit: cover;
    object-position: center;
    max-width: 100%;
        width: 100%;
}

.page-type-calendar #content.content-section #info #grid-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 4rem;
    grid-row-gap: 2rem;
    justify-items: stretch;
}

@media screen and (max-width:820px) {
  .page-type-calendar #content.content-section #info #grid-container {
    grid-template-columns: 1fr;
  }
}

.page-type-calendar article.event .submit-link {
    border: 2px solid #494b9f;
    flex-grow: 0;
  margin-top: auto;
    max-width: max-content;
    padding: .5rem .8rem;
    font-weight: 600;
        border-radius: 4px;
    justify-self: flex-end; 
    text-decoration: none;
    transition: color 0.1s ease-in, background-color 0.1s ease-in;
}

.page-type-calendar article.event .submit-link:hover,
.page-type-calendar article.event .submit-link:focus-visible {
    background-color: #494b9f;
    color: white;
}


.page-type-calendar article.event .event-time-details,
.page-type-calendar article.event .event-ticket-details,
.page-type-calendar article.event .event-venue-details {
    font-size: 14px;
        font-weight: 400;
    margin-bottom: .4rem;
}

.page-type-calendar article.event .event-description-wrapper p {
    margin-top: .5rem;
    margin-bottom: 1.2rem;
}

.page-type-calendar .event-details-icon svg {
  width: 1em;
  height: 1em;
  fill: #7F7CBB;
}

.page-type-calendar article.event .event-time-details,
.page-type-calendar article.event .event-venue-details {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: .5rem;
  align-items: center;
}


/* Accordion styling */
.accordion {
    font-style: normal;
    background-color: #f6f6f6;
    box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.1);
    width: 100%;
    padding: 1.2rem 2rem 1.4rem 2rem;
    margin-left: auto;
    margin-right: auto;
    max-width: calc(100%);
    box-sizing: border-box;
    border-radius: 10px;
    text-align: left;
    margin-bottom: 1.75rem;
}

.accordion-body {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 300ms ease;
}

.accordion-wrapper {
  overflow: hidden;
}

.accordion-body.open {
  grid-template-rows: 1fr;
}

.accordion .accordion-title-wrapper {
  display: flex;
  flex-direction: row;
  gap: 1rem;
  align-items: center;
  align-content: stretch;
}

#content .accordion .accordion-title h2 {
    font-weight: 500;
    font-size: 1.2rem;
    color: #494b9f;
    letter-spacing: .01em;
    line-height: 1.2em;
}

#content .accordion .accordion-title strong {
  font-weight: 700;
}

.accordion .accordion-button {
    padding-inline: 0;
    background-color: transparent;
    border-radius: 4px;
    border-color: #7F7CBB;
    border-width: 2px;
    outline-color: transparent;
    border-style: solid;
    outline-width: 0;
    min-width: 40px;
    min-height: 40px;
}

.accordion .accordion-button:hover {
    background-color: #494b9f;
    border-color: #494b9f;
}

.accordion .accordion-button:hover:before {
    color: white;
}

.accordion .accordion-button,
.accordion .accordion-button:before {
  transition: border-color 0.2s, background-color 0.2s, color 0.2s;
}

.accordion .accordion-button:focus {
  border-color: #494b9f;
  outline-color: transparent;
}

.accordion .accordion-button:focus-visible {
  background-color: #494b9f;
  border-radius: 4px;
  border-color: #494b9f;
  outline: 1.5px dotted #494b9f;
  color: white;
  transition: border-color 0.2s, background-color 0.2s;
}

.accordion .accordion-button:before {
  line-height: 1.3em;
}

.accordion .accordion-button:focus-visible:before {
  color: white;
}

.accordion .accordion-button:before {
  transition: transform 0.2s;
}

.accordion:has(.open) .accordion-button:before {
  transform: rotate(180deg) translateY(-2px);
  transition: transform 0.2s;
}

.accordion .accordion-body .accordion-wrapper {
  padding-top: -1rem;
  transition: padding-top 0.4s;
}

.accordion .accordion-body.open .accordion-wrapper {
  padding-top: 1rem;
}

@media screen and (max-width: 776px) {
  #content .accordion .accordion-button {
    margin-left: -0.5rem;
    margin-right: 0.5rem;
  }
  #content .accordion .accordion-button:before {
  }
  #content .accordion-title-wrapper {
    gap: 0.5em;
  }
}

.accordion .accordion-button:before {
  content: " ";
  font-family: "FontAwesome";
  background-position: center;
background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 320 512' xmlns='http://www.w3.org/2000/svg' fill='%23494b9f'%3E%3Cpath d='M137.4 374.6c12.5 12.5 32.8 12.5 45.3 0l128-128c9.2-9.2 11.9-22.9 6.9-34.9s-16.6-19.8-29.6-19.8L32 192c-12.9 0-24.6 7.8-29.6 19.8s-2.2 25.7 6.9 34.9l128 128z' /%3E%3C/svg%3E%0A");  font-weight: 400;
  color: #494b9f;
  background-repeat: no-repeat;
  background-position: center;
    background-size: cover;
  display: inline-flex;
  width: 1rem;
  height: 1rem;
  font-size: 1.5rem;
    transition: filter 0.2s, transform 0.2s;
}

.accordion .accordion-button:hover:before,
.accordion .accordion-button:focus-visible:before {
    filter: brightness(10);
}

.accordion .sr-text {
  visibility: hidden;
  font-size: 0;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  color: transparent;
}

@media screen and (max-width: 1199px) {
  #content .accordion {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    max-width: 100%;
  }
}
  
  .accordion .accordion-body p:empty {
    margin: 0;
    padding: 0;
    display: none;
}

.accordion .accordion-title,.accordion .accordion-button  {
  cursor:pointer;
}

.social-share a.copy-link {
  color: #494b9f;
  font-weight: 500;
  font-size: 80%;}

.signup_form .social-share .copy-link {
  font-size: 65%;
  font-weight: 500;
  color: white; 
}
