html {
    font-size: 62.5%;
    overflow-x: hidden !important;
    -webkit-text-size-adjust: none;
    -webkit-font-smoothing: subpixel-antialiased;
    -webkit-font-smoothing: antialiased;
    scroll-behavior: smooth;
    scroll-padding-top: 10.24rem
}

@media screen and (min-width: 768px) {
    html {
        scroll-padding-top: 11.6rem
    }
}

@media screen and (min-width: 1024px) {
    html {
        scroll-padding-top: 11.8rem
    }
}

*,
*:before,
*:after {
    box-sizing: inherit
}

body {
    box-sizing: border-box;
    margin: 0;
    font-size: 1.6rem
}

::selection {
    background: black;
    color: #fff
}

::-moz-selection {
    background: black;
    color: #fff
}

::-webkit-selection {
    background: black;
    color: #fff
}

h1,
h2,
h3,
p {
    margin: 0
}

button {
    display: inline-block;
    overflow: visible;
    margin: 0;
    padding: 0;
    outline: 0;
    border: 0;
    background: none transparent;
    color: inherit;
    vertical-align: middle;
    text-align: center;
    text-decoration: none;
    text-transform: none;
    font: inherit;
    line-height: normal;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.eyebrow-text {
    font-size: 2rem;
    font-style: normal;
    font-weight: 700;
    line-height: 2rem
}

.search-text {
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    letter-spacing: 1px
}

.header-tertiary-large {
    font-family: Lato;
    font-size: 3rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal
}

.paragraph-small {
    font-family: Lato;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: 2.4rem
}

@media screen and (min-width: 768px) {
    .paragraph-small {
        font-size: 1.8rem;
        line-height: normal
    }
}

.h2-small {
    font-family: Fjalla One;
    font-size: 3rem;
    font-style: normal;
    font-weight: 400;
    line-height: 2.4rem
}

@media screen and (min-width: 768px) {
    .h2-small {
        font-size: 4rem
    }
}

.h3-lato {
    font-family: Lato;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: normal
}

.card-title {
    font-family: Fjalla One;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 4.5rem
}

.h2-fjalla {
    font-family: Fjalla One;
    font-size: 3rem;
    font-style: normal;
    font-weight: 400;
    line-height: 6rem
}

@media screen and (min-width: 768px) {
    .h2-fjalla {
        font-size: 4rem
    }
}

button {
    display: flex
}

.play-button {
    transition: all .3s
}

.play-button:hover svg path {
    fill: #fff
}

.hamburger {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: ease all .5s;
    z-index: 999;
    position: relative;
    width: 5rem;
    height: 5rem;
    gap: .5rem
}

.hamburger.active .hamburger-bar:nth-child(1) {
    transform: rotate(-45deg)
}

.hamburger.active .hamburger-bar:nth-child(2) {
    opacity: 0
}

.hamburger.active .hamburger-bar:nth-child(3) {
    transform: rotate(45deg)
}

.hamburger-bar {
    display: block;
    width: 3rem;
    height: .3rem;
    margin: 0 auto;
    border-radius: .1rem;
    transition: ease all .5s;
    position: absolute
}

.hamburger-bar:nth-of-type(1) {
    top: 50%;
    transform: translateY(calc(-50% - .8rem))
}

.hamburger-bar:nth-of-type(3) {
    top: 50%;
    transform: translateY(calc(-50% + .8rem))
}

.animated-border {
    position: relative
}

.animated-border:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1rem;
    width: 100%;
    height: .2rem;
    background-color: #fff;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform .2s ease-out
}

.animated-border:hover:after {
    transform: scaleX(1)
}

.u-img-reveal-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgb(151, 163, 174);
    pointer-events: none;
    opacity: 1
}

.small-town .content-item {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity .5s ease, transform .5s ease;
    visibility: hidden;
    z-index: -1
}

.small-town .content-item.active {
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
    z-index: 1;
    position: relative
}

.small-town .nav-item {
    color: #fff;
    opacity: .5;
    position: relative;
    display: flex;
    align-items: center;
    transition: ease-out .2s all
}

.small-town .nav-item.active,
.small-town .nav-item:hover {
    opacity: 1
}

.small-town .nav-item.active:before,
.small-town .nav-item:hover:before {
    content: "";
    position: absolute;
    font-size: 2rem;
    background-color: #6d97a0;
    width: 1rem;
    height: 1rem;
    border-radius: 50%
}

.apart__icon {
    transition: all .2s ease-out
}

.apart__icon.active>div {
    background-color: #1d3d66
}

.hero-section .c-main-hero-search {
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    background-color: #1d3d66
}

@media screen and (min-width: 768px) {
    .hero-section .c-main-hero-search {
        padding: 1.5rem 3rem;
        flex-direction: row;
        gap: 3rem;
        justify-content: space-between
    }
}

@media screen and (min-width: 1024px) {
    .hero-section .c-main-hero-search {
        justify-content: flex-start
    }
}

@media screen and (min-width: 768px) {
    .hero-section .c-main-hero-search__keyword {
        flex: 1
    }
}

@media screen and (min-width: 1024px) {
    .hero-section .c-main-hero-search__keyword {
        width: -moz-fit-content;
        width: fit-content;
        flex: none
    }
}

.hero-section .c-main-hero-search .autocomplete {
    display: flex;
    align-items: center;
    background-color: #fff;
    padding: .5rem 2.1rem
}

@media screen and (min-width: 1024px) {
    .hero-section .c-main-hero-search .autocomplete {
        width: 48.5rem
    }
}

