.resource-card{
  position: relative;
  padding-bottom: 50px;
}

.resource-card .card-tag{
  position: absolute;
  bottom: 10px;
  right: 10px;
  font-size: .8em;
}

.resources-list .views-exposed-form{
  display: none;
}

.active-resource a, .resource_grp:hover a{
  color: #0b5885;
  font-weight: 600;
}

