#wpfront-notification-bar, #wpfront-notification-bar-editor            {
            background: #00263E;
            background: -moz-linear-gradient(top, #00263E 0%, #00263E 100%);
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#00263E), color-stop(100%,#00263E));
            background: -webkit-linear-gradient(top, #00263E 0%,#00263E 100%);
            background: -o-linear-gradient(top, #00263E 0%,#00263E 100%);
            background: -ms-linear-gradient(top, #00263E 0%,#00263E 100%);
            background: linear-gradient(to bottom, #00263E 0%, #00263E 100%);
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00263E', endColorstr='#00263E',GradientType=0 );
            background-repeat: no-repeat;
                        }
            #wpfront-notification-bar div.wpfront-message, #wpfront-notification-bar-editor.wpfront-message            {
            color: #ffffff;
                        }
            #wpfront-notification-bar a.wpfront-button, #wpfront-notification-bar-editor a.wpfront-button            {
            background: #000000;
            background: -moz-linear-gradient(top, #000000 0%, #ffffff 100%);
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#000000), color-stop(100%,#ffffff));
            background: -webkit-linear-gradient(top, #000000 0%,#ffffff 100%);
            background: -o-linear-gradient(top, #000000 0%,#ffffff 100%);
            background: -ms-linear-gradient(top, #000000 0%,#ffffff 100%);
            background: linear-gradient(to bottom, #000000 0%, #ffffff 100%);
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#ffffff',GradientType=0 );

            background-repeat: no-repeat;
            color: #ffffff;
            }
            #wpfront-notification-bar-open-button            {
            background-color: #000000;
            right: 10px;
                        }
            #wpfront-notification-bar-open-button.top                {
                background-image: url(https://nextforautism.org/wp-content/plugins/wpfront-notification-bar/images/arrow_down.png);
                }

                #wpfront-notification-bar-open-button.bottom                {
                background-image: url(https://nextforautism.org/wp-content/plugins/wpfront-notification-bar/images/arrow_up.png);
                }
                #wpfront-notification-bar-table, .wpfront-notification-bar tbody, .wpfront-notification-bar tr            {
                        }
            #wpfront-notification-bar div.wpfront-close            {
            border: 1px solid #ffffff;
            background-color: #ffffff;
            color: #000000;
            }
            #wpfront-notification-bar div.wpfront-close:hover            {
            border: 1px solid #dbdee0;
            background-color: #dbdee0;
            }
             #wpfront-notification-bar-spacer { display:block; }@media screen and (max-width: 899px) { #wpfront-notification-bar-spacer { display:none; } }.n4a-topbar { background: #00263E url('/wp-content/uploads/2026/05/n4a-topbar-bg-logo-scaled.png') no-repeat center center !important; background-size: cover !important; } .topbar-content { display: flex; align-items: center; justify-content: center; gap: 16px; padding-top: 10px; padding-bottom: 10px; } .topbar-content p { margin: 0; font-size: 16px; line-height: 22px; color: #ffffff; text-align: left; padding-right: 32px; } .topbar-content a { color: #00263E; background-color: #ffffff; text-transform: uppercase; font-weight: 600; padding: 8px 26px; border-radius: 6px; } .topbar-content a:hover { background-color: rgba(255, 255, 255, 0.8); } .wpfront-notification-bar div.wpfront-close { top: 30%; right: 24px; } #wpfront-notification-bar div.wpfront-close { background-color: transparent; color: #ffffff; padding: 13px 10px; border-radius: 25px; } #wpfront-notification-bar div.wpfront-close:hover { background-color: rgba(255, 255, 255, 0.16); }