/* JOBS */
section.jobs.about {
    padding-top: 0;
}

.jobs_header {
    background: url(../assets/jobs/cover.png);
    min-height: 300px;
    width: 100%;
    position: relative;
    z-index: 0;
    background-size: cover;
    background-position: center;
}

.jobs_header::before {
    content: "";
    background: rgba( 0, 0, 0, .32 );
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    position: absolute;
}

.jobs_header h1 {
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    color: white;
}

.jobs_header h1 span {
    display: block;
    font-weight: 700;
}

.aboutcontent.intro {
    padding-top: 40px;
}

.aboutcontent.contact {
    padding-top: 8px;
}

.aboutcontent.contact a {
    font-weight: 700;
    color: black;
    text-shadow: none;
    text-decoration: none;
    border: none;
}

.aboutcontent.contact a:hover {
    text-shadow: 4px 4px 0px yellow;
}

.jobdescription {
    display: flex;
    flex-direction: row;
    flex-flow: row;
    align-items: flex-start;
}

.jobdescription-text {
    text-align: left !important;
    width: 76%;
}

.jobdescription-text .name {
    margin-bottom: 1rem;
}

.jobdescription-icon {
    width: 24%;
    margin-right: 1.6rem;
}

.jobdescription ul li {
    list-style-type: none;
    text-align: left;
    margin-left: 4px;
    white-space: normal;
}

.jobdescription ul li::before {
    content: "▸ ";
    position: relative;
    /* left: -5px; */
}









