.product-tile .product-footer {
     color: #0073ac;
     display: none;
}
.feature-region {
    background-image: -webkit-linear-gradient(left, #1a7994, #4dc0e0 50%, #1a7994);
    background-image: linear-gradient(to right, #ffffff, #e4002b 75%, #ffff);
    background-repeat: no-repeat;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF1A7994', endColorstr='#FF1A7994', GradientType=1);
    min-height: 15px;
}

#search-form.callout-region {
    background-color: #002147;
    color: white;
    padding: 0;
    text-align: left;
}

a, .Product__AssociatedProductsList--below-the-fold>li>a {
    color: #002147;
    text-decoration: none;
}


.hero-region p {
    font-size: 18px;
    display: none;
}
.header-branding h1 a img {
    height: 100%;
}