/* less functions */
.team h3,
.team-modal h3 {
  padding-bottom: 0;
  font-weight: bold;
  font-size: 20px;
}
.team .bio_teaser,
.team-modal .bio_teaser {
  text-align: center;
  color: $dark_blue;
  max-width: 200px;
  margin: 0 auto;
  cursor: pointer;
  min-height: 380px;
}
.team .bio_teaser:hover .img_holder:after,
.team-modal .bio_teaser:hover .img_holder:after {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#5a128d+0,0096c7+54 */
  background: #5a128d;
  /* Old browsers */
  background: -moz-linear-gradient(left, #5a128d 0%, #0096c7 54%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #5a128d 0%, #0096c7 54%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #5a128d 0%, #0096c7 54%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5a128d', endColorstr='#0096c7', GradientType=1);
  /* IE6-9 */
}
.team .bio_title,
.team-modal .bio_title {
  font-size: 16px;
}
.team .img_holder,
.team-modal .img_holder {
  position: relative;
  margin-bottom: 10px;
  max-width: 200px;
}
.team .img_holder:after,
.team-modal .img_holder:after {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  height: 11px;
  transition: background 5s ease;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#5a128d+0,0096c7+100 */
  background: #5a128d;
  /* Old browsers */
  background: -moz-linear-gradient(left, #5a128d 0%, #0096c7 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #5a128d 0%, #0096c7 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #5a128d 0%, #0096c7 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5a128d', endColorstr='#0096c7', GradientType=1);
  /* IE6-9 */
}
.team-modal .modal-body {
  padding-bottom: 60px;
}
.team-modal .img_holder {
  float: left;
  margin-right: 20px;
}
.team-modal .bio_title {
  margin-bottom: 20px;
}
.team-modal p {
  margin-top: 0;
  overflow: hidden;
}
