/*
Theme Name: Zupria
Author: the Zupria team
Description: Custom theme for https://www.zupria.com/
Version: 1.0
*/
/* Override Container */
.container {
    max-width: 960px;
    padding: 0 20px;
}

@media all and (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }
}

@media all and (min-width: 1400px) {
    .container {
        max-width: 1600px;
    }
}

/* Buttons */
.button {
    background: #F16623;
    border: 1px solid #F16623;
    border-radius: 0;
    color: #fff;
    height: auto;
    line-height: 18px;
    text-align: center;
    font-size: 14px;
    font-weight: 900;
    display: inline-block;
    font-family: "Lato", sans-serif;
    min-width: 0;
    padding: 9px 10px;
    text-decoration: none;
}

.button:hover {
    text-decoration: none;
    background: transparent;
    border-color: #F16623;
    color: #F16623;
}

@media all and (min-width: 1200px) {
    .button {
        min-width: 120px;
        padding: 9px 15px;
    }
}

@media all and (min-width: 1400px) {
    .button {
        min-width: 156px;
    }
}

.button-back-arrow {
    min-width: 0;
    background-color: #E9EBF0;
    width: 56px;
    height: 56px;
    border: none;
    border-radius: 100%;
    line-height: 56px;
    text-align: center;
    position: relative;
    font-size: 0;
    cursor: pointer;
}

.button-back-arrow:hover {
    background-color: #E9EBF0;
}

.button-back-arrow svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* Careers Page */
.page-careers .page_content {
    padding: 0;
}

.page-careers .main_header, .page-information-note .main_header {
    padding-bottom: 0!important;
}

.page-careers .cbnp_main_title, .page-information-note .cbnp_main_title {
    display: none;
}

@media all and (min-width: 981px) {
    .main_header #main-menu {
        /* display: flex; */ /* justify-content: space-between; */ /* margin-left: auto; */ /* width: 550px; */ /* max-width: 550px; */
    }

    .main_header #main-menu > li a {
        padding-left: 0;
        padding-right: 0;
    }
}

.menu-main-menu-container #main-menu > li, .menu-main-menu-ro-container #main-menu > li {
    margin-right: 40px;
}

.menu-main-menu-container #main-menu > li:last-child, .menu-main-menu-ro-container #main-menu > li:last-child {
    margin-right: 0;
}

body .main_header .menu_icon {
    position: relative;
    z-index: 100;
}

body .main_header .menu_icon div {
    width: 27px;
}

.js-mobile-menu-opened {
    position: fixed;
}

@media all and (min-width: 981px) {
    .js-mobile-menu-opened {
        position: static;
    }
}

@media all and (max-width: 980px) {
    .js-mobile-menu-opened .zsiq_theme1.zsiq_floatmain, .js-mobile-menu-opened .ct-ultimate-gdpr-trigger-modal-round {
        display: none!important;
    }
}

body.js-mobile-menu-opened .main_header .menu_icon div:nth-child(1) {
    transform: rotate(45deg) translate(7px, 7px);
    margin: 0;
}

body.js-mobile-menu-opened .main_header .menu_icon div:nth-child(2) {
    visibility: hidden;
    opacity: 0;
}

body.js-mobile-menu-opened .main_header .menu_icon div:nth-child(3) {
    transform: rotate(-45deg) translate(6px, -6px);
}

.page-careers .general_articles_container {
    padding: 30px 0 50px;
}

.page-careers .general_articles_container p {
    /*     margin-top: 0; */
}

@media all and (max-width: 980px) {
    .menu-main-menu-container, .menu-main-menu-ro-container {
        position: fixed;
        z-index: 99;
        margin: 0;
        padding: 0;
        top: 0;
        right: 0;
        bottom: 0;
        width: 280px;
        background-color: #053365;
        padding: 70px 0 20px;
    }

    .menu-main-menu-container #main-menu, .menu-main-menu-ro-container #main-menu {
        padding-top: 70px;
        position: relative;
        width: 100%;
        padding: 0;
        height: 100%;
        background: transparent;
    }
}

