@import url('/ClientResources/RiSEoverride.css');

/*

This CSS file is for styles necessary to override the client's scraped content (including 
it's own stylesheets). This file is applied both to the iMIS template, and to any ATS 
apps. For overrides specific to the iMIS site, see Net/App_Themes/01-Masterpage.css.

*/

/* Prevent Search Panel from being seen before search page is loaded */
#headerMainSearchContainer {
	display:none!important;
}


    & .navbar-collapse {
        &.collapse {
            @media(max-width: 1199px) {
                display:none!important;
            }

            &:not(.show) {
                @media(max-width: 1200) {
                    display: none!important;
                }
            }

            &.show {
                display: block!important;
            }
        } /* end .collapse */


        & .navbar-nav {
            @media(min-width: 768px) {
                float: none!important;
            }

            & > li {
                @media(min-width: 768px) {
                    float: none!important;
                }
            }
        }
    }/* end .navbar-collapse*/