

 /*SITE SPECIFIC CSS*/

.navbar {
	background-color: #3d2e3e;
}
.journal-bg {
	background: #91798e #e58b55;
	background: -moz-linear-gradient(top, #91798e 0%, #e58b55 100%);
	background: -webkit-linear-gradient(top, #91798e 0%, #e58b55 100%);
	background: linear-gradient(to bottom, #91798e 0%, #e58b55 100%);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#91798e', endColorstr='#e58b55', GradientType=0 );
}
.journal-header .journal-logo {
	width: 202px;
}
.journal-header .society-logo {
	width: 185px;
}
.journal-footer.journal-bg {
	background: #886E85;
}
img.journal-footer-affiliations-logo {
	width: 180px;
}
.pg_index .location-main-content>.widget-dynamic>.widget-dynamic-inner-wrap>.widget-dynamic[data-count]:nth-child(4):not(.row-related-titles){
	background-color: #e58b55;
}
.pg_index .location-main-content>.widget-dynamic>.widget-dynamic-inner-wrap>.widget-dynamic[data-count]:nth-child(4):not(.row-related-titles) .widget-dynamic__underbar.journal-bg{
	background-color: #ffffff;
}
.pg_index .location-main-content>.widget-dynamic>.widget-dynamic-inner-wrap>.widget-dynamic[data-count]:nth-child(4):not(.row-related-titles) .widget-dynamic__header h3{
	color: #ffffff;
}
.featurePanel {
	background-image: url(//academic.oup.com/data/sitebuilderassetsoriginals/live/images/sleep/sleep_feature_panel.jpg);
	border: 1px solid #cfd5e4;
}
.featurePanel h3 {
	font-family: "Source Sans Pro", Helvetica, Arial, sans-serif !important;
	font-weight: bold !important;
}

.society-links li:nth-child(1) img {
	width: 200px;
}
.society-links li:nth-child(2) img {
	width: 195px;
}

.navbar-menu > .site-menu > .site-menu-item:nth-child(n+7) {
    display: block;
}