@media all and (min-width: 1200px) {
    .banner .banner_inner {
        padding-left: 120px;
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }
}

.banner .banner_text {
    color: #fff;
    padding: 20px 0;
    text-align: center;
    font-size: 16px;
    font-family: "Open Sans", sans-serif;
}

@media all and (min-width: 1200px) {
    .banner .banner_text {
        width: 424px;
        max-width: 424px;
        text-align: left;
        font-size: 18px;
    }
}

.banner .banner_text strong {
    font-weight: 800
}

.banner .banner_image {
    margin: 0 auto;
}

@media all and (min-width: 1200px) {
    .banner .banner_image {
        width: calc(100% - 424px);
        max-width: calc(100% - 424px);
    }
}

@media all and (min-width: 1200px) {
    .banner .banner_image img {
        width: 85%;
    }
}

/* section-content */
.page-careers .page_content .container {
    position: relative;
}

@media all and (min-width: 1200px) {
    .page-careers .page_content .container {
        padding-right: 464px;
    }
}

@media all and (min-width: 1400px) {
    .page-careers .page_content .container {
        padding-right: 504px;
    }
}

.page-careers .page_content .container > *:not(.careers-form) {
    position: relative;
    z-index: 1;
}

@media all and (min-width: 1200px) {
    .careers-form {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: 0 auto;
        z-index: 0;
        width: 100%;
    }
}

@media all and (min-width: 1200px) and (min-height: 850px) {
    .page-careers.js-sticky-form .careers-form {
        position: fixed;
        max-width: 1200px;
    }
}

@media all and (min-width: 1400px) and (min-height: 850px) {
    .page-careers.js-sticky-form .careers-form {
        position: fixed;
        max-width: 1600px;
    }
}

.careers-form .wpcf7 {
    margin: 0;
    position: static;
    margin: 40px 0;
    border: 1px solid #DFDFDF;
    padding: 15px 25px 20px;
    position: relative;
    overflow: hidden;
    background: #fff;
}

@media all and (min-width: 1200px) {
    .careers-form .wpcf7 {
        width: 424px;
        position: absolute;
        right: 20px;
        top: 0;
        margin: 0;
        z-index: 1;
    }
}

.careers-form h2 {
    margin-top: 0;
    text-transform: uppercase;
    margin-bottom: 5px;
    font-weight: 800;
    font-size: 18px;
    line-height: 1.4;
    /* identical to box height */
    color: #053365;
}

.careers-form .form_intro {
    font-size: 14px;
    margin-bottom: 20px;
}

.careers-form .form_intro p {
    margin: 0;
}

.careers-form .form-group {
    margin-bottom: 12px;
}

.careers-form .form-group-file {
    margin-bottom: 0;
}

.careers-form .form-group-hidden {
    display: none!important;
}

.careers-form .wpcf7 .wpcf7-not-valid-tip {
    margin: 8px 0 0;
    font-size: 10px;
}

.careers-form .form-group > label {
    color: #053365;
    display: inline-block;
    margin: 0 0 5px;
    font-weight: 800;
    font-size: 14px;
}

.careers-form .form-group > label + br {
    display: none;
}

.careers-form .wpcf7 input[type="text"], .careers-form .wpcf7 input[type="email"], .careers-form .wpcf7 input[type="url"], .careers-form .wpcf7 textarea {
    background: #fff;
    padding: 14px 15px;
    width: 100%;
    border: 1px solid #DFDFDF;
    border-radius: 0;
    font-size: 11px;
    font-family: "Lato", sans-serif;
}

.careers-form .wpcf7 input::-webkit-input-placeholder {
    color: #B6B6B6;
    opacity: 1;
    letter-spacing: normal;
}

.careers-form .wpcf7 input::-moz-placeholder {
    color: #B6B6B6;
    opacity: 1;
    letter-spacing: normal;
}

.careers-form .wpcf7 input:-ms-input-placeholder {
    color: #B6B6B6;
    opacity: 1;
    letter-spacing: normal;
}

