@import url('https://fonts.googleapis.com/css2?family=Candare:wght@300&display=swap');

#heading {
        background-color: #ffffff;
        background-image: none;
}

#heading .logo img {
        height: 110px;
        width: auto;
}

#heading  #heading-wrapper {
        background: none;
}


#sub-menu ul li a {
        color: #fff !important;
        text-transform: uppercase;
        font-weight: bold;
        line-height: 30px;
}

#sub-menu ul li a:hover {
        background-color: #000000;
}

#sub-menu ul li a.active {
        background-color: #000000;
}


:root {
        --headings-font-family: 'Candara', sans-serif;
        --base-font-family: 'Candara', sans-serif;
        --primary-color-rgb: 44, 131, 52;
        --primary-color: #000 ;
        --primary-color-hover: #000;
        --primary-color-disabled: #626262;
        --secondary-color-rgb: #4c90d6;
        --secondary-hover-color: #4c90d6;
        --secondary-disabled-color: #626262;
        --button-help-color: #4c90d6;
        --button-help-color-hover: #7AADE3;
        --button-help-color-disabled: #8ab7e4;
        --nav-menu-background-color: #3399ff;
        --nav-menu-background-color-highlight: #000;
        --nav-menu-background-color-border: #3399ff;
        --footer-background-color: #edeff5;
        --footer-text-color: #838383;
        --footer-link-color: #444444;

        --header-button-background-color: #3399ff;
        --header-button-text-color: #fff;
        --header-text-color: #3399ff;
}

.aui body{
        /*background-color: #cce6ff;*/
}


#_crmassetcard_WAR_picrmportlet_\:asset-detail-form\:documents{
        display: none;
}


#_crmassetcard_WAR_picrmportlet_\:asset-detail-form\:gallery{
        display: none;
}