#banner {
	width: 100%;
	
	background-size: cover;
position: relative;

background: url(images/housecloudbanner.jpg);
z-index: 0;
box-shadow: 0 2px 6px rgba(0,0,0,0.2);
	
	


	/* box-shadow:0 2px 6px rgba(0,0,0,0.2); */

}
.homepage-box-holder {
	position: relative;
}
.headline h1 {
	font-family: "Helvetica", Arial, sans-serif;
font-weight: normal;
color: #fff;
margin-top: 0;
margin-bottom: 10px;
text-shadow: 0px 0px 6px #333;
}
.subheading {
	color:#fff !important;
}
#banner .banner-inner {
	width: 1100px;
	min-height: 586px;
	box-sizing: border-box;
	margin: 0 auto;
	
	z-index: 1;
}
#banner .banner-content {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	position: relative;
	
}
.questionbox-active {
	-webkit-transition: .3s ease-in;
	transition: .3s ease-in;
	-moz-transition: .3s ease-in;
	
	height: 291px !important;
	
}
.ask-input-active {
	-webkit-transition: .3s ease-in;
	transition: .3s ease-in;
	-moz-transition: .3s ease-in;
	height: 126px !important;
}
.homepage-tabs {
	position: absolute;

	top: 200px;

	left: 198px;
	
}
.rate-input {
	width: 624px;
margin: 0 auto;
overflow: hidden;
}
.homepage-tabs > ul li {
	list-style-type: none;
	display: inline;
	
}
.homepage-tabs > ul li a {
	padding: 12px 21px;
border-radius: 22px 22px 0 0;
box-shadow: 0 -1px 10px rgba(150,150,150,0.5);
-webkit-box-shadow: 0 -1px 10px rgba(150,150,150,0.5);
-moz-box-shadow: 0 -1px 10px rgba(150,150,150,0.5);

	background: rgba(142,199,63,1);
color: #fff;
	font-size: 21px;
}
.selectlist {
    background: url(/images/ppc/l411-landingpage-harp_17.png) repeat-x scroll left bottom transparent;
border: 1px solid #C3C6D1;
border-radius: 4px 4px 4px 4px;
color: #444;
font-family: "Century Gothic",arial,Verdana,Geneva,sans-serif;
font-size: 26px;
height: 44px;
line-height: 34px;
padding: 4px;

    min-width: 578px;
margin-top: 11px;
}
.homepage-tabs > ul li a:hover {
	color: #36b;
}
.homepage-tabs .activehp-tab {
	background: rgba(255,255,255,1);
color: #36b;
}
.homepage-tabs .activehp-tab i {
	color: #36b;
}
#quote-tab {
	display: none;
	
}
@-moz-document url-prefix() {
    .homepage-tabs > ul li a {
		padding:12px 22px !important
	}
	.homepage-tabs {
    position: absolute;

left: 199px;
}
}
#rates-tab {
	display: none;
}
.question-box {
	
	
	width: 623px;
	height: auto;
	padding: 0 0 21px 0;
	box-sizing: border-box;
	background:rgb(255,255,255);
	background: rgba(255,255,255,1);
	
	border-radius:0px 0px 22px 22px;
	-webkit-border-radius:0px 0px 22px 22px;
	-moz-border-radius: 0px 0px 22px 22px;
	box-shadow: 0 6px 10px rgba(150,150,150,0.4);
	-webkit-box-shadow: 0 6px 10px rgba(150,150,150,0.4);
	-moz-box-shadow: 0 6px 10px rgba(150,150,150,0.4);
	 position:absolute;
        left:0;
        right:0;
        margin-left:auto;
        margin-right:auto;
		
	margin-top: 104px;
}
.quick-links {
	margin-top: 22px;
width: 584px;
margin-right: auto;
margin-left: auto;
}
.quick-links img {
	width: 31px;
height: 31px;
	margin-right: 4px;
}
.quick-links a {
	margin-right: 78px;
font-size: 18px;
}
.quick-links a:last-child{
	margin-right: 0px;
}
.ask-headline h1 {
	font-family: Avenir,Arial,sans-serif;
font-weight: 600;
color: #555;
font-size: 38px;
margin-top: 24px;
margin-bottom: 10px;
}
.ask-title {
	
	height:52px;
	width: 531px;
	border: 1px solid #8ec840;
	font-size: 27px;
color: #999;
padding-left: 7px;
	
	
}
.loan-amount {
	
	width: 564px !important;
	
	
}
.ask-title:focus {
	outline-color: #8ec840;
outline-width: 3px;
outline-offset: -3px;
}
.question-desc:focus {
	outline-color: #8ec840;
outline-width: 3px;
outline-offset: -3px;
}
::-webkit-input-placeholder {
   color: #ccc;
}

