.acm-teams .team-items:before,
.acm-teams .team-items:after {
  display: table;
  content: " ";
}
.acm-teams .team-items:after {
  clear: both;
}
.acm-teams .team-items .item {
  float: left;
}
@media screen and (max-width: 767px) {
  .acm-teams .team-items .item {
    width: 100% !important;
  }
}
.acm-teams .team-items .item .img-intro {
  position: relative;
  overflow: hidden;
}
.acm-teams .team-items .item .img-intro p {
  bottom: 0;
  background-color: rgba(33, 91, 166, 0.7);
  color: #ffffff;
  font-size: 18px;
  left: 0;
  margin-bottom: 0;
  position: absolute;
  padding: 20px;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  -webkit-transition: 600ms;
  -o-transition: 600ms;
  transition: 600ms;
}
@media screen and (max-width: 1199px) {
  .acm-teams .team-items .item .img-intro p {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .acm-teams .team-items .item .img-intro p {
    display: none;
  }
}
.acm-teams .team-items .item:hover .img-intro p {
  transform: translateY(0);
  -webkit-transform: translateY(0);
}
.acm-teams .team-items img {
  border-radius: 50%;
}
.acm-teams .team-items .info {
  color: #ffffff;
  padding: 20px 0;
  text-align: center;
}
.acm-teams .team-items .info h4 {
  color: #ffffff;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 3.33333333px;
}
@media screen and (min-width: 480px) {
  .acm-teams .team-items .info h4 {
    font-size: 14px;
  }
}
.acm-teams .team-items .info p {
  font-size: 12px;
  font-weight: 300;
  margin-bottom: 0;
}
.acm-teams {
  background-color: #ffffff;
}
.acm-teams .style-1 {
  overflow: hidden;
}
@media (max-width: 991px) {
  .acm-teams .style-1 > .row:after {
    display: inline !important;
  }
}
.acm-teams .style-1.full-width .row {
  margin: 0;
}
.acm-teams .style-1 .team-items-head {
  margin: 0 auto;
  max-width: 640px;
  padding: 20px 0;
  text-align: center;
}
.acm-teams .style-1 .team-items-head h3 {
  font-size: 54px;
  margin: 0 0 20px;
}
.acm-teams .style-1 .team-items-head .block-intro {
  font-size: 18px;
  line-height: 1.6;
  padding-left: 33px;
  padding-right: 33px;
}
@media (min-width: 992px) {
  .acm-teams .style-1 .team-items-head .block-intro {
    margin: 60px 0;
  }
}
.acm-teams .style-1 .team-items-footer {
  background: #ffcc00;
  color: #ffffff;
  padding: 20px 0;
  text-align: center;
}
.acm-teams .style-1 .team-items-footer a {
  font-weight: 700;
  color: #ffffff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.acm-teams .style-1 .team-items-footer a:hover,
.acm-teams .style-1 .team-items-footer a:focus,
.acm-teams .style-1 .team-items-footer a:active {
  text-decoration: none;
}
.acm-teams .style-1 .row {
  border-top: 1px solid #eeeeee;
  display: flex;
  flex-wrap: wrap;
}
.acm-teams .style-1 .item {
  border-right: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
  position: relative;
  -webkit-transition: transform 0.35s ease 0s;
  -o-transition: transform 0.35s ease 0s;
  transition: transform 0.35s ease 0s;
}
@media (min-width: 992px) {
  .acm-teams .style-1 .item:last-child {
    border-right: 0;
  }
}
.acm-teams .style-1 .item .item-inner {
  background-color: #ffffff;
  padding: 40px;
  position: relative;
  text-align: center;
}
.acm-teams .style-1 .item .member-image {
  margin-bottom: 20px;
  text-align: center;
}
.acm-teams .style-1 .item .member-image img {
  max-width: 64px;
  position: relative;
}
.acm-teams .style-1 .item .member-info {
  padding: 0;
}
.acm-teams .style-1 .item h4 {
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 5px;
  line-height: 32px;
}
.acm-teams .style-1 .item h4 span {
  font-weight: 400;
}
.acm-teams .style-1 .item .member-title {
  color: #999999;
  font-size: 13px;
  letter-spacing: 0.5px;
  position: relative;
  margin-bottom: 10px;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .acm-teams .style-1 .item .member-desc {
    min-height: 80px;
  }
}
.acm-teams .style-1 .item .member-links {
  box-sizing: border-box;
  overflow: hidden;
  list-style: none;
  margin: 0;
  padding: 0;
  -webkit-transition: all 0.35s ease 0s;
  -o-transition: all 0.35s ease 0s;
  transition: all 0.35s ease 0s;
}
.acm-teams .style-1 .item .member-links li {
  display: inline-block;
  margin: 12px 0;
}
.acm-teams .style-1 .item .member-links li a {
  color: #999999;
  display: block;
  font-size: 16px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  width: 24px;
}
.acm-teams .style-1 .item .member-links li a:hover,
.acm-teams .style-1 .item .member-links li a:focus,
.acm-teams .style-1 .item .member-links li a:active {
  color: #2727a4;
}
.acm-teams .style-1 .item:hover {
  z-index: 2;
}