.department-description{
    color: #fff;
}

.department-description h2{
    font-size: 25px;
    margin: 10px 0;
}

.leadership-team .nav li a {
    padding: 10px 20px;
    margin: 0 10px;
    border: 1px solid #ccc;
    background-color: #fff;
    text-transform: uppercase;
    color: #333;
    font-size: 14px;
}

.leadership-team .nav li:hover a{
    border-color: #e1b900;
    background-color: #e1b900;
    color: #fff;
}

.leadership-team .nav li.active a {
    border-color: #293a56;
    background-color: #293a56;
    color: #fff;
}

.tab-content{
    padding-top: 40px;
}

.items-team{
    margin-bottom: 20px;
}

.hot-post{
    width: 100%;
}

.hot-post .items-team{
    width: 40%;
    margin: 0 auto 40px;
}

.hot-post .items-team img{
    height: 400px;
}

.members-detail-info ul{
    list-style: disc;
    margin: 10px 0;
    padding-left: 18px;
}

.members-detail-info ul li{
    padding: 2px 0;
}

.members-detail-info ul span{
    font-weight: 600;
}

@media (max-width: 767.98px) {

    #sitemodal .modal-content{
        min-width: auto;
        max-width: 100%;
    }

    .items-team img{
        height: 220px;
    }
}



