.education ul li:nth-child(n+11) {
    display:none;
}

.education .draft {
    display: none !important;
}

.s-hidden{
    display: none;
}

.new-section .select {
    display: flex;
    align-items: center;
    position: relative;
    width: auto;
    float: right;
    

}
.new-section .styledSelect:after {
    content:"";
    background-image: url("data:image/svg+xml,%3Csvg class='arrow' width='20' height='10' viewBox='0 0 20 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0L10 10L20 0H0Z' fill='white'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    background-position: center right;
    margin-left: 16px;
}
.new-section .styledSelect.active:after{
    transform: rotate(180deg);
}

.new-section .styledSelect {
    color: var(--white);
    font-family: var(--font-family-montserrat);
    font-size: var(--font-size-m);
    font-style: normal;
    font-weight: 600;
    background-color: var(--pms-2955);
    border: 1px solid var(--main-gold);
    position: relative;
    height: 60px;
    padding: 0px 15px 0px 18px;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
}

.new-section .options {
    position: absolute;
    z-index: 999;
    background: #fff;
    border: 1px solid var(--main-gold);
    max-height: 250px;
    overflow-x: scroll;
    list-style: none;
    padding: 15px;
    cursor: pointer;
    top: 90px;
    max-width: 400px;
    display: none;
    right: 0;
}

.new-section .options li[rel="-1"] {
    display: none;
}

@media ( max-width: 767px){
    #primary-menu {
        display: none !important;
    }
    #navbarCollapse #primary-menu {
        display: block !important;
    }
    .pos-r {
        position: relative;
        padding: 0;
        margin-top: 60px;
    }
}

.html-news.modal-content {
    padding-top: 10px;
}

.new-section .entry-date {
    width: 119px;
}

span.montserrat-normal-white-26px {
    font-size: 19px;
}