
/*--------------------*/
/* ---- MASTHEAD ---- */
/*--------------------*/

/* LOGOS */

.journal-header .journal-logo {
    width: 230px;
}
.journal-header .society-logo {
    width: 100px;
}

/* HEADER BRAND COLOUR */

.journal-bg {
  	background-color: #F1EADD;
}

/* NAVBAR BRAND COLOUR */

.navbar {
	/* border-top: 1px solid #3ba8eb; */
	background-color: #007bc2;
}


/*--------------------*/
/* ---- HOMEPAGE ---- */
/*--------------------*/

/* FEATURE PANEL - JOURNALS ONLY */

.featurePanel {
	background: #007bc2;
	background: linear-gradient(180deg, rgba(0, 123, 194, 1) 0%, rgba(78, 198, 225, 1) 100%);
}
.featurePanelInner {
	background-color: rgba(255,255,255,.94);
}
.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: #007BC2;
}

/* FEATURED ROW */

#cloudCMS .row:nth-child(4):not(.rowForRelatedTitles) {
	background-color: #007BC2;
}
#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: #F1EADD;
}
/* 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;
}



/*----------------------------------*/
/* ---- SOCIETY ACCESS CONTROL ---- */
/*----------------------------------*/

.society-links img {
	width: 170px;
}