@media (max-width: 900px) {
    .hero-image-component > div,
    .hero-image-component > div > div > div > div {
        min-height: 30vh!important;
    }
}

@media (max-width: 700px) {
    .hero-image-component > div,
    .hero-image-component > div > div > div > div {
        min-height: 26vh!important;
    }
}

@media (max-width: 500px) {
    .hero-image-component > div,
    .hero-image-component > div > div > div > div {
        min-height: 22vh!important;
    }
}

@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

@font-face {
    font-family: 'Caslon Pro';
    src: url('https://storage.googleapis.com/talentfunnel-cms-career-site-storage/the-newt/A_Caslon_Pro_Regular_017709b1d5/A_Caslon_Pro_Regular_017709b1d5.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}


/*body {*/
/*    font-family: "Caslon Pro", serif !important;*/
/*}*/

.header-logo {
    position: unset !important;
}

#venueList .row {
    justify-content: center;
}

.font-inter {
    /*font-family: "Inter", serif;*/
}

h1, h2, h3, h4, h5, h6 {
    color: #0D1C24;
}

.section-title {
    font-size: 64px;
    font-weight: 400;
    line-height: 78px;
    letter-spacing: -0.05em;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    margin-bottom: 40px;
}

.search-box-wrapper .search-box-container {
    padding: 24px 43px;
}

.search-box-wrapper .search-box-container > div {
    min-height: auto;
    padding: 0 !important;
}

.search-box-wrapper .search-box-container > div [class*=KeywordFilter__StyledInputWrapper] {
    height: 50px;
    border-radius: 0;
    overflow: hidden;
    border-color: #686767;

}

.search-box-wrapper .search-box-container > div [class*=KeywordFilter__StyledInputWrapper] input {
    height: 100%;
    padding: 14px;
    font-size: 16px !important;
    text-transform: capitalize;
    border-color: #686767;
    color: #000000B2;
}


/*.search-box-wrapper .search-box-container > div div:has(> .location-select) {*/
/*    border-radius: 5px;*/
/*}*/

.search-box-wrapper .search-box-container > div .location-select > div {
    height: 50px;
    border-radius: 0;
    border-color: #686767;
}

.search-box-wrapper .search-box-container > div .location-select > div > div:first-child {
    padding: 0 16px;
}

.search-box-wrapper .search-box-container > div .location-select > div > div:first-child #react-select-locationSelect-placeholder,
#react-select-categorySelect-placeholder {
    font-size: 16px !important;
    text-transform: capitalize;
    white-space: nowrap;
    text-overflow: hidden;
}

.search-box-wrapper .search-box-container > div button[type=submit] {
    height: 48px;
    padding: 0 40px 0 40px;
    background: transparent !important;
    border: 1px solid #fff !important;
    color: #fff !important;
}

.search-box-wrapper .search-box-container > div button[type=submit] span {
    font-size: 16px;
    color: #fff !important;
}

.search-box-wrapper .search-box-container > div form > div > div:last-of-type .bg-white > div > div {
    border: none;
    height: 100%;
}


.search-box-wrapper .search-box-container > div form > div > div:last-of-type button:hover {
    color: #12365A !important;
    background: #F4F1E8 !important;
    border: 1px solid #12365A !important;
    box-shadow: none;
}

.search-box-wrapper .search-box-container > div form > div > div:last-of-type button:hover span {
    color: #12365A !important;
}


.navbar {
    padding: 20px 0 !important;
}

@media (min-width: 900px) {
    .search-box-wrapper .search-box-container > div form > div > div {
        flex: 1 0 30%;
    }

    .search-box-wrapper .search-box-container > div form > div > div:last-of-type {
        flex: 1 0 50%;
    }

    .search-box-wrapper .search-box-container > div form > div > div:last-of-type .bg-white {
        flex: 1 0 50%;
        width: 100%;
    }

    .search-box-wrapper .search-box-container > div form > div > div:last-of-type button {
        width: 198px;
    }

}

@media (min-width: 992px) {
    .footer_container .text-md-left {
        text-align: left !important;
    }
}

@media (max-width: 992px) {
    .search-box-wrapper .search-box-container > div form > div > div {
        flex: 1 0 100%;
    }

    .search-box-wrapper .search-box-container > div form > div > div:last-of-type {
        flex: 1 0 100%;
    }

    .find-your-role > div {
        flex-wrap: wrap;
        gap: 20px;
    }

    #search-results-list > div > div > div {
        flex-direction: column;
    }

    #search-results-list > div > div > div > div > div {
        max-width: 100%;
    }

    #search-results-list > div > div > div > div {
        width: 100%;
    }
}

.search-box-wrapper .category > div > div {
    height: 50px;
    overflow: hidden;
}

