﻿.breadcrumb {
    padding: 10px 0;
    overflow: hidden;
    position: relative;
    font-size: 16px;
    margin-bottom: 0;
    background: var(--GC-White);
    border-top: 1px solid var(--GC-Light-Grey);
    border-bottom: 1px solid var(--GC-Light-Grey);
}

.crumb {
    width:100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

    .crumb a {
        color: var(--GC-Navy);
    }

    .crumb > .active {
        color: var(--GC-Light-Navy);
        font-weight: 600;
    }

.crumb > li {
    display: inline-block;
}

.crumb li {
    list-style-type: none;
    padding-left: 0 !important;
}

.crumb a {
    text-decoration: none;
}

.crumb > li + li::before {
    margin-left: 5px !important;
    margin-right: 5px !important;
    padding: 0 !important;
    font-family: 'gcicons';
    content: "\f006";
    font-size:12px;
}






