// _breadcrumb.scss

.breadcrumb-grid {
    background: #282828;
    padding: 20px 0 100px;

    .breadcrumb-list {
        float: left;
        list-style: none;
        position: relative;
        padding-top: 14px;

        a {
            color: $white;
            font-size: 11px;
            min-width: 170px;
            position: absolute;
            padding-left: 18px;
            text-decoration: none;
            text-align: left;

            &:before {
                content: "";
                background: url("../images/glyph-back-arrow.svg") no-repeat center center;
                font-size: 18px;
                height: 15px;
                left: 0;
                line-height: 14px;
                position: absolute;
                top: 0;
                width: 15px;
            }

        }

    }

    .page-title {
        color: $white;
        display: inline-block;
        margin: 0;
        text-align: center;
    }

}

#site-navigation {
    display: none;
}
