/* 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/boom/hero_image_light_left.jpg');
	background-position: center;
	background-repeat: no-repeat;
}
/* Set the Background Color for the Journal's Menu Bar */
.journal-header {
	background:	#faf0c8
}
/* 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: #ffffff
}
/* 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 #ffffff
}
/* IGNORE OR REMOVE */
.PdfOnlyLink .pg_Index .content-main_content .header-row .article-pdfLink, .dropdown-panel .external-login-provider .pg_Index .content-main_content .header-row h3 + a, .fig-orig .pg_Index .content-main_content .header-row a, .pg_Index .content-main_content .external-login-provider .header-row a, .pg_Index .content-main_content .header-row .PdfOnlyLink .article-pdfLink, .pg_Index .content-main_content .header-row .btn, .pg_Index .content-main_content .header-row .button, .pg_Index .content-main_content .header-row .external-login-provider a, .pg_Index .content-main_content .header-row .fig-orig a, .pg_Index .content-main_content .header-row .pg_MyAccount #myaccount-tabs-content .section-wrapper .dataRow .btn-userprofile-cancel, .pg_Index .content-main_content .header-row .pg_MyAccount #myaccount-tabs-content .section-wrapper .dataRow .btn-userprofile-update, .pg_Index .content-main_content .header-row .pg_MyAccount .myaccount-wrap .alert-details .email-alert-type .add-alert-link-wrap a, .pg_Index .content-main_content .header-row .store-link, .pg_Index .content-main_content .header-row .widget-alerts .widget-links_wrap .reveal-modal > div a.addUserAlert, .pg_Index .content-main_content .header-row .widget-alerts .widget-links_wrap .reveal-modal > div a.userAlert-manageAlerts, .pg_MyAccount #myaccount-tabs-content .section-wrapper .dataRow .pg_Index .content-main_content .header-row .btn-userprofile-cancel, .pg_MyAccount #myaccount-tabs-content .section-wrapper .dataRow .pg_Index .content-main_content .header-row .btn-userprofile-update, .pg_MyAccount .myaccount-wrap .alert-details .email-alert-type .add-alert-link-wrap .pg_Index .content-main_content .header-row a, .widget-alerts .widget-links_wrap .reveal-modal > div .pg_Index .content-main_content .header-row a.addUserAlert, .widget-alerts .widget-links_wrap .reveal-modal > div .pg_Index .content-main_content .header-row a.userAlert-manageAlerts {
	color: #f26531
}
/* Sets the Color for the Menu Bar Drop Down Links */
.journal-header .site-menu-lvl-1 a.nav-link {
    color: #1a1a1a;
}
/* Sets the Color for the Menu Bar Drop Down Links for "hover" and "focus" */
.journal-header .site-menu-lvl-1 a.nav-link:hover, .journal-header .site-menu-lvl-1 a.nav-link:focus {
    color: #f26531;
}
@media (max-width: 899px) {

 /* Change or Keep the color of links on tablet */
    .journal-header .site-menu-lvl-0 a.nav-link {
        color: #1a1a1a;
    }

 /* Change or Keep the color of links on tablet for "hover" and "focus" */
    .journal-header .site-menu-lvl-0 a.nav-link:hover, .journal-header .site-menu-lvl-0 a.nav-link:focus {
        color: #f26531;
    }

    /* Get rid of bottom border on hover for mobile/tablet naviation links. */
    .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: none;
    }
}
/* Set the Colors for the View Issue Button */
.pg_index .widget-IssueInfo .view-current-issue a.button {
	font-weight: 400;
    background: #f26531;
	color: #fff;
	border: 1px solid #f26531;

}
/* Set the Colors for the View Issue Button on "hover" and "focus" */
.pg_index .widget-IssueInfo .view-current-issue a.button:hover, .pg_index .widget-IssueInfo .view-current-issue a.button:focus {
    background: #fff;
	color: #f26531;
	border: 1px solid #f26531;

}