/* Instructor pages: solid blue LinkedIn button that darkens on hover */
.instructor-social.social-icons li {
  box-shadow: none;
}

.instructor-social.social-icons li a {
  background: #0073b2 !important;
  border: 1px solid #0073b2 !important;
  box-shadow: none;
}

.instructor-social.social-icons li a i {
  color: #fff !important;
}

.instructor-social.social-icons li:hover a {
  background: #005685 !important;
  border-color: #005685 !important;
}

.instructor-social.social-icons li:hover a i {
  color: #fff !important;
}
