/*
* Hides the leftover label from issgluecode_form_views_exposed_form_alter
*/

.page-taxonomy-term-allinterviews .views-widget-filter-field_interview_focus_area_target_id_entityreference_filter,
.page-taxonomy-term-allpublications .views-widget-filter-field_publication_focus_area_target_id_entityreference_filter {
  display: none;
}