.careers-form .wpcf7 input:-moz-placeholder {
    color: #B6B6B6;
    opacity: 1;
    letter-spacing: normal;
}

.careers-form .wpcf7 input[type="checkbox"], .careers-form .wpcf7 input[type="radio"] {
    width: 12px;
    height: 12px;
    background: none;
    border: 1px solid red;
    display: inline-block;
    vertical-align: top;
    margin: 0 5px 0 0;
    padding: 0;
    display: none;
}

.careers-form .wpcf7 input[type="checkbox"] {
    border-radius: 0;
    background: #fff;
}

.careers-form .wpcf7 input[type="checkbox"]+ .wpcf7-list-item-label:before, .careers-form .wpcf7 input[type="radio"]+ .wpcf7-list-item-label:before {
    content: "";
    width: 15px;
    height: 15px;
    background: #fff;
    border: 1px solid #C4C4C4;
    display: inline-block;
    vertical-align: top;
    margin: -3px 6px 3px 0px;
    padding: 0;
}

.careers-form .wpcf7 input[type="checkbox"]:checked+ .wpcf7-list-item-label:before, .careers-form .wpcf7 input[type="radio"]:checked+ .wpcf7-list-item-label:before {
    background: #f16623;
    border-color: #f16623;
}

.careers-form .wpcf7 input[type="checkbox"]+ .wpcf7-list-item-label:after, .careers-form .wpcf7 input[type="radio"]+ .wpcf7-list-item-label:after {
    content: "";
}

.careers-form .wpcf7 input[type="radio"]+ .wpcf7-list-item-label:before {
    border-radius: 100%;
}

.careers-form .wpcf7 input[type="checkbox"]+ .wpcf7-list-item-label, .careers-form .wpcf7 input[type="radio"] + .wpcf7-list-item-label {
    display: inline-block;
    width: 100%;
    cursor: pointer;
}

.careers-form .wpcf7 .wpcf7-list-item-label a {
    font-weight: bold;
    color: #000;
}

.careers-form .wpcf7 .wpcf7-list-item-label a:hover {
    text-decoration: underline;
}

.careers-form .wpcf7 .attachResume {
    display: block;
    font-size: 0;
    margin: 15px 0 0;
    position: relative;
}

.careers-form .wpcf7 .attachResume:before {
    content: "Attach Resume";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    font-size: 16px;
    font-weight: bold;
    color: #f16623;
    width: 100%;
    text-align: center;
    border: 1px solid #f16623;
    background: #fce0d3;
    height: 44px;
    padding: 0;
    line-height: 42px;
    pointer-events: none;
}

[lang="ro-RO"] .careers-form .wpcf7 .attachResume:before {
    content: "Atasati CV"
}

.careers-form .wpcf7 .attachResume + br {
    display: none
}

.careers-form .wpcf7 .form-group_limit {
    display: block;
    padding: 15px 0;
    font-size: 10px;
}

.careers-form .wpcf7 .form-group_limit .error-message, .careers-form .wpcf7 .form-group_limit .success-message {
    font-weight: bold
}

.careers-form .wpcf7 .attachResume .wpcf7-not-valid-tip {
    margin: 0;
    /* position: absolute; */
    /* bottom: -42px; */
    /* left: 0; */
    background: #fff;
    /* width: 210px; */
    display: block;
    padding: 15px 0;
}

.careers-form .wpcf7 input[type="file"] {
    font-size: 0;
    border: none;
    border-radius: 0;
    background-size: 100% 44px;
    padding: 0;
    margin: 0;
    height: 44px;
    width: 100%;
    border: none;
    background: transparent;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    display: inline-block;
    opacity: 0;
}

.careers-form .wpcf7 input[type="file"]::-ms-clear {
    display: none;
}

.careers-form .wpcf7 input[type="file"]::-webkit-file-upload-button {
    background: none;
    border: none;
    padding: 0;
    margin: 0;
}

.careers-form .wpcf7 textarea.wpcf7-form-control {
    height: 122px;
}

.careers-form .wpcf7 .checkboxAmCitit .wpcf7-form-control {
    padding: 0;
}

