.custom-panel-container {
    padding-top: 20px;
    border-top: 1px solid lightgray;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.custom-panel {
    border: 1px solid lightgray;
    border-radius: 5px;
}

.panel-body {
    padding: 10px;
}

.panel-body>*:last-child {
    margin-bottom: 0;
}

.panel-heading {
    background-color: lightgray;
    border-color: #ddd;
    padding: 10px;
    border-radius: 5px;
}

.panel-title {
    padding: 0;
    margin: 0;
}

.panel-title > a {
    text-decoration: none;
    color: unset;
}

.panel-heading {
    cursor: pointer;
}

.custom-nav-tabs {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    padding-bottom: 20px;
    list-style-type: none;
    border-bottom: 1px solid lightgray;
}

@media only screen and (max-width: 800px) {
    .custom-nav-tabs {
        flex-direction: column;
        gap: 20px;
        font-size: 120%;
        text-align: center;
        padding-left: 0;
    }
}

.custom-nav-tabs > li > a {
    text-decoration: none;
    color: unset;
    font-weight: bold;
}

.custom-nav-tabs > li.active {
    text-decoration: underline;
    color: gray;
    cursor: pointer;
}

.bsn-list li {
    list-style-type: none;
}

.bsn-list a {
    text-decoration: none;
}

.bsn-list ul {
    padding-left: 0;
}

.bsn-list {
    margin: 0;
    display: inline;
}

ul.children {
    display: inline;
}

.navbar-link-open:before
{
    content:" > ";
}

.what-we-believe-navbar {
    box-shadow: 0 0 15px #000;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    padding: 20px;
}

.what-we-believe-navbar > ul {
    padding-left: 0;
}

.carousel-inner>.item {
    display: none;
}

.carousel-inner>.item.active {
    display: block;
}

.what-we-believe-folder-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.page-nav-container {
    min-height: 40px;
    padding: 20px 10px;
}

.page-nav-container>a {
    text-decoration: none;
    font-size: 26px;
    font-weight: bold;
    color: rgb(85, 85, 255);
    text-shadow: 0px 5px 5px rgba(0, 0, 0, 0.36);
}

.what-we-believe-folder {
    width: 33%;
}

@media only screen and (max-width: 1000px) {
    .what-we-believe-folder {
        width: 50%;
    } 
}

@media only screen and (max-width: 700px) {
    .what-we-believe-folder {
        width: 100%;
    } 
}

.page_item {
    display: none;
}

.navbar-link-active {
    cursor: default;
    color: grey;
    pointer-events: none;
    font-style: italic;
}

.page_item.navbar-link-open, .navbar-link-open-root {
    display: unset;
}

p.navbar-link {
    margin-bottom: 0;
    display: inline;
}