.job-board-title {
    letter-spacing: normal !important;
    font-family: "Barlow",sans-serif,system-ui,-apple-system;
      font-weight: 400;
      text-transform: uppercase;
      margin-bottom: 2.125rem;
      padding-bottom: 1.625rem;
    }
.job-board-title.vs-line-under:after { background-color: #343534; }

/* START ORIGINAL */

.greenhouse-api-all_jobs {
    position: relative;
}
#greenhouse-api-one_jobs-span-wrapper,
#greenhouse-api-all_jobs-span-wrapper {
    min-height: 1px;
    min-width: 100%;
    position: relative;
    top: -1.5rem;
    pointer-events: none;
}

.greenhouse-api-all_jobs .loader_container.hidden {
    display: none!important;
}

.greenhouse-api-all_jobs.loading {
    pointer-events: none;
}

.greenhouse-api-all_jobs .gh-error-container {
    display: none;
}

.greenhouse-api-all_jobs .gh-error-container h4 {
    font-size: 35px;
    margin-top: 50px;
    font-weight: 400;
    margin-bottom: 20px;
    text-transform: none!important;
    line-height: normal!important;
}

.greenhouse-api-all_jobs .jobs-closed {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.greenhouse-api-all_jobs .filter-wrapper {

    pointer-events: none;
}

.greenhouse-api-all_jobs .apply-form {
    display: none;
    opacity: 0;
}

.greenhouse-api-all_jobs .select_wrapper {
    position: relative;
}

.greenhouse-api-all_jobs .filter-wrapper .input-group {
    margin-bottom: 16px;
}

.greenhouse-api-all_jobs .filter-wrapper input {
    transition-duration: 300ms;

}

.greenhouse-api-all_jobs .greenhouse-cross-icon {
}

.greenhouse-api-all_jobs .greenhouse-cross-icon::before {
    font-weight: 900;
    content: '\2716';
    font-size: 20px;
}

.greenhouse-api-all_jobs .filter-wrapper input:focus+.greenhouse-cross-icon {
    /* opacity: 1;
    pointer-events: all; */
}

.greenhouse-api-all_jobs .greenhouse-cross-icon:active {
    /* opacity: 1!important;
    pointer-events: all!important; */
}

.greenhouse-api-all_jobs .search_wrapper .greenhouse_search {
    /* padding: .5rem 2rem;
    cursor: pointer;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center; */
}

.greenhouse-api-all_jobs .search_wrapper .greenhouse_search img {
    /* pointer-events: none;
    transition-duration: 200ms; */
}

.greenhouse-api-all_jobs .filter-wrapper .input-group-append {
    /* display: flex;
    justify-content: center;
    align-items: center;
    background-color: #16e1f5;
    color: #0a244c!important;
    transition-duration: 200ms;
    border: none; */
}

.greenhouse-api-all_jobs .filter-wrapper .input-group-append:hover {
    /* background: #0a244c!important; */
}

.greenhouse-api-all_jobs .filter-wrapper .input-group-append:hover img {
    /* filter: brightness(100); */
}



.greenhouse-api-all_jobs .btn-back {
    display: inline-block;
    text-decoration: underline;
    transition-duration: 100ms;
    margin-bottom: 2rem;
}

.greenhouse-api-all_jobs .lds-ring {
    display: inline-block;
    position: relative;
    width: 200px;
    height: 200px;
}

.greenhouse-api-all_jobs .loader_container {
    background: #007d98;
    text-align: center;
    padding: 40px 0px;
    transition-duration: 500ms;
}

.greenhouse-api-all_jobs .form-loader {
    background: transparent!important;
    text-align: center;
    padding: 20px 0px;
    transition-duration: 500ms;
    /**************************/
    /*test*/
    /* display: none;
    opacity: 0;*/
}

.greenhouse-api-all_jobs .form-loader.loader-fade {
    background: rgba(0, 0, 0, 0.3)!important;
    opacity: 1;
    position: absolute!important;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    align-items: center!important;
    justify-content: center!important;
    display: flex!important;
    z-index: 10;
}

.greenhouse-api-all_jobs .form-loader.loader-hidden {
    opacity: 0;
    pointer-events: none;
    display: none;
}

.greenhouse-api-all_jobs .filter_loader_container {
    background: #007d98;
    text-align: center;
    padding: 40px 0px;
    transition-duration: 300ms;
    /*opacity: 0;
    display: none;*/
    margin-bottom: 15px;
}

.greenhouse-api-all_jobs .search-content {
    transition-duration: 300ms;
    opacity: 0;
    display: none;
}

.lds-ring div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 180px;
    height: 180px;
    margin: 8px;
    border: 8px solid #fff;
    border-radius: 50%;
    animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: #fff transparent transparent transparent;
}

