@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: 'AtlassianSans';
    src: url('https://careers.caffeineandmachine.com/uploads/Atlassian_Sans_latin_67b20cb8f1.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}


body {
    font-family: "AtlassianSans", 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;
    font-family: "AtlassianSans", serif !important;
}

.section-title {
    font-size: 82px;
    font-weight: 600;
    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 {
    max-width: 1061px;
    background: #000;
    border-radius: 5px;
    padding: 24px 43px;
}

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

.hero-section [class*=KeywordFilter__StyledInputWrapper] {
    height: 50px;
    border-radius: 0;
    overflow: hidden;
    border-color: #686767;

}

.hero-section [class*=KeywordFilter__StyledInputWrapper] input {
    height: 100%;
    padding: 14px;
    font-size: 16px !important;
    text-transform: none;
    border-color: #686767;
    color: #000000B2;
}


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

.hero-section .location-select > div {
    height: 50px;
    border-radius: 0;
    border-color: #686767;
}

.hero-section .location-select > div > div:first-child {
    padding: 0 16px;
}

.hero-section .location-select > div > div:first-child #react-select-locationSelect-placeholder,
#react-select-categorySelect-placeholder {
    font-size: 16px !important;
    text-transform: none;
    white-space: nowrap;
    text-overflow: hidden;
}

.hero-section button[type=submit] {
    height: 48px;
    padding: 0 40px 0 40px;
    background: #fff !important;
    border: 1px solid #0D1C24 !important;
    color: #000 !important;
    border-radius: 40px;
}

.hero-section button[type=submit] span {
    font-size: 16px;
    color: #000 !important;
}

.hero-section form.find-your-role > div > div:last-of-type .bg-white > div > div {
    border: none;
    height: 100%;
}

.hero-section form.find-your-role > div > div:last-of-type button:hover span {
    color: #F4F1E8 !important;
}

.hero-section form.find-your-role > div > div:last-of-type button:hover {
    color: #F4F1E8 !important;
    background: #0D1C24 !important;
    border: 1px solid #0D1C24 !important;
    box-shadow: none;
}

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

.hero-section form.find-your-role > div > div, .hero-section form.find-your-role > div > div:last-of-type .bg-white {
    border-radius: 5px;
}

.hero-section form.find-your-role {
    max-width: 1061px;
    background: #000;
    border-radius: 5px;
    padding: 24px 43px;
    margin: auto;
}


.hero-section form.find-your-role > div {
    margin-bottom: 0 !important;
}

.hero-section form .category > div > div, 
.hero-section form.find-your-role > div > div:last-of-type .bg-white {
    border-radius: 5px;
}
.hero-section form .bottom-wrapper
.hero-section form button {
    height: 48px;
    padding: 0 40px 0 40px;
    background: #fff !important;
    border: 1px solid #0D1C24 !important;
    color: #000 !important;
}

@media (min-width: 900px) {
    .hero-section form.find-your-role > div > div {
        flex: 1 0 30%;
    }

    .hero-section form.find-your-role > div > div:last-of-type {
        flex: 1 0 50%;
    }

    .hero-section form.find-your-role > div > div:last-of-type .bg-white {
        flex: 1 0 50%;
        width: 100%;
    }

    .hero-section form button {
        width: 198px;
    }

}

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

@media (max-width: 992px) {
    .hero-section form.find-your-role > div > div {
        flex: 1 0 100%;
    }

    .hero-section form.find-your-role > 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%;
    }
}

.hero-section .category > div > div {
    height: 50px;
    border-radius: 5px;
    overflow: hidden;
}

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

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

.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 #0D1C24 !important;
    color: #0D1C24 !important;
}

#search-results-list button:hover,
#job_alert button:hover {
    color: #F4F1E8 !important;
    background: #0D1C24 !important;
    border: 1px solid #0D1C24 !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: #0D1C24;
}

.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: 120px 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 {
    margin-bottom: 132px;
}

#search-results-list .infinite-scroll-component > div {
    background: #F5F5F5;
    border-radius: 0;
    border: 1px solid #00000033;
    padding: 32px !important;
}


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

#search-results-list .overflow-auto {
    background: #F5F5F5;
    border-radius: 0;
    border: 1px solid #00000033;
    padding: 24px !important;
}

.btn {
    border-radius: 40px !important;
    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: 18px;
    font-weight: 600;
    line-height: 27px;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #000000;

}

.footer_container li a {
    color: #000000;
    font-size: 16px;
    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;
    font-family: Inter;
}

.footer_container .register-interest {
    font-size: 16px;
    font-weight: 600;
    line-height: 16px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #fff;
    text-transform: None;
    padding: 16px 20px;
    text-decoration: none;
    border: 1px solid #000;
    display: inline-block;
    margin-bottom: 31px;
    font-family: Inter;
    border-radius: 40px;
    background: #000;

}

.footer-socials {
    gap: 24px;
    align-items: center;
}

.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: #000 !important;
    font-family: Inter;
}


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

.footer_col {
    width: 20%;
}

.footer_col a, .footer-company-col a {
    color: #000000;
    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: #000000;
    margin-bottom: 20px;
}

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

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

.footer-socials {
    gap: 24px;
}

#role > div, #hours > div, .location-input >div, .distance-select >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;
}


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

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

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

    #search-results-list {
        margin-bottom: 60px;
    }
}

@media (max-width: 991px) {
    .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) {
    .email_number {
        flex-direction: column;
    }

    .hero-section form.find-your-role > div > div:last-of-type {
        flex-direction: column;
    }

   .hero-section form.find-your-role > 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;
    }
}
