@import url(//fonts.googleapis.com/css?family=Open+Sans:400,700);
h1,h2,h3,h4,h5,h6,p,span,label,input,div{
    font-family: "Open Sans", sans, Arial;
}
input:-ms-input-placeholder {
    color: rgba(0,0,0,0.5);
}
.webform-client-form-inside .webform-component-fieldset, 
.node-type-webform .webform-component-fieldset, 
.page-node-add-webform .webform-component-fieldset{
	border:none;
	width:100%;
	padding:0px;
	margin:0px;
}
.free-home-evaluation .form-item label{
  font-family: 'DroidSansregular', sans-serif;
  font-weight: 600;
  font-size: 0.9em;
}
.webform-inside-page-error-message {
  margin: 4em 0 -2em 0;
}
.webform-inside-page-error-message p{
  margin: 0.5em 0px 0.5em 0px;
}
.free-home-evaluation .webform-component-select > select,
.free-home-evaluation.step_1 input,
.free-home-evaluation.step_3 input,
.free-home-evaluation.step_4 input{
    padding: 5px;
    box-sizing: border-box;
    width: 100%;
    margin-top: 2px;
    border: solid 1px rgba(0,0,0,0.5);
    border-radius: 4px;
}
.webform-client-form-inside .free-home-evaluation .webform-component-select > select {
    -webkit-appearance: none;
    -moz-appearance:none;
    background-image: url(../images/drop-arrow-1-15px.png);
    background-position: 96% center;
    background-repeat: no-repeat;
}
@-moz-keyframes spinner-loader {
  0% {
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes spinner-loader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinner-loader {
  0% {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* :not(:required) hides this rule from IE9 and below */
.spinner-loader:not(:required) {
  -moz-animation: spinner-loader 1500ms infinite linear;
  -webkit-animation: spinner-loader 1500ms infinite linear;
  animation: spinner-loader 1500ms infinite linear;
  -moz-border-radius: 0.5em;
  -webkit-border-radius: 0.5em;
  border-radius: 0.5em;
  -moz-box-shadow: rgba(0, 0, 51, 0.3) 1.5em 0 0 0, rgba(0, 0, 51, 0.3) 1.1em 1.1em 0 0, rgba(0, 0, 51, 0.3) 0 1.5em 0 0, rgba(0, 0, 51, 0.3) -1.1em 1.1em 0 0, rgba(0, 0, 51, 0.3) -1.5em 0 0 0, rgba(0, 0, 51, 0.3) -1.1em -1.1em 0 0, rgba(0, 0, 51, 0.3) 0 -1.5em 0 0, rgba(0, 0, 51, 0.3) 1.1em -1.1em 0 0;
  -webkit-box-shadow: rgba(0, 0, 51, 0.3) 1.5em 0 0 0, rgba(0, 0, 51, 0.3) 1.1em 1.1em 0 0, rgba(0, 0, 51, 0.3) 0 1.5em 0 0, rgba(0, 0, 51, 0.3) -1.1em 1.1em 0 0, rgba(0, 0, 51, 0.3) -1.5em 0 0 0, rgba(0, 0, 51, 0.3) -1.1em -1.1em 0 0, rgba(0, 0, 51, 0.3) 0 -1.5em 0 0, rgba(0, 0, 51, 0.3) 1.1em -1.1em 0 0;
  box-shadow: rgba(0, 0, 51, 0.3) 1.5em 0 0 0, rgba(0, 0, 51, 0.3) 1.1em 1.1em 0 0, rgba(0, 0, 51, 0.3) 0 1.5em 0 0, rgba(0, 0, 51, 0.3) -1.1em 1.1em 0 0, rgba(0, 0, 51, 0.3) -1.5em 0 0 0, rgba(0, 0, 51, 0.3) -1.1em -1.1em 0 0, rgba(0, 0, 51, 0.3) 0 -1.5em 0 0, rgba(0, 0, 51, 0.3) 1.1em -1.1em 0 0;
  display: inline-block;
  font-size: 10px;
  width: 1em;
  height: 1em;
  margin: 25% 50% 25% 50%;
  overflow: hidden;
  text-indent: 100%;
}
.free-home-evaluation .required.error{
  border: red 1px solid;
}
.free-home-evaluation .form-item-lat,
.free-home-evaluation .form-item-lng,
.free-home-evaluation .form-item-full-address,
.free-home-evaluation .form-item-postalcode{
  margin:0px;	
}
.free-home-evaluation .webform-component-markup:nth-of-type(2) h1{
  font-size: 1.3em;
  font-weight: 600;
  margin-top: 0px;
}
.webform-client-form-inside .webform-component,
.node-type-webform .webform-component, 
.page-node-add-webform .webform-component{
  max-width:100%;
}
.free-home-evaluation.step_1 .postal_code_section .webform-component{
  float:left;
}
.free-home-evaluation.step_1 .webform-component-textfield label{
  display:none;
}
.free-home-evaluation.step_1 .webform-component-textfield input{
  background: #ffffff url('../images/location.png')no-repeat;
  background-size: 11px auto;
  background-position: 7px 6px;
  width:50%;
}
.free-home-evaluation.step_1 .postal_code_section .webform-component p,
.free-home-evaluation.step_1 .postal_code_section .webform-component-markup{
  margin:0px;
  padding:0px;
  line-height: 2.5em;
}

.free-home-evaluation.step_1 .postal_code_section:after{
  margin:0px;
  padding:0px;
  list-style:none;
  clear:both;	
}
.free-home-evaluation.step_1 .postal_code_section .postal_code_1,
.free-home-evaluation.step_1 .postal_code_section .postal_code_2{
  width:100%;
  text-align: center;
}
.free-home-evaluation.step_1 .form-actions{
  margin:0px;
}
.free-home-evaluation.step_1 .postal_code_section .webform-component-textfield{
  width:15%;
}
.webform-client-form-inside .webform-component, .node-type-webform .webform-component, .page-node-add-webform .webform-component{
  width:100%;
}
.drip-group-container-wrapper .dripUp2{
	font-size:0.85em;
}
.free-home-evaluation.step_1 .postal_code_section .form-item{
  float:left;
  width:48.5%;
}
.free-home-evaluation.step_1 .postal_code_section .form-item:nth-child(2){
  width:1%;
  margin:0px 1%;
}
.free-home-evaluation.step_1 .postal_code_section:after{
  content:' ';
  line-height:0px;
  clear:both;
  margin:0px;
  display:block;
  padding:0px;
}
.free-home-evaluation.step_1 .webform-component:nth-of-type(4){
  display:none;
}
.free-home-evaluation.step_1 .postal_code_section{
  margin-right: auto;
  margin-left: auto;
  width: 40%;
}
.free-home-evaluation.step_1{
  text-align:center;
}
.free-home-evaluation.step_1 .webform-component-markup:nth-of-type(1) h1{
  color:#6d6d6d;
  background-color:transparent;
  font-family: "Open Sans", sans, Arial;
  font-weight:normal;
  font-size:3em;
  padding-bottom:0.5em;
}
.free-home-evaluation.step_1 .webform-component-markup:nth-of-type(1) p{
  font-family: "Open Sans", sans, Arial;
  color:#6d6d6d;
  margin: 0px;
}
.free-home-evaluation.step_1 .webform-component-markup:nth-of-type(1){
  padding: 0;
}
.free-home-evaluation.step_1 .steps{
  display:none;
}
.free-home-evaluation.step_1 .webform-component-textfield{
  width:50%;
  float: left;
  margin-left: 18%;
}
.free-home-evaluation.step_1 #edit-actions {
    width: 15%;
    display:inline-block;
    margin:0px;
    font-family: "Open Sans", sans, Arial;
    float: left;
    margin-left: -5px;
}
.free-home-evaluation.step_1 .webform-component-textfield input[type=text],
.free-home-evaluation.step_1 .webform-component-textfield input[type=search]{
    width: 100%;
    padding-left: 2em;
    font-size: 0.959em;
    margin: 0;
    background-image: url(../images/lead-forms-widget-icon-input-address.png);
    background-position: 0.8em center;
    background-repeat: no-repeat;
    box-sizing: border-box !important;
    border-radius: 4px 0 0 4px;
    border-width: 2px;
    border-color: #12a3d9;
    display:inline-block;
    font-family: "Open Sans", sans, Arial;
    height: 50px;
    -webkit-appearance: none;
}
.free-home-evaluation.step_1 .webform-component-markup:nth-of-type(3){
    display:none;
}
.free-home-evaluation.step_1 input[type="submit"]{
    width:100%;
    height: 50px;
    cursor: pointer;
    border-left: none;
    -webkit-appearance: none;
}
/* Step 2 */

.free-home-evaluation .webform-component-markup:nth-of-type(3) > h1,
.free-home-evaluation .webform-component-markup:nth-of-type(2) > .pref_location
{
  	margin-top: 0px;
    font-size: 1.3em;
}
.free-home-evaluation.step_2 .webform-component-fieldset,
.free-home-evaluation.step_3 .webform-component-fieldset,
.free-home-evaluation.step_4 .webform-component-fieldset{
    width: 30%;
    border: 0px;
    margin-right: auto;
    padding: 0px;
    margin: 0px;
    display: inline;
    float: left;
    margin-left:5%;
}
.free-home-evaluation .webform-component-fieldset legend{
  /*width:97%;
  margin:0px 1.5%;*/
  width: 98%;
  margin-left: 2%;
}
.free-home-evaluation .webform-component-fieldset legend span{
  font-size: 1.3em;
  font-weight: 600;

}
/*.free-home-evaluation .webform-component-fieldset legend:after{
  content:' ';
  display:block;
  padding: 0.5em 0em 0em;
  border-bottom:1px solid #d3d3d3;
  line-height:0px;
}*/
.free-home-evaluation .webform-component-fieldset .fieldset-wrapper{
  width: 93%;
  margin-left: auto;
  margin-right: auto;
  padding-top:1.0em;
  margin-bottom: 0.5em;
}
span.good-news {
    color: #3bbe73;
}
.free-home-evaluation.step_1 .fieldset-wrapper{
  width:87%;
}
.free-home-evaluation.step_3 .webform-component-fieldset .fieldset-wrapper{
  padding-top:0px;
}
.free-home-evaluation .webform-component-markup:nth-of-type(3),
.free-home-evaluation #webform-component-cid-39,
.free-home-evaluation #webform-component-cid-28,
.free-home-evaluation #webform-component-cid-12,
.free-home-evaluation #webform-component-cid-36,
#maplocation{
  padding-top: 0em;
  width: 55%;
  float: right;
  position: relative;
  margin-right:5%;
}
.free-home-evaluation.step2  .webform-component-markup:nth-last-of-type(2):before,
.free-home-evaluation.step3  .webform-component-markup:nth-last-of-type(2):before,
.free-home-evaluation.step4  .webform-component-markup:nth-last-of-type(2):before {
    content: '';
    height: 90%;
    width: 1px;
    background-color: #d3d3d3;
    position: absolute;
    top: 0;
    left: -7%;
    margin-top: 5%;
}
.free-home-evaluation  .webform-component-markup:nth-last-of-type(2) h1{
  font-size:1.5em;
  margin-top: 0px;
}
.free-home-evaluation.step2 .webform-component-markup:nth-last-of-type(2) p,
.free-home-evaluation.step3 .webform-component-markup:nth-last-of-type(2) p,
.free-home-evaluation.step4 .webform-component-markup:nth-last-of-type(2) p{
  font-size: 0.9em;
}
.free-home-evaluation #map_address_info,
.free-home-evaluation .dream_location,
.free-home-evaluation .user-address{
  font-weight: 700;
  font-size: 1em;
  margin-bottom: 0.5em;
}
.free-home-evaluation #map_address_info{
	margin-right:0.5em;
}

.free-home-evaluation.step_2 .webform-component-markup:nth-last-of-type(2) p:nth-of-type(1),
.free-home-evaluation.step_2 .webform-component-markup:nth-last-of-type(2) p:nth-of-type(2)
.free-home-evaluation.step_3 .webform-component-markup:nth-last-of-type(2) p:nth-of-type(1),
.free-home-evaluation.step_3 .webform-component-markup:nth-last-of-type(2) p:nth-of-type(2),
.free-home-evaluation.step_4 .webform-component-markup:nth-last-of-type(2) p:nth-of-type(1),
.free-home-evaluation.step_4 .webform-component-markup:nth-last-of-type(2) p:nth-of-type(2){
  display:none;
}

.free-home-evaluation .webform-component-fieldset .fieldset-wrapper .webform-component:nth-last-child{
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
}
.free-home-evaluation .webform-component-fieldset .fieldset-wrapper .webform-component select{
  width:100%;
}
/*.free-home-evaluation #map:before{
  content: " ";
  display:block;
  border-bottom:1px solid #d3d3d3;
}*/
.free-home-evaluation input[type="submit"]{
  background: #12a3d9;
  border-radius:4px;
  border: none;
  font-size: 0.9em;
  margin: 0px;
  width: 25%;
  color:white;
  font-weight: 700;
  letter-spacing: 2px;
  cursor:pointer;
}
.free-home-evaluation #map_address_info{
  display:inline-block;
}
.free-home-evaluation #location-text p,
.free-home-evaluation .change_details{
  display:inline-block;
  margin:0px;
}
.free-home-evaluation.step_3 #location-text p, .free-home-evaluation .change_details,
.free-home-evaluation.step_4 #location-text p, .free-home-evaluation .change_details{
  margin:0.5em 0px;
}
.free-home-evaluation .webform-component-markup:nth-of-type(1) h1{
  text-align:center;
  font-weight: 600;
  text-transform:capitalize;
  background-color: #3bbe70;
  color:#fff;
  margin:0px;
  padding: 0.65em 0px 0.55em;
  margin-top: 1.5em;
}
.free-home-evaluation .webform-component-markup h1.regular-title{
  color:#000000;
  background-color: transparent;
  text-align:left;
  padding:0px;
  font-size:1.3em;
}

