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

body{
	padding:10px;
	height:100%;
	height:100vh;
	}

a::selection, a::-moz-selection,
p::selection, p::-moz-selection,
h1::selection, h1::-moz-selection,
h2::selection, h2::-moz-selection,
h3::selection, h3::-moz-selection,
h4::selection, h4::-moz-selection,
h5::selection, h5::-moz-selection{
	color: inherit;
	background: #B1CEFF;
}

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

#widget a{
	color:inherit !important;
	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 select:focus,
#widget form textarea:focus,
#widget form input[type=text]:focus,
#widget form input[type=tel]:focus,
#widget form input[type=password]:focus{
	border-color: #7C8B96;
}
	
#widget form input[type=submit]{
	width:100%;
	}

#widget form input[type=submit]:hover{
	opacity: .8;
	}
	
#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:#4155FF;
	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 a{
	margin-left:30px;
	}
	
	
	
/*-------------Media Queries---------------------------*/


@media all and (max-width: 768px) {	
	#widget{
		margin-top:0px !important;
		padding-bottom:20px;
		}
		
	#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) {


}