
/* ==========================================================================
   Header
   ========================================================================== */


#header, .system-message-placeholder {
    
        background-color: white;
    
}


    #header h1, #header strong, #header a em {
        color: #ffffff;
    }


/* ==========================================================================
   Background
   ========================================================================== */

    #header {
        background-image: url(https://kundo-web-uploaded-files-prod.s3.amazonaws.com/logo/P-hwJMeXWu7N.png?AWSAccessKeyId=AKIAJNMVIWHN72K2GIEA&Signature=MqDM9xdsh1ApWtdtb7m%2FeVdPj%2FA%3D&Expires=1751166470);
        background-repeat: no-repeat;
        background-position: 50% 0;
        background-color: #5a9a43;
    }
    
        html,
        body {
            min-height: 100%;
        }

        body {
            background-image: url(/site_media/logo/9rBvxKcbsMI9_O6GZjhi.jpg);
            background-repeat: no-repeat;

            
                background-position: 50% 37px;
            

            
                background-color: #5a9a43;
            
        }

        body[data-is-editor-for-page="true"] {
            
                background-position: 50% 101px;
            
        }

        body.embed-page,
        body.popup-page {
            background: $bg-standard-light-gray;
        }

        #header {
            background: transparent;
        }
    


/* ==========================================================================
   Official comments
   ========================================================================== */

    .comment-list .official-answer,
    .signature-extended .editors-only{
        background-color: #f2f8ee
    }


/* ==========================================================================
   Messages
   ========================================================================== */

    .message-important {
        
            background-color: #f5e5c9;
        
        
            color: #282e12;
        
    }
    
        .message-important a,
        .message-important a:hover,
        .message-important a:active,
        .message-important a:visited,
        .message-important a:link
        {
            color: #5a9a43;
        }
    


/* ==========================================================================
   Colors
   ========================================================================== */

    .custom-icon,
    .f-category-icon::before {
        color: #86c442;
    }


    /* Customizable color */
    a,
    a:hover, a:active, a:focus,
    .common-form .btn-link, .common-form .btn-link:hover, .common-form .btn-link:active, .common-form .btn-link:focus,
    .pagination-footer a {
        color: #5a9a43;
    }
    .dialog .content a,
    .dialog-form-autocomplete-result .title .highlighted,
    .search-box-autocomplete-result .title .highlighted,
    .comment-list li .content a {
        border-bottom-color: #5a9a43;
    }

    /* Should stay white */
    .admin-main-navigation a,
    .logged-in-user a {
        color: #fff;
    }

    /* Should stay blue */
    .account-selector .accounts-list li a {
        color: #3454F4;
    }

    .search-form a {
        border-bottom: 1px solid #5a9a43;
    }



    .footer-links a {
        color: #86c442;
    }


    .toplist__content a {
        color: #5a9a43;
    }


