/*** MASTHEAD ***/
/* Hide grandparent Faculty link */
.faculty-link {
  display: none !important;
}
/* Hide parent School link on medium screens and below
to prevent truncated site title */
@media (max-width: 479px) {
  .id7-parent-site-link {
    display: none !important;
  }
}
