/*
   Styles for Resources section
*/


/* Section banner. */

@media (min-width: 768px) { #colour-banner { background-color: #9e9c70; } }


/* Navigation breadcrumbs and related links. */

#crumbs-container { background-color: rgb(245 245 245); } /* Needs to be opaque for sticky positioning. */
@media (min-width: 768px) { #crumbs-container { background-color: rgb(158 156 112 / 0.1); } }
#content .relatedlinks a { background-color: rgb(158 156 112 / 0.1); }
#content .relatedlinks a:hover { background-color: rgb(158 156 112 / 0.2); }


/* Side menu. */

.side-menu .side-menu-link a::before { background-color: rgb(158 156 112 / 0.4); }
.side-menu .side-menu-link a::after { background-color: rgb(158 156 112 / 0.2); }


/* Paragraphs, list items, hyperlinks. */

#content a { font-weight: 500; background-color: rgb(158 156 112 / 0.1); }
#content a:hover { background-color: rgb(158 156 112 / 0.4); }
