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

/* LOGOS */

.journal-header .journal-logo {
    width: 438px;
}
.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: px;
}
.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: #BD0025;
}

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

/* NAVBAR BRAND COLOUR */

.navbar {
	background-color: #921315;
}

/* Styles required when using a light colour in the navbar */

/* .navbar-menu a, .navbar-menu .site-menu-item .desktop-nav-arrow, .navbar-search-advanced a, .navbar-search-collapsed i, .navbar-search-close {
	color: #2a2a2a;
    -webkit-font-smoothing: initial;
}
.navbar-search-close:hover {
	text-decoration: underline;
}
@media only screen and (min-width: 930px) {
	.navbar-search {
		border: 1px solid #c8cede;
    	margin-top: 6px;
	}
} */


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

/* FEATURE PANEL - JOURNALS ONLY */

.featurePanel {
	background-color: #BD0025;
}
.featurePanelInner {
	background-color: rgba(105, 27, 10, 0.8);
}
.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;
}
.featurePanel p a, .featurePanel p a:hover {
	color: #f6f6f6 !important;
}

/* UNDERBAR */

#cloudCMS .panels .widget-dynamic-title::after, #cloudCMS .panels .widgetHead h2::after, #cloudCMS .rowHead h2::after {
	background-color: #BD0025;
}

/* FEATURED ROW */

#cloudCMS .row:nth-child(4):not(.rowForRelatedTitles) {
	background-color: #BD0025;
}
#cloudCMS .row:nth-child(4):not(.rowForRelatedTitles) .rowHead h2 {
	color: #f6f6f6;
}
#cloudCMS .row:nth-child(4):not(.rowForRelatedTitles) .rowHead h2::after {
	background-color: #BD0025;
}


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

/* LOGOS */

/* BRAND COLOURS */

.journal-footer.journal-bg {
	background-color: #BD0025;
}



