.profistop__careers_background {
    padding: 50px 0 !important;
    background: url(/wp-content/uploads/careers-background.jpg);
    background-size: cover;
    background-position: center center;
}

.profistop__careers-title {
    color: #111;
    line-height: 40px;
    font-size: 22px;
    font-weight: bold;
    margin: 0;
}

.profistop__careers-content {
    margin: 50px 25px;
}

.profistop__careers-content p,
.profistop__careers-content ul {
    font-size: 11.5pt;
    line-height: 1;
}

.profistop__no-position-available {
    color: #0085ba;
    margin: 100px;
    margin-top: 50px;
    text-align: center;
    font-weight: 600;
}

.profistop__single_position {
    margin: 15px;
    margin-top: 0;
    position: relative;
    padding: 15px 35px;
    background: rgba(104, 104, 104, 0.2);
}

.profistop__single_position h4 {
    font-weight: 600;
    color: #0085ba;
    margin: 14px 0;
    font-size: 20px;
}

.profistop__single_position p,
.profistop__single_position ul {
    color: #555;
    font-size: 11.5pt;
    line-height: 1.3;
}

.profistop__position_active {
    position: absolute;
    right: 25px;
    text-transform: uppercase;
    font-weight: 600;
    color: limegreen;
}

.profistop__apply_button {
    width: 100%;
    max-width: 250px;
    margin: 0 15px 15px 15px;
    padding: 16px;
    float: right;
    background: #0085ba;
    border: 0;
    text-align: center;
    color: whitesmoke;
    font-weight: 600;
    font-size: 11pt;
}

ul {
    margin: 0;
}

ul.profistop__dashed {
    list-style-type: square;
}

ul.profistop__dashed>li {
    line-height: 1.5;
}

#profistop__position_apply_form div {
    margin: 8px;
}

#profistop__position_apply_form label {
    font-weight: 600;
    color: #444;
}

#profistop__position_apply_form input {
    font-size: 14px;
}

#profistop__position_apply_form input[type=button] {
    margin: 4px;
    padding: 4px 8px;
    background: #0085ba;
    color: whitesmoke;
    float: right;
    border: 0;
}

#profistop__position_apply_form input[type=submit] {
    margin: 24px;
    margin-bottom: 8px;
    background: #0085ba;
    border: 0;
    color: whitesmoke;
}

.helper-text {
    font-style: normal;
    color: #999;
    font-size: smaller;
    display: block;
}

.invalid-field {
    border: 1px solid #C92100 !important;
}

.thank-you-job-apply {
    position: fixed;
    left: 0;
    top: 0;
    overflow-y: auto;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 999999;
    width: 100%;
    height: 100%;
}

#profistop__job_apply_message {
    color: #888;
    font-weight: 600;
    text-align: center;
}

.ilu-careers {
    width: 53px;
    height: 39px;
    margin-right: 15px
}