.hh-breadcrumb {
   /* min-height: 1.7em; */
}

.hh-breadcrumb__ol {
   list-style: none;
   margin: 0;
   padding: 0
}

.hh-breadcrumb__text {
   color: #333;
   font-family: Open Sans, sans-serif;
   font-size: 87.5%;
   font-weight: 600;
   line-height: 1.8em;
}

.hh-breadcrumb__text a {
   text-decoration: none;
   background-color: transparent;
   border-bottom: 1px solid #333;
}

.hh-breadcrumb__text a:hover {
   border-bottom: none;
}

.hh-breadcrumb__item {
   display: inline-block
}

.hh-breadcrumb__item:after {
   color: #333;
   content: "/";
   display: inline-block;
   padding-left: .5em;
   padding-right: .5em
}

@media all and (max-width: 767px) {
   .hh-breadcrumb {
      min-height: 0;
      margin: 0 0 -3em;
   }
} 