/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 21 2026 | 12:44:39 */
/* ACA Solutions LP - sticky hero. The .lp-* classes are added by the script below, only on the LP. */
.lp-form-section { position: relative; z-index: 4; background: transparent; }
/* .uk-sticky (not .uk-sticky-fixed): UIkit keeps the element at z-index 980 in BOTH
   its sticky modes (position:fixed and native position:sticky). Keying on the class
   that exists in both modes keeps the hero under the navbar (980) and the form (4). */
.lp-sticky-header.uk-sticky { z-index: 3; }
@media (min-width: 961px) {
    /* customizer CSS pulls the card up with top:-90px, which leaves 90px of phantom
       space in the flow below it. Pull with margin instead so the next section
       follows the card up. -60px = the old net visual shift (30px margin - 90px top). */
    .lp-form-section #aca-demo { top: 0 !important; margin-top: -60px !important; }
}