/* swapping defaults for a11y */
.program-2001 span.bg-secondary,
.program-2001 a.bg-secondary,
.program-2001 button.bg-secondary {
  background-color: var(--primary-color) !important;
}

.program-2001 span.bg-secondary:hover,
.program-2001 a.bg-secondary:hover,
.program-2001 button.bg-secondary:hover {
  background-color: var(--secondary-color) !important;
}
/* END swapping defaults for a11y */

.home #featured a:not(.bg-primary) {
  color: rgb(0, 0, 255);
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-color: rgb(0, 0, 255, 0.5);
}

.home #featured a:not(.bg-primary):hover {
  text-decoration-color: rgb(0, 0, 255, 1);
  transition: all 0.15s ease;
}

.custom-page .no-tailwindcss-base h1:first-of-type {
  color: var(--primary-color);
}

.custom-page .no-tailwindcss-base .resourceButton,
.custom-page .no-tailwindcss-base .resource-button {
  margin: 0;
}