.free-home-evaluation.step_2 .webform-component-markup:nth-of-type(2):before,
.free-home-evaluation.step_3 .webform-component-markup:nth-of-type(2):before,
#maplocation:before{
	content:' ';
	display:block;
	border:1px #c9c9c9 solid;
	position: absolute;
	float: left;
    left: -5.2%;
    height: 91%;
    top: 9%;
    box-sizing:border-box;
}
.free-home-evaluation .pref_location{
	margin-top:0px;
}
.free-home-evaluation #location-text input,
.free-home-evaluation .change_details input{
  background:none;
  box-shadow:none;
  margin: 0em;
  border:none;
  width:auto;
  display:inline-block;
  color: #12a3d9;
  padding: 1px 0px 0px 0em;
  letter-spacing:0px;
}
.free-home-evaluation .mistake-dream,
.free-home-evaluation .address-dream{
	padding-right: 0.5em;	
}
.free-home-evaluation #location-text input{
	cursor: pointer;
}
.free-home-evaluation #location-text input:focus,
.free-home-evaluation.step_3 .change_details input,
.free-home-evaluation.step_4 .change_details input{
    outline: none;
}

.free-home-evaluation .form-required{
  color:red;
}
.free-home-evaluation .home-info-row .home-info-label{
  float:left;
  display:inline-block;
  width:50%;
}
.free-home-evaluation .home-info-row .home-info-value{
  display:inline-block;
  width:50%;
}
.free-home-evaluation .home-info-row:after{
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
  font-size: 0;
}
.free-home-evaluation.step_2 .webform-component-markup:nth-last-of-type(2):after,
.free-home-evaluation.step_3 .webform-component-markup:nth-last-of-type(2):after,
.free-home-evaluation.step_4 .webform-component-markup:nth-last-of-type(2):after{
  content:' ';
  display:block;
  padding:0px;
  margin:0px;
  clear:both;
}
.free-home-evaluation #webform-component-cid-39:after{
  content:' ';
  display:block;
  padding:0px;
  margin:0px;
  clear:both;
}
.free-home-evaluation #edit-actions{
  width: 30%;
  margin-left: 5%;
  margin-bottom: 1.5em;
}
.free-home-evaluation #map{
  height: 440px !important;
}
.free-home-evaluation input[value="Back"] ,
.free-home-evaluation input[value="BACK"],
.free-home-evaluation input[value="< Previous Page"]{
  margin-left: 3.3%;
  width: auto;
  padding: 0.5em 1.5em;
  display:none;
}
.free-home-evaluation.step_3 input[value="CONTINUE"],
.free-home-evaluation.step_2 input[value="CONTINUE"],
.free-home-evaluation input[value="Get Evaluation"],
.free-home-evaluation input[value="Find Dream Home"]{
  width: auto;
  padding: 0.8em 1.5em;
  margin-left: 3.5%;
  width:93%;
  font-weight: 700;
  letter-spacing: 2px;
  -webkit-appearance: none;
}
.free-home-evaluation input[value="Get Evaluation"]{
  background-color:#3bbe70;
  text-transform: uppercase;
}
.free-home-evaluation .home_info{
  border: 1px solid #e4e4e4;
}
.free-home-evaluation .webform-component-markup:nth-of-type(3) > div.home-info-row:nth-of-type(odd),
.free-home-evaluation .home-info-row:nth-of-type(odd){
  background: #e9eff3;
  width:100%;
}
.free-home-evaluation .webform-component-markup:nth-of-type(3) > div.home-info-row:nth-of-type(even),
.free-home-evaluation .home-info-row:nth-of-type(even){
  background: #ffffff;
  width:100%;
}
.free-home-evaluation .webform-component-markup:nth-of-type(3) > div.home-info-row:nth-last-of-type():after{
  content:' ';
  display:block;
  clear:both;
  padding:0px;
  margin:0px;
}
.steps{
  box-sizing:border-box;
  box-shadow: 0 2px 5px rgba(20,20,25,0.2), inset 0 0 0 1px #fff;
  border-bottom: 1px solid #C5C0C0;
  border-left: 1px solid #C5C0C0;
  border-right: 1px solid #C5C0C0;
}
.free-home-evaluation .step{
  float:left;
  color:#666;
  width:25%;
  padding: 0.7em 0px 0em;
  font-family: Arial Rounded MT Bold,Helvetica Rounded,Arial,sans-serif;
}
.free-home-evaluation .step{
  width: 33.33%;
}
.free-home-evaluation .step_2{
  background: #fffffd;
}
.free-home-evaluation .step_3{
  background: #f3f3f3;
}
.free-home-evaluation .step_4{
  background: #e6e6e6;
}
/* Active/InProgress colours Dream Home */
.free-home-evaluation .steps .step_1.active.dream {
    background-color: #C76FF4;
}
.free-home-evaluation .steps .step_2.active.dream {
    background-color: #9038BC;
}
.free-home-evaluation .steps .step_3.active.dream {
    background-color: #60247e;
}
.free-home-evaluation .step.step_1.active.dream:after {
    border-left-color: #C76FF4;
}
.free-home-evaluation .step.step_2.active.dream:after {
    border-left-color: #9038BC;
}
.free-home-evaluation .step > div:nth-of-type(1){
  float:left;
  width:22%;
  font-size: 3.3em;
  text-align: right;
  margin: -0.05em 4% 0px 0px;
}
.free-home-evaluation .step .inner_step div:nth-of-type(1){
    font-size: 1.3em;
    text-transform: uppercase;
    font-weight: 700;
    margin-top: 0.3em;
}
.free-home-evaluation .active{
  color:#fff;
  background:#7db8fd;
  filter: none;
  position:relative;
}

