/* Hide ALL search blocks everywhere */
#kbSearchContainer,
.portal-search,
.portal-search-box,
.search-container,
.search-bar,
#searchForm,
input[placeholder="Search in Help Center"],
#homeSearch,
#hc-search,
.kb-search,
.home-search,
.banner .search,
.hero .search { display:none !important; height:0 !important; visibility:hidden !important; }

/* Remove the empty space from the hero banner */
.banner, .hero, .home-top { padding-bottom: 0 !important; margin-bottom: 0 !important; }
/* Kill the search ICON/button everywhere */
.portal-search button,
.portal-search .search-btn,
.portal-search .icon-search,
#kbSearchContainer button,
#kbSearchContainer .icon-search,
.searchBox button,
.searchBox .icon-search,
button[aria-label="Search"],
a[aria-label="Search"],
i[class*="search"],
span[class*="search"] { display:none !important; }

/* Some themes put a header nav search icon */
.header .search,
.topbar .search,
.navbar .search,
.top-nav .search { display:none !important; }

