
/*--------------------*/
/* ---- MASTHEAD ---- */
/*--------------------*/

/* LOGOS */

.journal-header .journal-logo {
    width: 400px;
}
.journal-header .society-logo {
    width: 160px;
}

/* HEADER BRAND COLOUR */

.journal-bg {
  	background-color: #ffffff;
}

/* Keep the following if the masthead is white or light coloured */

.journal-header {
    border-top: 1px solid #cfd5e4;
}

/* NAVBAR BRAND COLOUR */

.navbar {
	background-color: #D40E31;
}


/*--------------------*/
/* ---- HOMEPAGE ---- */
/*--------------------*/

/* UNDERBAR */

#cloudCMS .panels .widget-dynamic-title::after, #cloudCMS .panels .widgetHead h2::after, #cloudCMS .rowHead h2::after {
	background-color: #D40E31;
}

/* FEATURED ROW */

/* #cloudCMS .row:nth-child(4):not(.rowForRelatedTitles) {
	background-color: #D40E31;
}
#cloudCMS .row:nth-child(4):not(.rowForRelatedTitles) .rowHead h2 {
	color: #ffffff;
}
#cloudCMS .row:nth-child(4):not(.rowForRelatedTitles) .rowHead h2::after {
	background-color: #ffffff;
} */


/*------------------*/
/* ---- FOOTER ---- */
/*------------------*/

/* LOGOS */

img.journal-footer-affiliations-logo {
	width: 260px;
}

/* BRAND COLOURS */

.journal-footer.journal-bg {
	background-color: #D40E31;
}