
/*--------------------*/ 
/* ---- MASTHEAD ---- */
/*--------------------*/

/* LOGOS */

.journal-header .journal-logo {
    width: 536px;
}
.journal-header .society-logo { /* For multiple logos, repalace .society-logo class with an ID of the society name written in full (camel case) prepended with logo- e.g. .journal-header #logo-SocietyName */
    width: 196px; 
}

/* BRAND COLOURS */

.journal-bg {
  	background-color: #ffffff; 
}
.navbar {
	background-color: #891a1c;
}



/* Keep the following if the masthead is white or light coloured */

.journal-footer, .journal-header {
    border-top: 1px solid #cfd5e4;
}



/*--------------------*/ 
/* ---- HOMEPAGE ---- */
/*--------------------*/

/* FEATURE PANEL - JOURNALS ONLY */

.featurePanel {
	background-color: #891a1c;
}
.featurePanelInner {
	background-color: rgba(255,255,255,.9);
}

/* UNDERBAR */

.widget-dynamic__underbar.journal-bg {
	background-color: #891a1c;
}
#cloudCMS .panels .widget-dynamic-title::after, #cloudCMS .panels .widgetHead h3::after, #cloudCMS .rowHead h3::after{
	background-color: ##891a1c;
}

/* FEATURED ROW */

.pg_index .location-main-content>.widget-dynamic>.widget-dynamic-inner-wrap>.widget-dynamic[data-count]:nth-child(4):not(.row-related-titles){
	background-color: #891a1c;
}
.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;
}
.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;
}
#cloudCMS .row:nth-child(4):not(.relatedJournals) {
	background-color: #891a1c;
}
#cloudCMS .row:nth-child(4):not(.relatedJournals) .rowHead h3 {
	color: #000000;
}
#cloudCMS .row:nth-child(4):not(.relatedJournals) .rowHead h3::after {
	background-color: #ffffff;
}


/*------------------*/ 
/* ---- FOOTER ---- */
/*------------------*/

/* LOGOS */

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: 284px;
}

/* BRAND COLOURS */

.journal-footer.journal-bg {
	background-color: #891a1c;
}
/*----------------------------------*/ 
/* ---- SOCIETY ACCESS CONTROL ---- */
/*----------------------------------*/

.society-links img {
	width: 260px;
}