.read-more {
    display: block;
    text-transform: uppercase;
    margin-top: 24px;
}

.join-us {
    font-size: 16px;
    font-weight: 600;
    line-height: 19px;
    letter-spacing: 0.015em;
    text-decoration: none;
    text-transform: uppercase;
    padding: 16px 40px;
    display: inline-block;
    background: transparent;
    border: 1px solid #12365A;
    color: #12365A !important;
}

.join-us:hover {
    color: #F4F1E8 !important;
    background: #0D1C24;
    border: 1px solid #0D1C24;
}

#search-results-list button,
#job_alert button {
    background: transparent !important;
    border: 1px solid #12365A !important;
    color: #12365A !important;
}

#search-results-list button:hover,
#job_alert button:hover {
    color: #F4F1E8 !important;
    background: #12365A !important;
    border: 1px solid #12365A !important;
}

.two-cols-text {
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #272727;
}

.two-cols-text h4 {
    margin-top: 32px;
    margin-bottom: 16px;
    font-size: 18px;
    font-weight: 700;
    line-height: 27px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}

.hidden-content {
    display: none;
}

.pt-120 {
    padding-top: 120px;
}

.pb-120 {
    padding-bottom: 120px;
}

.py-large {
    padding: 60px 0;
}


#application-list .boxLink {
    text-decoration: none;
}

#application-list .boxLink:after {
    content: url('data:image/svg+xml;base64, PHN2ZyB3aWR0aD0iMzMiIGhlaWdodD0iMzIiIHZpZXdCb3g9IjAgMCAzMyAzMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE1LjUzMDUgNC45MTU5M0MxNS40MTAyIDQuNzg4NjMgMTUuMzE2MiA0LjYzODg5IDE1LjI1MzggNC40NzUyNUMxNS4xOTE0IDQuMzExNjEgMTUuMTYxOCA0LjEzNzI4IDE1LjE2NjcgMy45NjIyMUMxNS4xNzE3IDMuNzg3MTQgMTUuMjExMSAzLjYxNDc2IDE1LjI4MjYgMy40NTQ5MkMxNS4zNTQyIDMuMjk1MDcgMTUuNDU2NiAzLjE1MDg4IDE1LjU4MzkgMy4wMzA1OUMxNS43MTEyIDIuOTEwMyAxNS44NjA5IDIuODE2MjYgMTYuMDI0NSAyLjc1Mzg0QzE2LjE4ODIgMi42OTE0MiAxNi4zNjI1IDIuNjYxODQgMTYuNTM3NiAyLjY2Njc5QzE2LjcxMjcgMi42NzE3NSAxNi44ODUgMi43MTExMyAxNy4wNDQ5IDIuNzgyN0MxNy4yMDQ3IDIuODU0MjggMTcuMzQ4OSAyLjk1NjYzIDE3LjQ2OTIgMy4wODM5M0wyOC44MDI1IDE1LjA4MzlDMjkuMDM2NiAxNS4zMzE1IDI5LjE2NyAxNS42NTkyIDI5LjE2NyAxNS45OTk5QzI5LjE2NyAxNi4zNDA2IDI5LjAzNjYgMTYuNjY4NCAyOC44MDI1IDE2LjkxNTlMMTcuNDY5MiAyOC45MTczQzE3LjM0OTcgMjkuMDQ3MyAxNy4yMDU2IDI5LjE1MjQgMTcuMDQ1MSAyOS4yMjYzQzE2Ljg4NDcgMjkuMzAwMiAxNi43MTEyIDI5LjM0MTUgMTYuNTM0NiAyOS4zNDc3QzE2LjM1ODEgMjkuMzU0IDE2LjE4MjEgMjkuMzI1MSAxNi4wMTY4IDI5LjI2MjhDMTUuODUxNSAyOS4yMDA1IDE1LjcwMDMgMjkuMTA1OSAxNS41NzE5IDI4Ljk4NDdDMTUuNDQzNCAyOC44NjM0IDE1LjM0MDQgMjguNzE3OCAxNS4yNjg3IDI4LjU1NjRDMTUuMTk3IDI4LjM5NDkgMTUuMTU4MSAyOC4yMjA5IDE1LjE1NDMgMjguMDQ0M0MxNS4xNTA0IDI3Ljg2NzcgMTUuMTgxNyAyNy42OTIxIDE1LjI0NjMgMjcuNTI3N0MxNS4zMTA5IDI3LjM2MzMgMTUuNDA3NSAyNy4yMTMzIDE1LjUzMDUgMjcuMDg2NkwyNS45OTk5IDE1Ljk5OTlMMTUuNTMwNSA0LjkxNTkzWiIgZmlsbD0iYmxhY2siLz4KPC9zdmc+Cg==');
    position: absolute;
    top: 50%;
    right: -20px;
    transform: translate(-0%, -50%);
    z-index: 9;
}

