/* ---------- Breadcrumbs ---------- */
.breadcrumbs a {
  text-decoration: none;
  line-height: 150%;
  margin-bottom: 1em;
  color: #2A4B78!important;
  font-size: 13px;
  font-weight: normal; }

.breadcrumbs a:hover {
  text-decoration: underline; }

.breadcrumbs {
  margin-bottom: 1.5em;
  margin-top: 6px; }

.breadcrumbs li {
  background: none;
  display: inline-block;
  /* margin-right: 5px;
  max-width: 50%; */
  padding-right: 5px;
  color: #00699F;
  font-size: 13px;
  font-family: 'Lato', sans-serif; }

.breadcrumbs li:before {
  content: ">";
  padding-right: 5px;
  color: #00699F;
  font-size: 13px;
  font-weight: bold;
  font-family: 'Lato', sans-serif; }

.breadcrumbs li:first-child:before {
  content: "";
  padding: 0; }

.ie7 .breadcrumbs li, .ie6 .breadcrumbs li {
  display: inline;
  zoom: 1; }

.ie6 .breadcrumbs {
  zoom: 1; }

.breadcrumbs .last a {
  color: #00699F!important;
  font-size: 16px !important;
  font-weight: bold !important; }

