
        .c-breadcrumbs__list {
            list-style: none;
            display: flex;
            flex-wrap: wrap;
            padding: 1rem 5rem;
            margin: 0;
            font-family: "Open Sans", sans-serif;
        }

        .c-breadcrumbs__item {
            margin-right: 8px;
        }

        .c-breadcrumbs__item::after {
            content: ">";
            margin-left: 8px;
        }

        .c-breadcrumbs__item:last-child::after {
            content: "";
        }

        .c-breadcrumbs__name {
            font-weight: normal;
            font-size: 14px;
            line-height: 20px;
            color: rgb(84, 86, 90);
        }

       .c-breadcrumbs__item a{
            text-decoration: underline;
             color: rgb(84, 86, 90);
        }
        .c-breadcrumbs__item a:hover{
           text-decoration: none;
        }
        .c-breadcrumbs__item:last-child .c-breadcrumbs__name {
            font-weight: bold;
        }
         .c-breadcrumb__item--sep-arrow .c-breadcrumbs__item::after {
            content: ">";
            margin-left: 8px;
        }
         .c-breadcrumb__item--sep-slash .c-breadcrumbs__item::after {
            content: "/";
            margin-left: 8px;
        }
        .c-breadcrumb__item--sep-arrow .c-breadcrumbs__item:last-child::after,
         .c-breadcrumb__item--sep-slash .c-breadcrumbs__item:last-child::after{
            content: "";
        }

        @media (max-width: 767px) {
            .c-breadcrumbs__list {
                   padding: 1rem 1rem;
            }
            }
.securitiesadvisors_hero_bbanne .breadcrumbs {
    position: absolute;
    z-index: 7;
    max-width: 1140px;
    width: 100%;
    right: 0;
    left: 0;
    margin: 50px auto auto auto;
    color: #fff;
    font-weight: 400;
    font-size: .75rem;
    line-height: 1.0625rem;
    font-family: "Open Sans", sans-serif;
}

.securitiesadvisors_hero_bbanne .breadcrumbs .c-breadcrumbs__list{
padding : 0;
}

.securitiesadvisors_hero_bbanne .breadcrumbs .c-breadcrumbs__name{
color : #fff;
}
.securitiesadvisors_hero_bbanne .breadcrumbs .c-breadcrumbs__link{
color : #fff;
 text-decoration: underline;
}

@media (max-width: 767px) {
    .securitiesadvisors_hero_bbanne .breadcrumbs {
        display: none;
    }
}