* {
	margin: 0;
	padding: 0;	
}
html, body {
	color: #fff;
	font-family: Open Sans, Arial, sans-serif;
	font-size: 16px;
	font-weight: 700;
	height: 100%;
	margin: 0 !important;
	padding: 0 !important;
	width: 100%; 
}
img {
	border: 0;
}
.hideIt {
	display: none;	
}
#ad {
	border: solid #000 1px;
	box-sizing: border-box;
	cursor: pointer;
	display: block;
	height: 90px;/*100%;*/
	left: 0;
	overflow: hidden;
	position: relative;
	top: 0;
	width: 728px;/*100%;*/
}

/*  ------------------------------------------------------------------  */


.bg {
	opacity: 1;
	position: absolute;
}  
#bgGradient {
	background: radial-gradient(ellipse at center, rgba(255,255,255,1) 0%,rgba(255,160,0,1) 90%);
	height: 150px;
	left: -50px;
	opacity: 1;
	position: absolute;
	top: -35px;
	width: 800px;
}

/*
.blue #bg-gradient{background: radial-gradient(ellipse at center, rgba(255,255,255,1) 0%,rgba(119,207,255,1) 100%);}
.orange #bg-gradient{background: radial-gradient(ellipse at center, rgba(255,255,255,1) 0%,rgba(255,160,0,.65) 100%);}
*/

.logo {
	opacity: 1;
	position: absolute;
}
#logo {
    background: url(PGR_White.svg) no-repeat;
	height: 55px;
	left: 474px;
    opacity: 1;
	position: absolute;
	top: -6px;
	width: 360px;
	-ms-transform: scale(.35); 
    -webkit-transform: scale(.35); 
    transform: scale(.35);
}

.flo {
    opacity: 1;
	position: absolute;
}
#flo {
	background: url(flo_1786_revCrop.png) no-repeat;
	height: 750px;
	left: -275px;
    opacity: 1;
	position: absolute;
	bottom: -350px;
	width: 600px;
	-ms-transform: scale(0.2); 
    -webkit-transform: scale(0.2); 
    transform: scale(0.2);
}
#flo.in {
    opacity: 1;
	position: absolute;
}

.copy {
	color: #1e73e9;
	font-family: 'Open Sans';
	opacity: 0;
	position: absolute;
	text-align: center;
}
#copy div {
	opacity: 1;
	position: absolute;
}
#copy1 {
	color: #1e73e9;
	font-size: 28px;                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      px;
	font-weight: 600;
	left: 107px;
	letter-spacing: 0px;
	opacity: 1;
	position: absolute;
	top: 18px;
}
#copy1 span {
	color: #ff7e00;
	left: 168px;
	letter-spacing: 0px;
	opacity: 1;
	position: absolute;
	top: -1px;
}
#copy2 {	
	color: #1e73e9;	
	font-size: 44px;
	font-weight: 700;
	left: 350px;
	letter-spacing: -1px;	
  	top: 5px;
}
#copy2 span {
	font-size: 44px;
	font-weight: 700;
		
}
#copy2a {
	color: #1657b1;
	font-size: 44px;
	font-weight: 700;
	left: 351px;
	letter-spacing: -1px;	
  	top: 6px; 
}
#copy2a span {
	font-size: 44px;
	font-weight: 700;
	
}
#copy3 {
	color: #1e73e9;
	font-family: 'Open Sans';
	font-size: 14px;
	font-weight: 600;
	left: 107px;
	letter-spacing: 0.75px;
	text-align: center;
	top: 53px;
}
#copy3 span{
	text-align: center;
}

/*  --  CTA  ---------------------------------------------------------  */

#bgExitArea { width:100%; height:100%; position: absolute; top:0; left:0; opacity:0; cursor:pointer; }
#bgExitArea a {display: none;}
#cta {
	bottom: 12px;
    margin-left: 435px;
    opacity: 0;
	position: absolute;
	text-align: left;
    width: 100%;
}
#cta.in {
	opacity: 1;	
}
#zipCode:focus, .button:focus {
    outline: 0;
}
#zipCode {
	border: 1px solid #ACACAC;
	border-radius: 3px;
	/* bottom: 50px; 
	box-sizing: border-box;*/
	color: #ACACAC;
	display: block;
	font-family: Open Sans,Arial,Verdana,sans-serif;
	font-size: 12px;
    font-weight: 400;
	height: 32px;
	margin-bottom: -32px;
	margin-left: 45px;
	overflow:hidden;
	text-align: center;
	width: 95px;
	-webkit-appearance: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.button {
/*    display: inline-block; */
}
.button input, .button a {
    border: none;
    border-radius: 400px;
    color: #fff;    
    cursor: pointer;
    display: block;
    font-family: Poppins,Arial,Verdana,sans-serif;
    font-size: 13px;
    font-weight: 500;
    line-height: 1;
	margin-left: 150px;
    padding: .7em 1.9em;
    text-align: center;
    text-decoration: none;
	width: 80px;
    -webkit-appearance: none;
    -webkit-transition: all 0s;
    -moz-transition: all 0s;
    -ms-transition: all 0s;
    transition: all 0s;

	/*  Orange Button  */
	background-position: 0 0; 
	background: #ff6600;  
	background: -webkit-linear-gradient(top,#ff9c00 0%,#ff6600 100%);
	background: -moz-linear-gradient(top,#ff9c00 0%,#ff6600 100%);
	background: linear-gradient(to bottom,#ff9c00 0%,#ff6600 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#2aa5fc', endColorstr='#0062cf');
    background-size: auto 200%;

	/*  Blue Button
    background-position: 0 0;
    background: #2480fe;
	background: -webkit-linear-gradient(top,#2aa5fc 0%,#2480fe 100%);
	background: -moz-linear-gradient(top,#2aa5fc 0%,#2480fe 100%);
	background: linear-gradient(to bottom,#2aa5fc 0%,#2480fe 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#2aa5fc', endColorstr='2480fe');
    background-size: auto 200%; */

}
.button input:hover, .button a:hover {
	background-position: 0 100% !important;
	-webkit-transition: all 0s;
	-moz-transition: all 0s;
	-ms-transition: all 0s;
	transition: all 0s
}
/*#cta #zipCode, #cta .button {
	height:	26px !important;
}*/
sup {
    font-size: .8em;
}
