.header-top .logo {
    width: 20%;
}
.career-box {
    background: #F9F9F9;
    padding: 20px;
    margin-bottom: 20px;
}

@media screen and (min-width:768px) {
    .header-top .logo {
        width: 50%;
    }
}

.logo a h2 {
    color: white;
    font-weight: bold;
    margin-top: 10px !important;
}
.copyright a {
    color: white;
    text-decoration: underline;
}

.logo a img {
    width: 100px;
    margin-top: -19px;
    position: absolute;
}