@charset "utf-8";
/* CSS Document */

.breadcrumb {
    padding: 8px 15px;
    list-style: outside none none;
    background-color: #039BE5;
}
.t3-navhelper {
    color: #fff;
}
.breadcrumb > .active {
    color: #fff;
}
.uber-spotlight .t3-module ul > li {
  display: list-item;
  float: none;
}

a {
    color: #505656;
    text-decoration: none;
    transition: all 0.2s ease 0s;
}