.hero-section .c-main-hero-search .autocomplete:before {
    width: 1.6rem;
    height: 1.6rem;
    content: "";
    background-size: contain;
    background-image: url(https://dokumfe7mps0i.cloudfront.net/oms/000000/image/2024/7/NAW4L_search-1-1/search-1-1_-1x-1.png);
    background-repeat: no-repeat;
    display: block
}

.hero-section .c-main-hero-search input {
    width: 100%;
    line-height: 2.88rem;
    padding-left: 1.6rem
}

.hero-section .c-main-hero-search input:hover,
.hero-section .c-main-hero-search input:focus {
    outline: none
}

.hero-section .c-main-hero-search input::-moz-placeholder {
    color: #000;
    font-family: Lato;
    font-size: 16px;
    font-style: normal;
    font-weight: 400
}

.hero-section .c-main-hero-search input::placeholder {
    color: #000;
    font-family: Lato;
    font-size: 16px;
    font-style: normal;
    font-weight: 400
}

.hero-section .c-main-hero-search__button {
    padding: 1rem 3rem;
    border-radius: 2rem;
    border: 1px solid white;
    background: #1d3d66;
    display: flex;
    justify-content: center;
    color: #fff;
    transition: color ease-out .2;
    cursor: pointer
}

.hero-section .c-main-hero-search__button:hover {
    background-color: #fff;
    color: #1d3d66
}

@media screen and (min-width: 768px) {
    .hero-section .c-main-hero-search__button {
        width: 20rem
    }
}

.hero-section .c-main-hero-search__button button {
    font-family: Lato;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 2px;
    text-transform: uppercase
}

.hero-section .c-main-hero-search .location-search {
    display: none
}

.c-jobs {
    width: 100%;
    padding: 6.4rem 2rem;
    max-width: 144rem;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box
}

@media screen and (min-width: 768px) {
    .c-jobs {
        width: 100%;
        padding: 6.4rem 2rem
    }
}

@media screen and (min-width: 1024px) {
    .c-jobs {
        width: 100%;
        padding: 6.4rem 8rem
    }
}

.c-jobs .c-job-main {
    display: flex;
    flex-direction: column;
    gap: 5rem;
    position: relative
}

.c-jobs .c-job-main__left {
    background-color: #0000;
    color: #000;
    border-radius: .8rem;
    height: -moz-fit-content;
    height: fit-content
}

.c-jobs .c-job-main__left-inner {
    display: flex;
    flex-direction: column;
    gap: 2.4rem;
    background-color: #f2f2f2;
    padding: 3rem;
    border-radius: .8rem
}

.c-jobs .c-job-main__sorting {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: start;
    gap: 3rem
}

@media screen and (min-width: 768px) {
    .c-jobs .c-job-main__sorting-right {
        flex-direction: row;
        justify-content: start;
        gap: 2rem
    }
}

.c-jobs .c-job-main__sorting-right .c-jobs-sortby>span {
    color: #55616c
}

.c-jobs .c-job-main__sorting-right .c-jobs-sortby .react-select_jobs-sort-by_item__control {
    display: flex;
    align-items: center;
    gap: .8rem
}

.c-jobs .c-job-main__sorting-right .c-jobs-sortby .react-select_jobs-sort-by_item__value-container input {
    background: 0;
    border: 0;
    caret-color: #0000;
    font-size: inherit;
    grid-area: 1/1/2/3;
    outline: 0;
    padding: 0;
    width: 1px;
    color: #0000;
    left: -100px;
    opacity: 0;
    position: relative;
    transform: scale(.01)
}

.c-jobs .c-job-main__sorting-right .c-jobs-sortby .react-select_jobs-sort-by_item__single-value {
    font-feature-settings: "clig"off, "liga"off;
    font-family: Lato;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    color: #000
}

.c-jobs .c-main-hero-search .keyword-search__input,
.c-jobs .c-main-hero-search .location-search-input {
    background: #fff;
    padding: 1.6rem 2.4rem;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 1.6rem;
    position: relative
}

.c-jobs .c-main-hero-search .keyword-search__input:before,
.c-jobs .c-main-hero-search .location-search-input:before {
    width: 1.6rem;
    height: 1.6rem;
    content: "";
    background-size: contain;
    background-image: url(https://dokumfe7mps0i.cloudfront.net/oms/000000/image/2024/7/3OCWV_search-1/search-1_-1x-1.png);
    background-repeat: no-repeat
}

.c-jobs .c-main-hero-search .keyword-search__input .keyword-search__icon-container,
.c-jobs .c-main-hero-search .keyword-search__input .icon-container,
.c-jobs .c-main-hero-search .location-search-input .keyword-search__icon-container,
.c-jobs .c-main-hero-search .location-search-input .icon-container {
    background: rgba(0, 0, 0, 0)
}

.keyword-search__icon-container svg {
    width: 24px;
    height: 24px;
}

.keyword-search__icon-container svg path {
    fill: #9D3524;
}

.c-jobs .c-main-hero-search .c-main-hero-search__location-content .icon-container>span>i {
    fill: #aeaeae
}

.c-jobs .c-main-hero-search__button-search {
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 600;
    line-height: 110%;
    background-color: #0000;
    transition: all .2s ease-out;
    padding: 1rem 3rem;
    border-radius: 2rem;
    border: 2px solid #1d3d66;
    color: #1d3d66;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center
}

.c-jobs .c-jobs-pagination {
    margin: 3rem 0;
    display: block;
    position: relative;
    width: -moz-fit-content;
    width: fit-content
}

.c-jobs .c-jobs-pagination .page-links .pagination__list {
    background: #fff;
    display: flex;
    align-items: center
}

.c-jobs .c-jobs-list {
    margin-top: 8rem
}

@media screen and (min-width: 1024px) {
    .c-jobs .c-jobs-list {
        margin-top: 0
    }
}

.c-jobs .c-jobs-list .results-list__item {
    display: flex;
    position: relative;
    justify-content: space-between;
    flex-direction: column;
    align-items: flex-start;
    gap: 1.8rem;
    transition: .2s ease-out all;
    padding-bottom: 2.4rem;
    border-bottom: .1rem solid #000;
    cursor: pointer
}

.c-jobs .c-jobs-list .results-list__item-apply {
    padding: 1rem 3rem;
    background-color: #0000;
    border: 2px solid #1d3d66;
    border-radius: 2rem;
    text-decoration: none;
    transition: .2s ease-out all;
    width: -moz-fit-content;
    width: fit-content;
    display: flex;
    flex-direction: row;
    gap: 2rem;
    align-items: center;
    justify-content: center
}

.c-jobs .c-jobs-list .results-list__item-apply--icon {
    display: none;
    justify-content: center;
    align-items: center;
    width: 2rem;
    height: 2rem;
    background-color: #0000;
    border-radius: 50%;
    transition: .2s ease-out all
}

.c-jobs .c-jobs-list .results-list__item-apply--icon>svg path {
    transition: .2s ease-out all;
    fill: #000
}

#jobs-list-main-content {
    font-family: Lato
}

.c-jobs {
    width: 100%;
    padding: 10rem 0;
    max-width: 144rem;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box
}

@media screen and (min-width: 768px) {
    .c-jobs {
        width: 100%;
        padding: 10rem 3rem
    }
}

@media screen and (min-width: 1024px) {
    .c-jobs {
        width: 100%;
        padding: 6.4rem 6rem
    }
}

.c-jobs * {
    box-sizing: border-box
}

.c-jobs .c-job-main {
    display: flex;
    flex-direction: column;
    gap: 4.8rem;
    position: relative
}

@media screen and (min-width: 768px) {
    .c-jobs .c-job-main {
        flex-direction: column;
        gap: 4.8rem
    }
}

@media screen and (min-width: 1024px) {
    .c-jobs .c-job-main {
        flex-direction: row;
        gap: 4.8rem
    }
}

.c-jobs .c-job-main__left {
    background-color: transparent;
    color: #000;
    border-radius: .8rem;
    height: -moz-fit-content;
    height: fit-content
}

@media screen and (min-width: 1024px) {
    .c-jobs .c-job-main__left {
        width: 30%
    }
}

.c-jobs .c-job-main__left-inner {
    display: flex;
    flex-direction: column;
    gap: 2.4rem;
    background-color: #f2f2f2;
    padding: 3rem 1.5rem;
    border-radius: .8rem
}

@media screen and (min-width: 768px) {
    .c-jobs .c-job-main__left-inner {
        padding: 3rem
    }
}

.c-jobs .c-job-main__right {
    padding: 0 1.5rem
}

@media screen and (min-width: 768px) {
    .c-jobs .c-job-main__right {
        padding: 0
    }
}

@media screen and (min-width: 1024px) {
    .c-jobs .c-job-main__right {
        width: 70%
    }
}

.c-jobs .c-job-main__sorting {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem
}

@media screen and (min-width: 768px) {
    .c-jobs .c-job-main__sorting {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        gap: 0
    }
}

.c-jobs .c-job-main__sorting-left .results-header {
    font-family: Lato;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    margin: 0;
    color: #000
}

.c-jobs .c-job-main__sorting-left .results-header__content-total {
    color: #9d3524
}

.c-jobs .c-job-main__sorting-right {
    display: flex;
    gap: 3rem;
    flex-direction: column
}

@media screen and (max-width: 767px) {
    .c-jobs .c-job-main__sorting-right {
        width: 100%
    }
}

@media screen and (min-width: 768px) {
    .c-jobs .c-job-main__sorting-right {
        flex-direction: row;
        justify-content: flex-start;
        gap: 2rem
    }
}

@media screen and (min-width: 1024px) {
    .c-jobs .c-job-main__sorting-right {
        gap: 2rem
    }
}

.c-jobs .c-job-main__sorting-right .c-jobs-sortby {
    font-weight: 500;
    font-size: 1.8rem;
    line-height: 1.1rem;
    width: -moz-fit-content;
    width: fit-content;
    background-color: #f3f3f3;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: .8rem;
    padding: .8rem 2.4rem;
    border-radius: 2rem
}

.c-jobs .c-job-main__sorting-right .c-jobs-sortby>span {
    color: #55616c;
    font-family: Roboto, sans-serif;
    line-height: 100%
}

.c-jobs .c-job-main__sorting-right .c-jobs-sortby .react-select_jobs-sort-by_item__control {
    display: flex;
    align-items: center;
    gap: .8rem;
    border: none;
    background-color: transparent
}

.c-jobs .c-job-main__sorting-right .c-jobs-sortby .react-select_jobs-sort-by_item__value-container {
    display: flex
}

.c-jobs .c-job-main__sorting-right .c-jobs-sortby .react-select_jobs-sort-by_item__value-container input {
    background: 0;
    border: 0;
    caret-color: transparent;
    font-size: inherit;
    grid-area: 1/1/2/3;
    outline: 0;
    padding: 0;
    width: 1px;
    color: transparent;
    left: -100px;
    opacity: 0;
    position: relative;
    transform: scale(.01)
}

.c-jobs .c-job-main__sorting-right .c-jobs-sortby .react-select_jobs-sort-by_item__single-value {
    font-feature-settings: "clig"off, "liga"off;
    font-family: Roboto, sans-serif;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    color: #000
}

.c-jobs .c-main-hero-search {
    display: flex;
    flex-direction: column;
    gap: 2.4rem
}

.c-jobs .c-main-hero-search input:focus,
.c-jobs .c-main-hero-search input:active {
    outline: none
}

.c-jobs .c-main-hero-search .location-search {
    display: none
}

.c-jobs .c-main-hero-search__keyword {
    display: flex;
    flex-direction: column;
    gap: 2.4rem
}

.c-jobs .c-main-hero-search__keyword-label,
.c-jobs .jobs-current-searches__title {
    color: #000;
    font-size: 3rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal
}

.c-jobs .c-main-hero-search .keyword-search__input,
.c-jobs .c-main-hero-search .location-search-input {
    background: #ffffff;
    padding: 1.6rem 2.4rem;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 1.6rem;
    position: relative
}

.c-jobs .c-main-hero-search .keyword-search__input:focus-within,
.c-jobs .c-main-hero-search .location-search-input:focus-within {
    border: .1rem solid #1d3d66
}

.c-jobs .c-main-hero-search .keyword-search__input:before,
.c-jobs .c-main-hero-search .location-search-input:before {
    width: 1.6rem;
    height: 1.6rem;
    content: "";
    background-size: contain;
    background-image: url(https://dokumfe7mps0i.cloudfront.net/oms/000000/image/2024/7/3OCWV_search-1/search-1_-1x-1.png);
    background-repeat: no-repeat
}

.c-jobs .c-main-hero-search .keyword-search__input .autocomplete,
.c-jobs .c-main-hero-search .location-search-input .autocomplete {
    width: 100%;
    position: unset
}

.c-jobs .c-main-hero-search .keyword-search__input .autocomplete input,
.c-jobs .c-main-hero-search .location-search-input .autocomplete input {
    width: 100%
}

.c-jobs .c-main-hero-search .keyword-search__input .autocomplete input::-moz-placeholder,
.c-jobs .c-main-hero-search .location-search-input .autocomplete input::-moz-placeholder {
    color: #000
}

.c-jobs .c-main-hero-search .keyword-search__input .autocomplete input::placeholder,
.c-jobs .c-main-hero-search .location-search-input .autocomplete input::placeholder {
    color: #000
}

.c-jobs .c-main-hero-search .keyword-search__input .keyword-search__icon-container,
.c-jobs .c-main-hero-search .keyword-search__input .icon-container,
.c-jobs .c-main-hero-search .location-search-input .keyword-search__icon-container,
.c-jobs .c-main-hero-search .location-search-input .icon-container {
    background: transparent
}

.c-jobs .c-main-hero-search .location-search__input-icon--pin {
    color: #8dc63f
}

.c-jobs .c-main-hero-search .c-main-hero-search__location-content .icon-container>span {
    display: flex;
    align-items: center
}

.c-jobs .c-main-hero-search .c-main-hero-search__location-content .icon-container>span>i {
    fill: #000
}

.c-jobs .c-main-hero-search__button-search {
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 600;
    line-height: 110%;
    background-color: transparent;
    transition: all .2s ease-out;
    padding: 1rem 3rem;
    border-radius: 2rem;
    border: 2px solid #1d3d66;
    color: #1d3d66;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center
}

.c-jobs .c-main-hero-search__button:hover .c-main-hero-search__button-search,
.c-jobs .c-main-hero-search__button:focus .c-main-hero-search__button-search {
    background-color: #1d3d66;
    color: #fff
}

.c-jobs .c-jobs-filter {
    display: flex !important;
    flex-direction: column;
    gap: 2.4rem;
    max-width: none !important
}

.c-jobs .c-jobs-filter .filter-group {
    display: flex;
    flex-direction: column;
    gap: 1rem
}

.c-jobs .c-jobs-filter .filter-group>h3 {
    display: none !important
}

.c-jobs .c-jobs-filter .filter-category-container {
    background-color: #f8fdf0;
    border: none;
    margin-bottom: 1.6rem;
    border-radius: 0 0 .8rem .8rem
}

.c-jobs .c-jobs-filter .filter-category-container:last-child {
    margin-bottom: 0
}

.c-jobs .c-jobs-filter .filter-category-container .filter-header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    position: relative;
}

.c-jobs .c-jobs-filter .filter-category-container .filter-header:after {
    /* content: "ïƒ";
    font: 900 1em/1 "Font Awesome 6 Free"; */
    transition: ease-out transform .3s;

    content: "";
    border: 6px solid transparent;
    border-top-color: #555555;
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-25%);
    -ms-transform: translateY(-25%);
    transform: translateY(-25%);
}

