

 /*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-header #logo-AustralasianSleepAssociation { 
    width: 90px; 
}

.journal-header .center-inner-row { /* Optional style to maximise space for logos in the header */
	padding-bottom: 10px;
	padding-top: 10px;
}
.journal-footer.journal-bg {
	background: #886E85;
}
img.journal-footer-affiliations-logo {
	width: 180px;
}
#cloudCMS .panels .widget-dynamic-title::after, #cloudCMS .panels .widgetHead h3::after, #cloudCMS .rowHead h3::after{
	background-color: #e58b55;
}
#cloudCMS .row:nth-child(4):not(.relatedJournals) {
	background-color: #e58b55;
}
#cloudCMS .row:nth-child(4):not(.relatedJournals) .rowHead h3 {
	color: #ffffff;
}
#cloudCMS .row:nth-child(4):not(.relatedJournals) .rowHead h3::after {
	background-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;
}
.society-links li:nth-child(3) img {
	width: 150px;
}

.navbar-menu > .site-menu > .site-menu-item:nth-child(n+7) {
    display: block;
}