/*This styling removes empty div's created by formstack that are not used by the content team and are creating unwanted whitespace above and below the form*/

.wFormHeader,
.wFormFooter p.supportInfo,
p.supportInfo {
    display: none;
}