.bg-red,
.bg-red .module-title,
.bg-red .module-subtitle{
  background-color: #C4222D;
}

.bg-blue,
.bg-blue .module-title,
.bg-blue .module-subtitle{
  background-color: #082078;
}

.progress-bar.pb-red {
  background-color: #C4222D;

}

.btn-blue {
  background-color: #082078;
  color: white;
}

.btn-blue:hover {
  background-color: #010f44;
  color: white;
}

footer.bg-blue, footer.bg-red {
  color: white;
}

footer.bg-blue a:visited, footer.bg-blue a:active, footer.bg-red a:visited, footer.bg-red a:active {
  color: #c9c9c9;
}

footer.bg-blue a:hover, footer.bg-red a:hover {
  color: white;
}