.lds-ring div:nth-child(1) {
    animation-delay: -0.45s;
}

.lds-ring div:nth-child(2) {
    animation-delay: -0.3s;
}

.lds-ring div:nth-child(3) {
    animation-delay: -0.15s;
}

@keyframes lds-ring {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.greenhouse-api-all_jobs .content-wrapper .card-wrapper {
    /* background: linear-gradient( 70deg, rgb(7, 54, 125) 20%, rgb(10, 36, 76) 90%); */
    /* padding: 0.7em 1em; */
    /* margin-bottom: 1em; */
    /* display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer; */
}

.greenhouse-api-all_jobs .content-wrapper .card-wrapper .title-container {
    /* padding: .6em 0 .4em 0; */
    /* line-height: normal; */
}

.greenhouse-api-all_jobs .content-wrapper .card-wrapper .title-container .job-title {
    /* margin-bottom: 10px;
    font-size: 20px;
    font-weight: 700; */
}

.greenhouse-api-all_jobs .content-wrapper .card-wrapper:hover .job-title,
.greenhouse-api-all_jobs .content-wrapper .card-wrapper:hover .job-location {}

.greenhouse-api-all_jobs .content-wrapper .card-wrapper .job-title,
.greenhouse-api-all_jobs .content-wrapper .card-wrapper .job-location {
    /* pointer-events: none; */
}

.greenhouse-api-all_jobs .card-wrapper .title-container:hover .job-title,
.greenhouse-api-all_jobs .card-wrapper .title-container:hover .job-location {
    /* text-decoration: underline; */
}

.greenhouse-api-all_jobs .text-blue {
    color: #004db8;
}



.greenhouse-api-all_jobs .apply_error {
    border: 1px solid red;
    padding-top: 10px;
}

.greenhouse-api-all_jobs .apply_error h2 {
    font-size: 2rem!important;
}

.greenhouse-api-all_jobs .apply_error,
.greenhouse-api-all_jobs .apply_ty {
    margin-bottom: 40px;
    margin-top: 40px;
}

.greenhouse-api-all_jobs .apply_ty {
    color: white;
}

.greenhouse-api-all_jobs .apply_ty h2 {
    font-size: 2rem!important;
}

.greenhouse-api-all_jobs .apply_hidden {
    opacity: 0;
    position: absolute;
}

.greenhouse-api-all_jobs .cat-title {
    /* font-size: 35px;
    margin-top: 50px;
    font-weight: 400;
    margin-bottom: 20px; */
}

.greenhouse-api-all_jobs .cards-wrapper.empty {
    display: none;
}

.greenhouse-api-all_jobs .content-wrapper {
    display: block!important;
    min-height: 42px;
}

.greenhouse-api-all_jobs .content-wrapper .card-wrapper .title-container .job-location {
    /* font-size: 12.8px;
    pointer-events: none; */
}

.greenhouse-api-all_jobs .content-wrapper .card-wrapper .title-container .job-department {
    /* margin-left: 20px;
    padding-right: 10px; */
}

.greenhouse-api-all_jobs .content-wrapper .card-wrapper .select-option {
    /* color: #16e1f5!important;
    cursor: pointer;
    padding: 1.2em 1em 1em 1em; */
}

.greenhouse-api-all_jobs .content-wrapper .card-wrapper .select-option:hover {
    /* text-decoration: underline; */
}

.greenhouse-api-all_jobs .info-wrapper {
    background: #f8f9fa;
    padding: 0;
    opacity: 0;
}

.greenhouse-api-all_jobs .info-wrapper .text-wrapper a,
.gh-usa-fields a {
    color: white;
    text-decoration: underline;
    transition-duration: 200ms;
}

.gh-usa-fields strong {
    margin: 1rem 0 0;
    padding-bottom: 1rem;
    display: inline-flex;
}

.greenhouse-api-all_jobs .info-wrapper .text-wrapper a:hover,
.gh-usa-fields a:hover {
    color: #69b7f7;
}

.greenhouse-api-all_jobs .info-wrapper .button-container a {
    color: #16e1f5!important;
    cursor: pointer;
}

.greenhouse-api-all_jobs .info-wrapper .button-container a:hover {
    text-decoration: underline!important;
}

.greenhouse-api-all_jobs .info-wrapper .btn-apply {
    background-color: #16e1f5;
    color: #0a244c!important;
    padding: 16px 24px;
    font-size: 16px;
    line-height: 16px;
    border-radius: 0;
    font-weight: 700;
    transition-duration: 200ms;
    min-width: fit-content;
    margin-bottom: 1rem;
}

/* .greenhouse-api-all_jobs .location-text,
.greenhouse-api-all_jobs .social-wrapper p {
    display: block;
    margin-bottom: 1rem;
    font-size: 14px!important;
} */





.greenhouse-api-all_jobs .info-wrapper ul:not(.dropdown-menu) li,
.gh-usa-fields ul li {
    /* position: relative;
    left: 30px;
    padding-right: 30px; */
}

.gh-usa-fields select {
    background-color: white;
}

.gh-usa-fields ul li,
.gh-usa-fields p {
    font-size: 15px;
}

.greenhouse-api-all_jobs .apply-text {
    margin: 0 0 .5rem 0;
    font-size: 1.2em
}

.greenhouse-api-all_jobs .info-wrapper .btn-apply:hover {
    background-color: transparent;
    color: white!important;
}

.greenhouse-api-all_jobs .btn-back {
    /* padding: 0;
    color: white!important;
    text-decoration: underline!important;
    margin-bottom: 1rem;
    font-size: 14px!important;
    text-transform: inherit!important;
    font-weight: 400!important; */
}

.greenhouse-api-all_jobs .page-link {
    cursor: pointer;
    border-radius: 0!important;
    color: var(--bs-vs-blue);

}

.greenhouse-api-all_jobs .page-link span {
    font-size: 1.5rem;
    position: relative;
    top: -1px;
    padding-left: 5px;
}

.greenhouse-api-all_jobs .page-link {
    height: 100%;
    display: flex;
    padding: .6rem 1.15rem;
    align-items: center;
    transition-duration: 100ms;
}

.greenhouse-api-all_jobs .page-item.active .page-link {
    background-color: #004db8!important;
    border-color: #004db8!important;
}

.greenhouse-api-all_jobs .page-item:not(.active) .page-link:hover {
    background-color: #0a244c!important;
    border-color: #0a244c!important;
    color: white;
}

.greenhouse-api-all_jobs .page-item.disabled {
    display: none!important;
}

.greenhouse-api-all_jobs .page-item:first-child {
    text-transform: uppercase;
}

.greenhouse-api-all_jobs .page-item:last-child {
    text-transform: uppercase;
}

.greenhouse-api-all_jobs .info-wrapper .title-wrapper {
    /* display: flex;
    align-items: baseline;
    justify-content: space-between;
    margin-bottom: 10px; */
}



.greenhouse-api-all_jobs .info-wrapper .btn-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.greenhouse-api-all_jobs .info-wrapper .text-wrapper {
    /* font-size: 1.1rem;
    margin-bottom: 20px; */
}

.greenhouse-api-all_jobs .info-wrapper .text-wrapper p {
    /* margin-bottom: 1rem; */
}

.greenhouse-api-all_jobs .info-wrapper ul {
    /* padding-left: 1.5rem; */
}

.greenhouse-api-all_jobs .info-wrapper .text-wrapper p:last-child {
    /*display: none;*/
}

.greenhouse-api-all_jobs .form-wrapper {
    background-color: #0b244a;
    padding: 22px 40px;
    position: relative;
    overflow: hidden;
}

.greenhouse-api-all_jobs .form-wrapper .title-form-description {
    text-align: left;
}

.form-wrapper .custom_question_label {
    /*  border-top: 1px solid rgba(255, 255, 255, 0.7);
    margin-top: 2rem;
    padding-top: 2rem; */
}

.greenhouse-api-all_jobs .form-wrapper .form-link {
    margin-bottom: 2rem;
    margin-top: 1rem;
    transition-duration: 200ms;
    font-size: 15px;
    display: block;
}

.greenhouse-api-all_jobs .form-wrapper hr {
    border-top: 1px solid rgba(255, 255, 255, 0.7);
    margin: 2rem 0;
}

.greenhouse-api-all_jobs .form-wrapper .form-link:hover {
    color: #16e1f5!important;
}

.greenhouse-api-all_jobs .select-wrapper {
    display: block;
}

.greenhouse-api-all_jobs .form-wrapper .job-title {
    margin-bottom: 26px;
    font-size: 2em;
}

.greenhouse-api-all_jobs .form-wrapper input {
    outline: none;
}

.greenhouse-api-all_jobs .form-wrapper label {
    display: block;
    font-size: 15px;
    margin-bottom: 0.5em;
}

.greenhouse-api-all_jobs .form-wrapper input {
    width: 100%;
    padding: 12px 17px;
    border: 1px solid #ccc;
    color: #404e5f;
    font-size: 1em;
    font-weight: 400;
    margin-bottom: 17px;
}

.greenhouse-api-all_jobs .form-wrapper select {
    margin-bottom: 1em;
    max-width: 100%;
    border-radius: 0!important;
}

.greenhouse-api-all_jobs .form-wrapper input.btn-submit {
    display: block;
    margin: auto;
    margin-top: 15px;
    margin-bottom: 17px;
    padding: 20px 45px;
    background-color: #16e1f5;
    color: #0a244c!important;
    width: auto;
    font-weight: 700;
    border-radius: 0;
    border: 0;
    transition-duration: 200ms;
    font-size: 20px;
}

.greenhouse-api-all_jobs .form-wrapper .submit-greenhouse {
    margin-top: 35px!important;
}

.greenhouse-api-all_jobs .btn-success-form {
    display: block;
    margin: auto;
    margin-top: 15px;
    margin-bottom: 17px;
    padding: 20px 45px;
    background-color: #16e1f5;
    color: #0a244c!important;
    text-transform: uppercase;
    width: fit-content;
    font-weight: 700;
    border-radius: 0;
    transition-duration: 200ms;
    font-size: 22px;
    line-height: normal;
}

.greenhouse-api-all_jobs .btn-success-form:hover {
    /* background-color: white;
    color: #0a244c!important;*/
    background-color: transparent;
    color: #16e1f5!important;
}

.greenhouse-api-all_jobs .form-wrapper input.btn-submit:hover {
    background-color: transparent;
    color: #16e1f5!important;
}

.greenhouse-api-all_jobs .form-wrapper .title-form-question {
    font-size: 20px;
    text-align: left;
    font-family: inherit;
    font-weight: bold;
}

.form_compilance .gh-usa-fields {
    border-bottom: 1px solid rgba(255, 255, 255, 0.644);
    margin-bottom: 2rem;
    padding-bottom: 1rem;
}

.form_compilance .gh-usa-fields>div:not(.label-wrapper) {
    border-top: 1px solid rgba(255, 255, 255, 0.644);
    margin-top: 2rem;
    padding-top: 2rem;
}

.form_compilance .gh-usa-fields>div:nth-child(1) {
    margin-bottom: 0;
    padding-bottom: 0;
}

.form_compilance .gh-usa-fields>div:nth-child(2) {
    border-top: none!important;
    margin-top: 0;
    padding-top: 0;
}

@media (max-width: 768px) {

    .greenhouse-api-all_jobs .content-wrapper .card-wrapper {
        /* display: block;
        text-align: center;
        padding: 0.7em 1em; */
    }
    .greenhouse-api-all_jobs .content-wrapper .button-container a {
        padding: 1rem 0;
        display: block;
    }
    .greenhouse-api-all_jobs .content-wrapper .title-container {
        /* padding: .6em 0 .4em 0;
        display: block; */
    }
    .greenhouse-api-all_jobs .info-wrapper .title-wrapper {
        /* flex-wrap: wrap;
        justify-content: center; */
    }
    /* .greenhouse-api-all_jobs .info-wrapper .title-wrapper a {
        width: 100%;
    }
    .greenhouse-api-all_jobs .info-wrapper .btn-container {
        flex-wrap: wrap;
    }
    .greenhouse-api-all_jobs .info-wrapper .btn-container .btn-apply {
        width: 100%;
        order: 1;
        margin-bottom: 1rem;
    }
    .greenhouse-api-all_jobs .info-wrapper .btn-container .btn-back-1 {
        order: 2;
        margin-bottom: 0;
    }
    .greenhouse-api-all_jobs .form-wrapper input.btn-submit {
        max-width: 100%;
        width: 100%;
        padding: 15px 0 17px 0;
    }
    .greenhouse-api-all_jobs .form-wrapper {
        max-width: 100%;
        width: 100%;
        padding: 15px 0 17px 0;
        font-size: 17px;
        padding: 22px 2em;
    }
    .greenhouse-api-all_jobs .info-wrapper {
        padding: 35px 2em;
    }
    .greenhouse-api-all_jobs .info-wrapper ul li,
    .greenhouse-api-all_jobs .gh-usa-fields ul li {
        left: 18px;
        padding-right: 19px;
    }
    .greenhouse-api-all_jobs .info-wrapper .text-wrapper p,
    .greenhouse-api-all_jobs .info-wrapper .text-wrapper ul li {
        font-size: 1.0875rem;
        word-break: break-word;
    }
    .greenhouse-api-all_jobs .gh-usa-fields p,
    .greenhouse-api-all_jobs .gh-usa-fields ul li {
        font-size: 15px;
        word-break: break-word;
    } */
}

@media (max-width: 576px) {
    .greenhouse-api-all_jobs .greenhouse-cross-icon {
        right: 4rem;
        opacity: 0;
        margin: 0!important;
        pointer-events: all!important;
    }
    .greenhouse-api-all_jobs #filters_search {
        position: relative;
        z-index: 1;
    }
    .greenhouse-api-all_jobs .form-wrapper input.btn-submit {
        max-width: 100%;
        width: 100%;
        padding: 15px 0 17px 0;
        font-size: 17px;
    }
    .greenhouse-api-all_jobs .search_wrapper .greenhouse_search {
        padding: .5rem 1rem;
    }
    .greenhouse-api-all_jobs .info-wrapper .btn-apply {
        margin: 1rem 0 1.5rem!important;
    }


    .greenhouse-api-all_jobs .info-wrapper .location-text {
        margin-bottom: 1rem;
    }
    .greenhouse-api-all_jobs .info-wrapper ul li {
        left: 18px;
    }
    .greenhouse-api-all_jobs .gh-error-container h4 {
        font-weight: 300;
    }
}


