.footer-link {
    color: #0a5418 !important;
}

.footer-link:hover {
    color: #f58235 !important;
} 

.page-footer-web__logo {
    display: none;
}

.block-rte h1,h2,h3,h4,h5,h6,p {
    color:black;
}

footer .block-rte .text--small--footer p img {
    width: 200px;
    height: auto;
    position: relative;
    left: 0vw;
}

footer .block-social-media__list .block-social-media__item a .icon {
    background-color: white;
    border: 1px solid #0a5418;
}

footer .block-social-media__list .block-social-media__item a .icon:hover {
    background-color: #0a5418;
    border: 1px solid #0a5418;
    color: white;
}

.breadcrumbs,.article__updated-by {
    display: none;
}