.home .img-responsive.logo {
    margin: 3em auto 0 auto;
}
.home .header-searchbox-container {
    background: none !important; /* override summon style */
    margin: 0 auto 6em auto !important;
}
.home .header-searchbox-container h2 {
    display: block !important; /* override summon style */
    color: #0A254E !important; /* override summon style */
}
/* fix extra space between search and cards */
.home .search-box-flex + div.ng-scope {
    flex: 1;
    margin-bottom: 100px;
}
.home .search-box-flex + div.ng-scope .linked-cards {
    margin: 0;
}