/* ALL NEW */
.greenhouse-api-all_jobs .content-wrapper .card-wrapper .job-title {
    margin-bottom: 0.125rem;
}
.greenhouse-api-all_jobs .category-wrapper {
    margin-bottom: 3rem
}

.greenhouse-api-all_jobs .h5 {
    font-size: 1.75rem;
}

/* SELECT FORM */
.greenhouse-api-all_jobs .select_filter.form-control {
    border-radius: 46px;
    padding: .875rem 3rem 1.125rem 2rem;
    border-color: #343534;
    font-size: 100%;
    cursor: pointer;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-size: 1.688rem 1.25rem;
    background-position: right .875rem center;
    position: relative;
}

.greenhouse-api-all_jobs .select_filter.form-control:after {
    content: '...';
  display: block;
  background-color: #fff;
  height: 15px;
  width: 25px;
  color: #464a4c;
  position: absolute;
  right: 23px;
  bottom: 11px;
  text-align: center;
  pointer-events: none;
}

.greenhouse-api-all_jobs .select_filter.form-control:focus {
    box-shadow: 0 0 0 0.25rem rgba(52, 53, 41,.25);
}

/* Search Form */
.greenhouse-api-all_jobs .filter-wrapper input {
    border-radius: 46px;
    padding: 1rem 7rem 1rem 2rem;
    border-color: #343534;
    font-size: 100%;
    border-top-right-radius: 46px !important;
    border-bottom-right-radius: 46px !important;
}
.greenhouse-api-all_jobs .search_wrapper .input-group-append {
    position: absolute;
    right: .875rem;
    height: 100%;
    z-index: 2;
    display: flex;
}

