/* 1. Footer navy */
.Footer__footerBg,
[class*="Footer__"] {
  background-color: #25314B !important;
  color: #E5E7EB !important;
}

.Footer__footerBg a,
[class*="Footer__"] a {
  color: #FFFFFF !important;
}

/* 2. Page title hover extra-dark navy */
.Header__brandName:hover,
[class*="Header__title"]:hover,
[class*="PortalName"]:hover,
[class*="CompanyName"]:hover {
  color: #1A2438 !important;
}
.Radio__radio span{
	color:black;
}
.Radio__radioFaux {
	background-color: white !important;
}
.Radio__radioFaux::after {
	background-color: black !important;
}
