/* add custom site CSS here */

/* remove PDF ::after element for left nav links */
.section-nav a[href$=".pdf"]:after {
    content: none;
}

.rvt-page-header { display:none; }

.small-head h2 {font-size: 1.57rem;}

/* make description text smaller on Leadership listing page */
.profile.feed-item p[itemprop="description"] {
    font-size: 1rem;
}

/* Nicer List Style*/
 .layout ul li li {
    list-style-type: circle;
}
 .layout ul li li li {
    list-style-type: square;
}
 .layout ul li li li li {
    list-style-type: circle;
}