div.view-home-page-focus-areas .views-row {
    padding: 12px 9px;
}

div.view-events div.views-row {
    margin-bottom: 0;
}


/* Remove this from home_page.styles.css instead of adding the next rule for div.view-home-page-research-tools
div.view-home-page-research-tools {
    font-size: 18px;
    background: #e6e6e6;
    padding: 16px 16px;
}
*/

/* This removes the gray box from Research Tools (counteracting the CSS above in home_page.styles.css) */
div.view-home-page-research-tools {
    background: #fff;
    padding:0;
}

/* This puts the gray box around the Research Tools links, but not the description */
.view-home-page-research-tools .view-content {
    background: #e6e6e6;
    padding: 16px 16px;
}