.homepage .hero {
    height: 19em;
}
.hero {
    height: 19em;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #CCC;
    position: relative;
}

.gradient {
    background: rgba(0, 0, 0, 0) url(../images/headers/bkg-gradient.png) repeat-y scroll left top;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}

.herowrap {
    position: relative;
    z-index: 2;
}

.bannerHeader {
    color: #fff;
    line-height: 130%;
    line-height: 140%;
    font-size: 16px;
    font-family: 'Proxima Nova Semibold', Arial, sans-serif !important;
    position: absolute;
    top: 1rem;
    max-width: 70%;
}

.bannerHeaderText {
    display: inline-block;
    font-size: 2.2em;
    line-height: normal;
}

.bannerHeaderMessage {
    margin-top: 1rem;
}

.bannerButtons {
    margin-top: 1.6rem;
}