@charset "utf-8";
/* CSS Document */
.button--skip-link {
    position: absolute;
    z-index: 2000;
    left: -999px;
    right: 0;
    top: 10;
    width: max-content;
    opacity: 1;
    padding: 0 0.5rem;
}
/* JUMBOTRON */
.jumbotron {
  padding-top: 30px !important;
  padding-bottom: 20px !important;
  margin-bottom: 20px !important;
  color: inherit;
  background-image: url("https://www.ams.org/images/jours-banner-bkgrnd.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-color: #e7ebee;
}
.jumbotron .h1, .jumbotron h1 {
  font-family: 'Merriweather', serif;
  color: #484848 !important;
  font-weight: 400;
  font-size: 2.0em !important;	
}
.jumbotron .container {
  max-width: 100%
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 1.3em;
	line-height: 1.7em;
}
.jumbotron #volissue{
	font-size: 0.9em!important;
	display: inline-block;
}
.jumbotron #issn{
    font-size: 0.6em!important;
}
#mcqintro{
    font-size: 0.9em;
}
.container .jumbotron, .container-fluid .jumbotron {
  border-radius: 6px
}
/* END JUMBOTRON */
/* TOC entry */
article h2 {
  color: #484848;
  margin-top: 25px !important;
  margin-bottom: 20px !important;
	/*text-align: center;*/
}
article .contentList dl {
  padding-bottom: 10px;
  margin-bottom: 25px;
}
article .contentList dt a:link {
  color: #0057b8!important; 
}
.mathviewerPdfLink{
	font-weight: 600;
}
.reqestPermissionsLink{
	font-weight: 600;
	float: right;
}
/* end TOC entry */
#journalsbanner {
  display: block;
  margin-bottom: 10px;
}
#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: 600;
}
h3.headline {
  border-bottom: 1px solid #e4dfdf;
}
#main {
  margin-top: 25px;
}
nav .journals-list-group {
  padding-bottom: 6px;
  border-bottom: 1px solid #e4dfdf;
}
.journals-list-group a:link {
  display: block;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 6px;
}
.journals-list-group a:hover {
  background-color: transparent;
  border-radius: 4px;
}
#issuenav {
	
}
.nav-tabs {
  font-weight: 600;
  font-size: 1.1em;
  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
}
.journaljumpmenu {
  border-bottom: 1px solid #e87722;
  padding-bottom: 5px;
}
dl.journalsReferenceList dd {
  margin-top: 15px;
}
/* DETAILS*/
details {
  padding: .5rem 1rem;
}
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;
}

details[open] summary ~ * {
  animation: sweep .75s ease-in-out;
}
@keyframes sweep {
  0% {
    opacity: 0;
    margin-left: -10px
  }
  100% {
    opacity: 1;
    margin-left: 0px
  }
}
/* SUMMARY */
summary a {
  color: #0057b8 !important;
  background: #fff;
}
summary {
  color: #0057b8!important;
  background-color: #fff;
  cursor: pointer;
  padding: 10px;
  list-style-image: "\e131" !important;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
summary > * {
  display: inline;
}

#abstractnav {
  font-size: 1.1em;
}
#abstractpara {
  margin-top: 15px;
  line-height: 1.6em;
}
.abstractinfodata :first-child {
  font-weight: 600;
  font-size: 17px
}
.subnav a{
display:block;
}
@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
  }
}
@media only screen and (max-width: 600px) {
    .jumbotron {
	margin-top: 150px !important;
  }             
.journaldescription {
visibility: none !important;
    }
.mathviewerPdfLink{
font-weight: 600;
display: block;
position: static;
bottom: 10px;
		}
.reqestPermissionsLink{
font-weight: 600;
display: block;
text-align: left!important;
clear: both;
}
}
@media only screen and (max-width:320px) {

.journaldescription {
    visibility: none;
}
}
/*DISTRIBUTED JOURNALS */
.articleTitle {
  font-size: 30px
}

