/*
 *	Edits to height on staff object via media query - Alberto
 */
.staff {
  margin-top: 1em !important;
  margin-bottom: 1em !important;
}

/*
 *	Old CSS from staff-r1.css - Alberto
 */
.staffContainer .panel {
  background-color: #F5F5F5;
}

.nav-tabs.nav-justified > li > a {
  margin-left: 0.5em;
  margin-right: 0.5em;
}

.staff-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin-bottom: 1em;
}

.staff-nav > li {
  margin-right: 2px;
  margin-bottom: 5px;
  font-weight: bold;
  white-space: normal;
}

.staff-nav > li > a {
  padding: 10px 15px;
}

.staff-nav .btn-alt3.active, .staff-nav .btn-alt3:active {
  outline: 0;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

@media (max-width: 767px) {
  .staff-nav {
    display: block;
    text-align: center;
  }
  .staff-nav .btn {
    width: 100%;
  }
}
.staff-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.staff-img.img-circle {
  object-fit: cover;
}

/*# sourceMappingURL=staff-r2.css.map */
