#Content {
    width: 100%;
}

#Content .job-offer {
    margin-bottom: 20px;
    font-family: "Helvetica", 'Arial', 'sans-serif';
    font-size: 13px;
    line-height: 1.5;
    box-shadow: 0 0 13px #A4A4A4;
    color: #5e5e5e;
}

#Content .job-offer .hidden-details {
    display: none;
}

#Content .job-offer .logo {
    height: 55px;
    background-image: url('../images/logo.gif'), url('../images/header.png');
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: auto 100%, auto;
}

#Content .job-offer .job-info {
    padding: 30px 40px;
}

#Content .job-offer .job-info .header {
    color: #00338d;
    text-align: center;
}

#Content .job-offer .job-info .header .summary {
    font-size: 20px;
    font-weight: bold;
}

#Content .job-offer .job-info h2.title {
    margin: 0 0 10px;
    font-family: inherit;
    font-size: 33px;
    line-height: 1.3;
    font-weight: 700;
}

#Content .job-offer .job-info .details-list {
    margin-bottom: 30px;
    padding: 0;
    display: flex;
    justify-content: center;
    font-size: 16px;
    list-style: none;
    color: #00338d;
}

#Content .job-offer .job-info .details-list li {
    margin-right: 20px;
}

#Content .job-offer .job-info .details-list li:last-child {
    margin-right: 0;
}

#Content .job-offer .job-info .description {
    margin-bottom: 30px;
    font: inherit;
    line-height: inherit;
}

#Content .job-offer .job-info .description p {
    text-align: justify;
}

#Content .job-offer .job-info .description p strong {
    color: #00338d;
}

#Content .job-offer .job-info .description ul {
    padding-left: 15px;
}

#Content .job-offer .job-info .description ul {
    list-style: none;
    padding-left: 0;
}

#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;
    top: 7px;
    left: 0;
    width: 4px;
    height: 4px;
    background-color: #00338d;
    border-radius: 50%;
}

#Content .job-offer .job-info form {
    text-align: center;
}

#Content .job-offer .job-info form button {
    padding: 7px 30px;
    color: #ffffff;
    font-size: 16px;
    cursor: pointer;
    background-color: #00338d;
    border: none;
    transition: all 100ms ease-in;
}

#Content .job-offer .job-info form button:hover,
#Content .job-offer .job-info form button:focus,
#Content .job-offer .job-info form button:active {
    background-color: #0040b5;
}

#Content .job-offer .job-footer {
    height: 77px;
    background-image: url('../images/footer.jpg');
    background-repeat: no-repeat;
    background-position: center center;
}