#application-list .row .col-12:last-child .boxLink:after {
    content: none;
}

#application-list .boxLink > div {
    position: relative !important;
}

.font-size-18 {
    font-size: 18px;
}

.title-section {
    margin-top: 120px;
}

#search-results-list svg path {
    fill: #154632;
}

#search-results-list .infinite-scroll-component > div {
    background: #F8F8F8;
    border-radius: 0;
    border: 1px solid #00000033;
}

.caps {
    text-transform: capitalize;
}

/*#search-results-list, #search-results-list > div > div > div > div > div {*/
/*    background: #EDE8D9;*/
/*}*/

div[class^='Vacancy__JobDetails'] > div:first-of-type {
    display: none !important;
}

#search-results-list .vacancy-info-item span svg {
    flex: 1 0 18px;
}
#search-results-list .vacancy-info-item span {
    display: flex;
}


#search-results-list .vacancy-info {
    flex-wrap: wrap;
    row-gap: 10px;
}

#search-results-list hr {
    color: #00000040;
}

#search-results-list .overflow-auto {
    background: #F8F8F8;
    border-radius: 0;
    border: 1px solid #00000033;
}

#search-results-list p,
#search-results-list ul,
#search-results-list li {
    font-size: 18px;
}

#search-results-list .vacancy-info-item {
    font-size: 14px;
}

/*.btn {*/
/*    font-family: Inter !important;*/
/*}*/

/*Footer*/
.footer_container {
    /*padding-top: 80px;*/
    /*padding-bottom: 24px;*/
    border-top: 1px solid #00000033;
    color: #A5A297;
}

.footer_container ul {
    list-style: none;
    padding-left: 0;
}

.footer_container .footer-title {
    margin-bottom: 20px;
    font-size: 14px;
    font-weight: 600;
    line-height: 27px;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #fff;

}

.footer_container li a {
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.015em;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    margin-bottom: 16px;
    text-decoration: none;
    display: block;
}

.footer_container .footer-title {
    margin-bottom: 20px;
    font-size: 14px;
    font-weight: 600;
    line-height: 27px;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #fff;

}

.footer_container li a {
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.015em;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    margin-bottom: 16px;
    text-decoration: none;
    display: block;
}

.footer_container .register-interest {
    font-size: 14px;
    /*font-weight: 600;*/
    line-height: 16px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #fff;
    text-transform: uppercase;
    padding: 16px 20px;
    text-decoration: none;
    border: 1px solid #fff;
    display: inline-block;
    margin-bottom: 31px;
    background: transparent;

}

.footer-socials {
    gap: 24px;
    align-items: center;
    margin-top: 2rem;
}

.footer-company {
    font-size: 14px;
    font-weight: 500;
    line-height: 19.6px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    text-decoration: none;
    color: #FFFFFF !important;
}


.footer-company-col {
    padding-top: 10px;
    border-top: 1px solid #0D1C2433;
    margin-top: 0 !important;
}

.footer-company svg {
    margin-right: 5px;
}

.footer_col {
    width: 20%;
}

.footer_col a, .footer-company-col a {
    color: #fff !important;
    margin-bottom: 16px;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.015em;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    text-decoration: none;
    display: block;
}

.footer_col ul {
    list-style: none;
    padding-left: 0;
}

.footer-title {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #fff;
    margin-bottom: 20px;
}

.footer_row {
    padding-top: 20px;
    padding-bottom: 10px;
}

.footer-company-col {
    margin-top: 36px;
}

.footer-socials {
    gap: 24px;
}

.footer-alerts .job-alert-wrapper {
    padding-top: 55px !important;
}

.footer-alerts .job-alert-wrapper button:hover,
.footer-alerts .job-alert-wrapper button:active,
.footer-alerts .job-alert-wrapper button:focus {
    border-color: none;
    box-shadow: none;
}

.footer-alerts .job-alert-wrapper > div {
    flex-direction: column-reverse !important;
}

.footer-alerts .job-alert-wrapper > div button {
    font-size: 14px;
    font-weight: 600;
    line-height: 16px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #fff;
    text-transform: uppercase;
    padding: 16px 20px;
    text-decoration: none;
    border: 1px solid #fff;
    display: inline-block;
    margin-bottom: 31px;
    background: transparent;
}

.footer-alerts .job-alert-wrapper > div button::before {
    content: "WORK WITH US";
    font-size: 1rem;
    position: absolute;
    top: 25px;
    width: fit-content;
    height: 2rem;
    cursor: default;
    font-family: "Caslon Pro", serif;
    letter-spacing: 1.5px;
    font-weight: 800 !important;
    left:6rem;
}

