/* Header - Primary Logo Bar Background */
.journal-bg {
	background-color: #ef4e4c;
}

/* 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: #ef4e4c;
}

/* 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 #ef4e4c !important;
}