:-moz-placeholder { /* Firefox 18- */
   color: #ccc;  
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #ccc;  
}

:-ms-input-placeholder {  
   color: #ccc;  
}
.question-desc {
	width: 591px;
border: 1px solid #8ec840;
margin-left: -3px;
height: 55px;
margin-top: 5px;
color: #999;
	
}
.ask-input {
	transition: .3s ease-in;
	-webkit-transition:  .3s ease-in;
	-moz-transition:  .3s ease-in;
	height:126px;
	width: 601px;
margin: 0 auto;
overflow: hidden;
}
.ask-cover {
	height:60px !important;
	overflow: hidden;
}
.ask-home-btn {
	text-shadow: 1px 1px #444;
	height: 56px;
box-sizing: border-box;
font-family: Arial, sans-serif;
color: #fff;
width: 57px;
font-size: 24px;
border: none;
background: #8ec63d;
background: -moz-linear-gradient(top, #8ec63d 0%, #639b14 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8ec63d), color-stop(100%,#639b14));
background: -webkit-linear-gradient(top, #8ec63d 0%,#639b14 100%);
background: -o-linear-gradient(top, #8ec63d 0%,#639b14 100%);
background: -ms-linear-gradient(top, #8ec63d 0%,#639b14 100%);
background: linear-gradient(to bottom, #8ec63d 0%,#639b14 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8ec63d', endColorstr='#639b14',GradientType=0 );
padding: 3px 6px;
}
.ask-home-btn:hover {
	background: #7dbc3a; /* Old browsers */
background: -moz-linear-gradient(top,  #7dbc3a 0%, #4a8711 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7dbc3a), color-stop(100%,#4a8711)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #7dbc3a 0%,#4a8711 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #7dbc3a 0%,#4a8711 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #7dbc3a 0%,#4a8711 100%); /* IE10+ */
background: linear-gradient(to bottom,  #7dbc3a 0%,#4a8711 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7dbc3a', endColorstr='#4a8711',GradientType=0 ); /* IE6-9 */

}
.question-left {
	float: left;
}
.question-right{
	float: left;
}
.ask-title[placeholder]{
	font-size: 30px;
}
#banner .headline {
padding-top: 16px;
}
#banner .headline .subheading {
	color:#777;
	font-family: arial;
	font-style: italic;
}
#banner .banner-content .bubbles ul{
	margin: 12px 0 0 0;
	padding: 0;
	
}
#banner .bubbles {
	margin-top: 43px;
	padding: 0 13%;
}
#banner .bubbles div {
	width: 269px;
height: 350px;
float: left;
	position: relative;
	
}

#banner .bubbles > div img {
	position: absolute;
	z-index: 1;
	
}
#banner .bubbles > div a {
	position: absolute;
	
}
.rateImg{
	left:0;
	top: 140px;
	display: none;
	
}
#rates-bubble a {
	right:0;
	top:251px;
}
.quoteImg {
	left:30px;
	top: 140px;
	display: none;
	
}
#quote-bubble a {
	top:251px;
	right: 84px;
}
.adviceImg {
	right: 0;
	top: 140px;
	display: none;
}
.rateLink, .quoteLink, .adviceLink {
	display: none;
	
}
#advice-bubble a {
	left: 0;
	top:251px;
}
#banner .bubble-buttons li{
	padding: 0;
	list-style: none;
	display: inline-block;
	margin-right: 90px;
}
#banner .bubble-buttons li:first-child {
	margin-left: 91px;
}
#social-widget {
	display: none;
}