/* LESS: /cms/stylesheet/partners-sponsors.less */
.CMSComponentTeamPartners > .ComponentHeader {
  padding: 0.4em 0 0 0;
  border-bottom: solid 1px #c6c4c5;
  margin-bottom: 0;
}
.CMSComponentTeamPartners .List {
  flex-direction: row;
  -webkit-flex-direction: row;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-left: -1em;
}
.CMSComponentTeamPartners .List.Left {
  justify-content: flex-start;
}
.CMSComponentTeamPartners .List.Right {
  justify-content: flex-end;
}
.CMSComponentTeamPartners .Entry {
  flex-direction: column;
  -webkit-flex-direction: column;
  display: flex;
  width: 148px;
  height: 148px;
  overflow: hidden;
  border: solid 1px #cecece;
  margin-top: 1em;
  margin-left: 1em;
}
.CMSComponentTeamPartners .Entry.Supplement {
  height: 0;
  border: none;
  margin-top: 0em;
  margin-bottom: 0em;
}
.CMSComponentTeamPartners .Entry > .Content {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  overflow: auto;
}
.CMSComponentTeamPartners .Entry .ImageContainer {
  width: 100%;
  height: 100%;
}
/*# sourceMappingURL=partners-sponsors.css.map */


