/* LESS: /cms/stylesheet/team-level.less */
.CMSComponentTeamLevel {
  flex-direction: row;
  -webkit-flex-direction: row;
  display: flex;
  align-items: center;
  justify-content: center;
}
.CMSComponentTeamLevel > a {
  text-align: center;
}
.CMSComponentTeamLevel > div.LevelSeparator {
  margin-left: 1em;
  margin-right: 1em;
  box-sizing: border-box;
  flex-direction: column;
  -webkit-flex-direction: column;
  display: flex;
  border-left: 1px solid #666666;
  min-height: 4em;
}
@media screen and (max-width: 767px) {
  .CMSComponentTeamLevel > div.LevelSeparator {
    border-left: none !important;
  }
}
.CMSComponentTeamLevel a.LSCRegionBadge {
  font-size: 1.1em;
  white-space: pre-wrap;
  text-transform: uppercase;
  font-style: italic;
  font-weight: bold;
  max-width: 8em;
}
@media screen and (max-width: 991px) {
  .CMSComponentTeamLevel a.LSCRegionBadge {
    text-align: center;
  }
}
/*# sourceMappingURL=team-level.css.map */


