/* Antispam field for bot protection - must be invisible to humans */
.solutionInputGC {
    display: none !important;
    pointer-events: none !important;
    visibility: hidden !important;
    position: absolute !important;
    left: -9999px !important;
    top: -9999px !important;
    opacity: 0 !important;
}

/* Hide heading when form is submitted */
.heading-4 {
    display: none;
}
