/* LESS: /cmmarketing/stylesheet/instructors.less */
.InstructorsList {
  max-width: 160ex;
  margin: 0 auto;
}
.InstructorsList > h3 {
  text-transform: uppercase;
  text-align: center;
  font-size: 1.8em;
}
@media screen and (max-width: 767px) {
  .InstructorsList > h3 {
    display: none;
  }
}
.InstructorsList > .Row {
  flex-direction: row;
  -webkit-flex-direction: row;
  display: flex;
  margin-top: 3em;
}
.InstructorsList > .Row > .Item {
  flex: 1 1 1em;
  flex-basis: 1em;
  flex-direction: row;
  -webkit-flex-direction: row;
  display: flex;
}
.InstructorsList > .Row > .Item > .Avatar {
  width: 10em;
  height: 10em;
  border-radius: 50%;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.InstructorsList > .Row > .Item > .Info {
  flex: 1 1 1em;
  margin-left: 2em;
}
.InstructorsList > .Row > .Item > .Info > div {
  padding-top: 0.5em;
}
.InstructorsList > .Row > .Item > .Info > .InstructorName {
  font-size: 1.25em;
  font-weight: bold;
}
.InstructorsList > .Row > .Item + .Item {
  margin-left: 1em;
}
.InstructorsList > .Row > .Item:not(:last-child) {
  margin-right: 1em;
}
@media screen and (max-width: 767px) {
  .InstructorsList > .Row {
    flex-direction: column;
    -webkit-flex-direction: column;
    display: flex;
    margin-top: 0;
    margin-bottom: 2em;
  }
  .InstructorsList > .Row:last-child {
    margin-bottom: 0;
  }
  .InstructorsList > .Row > .Item {
    display: block;
  }
  .InstructorsList > .Row > .Item > .Avatar {
    margin: 0 auto;
  }
  .InstructorsList > .Row > .Item > .Info > .InstructorName,
  .InstructorsList > .Row > .Item > .Info > .CoachType,
  .InstructorsList > .Row > .Item > .Info > .InstructorEmail {
    text-align: center;
  }
  .InstructorsList > .Row > .Item + .Item {
    margin-left: 0;
    margin-top: 2em;
  }
  .InstructorsList > .Row > .Item:not(:last-child) {
    margin-right: 0;
  }
}
/*# sourceMappingURL=instructors.css.map */


