.a11y-outline-lg-blue:focus {
  outline: 3px dotted #0075be !important;
}
.a11y-outline-lg-white:focus {
  outline: 3px dotted #ffffff !important;
}
.a11y-outline-lg-black:focus {
  outline: 3px dotted #414141 !important;
}
.a11y-outline-sm-blue:focus {
  outline: 1px dotted #0075be !important;
}
.a11y-outline-sm-white:focus {
  outline: 1px dotted #ffffff !important;
}
.a11y-outline-sm-black:focus {
  outline: 1px dotted #414141 !important;
} 
.a11y-color-blue {
  color: #0075be;
} 
.a11y-color-red {
  color: #c81414;
} 
.a11y-color-white {
  color: #ffffff;
} 
.a11y-color-black {
  color: #414141;
}
.a11y-bg-color-red {
  background-color: #C81414 !important;
}
.a11y-bdr-color-red {
  border-color: #C81414 !important;
}
.a11y-outline-none:focus {
  outline: none !important;
}
.a11y-uppercase {
  text-transform: uppercase;
}