.copyright {
  padding-top: 16px;
  font-size: 16px;
  color: #444444;
}
@media screen and (min-width: 768px) {
  .copyright {
    padding-top: 0;
  }
}

.footer-bottom {
  background-color: #f5f5f5;
}

.footer-link {
  display: inline-block;
  padding-bottom: 6px;
  position: relative;
  font-size: 16px;
  color: #444444;
}
.footer-link:hover, .footer-link.active {
  color: #444444;
}
.footer-link:hover:before, .footer-link.active:before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 2px;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #eb5a2d;
}
@media screen and (min-width: 991px) {
  .footer-link:hover:before, .footer-link.active:before {
    width: 6px;
    height: 6px;
    border-radius: 50%;
  }
}
.footer-link .dropdown-item {
  font-size: 14px;
}

.team-member-img {
  max-height: 48px;
}