.elementor-5501 .elementor-element.elementor-element-78dfa4b{--display:flex;}/* Start custom CSS for shortcode, class: .elementor-element-26d3f82 *//* Job Description Page */
.job-page {
    display: flex;
    margin-top: 30px;
    border-bottom: 1px solid rgba(0,0,0,0.08);
    border-top: 1px solid rgba(0,0,0,0.08);
}

.job-left {
    flex: 1;
    background: #fff;
    padding: 25px;
    padding-left: 40px;
}

.job-right {
    flex: 1;
    position: sticky;
    top: 100px;
}

#apply-form {
    background: #f7f3ef !important;
    height: auto;
    padding: 25px;
    width: 100%;
}

/* Responsive */
@media(max-width: 900px) {
    .job-page {
        flex-direction: column;
    }
    .job-right {
        position: relative;
        top: 0;
    }
    
    .job-left {
        padding: 25px;
    }
    
    #job-title {
        font-size: 35px;
    }

}

.ct-container-full {
    padding: 0 !important;
}

.hero-section {
    display:none;
}/* End custom CSS */