.careers-form .wpcf7 span.wpcf7-list-item {
    padding: 0;
    margin: 0;
    display: block;
}

.careers-form .wpcf7 span.wpcf7-list-item > label {
    display: block;
    font-family: "Open Sans", sans-serif;
    font-weight: normal;
    font-size: 9px;
    line-height: 12px;
}

.careers-form .wpcf7 .file-success-tooltip {
    font-weight: bold;
    display: block;
    position: relative;
    font-size: 10px;
    padding: 15px 0;
}

[lang="ro-RO"] .wpcf7 .file-success-tooltip {
    /*     font-size: 0; */
}

[lang="ro-RO"] .wpcf7 .file-success-tooltip:before {
    /*     content: "Documentul a fost incarcat cu success!"; */
    /*     font-size: 10px; */
}

.careers-form .wpcf7 .submit-button_container {
    margin-top: 0;
    position: relative;
}

.careers-form .wpcf7 .submit-button {
    background: #F16623;
    border: 1px solid #F16623;
    border-radius: 0;
    color: #fff;
    height: 42px;
    line-height: 40px;
    text-align: center;
    width: 100%;
    font-size: 14px;
    font-weight: bold;
}

.careers-form .wpcf7 .submit-button:hover {
    background: transparent;
    color: #F16623
}

.careers-form .wpcf7 .ajax-loader.is-active {
    padding: 0;
    text-align: center;
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    background-size: 16px 16px;
    margin: 0;
    background-color: #fff;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    height: auto;
}

.careers-form .wpcf7 .ajax-loader.is-active {
    display: block;
    visibility: visible;
}

.careers-form .wpcf7 form.invalid .wpcf7-response-output, .careers-form .wpcf7 form.unaccepted .wpcf7-response-output {
    display: none!important;
}

.careers-form .wpcf7 form.sent:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 3;
    background: rgba(143, 168, 197, 0.9);
    mix-blend-mode: normal;
    backdrop-filter: blur(4px);
}

.careers-form .wpcf7 form.sent .wpcf7-response-output {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    margin: 0 auto;
    padding: 0;
    z-index: 3;
    max-width: 240px;
    font-family: "Lato", sans-serif;
    font-weight: 900;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
}

.careers-form .wpcf7 form.sent .wpcf7-response-output:before {
    content: "";
    position: absolute;
    width: 86px;
    height: 86px;
    background: transparent url("http://zupria.com/wp-content/uploads/2021/09/check-mark.png") no-repeat;
    background-size: 84px 84px;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    margin: -100px auto 0;
    padding: 0;
    text-align: center;
}

/* section-careers-introduction */
.section-careers-introduction {
    background-color: #053365;
    color: #fff;
}

.section-careers-introduction_wrap {
    display: block;
    padding: 15px 20px 10px;
}

@media all and (min-width: 1200px) {
    .section-careers-introduction_wrap {
        display: flex;
        padding: 25px 32px 10px;
    }
}

.section-careers-introduction_item {
    padding: 0;
    font-size: 14px;
    margin-bottom: 20px;
}

@media all and (min-width: 1200px) {
    .section-careers-introduction_item {
        font-size: 13px;
        margin-bottom: 0;
    }
}

@media all and (min-width: 1400px) {
    .section-careers-introduction_item {
        font-size: 14px;
    }
}

.section-careers-introduction_item a {
    color: #F16623;
    font-weight: 800;
    text-decoration: underline;
}

@media all and (min-width: 1200px) {
    .section-careers-introduction_item:nth-child(2n) {
        width: 50%;
        max-width: 50%;
        padding-left: 20px;
    }
}

@media all and (min-width: 1400px) {
    .section-careers-introduction_item:nth-child(2n) {
        width: 60%;
        max-width: 60%;
        padding-left: 20px;
    }
}

@media all and (min-width: 1200px) {
    .section-careers-introduction_item:nth-child(2n+1) {
        width: 50%;
        max-width: 50%;
    }
}

@media all and (min-width: 1400px) {
    .section-careers-introduction_item:nth-child(2n+1) {
        width: 40%;
        max-width: 40%;
    }
}

