.acm-hero {
    background-position: right bottom;
    background-repeat: no-repeat;
}
.acm-hero .hero-content {
    z-index: 2;
    position: relative;
}
.acm-hero .hero-heading {
    color: #222222;
    font-size: 200%;
    letter-spacing: -1px;
    margin-bottom: 22px;
    position: relative;
    line-height: 1.4;
}
.acm-hero .hero-intro {
    margin-bottom: 33px;
    color: #555555;
}
@media screen and (min-width: 480px) {
    .acm-hero .hero-intro {
        width: 65%;
    }
}
.acm-hero .hero-intro lead {
    font-size: 20px;
    display: block;
    color: #999999;
    margin-bottom: 22px;
}
.acm-hero .hero-intro a {
    color: #286dc0;
    border-bottom: 2px solid rgba(58, 53, 47, 0.1);
}
.acm-hero .hero-intro a:hover,
.acm-hero .hero-intro a:focus,
.acm-hero .hero-intro a:active {
    color: #1b4981;
}