.greenhouse-api-all_jobs .search_wrapper .greenhouse_search {
    height: 100%;
}

.greenhouse-api-all_jobs .greenhouse_search img {
    width: 1.25rem;
}


@media (min-width: 768px) {
    .greenhouse-api-all_jobs .h5 {
        font-size: 1.5rem;
    }
    /* SELECT FORM */
    .greenhouse-api-all_jobs .select_filter.form-control {
        background-size: 2rem 1.5rem;
    }
    .greenhouse-api-all_jobs .filter-wrapper input {
        padding: 1rem 7rem 1rem 2rem;
    }
    .greenhouse-api-all_jobs .greenhouse_search img {
        width: 1.5rem;
    }
}

@media (min-width: 960px) {

}

@media (min-width: 1200px) {
    .greenhouse-api-all_jobs .content-wrapper .card-wrapper .job-title {
        margin-bottom: 1rem;
    }
    .greenhouse-api-all_jobs .category-wrapper {
        margin-bottom: 4rem
    }
    .greenhouse-api-all_jobs .button-container p {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .greenhouse-api-all_jobs .button-container:hover p {
        overflow: visible;
        text-overflow: unset;
        white-space:unset;
    }
    .greenhouse-api-all_jobs .h5 {
        font-size: 1.75rem;
    }

    /* FORM FIELDS */
    .greenhouse-api-all_jobs .select_filter.form-control {
        width: 17rem;
        font-size: 1.375rem;
        line-height: 1.5;
        padding: .875rem 3rem 1.125rem 2rem;
    }
    .greenhouse-api-all_jobs .select_filter.select_filter--autowidth.form-control {
      width: auto;
    }
    .greenhouse-api-all_jobs .filter-wrapper input {
        font-size: 1.375rem;
    }
    .greenhouse-api-all_jobs .filter-wrapper input {
        padding: 1rem 7rem 1rem 2rem;
    }
}
@media (min-width: 1400px) {
    .greenhouse-api-all_jobs .h5 {
        font-size: 1.75rem;
    }

}
@media (min-width: 1700px) {
    .greenhouse-api-all_jobs .h5 {
        font-size: 2.25rem;
    }

}
