.topmenu .dropdown .h3 {
    font-weight: 300;
    font-size: 3em;
    color: #767f88;
    margin-top: 1em;
    margin-bottom: 1em;
}

@media screen and (max-width: 801px) {
    .topmenu .dropdown .h3 {
        display: none
    }
}

.topmenu .submenu .h5 {
    color: #9b153f;
    font-weight: 400;
    font-size: 1em;
    margin: 0 0 10px;
    font-style: italic;
}

@media screen and (max-width: 801px) {
    .topmenu .submenu .h5 {
        display: block;
        margin: 0;
        padding: 20px 20px 10px;
        border-bottom: 1px solid #eee
    }
}

.topmenu .products .item .h4 {
    color: #9b153f;
    font-weight: 400;
    text-transform: uppercase;
    font-size: .875em;
    margin: 0 0 5px;
    height: 50px;
    overflow: hidden;
}

.product-item .h3 {
    font-size: 1em;
    font-weight: 300;
    line-height: 1.2;
    height: 3.45em;
    overflow: hidden;
    color: #9b153f;
    text-transform: uppercase;
    margin: 0.5em 0 1em;
}

.hp-benefits p.s {
    margin: 0;
}

.footer .newsletter .h2 {
    font-weight: 400;
    text-transform: uppercase;
    font-size: 1.2em;
    color: #b1b1b1;
    margin: 0;
    display: inline-block;
    padding-right: 20px;
    line-height: 1.5;
}
