@charset "utf-8";
/* CSS Document */

#journalsbanner {
  display: block;
  margin-bottom: 10px;
}
.jumbotronJournalName{
	color: #0057b8!important;
	font-weight: 600;
	text-transform: uppercase; 
	font-size: 2.0em!important;	
}
#breadcrumbsocial {
  background-color: transparent;
}
#journalscontent {
  margin-top: 10px;
}
.mcq {
  font-size: 0.9em !important;
  letter-spacing: 0.75px;
}
.smallmcq p{
  font-size: 0.95em !important;	
}
.recipients {
  columns: 3;
  widows: 2;
  column-rule: 1px solid #e4dfdf;
  column-gap: 40px;
  column-width: 200px;
}
.recipients:first-child {
  margin-top: 0;
}
li {
  -webkit-column-break-inside: avoid; /* Chrome, Safari, Opera */
  page-break-inside: avoid; /* Firefox */
  break-inside: avoid; /* IE 10+ */
}
.edlist {
  font-size: 0.9em;
}
.edlist li:first-line {
  /*font-size: 1.1em;*/
  font-weight: 500;
}
h3.headline {
  border-bottom: 1px solid #e4dfdf;
}
#main {
  margin-top: 25px;
}
nav .journals-list-group {
  padding-bottom: 6px;
  border-bottom: 1px solid #e4dfdf;
}
nav .journals-list-group a {
  display: block;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 6px;
}
nav .journals-list-group a:hover {
  background-color: #f1f1f1;
  border-radius: 4px;
}
#issuenav {}
.nav-tabs {
  font-weight: 600;
  font-size: 1.1em;
}
.journaljumpmenu{
	border-bottom: 1px solid #e87722;
	padding-bottom: 5px;
}
dl.journalsReferenceList dd{
	margin-top: 15px;
}
/* DETAILS*/
details {
  padding: .5rem 1rem;
}
summary a {
  color: #98a4ae !important;
  background: #fff;
}
summary {
  color: #98a4ae;
  background: #fff;
  cursor: pointer;
  padding: 10px;
  list-style-image: "\e131" !important;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
summary > * {
  display: inline;
}
details div {
  margin-top: 20px;
  padding: 10px;
}
details > summary {
  list-style-type: none;
  outline: none;
  cursor: pointer;
  border-top: 1px solid #d0d4d8;
  padding: 5px;
  border-radius: 5px;
}
details > summary::-webkit-details-marker {
  display: none;
}
details > summary::before {
  content: '+ ';
}
details[open] > summary::before {
  content: '- ';
}
details[open] > summary {
  margin-bottom: 0.5rem;
}
details > p, h3, li {
  margin-left: 25px !important;
}
summary {
  cursor: pointer;
  font-size: 16px !important;
  text-transform: capitalize;
}
details[open] summary ~ * {
  animation: sweep .75s ease-in-out;
}
@keyframes sweep {
  0% {
    opacity: 0;
    margin-left: -10px
  }
  100% {
    opacity: 1;
    margin-left: 0px
  }
}
.jumbotron {
  padding-top: 15px;
  padding-bottom: 15px;
  margin-bottom: 15px;
  color: inherit;
  background-color: #cccaca
}
.jumbotron .h1, .jumbotron h1 {
  color: inherit
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
  color: #2B2425
}
.jumbotron > hr {
  border-top-color: #d5d5d5
}
.container .jumbotron, .container-fluid .jumbotron {
  border-radius: 6px
}
.jumbotron .container {
  max-width: 100%
}
#abstractnav{
	font-size: 1.1em;
}
#abstractpara{
	margin-top: 15px;
	line-height: 1.6em;
	
}
.abstractinfodata :first-child {
	font-weight: 600;
	font-size: 17px
	
}
@media screen and (min-width:768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px
  }
  .container .jumbotron, .container-fluid .jumbotron {
    padding-right: 60px;
    padding-left: 60px
  }
  .jumbotron .h1, .jumbotron h1 {
    font-size: 63px
  }
}
.nav-tabs {
  border-bottom: 1px solid #98a4ae
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
  color: #e87722;
  cursor: default;
  background-color: #fff;
  border: 1px solid #98a4ae;
  border-bottom-color: transparent
}
.nav-tabs > li > a:hover {
  border-color: #eee #eee #98a4ae
}
