	
/* Header - Primary Logo Bar Background */
.journal-bg {
    background-color: #e4701e;
}
 
 
/* Header - Menu Bar Text Color  */
.journal-header .site-menu .site-menu-lvl-0 > a.nav-link {
    color: #000000;
}
 
/* Header - Primary Logo Size (Max height = 80px) */
.journal-header .journal-logo {
    width: auto;
    height: 50px;
}
 
/* Header - Affiliate Logo Sizes (Max height = 80px) */
.journal-header .society-logo {
    width: auto;
    height: 50px;
}
 
/* Footer - Background Color  */
.journal-footer .journal-bg {
    background-color: #e4701e;
}
 
/* Footer - Text Color  */
.journal-footer, .journal-footer_content .journal-footer-menu ul li a, .journal-footer-colophon li {
    color: #000000;
}
 
/* Footer - Logo Sizes  */
.journal-footer .journal-footer-affiliations-logo {
    width: auto;
    height: 50px;
}
 
/* Widget - Accent Border */
.pg_Index .widget-ArticleListNewAndPopular, .pg_Index .widget-SelfServeContent[class*="_feed"] {
    border-top:7px solid #e4701e !important;
}