.footer-alerts > div {
    box-shadow: none !important;
    padding: 0 !important;
}

#sign-up-job-alerts > div > div > div:first-of-type {
    flex-grow: 1 !important;
}

#role > div, #hours > div {
    border: 1px solid #0D1C24B2;
    border-radius: 0;
}

.email_number {
    gap: 20px;
    margin-top: 50px;
    margin-bottom: 50px;
    color: #A5A297;
}

.email_number a {
    text-decoration: none;
    color: #A5A297 !important;
    font-size: 28px;
}

.footer_logo {
    width: 300px;
    height: 300px;
}

.footer_logo_img {
    max-width: 120px;
}

.css-14el2xx-placeholder {
    margin-top: 2px;
}

/*.hero-section {*/
/*    margin-top: 60px;*/
/*}*/

@media (max-width: 1199px) {
    #application-list .boxLink:after {
        content: none;
    }

    .section-title {
        font-size: 60px;
        line-height: 58px;
    }

    .footer-alerts > div {
        flex-direction: column !important;
        gap: 1rem;
    }

    .footer-alerts .job-alert-wrapper > div button::before {
        content: "WORK WITH US";
        font-size: 1rem;
        position: absolute;
        top: -14px;
        width: fit-content;
        height: 2rem;
        cursor: default;
        font-family: "Caslon Pro", serif;
        letter-spacing: 1.5px;
        font-weight: 800 !important;
        left: auto;
    }

}

@media (max-width: 1300px) {
    .grid-images-list .boxLink {
        min-height: auto;
    }

    .grid-images-list .boxLink img {
        object-fit: cover;
    }
}

@media (min-width: 576px) and (max-width: 991px) {
    .grid-images-list .boxLink {
        max-height: 300px !important;
    }
}

@media (max-width: 991px) {
    .title-section {
        margin-top: 60px;
    }

    .search-box-wrapper .search-box-container {
        padding: 24px 20px;
    }

    .grid-images-list .boxLink {
        min-height: auto;
    }

    .grid-images-list .boxLink img {
        object-fit: cover;
    }

    .pt-120 {
        padding-top: 90px;
    }

    .pb-120 {
        padding-bottom: 90px;
    }

    .py-large {
        padding: 90px 0;
    }

    .cta-section {
        padding: 120px 0 90px;
    }

    .footer-socials {
        justify-content: center;

    }

    .header-logo span {
        margin: 0 auto !important;
        width: 120px !important;
    }

    .header-logo img {
        width: 120px !important;
        min-width: unset !important;
        height: 80px !important;
        min-height: unset !important;
        margin: 0 auto !important;
    }

    .navbar .container-fluid {
        flex-wrap: nowrap !important;
    }

    .footer_col {
        width: 100% !important;
        text-align: center !important;
    }

    .footer_row {
        flex-direction: column;
    }

    .footer_row .footer-title {
        text-align: center !important;
    }

    .footer-socials {
        justify-content: center;
    }
}

@media (max-width: 767px) {
    #hero-section .align-items-center.d-flex.flex-column.position-relative {
        min-height: auto !important;
    }

    #hero-section iframe {
        position: absolute;
        top: 0 !important;
        left: 0 !important;
        width: 100% !important;
        height: 100% !important;
        border: 0;
        transform: none !important;
        min-height: auto !important;
        min-width: auto !important;
    }

    .hero-section .container-xxl.position-relative > div {
        min-height: auto !important;
        width: 100%;
        padding-bottom: 56.25% !important;
        height: 0;
        overflow: hidden;
    }

    .email_number {
        flex-direction: column;
    }

    .search-box-wrapper .search-box-container > div form > div > div:last-of-type {
        flex-direction: column;
    }

    .search-box-wrapper .search-box-container > div .location-select > div {
        height: 50px !important;
    }

    .section-title {
        font-size: 48px;
        line-height: 42px;
    }

    .join-us {
        margin-bottom: 20px;
    }

    .pt-120 {
        padding-top: 60px;
    }

    .pb-120 {
        padding-bottom: 60px;
    }

    .cta-section {
        padding: 90px 0 60px;
    }

    .py-large {
        padding: 60px 0;
    }
}

.modal-content h2 {
    color: white;
}

.grid-images-list div[role="button"] {
    cursor: default;
    pointer-events: none;
}

#jobAlertModal >div:first-of-type,
#jobAlertModal > div button  {
    background-color: #12365A;
}

.hp-search-wrapper .row > div:first-of-type {
    display: none;
}

@media (max-width: 525px) {
    #search-results-list .d-flex.flex-column.px-4 > div > div {
        flex-wrap: wrap;
        gap: 15px;
    }
}
