/**
 * The base file that should be imported by every file.
 * There should be no CSS generation in this or from imported scss files at all!
 */
/**
 * Library
 */
/**
 * Variables and functions
 */
#section-teachers #teachers {
  display: flex;
  flex-wrap: wrap; }
  #section-teachers #teachers .teacher {
    margin-bottom: 1em;
    flex-basis: 100%;
    position: relative;
    padding: 1em;
    border-radius: 16px;
    box-shadow: 0px 1px 3px 0px #9aa2b1;
    background: #fff;
    display: flex;
    flex-wrap: wrap; }
    @media (min-width: 981px) {
      #section-teachers #teachers .teacher {
        flex-basis: calc(50% - .5em);
        margin-bottom: 1em; }
        #section-teachers #teachers .teacher:nth-child(even) {
          margin-left: .5em; }
        #section-teachers #teachers .teacher:nth-child(odd) {
          margin-right: .5em; } }
    #section-teachers #teachers .teacher a.overlay {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0; }
    #section-teachers #teachers .teacher .thumb {
      flex-basis: 110px;
      width: 109px;
      height: 109px;
      display: block;
      border-radius: 50%;
      background-size: cover; }
    #section-teachers #teachers .teacher .teacher-info {
      flex: 1;
      margin-left: 1em; }
      #section-teachers #teachers .teacher .teacher-info span {
        display: block; }
        #section-teachers #teachers .teacher .teacher-info span.name {
          font-weight: 600;
          font-family: "MultipleSansPro", Helvetica, Arial, sans-serif; }
    #section-teachers #teachers .teacher:hover:after {
      right: 1em; }

#section-teachers + #section-academy-info {
  margin-top: 1.5em; }
  @media (min-width: 981px) {
    #section-teachers + #section-academy-info {
      margin-top: 2.5em; } }

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