/* NXT RecruitCRM vacancy design — automatically applied to imported jobs. */

.single-recruitcrm_job {
    --nxt-teal: #0e3f53;
    --nxt-teal-dark: #092f3f;
    --nxt-orange: #b03d11;
    --nxt-orange-hover: #94320d;
    --nxt-ink: #243842;
    --nxt-muted: #60727b;
    --nxt-border: #dbe4e7;
    --nxt-panel: #f3f7f8;
}

.single-recruitcrm_job .breadcum {
    margin-bottom: 22px;
}

.single-recruitcrm_job .breadcum a {
    display: inline-flex;
    min-height: 48px;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    padding: 10px 22px;
    border: 2px solid var(--nxt-teal);
    border-radius: 5px;
    background: var(--nxt-teal);
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: .01em;
    text-decoration: none;
}

.single-recruitcrm_job .breadcum a:hover,
.single-recruitcrm_job .breadcum a:focus {
    border-color: var(--nxt-teal-dark);
    background: var(--nxt-teal-dark);
    color: #fff;
    text-decoration: none;
}

.single-recruitcrm_job .entry-title {
    max-width: 980px;
    margin: 0 0 12px;
    color: var(--nxt-teal);
    font-size: clamp(38px, 5vw, 58px);
    line-height: 1.08;
    letter-spacing: -.02em;
}

.single-recruitcrm_job .location {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin: 0 0 25px;
    padding: 8px 14px;
    border: 1px solid #ead2c8;
    border-radius: 999px;
    background: #fff7f3;
}

.single-recruitcrm_job .location img {
    width: 17px;
    height: 22px;
    object-fit: contain;
}

.single-recruitcrm_job .location .city_country {
    color: var(--nxt-orange);
    font-size: 17px;
    font-weight: 600;
    line-height: 1.2;
}

.single-recruitcrm_job .content_left {
    box-sizing: border-box;
    width: 100%;
    max-width: 980px;
    margin: 0 auto 50px;
    padding: clamp(26px, 4vw, 48px);
    border: 1px solid var(--nxt-border);
    border-top: 5px solid var(--nxt-orange);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 16px 44px rgba(14, 63, 83, .09);
    color: var(--nxt-ink);
    font-size: 20px;
    line-height: 1.65;
}

.single-recruitcrm_job .content_left > p {
    margin: 0 0 20px !important;
    color: var(--nxt-ink);
    font-size: inherit;
    line-height: inherit;
}

.single-recruitcrm_job .content_left > p:first-child {
    margin-bottom: 14px !important;
    color: var(--nxt-teal);
    font-size: clamp(23px, 3vw, 30px);
    font-weight: 600;
    line-height: 1.25;
}

.single-recruitcrm_job .content_left > .nxt-import-title,
.single-recruitcrm_job .content_left .nxt-import-block > .nxt-import-title {
    display: block;
    margin: 0 0 14px !important;
    padding: 0;
    border: 0;
    color: var(--nxt-teal);
    font-size: clamp(23px, 3vw, 30px);
    font-weight: 600;
    line-height: 1.25;
}

.single-recruitcrm_job .content_left .nxt-import-block {
    margin: 0;
    color: var(--nxt-ink);
    font-size: inherit;
    font-weight: 400;
    line-height: inherit;
}

.single-recruitcrm_job .content_left .nxt-import-block p {
    margin: 0 0 20px !important;
    color: var(--nxt-ink);
    font-size: inherit;
    font-weight: 400;
    line-height: inherit;
}

.single-recruitcrm_job .content_left > p:nth-of-type(2) {
    margin: 0 0 30px !important;
    padding: 20px 24px;
    border-left: 4px solid var(--nxt-orange);
    border-radius: 0 6px 6px 0;
    background: var(--nxt-panel);
    color: var(--nxt-teal-dark);
    font-weight: 500;
    line-height: 1.75;
}

