.navbar-inner {
  padding: 2em 0;
}
.navbar-inner ul.nav {
  bottom: 2em;
}
.navbar-inner ul.nav li a {
  padding: 0.1em 1em;
}
.navbar-inner ul.nav li.active a {
  background: white;
  color: #495665;
}
.navbar-inner ul.nav li.active a:hover {
  background: white;
  color: #495665;
}
.navbar-inner ul.nav li.active a .caret {
  display: none;
}
.navbar-inner img {
  width: 45px;
  padding-left: 20px;

}

#docsSearch {
  background: #f9f9f9;
}
#docsSearch h1 {
  font-size: 26px;
  font-weight: 300;
}
#docsSearch form#searchBar .search-query {
  border-radius: 0;
}
#docsSearch form#searchBar input[type="text"]:focus {
  box-shadow: none;
  border-color: rgba(140, 140, 140, 0.7);
}
#docsSearch form#searchBar button {
  color: #fff;
  text-shadow: none;
  background: #93b800;
  border-radius: 0;
  border: 1px solid #93b800;
  font-size: 18px;
  padding: 0 1.5em;
  height: 50px;
  position: absolute;
  top: 24px;
  right: -1px;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
  transition: 0.2s;
}
#docsSearch form#searchBar button:hover {
  background: #9ec309;
}
#docsSearch form#searchBar button input.search-query {
  border-radius: 0;
}
#docsSearch form#searchBar .search-query {
  color: #aaa;
  font-size: 16px;
  font-style: italic;
  font-weight: 300;
}

#contentArea .collection-category h2 {
  font-weight: 300;
  border: 1px solid #efefef;
  padding-left: 0;
  margin-left: 0.65%;
  background: #f9f9f9;
}
#contentArea .collection-category h2 a:hover {
  border: none;
  color: #93b800;
}
#contentArea .collection-category h2#collection-22 a, #contentArea .collection-category h2#collection-28 a, #contentArea .collection-category h2#collection-89 a, #contentArea .collection-category h2#collection-120 a, #contentArea .collection-category h2#collection-135 a, #contentArea .collection-category h2#collection-183 a, #contentArea .collection-category h2#collection-232 a {
  padding-left: 2em;
}
#contentArea .collection-category h2#collection-56 {
  display: none;
}
#contentArea #collection-category-56 .category-list.two-col .category {
  width: 100%;
}
#contentArea #sidebar h3 {
  color: #666666;
  font-size: 16px;
  margin-bottom: 1em;
}
#contentArea #sidebar .nav-list li {
  margin-bottom: 3px;
  margin-right: 0;
  margin-top: 2px;
}
#contentArea #sidebar .nav-list li:before {
  font-family: "FontAwesome";
  content: "\f02b";
  float: left;
  width: 1.4em;
  color: #cccccc;
  padding-top: 0.6em;
  font-size: 1.2em;
}
#contentArea #sidebar .nav-list li.active:before {
  color: #93b800;
}
#contentArea #sidebar .nav-list li a {
  font-size: 17px;
  font-weight: 300;
  padding-bottom: 0.5em;
}
#contentArea #sidebar .nav-list li.active a {
  color: #93b800;
}
#contentArea .contentWrapper h1 {
  color: #666666;
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 1em;
}