.background-color-dark-blue {
  background-color: #034b76;
  color: #fff;
}
.background-color-dark-blue:focus, .background-color-dark-blue:hover {
  background-color: #034b76;
  color: #fff;
}
.background-color-dark-grey {
  background-color: #1a1b1f;
  color: #fff;
}
.background-color-dark-grey:focus, .background-color-dark-grey:hover {
  background-color: #1a1b1f;
  color: #fff;
}
.background-color-dark-red {
  background-color: #810505;
  color: #fff;
}
.background-color-dark-red:focus, .background-color-dark-red:hover {
  background-color: #810505;
  color: #fff;
}
.background-color-darkest-black {
  background-color: #000;
  color: #fff;
}
.background-color-darkest-black:focus, .background-color-darkest-black:hover {
  background-color: #000;
  color: #fff;

}
.background-color-light-grey {
  background-color: #f2f2f3;
  color: #53565a;
}
.background-color-light-grey:focus, .background-color-light-grey:hover {
  background-color: #f2f2f3;
  color: #53565a;
}
.background-color-light-orange {
  background-color: #ffc27b;
  color: #53565a;
}
.background-color-light-orange:focus, .background-color-light-orange:hover {
  background-color: #ffc27b;
  color: #53565a;
}
.background-color-lightest-teal {
  background-color: #cae8e6;
  color: #53565a;
}
.background-color-lightest-teal:focus, .background-color-lightest-teal:hover {
  background-color: #cae8e6;
  color: #53565a;
}
.background-color-lightest-white {
  background-color: #fff;
  color: #53565a;
}
.background-color-lightest-white:focus, .background-color-lightest-white:hover {
  background-color: #fff;
  color: #53565a;
}
.background-color-light-medium-grey {
  background-color: #e8e9ec;
  color: #53565a;
}
.background-color-light-medium-grey:focus, .background-color-light-medium-grey:hover {
  background-color: #e8e9ec;
  color: #53565a;
}
.background-color-medium-blue {
  background-color: #00629b;
  color: #fff;
}
.background-color-medium-blue:focus, .background-color-medium-blue:hover {
  background-color: #00629b;
  color: #fff;
}
.background-color-medium-grey {
  background-color: #5b5e66;
  color: #fff;
}
.background-color-medium-grey:focus, .background-color-medium-grey:hover {
  background-color: #5b5e66;
  color: #fff;
}
.background-color-medium-red {
  background-color: #bf1d1b;
  color: #fff;
}
.background-color-medium-red:focus, .background-color-medium-red:hover {
  background-color: #bf1d1b;
  color: #fff;
}

.background-color-medium-teal {
  background-color: #00857d;
  color: #fff;
}
.background-color-medium-teal:focus, .background-color-medium-teal:hover {
  background-color: #00857d;
  color: #fff;
}
.background-color-medium-dark-grey {
  background-color: #282829;
  color: #fff;
}
.background-color-medium-dark-grey:focus, .background-color-medium-dark-grey:hover {
  background-color: #282829;
  color: #fff;
}
.background-color-medium-light-blue {
  background-color: #0074a2;
  color: #fff;
}
.background-color-medium-light-blue:focus, .background-color-medium-light-blue:hover {
  background-color: #0074a2;
  color: #fff;
}

.background-color-medium-light-grey {
  background-color: #e0e1e2;
  color: #53565a;
}
.background-color-medium-light-grey:focus, .background-color-medium-light-grey:hover {
  background-color: #e0e1e2;
  color: #53565a;
}
.background-color-regular-aqua {
  background-color: #007fa3;
  color: #fff;
}
.background-color-regular-aqua:focus, .background-color-regular-aqua:hover {
  background-color: #007fa3;
  color: #fff;
}
.background-color-regular-blue {
  background-color: #025586;
  color: #fff;
}
.background-color-regular-blue:focus, .background-color-regular-blue:hover {
  background-color: #025586;
  color: #fff;
}
.background-color-regular-grey {
  background-color: #53565a;
  color: #fff;
}
.background-color-regular-grey:focus, .background-color-regular-grey:hover {
  background-color: #53565a;
  color: #fff;
}
.background-color-regular-orange {
  background-color: #be531c;
  color: #fff;
}
.background-color-regular-orange:focus, .background-color-regular-orange:hover {
  background-color: #be531c;
  color: #fff;
}
.background-color-regular-purple {
  background-color: #8246af;
  color: #fff;
}
.background-color-regular-purple:focus, .background-color-regular-purple:hover {
  background-color: #8246af;
  color: #fff;
}


.background-color-regular-light-grey {
  background-color: #d9dadd;
  color: #53565a;
}
.background-color-regular-light-grey:focus, .background-color-regular-light-grey:hover {
  background-color: #d9dadd;
  color: #53565a;
}