.c-jobs .c-jobs-filter .filter-category-container .filter-header.open:after {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg)
}

.c-jobs .c-jobs-filter .filter-category-container .filter-options-list-container {
    border-radius: 0 0 .8rem .8rem;
    max-height: 0;
    transition: max-height ease-out .3s;
    overflow: hidden;
    background-color: #fff
}

.c-jobs .c-jobs-filter .filter-category-container .filter-options-list-container.is-expanded {
    max-height: 30rem
}

.c-jobs .c-jobs-filter .filter-category-container .filter-options-list-container .filter-options-list {
    padding: 1.6rem
}

.c-jobs .c-jobs-filter .filter-category-container .filter-options-list-container .filter-options-list>div {
    position: relative
}

.c-jobs .c-jobs-filter .filter-category-container .filter-options-list-container .filter-options-list>div>li {
    min-width: 20rem
}

.c-jobs .c-jobs-filter .filter-category-container .filter-options-list-container .filter-options-list>div>li .option-value.text {
    line-height: 2.3rem
}

.c-jobs .c-jobs-filter .filter-header {
    padding: 1.6rem 2.4rem;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    color: #000;
    background-color: #fff !important
}

.c-jobs .c-jobs-filter .filter-options-list {
    list-style: none;
    padding: 0;
    margin: 0
}

.c-jobs .c-jobs-filter .filter-options-list-container {
    padding: 0;
    border-top: none
}

.c-jobs .c-jobs-filter .filter-option label {
    display: flex;
    flex-direction: row;
    gap: 2.4rem;
    color: #000
}

.c-jobs .c-jobs-filter .filter-option label>.option-value {
    flex-grow: 1;
    display: flex;
    flex-direction: row;
    gap: .4rem;
    justify-content: space-between
}

.c-jobs .c-jobs-filter .reset-filters {
    text-align: end
}

.c-jobs .c-jobs-filter .reset-filters a {
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 400;
    line-height: 2.8rem;
    color: #9d3524
}

.c-jobs .c-jobs-pagination {
    margin: 4rem 0 0;
    display: block;
    position: relative;
    width: -moz-fit-content;
    width: fit-content
}

.c-jobs .c-jobs-pagination .page-size {
    display: none;
    border: none
}

