/* Style the list */
ul.breadcrumb {
  padding: 10px 16px;
  list-style: none;
  background-color: #eee;
}

/* Display list items side by side */
ul.breadcrumb li {
  display: inline;
  font-size: 18px;
}

/* Add a slash symbol (/) before/behind each list item */
ul.breadcrumb li+li:before {
  padding: 8px;
  color: black;
  content: "/\00a0";
}

/* Add a color to all links inside the list */
ul.breadcrumb li a {
  color: #0275d8;
  text-decoration: none;
}

/* Add a color on mouse-over */
ul.breadcrumb li a:hover {
  color: #01447e;
  text-decoration: underline;
}

.flat a, .flat a:after {
  background: white;
  color: black;
  transition: all 0.5s;
}
.flat a:before {
  background: white;
  box-shadow: 0 0 0 1px #ccc;
}
.flat a:hover, .flat a.active, 
.flat a:hover:after, .flat a.active:after{
  background: #1c9cff;
}
.breadcrumblist img {
  margin-top: -5rem;
  z-index:999;
}
.breadcrumblist  {
  margin-bottom: 0;
  list-style-type: none;
  display:inline;
}
.breadcrumblist li {
  text-align: center;
    border-top: 1px solid #e0e0e0;
    margin-top: 30px;
    padding: 0 5% 0 0;
    min-height: 60px;
}
.breadcrumblist li:not(.hideBullet):before {
    font-size: 10px;
    position: relative;
    top: -1em;
    float: left;
    left: 50%;
    line-height: 1em;
    margin-left: -1em;
    font-family: FontAwesome;
    content: "";
    color: #4c4c4c;
    background-color: #4c4c4c;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0,0);
    height: 2em;
    width: 2em;
    line-height: 1em;
    border: .5em solid #fff;
    border-radius: 1em;
    z-index:0;
}