.free-home-evaluation .step_2.active{
  background:#5ca6fd;
}
.free-home-evaluation .step_3.active{
  background:#3186f6;
}
.free-home-evaluation .step_4.active{
  background:#1874CD;
}
.free-home-evaluation .step > div:nth-of-type(2){
  float:left;
  text-align:left;
  margin-top: 0.15em;
}
.pref_location{
  display:none;
}
.steps:after{
  content:'';
  display:block;
  clear:both;
  padding:0px;
  margin:0px;
}
.step:after{
    content: '';
    display: block;
    border-top: 2.7em solid transparent;
    border-bottom: 3em solid transparent;
    border-left: 20px solid #fffffd;
    margin-top: -0.8em;
    margin-left: 100%;
    position: relative;

}
.step_3:after{
	border-left: 20px solid #f3f3f3;
}
.free-home-evaluation .step_1.active:after{
	border-left: 20px solid #7db8fd;
	    z-index: 5;
}
.free-home-evaluation .step_2.active:after{	
	border-left: 20px solid #5ca6fd;
	    z-index: 10;
}
.free-home-evaluation .step_3.active:after{
	border-left: 20px solid #3186f6;
	    z-index: 15;
}
.free-home-evaluation .step_4.active:after{
	border-left: 20px solid #0e72f9;
	    z-index: 20;
}
.step:last-of-type:after{
	border-color:#C5C0C0;
}
.free-home-evaluation .step:last-of-type:after{
	border-left: 1px solid #C5C0C0;
}
@media only screen and (max-width:1040){
  .free-home-evaluation .webform-component-markup:nth-of-type(1) h1{
    font-size: 1.7em;
  }
}
@media only screen and (max-width : 768px) {
	.free-home-evaluation.step_1{
		background-position:center center;
		background-size: cover;
	}
  .free-home-evaluation.step_1 .webform-component-textfield input[type=text],
  .free-home-evaluation.step_1 .webform-component-textfield input[type=search]{
		font-size: 0.8em;
	}
	.free-home-evaluation.step_3 .webform-component-fieldset legend{
		margin-bottom:1em;
	}
  .free-home-evaluation #map{
    pointer-events: none;
  }
}

