/* Set the Background Image for the Hero Section */
.pg_Index .header-row {
	    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0)), url('/data/SiteBuilderAssetsOriginals/Live/Images/agh/hero_image_dark_left.jpg');
	    background-position: center;
		background-repeat: no-repeat;
	}
/* Set the Background Color for the Journal's Menu Bar */
.pg_index .description-panel {
  background: none;
}
/* Set the Color for the Journal's Menu Bar Links */
.journal-header .site-menu .nav-link {
		color: #000000
	}
/* Set the Color for the Journal's Menu Bar Links when "hovered" or "focused" */
.journal-header .site-menu .nav-link:focus, .journal-header .site-menu .nav-link:hover {
		color: #f27555
	}
/* Sets the Underline on "hover" for the Menu Bar Text */
	.journal-header .site-menu.site-menu-lvl-0 .site-menu-item.site-menu-lvl-0:focus, .journal-header .site-menu.site-menu-lvl-0 .site-menu-item.site-menu-lvl-0:hover {
		border-bottom: 2px solid #f27555
	}