#bottom {
    padding: 0;
    max-width: none;
    padding-top: 95px;
}
#content {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
}
section:first-child {margin-top: -4em;}
#sub-content {
    display: none;
}
#content h2 {
    color: #74be44;
    font-size: 1.5em;
}
#content {
    font-size: 1.125em;
    padding-bottom: 0;
}
section {
    padding: 4em 20px;
}
section:last-of-type {margin-bottom: -4em;}

section.hero {
    background-position: center center;
    background-repeat: no-repeat;
    height: 250px;
    background-size: cover;
    position: relative;
    color: #d2d2d2;
}

section > div {
    /* background-color: #f4f4f4; */
    max-width: 1024px;
    margin: 0 auto;
    position: relative;
    height: 100%;
}
section > div:after {
    clear: both;
    display: block;
    content: '';
}

section > div > p {
    padding: 0 10px;
}
section:nth-of-type(3n):not(.main-content) {background-color: #fff; }
section:nth-of-type(3n+1):not(.main-content) {background-color: #eee;}
section:nth-of-type(3n+2):not(.main-content) {background-color: #e4e4e4; }

@media only screen and (max-width:1000px) {
    section:first-child {margin-top: -1.5em;}
}