@media screen and (min-width: 1024px) {
    .c-jobs .c-jobs-pagination .page-size {
        background-color: #fff;
        display: flex;
        align-items: center;
        padding: 1.8rem;
        justify-content: center;
        text-align: center
    }
}

.c-jobs .c-jobs-pagination .page-size:focus-visible {
    outline: none
}

.c-jobs .c-jobs-pagination .pagination {
    display: flex;
    justify-content: center;
    align-items: center;
}

@media screen and (min-width: 1024px) {
    .c-jobs .c-jobs-pagination .pagination {
        justify-content: flex-start
    }
}

.c-jobs .c-jobs-pagination .page-links .pagination__list {
    background: #ffffff;
    display: flex;
    align-items: center
}

@media screen and (min-width: 1024px) {
    .c-jobs .c-jobs-pagination .page-links .pagination__list {
        margin-right: 3rem
    }
}

.c-jobs .c-jobs-pagination .page-links a {
    cursor: pointer;
    margin: 0 .8rem;
    color: #000
}

.c-jobs .c-jobs-pagination .page-link .pagination__list {
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 2.4rem;
    transition: .2s ease-out all
}

.c-jobs .c-jobs-pagination .page-link:hover {
    text-decoration: none;
    color: #9d3524
}

.c-jobs .c-jobs-pagination .page-link.page-link-next,
.c-jobs .c-jobs-pagination .page-link.page-link-last,
.c-jobs .c-jobs-pagination .page-link.page-link-first,
.c-jobs .c-jobs-pagination .page-link.page-link-previous {
    height: 3.2rem;
    width: 3.2rem;
    background: #9d3524;
    color: #fff;
    border: none;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 .5rem;
    transition: .2s ease-out all
}

.c-jobs .c-jobs-pagination .page-link.page-link-next:hover,
.c-jobs .c-jobs-pagination .page-link.page-link-last:hover,
.c-jobs .c-jobs-pagination .page-link.page-link-first:hover,
.c-jobs .c-jobs-pagination .page-link.page-link-previous:hover {
    background: #d43d34
}

.c-jobs .c-jobs-pagination .page-link.page-link-next>svg>path,
.c-jobs .c-jobs-pagination .page-link.page-link-last>svg>path,
.c-jobs .c-jobs-pagination .page-link.page-link-first>svg>path,
.c-jobs .c-jobs-pagination .page-link.page-link-previous>svg>path {
    fill: #fff;
    transition: .2s ease-out all
}

.c-jobs .c-jobs-pagination .page-link.page-link-next.not-selectable,
.c-jobs .c-jobs-pagination .page-link.page-link-last.not-selectable,
.c-jobs .c-jobs-pagination .page-link.page-link-first.not-selectable,
.c-jobs .c-jobs-pagination .page-link.page-link-previous.not-selectable {
    opacity: .5;
    cursor: not-allowed;
    display: none
}

.c-jobs .c-jobs-pagination .page-link.current-page.not-selectable {
    color: #9d3524
}

.c-jobs .c-jobs-list {
    margin-top: 0 !important
}

.c-jobs .c-jobs-list-header {
    font-family: Roboto, sans-serif !important
}

.c-jobs .c-jobs-list .results-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 3rem
}

.c-jobs .c-jobs-list .results-list__item {
    display: flex;
    position: relative;
    justify-content: space-between;
    flex-direction: column;
    align-items: flex-start;
    gap: 1.8rem;
    transition: .2s ease-out all;
    padding-bottom: 2.4rem;
    border-bottom: .1rem solid #000000;
    cursor: pointer
}

@media screen and (min-width: 1024px) {
    .c-jobs .c-jobs-list .results-list__item-header {
        margin-right: 24.4rem
    }
}

.c-jobs .c-jobs-list .results-list__item-header a {
    text-decoration: none;
    font-size: 2.5rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
    color: #000
}

.c-jobs .c-jobs-list .results-list__item-content {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    justify-content: space-between
}

@media screen and (min-width: 768px) {
    .c-jobs .c-jobs-list .results-list__item-content {
        flex-direction: row;
        width: 100%;
        align-items: center
    }
}

.c-jobs .c-jobs-list .results-list__item-street {
    display: flex;
    flex-direction: column;
    gap: 1.2rem
}

.c-jobs .c-jobs-list .results-list__item-street--label__wrapper {
    display: flex;
    align-items: center;
    gap: 1.6rem;
    color: #55616c
}

.c-jobs .c-jobs-list .results-list__item-street--more-locations__wrapper {
    margin-left: 3.3rem;
    color: #55616c;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 400;
    line-height: 2.8rem
}

.c-jobs .c-jobs-list .results-list__item-street--more-locations__wrapper .results-list__item-street--more-locations {
    margin-left: .5rem
}

.c-jobs .c-jobs-list .results-list__item-street--icon>svg path,
.c-jobs .c-jobs-list .results-list__item-street--icon>svg circle {
    stroke: #55616c
}

.c-jobs .c-jobs-list .results-list__item-street--label {
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 400;
    line-height: 2.8rem
}

.c-jobs .c-jobs-list .results-list__item-apply {
    padding: 1rem 3rem;
    background-color: transparent;
    border: 2px solid #1d3d66;
    border-radius: 2rem;
    text-decoration: none;
    transition: .2s ease-out all;
    width: -moz-fit-content;
    width: fit-content;
    display: flex;
    flex-direction: row;
    gap: 1rem !important;
    align-items: center;
    justify-content: center
}

@media screen and (min-width: 1024px) {
    .c-jobs .c-jobs-list .results-list__item-apply {
        margin-top: 0;
        position: absolute;
        top: 50%;
        bottom: 0;
        right: 2.4rem;
        height: -moz-fit-content;
        height: fit-content;
        transform: translateY(-50%)
    }
}

.c-jobs .c-jobs-list .results-list__item-apply:hover,
.c-jobs .c-jobs-list .results-list__item-apply:focus {
    background-color: #1d3d66
}

.c-jobs .c-jobs-list .results-list__item-apply:hover .results-list__item-apply--label,
.c-jobs .c-jobs-list .results-list__item-apply:focus .results-list__item-apply--label {
    color: #fff
}

.c-jobs .c-jobs-list .results-list__item-apply:hover .results-list__item-apply--icon>svg path,
.c-jobs .c-jobs-list .results-list__item-apply:focus .results-list__item-apply--icon>svg path {
    fill: #fff
}

.c-jobs .c-jobs-list .results-list__item-apply--label {
    color: #1d3d66;
    transition: .2s ease-out all;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 600;
    line-height: 110%
}

.c-jobs .c-jobs-list .results-list__item-apply--icon {
    justify-content: center;
    align-items: center;
    width: 2rem;
    height: 2rem;
    background-color: transparent;
    border-radius: 50%;
    transition: .2s ease-out all;
    display: flex
}

.c-jobs .c-jobs-list .results-list__item-apply--icon>svg path {
    transition: .2s ease-out all;
    fill: #1d3d66
}

.c-jobs .c-jobs-list .results-list.front {
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 400;
    line-height: 160%
}

.c-jobs .c-jobs-list .results-container {
    margin-top: 3.4rem;
    position: relative
}

.c-jobs .c-main-hero-search__horizontal {
    display: flex;
    flex-direction: column;
    gap: 2.4rem;
    align-items: stretch;
    border-radius: 2rem;
    padding: 1.5rem;
    width: 100%;
    position: relative;
    max-width: none
}

.c-jobs .c-main-hero-search__horizontal .c-main-hero-search__keyword-label,
.c-jobs .c-main-hero-search__horizontal .c-main-hero-search__location-label {
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    display: none;
    color: #000
}

.c-jobs .c-main-hero-search__horizontal .c-main-hero-search__button {
    width: 100%
}

*,
:before,
:after {
    box-sizing: border-box;
    border-width: 0;
    border-style: solid;
    border-color: currentColor
}

