@import url('https://fonts.googleapis.com/css?family=Poppins:400,700');

#Content {
    width: 100%;
}

#Content .job-offer {
    margin-bottom: 20px;
    color: #ffffff;
    font-family: "Poppins", Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 22px;
    background-color: #000000;
    box-shadow: 0 0 26px #A4A4A4;
}

#Content .job-offer .hidden-details {
    display: none;
}

#Content .job-offer .banner {
    height: 416px;
    background-image: url('../images/banner.png');
    background-repeat: no-repeat;
    background-position: center center;
}

#Content .job-offer h2.title {
    margin: 0;
    padding: 20px;
    font-family: inherit;
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
    color: #000000;
    text-align: center;
    background-color: #ffffff;
}

#Content .job-offer .job-info {
    padding: 20px 60px 0;
}

#Content .job-offer .job-info .details-list {
    display: table;
    margin: 0 0 30px;
    padding: 0;
    list-style: none;
    border-collapse: collapse;
}

#Content .job-offer .job-info .details-list li {
    display: table-row;
}

#Content .job-offer .job-info .details-list li label {
    display: table-cell;
    padding-right: 50px;
    margin: 0;
    font-weight: normal;
}

#Content .job-offer .job-info .details-list li span {
    display: table-cell;
}

#Content .job-offer .job-info .summary {
    font-weight: 500;
    margin-bottom: 30px;
}

#Content .job-offer .job-info .description {
    padding: 0 0 5px;
    font-size: inherit;
    line-height: inherit;
}

#Content .job-offer .job-info .description strong {
    font-weight: 500;
    color: #3d3935;
}

#Content .job-offer .job-info .description p {
    margin-bottom: 20px;
}

#Content .job-offer .job-info .description ul {
    margin-bottom: 20px;
    padding: 0;
    list-style: none;
}

#Content .job-offer .job-info .description ul li {
    position: relative;
    padding-left: 15px;
}

#Content .job-offer .job-info .description ul li::before {
    content: '-';
    position: absolute;
    left: 0;
    color: #ffffff;
}

#Content .job-offer .job-footer {
    background-color: #ffffff;
    padding: 10px 0 10px 150px;
    font-size: 20px;
    line-height: 28px;
    background-image: url('../images/footerbg.png'), url('../images/footerlogo.png');
    background-repeat: no-repeat, no-repeat;
    background-position: right center, left center;
    background-size: contain, contain;
}

#Content .job-offer .job-footer .footer-details {
    margin: 0;
    padding-left: 35px;
    list-style: none;
}

#Content .job-offer .job-footer .footer-details li a {
    color: #000000;
}