.homepage-header h1{
    margin-top: -235px;
    padding-bottom: 16px;
}
.homepage-header p{
    max-width: 470px;
}
.homepage-mission{
    margin-top: -190px;
}
.homepage-mission figure{
    text-align: center;
}
#homepage-carousel{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}
#homepage-carousel .item{
    padding: 24px 24px 0;
    border-radius: 30px;
}
#homepage-carousel figure{
    text-align: right;
}
.apply-steps{
    border-radius: 40px;
}
.apply-steps .wp-block-cover{
    padding:  0 24px;
}
.apply-steps .steps h4 {
    width: 96px;
    height: 96px;
    border-radius: 50px;
    color: #fff;
    font-weight: 800;
    line-height: 96px;
    font-size: 48px !important;
    margin: 0 auto 24px;
}
.apply-steps .steps .one{
    background: transparent linear-gradient(180deg, #F28130 0%, #FFE600 100%) 0% 0% no-repeat padding-box;
}
.apply-steps .steps .two{
    background: transparent linear-gradient(180deg, #309BF2 0%, #AB30F2 100%) 0% 0% no-repeat padding-box;
}
.apply-steps .steps .three{
    background: transparent linear-gradient(180deg, #F28130 0%, #F230F2 100%) 0% 0% no-repeat padding-box;
}
.apply-steps .steps .four{
    background: transparent linear-gradient(180deg, #309BF2 0%, #03E4BA 100%) 0% 0% no-repeat padding-box;
}
.apply-steps .steps .five{
    background: transparent linear-gradient(180deg, #AB30F2 0%, #003BE5 100%) 0% 0% no-repeat padding-box;
}
.apply-steps .steps .six{
    background: transparent linear-gradient(180deg, #F230F2 0%, #FFEE33 100%) 0% 0% no-repeat padding-box;
}

.contact-form-section input[type="file"] {
    position: relative;
    opacity: 0;
    z-index: 99;
    width: 100%;
    height: 45px !important;
    top: -11px;
}
.contact-form-section .val {
    position: absolute;
    top: 42px;
    left: 34px;
    font-size: 14px;
}
.contact-form-section form input[type="text"],.contact-form-section form input[type="email"],.contact-form-section form input[type="tel"]{
    border: 1px solid #dfdfdf !important;
    border-radius: 10px;
    min-height: 45px;
    width: 100%;
    padding: 10px 20px;
    height: 45px;
}
.contact-form-section form .file-input{
    border: 1px solid #dfdfdf;
    border-radius: 10px;
    height: 45px;
    background-color: #ffff;
    display: block;
    margin-bottom: 15px;
}

.contact-form-section form label{
    font-size: 12px;
    font-weight: 500;
    color: #aaa;
    position: relative;
    top: 12px;
    z-index: 10;
    background-color: #fff;
    margin-left: 15px;
    padding: 0 8px;
    width: auto;
}
.contact-form-section .wpcf7-submit:hover {
    background: linear-gradient(-18deg,#00e5ba,#003be5);
    color: #fff;
}
.contact-form-section .wpcf7-submit {
    width: auto;
    margin: 10px auto 0;
    border: 0;
    background-color: #03e4ba;
    color: #000;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    padding: 14px 32px;
    transition: all .3s;
    -webkit-transition: all .3s;
    border-radius: 45px;
    text-decoration: none;
    min-width: 180px;
    text-transform: uppercase;
}
.contact-form-section .checkboxes{
    margin: 20px 0 40px;
}
.contact-form-section .checkboxes label{
    margin-left: 0;
    background-color: unset;
    font-size: 14px;
    color: #000A26;
    width: 100%;
}
.contact-form-section .checkboxes label span{
    margin: 0;
    width: 98%;
    float: right;
}
.contact-form-section .checkboxes .wpcf7-list-item{
    margin: 0;
    width: 100%;
}
.contact-form-section .browse {
    position: absolute;
    right: 12px;
    color: #000A26;
    top: 24px;
    background-color: #03E4BA;
    padding: 16px 28px;
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
    height: 56px;
    z-index: 9;
    font-size: 16px;
    font-weight: 700;
    height: 45px;
    padding: 10px 20px;
}
.contact-form-section .wpcf7-not-valid-tip{
    margin-top: 10px;
}
.expand-btn{
    display: none;
}
/*map*/
.store-locator_list li:first-child{
    border:0;
}
#gt-locations{
    border: 1px solid #E0E0E0;
}
.store-locator_store_name {
    font-size: 16px;
    line-height: 21px;
    font-family: 'Montserrat';
}
@media screen and (max-width: 576px){
    .homepage-header{
        min-height: 540px !important;
        align-items: flex-start;
        padding: 32px 50px 0 40px;
    }
    .homepage-header h1{
        padding-bottom: 8px;
        margin-top: 0;
    }
    .homepage-mission img{
        height: 130px;
        width: 130px;
    }
    .homepage-mission {
        margin-top: -60px !important;
        padding: 0 16px !important;
        border-radius: 20px !important;
    }
    .homepage-mission h2{
        font-size: 24px !important;
        padding-top: 0px !important;
        gap: 0 !important;
        padding-bottom: 8px !important;
    }
    .homepage-mission .wp-block-buttons{
        margin-bottom: 24px !important;
        justify-content: center;
    }
    #homepage-carousel{
        display: block;
    }
    #homepage-carousel img{
        max-width: 150px;
        max-height: 150px;
        margin-left: auto;
    }
    #homepage-carousel .item{
        border-radius: 20px !important;
        margin-bottom: 16px;
    }
    #homepage-carousel .owl-dots .owl-dot {
        border: 0;
        padding: 0 2px;
        background-color: transparent;
    }
    #homepage-carousel .owl-dots .owl-dot.active span {
        background: #003BE5;
    }
    #homepage-carousel .owl-dots .owl-dot span {
        width: 10px;
        height: 10px;
        margin: 0;
        background: #8F8F8F;
        display: block;
        -webkit-backface-visibility: visible;
        transition: opacity .2s ease;
        border-radius: 30px;
    }
    #homepage-carousel .owl-dots {
        text-align: center;
        position: absolute;
        left: 0;
        right: 0;
        z-index: 99;
        bottom: -35px;
    }
    .apply-steps .steps .wp-block-columns{
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
    .apply-steps .wp-block-cover{
        min-height: 505px !important;
        border-radius: 20px;
    }
    .apply-steps .steps h4 {
        width: 80px;
        height: 80px;
        line-height: 80px;
        font-size: 48px !important;
        margin: 0 auto 16px;
    }
    .bamboo-homepage, .vacancy-page {
        border-radius: 20px;
        padding: 24px 20px;
    }
    .bamboo-homepage .BambooHR-ATS-board a, .vacancy-page .BambooHR-ATS-board a{
        font-size: 16px !important;
        line-height: 21px;
        width: 100%;
        display: block;
    }
    .bamboo-homepage .BambooHR-ATS-Location, .vacancy-page .BambooHR-ATS-Location{
        float:none !important;
        font-size: 14px !important;
    }
    .bamboo-homepage .BambooHR-ATS-Jobs-List li, .vacancy-page .BambooHR-ATS-Jobs-List li{
        padding: 19px 24px;
    }
    .bamboo-homepage .BambooHR-ATS-Jobs-List, .vacancy-page .BambooHR-ATS-Jobs-List{
        margin-bottom: 24px !important;
    }
    .Bamboo-section.wp-block-columns {
        padding-top: 60px;
    }

    .contact-form-section .wp-block-columns{
        margin-top: 16px !important;
        padding: 24px 16px !important;
    }
    .contact-form-section .checkboxes label span {
        width: 95%;
        margin-bottom: 10px;
    }
    .contact-cta .wp-block-columns{
        padding: 16px !important;
        margin-top: 16px !important;
    }
    .contact-cta .wp-block-columns .outer-cta{
        height: 120px !important;
        margin: 0 !important;
    }
    .contact-cta h4{
        max-width: 92%;
        margin: 0 auto;
    }
    .item-expand{
        display: none;
    }
}
@media screen and (min-width: 577px) and (max-width: 1024px) {
    .homepage-header {
        min-height: 750px !important;
        align-items: flex-start;
        padding-top: 40px;
        padding-left: 70px;
    }

    .homepage-header h1 {
        padding-bottom: 8px;
        margin-top: 0;
    }

    .homepage-header p {
        max-width: 540px;
    }

    .homepage-mission {
        margin-top: -248px !important;
        flex-wrap: nowrap !important;
        padding-right: 60px !important;
    }

    .homepage-mission img {
        height: 220px;
        width: 220px;
    }

    .homepage-mission .wp-block-column:first-child {
        flex-basis: 34% !important;
    }

    .homepage-mission .wp-block-column {
        flex-basis: 66% !important;
    }

    .homepage-mission h2 {
        padding-top: 20px !important;
    }

    .homepage-mission .wp-block-buttons {
        margin-bottom: 28px !important;
    }

    #homepage-carousel {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 16px !important;
    }

    #homepage-carousel h4 {
        font-size: 40px !important;
        line-height: 48px !important;
    }

    #homepage-carousel p {
        font-size: 24px !important;
        line-height: 32px !important;
    }

    #homepage-carousel img {
        max-height: 155px;
        max-width: 155px;
    }

    #homepage-carousel .item {
        border-radius: 20px;
    }

    .contact-form-section p br {
        display: none;
    }

    .apply-steps .steps .wp-block-columns {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
    }

    .apply-steps .wp-block-cover {
        min-height: 420px !important;
        border-radius: 40px;
        background-color: #fff;
    }

    .apply-steps img {
        object-fit: contain !important;
    }

    .contact-cta .wp-block-columns {
        margin-top: 32px !important;
    }

    .contact-cta .wp-block-columns .outer-cta {
        height: 128px !important;
        margin: 0 !important;
    }

    .contact-cta .wp-block-columns p:first-child {
        font-size: 18px !important;
    }

    .contact-cta .wp-block-columns p:nth-child(2) {
        font-size: 14px !important;
    }

    .vacancy-page #search_input {
        width: 100%;
    }


    .vacancy-title {
        padding-bottom: 60px;
    }

    .contact-form-section .checkboxes label span {
        padding-left: 10px;
    }
    .bamboo-homepage .BambooHR-ATS-Jobs-List li, .vacancy-page .BambooHR-ATS-Jobs-List li{
        display: flex;
        justify-content: space-between;
    }
    .bamboo-homepage .BambooHR-ATS-board a, .vacancy-page .BambooHR-ATS-board a{
        flex-basis: 70%;
    }
}