.container-fluid.footer {
    z-index: 9;
}

.footer .headerLink {
    color: #337ab7;
    text-transform: uppercase;
}

.footer .headerLink:visited {
    color: #337ab7;
}

.text-left {
    text-align: left;
}

.jobSummary {
    padding-top: 20px;
}

.jobSummary iframe {
    width: 100%;
}

@media (max-width: 768px) {
    .reviewWidget {
        margin-top: 100px;
    }
}