.benefits {
    margin: 0 -1em 4.625em -1em;
}

.benefit {
    display: flex;
    margin: 2.625em 1em 0 1em;
    flex-wrap: wrap;
}

@media screen and (max-width: 1100px) {
    .benefits.flex-row {
        flex-wrap: wrap;
    }
    .benefit.flex-item {
        flex: 1 0 25%;
    }
}

@media screen and (max-width: 650px) {
    .benefit.flex-item {
        flex: 1 0 35%;
    }
}

@media screen and (max-width: 400px) {
    .benefit.flex-item {
        flex: 1 0 100%;
        max-width: 300px;
    }
}

.benefit-icon {
    flex: 0 1 0%;
    margin-right: 0.3em;
}

.benefit-name {
    flex: 1 0 0%;
    font-weight: bold;
    font-size: 1rem;
    line-height: 1.25rem;
    color: #383D41;
}

.benefit-description {
    margin-top: 0.5em;
    font-style: normal;
    font-weight: normal;
    font-size: 0.875rem;
    line-height: 1.5rem;
    color: #726E84;
}

.career-contact {
    display: flex;
    padding-top: 6.25em;
    padding-bottom: 6.25em;
    color: #726E84;
}

.career-contact .text,
.career-contact .contact-person-wrapper {
    flex: 1 0 0%;
}

@media screen and (max-width: 800px) {
    .career-contact {
        flex-wrap: wrap;
    }
    .career-contact .text,
    .career-contact .contact-person-wrapper {
        flex: 1 0 100%;
    }
    .career-contact .contact-person-wrapper {
        margin-top: 4em;
    }
}

@media screen and (max-width: 650px) {
    .career.masonry {
        -moz-column-count: 1;
        column-count: 1;
    }
}

.career-contact .text {
    padding-right: 30px;
}

.career-contact h2 {
    color: #383D41;
}

.career-contact,
.career-contact p,
.career-contact a {
    color: #726E84;
    font-size: 0.875rem;
}

.career-contact .text h2 {
    margin-top: 0;
}

.career-contact .text p:last-of-type {
    margin-bottom: 0;
}

.career-contact .contact-person-wrapper {
    padding-left: 30px;
    border-left: 2px solid #E12D20;
}


/* Career contact person */

.contact-person {
    margin-top: 1.5em;
    display: flex;
    flex-wrap: wrap;
}

.contact-person .contact-person-left {
    flex: 0 0 0%;
    float: left;
    margin-right: 1em;
}

.contact-person .contact-person-right {
    flex: 1 0 auto;
    line-height: 1.5em;
}

.contact-person .contact-person-right .top {
    margin-bottom: 1.1em;
    margin-top: 1em;
}

.contact-person-name {
    font-weight: 600;
}

.contact-person .label {
    line-height: 1.5em;
    margin-bottom: 1em;
    display: inline-block;
}

.contact-person .label::before {
    vertical-align: middle;
    display: inline-block;
    padding-right: 0.3em;
}

.contact-person .label.phone::before {
    content: url(../img/icons/phone_icon.svg);
}

.contact-person .label.email::before {
    content: url(../img/icons/email_icon.svg);
}

.contact-person .label.mobile::before {
    content: url(../img/icons/mobile_icon.svg);
}

.career-contact-form {
    background-color: #F2F7FF;
    padding: 2em;
}

.career-contact-form h2::before {
    content: url(../img/icons/questionmark_icon.svg);
    vertical-align: middle;
    display: inline-block;
    padding-right: 0.5em;
}

.career-contact-form h2 {
    margin-bottom: 0.75em;
}

.career-form {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}

.career-form .input {
    border: 1px solid rgba(114, 110, 132, 0.2);
}

.career-form .input50 {
    flex: 1 0 50%;
}

.career-form .input50.left {
    padding-right: 0.75em;
}

.career-form .input50.right {
    padding-left: 0.75em;
}

.career-form .input100 {
    flex: 1 0 100%;
    padding-top: 1em;
}

@media screen and (max-width: 650px) {
    .career-form .input50 {
        flex: 1 0 100%;
    }
    .career-form .input50.left {
        padding-right: 0;
    }
    .career-form .input50.right {
        padding-left: 0;
        padding-top: 1em;
    }
}


/* Career form 

.career-contact {
    border-left: 2px solid #e12d20;
    padding: 0 50px 0 50px;
    margin-left: 2em;
}

.career-contact::before {
    content: '';
    display: block;
    width: 33%;
    height: 2px;
    left: -50px;
    position: relative;
    background-color: #e12d20;
}

@media screen and (max-width: 600px) {
    .career-contact {
        padding: 0 25px 0 25px;
    }
    .career-contact::before {
        left: -25px;
    }
}

.career-contact .career-title {
    font-family: 'Roboto', sans-serif;
    padding: 50px 0 5px 0;
    margin: 0;
    text-align: left;
    font-size: 2.5em;
    font-weight: 200;
}

.career-form .input_single {
    display: flex;
    padding: 20px 0 5px 0;
}

.career-form .input_single.message {
    display: flex;
    flex-wrap: wrap;
}

@media screen and (max-width: 600px) {
    .career-form .input_single.message label {
        width: 100%;
    }
}

.career-form .input_single.message textarea {
    margin-top: 0;
}

.career-form .input_single.actions {
    display: block;
    padding-top: 0;
}

.career-form .input_single label {
    flex: 0 0 auto;
    width: 15%;
}

.career-form .input_single input {
    flex: 1 0 auto;
    margin-left: 12px;
    background: white;
    padding: 0.5em 0.3em;
    border: 0px;
    border-bottom: 1px solid #d5d5d5;
    color: #595959;
    font-size: 16px;
}

@media screen and (max-width: 350px) {
    .career-form .input_single {
        flex-wrap: wrap;
    }
    .career-form .input_single input {
        margin-left: 0;
        max-width: 100%;
    }
    .career-form .input_single label {
        width: 100%;
    }
}

.career-form .input_single .required {
    flex: 1 0 auto;
    width: 100%;
    text-align: right;
}

.career-form .input_single.actions .button {
    font-size: 100%;
    font-family: inherit;
    border: 0;
    padding: 0;
    cursor: pointer;
    margin-top: 0;
}

@media screen and (max-width: 1025px) {
    .career-contact {
        margin-left: 0;
    }
}
*/