:before,
:after {
    --tw-content: ""
}

html {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    -moz-tab-size: 4;
    -o-tab-size: 4;
    tab-size: 4;
    font-family: Lato, sans-serif;
    font-feature-settings: normal;
    font-variation-settings: normal
}

body {
    margin: 0;
    line-height: inherit
}

h1,
h2,
h3 {
    font-size: inherit;
    font-weight: inherit
}

a {
    color: inherit;
    text-decoration: inherit
}

strong {
    font-weight: bolder
}

code {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
    font-feature-settings: normal;
    font-variation-settings: normal;
    font-size: 1em
}

small {
    font-size: 80%
}

button,
input,
select {
    font-family: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    font-size: 100%;
    font-weight: inherit;
    line-height: inherit;
    color: inherit;
    margin: 0;
    padding: 0
}

button,
select {
    text-transform: none
}

button,
[type=button] {
    -webkit-appearance: button;
    background-color: transparent;
    background-image: none
}

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

h1,
h2,
h3,
p {
    margin: 0
}

ul {
    list-style: none;
    margin: 0;
    padding: 0
}

input::-moz-placeholder {
    opacity: 1;
    color: #9ca3af
}

input::placeholder {
    opacity: 1;
    color: #9ca3af
}

button,
[role=button] {
    cursor: pointer
}

img,
svg {
    display: block;
    vertical-align: middle
}

img {
    max-width: 100%;
    height: auto
}

[hidden] {
    display: none
}

*,
:before,
:after {
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-blur: ;
    --tw-brightness: ;
    --tw-contrast: ;
    --tw-grayscale: ;
    --tw-hue-rotate: ;
    --tw-invert: ;
    --tw-saturate: ;
    --tw-sepia: ;
    --tw-drop-shadow:
}

::backdrop {
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-blur: ;
    --tw-brightness: ;
    --tw-contrast: ;
    --tw-grayscale: ;
    --tw-hue-rotate: ;
    --tw-invert: ;
    --tw-saturate: ;
    --tw-sepia: ;
    --tw-drop-shadow:
}

.container {
    width: 100%
}

@media (min-width: 640px) {
    .container {
        max-width: 640px
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 768px
    }
}

@media (min-width: 1024px) {
    .container {
        max-width: 1024px
    }
}

@media (min-width: 1280px) {
    .container {
        max-width: 1280px
    }
}

@media (min-width: 1536px) {
    .container {
        max-width: 1536px
    }
}

.header-primary {
    font-size: 4rem;
    font-weight: 400;
    letter-spacing: .1rem;
    font-family: Fjalla One
}

@media (min-width: 768px) {
    .header-primary {
        font-size: 5rem
    }
}

@media (min-width: 1024px) {
    .header-primary {
        font-size: 7rem
    }
}

.header-secondary {
    font-size: 3.5rem;
    font-weight: 400;
    font-family: Fjalla One
}

@media (min-width: 768px) {
    .header-secondary {
        font-size: 5rem
    }
}

.paragraph {
    font-size: 1.8rem;
    font-weight: 400;
    font-family: Lato
}

.absolute {
    position: absolute
}

.relative {
    position: relative
}

.sticky {
    position: sticky
}

.bottom-0 {
    bottom: 0
}

.left-0 {
    left: 0
}

.left-1\/2 {
    left: 50%
}

.right-0 {
    right: 0
}

.top-0 {
    top: 0
}

.top-1\/2 {
    top: 50%
}

.top-full {
    top: 100%
}

.z-\[-1\] {
    z-index: -1
}

.z-\[100\] {
    z-index: 100
}

.mx-auto {
    margin-left: auto;
    margin-right: auto
}

.my-auto {
    margin-top: auto;
    margin-bottom: auto
}

.-mb-\[1\.8rem\] {
    margin-bottom: -1.8rem
}

.-mb-\[15rem\] {
    margin-bottom: -15rem
}

.mb-2 {
    margin-bottom: 2rem
}

.mb-3 {
    margin-bottom: 3rem
}

.ml-1 {
    margin-left: 1rem
}

.mt-\[-3\.5rem\] {
    margin-top: -3.5rem
}

.block {
    display: block
}

.flex {
    display: flex
}

.hidden {
    display: none
}

.h-10 {
    height: 10rem
}

.h-5 {
    height: 5rem
}

.h-6 {
    height: 6rem
}

.h-8 {
    height: 8rem
}

.h-\[2\.8rem\] {
    height: 2.8rem
}

.h-\[25rem\] {
    height: 25rem
}

.h-\[26\.9rem\] {
    height: 26.9rem
}

.h-\[30rem\] {
    height: 30rem
}

.h-\[31\.8rem\] {
    height: 31.8rem
}

.h-\[37\.1rem\] {
    height: 37.1rem
}

.h-\[5rem\] {
    height: 5rem
}

.h-fit {
    height: -moz-fit-content;
    height: fit-content
}

.h-full {
    height: 100%
}

.w-10 {
    width: 10rem
}

.w-5 {
    width: 5rem
}

.w-6 {
    width: 6rem
}

.w-8 {
    width: 8rem
}

.w-\[2\.8rem\] {
    width: 2.8rem
}

.w-\[calc\(100\%-3rem\)\] {
    width: calc(100% - 3rem)
}

.w-fit {
    width: -moz-fit-content;
    width: fit-content
}

.w-full {
    width: 100%
}

.min-w-\[32rem\] {
    min-width: 32rem
}

.min-w-\[6rem\] {
    min-width: 6rem
}

.max-w-\[144rem\] {
    max-width: 144rem
}

.max-w-\[20\.3rem\] {
  width: 20.3rem
}

.flex-1 {
    flex: 1 1 0%
}

.shrink-0 {
    flex-shrink: 0
}

.basis-full {
    flex-basis: 100%
}

