footer {
background-color:#000;
}
#full_width-879468154 {
border-bottom:2px solid #ffdd18;
}
#twentyfive_seventyfive-913808612 .threequarter .inner-column,
#twentyfive_seventyfive-1469037280 .threequarter .inner-column {
padding-top:30px;
}
.event-list-title a:hover {
  color: #b5b7b9;
}
.event-list-title a {
  color: #b5b7b9;
}
.filter-grid-text {
  color: #b5b7b9;
}


/* ---- CSS for Sign-up Pages ---- */

/* Experiment 2025-12-13 */
/* Hides the misguiding knowledge base link. */
/* Not able to (safely) target the link on Step One. */
/* Not able to (safely) target the link on the Interests module. */
#member_contact .new-instruction-text {
  /* i.e. "General Information" */
  display: none;
}
#member_questions .new-instruction-text {
  /* i.e. "Additional Questions" */
  display: none;
}
#member_joining_agreement .new-instruction-text {
  /* lit. "Member Joining Agreement" */
  display: none;
}

/* Proof of Concept 2025-12-13 */
/* Hides the "salutation" row, which is optional and not removable through the UI. */
/* TODO: need to update other user-facing pages to also hide this. */
#member_contact .form-row.salutation-row {
    display: none;
}