.section-careers-introduction_item:nth-child(2n) .section-careers-introduction_item-wrap {
    max-width: none;
}

@media all and (min-width: 1200px) {
    .section-careers-introduction_item:nth-child(2n) .section-careers-introduction_item-wrap {
        max-width: 415px;
    }
}

.section-careers-introduction h2 {
    font-size: 18px;
    font-family: "Lato", sans-serif;
    color: #fff;
    font-weight: 900;
    margin: 0 0 10px;
}

/* section-jobs */
.section-jobs {
    border: 1px solid rgba(65, 68, 95, 0.25);
    background: #fff;
    margin-top: 30px;
    padding: 15px;
}

@media all and (min-width: 768px) {
    .section-jobs {
        margin-top: 50px;
        padding: 26px 32px;
    }
}

.section-jobs .job {
    background: #F4F4F4;
    margin-bottom: 32px;
    position: relative;
}

.section-jobs .job-inactiv:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(219, 219, 219, 0.85);
    border: 1px solid #BFBFBF;
    backdrop-filter: blur(4px);
}

.section-jobs .job-inactiv .job_cell:nth-child(1) {
    position: relative;
    z-index: 1;
    display: block;
}

.section-jobs .job-inactiv .job_cell:nth-child(1) .button_container {
    display: block;
    margin-top: 20px;
}

.section-jobs .job-inactiv .job_cell:nth-child(1) .button {
    pointer-events: none;
    font-size: 0;
    line-height: 1;
}

.section-jobs .job-inactiv .job_cell:nth-child(1) .button:before {
    content: "Position currently unavailable";
    font-size: 14px;
    line-height: 18px;
}

[lang="ro-RO"] .section-jobs .job-inactiv .job_cell:nth-child(1) .button:before {
    content: "Pozitie momentan indisponibila";
}

.section-jobs .job_wrap {
    display: block;
}

@media all and (min-width: 768px) {
    .section-jobs .job_wrap {
        display: flex;
    }
}

.section-jobs .job_cell p {
    font-size: 14px;
    line-height: 19px;
    margin: 0;
}

.section-jobs .job_title {
    margin: 0;
    font-weight: 800;
    font-size: 20px;
    line-height: 1.35;
    text-transform: uppercase;
    color: #053365;
    position: relative;
    padding-right: 10px;
}

@media all and (min-width: 576px) {
    .section-jobs .job_title {
        font-size: 24px;
        padding-right: 0;
    }
}

@media all and (min-width: 768px) {
    .section-jobs .job_title {
        font-size: 20px;
        margin: 0 0 15px;
    }
}

@media all and (min-width: 1400px) {
    .section-jobs .job_title {
        font-size: 28px;
        margin: 0 0 25px;
    }
}

.section-jobs .job_title:after {
    content: "";
    width: 33px;
    height: 7px;
    background: transparent url("http://zupria.com/wp-content/uploads/2021/09/subtitle_triangles.png") no-repeat 0 0;
    background-size: cover;
    display: block;
}

.section-jobs .job_cell h4 {
    font-size: 14px;
    line-height: 19px;
    font-weight: 800;
    color: #000;
    margin: 0;
    width: 50%;
    max-width: 50%;
}

@media all and (min-width: 768px) {
    .section-jobs .job_cell h4 {
        margin: 0 0 25px;
        width: 100%;
        max-width: 100%;
    }
}

.section-jobs .job_cell .job_cell-details {
    width: 50%;
    max-width: 50%;
    text-align: right;
}

@media all and (min-width: 768px) {
    .section-jobs .job_cell .job_cell-details {
        width: 100%;
        max-width: 100%;
        text-align: left;
    }
}

