
/* LOGOS */

.journal-header .journal-logo {
    width: 430px;
}
.journal-header .society-logo { 
    width: 71px;
}
.journal-header .center-inner-row { /* Optional style to maximise space for logos in the header */
	padding-bottom: 10px;
	padding-top: 10px;
}

/* 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: #000000;
}


/*--------------------*/
/* ---- HOMEPAGE ---- */
/*--------------------*/

/* FEATURE PANEL - JOURNALS ONLY */

#cloudCMS .featurePanel {
	background-color: #fafafa;
	border: 1px solid #cfd5e4;
}
.featurePanelInner {
	background-color: #000000;
}
.featurePanel h2 {
	font-family: "Source Sans Pro", Helvetica, Arial, sans-serif !important;
	font-weight: bold !important;
}
.featurePanel h2, .featurePanel p, .featurePanel a, .featurePanel a:hover {
	color: #f6f6f6 !important;
}

/* UNDERBAR */

.widget-dynamic__underbar.journal-bg {
	background-color: #000000;
}
#cloudCMS .panels .widget-dynamic-title::after, #cloudCMS .panels .widgetHead h2::after, #cloudCMS .rowHead h2::after{
	background-color: #000000;
}



/*------------------*/
/* ---- FOOTER ---- */
/*------------------*/

/* LOGOS */

img.journal-footer-affiliations-logo {
	width: 200px;
}

/* BRAND COLOURS */

.journal-footer.journal-bg {
	background-color: #ffffff;
}

/* Keep the following if the footer background is white or light coloured */

.journal-footer {
    border-bottom: 1px solid #cfd5e4;
	border-top: 1px solid #cfd5e4;
}
.journal-footer-menu a {
	color: #2a2a2a;
}
.journal-footer-colophon {
	color: #2a2a2a;
}
.journal-footer-colophon a {
	color: #2a2a2a;
}
.journal-footer {
	-webkit-font-smoothing: auto;
}