@media only screen and (max-width : 640px) {
.free-home-evaluation .step > div:nth-of-type(1){
    font-size: 2.3em;
    width: 25%;
    margin-top:-0.1em;
}
.free-home-evaluation .step > div:nth-of-type(2){
	    font-size: 0.9em;
}
.free-home-evaluation .step .inner_step div:nth-of-type(1) {
    font-size: 0.8em;
   }
.step:after{
    border-top: 2.2em solid transparent;
    border-bottom: 2.1em solid transparent;
    border-left: 10px solid #fffffd;
   }
.free-home-evaluation .step_2.active:after {
   border-left: 10px solid #5ca6fd;
 }
 .free-home-evaluation .step_1.active:after {
    border-left: 10px solid #7db8fd;
   }
   
  .free-home-evaluation.step_2 .webform-component-fieldset,
  .free-home-evaluation.step_3 .webform-component-fieldset,
  .free-home-evaluation.step_4 .webform-component-fieldset,
  .free-home-evaluation.step_2 #edit-actions,
  .free-home-evaluation.step_3 #edit-actions,
  .free-home-evaluation.step_4 #edit-actions,
  .free-home-evaluation .webform-component-markup:nth-of-type(3) {
    width: 90%;	
    margin-left:5%;
  }
  .free-home-evaluation #webform-component-cid-12,
  .free-home-evaluation #webform-component-cid-28,
   .free-home-evaluation #webform-component-cid-39,
     .free-home-evaluation #webform-component-cid-36,
     #maplocation{
  	width:85%;
  	margin-left:8%;
  	float:none;
  	clear:both;
  }
  .free-home-evaluation.step_2 .webform-component-markup:nth-of-type(2):before, 
  .free-home-evaluation.step_3 .webform-component-markup:nth-of-type(2):before,
  .free-home-evaluation #webform-component-cid-39:before,
  .free-home-evaluation #webform-component-cid-28:before,
  .free-home-evaluation #webform-component-cid-36:before,
 #maplocation:before{
  	display:none;
  }
 .free-home-evaluation.step_2 input[value="CONTINUE"],
 .free-home-evaluation input[value="Get Evaluation"],
 .free-home-evaluation input[value="Find Dream Home"]{
 	width:94%;
 }
  .free-home-evaluation .webform-component-markup:nth-of-type(3) {
    float: left;
    margin-left: 8%;
    width: 84%;
    overflow: hidden;	
  }
  .spinner-loader:not(:required) {
    margin: 40% 50% 50% 50%;
  }
  .free-home-evaluation.step_1 .webform-component-textfield {
    width: 60%;
    margin-left: 7.5%;
}
.free-home-evaluation.step_1 #edit-actions {
    width: 25%;
   }
   .free-home-evaluation #map {
    height: 420px !important;
}
}

