.headerNavyLarge {
  color: #2D2D59 !important;
  font-family: Arial;
  font-size: 20px;
  margin-top: 25px;
}
.headerNavyMedium {
  color: #2D2D59 !important;
  font-family: Arial;
  font-size: 16px;
  margin-top: 25px;
}
.headerNavySmall {
  color: #2D2D59 !important;
  font-family: Arial;
  font-size: 14px;
  margin-top: 25px;
}
.headerRedLarge {
  color: #BB1215 !important;
  font-family: Arial;
  font-size: 20px;
  margin-top: 25px;
}
.headerRedMedium {
  color: #BB1215 !important;
  font-family: Arial;
  font-size: 16px;
  margin-top: 25px;
}
.headerRedSmall {
  color: #BB1215 !important;
  font-family: Arial;
  font-size: 14px;
  margin-top: 25px;
}
.headerGreyLarge {
  color: #505050 !important;
  font-family: Arial;
  font-size: 20px;
  margin-top: 25px;
}
.headerGreyMedium {
  color: #505050 !important;
  font-family: Arial;
  font-size: 16px;
  margin-top: 25px;
}
.headerGreySmall {
  color: #505050;
  font-family: Arial;
  font-size: 14px;
  margin-top: 25px;
}
.headerWhiteLarge {
  color: #fff !important;
  font-family: Arial;
  font-size: 20px;
  margin-top: 25px;
}
.headerWhiteMedium {
  color: #fff !important;
  font-family: Arial;
  font-size: 16px;
  margin-top: 25px;
}
.headerWhiteSmall {
  color: #fff;
  font-family: Arial;
  font-size: 14px;
  margin-top: 25px;
}