/* Colors         */

#mod-custom120 h1 a {
    color: rgb(255, 142, 3) !important;
    font-family: Bahnschrift, "DIN Alternate", "Franklin Gothic Medium", "Nimbus Sans Narrow", sans-serif-condensed, sans-serif;
    text-decoration: none !important;
}


.container-header .site-description {
    color: rgb(254, 254, 254);
}

.metismenu.mod-menu .metismenu-item {
    background-color: rgb(138, 6, 2);
}

.metismenu.mod-menu .mm-collapse>li>a {
    color: rgb(255, 142, 3);
}

.breadcrumb {
  background-color: #fefefe;
}

/* Full Site Changes     */

#back-top {
background-color: rgb(29, 121, 137);
}

.btn-secondary {
    color: rgb(29, 121, 137);
}

/*  Home Page Changes    */

.com-content-category-blog__children.cat-children {
    display: none;
}

.article-info-term {
    display: none;
}


/*  make the consent banner look like the rest of the site  */
#eorisis-consent-wrapper * {
    font-size: 1rem !important;
}
#eorisis-consent-wrapper #consent-banner #consent-links a {
    color: rgb(29, 121, 137);
    font-size: 1rem !important;
    text-decoration: underline;
}

/*  Search Page Changes   */
.com-finder.finder .btn.btn-secondary {
    display: none;
}


/* Right Column Changes    */
.container-sidebar-right {
    border: 2px solid rgb(138, 6, 2);
    border-radius: 10px;
}
.container-sidebar-right h3 {
    text-align: center;
    color: rgb(138, 6, 2);
    padding-bottom: 10px;
    border-bottom: 2px solid rgb(138, 6, 2);
}