article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary {
	display: block
}
audio, canvas, video {
	display: inline-block;
}
audio:not([controls]) {
	display: none;
	height: 0
}
[hidden] {
	display: none
}
html {
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	text-size-adjust: 100%;
	height:100%;
	overflow:hidden;
}
html, button, input, select, textarea {
	font-family:  'open-sans','Arial','sans-serif';
/*  font-family: sans-serif*/
/*	font-family: "Times New Roman", Times, serif;*/
/* font-family: Palatino, Georgia, serif;*/
/* font-family: Helvetica, Arial, sans-serif;*/
/*	font-family: -apple-system,'Roboto','Segoe UI','Linux Biolinum','Helvetica Neue','Helvetica','Lucida Grande','Arial','sans-serif';*/
}
h1, h2, h3, h4 {
	font-family:  'open-sans','Arial','sans-serif';
	color: #882890;
}
body {
	margin: 0;
	height:100%;
	background: #ffffff;
	color: #333;
	font-size: 14pt;
	line-height: 170%;
	padding: 20px;
	/* background: #faf9f5;*/
  /* text-align: justify;*/
}
body.processed {
	padding:0px;
	overflow:hidden;
}

main section {
	width:100%;
	margin-top:10px;
	margin-bottom:30px;
}

main section.withfigure {
	cursor:pointer;
}

main section.withfigure p {
	text-align:left;
}
main section.withfigure h2 {
	text-align:center;
}
main section figure ~ h2 {
	margin-top:20px;
}
main #doctitle {
	margin-bottom:0px;
}
main section figure {
	width:100%;
}
main section:last-of-type>hr {
	display:none;
}
main a.footnote,
main a.footnote:link,
main a.footnote:visited {
	pointer-events:none;
	border:none;
	color:black;
	cursor:text;
}
main div.footnotes a.reversefootnote {
	display:none;
}

div.footnotes {
	clear:both;
	font-size:12px;
}
#downloadlinks {
	position:absolute;
	top:30px;
	right:30px;
}
#downloadlinks>a {
	margin-right:10px;
}
header,
footer {
	display:block;
	width:100%;
	overflow:hidden;
}
header {
	position:relative;
	border-bottom:solid thin #cccccc;
	background-color:white;
	z-index:10;
	height:45px;
	line-height:43px;
}
footer {
	position:relative;
	background-color:#dddddd;
	font-size:14px;
	line-height:1.5;
	box-sizing:border-box;
	margin:0px;
	height:55px;
/*	border-top:solid thin #cccccc; */
/*	border-left:solid thin #cccccc;*/
}
/*header * {
	float:left;
}*/
header>a {
	max-width:300px;
	max-height:45px;
	position:absolute;
	top:0px;
	left:0px;
}
header>a:link, header>a:visited {
	border:none;
}
header>a>img {
	pointer-events:none; /* let them flow to the <a> href */
	max-width:300px;
	max-height:45px;
}
header>div {
	width:100%;
	text-align:center;
	position:relative;
}
header>div.title {
	display:block;
}
header>div.narrowtitle {
	display:none;
}
/*header>div.title::after {
	content: 'The Acadiant Platform';
}*/
header>nav {
	position:absolute;
	top:0px;
	right:10px;
}
footer>a,
header>nav>a {
	font-size:14px;
	margin-right:10px;
	border:solid thin transparent;
}
footer>a:link,
footer>a:visited,
header>nav>a:link,
header>nav>a:visited {
	border-bottom:none;
	color: #882890
}
footer>a {
	text-align:center;
	position:absolute;
	top:5px;
	left:0;
	right:0;
	margin:0 auto;
	width:30%;
	height:45px;
	overflow:hidden;
	line-break:anywhere;
}
footer>a:first-of-type {
	position:relative;
	z-index:5;
	float:left;
	margin-left:10px;
	text-align:left;
}
footer>a:last-of-type {
	position:relative;
	z-index:5;
	float:right;
	margin-right:10px;
	text-align:right;
}
footer>div>a {
	text-align:center;
	width:100%;
}
footer>div>a:link,
footer>div>a:visited {
	border:none;
}

