
/*--------------------*/
/* ---- MASTHEAD ---- */
/*--------------------*/

/* LOGOS */

.journal-header .journal-logo {
    width: 505px;
}

/* HEADER BRAND COLOUR */

.journal-bg {
  	background-color: #00A6B6;
}

/* NAVBAR BRAND COLOUR */

.navbar {
	background-color: #022D62;
}


/*--------------------*/
/* ---- HOMEPAGE ---- */
/*--------------------*/

#cloudCMS #mainContent .rows .row:first-child { /* The first row is included to change the alternating row colours, but need to hide it from the front end  */
    display: none;
}

/* FEATURED ROW */

#cloudCMS .rowForStoryCard, #cloudCMS #aboutOxMed {
	background-image: url(//academic.oup.com/data/sitebuilderassetsoriginals/preview/images/oxford-medicine-online/oxford-medicine-online_featuredBackground.jpg);
    background-size: cover;
    background-position: top center;
	padding-top: 40px;
	padding-bottom: 40px;
}
#cloudCMS .storyCard, #cloudCMS #aboutOxMed .editable {
	background-color: rgba(255,255,255,.75);
	padding: 25px;
}
#cloudCMS .storyCardButtons .buttony, #cloudCMS #aboutOxMed .buttony  {
	background-color: #022D62;	
}
#cloudCMS .storyCardButtons .buttony:hover, #cloudCMS #aboutOxMed .buttony:hover {
	background-color: #042246;	
}
#cloudCMS #aboutOxMed h2 {
	font-size: 2.125rem;
}
#cloudCMS #aboutOxMed .itemBody {
	padding-top: 0;
}
@media all and (min-width: 930px) {
	#cloudCMS .rowForStoryCard, #cloudCMS #aboutOxMed {
		padding-top: 50px;
		padding-bottom: 50px;
	}
}
@media all and (min-width: 1100px) {
	#cloudCMS .rowForStoryCard, #cloudCMS #aboutOxMed {
		padding-top: 60px;
		padding-bottom: 60px;
	}
}

/* UNDERBAR */

.widget-dynamic__underbar.journal-bg {
	background-color: #00A6B6;
}
#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: #00A6B6;
}


/*----------------------*/
/* ---- OUP FOOTER ---- */
/*----------------------*/

.oup-footer {
	border-top: 1px solid #cfd5e4;
}