
/*--------------------*/
/* ---- MASTHEAD ---- */
/*--------------------*/

/* LOGOS */

.journal-header .journal-logo {
    width: 620px;
}
.journal-header .society-logo {
    width: 150px;
}

/* HEADER BRAND COLOUR */

.journal-bg {
  	background-color: #1c6193;
}

/* NAVBAR BRAND COLOUR */

.navbar {
	background-color: #154f78;
}


/*--------------------*/
/* ---- HOMEPAGE ---- */
/*--------------------*/

/* UNDERBAR */

.widget-dynamic__underbar.journal-bg {
	background-color: #1c6193;
}
#cloudCMS .panels .widget-dynamic-title::after, #cloudCMS .panels .widgetHead h2::after, #cloudCMS .rowHead h2::after{
	background-color: #1c6193;
}

/* FIRST ROW */

#cloudCMS .journalTopRegion {
	display: none;
}


/* NEW FEATURED ROW */

#cloudCMS #aboutSMBE {
	background:#1c6193 url(//academic.oup.com/data/sitebuilderassetsoriginals/preview/images/smbejournals/smbejournals_featureRowBackground.png) no-repeat center;
	background-size: cover;
  }
  #cloudCMS #aboutSMBE .editable {
	background-color: transparent;
  }
  #cloudCMS #aboutSMBE .itemBody {
	  border: 0;	
	  color: #ffffff;
	font-size: 1rem;
	font-family: "Merriweather", serif;
  }
  #cloudCMS #aboutSMBE .itemBody a {
	background: #ffffff url("//academic.oup.com/data/sitebuilderassetsoriginals/preview/images/esc/chevron-right.svg") right 12px center / 8px 100% no-repeat;
	  color: #2a2a2a;
	  display: inline-block;
	font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
	margin-top: .5rem;
	padding: 10px 12px;
	padding-right: 32px;
	white-space: nowrap;
  }
  #cloudCMS #aboutSMBE .itemHead {
	align-items: center;
	background-color: transparent;
  }
  @media (max-width: 767px) {
	#cloudCMS #aboutSMBE .editable {
	  background-color: #1c6193;
	  border: 0;
	}
	#cloudCMS #aboutSMBE .itemBody a {
	  font-size: 1rem;
	}
  }
  @media (min-width: 768px) {
	#cloudCMS #aboutSMBE .itemHead {
	  display: flex;
	  justify-content: center;
	  width: 32%;
	}
	#cloudCMS #aboutSMBE .itemHead img {
	  width: 250px;
	}
	#cloudCMS #aboutSMBE .itemBody {
	  background-color: #1c6193;
	  font-size: 1.1rem;
	  padding: 1rem;
	}
  }
  @media (min-width: 930px) {
	#cloudCMS #aboutSMBE .itemHead img {
	  width: 275px;
	}
	#cloudCMS #aboutSMBE .itemBody {
	  padding: 2rem;
	}
  }
  @media (min-width: 1100px) {
	#cloudCMS #aboutSMBE .itemHead img {
	  width: 315px;
	}
	#cloudCMS #aboutSMBE .itemBody {
		padding: 2.5rem;
	}
  }
  
/* FEATURED ROW */

#cloudCMS .rowForSingleEditablePanel {
	background: #1c6193 url(//academic.oup.com/data/sitebuilderassetsoriginals/preview/images/smbejournals/smbejournals_featureRowBackground.png) no-repeat center !important;
	background-size: cover !important;
}
#cloudCMS .rowForSingleEditablePanel .editable {
	border: 0;
	background-color: #1c6193;
	-webkit-font-smoothing: antialiased;
}
#cloudCMS .rowForSingleEditablePanel .itemHead {		
	background-color: transparent;
	color: #ffffff;
}
#cloudCMS .rowForSingleEditablePanel .itemBody {
	border: none;			
	color: #ffffff;
}
@media all and (min-width: 930px) {
	#cloudCMS .rowForSingleEditablePanel .editable {
		background-color: transparent;
	}
	#cloudCMS .rowForSingleEditablePanel .itemBody {
		background-color: #1c6193;
	}
	#cloudCMS .rowForSingleEditablePanel .itemHead img {
		width: 85%;
	}
}
 #cloudCMS .rowForSingleEditablePanel .itemBody a.buttony, #cloudCMS .rowForSingleEditablePanel .itemBody a {
	background-color: #ffffff;
	background-image: url("https://static.primary.prod.gcms.the-infra.com/static/Shared+Content/image/chevron-right.svg?node=f0296d3a5868d4c84521&version=1817560:b9580e68610c21bf5c08&preview=true");
	background-repeat: no-repeat;
	color: #2a2a2a;
	display: inline-block;
    padding: 10px 12px;
    padding-right: 32px;
    background-position: right 12px center;
    background-size: 8px 100%;
    white-space: nowrap;
	-webkit-font-smoothing: auto;
}
#cloudCMS .rowForSingleEditablePanel .itemBody a.buttony:hover, #cloudCMS .rowForSingleEditablePanel .itemBody a:hover {
	background-color: #ffffff;
}

#cloudCMS .rowForEditablePanels#publications .editable h2 {
	font-family: "Merriweather", serif;
}
@media screen and (min-width: 768px) {
  #cloudCMS .rowForEditablePanels#publications .editable h2 {
      font-size: 1.6rem;
      line-height: 1.25em;
  }
}

/*------------------*/
/* ---- FOOTER ---- */
/*------------------*/

/* LOGOS */

img.journal-footer-affiliations-logo {
	width: 380px;
}

/* BRAND COLOURS */

.journal-footer.journal-bg {
	background-color: #1c6193;
}