/*Program-related styling*/


    /* reduce margin between filter and cards */
    #ac-posts {
        margin-top:0px !important;
    }
    /*reduce the gap between search and filter*/
    #ac-exposed-forms .ac-exposed-forms-general {
    	gap:5px 20px;
    }
    
    /*individual card*/
    span.acc-card-area::before, span.acc-card-scholar::before, span.acc-card-duration::before, span.acc-card-mode::before {
        vertical-align:top;
    }
    
    .acc-card-entries {
        margin-top: 20px;
    }
    .acc-card-entry {
        margin-bottom:10px !important;
    }
    
    #acc-posts .container .acc-card:hover {
        background-color: #F5EDDE;
        transform: scale(1.05);
        transition: all 0.5s;
        border-radius: 25px 0px;
    }
    
    /* Button */
    
    .acc-card-links a{
        border-width:1px !important;
    
    }
    .acc-card-links a:nth-of-type(1) {
        background-color: white;
    }
    #acc-posts .container .acc-card .acc-card-body .acc-card-links a {
        font-weight:500;
    }
    
    nav.pager {
        margin-top:30px;
    }

    /*make the share close button smaller*/
li.anu-share-close>img {
    width: 16px !important;
    height: 16px !important;
}

