﻿* {
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}
html {
	padding: 14px 40px 38px;
	background-color: rgba(249, 249, 249, .3);
	}
BODY {
	max-width: 1000px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 1.5;
	margin: 0 auto;
	color: #333;
}
h1 {
	font-family: "Segoe UI Semilight", Arial, Helvetica, sans-serif;
	font-size: 36px;
	margin-bottom: 16px;
	padding-bottom: 2px;
	font-weight: normal;
	font-style: normal;
	color: #000080;
}
h2, h4 {
	font-family: "Segoe UI Semilight", Arial, Helvetica, sans-serif;
	line-height: 1.2;
	font-style: normal;
}
h2 {
	font-size: 24px;
	margin-bottom: 12px;
	margin-top: 30px;
	font-weight: normal;
	color: #000080;
}

p {
	margin-left: 40px;
	margin-bottom: 11px;
	padding-left: 0;
	text-indent: 0;
}
p.intro-paragraph {margin-left: 0;}

ol {margin-left: 35px;}

li.bulleted, ul > li {
    list-style: disc;
    margin: 0 0 12px 18px;
}

img {
	display: block;
	margin: 4px auto;
	image-rendering: pixelated;
}

img.inline {display: inline;}
img.bordered {border: 1px solid #c0c0c0;}

span {color: rgba(158, 12, 97, 0.8);}

p.do-following {
	font-size: 1em;
	color: inherit;
  	letter-spacing: .1px;
  	cursor: pointer;
  	width: 100%;
  	margin: 0;
  	padding: 6px 0 6px;
	border-bottom: 1px solid #DEE4F0;
}
p.do-following:after {
  content: '\02795'; /* Unicode for (+) */
  float: right;
  font-size: 12px;
  margin-right: 5px;
}
.do-following:active,

.active,  /** Keeps the row highlighted while the content is being visible. **/


.do-following:hover {background-color: #d1ecf1;}
p.do-following.active:after {content: "\2796"; /* Unicode (-) */}


.content {
	margin-bottom: 0;
  	max-height: 0;
  	overflow: hidden;
  	transition: max-height 0.2s ease-out;
}