body {
	background-color:rgb(210,215,220);
	background-color: rgb(235,240,245);
	font-family: 'Open Sans', sans-serif;
	padding: 0;
	margin: 0;
	font-size: 1em;
}
	
.popit {
	color: black;
	font-weight: 600;
}

.popit2 {
	font-weight: 600;
	color: #e55100;
}

.clearit {
	clear: both;
}


.imagemap {
	position: relative;
}

.imagemap a {
	display: block;
	position: absolute;
/* 	background-color: rgba(100,100,0,.2); */
}

.imagemap a:hover {
	background-color: rgba(0,100,200,.2);
}

.toc li {
	float: left;
	text-align: left;
	padding: 0;
	margin-left: 0;
	margin-right: 0;
	padding-left: .25em; 
	padding-right: .25em;
	font-weight: 600;
}

.toc li a { 
	font-weight: 400;
	padding-left: .5em; 
	padding-right: .5em;
	border-radius: 4px;
}

.toc ul li a:hover {
	color: rgba(0,0,0,.6);
	background-color: rgba(0,0,0,.06);
}	

.toc .current {
	background-color: rgb(50,180,50);
	background-color: rgb(40,75,120);
	color: white;
	border-radius: 4px;
}

.toc .current a {
	color: white;
}



.toc ul {
/* 	background-color: white; */
}

.toc h2 {
	font-size: 1em;
	padding-top: .25em;;
	padding-bottom: 0em;
	margin-bottom: 0;
	margin-top: 0;
	width: 100%;
/* 	opacity: 1; */
}

@keyframes key-fadeinh2 {
    0%   { opacity: 0;}
    20% { opacity: 1;}
    80% {opacity: 1;}
    100% { opacity: 0;}
}

.fadeinh2 {
	animation: 2s key-fadeinh2;	
	opacity: 0;
}


h1, h2, h3, h4, ul, li, p {
	padding: 0;
	margin: 0;
	padding-top: 1em;
	padding-bottom: .25em;
	padding-left: 5%;
	padding-right: 5%;
	max-width: 768px;
	margin-left: auto;
	margin-right: auto;
}

.toc ul { padding-top: .5em; }

ul, li {
	color: rgb(70,80,90);		
}



h1 {
	font-size:3.5em;
	font-weight: 200;
}


img {
	width: 100%;
	vertical-align: bottom;
}
	
	
a {
	color: rgb(0,150,200);
	text-decoration: none;
}
	
.container {
	width: 100%;
	max-width: 1024px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 5%;
	position: relative;
}


.padme {
	padding-bottom: 32px;
}


h1 {
	padding-top: 0;
	padding-bottom: 0;
	text-align: center;
}


p {
	padding-top: .25em;
	padding-bottom: .50em;
}


h2{
	color:rgb(50,80,90);
	font-size:2.5em;
	padding-top: .5em;
	margin-top: .5em;
	padding-bottom: 0;
	margin-bottom: .5em;
	font-weight: 400;
	text-align: center;
	}

h3 {
	padding-bottom:0;
	margin-bottom: .5em;
	margin-top: .5em;
	padding-top: 0em;
	font-size:1.5em;
	font-weight: 200;
	text-align: center;
}

li {
	padding-top: .25em;
	padding-bottom: .25em;
	padding-left: 0;
	position:relative;
}

ul {
	list-style: none;
	padding-bottom: 4em;
}




/* deck it controls */




.activatetoc {
	height: 50%;	
}




a {
	cursor: pointer;
	color: rgb(0,100,200);
	text-decoration: none;
}


/* mdeck controls  */


.hideme {
	display: none;
}


.current-slide, .current-proto {
	display: block;
}



img {
	width: 100%;
	vertical-align: bottom;
	opacity: 1;
}


@keyframes fademe {
    0%   { opacity: .6;}
    100% { opacity: 1; }
}


.thenext-slide img {
	animation: 1s fademe;
}



.slide {
	padding-top: 16px;
	padding-top: 0;
	padding-bottom: 16px;
	margin-top: 48px;
	position: relative;
	margin-bottom: 48px;
	background-color: rgb(250,252,255);
	border-radius: 16px;
}

.slide[id^="section-"] h2 {
	font-size: 3.5em;
	font-weight: 200;
	margin-top: .5em;
	margin-bottom: .25em;
}


/* mobile slide-out menu */

.toc-toggle {
	display: block;
	position: fixed;
	bottom: 1.25em;
	right: 1.25em;
	z-index: 20;
	width: 48px;
	height: 48px;
	border: none;
	border-radius: 50%;
	background-color: rgb(90,140,20);
	color: white;
	font-size: 1.5em;
	text-align: center;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	box-shadow: 0 2px 8px rgba(0,0,0,.25);
}

.toc {
	position: fixed;
	top: 0;
	left: 0;
	width: 260px;
	height: 100%;
	background-color: white;
	z-index: 15;
	overflow-y: auto;
	transform: translateX(-100%);
	transition: transform .25s ease;
	box-shadow: 2px 0 12px rgba(0,0,0,.15);
	padding-bottom: 1em;
}

.toc.open {
	transform: translateX(0);
}

.toc ul li {
	float: none;
	font-size: smaller;
}

.toc ul li a {
	color: rgba(0,0,0,.4);
}

@media (min-width: 960px) {
	.toc-toggle { display: none; }

	.container {
		padding-left: 232px;
		padding-right: 16px;
		width: calc(100% - 280px); 
	}
	
	.toc ul {
		max-width: none;
	}

	.toc {display: block;
		  position: fixed;
		  z-index: 10;
		  width: 232px;
		  height: 100%;
		  background-color: white;
		  left: 0;
		  padding-bottom: 1em;
		  top: 0;
		  bottom: auto;
		  overflow-y: auto;
		  transform: none;
		  box-shadow: none;
		}

	.toc ul li {float: none;
				font-size: smaller;
				}	
	 .toc ul li a { color: rgba(0,0,0,.4);
	 }
		
		.toc h2 {
			height: 3em;
			text-align: left;
			width: 80%;
		}
	}

/* toc section headings */

.toc li.toc-heading {
	clear: both;
	width: 100%;
	margin-top: .75em;
	padding-top: .5em;
	border-top: 1px solid rgba(0,0,0,.1);
	font-weight: 700;
	font-size: .85em;
	letter-spacing: .02em;
}

.toc li.toc-heading a {
	color: rgb(50,80,90);
	pointer-events: auto;
}

.toc li.toc-heading:first-child {
	margin-top: 0;
	border-top: none;
}

/* jscroll stuff */

.active {
	background-color: rgba(0,0,0,.1);
}

.activetwo {
	background-color: rgb(200,100,100);
}



/* cleanfund specific */

.x768 {
	text-align: center;
	background-color: rgb(20,60,90);
}
.x768 img {
	max-width: 768px;
}


