.offerContent .standard-sub-header {
    height: 36px;
    padding: 0px;
    line-height: 36px;
    text-transform: uppercase;
    color: white;
    font-size: 18px;
    font-weight: bold;
}     

.offer .offerContent h3.standard-sub-header, .offer .offerContent h4.standard-sub-header, .offer .offerContent h5.standard-sub-header, .offer .offerContent h5.standard-sub-header
{
    height:36px;
}

.offerContent .standard-sub-header.blue
{
    background-color: #337ab7;
    color: white;
}

.offer > .offer-container:hover {
    border-color: #337ab7;
}