@marmoset It looks like there is some extra padding at the bottom of .front-page-1, but it appears to be coming from the Genesis Extender plugin you’re using –
.front-page-1 .flexible-widgets {
padding: 0 0 120px;
}
Did you add that in? If so, just remove the padding and it will remove the extra space right under the front-page-1 widget.
Let me know if that helps.