/*hide elements*/

.app-form-container, #NTXTitleSection, #SideNav, #backTop, #checkTheFooterHeight, .side-nav-bt, .user-navigation, .logged-in #adLoginContainer .ad-login-alert #adLoginDialog, #page1, .ntx-navigation-close-icon, .candidate-dialog-close, .benefits {
    display: none !important;
}

.page-wrapper .job-a-header-container.job-a-header {
    background: transparent;
    border: 0 none;
}

#override-xml {
    top:0px !important;
}

.edit-options {
    margin-top: 0px !important;
}

body {
    overflow: hidden;
}

body:after {
    content: ' ';
    background-color: #f6f6f6;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    height: 100%;
    width: 100%;
}

.login-bar .login-bar-popup {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
/*show elements*/
#adLoginContainer .ad-login-alert #adLoginDialog, #adLoginContainer .ad-login-alert #adLoginDialog.active {
    display: block !important;
    top: 10%;
    left: calc(50% - (375px / 2));
    position: fixed;
}

/*media queries*/
@media (min-width: 0px) and (max-width: 2500px) {
    #vac-titles-details, #apply-button-footer, #GlobalContent_HeaderTitle1, .PLACEHOLDER, #checkTheFooterHeight, .theMap, #socalShareItem, .benefits, .mediaContainer, .d-lg-block, .col-lg-7 {
        display: none;
    }

    .applyBox {
        z-index: 1;
        border: 1px solid #e4e4e4;
        box-shadow: 3px 3px 0px #c5c5c5;
    }

    #override-xml {
        display:flex !important;
        justify-content:center;
        left:0%
    }
    .fixedRight {
        padding: 0rem;
        top: 0px !important;
        max-width: 100% !important;
    }
}