.HeaderNavbar-buttons {
    float: right;
    margin-left: 0;
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
    position: relative;
    z-index: 1;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.SocialDrawer-item {
    text-align: center;
    line-height: 1;
    /* padding: 20px; */
    background: #333;
    font-weight: 500;
    line-height: 1em;
    font-size: 1.125rem;
    padding: .91rem 1rem;
}
.SocialDrawer-item .Icon{
    fill: white;
}
.Publications-sidebar h3 a{
    color: black;
}

.Publications-sidebar h3 a:hover {
    border-bottom: .125rem solid #07ba79;
    padding-bottom: .25rem;
    display: inline-block;
    line-height: 1;
}

.theme-heading{
    margin-bottom:16px;
    margin-top:-4px;
}

.past-projects{
    margin-top:23px;
}
.HeaderNavbar-itemLabel {
    padding: 1.16rem 1rem;
}
.Publications-sidebar h3 strong{
    text-transform: capitalize;
}

.page-id-35 .People.row{
    display: none;
}
@media only screen and (min-width: 1024px) {
.Thumbnail-title{
        height: 52px;
    overflow: hidden;
    margin-bottom: 15px;
}
}