
/*--------------------*/
/* ---- MASTHEAD ---- */
/*--------------------*/

/* LOGOS */

.journal-header .journal-logo {
    width: 320px;
}
.journal-header .society-logo {
    width: 220px;
}

/* 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-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 BRAND COLOUR */

.navbar {
	background-color: #F3BC4A;
}


/*--------------------*/
/* ---- HOMEPAGE ---- */
/*--------------------*/

/* FEATURE PANEL - JOURNALS ONLY */

.featurePanel {
	background-color: #F3BC4A;
}
.featurePanelInner {
	background-color: #ffffff;
}
.featurePanel h2 {
	font-family: "Source Sans Pro", Helvetica, Arial, sans-serif !important;
	font-weight: bold !important;
}

/* UNDERBAR */

#cloudCMS .panels .widget-dynamic-title::after, #cloudCMS .panels .widgetHead h2::after, #cloudCMS .rowHead h2::after {
	background-color: #F3BC4A;
}

/* FEATURED ROW */

#cloudCMS .row:nth-child(4):not(.rowForRelatedTitles) {
	background-color: #F3BC4A;
}
#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: 320px;
}

/* 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;
}