.single-recruitcrm_job .content_left .nxt-job-summary {
    margin: 0 0 30px !important;
    padding: 20px 24px !important;
    border: 0;
    border-left: 4px solid var(--nxt-orange);
    border-radius: 0 6px 6px 0;
    background: var(--nxt-panel);
    color: var(--nxt-teal-dark);
    font-weight: 500;
    line-height: 1.75;
}

.single-recruitcrm_job .content_left h2,
.single-recruitcrm_job .content_left h3,
.single-recruitcrm_job .content_left h4 {
    margin: 38px 0 17px !important;
    padding-left: 15px;
    border-left: 4px solid var(--nxt-orange);
    color: var(--nxt-teal);
    font-weight: 600;
    line-height: 1.2;
}

.single-recruitcrm_job .content_left .nxt-inline-heading {
    margin: 38px 0 17px !important;
    padding-left: 15px !important;
    border-left: 4px solid var(--nxt-orange);
    color: var(--nxt-teal);
    font-size: 26px;
    font-weight: 600;
    line-height: 1.2;
}

.single-recruitcrm_job .content_left h2 {
    font-size: 30px;
}

.single-recruitcrm_job .content_left h3 {
    font-size: 26px;
}

.single-recruitcrm_job .content_left h4 {
    font-size: 22px;
}

.single-recruitcrm_job .content_left ul,
.single-recruitcrm_job .content_left ol {
    margin: 0 0 28px !important;
    padding: 0;
    list-style: none;
}

.single-recruitcrm_job .content_left li {
    position: relative;
    margin: 0 !important;
    padding: 9px 0 9px 31px;
    color: var(--nxt-ink);
    font-size: 20px;
    line-height: 1.55;
}

.single-recruitcrm_job .content_left li .nxt-normalized-list-text,
.single-recruitcrm_job .content_left li > h1,
.single-recruitcrm_job .content_left li > h2,
.single-recruitcrm_job .content_left li > h3,
.single-recruitcrm_job .content_left li > h4,
.single-recruitcrm_job .content_left li > h5,
.single-recruitcrm_job .content_left li > h6 {
    display: inline;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    color: inherit;
    font: inherit;
    line-height: inherit;
}

.single-recruitcrm_job .content_left ul > li::before {
    content: "";
    position: absolute;
    top: 18px;
    left: 3px;
    width: 9px;
    height: 9px;
    border: 3px solid #f0c4b3;
    border-radius: 50%;
    background: var(--nxt-orange);
}

.single-recruitcrm_job .content_left ol {
    counter-reset: nxt-job-list;
}

.single-recruitcrm_job .content_left ol > li {
    counter-increment: nxt-job-list;
}

.single-recruitcrm_job .content_left ol > li::before {
    content: counter(nxt-job-list);
    position: absolute;
    top: 8px;
    left: 0;
    display: grid;
    width: 23px;
    height: 23px;
    place-items: center;
    border-radius: 50%;
    background: var(--nxt-teal);
    color: #fff;
    font-size: 13px;
    line-height: 1;
}

.single-recruitcrm_job .content_left a:not(.job-apply) {
    color: var(--nxt-orange);
    font-weight: 600;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
}

.single-recruitcrm_job .content_left > p:last-of-type {
    margin-top: 34px !important;
    padding-top: 22px;
    border-top: 1px solid var(--nxt-border);
    color: var(--nxt-muted);
    font-size: 15px;
    line-height: 1.55;
}

.single-recruitcrm_job .content_left .bottom_sec,
.single-recruitcrm_job .content_left > .apply_job_section {
    display: inline-block;
    margin: 20px 12px 0 0 !important;
}

.single-recruitcrm_job .content_left .job-apply {
    display: inline-flex;
    min-width: 150px;
    min-height: 50px;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    padding: 12px 25px;
    border: 2px solid var(--nxt-orange);
    border-radius: 5px;
    background: var(--nxt-orange);
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.2;
    text-decoration: none;
    transition: background-color .2s ease, border-color .2s ease, transform .2s ease;
}