aside {
	float:left;
	box-sizing:border-box;
	height:100%;
	width:225px;
	font-size:14px;
	border-right:solid thin #cccccc;
	background-color:white;
	z-index:10;
}
aside>nav {
	overflow-x:hidden;
	overflow-y:scroll;
	height:100%;
	text-decoration:none;
	padding-left:10px;
	height:calc( 100% - 100px );
}
aside>div {
	position:relative;
	width:100%;
	height:55px;
	text-align:left;
	font-size:11px;
	line-height:1.0;
	background-color:#dddddd;
	box-sizing:border-box;
	padding-top:10px;
	padding-left:5px;
}
aside>nav a {
	border:solid thin transparent;
}
aside>nav a:link,
aside>nav a:visited {
	border-bottom:none;
	color: #882890
}
aside menu {
	padding:0;
	list-style-type:none;
	text-decoration:none;
	line-height:1.2;
}
aside menu li a {
	padding-top:5px;
	padding-bottom:5px;
	display:block;
	width:calc( 100% - 37px );
	float:left;
	clear:left;
}
aside menu li div:hover,
aside menu li a:hover {
	background-color:#f8ebfa; /* exceedingly light Acadiant purple */
}
aside menu li.active a {
	background-color:#efcff2; /* very light Acadiant purple */
}
/*aside menu li:has(+ div)::after{
	content:">";
	float:right;
	margin-right:10px;
	transform:rotate(0deg);
}
aside menu li.show:has(+ div)::after{
	transform:rotate(90deg);
}*/
/*aside menu li:has(+ div),
aside menu li:has(+ div) a,
aside menu li:has(+ div) a:link,
aside menu li:has(+ div) a:visited {
	color:green;
}*/
aside menu li>div{
	display:none;
}
aside menu li.parent>div{
	display:block;
	float:right;
	padding-left:10px;
	padding-right:10px;
	padding-top:5px;
	padding-bottom:5px;
	transform:rotate(0deg);
	cursor:pointer;
	margin-right:5px; /* leave room for scroll bar */
}
aside menu li.hasactive>div,
aside menu li.active>div,
aside menu li.show>div {
	line-height:0;
	padding-left:10px;
	padding-right:10px;
	padding-top:13px;
	padding-bottom:13px;
	transform:rotate(90deg);
}

div.nestbox-1 {
	max-height:0px;
	transition: max-height linear .3s;
}
div.nestbox-1>li {
	display:none;
}

div.nestbox-1.active,
div.nestbox-1.firstactive,
li.active + div.nestbox-1,
li.show + div.nestbox-1 {
	max-height:4000px;
	padding-left:20px;
	transition: max-height linear .3s;
}
div.nestbox-1.active>li,
div.nestbox-1.firstactive>li,
li.active + div.nestbox-1>li,
li.show + div.nestbox-1>li {
	display:block;
}

div.nestbox-2 {
	max-height:0px;
	transition: max-height linear .3s;
}
div.nestbox-2>li {
	display:none;
}
div.hasactive>li {
	display:block;
}

div.nestbox-2.active,
div.nestbox-2.firstactive,
li.active + div.nestbox-2,
li.show + div.nestbox-2 {
	max-height:4000px;
	padding-left:10px;
	transition: max-height linear .3s;
}
div.nestbox-2.active>li,
div.nestbox-2.firstactive>li,
li.active + div.nestbox-2>li,
li.show + div.nestbox-2>li {
	display:block;
}


/*@supports not selector(:has(a, b)) {
  Fallback for when :has() is unsupported
	div.nestbox-1 {
		max-height:4000px;
		padding-left:20px;
	}
	div.nestbox-1 li{
		display:block;
	}
}*/

aside menu>div.nestbox-2 {
	padding-left:40px;
}
aside menu a {
	border:solid thin transparent;
}

main {
	float:left;
	display:block;
	position:relative;
	height:100%;
	width:calc( 100% - 225px );
	box-sizing:border-box;
}
main>div {
	overflow-x:scroll;
	overflow-y:scroll;
	height:calc( 100% - 100px );
}

a:focus {
	outline: thin dotted
}
a:hover, a:active {
	outline: 0
}
h1 {
	font-size: 2em;
	margin: .67em 0
}
h2 {
	font-size: 1.5em;
	margin:.5em;
	margin-top:1.5em;
	page-break-before: always;
}
h3 {
	font-size: 1.17em;
	margin:.6em;
	margin-top:1.2em;
	margin-bottom:0.2em;
}
h4 {
	font-size: 1em;
	margin: 1.33em 0
}
h5 {
	font-size: .83em;
	margin: 1.67em 0
}
h6 {
	font-size: .75em;
	margin: 2.33em 0
}
abbr[title] {
	border-bottom: 1px dotted
}
b, strong {
	font-weight: bold
}
blockquote {
	margin: 1em 40px
}
dfn {
	font-style: italic
}
mark {
	background: #ff0;
	color: #000
}
p, pre {
	margin: 0.3em 0
}
main pre,
main p {
	margin: 1em 0;
	padding-left:15px;
	padding-right:15px;
	line-height:1.2;
}
main>div>p {
	text-align:justify;
/*	text-indent:1em;*/
	cursor:text;
}
pre, code, kbd, samp {
	font-family: monospace, serif;
	_font-family: 'courier new', monospace;
	font-size: 14pt
}
pre {
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word
}
q {
	quotes: none
}
q:before, q:after {
	content: '';
	content: none
}
small {
	font-size: 75%
}
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}
sup {
	top: -0.5em
}
sub {
	bottom: -0.25em
}
dl, menu, ol, ul {
	margin: 1em 0
}
dd {
	margin: 0 0 0 40px
}
menu, ol, ul {
	padding: 0 40px 0 40px
}
ul {
	line-height:1.3;
	list-style:disc;
	padding-right:0px;
}

