.acm-teams.style-1 .row {
  margin-top: -16px;
  margin-bottom: -16px;
}
.acm-teams.style-1 .row > div {
  padding-bottom: 16px;
  padding-top: 16px;
}
.acm-teams.style-1 .teams-item:hover .avatar img {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.acm-teams.style-1 .avatar {
  background: #132e5e;
  margin-bottom: 24px;
}
.acm-teams.style-1 .avatar img {
  width: 100%;
  -webkit-transition: all 500ms;
  -o-transition: all 500ms;
  transition: all 500ms;
}
.acm-teams.style-1 h4 {
  color: #132e5e;
  font-weight: 500;
}
.acm-teams.style-1 h4 a {
  color: #132e5e;
  border-bottom: 1px solid transparent;
}
.acm-teams.style-1 h4 a:hover,
.acm-teams.style-1 h4 a:focus,
.acm-teams.style-1 h4 a:active {
  border-bottom-color: #eaeaea;
  color: #132e5e;
}
.acm-teams.style-1 h4 .sub-heading {
  display: block;
  font-family: "IBM Plex Sans", Helvetica, Arial, sans-serif;
  margin-top: 6px;
}
.acm-teams.style-1 .action {
  background: #f8f8f8;
  border-radius: 50%;
  color: #98c755;
  display: inline-block;
  text-align: center;
  line-height: 32px;
  margin-top: 24px;
  font-size: 12px;
  height: 32px;
  width: 32px;
}
@media (max-width: 767px) {
  .acm-teams.style-1 .action {
    margin-top: 0;
  }
}
.acm-teams.style-1 .action:hover,
.acm-teams.style-1 .action:focus,
.acm-teams.style-1 .action:active {
  background: #98c755;
  color: #ffffff;
}
.acm-teams.style-1 .teams-info {
  position: relative;
}
.acm-teams.style-1 .teams-action {
  bottom: 0;
  position: absolute;
  right: 0;
}
@media (max-width: 767px) {
  .acm-teams.style-1 .teams-action {
    position: relative;
  }
}
.acm-teams.style-1 .teams-action a {
  border-bottom: 2px solid transparent;
  color: #98c755;
  display: inline-block;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  padding-bottom: 3px;
  margin-top: 24px;
}
@media (max-width: 767px) {
  .acm-teams.style-1 .teams-action a {
    margin-top: 0;
    margin-bottom: 24px;
  }
}
.acm-teams.style-1 .teams-action a:hover,
.acm-teams.style-1 .teams-action a:focus,
.acm-teams.style-1 .teams-action a:active {
  border-bottom-color: #98c755;
}