        .mySlides {
            display: none;
        }

        /* CSS for the banner container */
        .banner-container1 {
            width: 100%;
            overflow: hidden;
            position: relative;
        }

        /* CSS for the banner images */
        .banner-image1 {
            width: 100%;
            display: block;
            transition: transform 0.5s ease;
        }

        body {
            font-family: 'Lato';
            color: #333333;
        }

        /* Accessibility overrides */
        .pq-subscribe-bg { background-color: #0c2b4c !important; color: #fff !important; }
        .pq-subscribe-details h2 { color: #ffffff !important; }
        .pq-button, .pq-button-text { background-color: #0c2b4c !important; color: #ffffff !important; border-color: #0c2b4c !important; }
        .pq-bg-transparent::placeholder { color: #333 !important; }
        .green-bold-text { color: #1A5D1A !important; }
        div.pq-blog-post.pq-style-1 { background-color: #ffffff !important; color: #333333 !important; }
        
        /* High Contrast Overrides */
        .pq-top-header a, .pq-top-header span, .pq-top-header i { color: #ffffff !important; }
        .pq-bottom-header .navbar-nav .menu-item a { color: #111111 !important; font-weight: bold !important; }
        .captionarea a { background-color: #0c2b4c !important; color: #ffffff !important; padding: 10px 20px; display: inline-block; text-decoration: none; }
        .captionarea a:hover { background-color: #1A5D1A !important; }
