.breadcrumb {
    margin-right: 20px !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 4px;
}

.breadcrumb li a:before {
    margin-left: 4px !important;
    transition: ease 0.3s;
}

.breadcrumb li a {
    background-color: #D4D0CA !important;
    color: black !important;
    transition: ease 0.3s;
}

.breadcrumb li a:after {
    border-left: 30px solid #D4D0CA !important;
    color: black;
    transition: ease 0.3s;
}

.breadcrumb li a:hover:after {
    border-left: 30px solid #312D2A !important;
    color: white !important;
    transition: ease 0.3s;
}

.breadcrumb li a:hover {
    background-color: #312D2A !important;
    color: white !important;
    transition: ease 0.3s;
}

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 a {
    color: #13618d;
    text-decoration: none;
    padding: 10px 0 10px 50px;
    background: #d6ecf7;
    position: relative;
    display: block;
    float: left;
    max-width: 112px;
    min-height: 80px;
}

.breadcrumb li:first-child a {
    padding-left: 10px;
}

.code {
    background-color: #eee;
    width: 50%;
    display: block;
    margin-left: 60px;
    margin-bottom: 10px;
    padding: 15px;
    border-radius: 6px;
    border: solid 2px #dedad6;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.44;
    letter-spacing: normal;
    text-align: left;
    color: #1a1816;
}

.logo {
    position: absolute;
    right: 100px;
}

.navbar {
    overflow: hidden;
    background-color: #3A3632;
    justify-content: left;
    display: flex;
    z-index: 2;
    transition: all 300ms ease-in;
}

.navbar a {
    color: black;
    text-align: center;
    padding: 10px 16px;
    text-decoration: none;
    font-size: 17px;
    border-radius: 30px;
    margin: 10px 10px 10px 10px;
    background-color: white;
    transition: all 300ms ease-in;
}

.navbar a:hover {
    background-color: black;
    color: white;
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 2;
}

.sticky+.content {
    padding-top: 60px;
}