.leadership-live-loop .wp-block-kadence-column {
    justify-content: center;
}

.single-hall_of_fame .entry-content-wrap {
    padding: 2rem 0 !important;
}
@media all and (max-width: 719px) {
    .single-hall_of_fame .entry-content-wrap {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }
}
.single-hall_of_fame .content-area .post-thumbnail.article-post-thumbnail {
    width: 360px;
    max-width: 100%;
    height: 360px;
    padding-bottom: 0;
    margin-bottom: 0;
}
.single-hall_of_fame .single-entry .hall_of_fame-title {
    text-align: left;
}
.single-hall_of_fame .primary-sidebar {
    position: relative;
    width: auto;
    height: 100%;
    padding: 0;
}
@media all and (max-width: 1024px) {
    .single-hall_of_fame .primary-sidebar {
        padding-top: 20px;
        margin-left: -20px;
        margin-right: -20px;
        margin-bottom: -3rem;
    }
}
@media all and (max-width: 767px) {
    .single-hall_of_fame .primary-sidebar {
        margin-bottom: -2rem;
    }
}
.single-hall_of_fame .primary-sidebar > .sidebar-inner-wrap {
    background: #3b4b6c;
    border: 1px solid #04214d;
    border-bottom: none;
    color: #e9e9e9;
    font-size: 16px;
    line-height: 1.5;
}
@media all and (min-width: 1025px) {
    .single-hall_of_fame .primary-sidebar > .sidebar-inner-wrap {
        position: absolute;
        z-index: 1;
        top: -5rem;
        bottom: -5rem;
        left: 0;
        right: -20px;
    }
    .hall-of-fame-list-wrap {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        align-content: flex-start;
        justify-content: flex-start;
        height: 100%;
        min-height: 460px;
    }
    .hall-of-fame-list-wrap .hall-of-fame-list-container {
        min-height: 320px;
        max-height: calc(100% - 140px);
        overflow: auto;
        direction: rtl;
    }
    .hall-of-fame-list-wrap .hall-of-fame-list {
        direction: ltr;
    }

    .hall-of-fame-list-container::-webkit-scrollbar {
        width: 10px;
        margin-right: 2px;
    }
    .hall-of-fame-list-container::-webkit-scrollbar-track {
        background: #23313e;
        box-shadow: none;
        border-radius: none;
    }
    .hall-of-fame-list-container::-webkit-scrollbar-thumb {
        background-color: #a8bbdc;
        border-radius: 10px;
        transition: 0.3s;
    }
    .hall-of-fame-list-container::-webkit-scrollbar-thumb:hover {
        background-color: #dddddd;
    }
}
@media all and (min-width: 1440px) {
    .single-hall_of_fame .primary-sidebar > .sidebar-inner-wrap {
        right: -100vw;
    }
}
.hall-of-fame-list-title {
    color: #e9e9e9;
    font-size: 16px;
    font-weight: 400;
    padding: 25px 30px 20px 40px;
    text-transform: uppercase;
    margin: 0;
    border-bottom: solid 1px #17315a;
}
.hall-of-fame-list {
    background: #23313e;
}
.single-hall_of_fame .hall-of-fame-list,
.single-hall_of_fame .hall-of-fame-list li {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.single-hall_of_fame .hall-of-fame-list a,
.single-hall_of_fame .hall-of-fame-list span {
    display: block;
    border-bottom: 1px solid #3b4b6d;
    padding: 10px 30px 10px 55px;
    color: #e9e9e9;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    text-decoration: none;
    transition: 0.25s;
}
.single-hall_of_fame .hall-of-fame-list a:hover,
.single-hall_of_fame .hall-of-fame-list a:focus {
    font-weight: 700;
    padding-left: 65px;
    text-decoration: none;
    color: #e9e9e9;
}
.single-hall_of_fame .hall-of-fame-list li.current span {
    font-weight: 700;
}
.hall-of-fame-list-view-all {
    padding: 25px 30px 20px 40px;
    border-bottom: 1px solid #04214d;
}
.single-hall_of_fame .hall-of-fame-list-view-all a {
    display: inline-block;
    color: #e9e9e9;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    text-decoration: none;
    text-transform: uppercase;
    transition: 0.25s;
}
.single-hall_of_fame .hall-of-fame-list-view-all a:hover,
.single-hall_of_fame .hall-of-fame-list-view-all a:focus {
    color: #e9e9e9;
    font-weight: 700;
    text-decoration: none;
    padding-left: 10px;
}

.type-news .entry-content-wrap {
    padding: 2rem !important;
}