﻿body[data-site-identifier="dea"] .pod__text h3 a {
    color: var(--theme-darker);
}

    body[data-site-identifier="dea"] .pod__text h3 a:hover {
        color: #333333;
    }

body[data-site-identifier="dea"] #hp h1, body[data-site-identifier="dea"] .card__header.act-heading p, body[data-site-identifier="dea"] .hero__text.text-big p {
    text-shadow: 0 0 30px rgba(0, 0, 0, 1);
}

body[data-site-identifier="dea"] .main-nav__li--big .main-nav__a, body[data-site-identifier="dea"] .main-nav__li--big .main-nav__a:hover {
    text-decoration: none !important;
    background-color: #00853f !important;
    border-radius: 5px !important;
    margin: 1.8rem 1.5rem 0 .5rem !important;
    padding: 0 1.5rem !important;
    line-height: 3 !important;
    color: #FFFFFF !important;
}

body[data-site-identifier="dea"] .social-nav li a:hover {
    background-color: #78b48b !important;
}

body[data-site-identifier="dea"] .social-nav li a {
    border: 2px solid #78b48b;
}

body[data-site-identifier="dea"] #tests table, body[data-site-identifier="dea"] #tests td {
    border: 1px solid #78b48b !important;
    margin-top: 1rem;
}

body[data-site-identifier="dea"] .pre-top {
    background: #dde3e3 !important;
    color: #00853f;
}

    body[data-site-identifier="dea"] .pre-top .pre-top__list--left {
        color: var(--theme) !important;
    }

    body[data-site-identifier="dea"] .pre-top a {
        color: var(--theme) !important;
    }

        body[data-site-identifier="dea"] .pre-top a:hover {
            text-decoration-color: var(--theme) !important;
        }
body[data-site-identifier="dea"] .footer-item h2 {
    color: var(--theme-alt);
}

    body[data-site-identifier="dea"] .footer-item h2 a {
        color: var(--theme-alt);
    }

body[data-site-identifier="dea"] .social-nav li a {
    border: 2px solid var(--theme-alt);
}

    body[data-site-identifier="dea"] .social-nav li a:hover {
        background-color: var(--theme-alt) !important;
    }

body[data-site-identifier="dea"] .footer__bottom-info a {
    color: var(--theme-alt);
}

body[data-site-identifier="dea"] .footer-item .text-left fa {
    color: var(--theme-alt);
}