.breadcrumb {
    padding-bottom: 0.5em;
}

.breadcrumb ol {
    margin: 0;
    padding: 0;
}

[dir="rtl"] .breadcrumb ol {
    margin-right: 0;
}

.breadcrumb li {
    display: inline;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.breadcrumb li:before {
    content: " \BB ";
}

.breadcrumb li:first-child:before {
    content: none;
}

column.breadcrumb-wrapper,
.column.breadcrumbs {
    margin: 0;
    padding: 0
}

.column.breadcrumb-wrapper,
.column.breadcrumbs {
    clear: both;
    float: none;
    margin-left: auto;
    margin-right: auto;
    /* width: 670px COMMENTED OUT BY PENTERA */
    width: 1134px;
}

.breadcrumb {
    display: inline-block;
    margin-bottom: 20px;
    padding-bottom: 0;
    font-family: Arial, sans-serif;
}

.breadcrumb ol {
    list-style-type: none;
    margin: 0;
    overflow: hidden;
    padding: 0
}

.breadcrumb li {
    border-radius: 3px;
    float: left;
    font-weight: 700;
    margin: 0;
    padding: 0 5px 0 0
}

.breadcrumb li:before {
    content: none !important
}

.page-node-type-press-release .breadcrumb li:last-child {
    display: none
}

.page-node-type-press-release .breadcrumb li:nth-last-child(2) a:after {
    content: none !important
}

.breadcrumb a {
    display: inline-block;
    font-weight: 700;
    padding: 0;
    text-decoration: none;
    color: #004d96;

}

.breadcrumb a:hover {
    color: #242424;
}

.breadcrumb a:after {
    color: hsla(0, 0%, 60%, .6);
    content: "›";
    padding: 0 0 0 5px
}

.breadcrumb a,
.breadcrumb li {
    font-size: 13px !important;
    line-height: 18px !important
}

.page-node-type-blog-post #block-breadcrumbs ol li:last-child,
.section-comment #block-breadcrumbs ol li:last-child {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 200px
}

@media screen and (max-width:759px) {

    .column.breadcrumbs,
    .has-1col .column.breadcrumbs {
        clear: both;
        float: none;
        width: 100%
    }

    .has-hero:not(.front) .breadcrumbs.pageWidth {
        margin: 0 5%;
        overflow: hidden;
        width: 90%
    }
}