.single-recruitcrm_job .content_left .job-apply:hover,
.single-recruitcrm_job .content_left .job-apply:focus {
    border-color: var(--nxt-orange-hover);
    background: var(--nxt-orange-hover);
    color: #fff;
    transform: translateY(-1px);
}

.single-recruitcrm_job .content_left > .apply_job_section .job-apply {
    border-color: var(--nxt-teal);
    background: transparent;
    color: var(--nxt-teal);
}

.single-recruitcrm_job .content_left > .apply_job_section .job-apply:hover,
.single-recruitcrm_job .content_left > .apply_job_section .job-apply:focus {
    background: var(--nxt-teal);
    color: #fff;
}

@media (max-width: 767px) {
    .single-recruitcrm_job .entry-title {
        font-size: 36px;
    }

    .single-recruitcrm_job .content_left {
        margin-bottom: 35px;
        padding: 25px 20px;
        border-radius: 5px;
        font-size: 18px;
        line-height: 1.58;
    }

    .single-recruitcrm_job .content_left > p:nth-of-type(2) {
        padding: 17px 18px;
    }

    .single-recruitcrm_job .content_left h2 {
        font-size: 27px;
    }

    .single-recruitcrm_job .content_left h3 {
        font-size: 24px;
    }

    .single-recruitcrm_job .content_left li {
        padding-left: 27px;
        font-size: 18px;
    }

    .single-recruitcrm_job .content_left .bottom_sec,
    .single-recruitcrm_job .content_left > .apply_job_section {
        display: block;
        margin: 12px 0 0 !important;
    }

    .single-recruitcrm_job .content_left .job-apply {
        width: 100%;
    }
}

/* Latest Vacancies listing page. */
.page-id-8782 {
    --nxt-teal: #0e3f53;
    --nxt-teal-dark: #092f3f;
    --nxt-orange: #b03d11;
    --nxt-orange-hover: #94320d;
    --nxt-ink: #243842;
    --nxt-muted: #60727b;
    --nxt-border: #dbe4e7;
    --nxt-panel: #f3f7f8;
}

.page-id-8782 .vc_custom_heading.us_custom_eb849559 {
    color: var(--nxt-teal);
    font-size: clamp(40px, 5vw, 58px);
    line-height: 1.08;
    letter-spacing: -.02em;
}

.page-id-8782 .vc_custom_heading.us_custom_eb849559 + .wpb_text_column,
.page-id-8782 .vc_custom_heading.us_custom_eb849559 + * {
    color: var(--nxt-ink);
    font-size: 20px;
    line-height: 1.6;
}

.page-id-8782 .latest_jobs.all_jobs {
    width: 100%;
    max-width: 1180px;
    margin-right: auto;
    margin-left: auto;
}

.page-id-8782 .job_filter {
    box-sizing: border-box;
    margin: 28px 0 38px;
    padding: 26px;
    border: 1px solid var(--nxt-border);
    border-top: 5px solid var(--nxt-orange);
    border-radius: 8px;
    background: var(--nxt-panel);
    box-shadow: 0 12px 32px rgba(14, 63, 83, .07);
}

.page-id-8782 .job_filter form {
    display: grid;
    grid-template-columns: minmax(420px, 2fr) minmax(210px, 1fr) minmax(240px, 1.1fr) minmax(135px, auto);
    gap: 12px;
    align-items: center;
}

/* RecruitCRM's original stylesheet fixes the search at 25% and dropdowns at
   305px. Override the grid items themselves so they fill their own columns. */
.page-id-8782 .job_filter form > input[type="text"],
.page-id-8782 .job_filter form > .dropdown-multiple,
.page-id-8782 .job_filter form > input[type="submit"] {
    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
}

