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