.home .header-searchbox-container {
    background: none;
}
.home .header-searchbox-container h2 {
    display: block !important;
    color: #0A254E !important;
}
/* fix extra space between search and cards */
.home .search-box-flex + div.ng-scope {
    flex: 1;
}
.home .search-box-flex + div.ng-scope .linked-cards {
    margin: 0;
}