@media only screen and (max-width:568px){
	.free-home-evaluation .webform-component-markup:nth-of-type(1) h1{
		font-size:1.3em;
	}
  .free-home-evaluation .webform-component-markup:nth-of-type(2) h1,
  .free-home-evaluation .webform-component-fieldset legend span{
    font-size:1.1em;
  }
  .free-home-evaluation.step_1 .webform-component-textfield input{
  	width:60%
  }
  .free-home-evaluation #map_address_info{
  font-size: 0.9em;
  }
  .free-home-evaluation.step_1 .webform-component-markup:nth-of-type(1) h1 {
    font-size: 1.5em;
   }
   .free-home-evaluation.step_1 .webform-component-markup:nth-of-type(1) p {
    margin-top: 0px;
   }
   .free-home-evaluation.step_1{
   	min-height:300px;
   }
   .free-home-evaluation.step_1 .webform-component-markup:nth-of-type(1){
   	padding-top:3em;
   }
   .free-home-evaluation.step_1 .webform-component-textfield {
    width: 68%;
    margin-left: 4%;
}
}
@media only screen and (max-width:480px){
.free-home-evaluation .home_info,
.free-home-evaluation .change_details{
	font-size: 0.9em;
}
.free-home-evaluation .step > div:nth-of-type(1){
	width:22%;
	font-size: 2em;
}
.free-home-evaluation .step > div:nth-of-type(2) {
    font-size: 0.7em;
}
.free-home-evaluation .step .inner_step div:nth-of-type(1) {
    font-size: 0.8em;
}
}

