

/*--------------------*/
/* ---- MASTHEAD ---- */
/*--------------------*/

/* LOGOS */

.journal-header .journal-logo {
    width: 790px;
}

/* HEADER BRAND COLOUR */

.journal-header {
  background-color: #ffffff;
  background-image: url(//academic.oup.com/data/sitebuilderassetsoriginals/preview/images/oxford-scholarly-authorities-international-law/OSAIL_headerBackground.png);
  background-position: top center;
  background-size: cover;
  border-top: 1px solid #cfd5e4;
}



/* NAVBAR BRAND COLOUR */

.navbar {
	background-color: #2A3869;
}


/*--------------------*/
/* ---- 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 #homeTop  {
	background-image: url(//academic.oup.com/data/sitebuilderassetsoriginals/preview/images/oxford-scholarly-authorities-international-law/OSAIL_featuredBackground.svg);
    background-size: cover;
    background-position: bottom center;
	padding-top: 60px;
	padding-bottom: 60px;
}
#cloudCMS .storyCard, #cloudCMS #homeTop .editable {
    max-width: 800px;
	background-color: transparent;
	padding: 0;
}
#cloudCMS #homeTop .editable .itemBody {
	padding: 0;
}
#cloudCMS #homeTop .editable h2 {
	font-size: 2.125rem;
}
#cloudCMS #homeTop .editable p {
	font-size: 1.1875rem;
}
#cloudCMS .storyCardButtons .buttony, #cloudCMS #homeTop .editable.blockLink .fauxLink.buttony {
	background-color: #2A3869;	
}
#cloudCMS .storyCardButtons .buttony:hover, #cloudCMS #homeTop .editable.blockLink > a:hover ~ .itemBody .fauxLink.buttony, #cloudCMS #homeTop .editable.blockLink > a:focus ~ .itemBody .fauxLink.buttony {
	background-color: #202a51;	
}
@media all and (min-width: 930px) {
	#cloudCMS .rowForStoryCard {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	#cloudCMS #homeTop .editable p {
		font-size: 1.25rem;
	}
}
@media all and (min-width: 1100px) {
	#cloudCMS .rowForStoryCard {
		padding-top: 60px;
		padding-bottom: 60px;
	}
}

#cloudCMS #discoverOSAIL {
	background-image: url(https://static.primary.prod.gcms.the-infra.com/static/site/image/RowForSingleEditablePanel_featuredBackground.png?node=0e02f0af2d1fecd1cb91);
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
}
#cloudCMS #discoverOSAIL .editable, #cloudCMS #discoverOSAIL .editable .itemHead {
	background-color: transparent;
}

#cloudCMS .rowForSingleEditablePanel {
	background-image: url(https://static.primary.prod.gcms.the-infra.com/static/site/image/RowForSingleEditablePanel_featuredBackground.png?node=0e02f0af2d1fecd1cb91);
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
}
#cloudCMS .rowForSingleEditablePanel .editable {
		background: #39546600;
	}
#cloudCMS .rowForSingleEditablePanel .itemBody	{
	background-color: #fafafa00;
	border-left: 0px;
	a {
		background-color: #2A3869;
	}
	a:hover {
		background-color: #202a51;	
}
}
/* UNDERBAR */

.widget-dynamic__underbar.journal-bg {
	background-color: #2A3869;
}
#cloudCMS .panels .widget-dynamic-title::after, #cloudCMS .panels .widgetHead h2::after, #cloudCMS .rowHead h2::after{
	background-color: #2A3869;
}


/*----------------------*/
/* ---- OUP FOOTER ---- */
/*----------------------*/

.oup-footer {
	border-top: 1px solid #cfd5e4;
}