
/*--------------------*/
/* ---- MASTHEAD ---- */
/*--------------------*/

/* LOGOS */

.journal-header .journal-logo {
    width: 380px;
}
.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: 120px;
}


/* 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: #3BBBA4;
}
.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-image: url(//academic.oup.com/data/sitebuilderassetsoriginals/live/images/ismecommun/ismecommun_feature_panel.jpg);
}
.featurePanelInner {
	background-color: rgba(32, 32, 32, .85);
}
.featurePanel h3, .featurePanel h2 {
	font-family: "Source Sans Pro", Helvetica, Arial, sans-serif !important;
	font-weight: bold !important;
}
.featurePanel h3, .featurePanel h2, .featurePanel p, .featurePanel a, .featurePanel a:hover {
	color: #f6f6f6 !important;
}
.featurePanel p a, .featurePanel p a:hover {
	color: # !important;
}

/* UNDERBAR */

.widget-dynamic__underbar.journal-bg {
	background-color: #3BBBA4;
}
#cloudCMS .panels .widget-dynamic-title::after, #cloudCMS .panels .widgetHead h3::after, #cloudCMS .rowHead h3::after, #cloudCMS .panels .widgetHead h2::after, #cloudCMS .rowHead h2::after {
	background-color: #3BBBA4;
}

/* FEATURED ROW */

.pg_index .location-main-content>.widget-dynamic>.widget-dynamic-inner-wrap>.widget-dynamic[data-count]:nth-child(4):not(.row-related-titles){
	background-color: #;
}
.pg_index .location-main-content>.widget-dynamic>.widget-dynamic-inner-wrap>.widget-dynamic[data-count]:nth-child(4):not(.row-related-titles) .widget-dynamic__header h3 {
	color: #;
}
.pg_index .location-main-content>.widget-dynamic>.widget-dynamic-inner-wrap>.widget-dynamic[data-count]:nth-child(4):not(.row-related-titles) .widget-dynamic__underbar.journal-bg{
	background-color: #;
}
#cloudCMS .row:nth-child(4):not(.rowForRelatedTitles) {
	background-color: #;
}
#cloudCMS .row:nth-child(4):not(.rowForRelatedTitles) .rowHead h3, #cloudCMS .row:nth-child(4):not(.rowForRelatedTitles) .rowHead h2 {
	color: #;
}
#cloudCMS .row:nth-child(4):not(.rowForRelatedTitles) .rowHead h3::after, #cloudCMS .row:nth-child(4):not(.rowForRelatedTitles) .rowHead h2::after {
	background-color: #;
}


/*------------------*/
/* ---- FOOTER ---- */
/*------------------*/

/* LOGOS */

img.journal-footer-affiliations-logo { /* For multiple logos, replace .journal-footer-affiliations-logo class with an ID of the society name written in full (camel case) prepended with footer-logo- e.g. img#footer-logo-SocietyName */
	width: 300px;
}

/* BRAND COLOURS */

.journal-footer.journal-bg {
	background-color: #3BBBA4;
}
.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;
}