html {
    scroll-behavior: smooth;
}

#role-content ul li {
    margin-bottom: 20px;
    list-style: disc;
    font-size: 18px;
}

#committee-content ul li {
    list-style: disc;
    /* list-style: lower-alpha; */
    margin-inline-start: 1rem;
    white-space: normal !important;
}

#committee-content ol li {
    list-style: decimal;
    margin-inline-start: 1rem;
    white-space: normal !important;
}

#committee-content li::marker {
    font-size: initial !important;
}

.role-card {
    transition: all 0.5s !important;
}

.role-card.hidden-role {
    opacity: 0 !important;
    pointer-events: none !important;
}

.pgy-ctg li.mixitup-control-active {
    border-bottom: 1px solid;
}

ol,
ul,
menu {
    padding: auto !important;
}

@media screen and (max-width: 640px) {
    #our-staff-content .pgy-ctg li {
        border: 2px solid #e2eee5;
        padding: 8px;
        border-radius: 30px;
    }

    #our-staff-content .pgy-ctg li.mixitup-control-active {
        background: #e2eee5;
        border-bottom: none;
    }
}

@media screen and (min-width: 1080px) {
    .homeNews-dots-container {
        width: -webkit-fill-available;
        margin-left: 20%;
        text-align: center;
        bottom: 60px;
        z-index: 9999;
    }
}

