﻿.breadcrumb {
  border-bottom: 1px solid #dfdbd9;
  width: auto;
  height: auto;
  line-height: normal;
  padding: 0;
  padding-bottom: 12px;
}
.breadcrumb .heading {
  font-size: 15px;
  font-weight: bold;
  padding: 16px 12px 12px 15px;
  color: #333333;
}
.breadcrumb ul:last-child {
  border-bottom: none;
}
.breadcrumb ul li {
  font-size: 14px;
  color: #808080;
  padding: 10px 15px;
  font-weight: bold;
}
.breadcrumb ul li i.icon {
  display: inline-block;
  float: right;
  cursor: pointer;
  width: 18px;
  height: 18px;
}
.breadcrumb ul li.selection {
  font-weight: normal;
  background-color: #e8e8e8;
  padding: 10px 7px 10px 7px;
  margin-left: 4px;
  margin-right: 4px;
  margin-bottom: 1px;
  border: none;
  color: #333333;
}
.breadcrumb ul li.selection a {
  margin-left: 5px;
}
.breadcrumb ul li h3 {
  color: black;
}

#guidedNavigation ul {
  padding: 15px 6px;
  overflow: hidden;
}
#guidedNavigation ul li {
  font-size: 14px;
  color: #808080;
  padding: 10px;
}
#guidedNavigation ul li.active {
  color: black;
  background-color: #dfdfdf;
}
#guidedNavigation ul li i.icon {
  display: inline-block;
  float: right;
  cursor: pointer;
  margin-top: -3px;
}
#guidedNavigation .block {
  background-color: #f7f7f7;
  border-bottom: 1px solid #dfdbd9;
}
@media screen and (max-width: 680px) {
  #guidedNavigation .block {
    background-color: white;
  }
}
#guidedNavigation .block a {
  color: #808080;
}
#guidedNavigation .block h3 {
  color: #333333;
  font-size: 15px;
  font-weight: bold;
  padding: 17px 12px 14px 15px;
  cursor: pointer;
  -moz-transition: background 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: background 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition: background 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: background 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
#guidedNavigation .block h3:hover {
  background: white;
}
#guidedNavigation .block h3 i.indicator {
  margin-top: 0;
  display: inline-block;
  float: right;
  background-image: url("../../Common/images/icons/filter-expand.png");
  background-size: 14px 14px;
  background-repeat: no-repeat;
  background-position: center center;
  width: 14px;
  height: 14px;
}
#guidedNavigation .block ul {
  display: none;
  padding: 0 6px 10px 6px;
}
#guidedNavigation .block ul li {
  font-size: 13px;
  color: #808080;
  padding: 7px 10px;
}
#guidedNavigation .block ul li.active {
  color: black;
  background-color: #dfdfdf;
}
#guidedNavigation .block ul li i.icon {
  display: inline-block;
  float: right;
  cursor: pointer;
  margin-top: -3px;
}
#guidedNavigation .block ul li.showLink {
  margin-top: 6px;
}
#guidedNavigation .block.expanded h3 {
  background: none;
}
#guidedNavigation .block.expanded ul {
  display: block;
}
#guidedNavigation .block.expanded h3 i.indicator {
  background-image: url("../../Common/images/icons/filter-collapse.png");
}