.phoenix-loxo-jobs,
.phoenix-loxo-job,
.phoenix-loxo-apply {
    background: #fff;
    color: #10243f;
    font-family: inherit;
}

.phoenix-loxo-jobs__inner {
    margin: 0 auto;
    max-width: 1440px;
    padding: 32px 20px;
}

.phoenix-loxo-jobs__hero {
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    border-radius: 30px;
    color: #fff;
    margin-left: 30px !important;
    margin-right: 30px !important;
    min-height: 350px;
    overflow: hidden;
    position: relative;
}

.phoenix-loxo-jobs__hero.overlay-section .overlay {
    background-image: linear-gradient(to right,
            rgba(28, 155, 214, 1),
            rgba(28, 155, 214, 1),
            rgba(255, 255, 255, 0));
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
}

.phoenix-loxo-jobs__hero .content-max {
    position: relative;
    z-index: 3;
}

.phoenix-loxo-jobs__hero .wing::before {
    background-image: url("/wp-content/themes/phoenixtheme/svg/wing-blue.svg");
    background-repeat: no-repeat;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    opacity: 0.4;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2;
}

.phoenix-loxo-jobs__hero-column {
    display: flex;
    min-height: 350px;
    width: 100%;
}

.phoenix-loxo-jobs__hero-content {
    margin-bottom: 30px !important;
}

.phoenix-loxo-jobs .phoenix-loxo-jobs__hero-content h1 {
    color: #fff;
    font-size: 62px;
    line-height: 1.1em;
}

.phoenix-loxo-jobs__hero-content p {
    color: #fff;
}

.phoenix-loxo-job__header {
    background: #eef4fb;
    border-bottom: 1px solid #d8e4f2;
}

.phoenix-loxo-jobs h1,
.phoenix-loxo-job h1,
.phoenix-loxo-apply h1 {
    font-size: clamp(2rem, 4vw, 3.25rem);
    line-height: 1.1;
    margin: 0 0 18px;
}

.phoenix-loxo-jobs__intro {
    margin: 36px auto 52px;
    max-width: 760px;
    text-align: center;
}

.phoenix-loxo-jobs__intro h2 {
    color: #005ea8;
    font-size: clamp(2rem, 4vw, 3.4rem);
    line-height: 1.05;
    margin: 0 0 18px;
}

.phoenix-loxo-jobs__intro p {
    color: #696f78;
    font-size: 1.05rem;
    margin: 0;
}

.phoenix-loxo-jobs__filters {
    align-items: stretch;
    background: #fff;
    border: 1px solid #d8e4f2;
    border-radius: 24px;
    display: grid;
    gap: 18px;
    grid-template-columns: minmax(260px, 1.5fr) minmax(190px, 0.9fr) minmax(180px,
            0.7fr);
    margin: 0 auto 28px;
    padding: 20px;
}

.phoenix-loxo-jobs__filter-field,
.phoenix-loxo-jobs__filter-actions {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    min-width: 0;
}

.phoenix-loxo-jobs__filter-label {
    display: flex;
    flex-direction: column;
    font-weight: 700;
    gap: 6px;
    justify-content: flex-end;
    margin: 0;
    min-width: 0;
    width: 100%;
}

.phoenix-loxo-apply__form label {
    display: grid;
    font-weight: 700;
    gap: 6px;
    margin-bottom: 0;
}

.phoenix-loxo-jobs__filters input,
.phoenix-loxo-jobs__filters select,
.phoenix-loxo-apply__form input,
.phoenix-loxo-apply__form select {
    appearance: none;
    background-color: #fff;
    border: 1px solid #b9c8d8;
    border-radius: 6px;
    box-sizing: border-box;
    color: inherit;
    font: inherit;
    height: 48px;
    line-height: 1.2;
    max-width: none;
    padding: 10px 12px;
    transition:
        border-color 0.16s ease,
        box-shadow 0.16s ease;
    width: 100%;
}

.phoenix-loxo-jobs__filters input:focus,
.phoenix-loxo-jobs__filters select:focus,
.phoenix-loxo-apply__form input:focus,
.phoenix-loxo-apply__form select:focus {
    border-color: #005ea8;
    box-shadow: 0 0 0 3px rgb(0 94 168 / 14%);
    outline: 0;
}

