@-webkit-keyframes bgfade {
  0% {
    background-color: transparent;
  }
  100% {
    background-color: rgba(0, 91, 172, 0.5);
  }
}

@keyframes bgfade {
  0% {
    background-color: transparent;
  }
  100% {
    background-color: rgba(0, 91, 172, 0.5);
  }
}

@-webkit-keyframes bgfade2 {
  0% {
    background-color: transparent;
  }
  100% {
    background-color: rgba(0, 156, 230, 0.5);
  }
}

@keyframes bgfade2 {
  0% {
    background-color: transparent;
  }
  100% {
    background-color: rgba(0, 156, 230, 0.5);
  }
}

.staff-heading {
  padding-bottom: 5%;
}

@media screen and (max-width: 500px) {
  .staff-heading span {
    -webkit-transform: translateX(-130%);
    transform: translateX(-130%);
  }
}

@media screen and (max-width: 500px) {
  .staff-heading .desc:first-child {
    width: 100%;
  }
  .staff-heading .desc:first-child .desc-txt {
    padding-left: calc(12.5% + 10px);
    padding-right: calc(12.5% - 10px);
  }
}

@media screen and (max-width: 500px) {
  .staff-heading .selects-wrap {
    margin: 0 auto;
  }
}

.staff-list_wrap {
  padding: 5% 0;
}

.staff-list {
  margin-bottom: 3%;
}

@media screen and (max-width: 500px) {
  .staff-list {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 40px;
  }
}

.staff-list a {
  width: 100%;
}

.staff-list a:hover .staff-thumb::before {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.staff-list .staff-thumb {
  overflow: hidden;
  position: relative;
}

.staff-list .staff-thumb::before {
  -webkit-transform: translateY(103%);
  transform: translateY(103%);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  content: "";
  background-color: rgba(0, 91, 172, 0.5);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.staff-list .staff-thumb,
.staff-list .staff-thumb img {
  height: 340px;
}

@media screen and (max-width: 1024px) {
  .staff-list .staff-thumb,
  .staff-list .staff-thumb img {
    height: 300px;
  }
}

@media screen and (max-width: 768px) {
  .staff-list .staff-thumb,
  .staff-list .staff-thumb img {
    height: 280px;
  }
}

@media screen and (max-width: 500px) {
  .staff-list .staff-thumb,
  .staff-list .staff-thumb img {
    height: 220px;
  }
}

.staff-list .staff-thumb img {
  -o-object-position: top;
  object-position: top;
}

.staff-list .staff-desc dt {
  line-height: 1;
}

.staff-info {
  padding-bottom: 5%;
}

@media screen and (max-width: 500px) {
  .staff-info .w-50 {
    width: 75%;
    margin-left: 25%;
  }
}

@media screen and (max-width: 500px) {
  .staff-info .staff-desc {
    padding: 22px 0;
  }
}

.staff-license .desc-txt {
  margin-top: 0;
  padding-left: 0;
}

.staff-license .ofh:first-child {
  padding-top: 40px;
}

.staff-history {
  padding-bottom: 5%;
}

.staff-contact {
  padding: 5% 0;
  background-color: #eee;
}

@media screen and (max-width: 500px) {
  .staff-contact .footer-contact_tel {
    width: 75%;
    margin-left: 25%;
  }
}

@media screen and (max-width: 500px) {
  .staff-contact .more-btn.large-btn {
    width: 70%;
    margin-left: 25%;
  }
}

@media screen and (max-width: 500px) {
  .staff-links .desc {
    padding: 30px 0;
  }
}

@media screen and (max-width: 500px) {
  .staff-links .link-blue {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 768px) {
  .staff-other .more-btn {
    width: 220px;
  }
}

@media screen and (max-width: 500px) {
  .staff-other .more-btn {
    width: 175px;
  }
}
/*# sourceMappingURL=staff.min.css.map */
