@charset "utf-8";
/* CSS Document */
#top_logo_box {
	position:relative;
	margin: 10px auto;
	width: 50%;
	text-align:center;
}

#main_box {
	margin: 0 5px 0 0;
}

.right_div_01 {
	margin: 40px 20px 20px 0px;
	width: 540px;
	float: right;
	border-radius: 10px;
	background-color: white;
}

.right_div_01 p {
	margin: 20px;
	border-radius: 10px;
	
}

.left_div_02 {
	border-radius: 20px;
	overflow: hidden;
	margin: 40px 0px 20px 20px;
	max-width: 375px;
}

.center_div_03 {
	max-width: 940px;
	border-radius: 10px;
	margin: 20px;
	padding: 20px;
	background-color: white;
}

.center_div_03 p {
	padding-bottom: 10px;
}

/*floating divs*/

.float_image_right {
	float: right;
	margin: 0;
}

.float_image_left {
	float: left;
	margin: 0;
}

.image_rotate 	{
    -ms-transform: rotate(-7deg); /* IE 9 */
    -webkit-transform: rotate(-7deg); /* Chrome, Safari, Opera */
    transform: rotate(-7deg);
}

.headerblue_box {
	width:150px;
	/*for gradient background*/
	background: rgba(0,0,255,1.00); /* For browsers that do not support gradients */
	background: -webkit-linear-gradient(left top, rgba(0,18,102,1.00), rgba(0,0,255,1.00), rgba(0,132,255,1.00)); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(bottom right, rgba(0,18,102,1.00), rgba(0,0,255,1.00), rgba(0,132,255,1.00)); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(bottom right, rgba(0,18,102,1.00), rgba(0,0,255,1.00), rgba(0,132,255,1.00)); /* For Firefox 3.6 to 15 */
	background: linear-gradient(to bottom right, rgba(0,18,102,1.00), rgba(0,0,255,1.00), rgba(0,132,255,1.00)); /* Standard syntax */
	/* end for gradient background*/
	display:flex;
	height:2em;
	-ms-transform: skewX(-15deg); /* IE 9 */
	-webkit-transform: skewX(-15deg); /* Safari */
	transform: skewX(-15deg); /* Standard syntax */
	border-radius: 5px;
	border: 2px solid rgba(0,145,187,1.00);
	align-items: center;
	justify-content: center;
	margin: 0 auto 10px auto;
}
/*text only*/
.center_text_div {
  display: flex;
  justify-content: center;
  align-items: center;
}
.headerblue {
	font-size: 1.2em;
	font-weight: bold;
	color: white;
	margin: 0;
}

/*warning alert on instruction sheet*/
.warning {
	font-size: 1em;
	font-style: italic;
	font-weight: bold;
	color: red;
	padding-left: .7em;
    text-indent:-.7em;
}

.comfort {
	font-size: 1em;
	color: rgba(0,155,255,1.00);
}

#bottomtag {
	clear: both;
	width: 100%;
	background-color: rgba(239,109,41,1.00);/**/
}

.signaturetext {
	font-family:
		Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif";
}
.flex_div {
	display:flex;
	width:100%;
}
.flex_div_left {
	flex: 1 1 auto;
	width:50%;
}
.flex_div_right {
	flex: 1 1 auto;
	padding: 0 0 0 10px;
	max-width:302px;
	width:50%;
}


@media (max-width: 980px){

.right_div_01 {
	float: none;
	margin: 40px auto -40px auto;
	width: 90%;
}

.right_div_01 p {
}

.left_div_02 {
	margin: 20px auto;	
}

.center_div_03 {
}
	
	
}

@media (max-width: 730px){
	
#top_logo_box {width: 80%;}

}

@media (max-width: 454px){
	.flex_div {flex-direction:column;}
	.flex_div_left {width:100%;}
	.flex_div_right {width:100%;padding:0;}
	
}
