/* fix extra space between search and cards */
.home .search-box-flex + div.ng-scope {
    flex: 1;
}

.home .search-box-flex + div.ng-scope .primary-announcements {
    margin: 0;
}

h2.hidden-xs.ng-binding {
    visibility: collapse;
    margin: 0;
}