.custombreadcrumb {
  list-style: none;
  overflow: hidden;
  font: 18px Helvetica, Arial, Sans-Serif;
  /*    margin: 40px 0; */
  padding: 0;
}

.custombreadcrumb li {
  float: left;
  list-style:none;
  margin-left: 0;
  text-indent: 0.5em;
}

.custombreadcrumb li a {
  color: #112e51;
  text-decoration: none;
  padding: 0;
  position: relative;
  display: block;
  float: left;
}

.custombreadcrumb li:first-child a {
  /*padding-left: 10px;*/
  padding-bottom: 13px;
  margin-top: 1px;
  font-weight: bold;
}

.custombreadcrumb li:last-child a {
  /*cursor: default;*/
}

.dropdown-content {
  display: none;
  position: absolute;
  right: 0;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
}

.dropdown-content a {
  color: #2196f3;
  padding: 10px 10px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {
  background-color: #f1f1f1
}

.dropdown:hover .dropdown-content {
  display: block;
}

.dropdown:hover .dropbtn {
  background-color: #3e8e41;
}

#searchpart {
  background-image: url('/sites/all/themes/acquisition-responsive/images/search-icon.png');
  background-position: 10px 12px;
  background-repeat: no-repeat;
  width: 70%;
  font-size: 16px;
  padding: 12px 20px 12px 40px;
  border: 1px solid #ddd;
  margin-bottom: 12px;
}

#nextprev a {
  text-decoration: none;
  display: inline-block;
  padding: 8px 16px;
}

#nextprev a:hover {
  background-color: #4b7db1;
  color: white !important;
}

.docprevious {
  background-color: #f1f1f1;
  color: black !important;
}

.docnext {
  background-color: #f1f1f1;
  color: black !important;
}

.docround {
  border-radius: 50%;
}
