#testSite {
    text-transform:uppercase;
	padding:5px 20px;
	font-size:12px;
	color:#000;
	font-weight:bold;
	text-align:center;
	background-color:#ffff00;
	z-index:1000;
    position:fixed;
	left:50%;
	top:0px;
	margin-left:-100px;
    width:200px; 
	font-family:arial,sans-serif;
}
* {
	margin:0px;
	padding:0px;
	border:0px;
	box-sizing:border-box;
}
img {
	max-width:100%;
	height:auto;	
}
body {
	margin: 0px auto 0px auto;
	padding: 20px 0px 20px 0px;
	font-family: "Libre Franklin", "Franklin Gothic Book", Arial, Helvetica, sans-serif, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #52524C;
	background-color: #408740;    
}
p {
    margin-bottom:15px;
}
#wrapper {
	margin: 0px auto 0px auto;
	padding: 0px;
	max-width: 600px;
	height: auto;
}
#header {
	margin: 0px;
	padding: 0px 30px 10px 30px;
	width: auto;
	height: auto;
	text-align: center;
}
#container {
	margin: 0px;
	padding:30px;
	width: auto;
	height: auto;
	background-color: #ffffff;
    border:5px dashed #6ac04b;
    border-radius: 20px;
}
.errorMsg {
	padding:5px;
	background-color:#FFDEDF;
	border:1px solid #d32929;
	color:#d32929;
	border-radius:5px;
	margin:10px auto;
	text-align:center;
}
h1 {
    color:#fff;
    font-size:32px;
    font-weight:600;
}
h2 {
	font-size:34px;
	color:#77ad5c;
    margin-bottom:10px;
    text-align: center;
    font-weight:600;
}
h3 {
	font-size:18px;
	color:#77ad5c;
    margin-bottom:10px;
    font-weight:600;
}
.large {
	width:100%;
}
.contactFields {
    overflow: visible;
    position: relative;
}
#zipError {
    display:none;
    clear:both;
}
#cityDiv {
    float:left;
    width:50%;
}
#stateDiv {
    float:left;
    padding-left:5px;
    width:20%;
}
#zipDiv {
    width:30%;
    margin:0px auto;
    float:left;
    padding-left:5px;
}
#zipDiv.eligible {
}
#zipTitle {
    text-align:center;
}
input[type="text"], input[type="number"], input[type="email"], input[type="tel"], textarea, select {
	padding: 8px 5px;
	font-family:inherit;
	font-size:inherit;
	font-weight:normal;
	color:#666;
	background: #fff;
	border: 1px solid #c0d1b6;
	border-radius: 2px;
	max-width:100%;
	margin-bottom:5px;
}
input:focus, textarea:focus, select:focus  {
	background: #fff;
	border-color:#0066cc;
}
input[type="submit"], .button {
	background: #77ad5c;
    border-radius: 5px;
	color:#fff;
	padding:8px 15px;
	text-transform:uppercase;
	font-size:26px;
	font-family:inherit;
	font-weight:normal;
	margin:20px auto 0px auto;
	cursor: pointer;
	width:100%;
    text-decoration: none;
}
input[type="submit"].disabled {
    background-color:#ddd;
}
input[type="number"] {
    max-width:80px;
}
#processing {
    margin-top:20px;
    display:none;
}
.addressMsg {
	padding:5px;	
	color:#77ad5c !important;
	border: 1px solid #77ad5c !important;
    background-color:#edf4e9 !important;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin: 10px auto;
	display:none;
    text-align:center;
}
.addressMsg .button{
    display: inline-block;
    width:auto;
}
 #addressOptionsFrame{
    display:none;
    position: absolute;
	z-index: 5000; 
	padding: 2px;
	overflow-x:none;
	padding-bottom: 0px;
	border: 3px solid #77ad5c;
	background-color:#fff;
	max-width:100%;
    width:100%;
	box-sizing:border-box;
    max-height: 300px;
    overflow-y: auto;
}     
#addressOptions .addressOption {
    background-color: #FFFFFF;
    border-bottom: 1px solid #C8C8C8;
    padding: 8px;
    width: 100%;
    max-width:100%;
    cursor: default;
    box-sizing:border-box;
    position: relative; 
}
#addressOptions .addressOption.disabled{
    font-weight:bold;
    background-color: #eee;
}
#addressOptions div:hover{
    background-color: #edf4e9;
}
#poweredByGoogle {
    font-size:10px;
    color:#ccc;
    text-align:right;
    padding:5px;
}
#poweredByGoogle img {
    vertical-align: middle;
}
.sml {
    font-size:14px;
}
#footer {
	margin: 0px;
	padding: 10px 20px 10px 30px;
	width: auto;
	height: auto;
	text-align: center;
    color:#fff;
    font-size:12px;
}
a {
    color:#77ad5c;
}
#disclaimer {
    font-size:12px;
    display:none;
}
.disclaimer {
    font-size:12px;
    color:#77ad5c;
}
.disclaimer i {
    font-size:8px;
    vertical-align: super;
}
.red {
	color: #d20000;
}
#zipcodes {
    column-count: 8;
}
.question {
     padding:20px;
}
.altBkg {
     background-color: #edf4e9;
}
.question strong {
     display:inline-block;
     padding-bottom:10px;
     font-weight: 500;
}
@media (max-width:460px) {    
#container {
    padding:30px 15px;
}
h2 {
	font-size:30px;
}
}
@media (max-width:360px) {    
#zipcodes {
    column-count: 4;
}
}
