/*CSS specific to the activity goes here. Anything related to the template, the headers, the footers will be at a higher folder level*/
h4 {
	color: #2357B3;
	padding: 1%;
	text-align: center;
	font-size: 1.6em;
}

h5 {
	color: #2357B3;
	padding: 1%;
	text-align: center;
	font-size: 1em;
}

.videoholder{
	text-align: center;
	margin: auto;
	padding: 10% 0;
	width: 50%;
}

#taxgraph{
	padding: 0 15%;
	height: 70%;
	width: 70%;

}


#activity1 p, #activity1 ul{
	font-size: 1.3em;
	width: 80%;
	margin: 0 10%;
	padding-bottom: 1em;
	line-height: 1.5em;

}
#activity1 p:last-child {
	padding-bottom: 3em;
}

#activity1 li{
	margin-left: 4%;
/*	list-style-type: disc;
*/
}

#activity1 li:before {
    content: "• ";
    color: #E2602B; 
}

#activity2 p, #activity2 ul{
	font-size: 1.3em;
	width: 80%;
	margin: 0 10%;
	padding-bottom: 1em;
	line-height: 1.5em;

}

#activity3 li{
	margin-left: 4%;
/*	list-style-type: disc;
*/
}

#activity3 li:before {
    content: "• ";
    color: #E2602B; 
}

#activity3 p, #activity3 ul{
	font-size: 1.3em;
	width: 80%;
	margin: 0 10%;
	padding-bottom: 1em;
	line-height: 1.5em;

}

#activity3 li{
	margin-left: 4%;
/*	list-style-type: disc;
*/
}

#activity3 li:before {
    content: "• ";
    color: #E2602B; 
}

.copyright{
	color: #666;
}

.copyright:before{
	content: '\00A9';
}


/*START OF SHOW AND HIDE TEXT*/

#headerDiv, #contentDiv {
float: left;
	width: 50%;
	margin: 0 25%;
}
#titleText {
float: left;
font-size: 1.1em;
font-weight: bold;
margin: 5px;
}
#myHeader {
font-size: 1.1em;
font-weight: bold;
margin: 5px;
}
#headerDiv {
background-color: #2357B3;
color: #B5E2FF;
}
#contentDiv {
background-color: #B5E2FF;
}
#myContent {
margin: 5px 10px;
}
#headerDiv a {
float: right;
margin: 10px 10px 5px 5px;
}
#headerDiv a:hover {
color: #FFFFFF;
}

/*END OF SHOW AND HIDE TEXT*/

/*START of IMAGE figure Numbering*/




.article {
	width: 100%;
	max-width: 50em;
	margin: 0 auto; 
	padding: 1em;
	counter-reset: figures;
}

.article h2 {
	margin: 1em 0;
	font-size: 2em;
	border-bottom: 3px solid #f5bca8;
	padding-bottom: .3em;
	color: #f5bca8;
}

.article p {
	margin-bottom: 1em;
	font-size: 1.1em;
	line-height: 1.6;
	text-align: justify;
}

.article h2 + p,
.article h2 + figure + p {
	text-indent: 1em;
}

.article p:first-of-type:first-line {
	font-weight: 700;
}

.figure {
	padding: 0.9em;
	border: 1px solid #2357B3;
	background: #fff;
	margin: 0 auto 1em;
}

.figure img {
	margin: 0 auto;
	display: block;
	max-width: 100%;
}

.figure figcaption {
	font-weight: 500;
	/*text-transform: uppercase;*/
	letter-spacing: 2px;
	font-size: 0.8em;
	padding: .5em;
	text-align: center;
	color: #fff;
	background: #2357B3;
	counter-increment: figures;
}
.figure a:link{
	color: #fff;
}
.figure a:visited {
    color: #fff;

}
.figure a:hover {
    color: #0000FF;
}

.figure a:active {
    color: #fff;
}
.figure h5{
	padding-top: 0.5em;
font-size: 0.7em;

}
/*.figure figcaption:before {
	content: 'Fig. ' counter(figures) ' - ';
}*/



.figure-left {
	float: left;
	margin: 0 1.5em .5em .5em;
	width: -webkit-min-content;
	width: -moz-min-content;
	width: min-content;
}

.figure-right {
	float: right;
	margin: 0 5.5em 0.5em 1.5em;
	width: -webkit-min-content;
	width: -moz-min-content;
	width: min-content;
}

.figure-right img,
.figure-left img {
	max-width: 300px;
}

@media (max-width: 767px) {
	.figure-left,
	.figure-right {
		float: none;
		margin: 0 0 1em 0;
		width: 100%;
	}

	.figure img {
		max-width: 100%;
	}
}

/*END OF IMAGE figure Numbering*/