#footer {
    font-size: 16px;
    color: white;
    background-color: #767676;
    padding: 60px 30px 30px;
}

#footer * > h4 {
    font-size: 18px;
    font-family: "Trebuchet MS", Helvetica, serif;

}

#footer * > a {
    font-size: 1em;
    color: white;
}

#viewCareerOpportunitiesBtn {
    background-color: white;
    color: #ec752f;
}

#viewCareerOpportunitiesBtn:hover {
    background: #ec752f;
    color: white;
}

