.theme-delta .inline-navigation {
    list-style: none;
    padding: 0;
    /*margin-bottom: 0.571rem;*/
    margin-bottom: 0;
    line-height: 1rem;
}
.theme-delta .ccm-block-page-list-pages {
    display: flex;
}
.theme-delta .ccm-block-page-list-pages .ccm-block-page-list-page-entry {
    border-right: 1px solid white;
    padding-right: 2.381rem;
    margin-right: 2.381rem;
    line-height: 1;
}
.theme-delta .ccm-block-page-list-pages .ccm-block-page-list-page-entry:last-child {
    border-right: none;
    padding-right: 0;
    margin-right: 0;
}
.theme-delta .ccm-block-page-list-pages .ccm-block-page-list-title a {
    color: white;
    text-decoration: none;
    font-size: 1rem;
    font-weight: bold;
    text-transform: uppercase;
    /*font: normal normal bold 1rem/1.714rem Helvetica Neue;*/
}

@media (max-width: 767.98px) {
    .theme-delta .ccm-block-page-list-pages {
        flex-direction: column;
    }
    .theme-delta .ccm-block-page-list-pages .ccm-block-page-list-page-entry {
        border-right: none;
        text-align: center;
        width: 100%;
        margin: 0 0 2rem 0;
        padding: 0;
    }
}