.-translate-x-1\/2 {
    --tw-translate-x: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.-translate-y-1\/2 {
    --tw-translate-y: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.-translate-y-1\/3 {
    --tw-translate-y: -33.333333%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.translate-y-1\/2 {
    --tw-translate-y: 50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.transform {
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.cursor-pointer {
    cursor: pointer
}

.list-inside {
    list-style-position: inside
}

.list-outside {
    list-style-position: outside
}

.list-disc {
    list-style-type: disc
}

.flex-row {
    flex-direction: row
}

.flex-col {
    flex-direction: column
}

.flex-wrap {
    flex-wrap: wrap
}

.flex-nowrap {
    flex-wrap: nowrap
}

.items-start {
    align-items: flex-start
}

.items-center {
    align-items: center
}

.justify-start {
    justify-content: flex-start
}

.justify-end {
    justify-content: flex-end
}

.justify-center {
    justify-content: center
}

.justify-between {
    justify-content: space-between
}

.gap-1 {
    gap: 1rem
}

.gap-2 {
    gap: 2rem
}

.gap-3 {
    gap: 3rem
}

.gap-4 {
    gap: 4rem
}

.gap-5 {
    gap: 5rem
}

.gap-9 {
    gap: 9rem
}

.gap-\[0\.5rem\] {
    gap: .5rem
}

.gap-\[0\.8rem\] {
    gap: .8rem
}

.gap-\[1\.5rem\] {
    gap: 1.5rem
}

.gap-\[1\.6rem\] {
    gap: 1.6rem
}

.gap-\[1\.8rem\] {
    gap: 1.8rem
}

.gap-\[2\.4rem\] {
    gap: 2.4rem
}

.gap-\[2\.5rem\] {
    gap: 2.5rem
}

.gap-\[2px\] {
    gap: 2px
}

.gap-\[3\.2rem\] {
    gap: 3.2rem
}

.gap-\[3\.6rem\] {
    gap: 3.6rem
}

.gap-\[3rem\] {
    gap: 3rem
}

.overflow-hidden {
    overflow: hidden
}

.whitespace-nowrap {
    white-space: nowrap
}

.rounded-\[0\.5rem\] {
    border-radius: .5rem
}

.rounded-\[10rem\] {
    border-radius: 10rem
}

.rounded-\[1rem\] {
    border-radius: 1rem
}

.rounded-\[2rem\] {
    border-radius: 2rem
}

.rounded-\[3rem\] {
    border-radius: 3rem
}

.rounded-full {
    border-radius: 9999px
}

.rounded-lg {
    border-radius: .5rem
}

.rounded-bl-\[1rem\] {
    border-bottom-left-radius: 1rem
}

.rounded-br-\[1rem\] {
    border-bottom-right-radius: 1rem
}

.rounded-tl-\[1rem\] {
    border-top-left-radius: 1rem
}

.rounded-tr-\[1rem\] {
    border-top-right-radius: 1rem
}

.border {
    border-width: 1px
}

.border-2 {
    border-width: 2px
}

.border-\[0\.3rem\] {
    border-width: .3rem
}

.border-b-\[0\.5rem\] {
    border-bottom-width: .5rem
}

.border-t-\[1\.5rem\] {
    border-top-width: 1.5rem
}

.border-black {
    --tw-border-opacity: 1;
    border-color: rgb(0 0 0 / var(--tw-border-opacity))
}

.border-blue {
    --tw-border-opacity: 1;
    border-color: rgb(29 61 102 / var(--tw-border-opacity))
}

.border-red {
    --tw-border-opacity: 1;
    border-color: rgb(157 53 36 / var(--tw-border-opacity))
}

.border-white {
    --tw-border-opacity: 1;
    border-color: rgb(255 255 255 / var(--tw-border-opacity))
}

.bg-\[\#FFFFFFE6\] {
    background-color: #ffffffe6
}

.bg-blue {
    --tw-bg-opacity: 1;
    background-color: rgb(29 61 102 / var(--tw-bg-opacity))
}

.bg-gray {
    --tw-bg-opacity: 1;
    background-color: rgb(242 242 242 / var(--tw-bg-opacity))
}

.bg-red {
    --tw-bg-opacity: 1;
    background-color: rgb(157 53 36 / var(--tw-bg-opacity))
}

.bg-transparent {
    background-color: transparent
}

.bg-white {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity))
}

.object-cover {
    -o-object-fit: cover;
    object-fit: cover
}

.object-contain {
  -o-object-fit: contain;
  object-fit: contain
}

.object-top {
    -o-object-position: top;
    object-position: top
}

.p-3 {
    padding: 3rem
}

.p-\[0\.8rem\] {
    padding: .8rem
}

.p-\[1\.5rem\] {
    padding: 1.5rem
}

.px-3 {
    padding-left: 3rem;
    padding-right: 3rem
}

.px-\[1\.5rem\] {
    padding-left: 1.5rem;
    padding-right: 1.5rem
}

.py-1 {
    padding-top: 1rem;
    padding-bottom: 1rem
}

.py-10 {
    padding-top: 10rem;
    padding-bottom: 10rem
}

.py-3 {
    padding-top: 3rem;
    padding-bottom: 3rem
}

.py-5 {
    padding-top: 5rem;
    padding-bottom: 5rem
}

.py-6 {
    padding-top: 6rem;
    padding-bottom: 6rem
}

.py-\[1\.5rem\] {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem
}

.py-\[3rem\] {
    padding-top: 3rem;
    padding-bottom: 3rem
}

.py-\[8\.8rem\] {
    padding-top: 8.8rem;
    padding-bottom: 8.8rem
}

.pb-10 {
    padding-bottom: 10rem
}

.pb-2 {
    padding-bottom: 2rem
}

.pb-5 {
    padding-bottom: 5rem
}

.pb-6 {
    padding-bottom: 6rem
}

.pl-4 {
    padding-left: 4rem
}

.pl-\[0\.5rem\] {
    padding-left: .5rem
}

.pl-\[2\.6rem\] {
    padding-left: 2.6rem
}

.pt-10 {
    padding-top: 10rem
}

.pt-5 {
    padding-top: 5rem
}

.pt-\[15rem\] {
    padding-top: 15rem
}

.text-center {
    text-align: center
}

.font-fjalla {
    font-family: Fjalla One, sans-serif
}

.font-lato {
    font-family: Lato, sans-serif
}

.text-\[1\.4rem\] {
    font-size: 1.4rem
}

.text-\[1\.6rem\] {
    font-size: 1.6rem
}

.text-\[1\.8rem\] {
    font-size: 1.8rem
}

.text-\[2\.4rem\] {
    font-size: 2.4rem
}

.text-\[2\.5rem\] {
    font-size: 2.5rem
}

.text-\[2rem\] {
    font-size: 2rem
}

.text-\[3\.5rem\] {
    font-size: 3.5rem
}

.text-\[3rem\] {
    font-size: 3rem
}

.text-\[4rem\] {
    font-size: 4rem
}

.font-bold {
    font-weight: 700
}

.font-extrabold {
    font-weight: 800
}

.font-medium {
    font-weight: 500
}

.font-normal {
    font-weight: 400
}

.font-semibold {
    font-weight: 600
}

.uppercase {
    text-transform: uppercase
}

.leading-\[2\.6rem\] {
    line-height: 2.6rem
}

.leading-\[2\.8rem\] {
    line-height: 2.8rem
}

.leading-\[4rem\] {
    line-height: 4rem
}

.leading-\[6rem\] {
    line-height: 6rem
}

.leading-init {
    line-height: normal
}

.leading-normal {
    line-height: 1.5
}

.tracking-\[0\.2rem\] {
    letter-spacing: .2rem
}

.tracking-widest {
    letter-spacing: .1em
}

.text-black {
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity))
}

.text-blue {
    --tw-text-opacity: 1;
    color: rgb(29 61 102 / var(--tw-text-opacity))
}

.text-red {
    --tw-text-opacity: 1;
    color: rgb(157 53 36 / var(--tw-text-opacity))
}

.text-white {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity))
}

.underline {
    text-decoration-line: underline
}

.decoration-transparent {
    text-decoration-color: transparent
}

.shadow-custom {
    --tw-shadow: 5px 6px 20px 0px rgba(0, 0, 0, .15);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.filter {
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)
}

.transition {
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .15s
}

.transition-all {
    transition-property: all;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .15s
}

.transition-colors {
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .15s
}

.duration-200 {
    transition-duration: .2s
}

.duration-300 {
    transition-duration: .3s
}

.ease-in-out {
    transition-timing-function: cubic-bezier(.4, 0, .2, 1)
}

.ease-out {
    transition-timing-function: cubic-bezier(0, 0, .2, 1)
}

.before\:left-\[1\.5rem\]:before {
    content: var(--tw-content);
    left: 1.5rem
}

.hover\:bg-\[\#1D3D66\]:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(29 61 102 / var(--tw-bg-opacity))
}

.hover\:bg-\[\#fff\]:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity))
}

.hover\:bg-blue:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(29 61 102 / var(--tw-bg-opacity))
}

.hover\:bg-deep-red:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(98 31 20 / var(--tw-bg-opacity))
}

.hover\:text-\[\#1D3D66\]:hover {
    --tw-text-opacity: 1;
    color: rgb(29 61 102 / var(--tw-text-opacity))
}

.hover\:text-white:hover {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity))
}

.hover\:decoration-current:hover {
    text-decoration-color: currentColor
}

.group:hover .group-hover\:bg-blue {
    --tw-bg-opacity: 1;
    background-color: rgb(29 61 102 / var(--tw-bg-opacity))
}

.group:hover .group-hover\:text-white {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity))
}

@media not all and (min-width: 1024px) {
    .max-lg\:hidden {
        display: none
    }

    .max-lg\:pt-\[22\.3rem\] {
        padding-top: 22.3rem
    }
}

