/* Homepage Hero Background Image */
.pg_Index .header-row {
	background-color: #000000;
	background-position: center;
	background-repeat: no-repeat;
}

/* HEADER - Primary Logo Bar Background */
.journal-bg {
	background-color: #0a6c43;
}

/* HEADER - Menu Bar Text Color  */
.journal-header .site-menu .site-menu-lvl-0 > a.nav-link {
	color: #ffffff;
}

/* BODY - row-background */
.theme-homepage-layout.layout-organization .widget-DynamicWidgetLayout:nth-child(even) [class*=home-row] {
	background-color: #0a6c43;
}


/* HEADER - Tablet & Mobile Hamburger Menu Color */
@media (max-width: 899px) {
.journal-header .journal-header_content .navbar-menu_wrap .mobile-site-menu-toggle {
	color: #ffffff;
}  
}

@media (max-width: 899px) {
/* HEADER - Dropdown Menu Colors */
.journal-header .journal-header_content .navbar-menu_wrap .navbar-menu .site-menu.site-menu-lvl-0 >.site-menu-item .nav-link {
color: #000000;
}
}

/* Current Issue Widget Text Color */
#issueInfo-Home_MainContentB0B2home-issue-info-t2 {
color:#000000!important;
}

/* About JCE Flex */
div.widget.widget-dynamic.home-row1.header-row.dark-background .widget-instance-jce_home-self-serve-content-about-this-journal{
	max-width:1300px;
}

.jce-about-section {
	display:flex;
	flex-wrap:wrap;
	flex-direction:column;
	justify-content: space-between
}

.jce-about-section div:nth-child(2) {
  flex-basis:100%;
	padding:1rem 0;
}

.jce-about-section div:first-child, 
.jce-about-section div:last-child {
	flex-basis: 100%;
}

.jce-about-section div img {
	width:100%;
}

@media (min-width:1080px) {
	.jce-about-section {
	flex-direction:row;	
	}
	.jce-about-section div:nth-child(2) {
		flex-basis: 40%;
		padding:unset;
}
	
	.jce-about-section div:first-child {
		flex-basis:29%;
		align-self: center;
	} 
	.jce-about-section div:last-child {
		flex-basis:29%;
		align-self: center;
	}
	.jce-about-section div img {
	max-width:500px;	
	}
}

/* Footer Journal Logo Sizing */
.widget-SitePageFooter .journal-footer .journal-footer_content .journal-footer-affiliations:not(.aff-left) {
    width: 400px;
}