nav ul, nav ol {
	list-style: none;
	list-style-image: none
}
img {
	border: 0;
	-ms-interpolation-mode: bicubic
}
svg:not(:root) {
	overflow: hidden
}

form {
	margin: 0
}
fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: .35em .625em .75em
}
legend {
	border: 0;
	padding: 0;
	white-space: normal;
}
button, input, select, textarea {
	font-size: 100%;
	margin: 0;
	vertical-align: baseline;
}
button, input {
	line-height: normal
}
button, input[type='button'], input[type='reset'], input[type='submit'] {
	cursor: pointer;
	-webkit-appearance: button;
}
button[disabled], input[disabled] {
	cursor: default
}
input[type='checkbox'], input[type='radio'] {
	box-sizing: border-box;
	padding: 0;
}
input[type='search'] {
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box
}
input[type='search']::-webkit-search-decoration, input[type='search']::-webkit-search-cancel-button {
	-webkit-appearance: none
}
button::-moz-focus-inner, input::-moz-focus-inner {
	border: 0;
	padding: 0
}
textarea {
	overflow: auto;
	vertical-align: top
}
table {
	border-collapse: collapse;
	border-spacing: 0
}
table {
	margin-bottom: 2em;
	padding: 0;
	font-size: 14px;
	border-collapse: collapse;
	-webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.35);
	-moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.35);
	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.35);
	width: 100%;
	margin: 0 auto 2em auto;
	border: 1px solid #ddd;
	border-collapse: separate;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px
}
table caption, table col, table colgroup, table table, table tbody, table td, table tfoot, table th, table thead, table tr {
	border-spacing: 0;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: 400;
	font-size: 24px
}
table caption {
	display: table-caption;
	font-weight: 700;
	font-size: 14pt;
	/*text-transform: uppercase;*/
	/*font-family: Palatino;*/
	background: rgba(22, 22, 22, 0.75);
	color: #EEE;
	padding: 8px 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	margin: 4px 0;
	-webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.35);
	-moz-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.35);
	box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.35)
}
table col {
	display: table-column
}
table colgroup {
	display: table-column-group
}
table tbody {
	display: table-row-group
}
table tfoot {
	display: table-footer-group
}
table th, table td {
	padding: 10px 10px 9px;
	line-height: 18pt;
	text-align: left
}
table th {
	padding-top: 9px;
	/*font-family: Palatino;*/
	font-family: 	Helvetica, Arial, sans-serif;
	font-size: 14pt;
	/*font-weight: 700 !important;*/
	/*text-transform: uppercase;*/
	vertical-align: middle;
	text-align: center
}
table td {
	vertical-align: top;
	border-top: 1px solid #ddd;
	font-family: Palatino, georgia, serif;
	font-size: 14pt;
}
table tbody th {
	border-top: 1px solid #ddd;
	vertical-align: top
}
table th+th, table td+td, table th+td {
	border-left: 1px solid #ddd
}
table thead tr:first-child th:first-child, table tbody tr:first-child td:first-child {
	-webkit-border-radius: 4px 0 0 0;
	-moz-border-radius: 4px 0 0 0;
	border-radius: 4px 0 0 0
}
table thead tr:first-child th:last-child {
	-webkit-border-radius: 0 4px 0 0;
	-moz-border-radius: 0 4px 0 0;
	border-radius: 0 4px 0 0
}
table tr:nth-child(odd), table th:nth-child(odd), table td:nth-child(odd) {
	background: rgba(255, 255, 255, 0.06)
}
table tr:nth-child(even), table td:nth-child(even) {
	background: rgba(0, 0, 0, 0.06)
}
table tbody tr:first-child td:last-child {
	-webkit-border-radius: 0 4px 0 0;
	-moz-border-radius: 0 4px 0 0;
	border-radius: 0 4px 0 0
}
table tbody tr:last-child td:first-child {
	-webkit-border-radius: 0 0 0 4px;
	-moz-border-radius: 0 0 0 4px;
	border-radius: 0 0 0 4px
}
table tbody tr:last-child td:last-child {
	-webkit-border-radius: 0 0 4px 0;
	-moz-border-radius: 0 0 4px 0;
	border-radius: 0 0 4px 0
}
table tbody tr:nth-child(odd) {
	background-color: rgba(0, 0, 0, 0.03)
}
figure {
	display: inline-block;
	margin-inline-start:0;
	width: 90%;
	margin: 0 auto;
}
figure img {
	position: relative;
	display: block;
	object-fit: scale-down;
	max-width: 100%;
	margin: 0 auto;
}
figure img.leftward {
	margin-left:20px;
}

