
/*--------------------*/
/* ---- MASTHEAD ---- */
/*--------------------*/

/* LOGOS */

.journal-header .journal-logo {
    width: 470px;
}
.journal-header .society-logo {
    width: 118px;
}

/* 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: #FAFAFA;
  border-top: 1px solid #cfd5e4;
}

/* Styles required when using a light colour in the navbar */

.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
	}
}
.navbar-search-collapsed a {
  color: #2a2a2a;
}

/*--------------------*/
/* ---- HOMEPAGE ---- */
/*--------------------*/

/* UNDERBAR */


#cloudCMS .rowHead h3::after, #cloudCMS .informationRowHead h3::after, #cloudCMS .contentListingMeta .underbar {
	background-color: #037598;
}

/* NEW FEATURED ROW */

#cloudCMS .rowForEditablePanels:not(.centeredContent) .panels[columns="1"] .editable .itemBody {
  font-size: 1rem;
  font-family: "Merriweather", serif;
}
#cloudCMS .rowForEditablePanels:not(.centeredContent) .panels[columns="1"] .editable .itemHead {
  align-items: center;
  background-color: transparent;
}
@media only screen and (max-width: 767px) {
  #cloudCMS .rowForEditablePanels:not(.centeredContent) .panels[columns="1"] .editable .itemHead {
    display: none;
  }
}
#cloudCMS .rowForEditablePanels:not(.centeredContent) .panels[columns="1"] .editable .itemHead img {
  width: 200px;
}

/* FEATURED ROW */

#cloudCMS .rowForSingleVideoandText .itemBody, #cloudCMS .rowForSingleEditablePanel .itemBody  {
  background-color: #ffffff;
  font-size: 1rem;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
#cloudCMS .rowForSingleVideoandText .itemHead, #cloudCMS .rowForSingleEditablePanel .itemHead  {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
#cloudCMS .rowForSingleVideoandText .itemHead img, #cloudCMS .rowForSingleEditablePanel .itemHead img {
  width: 200px;
}
#cloudCMS .rowForSingleVideoandText .editable, #cloudCMS .rowForSingleEditablePanel .editable {
  border: none;
  padding: 0;
}
@media only screen and (min-width: 550px) {
  #cloudCMS .rowForSingleVideoandText, #cloudCMS .rowForSingleEditablePanel {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media only screen and (max-width: 550px) {
  #cloudCMS .rowForSingleVideoandText .editable, #cloudCMS .rowForSingleEditablePanel .editable {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  #cloudCMS .rowForSingleVideoandText .editable .itemBody, #cloudCMS .rowForSingleEditablePanel .editable .itemBody {
    width: 100%;
  }
  #cloudCMS .rowForSingleVideoandText .editable .itemHead, #cloudCMS .rowForSingleEditablePanel .editable .itemHead {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 929px) {
  #cloudCMS .rowForSingleVideoandText .editable, #cloudCMS .rowForSingleEditablePanel .editable {
    display: flex;
  }
  #cloudCMS .rowForSingleVideoandText .itemHead, #cloudCMS .rowForSingleEditablePanel .itemHead {
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    flex-direction: column;
    margin-left: 0;
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
    width: 35%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  #cloudCMS .rowForSingleVideoandText .itemBody, #cloudCMS .rowForSingleEditablePanel .itemBody {
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    border-left: 1px solid #ddd;
    justify-content: center;
    padding-left: 1.5rem !important;
    width: 65%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
  }
}
@media only screen and (min-width: 930px) {
  #cloudCMS .rowForSingleVideoandText, #cloudCMS .rowForSingleEditablePanel  {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media only screen and (min-width: 1200px) {
  #cloudCMS .rowForSingleVideoandText , #cloudCMS .rowForSingleEditablePanel  {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}


/*------------------*/
/* ---- FOOTER ---- */
/*------------------*/

/* LOGOS */

img.journal-footer-affiliations-logo {
	width: 170px;
}

/* BRAND COLOURS */
.oup-footer {
  border-top: 1px solid #cfd5e4;
  }
.journal-footer.journal-bg {
	background-color: #037598;
}
