  @charset "UTF-8";
/* breakpoints */
#header .breadcrumb.component {
  background: transparent;
}

#header .breadcrumb.component:after {
  content: "";
  display: table;
  clear: both;
}

#header .breadcrumb.component.breadcrumb-navigation {
  overflow: visible;
}

#header .breadcrumb.component a {
  color: #000;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  text-decoration: none;
}

#header .breadcrumb.component ol {
  list-style: none;
}

#header .breadcrumb.component .field-title {
  display: inline-block;
}

#header .breadcrumb.component .separator {
  display: inline-block;
  margin: 0 5px;
  vertical-align: middle;
}

#header .breadcrumb.component li.breadcrumb-item {
  padding: 15px 5px;
}

#header .breadcrumb.component li.breadcrumb-item div a:hover {
  border: none;
  color: #c74486 !important;
  text-decoration: underline;
}

#header .breadcrumb.component li.breadcrumb-item div a:focus {
  background-color: #c74486 !important;
  color: #fff !important;
  outline: 1px solid #fff;
  padding: 4px;
}

#header .breadcrumb.component li.breadcrumb-item div a {
  color: #c74486;
  font-size: 16px;
}

#header .breadcrumb.component .separator {
  display: none;
}

#header .breadcrumb.component li.breadcrumb-item:not(:last-child):after {
  color: #c74486;
  content: "\f105";
  font-family: "FontAwesome";
  font-size: 14px;
  padding: 0 5px 0 10px;
  vertical-align: middle;
}

#header .breadcrumb.component li {
  display: block;
  float: left;
  position: relative;
}

#header .breadcrumb.component li > .navigation-title {
  display: inline;
  vertical-align: middle;
}

#header .breadcrumb.component li > .navigation-title > a:hover {
  color: #15909c;
}

#header .breadcrumb.component li.last .separator {
  display: none;
}

#header .breadcrumb.component li.item-hide:hover > ol {
  display: none;
}

#header .breadcrumb.component li:hover > ol {
  display: block;
  left: auto;
  position: absolute;
  top: 20px;
  z-index: 100;
}

#header .breadcrumb.component li > ol {
  border-width: 1px;
  border-style: solid;
  border-color: #d2d2d2;
  background: #fff;
  box-sizing: border-box;
  display: none;
  margin: 0;
}

#header .breadcrumb.component li > ol li {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #d2d2d2;
  box-sizing: border-box;
  display: inline-block;
  float: none;
  margin: 0;
  min-width: 140px;
  padding: 2px 20px;
  position: relative;
  vertical-align: middle;
  width: 100%;
  cursor: pointer;
}

#header .breadcrumb.component li > ol li .fa {
  float: left;
}

#header .breadcrumb.component li > ol li:hover {
  background: #89C6CC;
  color: #fff;
}

#header .breadcrumb.component li > ol li:hover a {
  color: #fff !important;
}

#header .breadcrumb.component li > ol li:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  font-size: 1.4rem;
  content: "";
  left: 2px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

#header .breadcrumb.component li > ol li > a {
  display: block;
  padding: 2px 0 2px 10px;
}

#header .breadcrumb.component li > ol li:last-child {
  border-bottom-width: 0;
}

/* breakpoints */
.breadcrumb.breadcrumb-hide li {
  white-space: nowrap;
}

.breadcrumb.breadcrumb-hide li.item-hide + li.item-hide {
  display: none;
}

.breadcrumb.breadcrumb-hide li.item-hide a {
  display: none;
}

.breadcrumb.breadcrumb-hide li.item-hide:before {
  content: "...";
  display: inline;
}

.breadcrumb.breadcrumb-hide li.hide-full {
  display: none;
}

/* breakpoints */
.breadcrumb.triangle-separator .separator {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0;
}

.breadcrumb.triangle-separator .separator:before {
  content: "";
  display: block;
  font-size: 16px;
}
