﻿.pre-top {
    background: #dde3e3 !important;
    color: #00853f;
}

    .pre-top .pre-top__list--left {
        color: var(--theme) !important;
    }

    .pre-top a {
        color: var(--theme) !important;
    }

        .pre-top a:hover {
            text-decoration-color: var(--theme) !important;
        }
.main-nav__li--big .main-nav__a, .main-nav__li--big .main-nav__a:hover, .main-nav__li.selected > .main-nav__a {
    background-color: #00853f !important;
    border-radius: 5px !important;
    margin: 1.8rem 1.5rem 0 .5rem !important;
    line-height: 3 !important;
    padding: 0 1.5rem !important;
    color: #FFFFFF !important;
}
.hero__inner .hero__text {
    margin: 0 !important;
}