/* LESS: /usassafesport/stylesheet/safe-sport.less */
.CMSComponentSafeSport {
  flex-direction: column;
  -webkit-flex-direction: column;
  display: flex;
}
.CMSComponentSafeSport .CMSSafeSport {
  flex-direction: column;
  -webkit-flex-direction: column;
  display: flex;
  flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
}
.CMSComponentSafeSport .CMSSafeSport .Container {
  border: 0em;
  flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  width: 100%;
}
@supports (-webkit-overflow-scrolling: touch) {
  @media screen and (max-width: 767px) {
    .CMSComponentSafeSport .CMSSafeSport .Container {
      width: 0px;
      min-width: 100%;
      height: 0px;
    }
  }
}
/*# sourceMappingURL=safe-sport.css.map */