.section-jobs .job_cell {
    padding: 15px 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

@media all and (min-width: 576px) {
    .section-jobs .job_cell {
        padding: 20px 25px;
    }
}

@media all and (min-width: 768px) {
    .section-jobs .job_cell {
        padding: 50px 5px 50px 15px;
        display: block;
    }

    .section-jobs .job_cell:nth-child(1) {
        width: 25%;
        max-width: 25%;
        padding-left: 20px;
    }

    .section-jobs .job_cell:nth-child(2) {
        width: 18%;
        max-width: 18%;
    }

    .section-jobs .job_cell:nth-child(3) {
        width: 18%;
        max-width: 18%;
    }

    .section-jobs .job_cell:nth-child(4) {
        width: 18%;
        max-width: 18%;
    }

    .section-jobs .job_cell:nth-child(5) {
        width: 21%;
        max-width: 21%;
    }
}

@media all and (min-width: 1600px) {
    .section-jobs .job_cell:nth-child(1) {
        width: 38%;
        max-width: 38%;
        padding-left: 25px;
    }

    .section-jobs .job_cell:nth-child(2) {
        width: 12%;
        max-width: 12%;
    }

    .section-jobs .job_cell:nth-child(3) {
        width: 14%;
        max-width: 14%;
    }

    .section-jobs .job_cell:nth-child(4) {
        width: 20%;
        max-width: 20%;
    }

    .section-jobs .job_cell:nth-child(5) {
        width: 16%;
        max-width: 16%;
    }
}

.section-jobs .job_cell:nth-child(even) {
    background: #E5E5E5;
}

/* section-job-details */
.section-job-details {
    border: 1px solid rgba(65, 68, 95, 0.25);
    padding: 15px 20px;
    font-family: "Open Sans", sans-serif;
    font-weight: normal;
    font-size: 14px;
    line-height: 19px;
    color: #000000;
}

.cbnp_default_page_container .section-job-details ul, .cbnp_default_page_container .section-job-details ol {
    padding: 0;
    margin: 0 0 15px;
}

.cbnp_default_page_container .section-job-details ol {
    padding: 0 0 0 18px;
}

.cbnp_default_page_container .section-job-details ul > li, .cbnp_default_page_container .section-job-details ol > li {
    font-family: "Open Sans", sans-serif;
    font-weight: normal;
    font-size: 14px;
    line-height: 19px;
    color: #000000;
    margin: 0 0 10px;
    padding: 0 0 0 20px;
    position: relative;
}

.cbnp_default_page_container .section-job-details ol > li {
    padding: 0 0 0 10px;
}

.cbnp_default_page_container .section-job-details ul > li:last-child, .cbnp_default_page_container .section-job-details ol > li:last-child {
    margin-bottom: 0;
}

.cbnp_default_page_container .section-job-details ul > li:before {
    content: "";
    height: 6px;
    width: 6px;
    border-radius: 100%;
    background: #000;
    position: absolute;
    top: 3px;
    left: 0;
}

@media all and (min-width: 768px) {
    .section-job-details {
        padding: 20px 30px;
    }
}

@media all and (min-width: 1400px) {
    .section-job-details {
        padding: 55px 82px;
    }
}

.section-job-details p {
    margin: 0 0 15px;
    line-height: inherit;
}

.section-job-details h3 {
    font-family: "Lato", sans-serif;
    font-weight: bold;
    font-size: 14px;
    line-height: 17px;
    color: #F16623;
    margin: 0 0 11px
}

.section-job-details_wrap {
    padding-right: 0;
    position: relative;
}

@media all and (min-width: 1400px) {
    .section-job-details_wrap {
        padding-right: 165px;
    }
}

.section-job-details_wrap:after {
    content: "";
    width: 80px;
    height: 78.2px;
    position: absolute;
    background: transparent url("http://zupria.com/wp-content/uploads/2021/09/job_icon.png") no-repeat center center;
    background-size: cover;
    top: -10px;
    right: -15px;
}

@media all and (min-width: 768px) {
    .section-job-details_wrap:after {
        top: 0;
        right: 0;
    }
}

@media all and (min-width: 1400px) {
    .section-job-details_wrap:after {
        width: 133px;
        height: 130px;
        top: 0;
        right: 0;
    }
}

.section-job-details .section_button-back {
    margin-bottom: 40px;
}

@media all and (min-width: 1400px) {
    .section-job-details .section_button-back {
        margin-bottom: 50px;
    }
}

.section-job-details .button-back {
    color: #41445F;
    background-color: rgba(241, 102, 35, 0.1);
    border: none;
    font-weight: normal;
    font-size: 18px;
    line-height: 25px;
    padding: 3px 15px 3px 35px;
    position: relative;
}

.section-job-details .button-back:before {
    content: "\2190";
    line-height: 1;
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    display: inline-block;
    margin-top: -1px;
}

.section-job-details .button-back:hover {
    color: #fff;
    background-color: rgba(241, 102, 35, 1);
}

.section-job-details .section_title {
    font-weight: 800;
    font-size: 32px;
    line-height: 1.35;
    text-transform: uppercase;
    color: #053365;
    margin: 0 0 15px
}

@media all and (min-width: 480px) {
    .section-job-details .section_title {
        font-size: 36px;
        margin: 0 0 20px
    }
}

@media all and (min-width: 768px) {
    .section-job-details .section_title {
        font-size: 48px;
        margin: 0 0 26px
    }
}

.section-job-details .section_introduction {
    margin-bottom: 30px;
}

@media all and (min-width: 768px) {
    .section-job-details .section_items {
        display: flex;
        flex-wrap: wrap;
        margin-left: -30px;
    }
}

@media all and (min-width: 1400px) {
    .section-job-details .section_items {
        margin-left: -50px;
    }
}

.section-job-details .section_item {
    margin-bottom: 20px;
}

@media all and (min-width: 768px) {
    .section-job-details .section_item {
        margin-bottom: 30px;
        width: 50%;
        max-width: 50%;
        padding-left: 30px;
    }
}

@media all and (min-width: 1400px) {
    .section-job-details .section_item {
        margin-bottom: 30px;
        width: 50%;
        max-width: 50%;
        padding-left: 50px;
    }
}

.section-job-details .section_item-block {
    width: 100%;
    max-width: 100%;
}

.section-job-details .section_item-wrap > *:last-child, .section-job-details .section_item-wrap > *:last-child > *:last-child {
    margin-bottom: 0;
}

/* section-nota-de-informare */
.section-nota-de-informare .section_button-back {
    margin-bottom: 30px;
}

@media all and (min-width: 992px) {
    .section-nota-de-informare .section_button-back {
        margin-bottom: 60px;
    }
}

.section-nota-de-informare .section_title {
    color: #000000;
    font-family: "Open Sans", sans-serif;
    font-size: 24px;
    line-height: 1.33;
    margin: 0 0 20px;
    font-weight: bold;
    text-transform: uppercase;
}

.section-nota-de-informare .section_content, .section-nota-de-informare .section_content p, .section-nota-de-informare .section_content ol, .section-nota-de-informare .section_content ul, .section-nota-de-informare .section_content ul > li, .section-nota-de-informare .section_content ol > li {
    font-size: 18px;
    color: #000;
    line-height: 1.33;
    font-weight: normal;
}

.section-nota-de-informare .section_content p {
    margin: 10px 0;
}

.section-nota-de-informare .section_content ol, .section-nota-de-informare .section_content ul {
    margin: 0 0 16px;
    padding: 0;
    list-style-position: inside;
}

.section-nota-de-informare .section_content ol {
    list-style-type: upper-latin;
}

.section-nota-de-informare .section_content ul {
    list-style-type: none;
}

.section-nota-de-informare .section_content ul > li {
    position: relative;
    padding: 0;
    margin: 10px 0;
}

.section-nota-de-informare .section_content ol > li {
    padding: 0;
    margin: 10px 0;
}

.section-nota-de-informare .section_content ul > li:before {
    content: "-";
    display: inline;
    margin: 0;
    padding: 0 3px 0 0;
    font-size: inherit;
    position: static;
    font-family: inherit;
    line-height: normal;
    font-weight: normal;
}

/* widget_categories */
.widget_categories > ul > li.cat-item-1 {
    display: none
}

/* footer */
footer {
    position: relative;
    z-index: 2
}