@media only screen and (max-width:414px){
.free-home-evaluation .webform-component-fieldset legend span{
		padding-left:0px;
}
.free-home-evaluation.step_1 #edit-actions:hover{
	cursor:pointer;
}

.free-home-evaluation.step_1 #edit-actions {
    width: 22%;
   }
   .free-home-evaluation.step_1 .webform-component-textfield {
    width: 72%;
   }
   .free-home-evaluation.step_1 input[type="submit"]{
   	    letter-spacing: 1px;
   	    font-size: 0.7em;
   }
}

@media only screen and (max-width: 360px){
.free-home-evaluation.step_1 .webform-component-textfield input[type=text],
.free-home-evaluation.step_1 .webform-component-textfield input[type=search] {
    font-size: 0.7em;
}
      .free-home-evaluation .change_details input{
   	padding-left:0px;
   	display:block;
   }
   .free-home-evaluation .step > div:nth-of-type(1){
	font-size: 1.7em;
}
.free-home-evaluation .step > div:nth-of-type(2) {
    font-size: 0.65em;
}
.step:after {
    border-top: 1.8em solid transparent;
    border-bottom: 1.6em solid transparent;
    border-left: 6px solid #fffffd;
}
.free-home-evaluation .step_1.active:after {
    border-left: 6px solid #7db8fd;
}
.free-home-evaluation .step_2.active:after {
    border-left: 8px solid #5ca6fd;
}
.free-home-evaluation.step_1 #edit-actions {
    width: 24%;
}
.free-home-evaluation.step_1 .webform-component-textfield {
    width: 70%;
}
}

