.breadcrumb {
  padding: 0 !important;
  background: transparent;
  font-size: 1rem;
}

.breadcrumb li {
  display: inline-block;
}

.breadcrumb li a {
  color: #23527c !important;
  text-decoration: underline;
  display: inline-block;
  font-size: 18px;
  font-size: 1rem;
}

.breadcrumb > li a {
  padding-top: 0px;
  padding-bottom: 0px;
}

.breadcrumb li + li {
  /* margin-left: 3px; */
}

.breadcrumb li + li:before {
  content: "";
  padding: 10px 5px;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath fill='%2300709E' fill-rule='nonzero' d='M8.371 7l-4.527 4.244a.955.955 0 0 0 .002 1.413c.42.393 1.09.391 1.506.002l5.284-4.954a.962.962 0 0 0 .311-.704.96.96 0 0 0-.311-.706L5.352 1.34a1.116 1.116 0 0 0-1.506.002.953.953 0 0 0-.002 1.413L8.37 7z'/%3E%3C/g%3E%3C/svg%3E");
  background-position-x: 0%;
  background-position-y: 0%;
  background-repeat: repeat;
  background-size: auto auto;
  background-repeat: no-repeat !important;
  background-position: center;
  width: 32px;
  height: 15px;
  background-size: 12px;
  display: inline-block;
  position: relative;
  top: 6px;
}

.breadcrumb .active {
  color: #333;
  display: inline-block !important;
  font-weight: 400;
  font-size: 18px;
  font-size: 1rem;
  padding-left: 0;
}

.breadcrumb a {
  text-decoration: underline;
}
