/* https://www.smashingmagazine.com/2022/10/fluid-typography-clamp-sass-functions/
 * Expects all incoming values to be pixels
 */
.accreditation {
  position: relative;
  margin-bottom: 0.5rem;
}
.accreditation .acrseal {
  width: 50px;
  height: 50px;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.5rem;
}
.accreditation .acrseal img {
  width: 100%;
}
.accreditation .acrseal:last-child {
  margin-right: 0;
}
.accreditation .acrseal.accredited-radsite {
  width: 43.55px;
}

/*# sourceMappingURL=accreditation.css.map */
