/* Remove the inherited 20px gutters ONLY for this block */
.grid.grid-pad.nav-blocks-grid {
  padding-top: 0 !important;
  padding-left: 0 !important;
  padding-bottom: 20px;
}
