@charset "UTF-8";
/* CSS Document */

body{
	padding:10px;
	height:100%;
	height:100vh;
	}
	
form .form-group.hidden{
	display:none;
	}
	
form .form-group input[type=text]:focus, form .form-group input[type=tel]:focus, form .form-group input[type=password]:focus, form .form-group select:focus, form .form-group textarea:focus{
	border: 1px solid #fbfbfb;
    box-shadow:  0 0 5px #6b7984;
    outline: medium none;
	}

#widget{
	max-width:550px;
	margin:0 auto;
	text-align:center;
	overflow:hidden;
	}

#widget a{
	color:inherit !important;
	font-weight:900;
	text-decoration:underline;
	}
	
#widget form{
	padding:10px 10px 20px 10px;
	overflow:hidden;
	}
	
#widget form img#logo{
	margin-left:auto;
	margin-right:auto;
	display:block;
	max-width:100%;
	}
	
#widget form h1{
	font-size:30px;
	}
	
#widget form p#headingText{
	margin-bottom:40px;
	font-size:14px !important;
	text-align:center;
	}
	
#widget form p#terms{
	font-size:12px;
	line-height:14px;
	text-align:left;
	}
	
#widget form input[type=checkbox]{
	margin-bottom:0px;
	float:left;
	}
	
#widget form input[type=submit]{
	width:100%;
	}
	
#widget form p#finePrint{
	font-size:10px;
	line-height:14px;
	text-align:center;
	display:block;
	margin-top:50px;
	font-style:italic;
	}
	
#previewContainer{
	padding:15px;
	text-align:center;
	font-weight:700;
	width:100%;
	background:#3297d3;
	color:#FFF;
	-webkit-box-shadow: 1px 1px 3px #1c1c1c;
	box-shadow: 1px 1px 3px #1c1c1c;
	display:block;
	position:fixed;
	left:0;
	bottom:0;
	z-index:1000;
	}
	
#previewContainer *{
	font-family: Whitney SSm A, Whitney SSm B, Helvetica, Arial !important;
	}
	
#previewContainer a{
	margin-left:30px;
	}
	


/*---------------- Standalone mode ---------------------------*/

#widget.standalone form .form-group input[type=text], input[type=text],
#widget.standalone form .form-group input[type=tel], input[type=tel],
#widget.standalone form .form-group input[type=date], input[type=date],
#widget.standalone form .form-group input[type=password], input[type=password],
#widget.standalone form .form-group input[type=checkbox], input[type=checkbox],
#widget.standalone form .form-group textarea, textarea{
	font-size: 16px;
	padding: 10px 10px;
	}
	
#widget.standalone form .form-group select, select{
	font-size: 16px;
	padding: 10px 25px 10px 10px;
	}
	
#widget.standalone form .form-group label{
	font-size:15px;	
	}

#widget.standalone form input[type=submit]{
	margin-top:30px;
	padding: 15px 15px;
}




/*---------------- Standalone mode on tablet ---------------------------*/	
	
#widget.standalone.mobile form .form-group input[type=text], input[type=text],
#widget.standalone.mobile form .form-group input[type=tel], input[type=tel],
#widget.standalone.mobile form .form-group input[type=date], input[type=date],
#widget.standalone.mobile form .form-group input[type=password], input[type=password],
#widget.standalone.mobile form .form-group input[type=checkbox], input[type=checkbox],
#widget.standalone.mobile form .form-group textarea, textarea{
	font-size: 16px;
	padding: 14px 10px;
	}
	
#widget.standalone.mobile form .form-group select, select{
	font-size: 16px;
	padding: 14px 25px 14px 10px;
	}
	
#widget.standalone.mobile form .form-group label{
	font-size:15px;	
	}

#widget.standalone.mobile form input[type=submit]{
	margin-top:30px;
	padding: 25px 25px;
}


	
	
/*-------------Media Queries---------------------------*/


@media all and (max-width: 768px) {	
	#widget{
		margin-top:0px !important;
		padding-bottom:20px;
		}
		
	#widget form .form-group ul.errors li{
		font-size:14px;
		}
		
	#previewContainer span{
		display:block;
		margin-bottom:30px;
		}
		
	#previewContainer a{
		display:block;
		max-width:70%;
		margin:0 auto 20px auto;
		}

}

@media all and (max-width: 992px) {
	
	
}

@media all and (max-width: 1200px) {


}