#wpfront-notification-bar, #wpfront-notification-bar-editor            {
            background: #888888;
            background: -moz-linear-gradient(top, #888888 0%, #000000 100%);
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#888888), color-stop(100%,#000000));
            background: -webkit-linear-gradient(top, #888888 0%,#000000 100%);
            background: -o-linear-gradient(top, #888888 0%,#000000 100%);
            background: -ms-linear-gradient(top, #888888 0%,#000000 100%);
            background: linear-gradient(to bottom, #888888 0%, #000000 100%);
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#888888', endColorstr='#000000',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%, #000000 100%);
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#000000), color-stop(100%,#000000));
            background: -webkit-linear-gradient(top, #000000 0%,#000000 100%);
            background: -o-linear-gradient(top, #000000 0%,#000000 100%);
            background: -ms-linear-gradient(top, #000000 0%,#000000 100%);
            background: linear-gradient(to bottom, #000000 0%, #000000 100%);
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000',GradientType=0 );

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

                #wpfront-notification-bar-open-button.bottom                {
                background-image: url(https://ilr.staging8.visionary.com/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 #555555;
            background-color: #555555;
            color: #000000;
            }
            #wpfront-notification-bar div.wpfront-close:hover            {
            border: 1px solid #aaaaaa;
            background-color: #aaaaaa;
            }
             #wpfront-notification-bar-spacer { display:block; }/* ============================================ WPFront Notification Bar — Brand Styling Matches site navy/green palette and Prompt font ============================================ */ #wpfront-notification-bar { background: #6ea00f !important; background: linear-gradient(to bottom, #6ea00f 0%, #5a8a0a 100%) !important; filter: none !important; } #wpfront-notification-bar div.wpfront-message { color: #ffffff !important; font-family: 'Prompt', sans-serif !important; font-size: 20px !important; line-height: 1.5 !important; padding-top: 10px !important; padding-bottom: 10px !important; } #wpfront-notification-bar div.wpfront-message p { margin: 0 !important; padding: 0 !important; } #wpfront-notification-bar a.wpfront-button { background: #1e3c69 !important; background: linear-gradient(to bottom, #1e3c69 0%, #142d52 100%) !important; filter: none !important; color: #ffffff !important; font-family: 'Prompt', sans-serif !important; font-weight: 700 !important; letter-spacing: 0.04em !important; text-transform: uppercase !important; border-radius: 4px !important; padding: 8px 18px !important; transition: background-color 0.2s ease !important; } #wpfront-notification-bar a.wpfront-button:hover { background: #5a8a0a !important; } #wpfront-notification-bar a.wpfront-button:focus-visible { outline: 3px solid #ffffff !important; outline-offset: 2px !important; } #wpfront-notification-bar div.wpfront-close { background-color: rgba(255, 255, 255, 0.15) !important; border: 1px solid rgba(255, 255, 255, 0.4) !important; color: #ffffff !important; border-radius: 4px !important; transition: background-color 0.2s ease !important; } #wpfront-notification-bar div.wpfront-close:hover { background-color: rgba(255, 255, 255, 0.3) !important; border-color: #ffffff !important; } #wpfront-notification-bar div.wpfront-close:focus-visible { outline: 3px solid #6ea00f !important; outline-offset: 2px !important; } #wpfront-notification-bar-open-button.top, #wpfront-notification-bar-open-button.bottom { background-color: #1e3c69 !important; }