@media not all and (min-width: 768px) {
    .max-md\:left-0 {
        left: 0
    }

    .max-md\:mx-\[calc\(\(100\%-32\.4rem\)\/2\)\] {
        margin-left: calc((100% - 32.4rem)/2);
        margin-right: calc((100% - 32.4rem)/2)
    }

    .max-md\:hidden {
        display: none
    }

    .max-md\:w-full {
        width: 100%
    }

    .max-md\:min-w-\[16\.2rem\] {
        min-width: 16.2rem
    }

    .max-md\:basis-full {
        flex-basis: 100%
    }

    .max-md\:rounded-tr-\[1rem\] {
        border-top-right-radius: 1rem
    }

    .max-md\:px-\[1\.5rem\] {
        padding-left: 1.5rem;
        padding-right: 1.5rem
    }

    .max-md\:py-5 {
        padding-top: 5rem;
        padding-bottom: 5rem
    }

    .max-md\:pb-5 {
        padding-bottom: 5rem
    }

    .max-md\:pt-5 {
        padding-top: 5rem
    }

    .max-md\:pt-\[18rem\] {
        padding-top: 18rem
    }

    .max-md\:pt-\[4\.8rem\] {
        padding-top: 4.8rem
    }

    .max-md\:text-\[3rem\] {
        font-size: 3rem
    }

    .max-md\:leading-\[4\.5rem\] {
        line-height: 4.5rem
    }
}

@media (min-width: 768px) {
    .md\:mx-3 {
        margin-left: 3rem;
        margin-right: 3rem
    }

    .md\:mx-\[1\.5rem\] {
        margin-left: 1.5rem;
        margin-right: 1.5rem
    }

    .md\:mx-auto {
        margin-left: auto;
        margin-right: auto
    }

    .md\:-mr-\[20rem\] {
        margin-right: -20rem
    }

    .md\:mb-0 {
        margin-bottom: 0
    }

    .md\:mb-5 {
        margin-bottom: 5rem
    }

    .md\:mb-6 {
        margin-bottom: 6rem
    }

    .md\:mb-\[-19\.3rem\] {
        margin-bottom: -19.3rem
    }

    .md\:mt-\[-8rem\] {
        margin-top: -8rem
    }

    .md\:block {
        display: block
    }

    .md\:flex {
        display: flex
    }

    .md\:hidden {
        display: none
    }

    .md\:h-\[32\.5rem\] {
        height: 32.5rem
    }

    .md\:h-\[38\.6rem\] {
        height: 38.6rem
    }

    .md\:h-\[40\.5rem\] {
        height: 40.5rem
    }

    .md\:h-\[48\.2rem\] {
        height: 48.2rem
    }

    .md\:h-\[58\.5rem\] {
        height: 58.5rem
    }

    .md\:h-\[60rem\] {
        height: 60rem
    }

    .md\:h-\[7rem\] {
        height: 7rem
    }

    .md\:w-\[25\.8rem\] {
        width: 25.8rem
    }

    .md\:w-\[35\.6rem\] {
        width: 35.6rem
    }

    .md\:w-\[38\.6rem\] {
        width: 38.6rem
    }

    .md\:w-\[40rem\] {
        width: 40rem
    }

    .md\:w-\[46rem\] {
        width: 46rem
    }

    .md\:w-\[63\.2rem\] {
        width: 63.2rem
    }

    .md\:w-\[63rem\] {
        width: 63rem
    }

    .md\:w-\[66\.6\%\] {
        width: 66.6%
    }

    .md\:w-\[calc\(33\.33333\%-2rem\)\] {
        width: calc(33.33333% - 2rem)
    }

    .md\:w-\[calc\(50\%-1\.5rem\)\] {
        width: calc(50% - 1.5rem)
    }

    .md\:min-w-\[22\.5rem\] {
        min-width: 22.5rem
    }

    .md\:max-w-\[45\.3rem\] {
        max-width: 45.3rem
    }

    .md\:shrink-0 {
        flex-shrink: 0
    }

    .md\:basis-\[calc\(33\.3333\%-2rem\)\] {
        flex-basis: calc(33.3333% - 2rem)
    }

    .md\:basis-\[calc\(50\%-1\.5rem\)\] {
        flex-basis: calc(50% - 1.5rem)
    }

    .md\:basis-full {
        flex-basis: 100%
    }

    .md\:flex-row {
        flex-direction: row
    }

    .md\:flex-col {
        flex-direction: column
    }

    .md\:flex-wrap {
        flex-wrap: wrap
    }

    .md\:items-start {
        align-items: flex-start
    }

    .md\:items-center {
        align-items: center
    }

    .md\:justify-center {
        justify-content: center
    }

    .md\:justify-between {
        justify-content: space-between
    }

    .md\:gap-2 {
        gap: 2rem
    }

    .md\:gap-3 {
        gap: 3rem
    }

    .md\:gap-5 {
        gap: 5rem
    }

    .md\:gap-\[3rem\] {
        gap: 3rem
    }

    .md\:gap-\[9\.6rem\] {
        gap: 9.6rem
    }

    .md\:rounded-bl-\[1rem\] {
        border-bottom-left-radius: 1rem
    }

    .md\:rounded-tl-\[1rem\] {
        border-top-left-radius: 1rem
    }

    .md\:rounded-tr-\[1rem\] {
        border-top-right-radius: 1rem
    }

    .md\:border-r {
        border-right-width: 1px
    }

    .md\:border-white {
        --tw-border-opacity: 1;
        border-color: rgb(255 255 255 / var(--tw-border-opacity))
    }

    .md\:p-3 {
        padding: 3rem
    }

    .md\:px-3 {
        padding-left: 3rem;
        padding-right: 3rem
    }

    .md\:px-6 {
        padding-left: 6rem;
        padding-right: 6rem
    }

    .md\:px-\[3rem\] {
        padding-left: 3rem;
        padding-right: 3rem
    }

    .md\:py-10 {
        padding-top: 10rem;
        padding-bottom: 10rem
    }

    .md\:py-2 {
        padding-top: 2rem;
        padding-bottom: 2rem
    }

    .md\:py-5 {
        padding-top: 5rem;
        padding-bottom: 5rem
    }

    .md\:py-6 {
        padding-top: 6rem;
        padding-bottom: 6rem
    }

    .md\:pb-10 {
        padding-bottom: 10rem
    }

    .md\:pb-5 {
        padding-bottom: 5rem
    }

    .md\:pl-3 {
        padding-left: 3rem
    }

    .md\:pl-7 {
        padding-left: 7rem
    }

    .md\:pl-\[23rem\] {
        padding-left: 23rem
    }

    .md\:pr-0 {
        padding-right: 0
    }

    .md\:pr-2 {
        padding-right: 2rem
    }

    .md\:pr-3 {
        padding-right: 3rem
    }

    .md\:pt-10 {
        padding-top: 10rem
    }

    .md\:text-left {
        text-align: left
    }

    .md\:text-\[3rem\] {
        font-size: 3rem
    }

    .md\:text-\[4rem\] {
        font-size: 4rem
    }

    .md\:text-\[7rem\] {
        font-size: 7rem
    }

    .md\:leading-\[6rem\] {
        line-height: 6rem
    }

    .md\:before\:left-\[3rem\]:before {
        content: var(--tw-content);
        left: 3rem
    }
}

