/* Module Specific CSS Declarations */
.pracform-cat-links a{
    display: flex;
    flex-direction: row;
    justify-content: center;
}


.flex-fill {
    flex: 1 1 auto !important;
}
.flex-wrap {
    flex-wrap: wrap !important;
}
.d-flex {
    display: flex !important;
}

.row-eq-height{
    display: -webkit-box; 
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
}

/* hide the items in the all resrouces tab that need hiding */
.all-resources-list .sidebar,
.all-resources-list .submit-link,
.all-resources-list .cle-searc-inputs,
.all-resources-list #pracform_header,
.all-resources-list #no_toolkits_found,
.all-resources-list #pracform_no_results,
.all-resources-list #no_classes_found,
.all-resources-list #no_posts_found,
.all-resources-list #no_briefs_found,
.all-resources-list #no_sights_found,
.all-resources-list .inbriefs-show,
.all-resources-list .insights-show,
.all-resources-list #no_books_found,
.all-resources-list tr.info{
    display: none !important;
}

.all-resources-list h1{
    color: #196966;
}

#cleheadersort thead tr th:hover{
    cursor: pointer;
}

@media screen and (max-width: 1280px) {


}

@media screen and (min-width:981px){

}

/* MOBILE DEVICE BREAKPOINT */
@media screen and (max-width: 980px) {

}


@media screen and (min-width: 720px) {

}
