#home-content .grid3{
	padding-right: 20px;
}

/******* HERO IMAGE OVERLAY ********/

#programHero::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 92%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
}