.page-id-8782 .job_filter form > .dropdown-multiple {
    position: relative;
    right: auto !important;
    left: auto !important;
}

.page-id-8782 .job_filter input[type="text"],
.page-id-8782 .job_filter .dropdown-display {
    box-sizing: border-box;
    width: 100%;
    min-height: 56px;
    padding: 0 18px;
    border: 1px solid #9eb2ba;
    border-radius: 5px;
    background: #fff;
    color: var(--nxt-teal);
    font-size: 18px;
    line-height: 54px;
}

.page-id-8782 .job_filter .dropdown-display,
.page-id-8782 .job_filter .dropdown-chose-list {
    display: flex;
    align-items: center;
}

.page-id-8782 .job_filter .dropdown-display {
    width: 100% !important;
}

.page-id-8782 .job_filter .dropdown-chose-list {
    box-sizing: border-box;
    width: 100%;
    min-height: 54px;
}

.page-id-8782 .job_filter .placeholder {
    line-height: 1.2;
}

.page-id-8782 .job_filter input[type="text"]:focus,
.page-id-8782 .job_filter .dropdown-display:focus {
    border-color: var(--nxt-orange);
    outline: 3px solid rgba(176, 61, 17, .14);
}

.page-id-8782 .job_filter input[type="submit"] {
    min-width: 135px;
    min-height: 56px;
    padding: 0 25px;
    border: 2px solid var(--nxt-orange);
    border-radius: 5px;
    background: var(--nxt-orange);
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
}

.page-id-8782 .job_filter input[type="submit"]:hover,
.page-id-8782 .job_filter input[type="submit"]:focus {
    border-color: var(--nxt-orange-hover);
    background: var(--nxt-orange-hover);
}

.page-id-8782 .jobs_list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
    margin: 0 0 35px;
}

.page-id-8782 .jobs_list .divider_job {
    display: none;
}

.page-id-8782 .jobs_list .job_box {
    display: flex;
    width: auto !important;
    min-width: 0;
    min-height: 100%;
    flex-direction: column;
    box-sizing: border-box;
    margin: 0 !important;
    padding: 30px;
    border: 1px solid var(--nxt-border);
    border-top: 5px solid var(--nxt-teal);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 12px 34px rgba(14, 63, 83, .08);
    transition: transform .2s ease, box-shadow .2s ease, border-top-color .2s ease;
}

.page-id-8782 .jobs_list .job_box:hover {
    border-top-color: var(--nxt-orange);
    box-shadow: 0 18px 42px rgba(14, 63, 83, .13);
    transform: translateY(-3px);
}

.page-id-8782 .jobs_list .job_box h2 {
    margin: 0 0 15px !important;
    color: var(--nxt-teal);
    font-size: 30px;
    font-weight: 600;
    line-height: 1.16;
}

.page-id-8782 .jobs_list .location {
    display: inline-flex;
    align-items: center;
    align-self: flex-start;
    gap: 8px;
    margin: 0 0 18px !important;
    padding: 7px 13px;
    border: 1px solid #ead2c8;
    border-radius: 999px;
    background: #fff7f3;
}

.page-id-8782 .jobs_list .location img {
    width: 16px;
    height: 20px;
    object-fit: contain;
}

.page-id-8782 .jobs_list .city_country {
    color: var(--nxt-orange);
    font-size: 17px;
    font-weight: 600;
    line-height: 1.2;
}

.page-id-8782 .jobs_list .detail_section,
.page-id-8782 .jobs_list .experts {
    color: var(--nxt-ink);
    font-size: 19px;
    line-height: 1.58;
}

.page-id-8782 .jobs_list .nxt-card-facts {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 13px 24px;
    margin: 3px 0 19px;
}

.page-id-8782 .jobs_list .nxt-card-fact {
    min-width: 0;
    padding: 0 0 10px;
    border-bottom: 1px solid var(--nxt-border);
    line-height: 1.35;
}

