/* Compatibility helpers for legacy TemplateMo markup still used in this site. */

.text-right {
  text-align: right !important;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.ml-1 {
  margin-left: 0.25rem !important;
}

.mr-3 {
  margin-right: 1rem !important;
}

.float-left {
  float: left !important;
}
