footer a,
footer a:hover,
footer a:visited,
footer a:focus {
  color: var(--color-white) !important;
}
/* EXCEPTION: Don't force white text on links inside .ucpa-button */
footer .ucpa-button a,
footer .ucpa-button a:hover,
footer .ucpa-button a:visited,
footer .ucpa-button a:focus {
  color: var(--color-2D2A1F) !important;
}
footer .nav > li > a:hover, .nav > li > a:focus {
	background-color: transparent !important;
}