.page-id-8782 .jobs_list .nxt-card-fact-wide {
    grid-column: 1 / -1;
}

.page-id-8782 .jobs_list .nxt-card-fact dt,
.page-id-8782 .jobs_list .nxt-card-fact dd {
    margin: 0;
}

.page-id-8782 .jobs_list .nxt-card-fact dt {
    margin-bottom: 3px;
    color: var(--nxt-teal);
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .035em;
    line-height: 1.25;
    text-transform: uppercase;
}

.page-id-8782 .jobs_list .nxt-card-fact dt::after {
    content: ":";
}

.page-id-8782 .jobs_list .nxt-card-fact dd {
    color: var(--nxt-ink);
    font-size: 17px;
    font-weight: 500;
    line-height: 1.4;
}

.page-id-8782 .jobs_list .nxt-card-intro {
    display: -webkit-box;
    overflow: hidden;
    margin: 0 0 3px;
    color: var(--nxt-muted);
    font-size: 17px;
    line-height: 1.55;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.page-id-8782 .jobs_list .read-more {
    display: none;
}

.page-id-8782 .jobs_list .bottom_sec {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 22px 0 0 !important;
}

.page-id-8782 .jobs_list .bottom_sec > div {
    margin: 0 !important;
    padding: 6px 11px;
    border-radius: 4px;
    background: var(--nxt-orange);
    color: #fff !important;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.25;
}

.page-id-8782 .jobs_list .bottom_sec > div * {
    color: #fff !important;
}

.page-id-8782 .jobs_list .apply_job_section {
    margin: auto 0 0 !important;
    padding-top: 25px;
}

.page-id-8782 .jobs_list .job-apply {
    display: inline-flex;
    min-height: 50px;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    padding: 11px 23px;
    border: 2px solid var(--nxt-teal);
    border-radius: 5px;
    background: var(--nxt-teal);
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.2;
    text-decoration: none;
}

.page-id-8782 .jobs_list .job-apply:hover,
.page-id-8782 .jobs_list .job-apply:focus {
    border-color: var(--nxt-orange);
    background: var(--nxt-orange);
    color: #fff;
}

.page-id-8782 .all-vacancies-counter {
    color: var(--nxt-teal);
    font-size: 18px;
    font-weight: 600;
}

@media (max-width: 900px) {
    .page-id-8782 .job_filter form {
        grid-template-columns: 1fr 1fr;
    }

    .page-id-8782 .job_filter form > input[type="text"] {
        grid-column: 1 / -1;
    }

    .page-id-8782 .jobs_list {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 600px) {
    .page-id-8782 .vc_custom_heading.us_custom_eb849559 {
        font-size: 38px;
    }

    .page-id-8782 .job_filter {
        padding: 20px;
    }

    .page-id-8782 .job_filter form {
        grid-template-columns: 1fr;
    }

    .page-id-8782 .job_filter form > input[type="text"] {
        grid-column: auto;
    }

    .page-id-8782 .job_filter input[type="submit"] {
        width: 100%;
    }

    .page-id-8782 .jobs_list .job_box {
        padding: 24px 21px;
    }

    .page-id-8782 .jobs_list .job_box h2 {
        font-size: 27px;
    }

    .page-id-8782 .jobs_list .detail_section,
    .page-id-8782 .jobs_list .experts {
        font-size: 18px;
    }

    .page-id-8782 .jobs_list .nxt-card-fact {
        padding-bottom: 9px;
    }

    .page-id-8782 .jobs_list .nxt-card-facts {
        grid-template-columns: 1fr;
        gap: 11px;
    }

    .page-id-8782 .jobs_list .nxt-card-fact-wide {
        grid-column: auto;
    }

    .page-id-8782 .jobs_list .job-apply {
        width: 100%;
    }
}

@media (prefers-reduced-motion: reduce) {
    .single-recruitcrm_job .content_left .job-apply {
        transition: none;
    }
}
