/* Homepage Hero Background Image */
.pg_Index .header-row {
	background-image: url('/data/SiteBuilderAssetsOriginals/Live/Images/jgme/hero.png');
	}

.publisher-info-impact-factor-container .widget-dynamic-inner-wrap div[class*="-publisher-info"] p{
	color: white !important;
}

.widget-SelfServeContent.widget-instance-jgme_home-self-serve-nav,
.widget-SelfServeContent.widget-instance-jgme_home-self-serve-content-featured-articles,
.widget-SelfServeContent.widget-instance-jgme_home-self-serve-content-feature-left,
.widget-SelfServeContent.widget-instance-jgme_home-self-serve-content-feature-fillerOne,
.widget-SelfServeContent.widget-instance-jgme_home-self-serve-content-feature-fillerTwo {
    border: none !important;
}

.article-groups.left-flag {
    display: none !important;
}

/*Header Logo Sizing */

.journal-header .journal-header_content .journal-logo_wrap {
	width: unset;
	max-width: unset;
}

.journal-header .journal-header_content .journal-logo_wrap img {
	height: unset;
	max-height: unset;
}

.logo-AccreditationCouncilforGraduateMedicalEducationLogo,
img#logo-AccreditationCouncilforGraduateMedicalEducationLogo {
    max-height: 100px !important;
}

span.sri-type.al-type,
span.sri-date.al-pub-date {
    display: none !important;
}

#work-hours,
#electronic-health-records,
#well-being,
#remediation{
    font-family: "source sans pro" !important;
}


.fn .label {
width:auto !important;
}

/* Hides the Register and Sign in Boxes at top auth bar */

a.register.at-register {
	display: none !important;
}

a#header-account-info-user-fullname {
	display: none !important;
}

/*eTOC Email Collection Widget */

.email-widget {
	width: 300px;
	height: 300px;
	border: 1px solid #ccc;
	border-radius: 5px;
	box-shadow: 0 0 5px rgba(0,0,0,.01);
	display: flex;
	flex-direction: column;
	background-image: url('/data/SiteBuilderAssetsOriginals/Live/Images/jgme/hero.png');
}
.email-widget-header {
 	font-weight: bold; 
 	padding: 10px; 
 	text-align: center; 
	border-top-left-radius: 5px;
 	border-top-right-radius: 5px;
}
.email-widget-body {
 padding: 10px;
 flex: 1;
 display: flex;
 flex-direction: column;
 justify-content: center;
 align-items: center;
 }
.email-widget-body p {
	margin: 0;
	text-align: center;
	color: #fff;
 }
.email-button-link {
	display: inline-block;
	background-color: #007bff;
	color: #fff;
	border-radius: 5px;
	padding: 10px;
	text-decoration: none;
	margin-top: 10px;
 }
.email-button-link:hover {
background-color: #0069d9
 }


 /** Article View Large Caption & Label Resizing **/ 

 .pg_viewlarge .fig-section .label, .pg_viewlarge .table-wrap-title .label {
	font-size: 30px !important;
 }

 .pg_viewlarge .table-wrap-title .caption p {
	font-size: 25px !important;
 }