
/*--------------------*/
/* ---- MASTHEAD ---- */
/*--------------------*/

/* LOGOS */

.journal-header .journal-logo {
    width: 250px;
}
.journal-header .society-logo {
    margin-right: 15px;
	width: 300px;
}

/* HEADER BRAND COLOUR */

.journal-bg {
	background: rgb(254,224,177);
	background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(254,224,177,1) 100%);
}
.journal-header .center-inner-row {
	background-image: url(//academic.oup.com/data/sitebuilderassetsoriginals/preview/images/healthaffairsscholar/healthaffairsscholar_header-graphic.png);	
	background-position: top right;
	background-repeat: no-repeat;
	background-size: auto
}

/* Keep the following if the masthead is white or light coloured */

.journal-header {
    border-top: 1px solid #cfd5e4;
}

/* NAVBAR BRAND COLOUR */

.navbar {
	background-color: #414042;
}


/*--------------------*/
/* ---- HOMEPAGE ---- */
/*--------------------*/

/* FEATURE PANEL - JOURNALS ONLY */

.featurePanel {
	background-color: #b5dedf;
	background-image: url(//academic.oup.com/data/sitebuilderassetsoriginals/live/images/healthaffairsscholar/healthaffairsscholar_feature_panel.png);
}
.featurePanelInner {
	background-color: rgba(255,255,255,.9);
}

/* UNDERBAR */

.widget-dynamic__underbar.journal-bg {
	background-color: #EC9B3C;
}
#cloudCMS .panels .widget-dynamic-title::after, #cloudCMS .panels .widgetHead h2::after, #cloudCMS .rowHead h2::after{
	background-color: #EC9B3C;
}

/* 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: #EC9B3C;
}
.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 h2{
	color: #2a2a2a;
}
.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: #414042;
}
#cloudCMS .row:nth-child(4):not(.rowForRelatedTitles) {
	background-color: #EC9B3C;
}
#cloudCMS .row:nth-child(4):not(.rowForRelatedTitles) .rowHead h2 {
	color: #2a2a2a;
}
#cloudCMS .row:nth-child(4):not(.rowForRelatedTitles) .rowHead h2::after {
	background-color: #414042;
}
*/

/*------------------*/
/* ---- FOOTER ---- */
/*------------------*/

/* LOGOS */

img.journal-footer-affiliations-logo {
	width: 210px;
}

/* BRAND COLOURS */

.journal-footer.journal-bg {
	background: rgb(254,224,177);
	background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(254,224,177,1) 100%);
}

/* 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;
}