@charset "utf-8";
.section1 {
	display:inline-block;
	position:relative;
	margin: 1em auto 1em auto;
	width: 98%;
	text-align: center;
}
img.section1 {
	display:block;
	position:relative;
	margin: 1.5em auto 1.5em auto;
	float:none;
	width:auto;
	max-width:90%;
	border: 1px solid rgb(0,0,153);
}
.section2 {
	display:inline-block;
	position:relative;
	margin: 0 auto 0 auto;
	width: 98%;
}
.section3 {
	clear:both;
	display:block;
	position:relative;
	width: 98%;
	margin: 1em auto 1em auto;
}
img.section3 {
	display:block;
	position:relative;
	margin: 1.5em auto 1.5em auto;
	float:none;
	width:auto;
	max-width:90%;
}
/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */
@media only screen and (min-width: 481px) {
img.section1 {
	width:auto;
	display:inline;
}
img.section3 {
	width:auto;
	display:inline;
}
}
/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */
@media only screen and (min-width: 769px) {
.section1 {
	float:left;
	width:40%;
}
.section2 {
	float:right;
	width:50%;
	margin-right:1em;
}
}