Screenshot: https://tmpdmp.com/i/ed97a74af1fa1097/65d5a05674780630
1. line up with the main body (white box)
2. remove gap
section#gkPage > section {margin-top:0px; }
#gkPageTop { background: #FFFFFF !important; }
The dark blue still overlaps the white box.
section#gkPage > section, section#gkContent > section { margin-top:0px;}
#gkPageTop {
background: none #FFFFFF;
max-width: 980px;
}