@media (min-width: 1024px) {
    .lg\:right-\[17\.5rem\] {
        right: 17.5rem
    }

    .lg\:mx-6 {
        margin-left: 6rem;
        margin-right: 6rem
    }

    .lg\:mx-auto {
        margin-left: auto;
        margin-right: auto
    }

    .lg\:-mr-\[31\.6rem\] {
        margin-right: -31.6rem
    }

    .lg\:mb-0 {
        margin-bottom: 0
    }

    .lg\:mb-2 {
        margin-bottom: 2rem
    }

    .lg\:mb-\[2\.3rem\] {
        margin-bottom: 2.3rem
    }

    .lg\:block {
        display: block
    }

    .lg\:flex {
        display: flex
    }

    .lg\:hidden {
        display: none
    }

    .lg\:h-\[38\.6rem\] {
        height: 38.6rem
    }

    .lg\:h-\[48\.2rem\] {
        height: 48.2rem
    }

    .lg\:h-\[49rem\] {
        height: 49rem
    }

    .lg\:h-\[54\.7rem\] {
        height: 54.7rem
    }

    .lg\:h-\[8rem\] {
        height: 8rem
    }

    .lg\:min-h-\[30\.1rem\] {
        min-height: 30.1rem
    }

    .lg\:w-\[32\.8rem\] {
        width: 32.8rem
    }

    .lg\:w-\[36rem\] {
        width: 36rem
    }

    .lg\:w-\[46rem\] {
        width: 46rem
    }

    .lg\:w-\[60rem\] {
        width: 60rem
    }

    .lg\:w-\[63rem\] {
        width: 63rem
    }

    .lg\:w-\[79\.16667\%\] {
        width: 79.16667%
    }

    .lg\:w-\[79\.1667\%\] {
        width: 79.1667%
    }

    .lg\:w-\[88rem\] {
        width: 88rem
    }

    .lg\:w-\[calc\(25\%-2\.25rem\)\] {
        width: calc(25% - 2.25rem)
    }

    .lg\:w-full {
        width: 100%
    }

    .lg\:w-max {
        width: -moz-max-content;
        width: max-content
    }

    .lg\:min-w-\[46rem\] {
        min-width: 46rem
    }

    .lg\:max-w-\[132rem\] {
        max-width: 132rem
    }

    .lg\:max-w-\[32\.8rem\] {
        max-width: 32.8rem
    }

    .lg\:flex-1 {
        flex: 1 1 0%
    }

    .lg\:basis-\[calc\(\(100\%\/3\)-2rem\)\] {
        flex-basis: calc((100% / 3) - 2rem)
    }

    .lg\:flex-row {
        flex-direction: row
    }

    .lg\:flex-row-reverse {
        flex-direction: row-reverse
    }

    .lg\:flex-col {
        flex-direction: column
    }

    .lg\:flex-wrap {
        flex-wrap: wrap
    }

    .lg\:items-start {
        align-items: flex-start
    }

    .lg\:items-center {
        align-items: center
    }

    .lg\:justify-between {
        justify-content: space-between
    }

    .lg\:gap-10 {
        gap: 10rem
    }

    .lg\:gap-5 {
        gap: 5rem
    }

    .lg\:gap-\[8\.8rem\] {
        gap: 8.8rem
    }

    .lg\:whitespace-nowrap {
        white-space: nowrap
    }

    .lg\:px-6 {
        padding-left: 6rem;
        padding-right: 6rem
    }

    .lg\:px-8 {
        padding-left: 8rem;
        padding-right: 8rem
    }

    .lg\:px-\[17\.5rem\] {
        padding-left: 17.5rem;
        padding-right: 17.5rem
    }

    .lg\:px-\[30rem\] {
        padding-left: 30rem;
        padding-right: 30rem
    }

    .lg\:px-\[8\.8rem\] {
        padding-left: 8.8rem;
        padding-right: 8.8rem
    }

    .lg\:py-\[15rem\] {
        padding-top: 15rem;
        padding-bottom: 15rem
    }

    .lg\:pb-\[11\.4rem\] {
        padding-bottom: 11.4rem
    }

    .lg\:pl-10 {
        padding-left: 10rem
    }

    .lg\:pl-6 {
        padding-left: 6rem
    }

    .lg\:pl-\[3\.2rem\] {
        padding-left: 3.2rem
    }

    .lg\:pl-\[34\.5rem\] {
        padding-left: 34.5rem
    }

    .lg\:pr-0 {
        padding-right: 0
    }

    .lg\:pr-6 {
        padding-right: 6rem
    }

    .lg\:pr-\[3\.2rem\] {
        padding-right: 3.2rem
    }

    .lg\:pt-\[15rem\] {
        padding-top: 15rem
    }

    .lg\:leading-init {
        line-height: normal
    }

    .lg\:before\:left-\[6rem\]:before {
        content: var(--tw-content);
        left: 6rem
    }
}

@media (min-width: 1536px) {
    .\32xl\:w-\[80rem\] {
        width: 80rem
    }
}


.custom-job-search .c-main-hero-search__keyword-label {
    display: none;
}


[data-react-component=jobs-sort-by] .jobs-sort-by_select_display {
    border: none !important;
}


[data-react-component=jobs-sort-by] .jobs-sort-by_select_display_icon {
    width: 32px;
    height: 32px;
}

.jobs-sort-by_select_display_text {
    color: #333;
    font-size: 18px;
}


/* Facet list Style */
/* Default (fallback) using Flexbox */
[data-react-component="jobs-filter"] .advanced-search-container .filter-category-container .filter-options-list-container .filter-options-list div.filter-option,
[data-react-component="jobs-filter"] .advanced-search-container .filter-category-container .filter-options-list-container .filter-options-list label.filter-option {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 6px 0;
}


[data-react-component="jobs-filter"] input[type="checkbox"] {
    margin-right: 12px;
}


.option-value.count {
    margin-left: auto;

}

/* Modern Grid override if supported */
@supports (display: grid) {

    [data-react-component="jobs-filter"] .advanced-search-container .filter-category-container .filter-options-list-container .filter-options-list div.filter-option,
    [data-react-component="jobs-filter"] .advanced-search-container .filter-category-container .filter-options-list-container .filter-options-list label.filter-option {
        display: grid;
        grid-template-columns: 16px auto auto;
        align-items: center;
        gap: 12px;
        padding: 8px 0;
        justify-content: normal;
    }

    .option-value.count {
        justify-self: end;
        margin-left: 0;
    }

    [data-react-component="jobs-filter"] input[type="checkbox"] {
        margin-right: 0;
    }
}

.page-size_text {
    display: none;
}

.jobs-sort-by[data-react-component="jobs-sort-by"] .jobs-sort-by_select_display,
.jobs-radius[data-react-component="jobs-radius"] .jobs-radius_select_display {
    border: none;
    width: 10rem;
    background-color: #80808024;
}

.jobs-radius_select_display_text,
.jobs-sort-by_select_display_text {

    width: 100%;
}

.jobs-radius[data-react-component="jobs-radius"] .jobs-radius_select_display_icon,
.jobs-sort-by[data-react-component="jobs-sort-by"] .jobs-sort-by_select_display_icon {
    display: none;
}

.jobs-radius[data-react-component="jobs-radius"] .c-jobs-radius,
.jobs-sort-by[data-react-component="jobs-sort-by"] .c-jobs-sortby {
    justify-content: space-between;
}

.jobs-radius[data-react-component="jobs-radius"] .c-jobs-radius>div,
.jobs-sort-by[data-react-component="jobs-sort-by"] .c-jobs-sortby>div {
    width: auto;
}


.jobs-current-searches__tag-list {
    padding: 0;
    margin: 1rem auto;
    display: flex;
    flex-flow: wrap;
}

.jobs-current-searches__tag-item {
    display: flex;
    background-color: #D6D6D6;
    border-radius: 100px;
    align-items: center;
    /*padding: 5px 15px;*/
    margin: 0 5px 10px 0;

    border: solid 2px rgba(182, 184, 185, 0.29);
    height: auto;

}

.jobs-current-searches__tag-label {
    padding: 0 0 0 1rem;
}

.jobs-current-searches__tag-close {
    background-color: #6F6F6F;
    margin: 3px 3px 3px 1rem;
    border-radius: 50%;
    color: #fff;
    width: 1.575rem;
    height: 1.575rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.jobs-current-searches__tag-close svg {
    fill: #fff;
    width: 10px;
    height: 10px;
}