@import url(http://fonts.googleapis.com/css?family=Raleway:400,700);


*, *:after, *:before { -webkit-box-sizing: border-box; box-sizing: border-box; }
.clearfix:before, .clearfix:after { content: ''; display: table; }
.clearfix:after { clear: both; }

html, body, .container {
	height: 100%;
}

body.quote_body {
	background: #3b3f45;
	color: #fff;
	font-weight: 400;
	font-size: 1em;
	font-family: 'Raleway', Arial, sans-serif;
	overflow: hidden;
	overflow-y: scroll;
	min-height: 590px;
}


#fs-form-wrap img{left: 2%;position: absolute;top: 2%;}

.quote_body a {
	color: rgba(0,0,0,0.3);
	text-decoration: none;
	outline: none;
}

.quote_body a:hover, .quote_body a:focus {
	color: #fff;
}

.quote_area{height:100%;}
