#docsSearch {
  height: 200px;
  background: url(https://www.mailpoet.com/wp-content/uploads/2018/11/switch-email-solution.png) no-repeat center 100% / cover transparent;
  border-bottom: none;
  padding-top: 75px;
  position: relative;
  top: -1px;
}

.category-list .category {
  background-color:#f9ede7;
  border-radius: 4px;
  border:0;
  height:100px;
}

.category-list .category p {
  color: #071c6d;
}

.article-count {
  display: none;
}

#searchBar .search-query {
  background: #fff;
  border-color: transparent;
  box-shadow: none;
  color: #777;
}


.navbar .nav li a, .navbar .icon-private-w {
    color: #9CA6CB !important;
    font-weight: bold;

}

.navbar .nav .active a {
  color: #fe5301 !important;
    font-weight: bold;
}

#docsSearch #searchBar button {
  background: #fe5301 !important;
}

#docsSearch #searchBar button:hover {
  background: #c43905 !important;
  color: #fff !important;
}