.phoenix-loxo-apply__resume {
    display: grid;
    gap: 6px;
}

.phoenix-loxo-apply__resume-heading {
    font-weight: 700;
    margin: 0;
}

.phoenix-loxo-apply__file-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 2px 0 6px;
}

.phoenix-loxo-apply__file-item {
    align-items: center;
    background: #fff;
    border: 1px solid #b9c8d8;
    border-radius: 8px;
    color: #083a7d;
    display: inline-flex;
    gap: 10px;
    min-height: 48px;
    max-width: 100%;
    padding: 10px 12px;
}

.phoenix-loxo-apply__file-icon {
    display: inline-flex;
    flex: 0 0 auto;
}

.phoenix-loxo-apply__file-name {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.phoenix-loxo-apply__file-remove {
    align-items: center;
    appearance: none;
    background: #083a7d;
    border: 0;
    border-radius: 999px;
    color: #fff;
    cursor: pointer;
    display: inline-flex;
    flex: 0 0 auto;
    font: inherit;
    font-size: 1.25rem;
    font-weight: 700;
    height: 24px;
    justify-content: center;
    line-height: 1;
    padding: 0;
    width: 24px;
}

.phoenix-loxo-apply__file-remove:hover,
.phoenix-loxo-apply__file-remove:focus {
    background: #005ea8;
}

.phoenix-loxo-apply__file-remove:focus {
    box-shadow: 0 0 0 3px rgb(0 94 168 / 18%);
    outline: 0;
}

.phoenix-loxo-apply__dropzone {
    align-items: center;
    border: 2px dashed #005ea8;
    border-radius: 8px;
    color: #005ea8;
    cursor: pointer;
    display: flex !important;
    font-weight: 700;
    gap: 14px;
    justify-content: center;
    margin-bottom: 0;
    min-height: 80px;
    padding: 22px 24px;
    position: relative;
    transition:
        background-color 0.16s ease,
        border-color 0.16s ease;
}

.phoenix-loxo-apply__dropzone:hover,
.phoenix-loxo-apply__dropzone--over {
    background-color: #eef4fb;
    border-color: #004a87;
}

.phoenix-loxo-apply__dropzone--selected {
    background-color: #e7f7ed;
    border-color: #155c2f;
    border-style: solid;
    color: #155c2f;
}

.phoenix-loxo-apply__dropzone--selected .phoenix-loxo-apply__dropzone-hint {
    color: #3a7a55;
}

.phoenix-loxo-apply__dropzone:focus-within {
    box-shadow: 0 0 0 3px rgb(0 94 168 / 14%);
    outline: 2px solid #005ea8;
    outline-offset: 2px;
}

.phoenix-loxo-apply__dropzone-input {
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    cursor: pointer;
    height: 100% !important;
    left: 0;
    opacity: 0;
    padding: 0 !important;
    position: absolute;
    top: 0;
    width: 100% !important;
    z-index: 1;
}

.phoenix-loxo-apply__dropzone-icon,
.phoenix-loxo-apply__dropzone-main {
    pointer-events: none;
}

.phoenix-loxo-apply__dropzone-icon {
    flex-shrink: 0;
}

.phoenix-loxo-apply__dropzone-main {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.phoenix-loxo-apply__dropzone-text {
    font-size: 1rem;
    font-weight: 700;
}

.phoenix-loxo-apply__dropzone-hint {
    color: #41536a;
    font-size: 0.85rem;
    font-weight: 400;
}

.phoenix-loxo-jobs__filters select {
    margin-bottom: 0;
}

.phoenix-loxo-jobs__filters button,
.phoenix-loxo-job__apply,
.phoenix-loxo-job-card__link,
.phoenix-loxo-apply__form button {
    background: #005ea8;
    border: 0;
    border-radius: 6px;
    color: #fff;
    display: inline-flex;
    font-weight: 700;
    align-items: center;
    justify-content: center;
    line-height: 1;
    padding: 14px 18px;
    text-decoration: none;
}

.phoenix-loxo-jobs__filters button {
    height: 48px;
    width: 100%;
}

.phoenix-loxo-apply__form button:disabled {
    cursor: progress;
    opacity: 0.65;
}

.phoenix-loxo-job__apply--disabled {
    cursor: not-allowed;
    filter: grayscale(1);
    opacity: 0.45;
    pointer-events: none;
}

.phoenix-loxo-jobs__grid {
    display: grid;
    gap: 10px;
    grid-template-columns: 1fr;
}

.phoenix-loxo-job-card {
    align-items: center;
    background: #fff;
    border: 1px solid #d8e4f2;
    border-radius: 28px;
    box-shadow: none;
    column-gap: 30px;
    display: grid;
    grid-template-columns:
        minmax(280px, 1fr) minmax(115px, 0.22fr) minmax(170px, 0.28fr) 100px;
    min-height: 100px;
    padding: 28px 34px;
}

.phoenix-loxo-job-card__title {
    line-height: 1;
    margin: 0;
}

.phoenix-loxo-job-card__title a {
    color: #004a97;
    font-size: 28px;
    line-height: 1.1em;
    text-decoration: none;
    text-wrap: balance;
}

.phoenix-loxo-job-card__type,
.phoenix-loxo-job-card__location {
    color: #0b376f;
    font-family: "droid-sans", sans-serif;
    font-size: clamp(0.82rem, 0.95vw, 1rem);
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 1.15;
    text-transform: uppercase;
}

.phoenix-loxo-job-card__location {
    align-items: center;
    display: grid;
    gap: 12px;
    grid-template-columns: 22px minmax(0, 1fr);
}

.phoenix-loxo-job-card__pin {
    background: #063b79;
    display: inline-block;
    height: 23px;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 10c0 4.9-5.4 10.1-7.4 11.9a.9.9 0 0 1-1.2 0C9.4 20.1 4 14.9 4 10a8 8 0 1 1 16 0Z'/%3E%3Ccircle cx='12' cy='10' r='3'/%3E%3C/svg%3E") center / contain no-repeat;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 10c0 4.9-5.4 10.1-7.4 11.9a.9.9 0 0 1-1.2 0C9.4 20.1 4 14.9 4 10a8 8 0 1 1 16 0Z'/%3E%3Ccircle cx='12' cy='10' r='3'/%3E%3C/svg%3E") center / contain no-repeat;
    width: 23px;
}

.phoenix-loxo-job-card__link {
    align-self: center;
    background: #005ea8;
    border-radius: 6px;
    color: #fff;
    font-size: 1rem;
    height: auto;
    min-height: 44px;
    padding: 14px 18px;
    white-space: nowrap;
    width: auto;
}

.phoenix-loxo-job__location {
    color: #0b376f;
    font-family: "droid-sans", sans-serif;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 1.15;
    margin: -8px 0 20px;
    text-transform: uppercase;
}

.phoenix-loxo-job__apply-unavailable {
    color: #41536a;
    font-family: "droid-sans", sans-serif;
    font-size: 0.95rem;
    font-weight: 700;
    margin: 10px 0 0;
}

.phoenix-loxo-jobs__pagination {
    margin-top: 28px;
}

.phoenix-loxo-jobs__pagination .nav-links {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
}

.phoenix-loxo-jobs__pagination .page-numbers {
    align-items: center;
    background: #fff;
    border: 1px solid #d8e4f2;
    border-radius: 999px;
    color: #0b376f;
    display: inline-flex;
    font-weight: 700;
    justify-content: center;
    min-height: 44px;
    min-width: 44px;
    padding: 10px 14px;
    text-decoration: none;
}

.phoenix-loxo-jobs__pagination .page-numbers.current {
    background: #005ea8;
    border-color: #005ea8;
    color: #fff;
}

.phoenix-loxo-jobs__pagination a.page-numbers:hover,
.phoenix-loxo-jobs__pagination a.page-numbers:focus {
    background: #eef4fb;
    border-color: #005ea8;
    color: #005ea8;
}

.phoenix-loxo-jobs__pagination .prev,
.phoenix-loxo-jobs__pagination .next {
    padding-inline: 18px;
}

.phoenix-loxo-job__back {
    align-items: center;
    border: 1px solid #005ea8;
    border-radius: 6px;
    color: #005ea8;
    display: inline-flex;
    font-family: "droid-sans", sans-serif;
    font-size: 0.85rem;
    font-weight: 700;
    gap: 10px;
    letter-spacing: 1px;
    line-height: 1;
    margin-bottom: 18px;
    padding: 12px 16px;
    text-decoration: none;
    text-transform: uppercase;
}

.phoenix-loxo-job__back::before {
    background: currentColor;
    content: "";
    display: inline-block;
    flex: 0 0 auto;
    height: 12px;
    -webkit-mask: url("/wp-content/themes/phoenixtheme/svg/navigation-arrow.svg") center / contain no-repeat;
    mask: url("/wp-content/themes/phoenixtheme/svg/navigation-arrow.svg") center / contain no-repeat;
    transform: rotate(180deg);
    width: 7px;
}

.phoenix-loxo-job__back:hover,
.phoenix-loxo-job__back:focus {
    background: #005ea8;
    color: #fff;
}

.phoenix-loxo-job__content {
    font-size: 1.15rem;
    line-height: 1.65;
}

.phoenix-loxo-job__content p,
.phoenix-loxo-job__content li {
    font-size: 1.15rem !important;
    line-height: 1.5 !important;
    text-wrap: auto !important;
}

.phoenix-loxo-job__content li {
    list-style: initial;
}

.phoenix-loxo-job__content p:empty {
    min-height: 1.65em;
}

.phoenix-loxo-apply__frame-wrap {
    border: 1px solid #d8e4f2;
    border-radius: 8px;
    overflow: hidden;
}

.phoenix-loxo-apply__frame {
    border: 0;
    display: block;
    height: clamp(1100px, 150vh, 1800px);
    min-height: 100svh;
    width: 100%;
}

@media (max-width: 700px) {
    .phoenix-loxo-apply__frame {
        height: clamp(1200px, 180vh, 2000px);
    }
}

.phoenix-loxo-apply__submitted {
    align-items: center;
    background: #fff;
    border: 1px solid #d8e4f2;
    border-radius: 28px;
    box-shadow: 0 20px 60px rgb(16 36 63 / 10%);
    color: #6a82ae;
    display: flex;
    flex-direction: column;
    font-family: "droid-sans", Arial, sans-serif;
    margin: 34px auto 0;
    max-width: 760px;
    padding: clamp(44px, 8vw, 86px) clamp(24px, 7vw, 80px);
    text-align: center;
}

.phoenix-loxo-apply__submitted-mark {
    display: block;
    height: clamp(104px, 16vw, 150px);
    margin: 0 0 24px;
    object-fit: contain;
    width: clamp(104px, 16vw, 150px);
}

.phoenix-loxo-apply__submitted h2 {
    color: #083a7d;
    font-family: "droid-sans", Arial, sans-serif !important;
    font-size: clamp(1.7rem, 3vw, 2.1rem);
    font-weight: 700;
    line-height: 1.15;
    margin: 0 0 22px;
}

.phoenix-loxo-apply__submitted p {
    font-size: clamp(1.08rem, 2.2vw, 1.35rem);
    line-height: 1.4;
    margin: 0;
}

.phoenix-loxo-apply__form {
    display: grid;
    gap: 22px;
    max-width: 1240px;
}

.phoenix-loxo-apply__fields {
    display: grid;
    gap: 22px;
}

.phoenix-loxo-apply__form fieldset {
    border: 1px solid #d8e4f2;
    border-radius: 8px;
    display: grid;
    gap: 10px;
    margin: 0;
    padding: 16px;
}

.phoenix-loxo-apply__form legend {
    font-weight: 700;
    padding: 0 8px;
}

.phoenix-loxo-apply__group {
    display: grid;
    gap: 10px;
}

.phoenix-loxo-apply__field {
    display: grid !important;
    font-weight: 700 !important;
    gap: 6px;
}

.phoenix-loxo-apply__field-text {
    display: inline;
}

.phoenix-loxo-apply__form fieldset label,
.phoenix-loxo-apply__form .phoenix-loxo-apply__consent {
    align-items: center;
    display: flex;
    font-weight: 400;
    gap: 8px;
    margin-bottom: 5px;
    text-transform: none;
}

.phoenix-loxo-apply__form .phoenix-loxo-apply__consent {
    align-items: flex-start;
    line-height: 1.35;
}

.phoenix-loxo-apply__form .phoenix-loxo-apply__consent input {
    margin-top: 0.15em;
}

.phoenix-loxo-apply__form input[type="checkbox"],
.phoenix-loxo-apply__form input[type="radio"] {
    appearance: auto !important;
    -webkit-appearance: auto !important;
    background: initial !important;
    border: initial !important;
    border-radius: initial !important;
    box-shadow: none !important;
    display: inline-block !important;
    flex: 0 0 auto;
    height: 16px !important;
    margin: 0;
    max-width: 16px !important;
    min-height: 0 !important;
    padding: 0 !important;
    width: 16px !important;
}

.phoenix-loxo-apply__form input[type="checkbox"]:focus,
.phoenix-loxo-apply__form input[type="radio"]:focus {
    box-shadow: 0 0 0 3px rgb(0 94 168 / 16%) !important;
    outline: 0;
}

.phoenix-loxo-apply__form input[type="radio"] {
    border-radius: 50% !important;
}

.phoenix-loxo-apply__question,
.phoenix-loxo-apply__help,
.phoenix-loxo-apply__legal {
    margin: 0;
}

.phoenix-loxo-apply__question {
    font-weight: 700;
}

.phoenix-loxo-apply__question span,
.phoenix-loxo-apply__form legend span,
.phoenix-loxo-apply__required {
    color: #c9362f;
}

.phoenix-loxo-apply__help,
.phoenix-loxo-apply__legal {
    color: #41536a;
    font-size: 0.92rem;
    line-height: 1.5;
}

.phoenix-loxo-apply__legal {
    background: #eef4fb;
    border: 1px solid #d8e4f2;
    border-radius: 8px;
    display: grid;
    gap: 10px;
    padding: 14px 16px;
}

.phoenix-loxo-apply__legal p {
    margin: 0;
}

.phoenix-loxo-apply__hp {
    left: -9999px;
    position: absolute;
}

.phoenix-loxo-apply__notice {
    border-radius: 8px;
    font-weight: 700;
    margin: 0 0 20px;
    padding: 14px 16px;
}

.phoenix-loxo-apply__notice--success {
    background: #e7f7ed;
    color: #155c2f;
}

.phoenix-loxo-apply__notice--error {
    background: #ffeceb;
    color: #8c1d18;
}

@media (max-width: 1100px) {
    .phoenix-loxo-job-card {
        grid-template-columns: minmax(0, 1fr) minmax(110px, auto) 116px;
        row-gap: 14px;
    }

    .phoenix-loxo-job-card__location {
        grid-column: 1 / 3;
    }

    .phoenix-loxo-job-card__link {
        grid-column: 3;
        grid-row: 1 / span 2;
    }
}

@media (max-width: 900px) {
    .phoenix-loxo-jobs__hero {
        margin-left: 0 !important;
        margin-right: 0 !important;
        min-height: 260px;
    }

    .phoenix-loxo-jobs__hero-column {
        min-height: 260px;
    }

    .phoenix-loxo-jobs .phoenix-loxo-jobs__hero-content h1 {
        font-size: clamp(2.4rem, 9vw, 3.875rem);
    }

    .phoenix-loxo-jobs__filters,
    .phoenix-loxo-jobs__grid {
        grid-template-columns: 1fr;
    }

    .phoenix-loxo-job-card {
        grid-template-columns: minmax(0, 1fr) 116px;
        min-height: 0;
        padding: 24px;
        row-gap: 16px;
    }

    .phoenix-loxo-job-card__title {
        grid-column: 1;
    }

    .phoenix-loxo-job-card__type,
    .phoenix-loxo-job-card__location {
        grid-column: auto;
        grid-row: auto;
    }

    .phoenix-loxo-job-card__link {
        grid-column: 2;
        grid-row: 1 / span 3;
    }
}

@media (max-width: 560px) {
    .phoenix-loxo-job-card {
        border-radius: 20px;
        grid-template-columns: 1fr 1fr;
        padding: 20px;
    }

    .phoenix-loxo-job-card__title,
    .phoenix-loxo-job-card__link {
        grid-column: 1 / -1;
        grid-row: auto;
        width: 100%;
    }

    .phoenix-loxo-job-card__link {
        justify-self: start;
        min-height: 42px;
    }
}