/*CSS specific to the activity goes here. Anything related to the template, the headers, the footers will be at a higher folder level*/

.videoholder{
	text-align: center;
	margin: auto;
	padding: 10% 0;
	width: 50%;
}

#taxgraph{
	padding: 2% 5%;
	height: 70%;
	width: 90%;

}

#activity2 p, #activity2 ul{
	font-size: 1.3em;
	width: 80%;
	margin: 0 10%;
	padding-bottom: 1.3em;
	line-height: 1.5em;

}

#activity2 p:last-child {
    padding-bottom: 2.6em;
}

#activity2 p.mindmapOpen, #activity2 ul.mindmapOpen{
	width: 40%;
	margin: 0 10% 0 55%;

}

#activity2 li{
	margin-left: 4%;
/*	list-style-type: disc;
*/
}

#activity2 li:before {
	content: "• ";
	color: #E2602B; 
}

h4.mindmapOpen {
	margin-left: 50%;

}

.popup{
	top: 10%;
	display: none;
	position: absolute;
	height: 80%;
	width: 45%;
	margin-left: 5%;
	background-color: #FFF;
	border: 1px solid #2357B3;
	text-align: center;


	-webkit-box-shadow: 0px 0px 15px 5px rgba(56,64,77,1);
	-moz-box-shadow: 0px 0px 15px 5px rgba(56,64,77,1);
	box-shadow: 0px 0px 15px 5px rgba(56,64,77,1);

}

.popup span {
	color: #2357B3;
padding: 5%;
text-align: center;
font-size: 1.2em;


}

.activity2buttons {
	width: 100%;
	text-align: center;
}

.activity2buttons.mindmapOpen {
	width: 50%;
	margin-left: 50%;
	text-align: center;
}

#penToolCanvas1{
position: absolute;
	top: 5%;
	left: 0;
	right: 0;
	bottom: 5%;
	z-index: 1000;
	
}

#closeCanvas_btn{
	z-index: 5000;
}

a.activityButton{
	z-index: 5000;
}


.activityButton{
	position: relative;
	margin: 0 20px;
	height: 1.5em;
	cursor: pointer;
}

a.activityButton {
	background: #1D4E89;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 1.2em;
	color: #FFF;
	padding: 3px 6px 2px 6px;
	text-align: center;
	text-decoration: none;
}

.activityButton:hover{
	background-color: #2357B3;
}
