.text-color-primary, .text-primary {color: #fff !important; }
.opacity-7 { opacity: 1.0 !important; }



#footer-ecoblueprint { color: #000 !important; }

.color-black {
    color:#000000!important;
}

/* espa banner */
.espa-banner {
    z-index: 100;
    position: fixed;
    bottom: 0;
    left: 0; 
    width: 100%; 
    display: flex;
    justify-content: center; 
    align-items: center; 
    background-color: #ffffff;
    padding: 10px;
}

.espa-desktop, .espa-mobile {
    display: none; 
    align-items: center; 
}

.espa-desktop {
    display: flex; 
    justify-content: center; 
}

.espa-desktop img, .espa-desktop a img, .espa-mobile img, .espa-mobile a img {
    max-width: 100%; 
    height: auto; 
    display: block; 
}

/* Media query for desktop */
@media screen and (min-width: 768px) {
    .espa-desktop {
        display: flex;
    }
}

/* Media query for mobile */
@media screen and (max-width: 767px) {
    .espa-mobile {
        display: flex; 
        flex-direction: column; 
    }
}

@media (max-width:768px) {
    .espa-mobile {
        display: block;
    }
    .espa-desktop {
        display: none;
    }    
}

/* END of espa banner */


.contrast-texts > h1, 
.contrast-texts > h2, 
.contrast-texts > h3, 
.contrast-texts > h4, 
.contrast-texts > h5, 
.contrast-texts > h6, 
.contrast-texts > p, 
.contrast-texts > ul, 
.contrast-texts > ul > li,
.contrast-texts > ul > li > p, 
.contrast-texts > span,
.contrast-texts > ul li p
.contrast-texts > ul li p a {
    color: #000000; /* Sets the text color to _black to avoid accessibility errors */
}

.text-white {
    color: #ffffff !important;
}