 /*SITE SPECIFIC CSS*/

.featurePanel {
	background-color: #AA1124;
	background: linear-gradient(90deg, rgba(160,17,36,1) 0%, rgba(250,250,250,1) 100%);
}
.navbar {
	background-color: #AA1124;
}
.featurePanelInner {
	background: rgba(255, 255, 255, .92);
}
.featurePanel h2 {
	font-family: "Source Sans Pro", Helvetica, Arial, sans-serif !important;
	font-weight: bold !important;
}
.journal-bg {
	background-color: #ffffff;
}
.journal-header .journal-logo {
	width: 360px;
}
.journal-header .society-logo {
	width: 230px;
}
.widget-dynamic__underbar.journal-bg {
	background-color: #AA1124;
}
.journal-footer.journal-bg {
	background-color: #AA1124;
}
.journal-header .center-inner-row {
	padding-bottom: 10px;
	padding-top: 10px;
}
.journal-header {
	border-top: 1px solid #dfdfdf;
}


img.journal-footer-affiliations-logo { /* For multiple logos, replace .journal-footer-affiliations-logo class with an ID of the society name written in full (camel case) prepended with footer-logo- e.g. img#footer-logo-SocietyName */
	width: 240px;
}
.society-links-logo img {
	width: 250px;
}
#cloudCMS .panels .widget-dynamic-title::after, #cloudCMS .panels .widgetHead h2::after, #cloudCMS .rowHead h2::after{
	background-color: #AA1124;
}
#cloudCMS .row:nth-child(4):not(.rowForRelatedTitles) {
	background-color: #AA1124;
}
#cloudCMS .row:nth-child(4):not(.rowForRelatedTitles) .rowHead h2 {
	color: #2a2a2a;
}
#cloudCMS .row:nth-child(4):not(.rowForRelatedTitles) .rowHead h2::after {
	background-color: #2a2a2a;
}