@media only screen and (max-width: 320px){
.free-home-evaluation .step > div:nth-of-type(1) {
    font-size: 1.5em;
}
.free-home-evaluation .step > div:nth-of-type(2) {
    font-size: 0.55em;
}
.free-home-evaluation.step_1 .webform-component-textfield {
    width: 66%;
}
.free-home-evaluation.step_1 #edit-actions {
    width: 28%;
}
}
/* Groups for All Forms */
/* Common Group Styles */
#dripOverlay{
    width:100%;
    height:100%;
    position:fixed;
    top:0;
    left:0;
 background:rgba(0,0,0,0.4);
  z-index:100000;
  display:none;
}
#dripMessageBox{
    width:460px;
    max-width: 90%;
    position:fixed;
    left:50%;
    top:550px;
        background: #fff;
    border: 1px solid #c5c5c5;
    border-radius:3px;
    padding: 4px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
#dripTitle{
border: 1px solid #dddddd;
    background: #e9e9e9;
    color: #333333;
    font-weight: bold;
    padding: .4em .4em;
    position: relative;
    border-radius: 3px;
    text-align: right;
}
#dripMessageBox a.closeDripBox{
    color: #454545;
    z-index: 200;
    text-decoration: none;
    font-size: 0.9em;
    border: 1px solid #c5c5c5;
    background: #f6f6f6;
    font-weight: normal;
    border-radius: 3px;
    line-height: 1;
    width: 1.5em;
    height: 1.4em;
    display: inline-block;
    text-align: center;
    line-height: 1.4em;
}
#dripMessageBox a.closeDripBox:before{
	content: "";
