/* JOB POSTING STYLES */

.postingInformation .brand-logo {
    margin-bottom: 20px;
}

.postingInformation .title {
    font-weight: 600;
    margin-top: 20px !important;
}

.postingInformation p, .postingInformation p strong {
    margin: 0 0 5px 0;
    padding: 0;
    color: #333333 !important;
}

.postingInformation a {
    margin-bottom: 20px;
    display: inline-block;
}

.postingInformation .positionTitle {
    font-size: 1.5rem;
}

.postingInformation .remote:before {
    content: url("../images/remote.svg");
    margin-right: 5px;
}

.postingInformation .postingBtn {
    background: #003366;
    color: #ffffff;
    padding: 10px 30px;
    margin-top: 20px !important;
    display: inline-block;
    text-decoration: none;
}