.psc-breadcrumb {
  font-size: 0.8em;
  list-style: none;
  /*	display: inline-block; */
  padding: 0 0 0 0;
  margin: 5px 0 0 0;
  width: 100%;
  height: auto;
}

.psc-breadcrumb li a {
  color: #FFF;
  display: block;
  background: #205493;
  text-decoration: none;
  position: relative;
  height: 22px;
  /* was 40 */
  line-height: 20px;
  /* was 40 */
  padding: 1px 10px 1px 0;
  text-align: center;
  margin-right: 23px;
}

.psc-breadcrumb li {
  float: left;
}

.psc-breadcrumb li a:before,
.psc-breadcrumb li a:after {
  content: "";
  position: absolute;
  top: 0;
  border: 0 solid #205493;
  border-width: 11px 10px;
  /* first # must be 1/2 of height in 'psc-breadcrumb li a' plus have the combined top and bottom padding */
  width: 0;
  height: 0;
}

.psc-breadcrumb li a:before {
  left: -20px;
  border-left-color: transparent;
}

.psc-breadcrumb li a:after {
  left: 100%;
  border-color: transparent;
  border-left-color: #205493;
}

.psc-breadcrumb li a:hover {
  text-decoration: underline;
}

.psc-breadcrumb li a:hover:before {
  border-left-color: transparent;
}

.psc-breadcrumb li a:active {
  background-color: #16a085;
}

.psc-breadcrumb li a:active:before {
  border-color: #16a085;
  border-left-color: transparent;
}

.psc-breadcrumb li a:active:after {
  border-left-color: #16a085;
}

/************************************************************************/
/************************************************************************/
/* 																		*/
/*	FIRST BREAD CRUMB ITEM												*/
/* 																		*/
/************************************************************************/
/************************************************************************/
.psc-breadcrumb li:first-child a {
  padding-left: 15px;
  border-radius: 4px 0 0 4px;
}

.psc-breadcrumb li:first-child a img:hover {
  border-bottom: 1px solid white;
}

.psc-breadcrumb li:first-child a img {
  margin-top: 3px;
  padding-bottom: 1px;
}

.psc-breadcrumb li:first-child a:before {
  border: none;
}

/************************************************************************/
/************************************************************************/
/* 																		*/
/*	LAST BREAD CRUMB ITEM												*/
/* 																		*/
/************************************************************************/
/************************************************************************/
.psc-breadcrumb li:last-child a {
  background-color: #0071bc;
}

.psc-breadcrumb li:last-child a:before {
  border-color: #0071bc;
  border-left-color: transparent;
}

.psc-breadcrumb li:last-child a:after {
  border-left-color: #0071bc;
}

/* don't change last child on hover */
.psc-breadcrumb li:last-child a:hover {
  background-color: #0071bc;
  text-decoration: none;
}

.psc-breadcrumb li:last-child a:hover:before {
  border-color: #0071bc;
  border-left-color: transparent;
}

.psc-breadcrumb li:last-child a {
  padding-right: 15px;
  border-radius: 0 4px 4px 0;
}

.psc-breadcrumb li:last-child a:after {
  border: none;
}

.psc-breadcrumb .ui-link {
  color: white !important;
  vertical-align: middle !important;
}

.psc-breadcrumb .ui-link:visited {
  color: white !important;
}

.psc-breadcrumb .ui-link:hover {
  text-decoration: underline;
}

/*# sourceMappingURL=pacerBreadCrumb.css.map */