p>img.twoacrosslogo,
p>img.twoacross {
	width: 40% !important;
	margin-left: 9%;
	margin-right: 0em;
}
img:first-child.twoacrosslogo,
img:first-child.twoacross {
	margin-right: 9%;
	margin-left: 0em;
}
p>img.twoacrosslogo{
	max-height: 60px;
	object-fit: scale-down;
}

figure figcaption {
	position: relative;
	display: block;
	text-align: center;
	width: 100%;
	font-style: italic;
	color:#882890;
}
p>a>img {
	object-fit: scale-down;
	max-width: 90%;
}

#doctitle {
	font-style: normal;
	font-weight: bold;
	font-size: 2.0em;
	line-height: 1.25;
	text-align: center;
	color: #882890;
	margin-top: 0;
	margin-bottom: 1em;

	-epub-hyphens: none;
/*	-webkit-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
	adobe-hyphenate: none;*/
}
#docauthor {
	font-style: italic;
	font-size: 1.0em;
	text-align: center;
	color: #882890;
	/*page-break-after: always;*/
	margin-bottom: 3em;
}

hr {
	border-top:solid thin;
}

/* something for narrow phone screens */
@media screen and (max-width:375px) {
	header>div.narrowtitle {
		display:block;
		font-size:14px;
		padding-top:2px;
	}
	header>div.title {
		display:none;
	}
/*	header>div.title::after {*/
/*		content: 'Acadiant Platform';*/
/*	}*/
}

@media screen and (max-width:500px) {
	header>a>img {
		max-width:120px;
		margin-top:7px;
	}
	header>nav>a {
		margin-right:5px;
	}
	header>nav>a:last-of-type {
		margin-right:0px;
	}
	main {
		padding:0px;
	}
	footer {
		margin-bottom:0px;
	}
	table {
		display:block;
		overflow-x:auto;
		width:100%;
	}
	table th,
	table td {
		line-height:1.2;
		font-size:12px;
	}
}

@media screen and (max-width:996px) {
	main {
		width:100%;
	}
	aside {
		transition: max-width linear .2s, padding linear .2s;
		max-width:0px;
		padding:0px;
		position:absolute;
		top:46px;
		left:0px;
	}
	aside>div {
		transition: max-width linear .2s, padding linear .2s;
		max-width:0px;
		display:none;
	}
	aside.show {
		transition: max-width linear .2s, padding linear .2s;
		max-width:300px;
		position:absolute;
		top:46px;
		left:0px;
	}
	aside.show>div {
		transition: max-width linear .2s, padding linear .2s;
		max-width:300px;
		display:block;
	}
}


/* two-across */
@media screen and (min-width:700px) and (max-width:1199px) {
	main section {
		width:45%;
		margin-right:5%;
		float:left;
	}
	main section:nth-of-type(2n) {
		margin-right:0%;
	}
	main section:nth-of-type(2n+1) {
		clear:left;
	}
	main div hr,
	main section hr {
		display:none;
	}
}

/* three-across */
@media screen and (min-width:1200px) and (max-width:1999px) {
	main section {
		width:28%;
		margin-right:5%;
		float:left;
	}
	main section:nth-of-type(3n) {
		margin-right:0%;
	}
	main section:nth-of-type(3n+1) {
		clear:left;
	}
	main div hr,
	main section hr {
		display:none;
	}
}

/* four-across */
@media screen and (min-width:2000px) {
	main section {
		width:21%;
		margin-right:5%;
		float:left;
	}
	main section:nth-of-type(4n) {
		margin-right:0%;
	}
	main section:nth-of-type(4n+1) {
		clear:left;
	}
	main div hr,
	main section hr {
		display:none;
	}
}

/*figcaption {
	font-style: italic;
	text-align: center;
	background: white;
	color: #444;
	position: absolute;
	left: 0;
	bottom: -24px;
	width: 98%;
	padding: 1%;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out
}*/
a:link, a:visited {
	text-decoration: none;
	border-bottom: 1px solid;
	color: rgba(31, 159, 194, 1)
}
a:hover, a:active {
	color: rgba(91, 219, 255, 1)
}
del {
	background: #fae6e6;
}
ins {
	background: #ecfce6
}