.staff-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

.staff-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.staff-info {
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  word-break: break-word;
  word-wrap: break-word;
}

.staff-panel {
  border-color: #ddd;
  width: 100%;
  background-color: #F5F5F5;
}

.staff-info .staff-RM [id*=readMoreLabel] {
  margin-left: 0.5em;
  margin-bottom: 0px;
}

/* Nav Menu */
.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: 2px;
  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 Queries */
@media (max-width: 767px) {
  .staff-card {
    width: 100%;
  }
  .staff-row {
    margin-left: -15px;
    margin-right: -15px;
  }
  .staff-nav {
    display: block;
    text-align: center;
  }
  .staff-nav .btn {
    width: 100%;
  }
  .staff-nav > li {
    margin-bottom: 5px;
  }
}
@media (max-width: 539px) {
  .col-xxs-8 {
    width: 67%;
  }
  .col-xxs-4 {
    width: 33%;
  }
}

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