.breadcrumb {
    margin-right:20px !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 4px;
    background-color: #585F80 !important;
}

.breadcrumb li a:before {
    margin-left: 4px !important;
}

.breadcrumb li a {
    background-color: #585F80 !important;
    color: white !important;
}

.breadcrumb li a:after {
    border-left: 30px solid #585F80 !important;
    color: white;
}

.breadcrumb li a:hover:after {
    border-left: 30px solid #2A2D3F !important;
    color: white !important;
}

.breadcrumb li a:hover {
    background-color: #2A2D3F !important;
    color: white !important;
}

ol > li:nth-child(n) > a {
    color: #13618d !important;
    background: transparent !important;
    max-width: 500px !important;
}

ol > li:nth-child(n) > a:before {
    content: none !important;
    border: 0;
}

ol > li:nth-child(n) > a:after {
    display: none !important;
}

ol.breadcrumb {
    padding: 10px 16px;
    list-style: none;
    padding-top: 20px;
}

ol.breadcrumb > li {
    display: inline;
    font-size: 14px;
}

ol.breadcrumb > li+li:before {
    content: none !important;

}

ol.breadcrumb > li:after {

    content: "/\00a0" !important;
    position: relative;
    left: 20px;
    top: 8px;
}


ol.breadcrumb > li > a {
    color: white;
    text-decoration: none;
    white-space: nowrap;
}

ol.breadcrumb > li > a:hover {
    color: #01447e;
    text-decoration: underline;
}

div.overview > ul:nth-child(n) {
    display: flex !important;
}

div.overview > ul:nth-child(n) > li:nth-child(n) {
    width: 100% !important;
    max-width: 100% !important;
}

div.overview > ul:nth-child(n) > li:nth-child(n) > a {
    width: 100% !important;
    max-width: 100% !important;

}

div.overview > ul:nth-child(n) > li:nth-child(n):before {
    content: none !important;
}

body > div > div > div > article {
    display: none !important;
}

.ohc-grid {
    display: none !important;
}

body > header {
    padding-top: 0px;
} 

div > ol > li:nth-child(2):after {
    left: 20px;
}

.breadcrumb li:first-child a {
    padding-left: 10px;
}

.logo {
    position:absolute;
    right:100px;
}

