.landing .landing-requirements-spacer {
    height: 21px;
    margin-bottom: -1px;
    background: url(/static/website/images/thesub-requirements-spacer.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}

.landing .on-cyan-background {
    color: rgb(55, 55, 55);
    text-transform: none;
}

