.breadcrumb_container{
    padding: 0;
    position: relative;
    background: #ffffff;
    width: 100%;
    margin: 1em auto 4em;
    left: 0;
}

.breadcrumb{
    font-family: 'TradeGothicLTStd-Bold';
    text-transform: uppercase;
    padding: 0;
    margin-bottom: 0;
    color: #727272;
    border-radius: inherit;
    background-color: transparent;
}

.breadcrumb__item{
    font-size: 1em;
    margin-right: 1.2em;
    color: #727272;
}

.breadcrumb__item--current{
    color: #ff8f00;
}

.breadcrumb__item:last-child{
    margin-right: 0;
}

.breadcrumb a:hover, .breadcrumb a:active, .breadcrumb a:focus{
    color: #727272;
    text-decoration: underline;
}

a.breadcrumb__item--current:hover, a.breadcrumb__item--current:active, a.breadcrumb__item--current:focus{
    color: #ff8f00;
}
