/* Breadcrumb adjustment */
.breadcrumb .list-breadcrumb {
  padding-left: 0;
}


/* md-3 - Teacher info */
.teacher-info {
  display: block;
  width: 100%;
}

.teacher-info .portrait {
  display: block;
  width: 100%;
  height: 380px;
  overflow: hidden;
  background-color: #f7f7f7;
}

.teacher-info .portrait img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.teacher-info .name {
  font-size: 24px;
  line-height: 36px;
  text-align: center;
  padding: 0;
  margin: 12px 0;
}

.teacher-info .role {
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  padding: 0;
  margin: 0;
}

.field-type-email,
.field-type-email .field-label,
.field-type-email .field-item {
  display: block;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
}

.field-type-email {
  margin-bottom: 30px;
}

@media screen and (max-width: 1200px) {
  .teacher-info .portrait {
    height: 340px;
  }
}

@media screen and (max-width: 991px) {
  .teacher-info {
    margin-top: 16px;
  }

  .teacher-info .name {
    font-size: 32px;
    line-height: 48px;
    margin: 22px 0;
  }
  
  .teacher-info .role {
    font-size: 22px;
    line-height: 32px;
  }
  
  .field-type-email,
  .field-type-email .field-label,
  .field-type-email .field-item {
    font-size: 22px;
    line-height: 32px;
  }
}

@media screen and (max-width: 768px) {
  .hidden-xs {
    display: block !important;
  }
}

@media screen and (max-width: 640px) {
  .teacher-info .name {
    font-size: 24px;
    line-height: 36px;
    margin: 16px 0;
  }
  
  .teacher-info .role {
    font-size: 18px;
    line-height: 28px;
  }
  
  .field-type-email,
  .field-type-email .field-label,
  .field-type-email .field-item {
    font-size: 18px;
    line-height: 28px;
  }
}

@media screen and (max-width: 480px) {
  .teacher-info .name {
    font-size: 18px;
    line-height: 28px;
    margin: 12px 0;
  }
  
  .teacher-info .role {
    font-size: 14px;
    line-height: 22px;
  }
  
  .field-type-email,
  .field-type-email .field-label,
  .field-type-email .field-item {
    font-size: 14px;
    line-height: 22px;
  }
}

/* md-9 - Teacher resume */
.field-body h3 {
  font-size: 22px;
  line-height: 32px;
  font-weight: bold;
  font-weight: 700;
  padding: 0;
  margin: 0 0 1em 0;
}