:root {
    --ecoexpertise-gray: #f9f9f9;
    --ecoexpertise-blue: #1B5FAA;
    --ecoexpertise-darkblue: #174B84;
    --ecoexpertise-green: #5FB130;
    --ecoexpertise-darkgreen: #4B8C26;
    --ecoexpertise-black: #2A2A2A;
}

.ecoexpertise-text-green {
    color: var(--ecoexpertise-green) !important; 
}

.ecoexpertise-text-darkgreen {
    color: var(--ecoexpertise-darkgreen) !important; 
}

.ecoexpertise-text-blue {
    color: var(--ecoexpertise-blue) !important; 
}

.ecoexpertise-text-darkblue {
    color: var(--ecoexpertise-darkblue) !important; 
}

ul.ecoexpertise-list {
    list-style: none;
}

a.ecoexpertise-menu {
    font-family: "Source Sans Pro";
    font-size: 20px;
    font-weight: 400;
}

a.ecoexpertise-text-green {
    color: var(--ecoexpertise-green) !important;
}

a.ecoexpertise-text-green:hover, a.ecoexpertise-text-green:focus {
    color: var(--ecoexpertise-darkgreen) !important;
}

a.ecoexpertise-text-blue {
    color: var(--ecoexpertise-blue) !important;
}

a.ecoexpertise-text-blue:hover, a.ecoexpertise-text-blue:focus {
    color: var(--ecoexpertise-darkblue) !important;
}
