div.headerimg {
	box-shadow: 1px 1px 4px #000;
	-moz-box-shadow: 1px 1px 4px #000;
	-webkit-box-shadow: 1px 1px 4px #000;
	border-radius: 16px;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	background :url("/images/CoverPhoto_V2.png");  
	#background-repeat: no-repeat;  
	background-size: cover;
     background-position: center, center;
	#width:820px;
	#height:312px;
     width: 50vw;
     height: 40vh;
	text-align: center;
	margin: 0 auto;
	
}  
iframe {
	
	box-shadow: 1px 1px 4px #000;
	-moz-box-shadow: 1px 1px 4px #000;
	-webkit-box-shadow: 1px 1px 4px #000;
	border-radius: 16px;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	
} 
/*Product Table*/
table.prod td, table.prod th {
	border: 0px solid #AAAAAA;
	padding: 10px 10px 10px 10px;
	border-bottom: 1px solid #EEEEEE;
}
table.prod thead {
	
	background: #1674b9;
	
	//border-bottom: 1px solid #444444;
	border-radius:6px;
	-moz-border-radius:6px;
}
table.prod thead th {
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: left;
	border: 0px solid #D0E4F5;
	word-break: keep-all;
	text-align:center;
	
}

h2.covid19 {
	margin-left:30px;
	text-align:left;
	font-family: Lato;
	color:white;
	white-space: nowrap;
}
#flex {
	display: flex;
	flex-direction:column;
}
#flex > #a { order: 1; }
#flex > #b { order: 2; }

ul.covid19 {
	font-family: Lato;
	color:white;
	font-size:1.8em;
	line-height:1.2;
	width:90%;
	text-align:left;
	margin-bottom:10px;
    list-style-position: inside;
    text-indent: -1em;
    padding-left: 1em;
}
li.covid19:before { 
	content: '\1f341'; margin-left: -20px; margin-right: 10px;   	

} 


img.covid19 {
	visibility: hidden;
}
img.covid_image {
	height:720px;
	width:585px;
	box-shadow: 1px 1px 4px #000;
	-moz-box-shadow: 1px 1px 4px #000;
	-webkit-box-shadow: 1px 1px 4px #000;
	border-radius: 16px;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
}

div.slide {
	background-color:#f1f7fb; 
	background-position: right; 
	background-image:url("/images/IconBanner.png"); 
	background-repeat: no-repeat;  
	background-size: cover;
}


.form-style-2{
	max-width: 1000px;
padding: 20px 12px 10px 20px;

}
.form-style-2-heading{
font-weight: bold;
font-style: italic;
border-bottom: 2px solid #ddd;
margin-bottom: 20px;
font-size: 15px;
padding-bottom: 3px;
}
.form-style-2 label{
display: block;
margin: 0px 0px 15px 0px;
}
.form-style-2 label > span{
width: 100px;
font-weight: bold;
float: left;
padding-top: 8px;
padding-right: 5px;
}
.form-style-2 span.required{
color:red;
}
.form-style-2 .tel-number-field{
width: 200px;
width: 48%;	

}
.form-style-2 input.input-field, .form-style-2 .select-field{
width: 48%;	
}
.form-style-2 input.input-field, 
.form-style-2 .tel-number-field, 
.form-style-2 .textarea-field, 
.form-style-2 .select-field{
box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
border: 1px solid #C2C2C2;
box-shadow: 1px 1px 4px #EBEBEB;
-moz-box-shadow: 1px 1px 4px #EBEBEB;
-webkit-box-shadow: 1px 1px 4px #EBEBEB;
border-radius: 3px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
padding: 7px;
outline: none;
}

}
.form-style-2 .input-field:focus, 
.form-style-2 .tel-number-field:focus, 
.form-style-2 .textarea-field:focus,  
.form-style-2 .select-field:focus{
border: 1px solid #0C0;
}
.form-style-2 .textarea-field{
height:100px;
width: 90%;
}
.form-style-2 input[type=submit],
.form-style-2 input[type=button]{
border: none;
padding: 8px 15px 8px 15px;
background: #FF8500;
color: #fff;
box-shadow: 1px 1px 4px #DADADA;
-moz-box-shadow: 1px 1px 4px #DADADA;
-webkit-box-shadow: 1px 1px 4px #DADADA;
border-radius: 3px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
text-align:center;
}
.form-style-2 input[type=submit]:hover,
.form-style-2 input[type=button]:hover{
background: #EA7B00;
color: #fff;
}
