@charset "UTF-8";
/* CSS Document */

h1, h2, h3, h4, h5, h6 {
	color: #002271;
	font-weight: bold;
}

h6.Order5 {
	float: left;
	margin-bottom: 0;
	padding-right: 0.5em;
	line-height: 1.5rem;
}

h6.Order5::after {
  content: ".";
}

h1.Title sup.SuperscriptTitle, 
h1.Title sup.SuperscriptTitleLink, 
h1.Title sup.Superscript-Link {
    font-size: 1.25rem;
	vertical-align: middle;
}

header {
	background-color: #008eb5;
}

header h1 {
	font-weight: bold;
	color: #FFF;
	text-shadow: 2px 2px 0px #002271;
}

header h2 {
	font-weight: bold;
	color: #FFF;
	text-shadow: 2px 2px 0px #002271;
}
	
.References {
	font-size: 0.8rem;
	text-indent: -1.5rem;
	margin-left: 1.5rem;
	margin-bottom: 0.8rem;
}
	
.AuthorFootnote, .AuthorFootnote2 {
	font-size: 0.8rem;
}
	
.Link {
	font-weight: bold;
}	
	
a {
	color: #007899;
	text-decoration: none;
}
	
a:hover {
	color: #002271;
	text-decoration: underline;
}

a:visited {
	color: rebeccapurple;
}

a.Link img.img-thumbnail {
	max-width: 150px;
}

a.btn-success:visited,
a.btn-danger:visited,
a.btn-dark:visited {
	color: #ffffff;
}

.Equation {
	font-size: 0.9rem;
}

div.card-body p.card-text {
	font-size: 0.8rem;
}

ul.list-unstyled li.ListPlainOneFirst, 
ul.list-unstyled li.ListPlainOne, 
ul.list-unstyled li.ListPlainIndentOneFirst, 
ul.list-unstyled li.ListPlainIndentOne, 
ul.list-unstyled li.FrontListPlainIndentOne {
	text-indent: -2rem;
	margin-left: 4rem;
}

.KeywordsHeader, .ManuscriptHeader {
	font-weight: bold;
}

.Keywords, .SuppMat, .CoreDesc {
	margin-bottom: 0.8rem;
}

.FrontChapterTitle, .ParticipantName, .ParticipantRole {
	font-weight: bold;
	margin-bottom: 0; 
}

.ParticipantAddress {
	margin-bottom: 0;
}

.FrontChapterTitle {
	font-size: 1.25rem;
}

.ParticipantAddressSpaceAbove {
	color: #000000;
	font-weight: normal;
	margin-top: 0.75rem;
	margin-bottom: 0.1rem;
}

.ParticipantAddressSPPR, .ParticipantAddressSP {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.ParticipantNameSPPR, .ParticipantNameSP {
	font-weight: bold;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.ParticipantRoleSPPR, .ParticipantRoleSP {
	font-weight: bold;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.Contents {
	text-indent: -1.5rem;
	margin-left: 1.5rem;
}

.fancybox-slide {
	background-color: #ffffff;
}

.fancybox-caption {
	color: #000000;
	background: none;
}

.fancybox-caption a {
	color: #007899;
	text-decoration: none;
}
	
.fancybox-caption a.URL {
	color: #007899;
	text-decoration: none;
}
	
.fancybox-caption a.Link {
	color: #007899;
	text-decoration: none;
}
	
.fancybox-caption a:hover {
	color: #002271;
	text-decoration: underline;
}

.fancybox-caption a:visited {
	color: rebeccapurple;
}

.TaxHangingIndent {
	margin-bottom: 0;
	text-indent: -2rem;
	margin-left: 2rem;
}

.TaxHangingIndentSpaceAbove {
	margin-bottom: 0;
	text-indent: -2rem;
	margin-left: 2rem;
}

.TaxHangingIndentSpaceBelow {
	text-indent: -2rem;
	margin-left: 2rem;	
}

.TaxText {
	text-indent: 2rem;
	margin-left: 2rem;
}

.TaxTextSpaceAbove {
	text-indent: 2rem;
	margin-left: 2rem;
}

.TaxTextSpaceBelow {
	text-indent: 2rem;
	margin-left: 2rem;
}

.TaxCentered {
	text-align: center;
}

.TaxCenteredSpaceAbove {
	font-weight: bold;
	text-align: center;
	margin-top: 1em;
	margin-bottom: 0;
}

.TaxCenteredFamily {
	font-weight: bold;
	margin-bottom: 0;
	text-align: center;
}



@media (max-width: 576px) {
	body, h6.Order5 {
		font-size: 0.8rem;
		line-height: 1.2rem;
	}
	header h1, header h2 {
		font-size: 0.7rem;
	}
}
		
