/* breadcrumb fix */

.breadcrumb {
    display: block !important;
    margin: 0;
}

ol.breadcrumb {
    padding: 5px 0 !important;
}
.breadcrumb li {
    color: white !important;
}
.content-header.has-background.background-color-eef0f2,
.region.region-header
{
    background: #003660!important;
}

.content-header.has-background.background-color-eef0f2 a {
    color: white !important;
}

/* remove HOME FOR international */
.breadcrumb li:first-of-type {
    display: none!important;
}

.breadcrumb>li+li:before {
    display: none !important;
}

.content-header.has-background.background-color-eef0f2 a {
    color: white !important;
    padding: 0 5px!important;
}

.breadcrumb>li+li:after {
    color: white;
    content: "> " !important;
}

.breadcrumb>li:last-of-type::after {
    display: none!important;
}

nav.tabs {
    display: none!important;
}
.region-header ol.breadcrumb li a {
    color: white !important;
}