.breadcrumb {
    justify-content: flex-start;
    height: 20px;
}

.breadcrumb ul {
    display: flex;
    flex-flow: row wrap;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 300;
}

.links {
    text-decoration: none;
    color: #CBCBCB;
}

.active {
    color: #FFD37B;
}

.links:hover {
    text-decoration: none;
}

.breadcrumb ul li:before {
   padding: 0px 8px;
   color: #CBCBCB;
   content: "/\00a0";
   text-decoration: none;
}

.breadcrumb ul:last-child {
    color: #CBCBCB;
}

.breadcrumb li:first-child::before {
    content: "";
    padding: 0px;
}