display:block;
width:100%;
height:100%;
background:url('../images/dripClose.png') no-repeat center center;
}
#dripMessageBox p{
    font-size: 0.95em;
    margin: .7em 1em 1em;
}
.drip-group-container{
	width:100%;
	margin:0px;
	box-sizing: border-box;
}
.drip-group-container .form-item.form-type-checkbox{
    margin: 5px 1%;
	width:49%;
	background-color:#ececec;
	border-radius:4px;
	border:3px solid #ececec;
	float:left;
	box-sizing: border-box;
	text-align: center;
	padding:0px;
}
.drip-group-container .form-checkbox{
	width:100%;
}
.drip-group-container > .form-item{
	background:transparent;
	border:none;
	width:100%;
}
.drip-group-container .groups-wrapper.form-item{
	width:100%;
	background-color:transparent;
	border:none;
	margin:0px;
}
.drip-group-container .form-item label{
    height: 36px;
    line-height: 38px;
    font-weight:600;
    padding:0px;
    margin:0px;
    width:100%;
    display:inline-block;
    cursor: pointer;
        font-size: 0.8em;
}
.drip-group-container .form-item:nth-child(1),
.drip-group-container .form-item:nth-child(3){
	margin-left:0px;
}
.drip-group-container .form-item:nth-child(4),
.drip-group-container .form-item:nth-child(2){
	margin-right:0px;
}
.drip-group-container .form-item:nth-child(4):after{
	content:'';
	margin:0px;
	padding:0px;
	clear:both;
}
.chosen-container-multi .chosen-choices{
    border-radius:4px;
}
.chosen-container-active .chosen-choices,
.chosen-container,
div[class*="subgroup-container"]{
	width:100% !important;
	margin:0px;
	line-height:30px;
}
div[class*="subgroup-container"]{
	margin-top:-5px;
	margin-bottom: 1em;
}
div[class*="subgroup-container"] label,
.drip-group-container > .form-item > label{
	display:none;
}
.chosen-container-multi .chosen-choices li.search-choice,
.choice .chosen-container-multi .chosen-choices li.search-field{
	line-height:20px;
    margin: 3px 0px;
    margin-right: 4px;
    width: auto !important;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close{
	top: 8px;
}
.choice .chosen-container-multi .chosen-choices li.search-field input[type=text],
.chosen-container-multi.chosen-container-active li.search-field input[type=text]{
    height:30px;   
    line-height:23px;
    text-align:left;
    width:auto !important;
}
.drip-group-container.buy .form-item.form-type-checkbox:nth-child(1),
.drip-group-container.sell .form-item.form-type-checkbox:nth-child(2),
.drip-group-container.rent .form-item.form-type-checkbox:nth-child(3),
.drip-group-container.other .form-item.form-type-checkbox:nth-child(4){
	border:3px #0fb2e3 solid;
	position:relative;
}
.drip-group-container.buy .form-item.form-type-checkbox:nth-child(1):before,
.drip-group-container.sell .form-item.form-type-checkbox:nth-child(2):before,
.drip-group-container.rent .form-item.form-type-checkbox:nth-child(3):before,
.drip-group-container.other .form-item.form-type-checkbox:nth-child(4):before{
    display: block;
    content: '';
    position: absolute;
    background: url('./../images/group-icon.png') no-repeat;
    width: 20px;
    height: 20px;
    background-size: 100%;
    left: 0px;
    top: 0px;
    margin-left: -10px;
    margin-top: -10px;
      pointer-events: none;
}
div[class*="subgroup-container"] .chosen-container-multi .chosen-choices li.search-field input[type=text],
div[class*="subgroup-container"] .chosen-container-multi .chosen-choices li.search-field{
	width:100%!important;
}
.drip-group-container{
    display:block;
    overflow: visible;
}
.drip-group-container div[id*="drip-group"]:after,
.drip-group-container:after{
	  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
  font-size: 0;
}
 .webform-client-form-inside .free-home-evaluation .drip-group-container input{
	display:none;
}
.hide-field{
	display:none;
}

.free-home-evaluation.step_3 .consent-checkbox-form{
  margin: 10px;
  display: flex;
  align-items: start;
  width: 100%;
}
.free-home-evaluation.step_3 .consent-checkbox-form input{
  width: auto !important;
  float: left;
}
.free-home-evaluation.step_3 .consent-checkbox-form .new_disclaimer{
  font-size: 0.75em;
  width: 93%;
  margin-left: 1.5%;
  padding-bottom: 1em;
  overflow-wrap: break-word;
}

@media(max-width:568px){
  .free-home-evaluation.step_3 .consent-checkbox-form{
    margin-top: 2em;
  }
}
