/* the specific tenant css goes here */

/* search bar */
@media (min-width: 861px) {
    .searchbar form input {
        width: calc(100% - 587px);
    }
}

@media (min-width: 1280px) {
    #LAE_D_OffContent-Left[style],
    #LAE_D_OffContent-Right[style] {
        position: static !important;
        top: auto !important;
        z-index: auto !important;
    }
}

@media (max-width: 860px) {
    #LAE_M_Sticky[style] {
        position: static !important;
        top: auto !important;
        z-index: auto !important;
    }
}
