@charset "utf-8";
.section1 {
	display:inline-block;
	position:relative;
	margin: 1em auto 1em auto;
	width: 98%;
}
img.section1 {
	display:block;
	position:relative;
	margin: 1.5em auto 1.5em auto;
	float:none;
	width:auto;
	max-width:90%;
}
.section2 {
	display:inline-block;
	position:relative;
	margin: 0 auto 0 auto;
	width: 98%;
}
.videoSection {
	clear:both;
	display:block;
	position:relative;
	width: 98%;
	margin: 1em auto 1em auto;
}
#iframeVideo {
	clear:both;
	display:block;
	position:relative;
	width: 98%;
	max-width:300px;
	height:auto;
	min-height:170px;
	margin: 1em auto 1em auto;
}
.p1Service {
	background-color:rgb(255,204,51);
	border-radius: 0 0 60px 60px; 
	-moz-border-radius: 0 0 60px 60px; 
	-webkit-border-radius: 0 0 60px 60px0;
	padding-left: 2em;
	padding-right: 2em;
	clear:both;
	text-align:center;
	border: 1px solid rgb(0,0,153);
	border-top: 0.5em solid rgb(0,0,153);
	margin-top: -0.5em;
}
/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */
@media only screen and (min-width: 481px) {
img.section1 {
	width:auto;
}
}
/* 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;
}
#iframeVideo {
	max-width:500px;
	min-height:281px;
}
}