@charset "UTF-8";
@import url(//fonts.googleapis.com/css?family=Open+Sans:300,400,700,800);
@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css);

@font-face {
    font-family: 'gorditaregular';
    src: url('../fonts/gordita-regular-webfont.woff2') format('woff2'),
         url('../fonts/gordita-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

.customimageUser{
	height:100%;
	overflow:hidden;
	position:absolute;
	width:100%;
}
.customimageUser img{
	width:100%;
	display:none;
}
body.nb .main_content.customBG{
	background:none;
}

/* Incom Real Estate "What's My Home Worth" landing page style */

/* Reset */
html, body, div, h1, h2, span, input, select, label {
    font-family: "Open Sans", sans-serif, Arial;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0;
}
html, body {
    height: 100%;
    width: 100%;
}
input[type=submit] {
    -webkit-appearance: none;
    appearance: none;
}

/*** Step 1
 *      ___ _              _ 
 *     / __| |_ ___ _ __  / |
 *     \__ \  _/ -_) '_ \ | |
 *     |___/\__\___| .__/ |_|
 *                 |_|       
 */
body {
    width: 100%;
    margin: 0;
    padding: 0;
    font-size: 1em;
}
h1 {
    font-weight: normal;
    font-size: 3.6em;
    color: #6d6d6d;
}
p {
    color: #626262;
}

a, a:hover {
    color: inherit;
}
a {
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
    color: #12a3d9;
}

/* Things to hide */
label[for=edit-address] {
    display: none;
}

.wrapper {
    margin: 0 auto;
    position: relative;
    text-align: center;
}
.main-content {
    width: 100%;
    
    image-rendering: auto;
}
.wrapper-logo {
    width: 100%;
    height: 130px;
    margin-top: 5%;
    display: inline-block;
    text-align: center;
    image-rendering: auto;
}
.wrapper-logo img {
    max-width: 100%;
    max-height: 100%;
    border: 0;
}
/* Form Area */

#whats_my_home_worth_form .form-item,
#whats_my_commercial_property_worth_form .form-item,
#neighbourhood_buzzer_form .form-item,
#dream_home_landing_page_form .form-item,
#dream_commercial_property_landing_page_form .form-item {
	position: relative;
}
#whats_my_home_worth_form .form-item .custom-dropdown,
#whats_my_commercial_property_worth_form .form-item .custom-dropdown,
#neighbourhood_buzzer_form .form-item .custom-dropdown,
#dream_home_landing_page_form .form-item .custom-dropdown,
#dream_commercial_property_landing_page_form .form-item .custom-dropdown {
	top: 100%;
    width: 100%;
    background-color: #fff;
    position: absolute !important;
    z-index: 1000;
    border-radius: 2px;
    border-top: 1px solid #d9d9d9;
    font-family: Arial, sans-serif;
    -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .3);
    box-shadow: 0 2px 6px rgba(0, 0, 0, .3);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
}
#whats_my_home_worth_form .form-item .custom-dropdown:after,
#whats_my_commercial_property_worth_form .form-item .custom-dropdown:after,
#neighbourhood_buzzer_form .form-item .custom-dropdown:after,
#dream_home_landing_page_form .form-item .custom-dropdown:after,
#dream_commercial_property_landing_page_form .form-item .custom-dropdown:after {
    content: "";
    padding: 1px 1px 1px 0;
    height: 18px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: right;
    display: block;
    background-image: url(https://maps.gstatic.com/mapfiles/api-3/images/powered-by-google-on-white3.png);
    background-position: right;
    background-repeat: no-repeat;
    -webkit-background-size: 120px 14px;
    background-size: 120px 14px;
}
#whats_my_home_worth_form .form-item .custom-dropdown > div,
#whats_my_commercial_property_worth_form .form-item .custom-dropdown > div,
#neighbourhood_buzzer_form .form-item .custom-dropdown > div,
#dream_home_landing_page_form .form-item .custom-dropdown > div,
#dream_commercial_property_landing_page_form .form-item .custom-dropdown > div {
    cursor: default;
    padding: 0 4px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    line-height: 30px;
    text-align: left;
    border-top: 1px solid #e6e6e6;
    font-size: 11px;
    color: #515151;
}
#whats_my_home_worth_form .form-item .custom-dropdown > div span.icon-marker,
#whats_my_commercial_property_worth_form .form-item .custom-dropdown > div span.icon-marker,
#neighbourhood_buzzer_form .form-item .custom-dropdown > div span.icon-marker,
#dream_home_landing_page_form .form-item .custom-dropdown > div span.icon-marker,
#dream_commercial_property_landing_page_form .form-item .custom-dropdown > div span.icon-marker {
width: 15px;
height: 20px;
margin-right: 7px;
margin-top: 6px;
display: inline-block;
vertical-align: top;
background-image: url(https://maps.gstatic.com/mapfiles/api-3/images/autocomplete-icons.png);
-webkit-background-size: 34px 34px;
background-size: 34px;
background-position: -1px -161px;
}
#whats_my_home_worth_form .form-item .custom-dropdown > div span.inside strong,
#whats_my_commercial_property_worth_form .form-item .custom-dropdown > div span.icon-marker,
#neighbourhood_buzzer_form .form-item .custom-dropdown > div span.inside strong,
#dream_home_landing_page_form .form-item .custom-dropdown > div span.inside strong,
#dream_commercial_property_landing_page_form .form-item .custom-dropdown > div span.inside strong {
    font-size: 13px;
    color: #000;
}



#whats_my_home_worth_form > div,
#whats_my_commercial_property_worth_form > div,
#neighbourhood_buzzer_form > div,
#dream_home_landing_page_form > div,
#dream_commercial_property_landing_page_form > div {
    text-align: center;
    width: 100%;
    height: 50px;
}
#dream_home_landing_page_form > div input::-webkit-input-placeholder,
#dream_commercial_property_landing_page_form > div input::-webkit-input-placeholder { 
	text-align:left; 
}
#dream_home_landing_page_form > div input:-moz-placeholder,
#dream_commercial_property_landing_page_form > div input:-moz-placeholder { 
	text-align:left; 
}
#dream_home_landing_page_form > div input::-moz-placeholder,
#dream_commercial_property_landing_page_form > div input::-moz-placeholder {
   text-align: left;  
}
#neighbourhood_buzzer_form  > div input::-webkit-input-placeholder { 
	text-align:left; 
}
#neighbourhood_buzzer_form  > div input:-moz-placeholder { 
	text-align:left; 
}
#neighbourhood_buzzer_form  > div input::-moz-placeholder{
   text-align: left;  
}
#whats_my_home_worth_form  > div input::-webkit-input-placeholder { 
	text-align:left; 
}
#whats_my_home_worth_form > div input:-moz-placeholder { 
	text-align:left; 
}
#whats_my_home_worth_form > div input::-moz-placeholder{
   text-align: left;  
}
#whats_my_home_worth_form .form-item,
#whats_my_home_worth_form .search_button,
#whats_my_commercial_property_worth_form .form-item,
#whats_my_commercial_property_worth_form .search_button,
#neighbourhood_buzzer_form .form-item,
#neighbourhood_buzzer_form .search_button,
#dream_home_landing_page_form .form-item,
#dream_home_landing_page_form .search_button,
#dream_commercial_property_landing_page_form .form-item,
#dream_commercial_property_landing_page_form .search_button {
    display: inline-block;
}
#whats_my_home_worth_form .form-item,
#whats_my_commercial_property_worth_form .form-item,
#neighbourhood_buzzer_form .form-item,
#dream_home_landing_page_form .form-item,
#dream_commercial_property_landing_page_form .form-item {
    width: 25%;
    min-width: 310px;
    max-width: 500px;
    box-shadow: 0 0 20px rgba(0,0,0,0.2);
}
#dream_commercial_property_landing_page_form .form-item {
    min-width: 430px;
}
@media(max-width: 500px) {
    #dream_commercial_property_landing_page_form .form-item {
        min-width: 220px;
    }
    #dream_commercial_property_landing_page_form .form-submit {
        padding: 0 1em;
    }
}
#whats_my_home_worth_form .form-item{
    box-shadow: 0 0 10px rgba(0,0,0,0.2); 
}
#whats_my_home_worth_form .search_button,
#whats_my_commercial_property_worth_form .search_button,
#neighbourhood_buzzer_form .search_button,
#dream_home_landing_page_form .search_button,
#dream_commercial_property_landing_page_form .search_button {
    margin-left: -6px;
}
.search_button {
    border-radius: 0 4px 4px 0;
}
.wrapper-inner {
    position: absolute;
    width: 100%;
    margin: 0;
    top: 55%;
    -webkit-transform: translateY(-90%);
    transform: translateY(-90%);
    transition:transform 0.6s;
}
.step-1.hv .wrapper-inner {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.step-1.hv h1{
    margin:0em 0px 0.5em;
    line-height:1;
}
.step-1.hv .description p{
    margin-top:1.2em;
    font-family:'gorditaregular','Open Sans', sans-serif;
}
.description p {
    font-size: 1em;
    font-weight: 300;
    margin: 5px 5px 2em 5px;
}
#edit-unit_no,
#edit-address {
    font-size: 1em;
    height: 47px;
    width: 100%;
    box-sizing: border-box;
    padding-left: 2.5em;
    border: 2px solid #12a3d9;
    border-radius: 4px 0 0 4px;
    float: left;
    background-image: url(../images/location-marker-new.png);
    background-position: 0.8em center;
    background-size: auto 40%;
    background-repeat: no-repeat;
    image-rendering: auto;
}
#edit-unit_no{
    border-left: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    background-image:none;
    padding-left:1em;
    }
    .formvaluation-wrapper{    
        justify-content: center;
        display: flex;
        height: 47px;
    }
    #whats_my_home_worth_form .formvaluation-wrapper div.form-item:nth-child(2),
    #whats_my_commercial_property_worth_form .formvaluation-wrapper div.form-item:nth-child(2) {
        max-width: 250px;
        min-width: 150px;
        width: 10%;
}
.form-submit {
    height: 47px;
    padding: 0 1em;
    box-sizing: border-box;
    width: 100%;
    font-size: 1.1em;
    color: #fff;
    border: 2px solid #12A3D9;
    border-left: none;
    background-color: #12a3d9;
    float: left;
    cursor: pointer;
    border-radius: 0 4px 4px 0;
}
.form-submit:hover {
    background-color: #6FCFED;
}

footer {
    width: 100%;
    height: auto!important;
    min-height: 35px;
    padding: 12px 5px;
    box-sizing: border-box;
    background: #fff;
    position: fixed;
    z-index: 10;
    font-size: 0.8em;
    left: 0;
    bottom: 0;
    color: #7e8487;
    image-rendering: auto;
}
footer p {
    margin: 0;
    text-align: center;
}
footer #incom-logo {
    display: inline-block;
    width: 73px;
    height: 22px;
    vertical-align: -5px;
    margin-left: 7px;
    text-align: left;
}
footer #incom-logo img {
    width: auto;
    height: 100%;
    border: 0;
    display: none;
}
span#incom-logo {
    position: relative;
}
span#incom-logo:before {
    content: '';
    position: absolute;
    background-image: url(../images/InComNewLogo-grey.png);
    background-size: 100%;
    width: 73px;
    height: 22px;
    left: 1.1em;
}
span#incom-logo .copy {
	line-height: 22px;
	position: absolute;
    left: 0;
}
span#incom-logo:hover:before,
footer a:hover span#incom-logo:before {
    background-image: url(/modules/free_home_valuation/images/InComLogo-New2014.png);
}
.step-1 body .main_content{
    height: calc(100% - 65px);
}
body .main_content{
    height: calc(100% - 160px);
}
/*** Step 2
 *      ___ _              ___ 
 *     / __| |_ ___ _ __  |_  )
 *     \__ \  _/ -_) '_ \  / / 
 *     |___/\__\___| .__/ /___|
 *                 |_|         
 */
body.step-2 {
    background-image: url(../images/step2-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
    overflow: auto;
}
body.step-2.step-3{
    height: 100%;
    min-height: 100vh;
}
.step-2 h3 {
    width: 100%;
    background-color: #0fb2e3;
    color: #fff;
    font-size: 1.2em;
    font-weight: normal;
    box-sizing: border-box;
    text-align: left;
    padding: 0.4em 0.2em;
    padding-left: 2em;
    margin: 0 auto;
    border: 2px solid #fff;
    border-top: 0;
    border-radius: 0 0 10px 10px;
    background-image: url(../images/location-marker-large.png);
    background-repeat: no-repeat;
    background-position: 8px 5px;
    background-size: auto 34px;
}
.step-2.dh h3 {
    background-color: #b56cd3;
}
.step-2 .bg-wrapper {
    width: 90%;
    height: 100%;
    margin: 0 auto;
    display: block;
}
.step-2 .bg-right {
    min-width: 450px;
    width: 39%;
    float: right;
    background-color: rgba(0,0,0,0.3);
    height: 100%;
    z-index: 2;
    position: relative;
} 

.step-2 h1 {
    color: rgba(124,122,123,0.75);
    font-weight: 800;
    display: inline-block;
    margin: 28px 0 0 145px;
}
.step-2 h1 .head--blue {
    font-weight: normal;
    color: #3fc1e9;
}
.step-2 h1 .head--purple {
    font-weight: normal;
    color: #b56cd3;
}

/* HEADING */
.step-2 .header_top {
    height: 15px;
    width: 100%;
    background-color: #0fb2e3;
    position: relative;
    z-index: 4;
}
.dh.step-2 .header_top {
    background-color: #b56cd3;
}
.step-2 .header {
    height: 135px;
    width: 100%;
    z-index: 3;
    position: relative;
    background-color: rgba(255,255,255,0.5);
}
.step-2 .header .head-contents {
    margin: 0 auto;
    width: 90%;
    height: inherit;
    box-sizing: border-box;
}
.step-2 .header .head-left {
    display: inline-block;
    position: absolute;
    box-sizing: border-box;
    width: 70%;
}
.step-2 .header .head-left:before {
    content: '';
    display: inline-block;
    background-image: url(../images/step2-marker.png);
    background-repeat: no-repeat;
    position: absolute;
    width: 158px;
    height: 261px;
    left: -20px;

    transition: transform 0.6s;
}
.step-2.dh .header .head-left:before {
    background-image: url(../images/dh-step2-marker.png);
}
.step-2 .header .head-right {
    display: inline-block;
    width: 39%;
    min-width: 450px;
    height: inherit;
    float: right;
    padding: 15px;
}
.hv.step-2 .header .head-right{
    position: relative;
    z-index: 2;
}
.step-2 .header .head-right.nb,
.step-2 .header .head-right.dh {
    background-color: rgba(0,0,0,0.3);
    position: relative;
}
.step-2 .header .head-right.dh {
    padding: 4px;
}
.step-2 .wrapper-logo {
    margin: 0;
    height: 100%;
}
.step-2 .wrapper-logo a {
    height: 100%;
    width: auto;
    display: block;
}
.hv.step-2 .wrapper-logo a{
    width: 250px;
    margin: 0 auto;
}

/* CONTENT */

.step-2 .main_content {
    width: 100%;
    top: 150px;
    position: absolute;
    bottom: 0px;
}
.step-2 .wrapper {
    width: 90%;
    margin: 0 auto;
    box-sizing: border-box;
    position: relative;
    height: 100%;
    display: block;
}
.hv.step-2 .header .head-contents,
.hv.step-2 .bg-wrapper,
.hv.step-2 .wrapper{
    width:94%;
}
.step-2 .wrapper-map {
    margin-left: -4%;
    width: 63%;
    height: auto;
    display: block;
    position: absolute;
    float: left;
    top: 6em;
    bottom: 73px;
}
.hv.step-2 .wrapper-map{
    max-width: calc(97% - 530px);
    margin-left: 0;
    width: 58%;
}
.step-2 h2 {
    display: inline-block;
    white-space: normal;
    text-align: center;
    margin: 0 auto;
    font-weight: normal;
    font-size: 1em;
    padding: 0.5em;
    color: #060606;
    font-style: italic;
    background-color: #fff;
    border-radius: 10px 10px 0 0;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
}
.step-2 h2 .head--green {
    color: #17d61c;
    font-weight: bold;
}
.step-2 #map {
    height: calc( 100% - 80px );
    width: 100%;
    margin: 0 auto;
    border: solid 2px #fff;
    border-bottom: 0;
    border-radius: 20px 20px 0 0;
    box-shadow: 0 -3px 4px rgba(0,0,0,0.1);
}

.step-2-map-input {
    background-color: transparent;
    color: #fff;
    font-family: "Open Sans";
    font-size:  inherit;
    width: 100%;
    height: 100%;
}
.step-2-map-input:hover,
.step-2-map-input:focus {
  background-color: #fff;
  color: #333;
}

.step-2 .content_form {
    height: auto;
    position: absolute;
    padding-top: 1em;
    padding-bottom: 4em;
    right: 0;
    top: 0;
    bottom: 73px;
    background: rgba(0,0,0,0.3);
    font-size: 1em;
    text-align: center;
    color: #fff;
}
.step-2 .content_form .form-item {
    position: relative;
    box-sizing: border-box;
    height: 40px;
    margin-bottom: 10px;
}
.hv.step-2 .content_form .form-item{
    height:42px;
}
.hv.step-2 .content_form .form-item span{
font-family:'gorditaregular','Open Sans', sans-serif;
}
.step-2 .content_form .form-item.Type-of-Basement{
	height:auto;
	min-height:40px;
}
.wrapper-info-lead .form-item:nth-child(2),
.step-2 .content_form .lname-field{
    display:none;
}
.step-2 .content_form,
.step-2 .header .head-right,
.step-2 .bg-right {
    width: 39%;
    min-width: 400px;
}
.hv.step-2 .header .head-right,
.hv.step-2 .bg-right,
.hv.step-2 .content_form{
    min-width:530px;
}
.step-2 .content_form .form-heading {
    text-transform: none;
    margin-bottom: 1em;
    text-align: left;
    margin-top: 0em;
    display: inline-block;
    width: 83%;
    font-size: 1.2em;
    font-weight: 600;
}

.step-2 .content_form label {
    display: none;
}
.hv.step-2 .content_form .form-heading{
    text-align:center;
}
.step-2 .content_form input:not([type="checkbox"]),
.step-2 .content_form select,
.ui-selectmenu-button {
    width: 82%;
    text-align: center;
    box-sizing: border-box;
    border: 2px solid transparent;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    border-radius: 4px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    background-color: #fff;
    font-size: 0.9em;
}
.hv.step-2 .content_form input,
.hv.step-2 .content_form select,
.hv.step-2 .ui-selectmenu-button {
    width:92%!important;
    border-radius: 0;
    text-align:left;
}
.hv.step-2 .steps{
    display: flex;
    justify-content: space-around;
    border-radius: 30px;
    height:52px;
    width: 86%;
    margin: 1em auto 2em;
}
.hv.step-2 .steps div{
    width:33%;
    display:flex;
}
.hv.step-2 .steps div span.number{
    display: block;
    width: 48px;
    height: 48px;
    border-radius: 28px;
    background-color: #fff;
    margin: 2px 5px;
    color: #000;
    line-height: 40px;
    border: 5px solid #343841;
}
.hv.step-2 .steps div span.number span{
    font-family: 'Oswald', sans-serif;
    font-size:0.8em;
}
.hv.step-2 .steps div span.word{
    background:url(../images/stepsbg.png) repeat-x left center;
    background-size:auto 100%;
    width:calc(100% - 53px);
    position:relative;
    font-family: 'Oswald', sans-serif;
    font-size:0.8em;
    line-height:52px;
}
.hv.step-2 .steps div span.word:before{
    content:'';
    height:52px;
    width:18px;
    background:url(../images/stepsleft.png) no-repeat left center;
    background-size:auto 100%;
    display: block;
    position: absolute;
    left: -13px;
    top: 0;
}
.hv.step-2 .steps div span.word:after{
    content:'';
    height:52px;
    width:18px;
    background:url(../images/stepsright.png) no-repeat left center;
    background-size:auto 100%;
    display: block;
    position: absolute;
    right: -18px;
    top: 0;
}
.hv.step-2 .steps div.third span.word:after{
    background:url(../images/stepsend.png) no-repeat left center;
    background-size:auto 100%;
    right: -32px;
    width:32px;
}
.hv.step-2 .steps div.third span.word{
    width: calc(100% - 80px);
}
.hv.step-2.stepinner1 .steps div.third,
.hv.step-2.stepinner2 .steps div.second span.word,
.hv.step-2.stepinner2 .steps div.second span.number,
.hv.step-2 .steps div.first span.word,
.hv.step-2 .steps div.first span.number{
opacity:0.5;
}
.hv.step-2.stepinner2 .steps div.second,
.hv.step-2  .steps div.first{
    position:relative;
}
.hv.step-2.stepinner2 .steps div.second:before,
.hv.step-2 .steps div.first:before{
    content: '';
    display: block;
    width: 30px;
    height: 25px;
    background: url(../images/complete.png) no-repeat center center;
    background-size: auto 100%;
    position: absolute;
    left: 13px;
    top: 14px;
    z-index: 2;
}
.hv.step-2.stepinner2 .steps div.second span.number,
.hv.step-2 .steps div.first span.number{
background-color:transparent;
}
.hv.step-2.stepinner2 .steps div.second span.number span{
    display:none;
}
.hv.step-2 div[class*="drip"]{
    display:none!important;
}
#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:50%;
        background: #fff;
    margin:-100px 0 0 0px;
    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;
       line-height: 1;
}
#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;
     width: 1.4em;
    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('dripClose.png') no-repeat center center;
}
#dripMessageBox p{
    font-size: 1em;
    margin: .7em 1em 1em;
}
.drip-group-heading-wrapper{
	width:82%;
    margin: 0px 9% 10px;
    text-align:left;
    font-weight:600;
}
.step-2 .content_form .drip-group-container.buy .form-item:nth-child(1),
.step-2 .content_form .drip-group-container.sell .form-item:nth-child(2),
.step-2 .content_form .drip-group-container.rent .form-item:nth-child(3),
.step-2 .content_form .drip-group-container.other .form-item:nth-child(4){
	border:3px #0fb2e3 solid;
	position:relative;
}
.drip-group-container.buy .form-item:nth-child(1):before,
.drip-group-container.sell .form-item:nth-child(2):before,
.drip-group-container.rent .form-item:nth-child(3):before,
.drip-group-container.other .form-item: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;
}
.drip-group-container{
    width: 82%;
    margin: 0px 9%;
    display:block;
    overflow: visible;
}
.drip-group-container input{
	display:none;
}
.step-2 .content_form .drip-group-container .form-item{
	width:48%;
	margin:0px 4% 10px 0;
	background-color:#fff;
    border-radius: 4px;
    height:40px;
    float: left;
    border:2px #fff solid;    
}
.step-2 .content_form .drip-group-container .form-item:nth-child(even){
	margin-right:0px;
}
.step-2 .chosen-container-multi .chosen-choices{
	border-radius:4px;
    min-height: 40px;
}

.step-2 .chosen-container-multi .chosen-choices li.search-field input[type=text]{
	height:36px;
	width:100% !important;
	text-align:center;
}
.step-2 .chosen-container-multi .chosen-choices li.search-choice,
.step-2 .choice .chosen-container-multi .chosen-choices li.search-field{
	height:30px;
	line-height:23px;
}
.step-2 .chosen-container-multi .chosen-choices li.search-field{
	width:100%;
}
.step-2 .chosen-container-multi .chosen-choices li.search-choice .search-choice-close{
	top: 9px;
}
.step-2 .choice .chosen-container-multi .chosen-choices li.search-field,
.step-2 .chosen-container-multi.chosen-container-active li.search-field{
	width:auto !important;
	margin: 3px 0px;
}
.step-2 .choice .chosen-container-multi .chosen-choices li.search-field input[type=text],
.step-2 .chosen-container-multi.chosen-container-active li.search-field input[type=text]{
    height:30px;   
    line-height:23px;
    text-align:left;
    width:auto !important;
}
.step-2 .chosen-container.chosen-container-multi {
  width: 100% !important;
}
.drip-group-container .form-item:nth-child(even){
    margin:0px 0px 10px 2%;
}
.drip-group-container .form-item label{
	color: #555;
	line-height:38px;
	font-size: 0.8em;
	cursor: pointer;
	display:inline-block;
	width: 100%;
}
.drip-group-container:after{
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
    font-size: 0;
}
div[class*="subgroup-container"]{
	width: 82%;
    margin: 0px 9%;
    height:auto;
    min-height:40px;
}
.step-2 div[class*="subgroup-container"] .form-item{
	height:auto !important;
	min-height:40px;
}
.step-2 div[class*="subgroup-container"] input.default::-webkit-input-placeholder{
   text-align: center;
}
.step-2 .content_form .form-item.Type-of-Basement{
   width: 82%;
   margin: auto;
   margin-bottom: 1em;
}
:-moz-placeholder { /* Firefox 18- */
   text-align: center;  
}

::-moz-placeholder {  /* Firefox 19+ */
   text-align: center;  
}

:-ms-input-placeholder {  
   text-align: center; 
}
.step-2 .content_form input[type=submit] {
    padding: 15px 5px;
}
.step-2 .content_form select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url(../images/select-bluearrow-sprite.png);
    background-repeat: repeat-y;
    background-position: 101% -2px;
    background-size: auto 215%;
    padding: 0;
}
.step-2 .content_form select::-ms-expand {
    display: none;
}
.step-2 .content_form select:hover {
    background-position: 101% -89.5%;
}
.step-2 .content_form select:after {
    content: '';
    width: 40px;
    height: 40px;
    background-color: #000;
}
.step-2 .content_form input:focus,
.step-2 .content_form select:focus {
    border: 2px solid #7CD2EC;
}
.step-2 .radius-wrapper{
    position: absolute;
    z-index: 50;
    right: 0px;
    margin: 0.5em 0.5em 0px 0px;
    padding: 0em 0.6em 0.4em 0.6em;
    background: white;
    border-radius: 3px;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
}
.step-2 .radius-wrapper .ui-slider-horizontal {
    height: .5em;
    margin-top: 0.2em;
}
.step-2 .radius-wrapper .ui-slider .ui-slider-handle{
    width: 0.9em;
    height: 1em;
    margin-left: -.4em;
}
.step-2 .radius-wrapper label{
    font-size: 0.7em;
    font-weight: 700;
}
.step-2 .radius-wrapper input{
	width: 38px !important;
}
.step-2 .radius-wrapper #slider span{
    background: #dadada url('./../images/ui-bg_glass_75_dadada_1x400.png') 50% 50% repeat-x;
}
/* Captcha Styles */
.recaptcha-wrapper{
    margin: auto;
    margin-top: 0.8em;
    margin-bottom: 0.8em;
    width: 82%;
}
/* End of Captcha, until next time */

.step-2 .search_button {
    width: 100%;
    display: inline-block;
    text-align: center;
}
.step-2 .content_form input.form-submit {
    float: none;
    color: transparent;
    background-color: #17d61c;
    box-shadow: 0 0 20px rgb(18, 170, 22);
    position: relative;
    z-index: 1;
    background-image: url(../images/getfreeinstantupdates.png);
    background-repeat: no-repeat;
    background-size: 80% auto;
    background-position: center center;
}
.hv.step-2 .content_form input.form-submit {
    background-image: none;
    color:#fff;
    font-family:'gorditaregular','Open Sans', sans-serif;
    font-size: 1em;
    padding: 0;
    height: 42px;
    line-height: 36px;
    text-align:center;
}
.dh.step-2 .content_form .form-submit.first_step {
    background-image: none;
    color: #fff;
    font-size: 1.1em;
}
.step-2 .content_form input.form-submit:hover {
    box-shadow: 0 0 10px rgb(12, 77, 14);
    background-color: #16BE1A;
}
.hv.step-2 .terms-condition{
    width: 92%;
    text-align: left;
    color: #fff;
    font-family: 'gorditaregular','Open Sans', sans-serif;
    margin: 0 auto 0.8em;
    font-size: 0.8em;
    line-height:1.2;
}
.hv.step-2 .terms-condition a{
    text-decoration: underline;
}
.step-2 .terms-condition{
    display: none;
}


/* Errors */
.step-2 .content_form input.error,
.step-2 .content_form select.error + span {
    border: 2px solid #D55F5F;
}
.content_form .error + form .form-heading {
    margin-top: 2px;
    margin-bottom: 6px;
    font-size: 0.8em;
}
.step-1 .messages {
    width: 42%;
    min-width: 200px;
    max-width: 400px;
    margin: 0 auto 0.5em auto;
    margin-top: -18px;
}
.messages {
    width: 92%;
    border-radius: 4px;
    margin: 0 auto 0.5em auto;
    padding: 8px 0.1em;
    box-sizing: border-box;
    font-size: 12px;
}
.messages.error {
    background-color: #D55F5F;
    color: #fff;
}
.messages ul {
    list-style-image: none;
    text-align: left;
    margin: 0;
}
.messages.error-calm {
    background-color: #DEBD2D;
    color: #3D3C0B;
}

/* jQuery UI Selects */
div.ui-selectmenu-menu.ui-front {
    padding: 0.5em 0;
}

.ui-selectmenu-button {
    width: 82% !important;
    padding: 0;
    height: 100%;
    border: 0;
    line-height: 100%;
}
.ul-menu {
    width: 100px !important;
}
.ui-selectmenu-button span.ui-selectmenu-text {
    text-align: center;
    vertical-align: middle;
    height: 100%;
    display: inline-block;
    padding: 0;
    line-height: 3em;
}

.ui-selectmenu-menu .ui-menu {
    margin-top: -8px;
}

.ui-selectmenu-button span.ui-icon {
    height: 100%;
    width: 40px;
    top: 8px;
    right: 0;
    background-image: url(../images/select-bluearrow-sprite.png);
    background-repeat: repeat-y;
    background-position: 101% 0%;
    background-size: auto 215%;
}
.dh .ui-selectmenu-button span.ui-icon {
    background-image: url(../images/select-purplearrow-sprite.png);
}
.ui-selectmenu-button:hover span.ui-icon {
    background-position: 101% 95%;
}
.hv.step-2 .ui-selectmenu-button span.ui-selectmenu-text {
    padding: 10px;
    line-height: 1.4;
}
.hv.step-2 .content_form select,
.hv .ui-selectmenu-button span.ui-icon{
    background-image: url(../images/arrowdown.jpg);
    background-size: auto auto;
    background-repeat: no-repeat;
    background-position: 0 center!important;
}

/* end of jQuery UI */

/* Dream Home Landing Page Overrides */
@media (max-width: 2199px) and (max-height: 880px) and (min-width: 561px) {
    .dh input[type=submit] {
        padding: 5px;
    }
}

@media (max-height: 780px) and (min-width: 561px){   
.nb.step-2 .content_form .error + form .form-item,
.hv.step-2 .content_form .error + form .capinput,
.nb.step-2 .content_form .error + form .capinput {
	 margin-bottom: 5px !important;
	 height: 30px;
}
.nb.step-2 .content_form .error + form .drip-group-container .form-item label,
  .hv.step-2 .content_form .error + form .drip-group-container .form-item label{
	height:30px;
	line-height: 26px;
  }
  .hv.step-2 .content_form .error + form .chosen-container-multi .chosen-choices li.search-field input[type=text] {
    height: 30px;
  }
  .hv.step-2 .content_form .error + form  .chosen-container-multi .chosen-choices{
  	min-height:30px;
  }
}
@media (max-height: 879px) and (min-width: 561px){
.hv.step-2	.content_form .error + form .ui-selectmenu-button,
.nb.step-2	.content_form .error + form .ui-selectmenu-button{
	 margin-bottom: 12px!important;
	line-height: 100%;
 }
}

.dh.error-occurred .content_form {
    min-height: 600px;
}
.home-info-row {
    margin: 0 auto;
    width: 82%;
    overflow: hidden;
    font-size: 11px;
    text-transform: uppercase;
}
.home-info-row:nth-of-type(odd) {
    background-color: #666;
}
.home-info-row:nth-of-type(even) {
    background-color: #888;
}
.home-info-row .label,
.home-info-row .value {
    float: left;
    width: 40%;
    display: block;
    text-align: left;
    padding: 3px;
}
.home-info-row .value {
    width: 60%;
}
.change-info {
    clear: left;
    font-size: 12px;
    color: #fff;
    background-color: #222;
    opacity: 0.7;
    display: block;
    width: 82%;
    margin: 0 auto 10px auto;
    border-radius: 0 0 4px 4px;
    text-transform: uppercase;
}
.change-info a {
    display: block;
    cursor: pointer;
    padding: 5px;
}
.change-info:hover {
    opacity: 1;
}
.change-info a:hover {
    color: #fff;
}
.consent-checkbox-form #edit-consent-terms{
    width: auto !important;
}
.step-2 .consent-checkbox-form{
    display: flex;
    align-items: start;
}
.step-2 .terms-condition,
.step-2 .consent-checkbox-form{
    text-align:left;
    width: auto;
    margin: 0.8em 9% 0.8em;
    font-size: 0.8em;
}
.hv.step-2.stepinner2 .consent-checkbox-form{
    margin: 0.8em 4% 0.8em;
}

.step-2 .consent-checkbox-form input{
    margin-top: 0.4em;
}
.step-2 .consent-checkbox-form .new_disclaimer{
    margin: 0 10px;
}
.step-2 .consent-checkbox-form .new_disclaimer a{
    text-decoration: underline;
}
.step-2 .content_form form .terms-condition .form-item,
.step-2 .terms-condition label.option{
    display: inline-block;
    height: auto !important;
    margin: 0 !important;
}
.step-2 .content_form .terms-condition .form-item input{
    height:auto;
    width:auto;
    border:none;
}
.step-2 .content_form .terms-condition .form-item{
    width: 20px;
    height: auto;
    margin:0px;
    vertical-align: middle;
}
.step-2 .terms-condition label.option{
    text-align:center;
    width: auto;
}
.step-2 .terms-condition label.option a{
    text-decoration:underline;
}
/* End of Dream Home Overrides */

/*** STEP 3
 *      ___ _              ____
 *     / __| |_ ___ _ __  |__ /
 *     \__ \  _/ -_) '_ \  |_ \
 *     |___/\__\___| .__/ |___/
 *                 |_|         
 */

.step-3 .head-right {
    display: block;
    width:40%;
    min-width: 550px;
    margin: auto;
    padding: 10px;
    height: 100px;
    box-sizing: border-box;
    background-color: rgba(0,0,0,0.4);
}
.step-3 .head-right a {
    height: 100%;
    width: 100%;
}
.step-3 .head-right.hv {
    background-color: rgba(255,255,255,0.6);
}
.step-3.dh .head-right {
    padding: 1em 0 0 0;
}
.step-3 .content_form {
    position: relative;
    height: calc(100% - 165px);
    min-height: calc(100vh - 165px);
    margin: auto;
    width:40%;
    min-width: 550px;
    font-size: 1em;
    padding: 0 0 1em 0;
    box-sizing: border-box;
    background-color: rgba(0,0,0,0.4);
}
@media(max-height:600px){
    .step-3 .content_form {
        height: calc(100% - 165px);
}
}
.step-3 .content_form p:first-child {
    display: none;
}
.step-3 .content_form h1 {
    font-size: 2em;
    color: #fff;
    text-align: center;
    margin: 1em auto 0.5em;
    font-family: 'Open Sans';
    font-weight: bold;
}
.step-3 .content_form p {
    color: #fff;
    box-sizing: border-box;
    display: block;
    padding: 0 1em;
    margin: 1em auto;
    width: 100%;
}
.step-3 .content_form button {
    width: 80%;
    height: 55px;
    font-size: 1.2em;
    text-transform: uppercase;
    color: #fff;
    background-color: #00c950;
    border: 2px solid #04A142;
    box-shadow: 0 0 10px rgba(2, 130, 53, 0.2);
    border-radius: 10px;
    cursor: pointer;
    margin-bottom:2em;
}
.step-3 .content_form button:hover {
    background-color: #08DF5E;
}
.step-3 .content_form button:active {
    background-color: #B5B3B3;
}
.step-3 .searchlisting{
    text-decoration: underline;
    color:#fff;
}
.step-3 .searchlisting:hover{
    text-decoration: none;
}
.step-3 footer{
    position:static;
}

/* Social Media Block */
.social-icon a {
  color: #fff;
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
}
.social-icons {
  margin: 1em;
  text-align: center;
}
.social-icon {
  display: inline-block;
  position: relative;
  margin: auto 10px;
  cursor: pointer;
  border-radius: 8px;
  height: 38px;
  width: 38px;
  opacity: 0;
  transform: scale(1);
  
  animation: 1s show ease-out, 1s pan-up ease-out;
  animation-fill-mode: forwards, none;
  transition: all 0.3s ease-out;
}
.social-icon.animation-end {
  opacity: 1;
}
.social-icon:nth-of-type(2) {
  animation-delay: 0.2s;
}
.social-icon:nth-of-type(3) {
  animation-delay: 0.4s;
}
.social-icon:nth-of-type(4) {
  animation-delay: 0.6s;
}
.social-icon:nth-of-type(5) {
  animation-delay: 0.8s;
}
.social-icon:hover {
  transform: scale(1.2);
  color: #C0BAFA;
  background-color: #fff;
}
.social-icon:before {
  font-family: 'FontAwesome';
  font-size: 3em;
  width: 100%;
  height: 100%;
  top: -4.5px;
  left: -0.5px;
  position: relative;
  display: block;
}
.email:before {
  content: '\f0e0';
}
.email:hover {
  background: none;
}
.facebook:before {
  content: '\f082';
}
.facebook:hover {
  color: #3b5998;
}
.twitter:before {
  content: '\f081';
}
.twitter:hover {
  color: #0084b4;
}
.instagram:before {
  content: '\f16d';
}
.instagram:hover {
  color: #125688;
}
.linkedin:before {
  content: '\f08c';
}
.linkedin:hover {
  color: #4875B4;
}

/* Copy Link Area */
.copy-area, .copy-text {
  font-size: 0.85em;
}
.copy-text {
  border-radius: 3px;
  padding: 5px;
  border: 0;
  text-align: center;
  width: 70%;
}

@keyframes show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes pan-up {
  from {
    transform: translateY(20px);
  }
  to {
    transform: translateY(0px);
  }
}

@media screen and (min-width:768px){
  .dh.step-2 .content_form{
	bottom: -50px;
	}
  .nb.step-2.error-occurred .content_form,
  .dh.step-2.error-occurred .content_form {
    bottom: -40px;
  }
}

@media (max-width: 550px) {
  .container,
  .step-3 .head-right {
    width: 100%;
  }
}

.hv.step-2 .content_form input:not([type=submit]){
    padding:0 5px;
}

/* MEDIA */

.btnmobilecall{
    display: none;
}

@media (max-width: 1500px) {
    .step-2 .content_form, .step-2 .header .head-right, .step-2 .bg-right {
        min-width: 250px;
    }
    .step-3.step-2 .content_form{
        min-width:550px;
    }
    .step-2 .wrapper,
    .step-2 .header .head-contents,
    .step-2 .bg-wrapper {
        width: 90%;
    }
}
@media (max-width: 1200px), (max-height: 710px) {
    html.step-2, body.step-2 {
        height: 730px;
    }
    html.dh {
        height: auto;
    }
    body.dh.step-2.error-occurred {
        height: 810px;
    }
    .step-2 .head-contents {
        font-size: 0.7em;
    }
    .step-2 .header {
        height: 90px;
    }
    .step-2 h1 {
        margin: 22px 0 0 42px;
        font-size: 2.5em;
    }
    .step-2 h2 {
        width: 100%;
    }
    .step-2 .content_form .form-heading {
        font-size: 1em;
    }

    .step-2 .main_content {
        top: 105px;
    }
    .hv.step-2 .content_form .form-heading {
        font-size: 1.2em;
    }
    .step-2 .wrapper-map {
        top: 20px;
    }
    .step-2 #map {
        width: 100%;
        border-radius: 0;
        box-shadow: none;
    }
    .step-2 h3 {
        width: 100%;
        background-position: 2% 54%;
        background-size: 20px auto;
        min-height: 35px;
    }
}
@media (max-width: 1200px) {
    .step-2 .terms-condition{
        font-size:0.875em;
    }
}

@media (max-width: 1000px) {
    .hv .messages {
        width: 100%;
    }
    .hv footer{
        position:relative;
    }
    .hv.step-2 .wrapper-map {
        max-width: 100%;
        width: 100%;
        position:static;
        order:2;
        margin-bottom:3em;
}
.hv.step-2 .content_form{
    width:100%;
    min-width:100%;
    background: none;
    position:static;
    order:1;
    padding-bottom: 3em;
}
.hv.step-2 .content_form .form-heading{
    color:#252525;
    font-size: 1.3em;
    margin-top: 0;
    line-height: 1.1;
}
.hv.step-2 .terms-condition{
    width:100%;
    color:#252525;
}
.hv.step-2 .main_content{
    min-height: calc(100vh - 206px);
    height:auto;
    position:static;
}
.hv.step-2 .header_top,
.hv.step-2 .bg-wrapper,
.hv.step-2 .header .head-left{
    display:none;
}
.hv.step-2 .header .head-contents,
.hv.step-2 .bg-wrapper,
.hv.step-2 .wrapper{
    width:90%;
}
.hv.step-2 .header .head-right{
    width:100%;
    min-width:100%;
    padding: 25px 0 0;
}
.hv.step-2 #map{
    height:400px;
}
.hv.step-2 .content_form input.form-submit{
    box-shadow:none;
}
.hv.step-2 .wrapper{
    display: flex;
    flex-direction: column;
}
.hv.step-2 .header{
    background-color:transparent;
}
body.hv.step-2, html.hv:not(.step-1) {
     height: auto; 
}
.hv.step-2 .content_form input, .hv.step-2 .content_form select, .hv.step-2 .ui-selectmenu-button {
    width: 100%!important;
}
.hv.step-2 .steps{
    width: calc(100% + 5px);
    margin-left: -5px;
}
.hv.step-2.stepinner2 .steps{
    margin-bottom:1em;
}
.hv.step-2 .header {
    height: 110px;
}
.hv.step-2 .content_form .form-item{
    margin-bottom:20px;
}
.hv.step-2 h2 {
    font-size: 1em;
}
.hv.step-2 h3 {
    font-size: 1.2em;
    padding-left: 2.4em;
}
}

@media (max-width: 900px) {
    .step-2 h2,
    .step-2 h3 {
        font-size: 0.8em;
    }
    .step-2 h3 {
        padding-left: 3em;
    }
    .step-2 form {
        font-size: 0.9em !important;
    }
    .step-2 .terms-condition{
        font-size:0.75em;
    }
}
@media (max-width: 736px){
    footer{
        font-size:0.7em;
    }
}
@media (max-width: 680px) {
    .step-2 .wrapper-map {
        width: calc(100% - 250px);
    }
    .dh.step-2 .content_form {
        min-height: 635px;
    }
    footer{
        font-size:0.6em;
    }
    .btnmobilecall{
        display: block;
    }
    .btndecktopcall{
        display: none;
    }
}

@media (max-width: 570px) {
    .step-3 .head-right,
.step-3.step-2 .content_form{
    min-width:96%;
}
}

@media (max-width: 560px) {
    body.step-2, html:not(.step-1) {
        height: auto;
    }
    .step-2 .header_top {
        height: 5px;
    }
    .step-2 .bg-right {
        display: none;
    }
    .step-2 .header {
        font-size: 0.8em;
        display: block;
        height: auto;
    }
    .step-2 .header .head-contents {
        font-size: 1em;
        text-align: center;
        width: 100%;
        display: inline-block;
        height: 100%;
    }
    .hv.step-2 .header .head-contents{
        display:block;
    }
    .step-2 .header .head-left {
        position: relative;
        width: 100%;
        margin: 0.5em auto;
    }
    .step-2 .header .head-left:before {
        position: relative;
        display: inline-block;
        vertical-align: -11px;
        left: initial;
        top: initial;
        right: -29px;
        width: 32px;
        height: 40px;
        background-size: contain;
        
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
    .step-2 .head-contents h1 {
        margin: 10px 0 0 5%;
    }
    .step-2 .header .head-right {
        width: 90%;
        float: none;
        margin: 0 auto;
        display: inline-block;
        height: 70px;
        padding: 5px;
    }
    .hv.step-2 .header .head-right{
        height:100%;
    }
    @-moz-document url-prefix() {
        .step-2 .header .head-right {
            height: 68.5px;
        }
    }
    .step-2 .wrapper-logo {
        margin: 0;
        width: 100%;
        height: 100%;
        display: inline-block;
        background-position: center center;
        background-size: auto 80%;
    }
    .step-2 .main_content {
        position: relative;
        height: auto;
        display: block;
        top: 0;
        bottom: initial;
    }
    .step-2 h2 {
        max-width: initial;
        width: 100%;
    }
    .step-2 #map {
        height: 180px;
    }
    .step-2 h3 {
        font-size: 3.3vw;
        padding-left: 3em;
        background-position: 4% 50%;
        white-space: nowrap;
        overflow: hidden;
    }
    .step-2 .content_form {
        display: block;
        position: relative;
        right: initial;
        padding-top: 17em;
        padding-bottom: 4em;
        width: 100%;
        margin: 0px auto 50px auto;
    }
    .hv.step-2 .content_form{
        padding-top:1em;
        margin-bottom:0px;
    }
    .step-3 .content_form {
        padding-top: 1em;
        margin:0px;
    }
    .step-2 .content_form .form-item {
        margin-bottom: 10px;
        height: 45px;
    }
    .step-2 .messages.error {
        margin-top: 1em;
    }
    .dh.step-2 .messages.error {
        margin-top: 2em;
    }
    .step-2 .content_form .form-heading {
        margin: 0.5em auto 1em auto;
    }
    .step-2 .main_content {
        height: calc(100% - 125px);
    }
    .step-2 .wrapper-map {
        float: none;
        width: 82%;
        height: 140px;
        max-width: 415px;
        margin: 15px auto 0 auto;
        display: inline-block;
        top: 0;
        left: 9%;
        position: absolute;
        z-index: 10;
    }
    .hv.step-2 .wrapper-map{
        height:auto;
        margin-top: 0;
    }
    .step-1 body .main_content{
        height:calc(100% - 78px);
    }
    footer{
        height:78px;
    }
    .step-2 .terms-condition{
        font-size:1.1em;
    }
    .step-2 .content_form .terms-condition .form-item{
        width: 30px;
    }
    .hv.step-2 h3 {
        font-size: 1em;
        padding-left: 2.8em;
    }
    .hv.step-2 .content_form input:not([type=submit]){
        padding:0 5px;
    }
}
@media (max-width: 550px){
    .step-1 body .main_content{
        height: calc(100% - 72px);
    }
    footer{
        height: 72px;
        font-size:0.7em;
    }
}

@media (max-width: 530px){
    body.nb{
        background-position: left 22% bottom 54px, left 40px bottom 55px, left 40px bottom 150px, center center;
    }
    body.dh{
        background-position: left 20% bottom 65px, center bottom 55px, center center;
    }
    body.hv{
        background-position: center bottom 65px,center top;
    }
    .hv.step-2 .steps div span.number{
        width: 38px;
    height: 38px;
    border-width:3px;
    line-height: 30px;
    }
    .hv.step-2 .steps{
        height:42px;
    }
    .hv.step-2.stepinner2 .steps div.second:before, .hv.step-2 .steps div.first:before {
        width: 20px;
        height: 18px;
        top: 12px;
    }
    .hv.step-2 .steps div span.word {
        width: calc(100% - 45px);
        line-height: 42px;
    }
    .hv.step-2 .steps div span.word:before {
        height: 42px;
        left:-11px;
    }
    .hv.step-2 .steps div span.word:after {
        height: 42px;
    }
    .hv.step-2 .steps div.third span.word {
        width: calc(100% - 65px);
    }
}
@media (max-width: 475px) {
    .step-1 body .main_content{
        height: calc(100% - 87px);
    }
    footer{
        height: 87px;
    }
}
/*@media (max-width: 485px){
    footer{
        height:55px;
    }
    body.nb{
        background-position: left 22% bottom 54px, left 40px bottom 55px, left 40px bottom 150px, center center;
    }
    body.dh{
        background-position: left 20% bottom 65px, center bottom 55px, center center;
    }
    body.hv{
        background-position: center bottom 65px,center top;
    }
}*/


@media (max-width: 450px) {
    .hv.step-2 .steps div span.word {
        padding: 5px;
        line-height: 1.2;
    }
    .hv.step-2 .steps div.third span.word,
    .hv.step-2 .steps div.first span.word{
        padding-top:13px;
    }
    }

@media (max-width: 420px) {
	.step-2 .drip-group-container,
	.step-2 div[class*="subgroup-container"] {
    width: 95%;
    margin:0px auto;
   }
    .step-2 .wrapper-map {
        width: 90%;
        margin-left: 0;
        margin-top: 5px;
        left: 5%;
    }
    .step-2 .header .head-right {
        height: 55px;
        width: 95%;
        float: none;
        text-align: center;
    }
    .step-2 .header .head-left {
        margin: 0.2em auto;
        float:  none;
        width: 100%;
        text-align: center;
        padding-top: 3px;
        position: relative;
    }
    .step-2 .head-contents h1 {
        display: inline-block;
        width: initial;
        position: relative;
        margin: 0;
        top: -2px;
        float: none;
        font-size: 1.8em;
    }
    .step-2 .header .head-left:before {
        right: 17px;
        margin-right: -27px;
        top: -1px;
        -webkit-transform: scale(0.6);
        -ms-transform: scale(0.6);
        transform: scale(0.6);
    }
    .step-2 h3 {
        height: 35px;
        background-position: 4% 4px;
    }
    .step-2 .content_form input:not([type=submit]),
    .step-2 .content_form select,
    .ui-selectmenu-button {
        font-size: 0.9em;
        width: 95% !important;
        margin-bottom: 0;
    }
    .home-info-row,
    .change-info {
        width: 95%;
    }
    .ui-selectmenu-button {
        margin-bottom: 12px !important;
    }
    .ui-selectmenu-button span.ui-selectmenu-text {
        line-height: 3.2em;
    }
    .step-2 .content_form input.form-submit,
    .step-2 .messages.error {
        width: 95%;
    }
    .step-2 .wrapper {
        width: 95%;
    }
    .hv.step-2 .content_form input:not([type=submit]){
        width:100%!important;
    }
    .step-2 .content_form .form-heading {
        width: 95%;
    }
    .step-2 .content_form .form-item {
        height: 45px;
        margin-bottom: 12px;
    }
    /* Captcha Styles */
    .recaptcha-wrapper{
	  margin:auto;
	  margin-bottom:0.7em;
	  width:95%;
	  max-width:100% !important;
    }
    footer{
        font-size: 0.65em;
    }
}
@media screen and (max-width: 420px){
  .step-2 .terms-condition {
    width: 90%;
    margin: 0.8em 5% 0.6em;
    font-size: 0.9em;
  }
  .hv.step-2 h2,
  .hv.step-2 h3 {
    font-size: 0.8em;
  }
  .hv.step-2 .ui-selectmenu-button span.ui-selectmenu-text{
    white-space: normal;
    width: calc(100% - 40px);
    text-align:left;
}
.hv.step-2.stepinner1 .content_form .form-item {
    height: auto;
    margin-bottom: 10px;
}
}

@media screen and (max-width: 400px){
    .hv.step-2 .steps div span.word{
       font-size:0.7em;
    }
    .hv.step-2 .steps div span.word {
        padding: 8px 3px;
    }
    }
    
    @media screen and (max-width: 367px){
    .hv.step-2 .steps div.first{
    width:31%;
    } 
    .hv.step-2 .steps div.third{
        width:35%;
    } 
    }
    
    @media screen and (max-width: 347px){
    .hv.step-2 .wrapper {
        width: 98%;
    }
    }

/* Heights */

@media (max-height: 879px) and (min-width: 561px) {
    html:not(.step-1):not(.step-3) {
        height: auto;
    }
    body.step-2:not(.step-3) {
        height: 840px;        
    }
    body.hv.step-2:not(.step-3){
        height:auto;
        min-height:840px;
    }
    
    .step-2 .content_form {
        padding-bottom: 1em;
        margin-bottom:0px;       
        bottom: 0;
    }
    .step-2 .content_form input:not([type=submit]),
    .step-2 .content_form select,
    .ui-selectmenu-button span.ui-selectmenu-text {
        padding: 0px 5px;
    }
    .ui-selectmenu-button span.ui-selectmenu-text {
        padding: 10px;
        line-height: 1.5em;
    }
    .ui-selectmenu-button {
        margin-bottom: 12px;
        line-height: 1em;
    }
}
@media (max-height: 760px) and (min-width: 561px) {
    .step-2 .content_form .form-heading {
        margin: 0.2em auto 0.4em auto;
    }
    .hv.step-2 .content_form .form-heading {
        margin: 0.2em auto 1em auto;
    }
    .step-2 .wrapper-map {
        top: 1em;
    }
}

/* Head Arrow */
@media (max-width: 1200px) and (min-width: 561px),
(min-width: 1201px) and (max-height: 710px) {
    .step-2 .header .head-left:before {
        -webkit-transform: scale(0.15);
        -ms-transform: scale(0.15);
        transform: scale(0.15);
        top: -87px;
        left: -59px;
    }
}
@media (min-width: 1201px) and (max-height: 760px) and (min-height: 711px) {
    .step-2 .header .head-left:before {
        -webkit-transform: scale(0.3);
        -ms-transform: scale(0.3);
        transform: scale(0.3);
        top: -60px;
        left: 21px;
    }
}
@media (max-height: 650px) and (min-width: 561px) {
    body.step-2, html:not(.step-1):not('landing-terms') {
        min-height: 650px;
    }
    .step-2 .main_content {
        height: 578px;
    }
    .hv.step-2 .main_content{
        height:calc(100% - 160px);
    }
    .step-2.error-occurred body {
        height: 740px;
    }
    .step-2.error-occurred .main_content,
    .step-2.error-occurred .content_form {
        height: 700px;
    }
    body.step-2.step-3{
    	height: 720px;
        height: 100%;
        min-height: 100vh;
    }
    html:not(.step-1){
        height:840px;	
    }
    html.step-3{
        height:auto;
        min-height: 100vh;
    }
}

@media (max-height: 650px) and (max-width: 560px) {
    body.step-2, html:not(.step-1) {
        height: 1062px;
    }
    body.step-3, html.step-3 {
        height: auto;
    }
    html.dh {
        height: auto;
    }
    body.dh.step-2.error-occurred {
        height: 1300px;
    }
    .step-2 .main_content {
        height: 900px;
    }
    .dh.step-2 .main_content {
        height: auto;
    }
    .step-3 .main_content {
        height: 325px;
    }
    .step-3 .content_form {
        margin-bottom: 0;
    }
    .step-2 footer {
        position: relative;
        top: 0px;
        height: auto;
        /*margin-top: 4em;*/
    }
}
/* Special code when errors are present */
@media (max-height: 790px) {
    .content_form .error + form .ui-selectmenu-button {
        margin-bottom: 7px;
    }
}
@media (max-height: 780px) and (min-width: 561px) {
    .content_form .messages.error {
        font-size: 0.7em;
    }
    .content_form .error + form .form-item {
        margin-bottom: 5px !important;
        min-height: 30px;
    }
}

@media (min-height: 880px) {
    .step-2 .content_form .form-item {
        margin-bottom: 15px;
    }
    
    .dh.step-2 .content_form .form-item {
        height: 40px;
    }
    .dh .ui-selectmenu-button span.ui-selectmenu-text {
        line-height: 2.6em;
    }

    .ui-selectmenu-button span.ui-selectmenu-text {
        line-height: 3.5em;
    }
}
@media (min-height: 880px) and (max-width: 900px) {
    .ui-selectmenu-button span.ui-selectmenu-text {
        line-height: 4.2em;
    }
    .dh .ui-selectmenu-button span.ui-selectmenu-text {
        line-height: 3em;
    }
}

@media (min-width: 561px) and (min-height: 1000px) {
    .step-2 .content_form input:not([type=submit]),
    .step-2 .content_form select,
    .step-2 .content_form input.form-submit,
    .ui-selectmenu-button {
        font-size: 1em;
    }
    .ui-selectmenu-button {
        line-height: 1em;
    }
}
@media (min-width: 1200px) {
    .step-2 .content_form input.form-submit {
        background-size: 60% auto;
    }
    .hv.step-2 .content_form{
        margin-bottom: -120px;	
    }
}

@media (min-width: 2200px) {
    .hv.step-2 .content_form input:not([type=submit]){
        padding:0 10px;
    }
    .step-1 #whats_my_home_worth_form .form-item,
    .step-1 #whats_my_commercial_property_worth_form .form-item,
    .step-1 #neighbourhood_buzzer_form .form-item,
    .step-1 #dream_home_landing_page_form .form-item,
    .step-1 #dream_commercial_property_landing_page_form .form-item {
        width: 38%;
        max-width: 2000px;
    }
    .step-3 .head-right{
        width:40%;
    }
    .step-3 .social-icon{
        margin:auto 50px;
    }
    html.step-3{
        height:auto;
        min-height:100vh;
    }
    .step-3 .content_form{
        height: calc(100% - 210px);
        min-height: calc(100vh - 210px);
        width:40%;
    }
    span#incom-logo:before {
        height: 48px;
        width: 150px;
        background-repeat: no-repeat;
        background-image: url(../images/InComNewLogo-grey-large.png);
    }
    .step-2 h2, .step-2 h3 {
        font-size: 2em;
    }
    .step-2 h3 {
        background-size: auto 56px;
    }
    .step-2 #map {
        height: calc( 100% - 180px);
    }
    .step-2 .content_form {
        font-size: 2em;
    }
    .step-2 .content_form {
        min-height: 1300px;
    }
    .hv.step-2 .content_form{
        font-size: 1.8em;
    }
    .hv.step-2 .content_form input.form-submit,
    .hv.step-2 .content_form .form-item{
        height: 64px;
        margin-bottom: 30px; 
    }
    .step-2 .content_form .form-item {
        height: 80px;
        margin-bottom: 30px;
    }
    .dh.step-2 .content_form .form-item{
        height: 80px;
        margin-bottom: 20px;
    }
    .home-info-row {
        font-size: 22px;
    }
    .change-info {
        font-size: 22px;
        margin-bottom: 15px;
    }
    .ui-selectmenu-button span.ui-selectmenu-text {
        line-height: 80px;
    }
    .ui-selectmenu-button span.ui-icon {
        width: 80px;
    }
    .dh .ui-selectmenu-button span.ui-selectmenu-text {
        line-height: 70px;
    }
    footer {
        height: 110px;
        font-size: 1.5em;
    }
    .step-1 body .main_content {
        height: calc(100% - 110px);
    }
    footer #incom-logo {
        height: 45px;
    }
    .pac-item-query, .pac-item-query + span {
        font-size: 3em;
    }
    .pac-item {
        height: 60px;
        line-height: 60px;
    }
    .pac-icon {
        height: 95%;
        width: 40px;
        background-size: 102px 840px;
        background-position: -4px -546px;
    }
    
    .step-3 .head-right,
    .step-3 .content_form {
        width: 1100px;
    }
    .step-3 .head-right {
        height: 200px;
        padding: 30px;
    }
    .social-icon {
        width: 76px;
        height: 76px;
    }
    .social-icon:before {
        top: -10px;
        left: -3px;
    }
    .social-icon.email {
        left: -10px;
    }
    .step-3 .content_form button {
        height: 110px;
    }
}
/* Styles for Disclaimer Popup */
.landing-terms-wrapper .ui-dialog-titlebar button{
	font-size:0px;
	margin-right:5px;
}
.landing-terms-wrapper .ui-widget-content{
	font-size: 0.8em;
}
@media screen and (max-width: 768px){
	.landing-terms-wrapper{
	  width:90% !important;
	}
}
/********pradeep*****************/
#neighbourhood_map_radius-button,#dream_home_map_radius-button {
  height: 30px;
  width: 130px !important;
}
.Radius,.hide-field{
  display:none;
}

.btn-disable{
cursor: default;
pointer-events: none;
opacity: 1;
}
.step-2 .content_form .btn-disable input.form-submit{
	background-color: #bababa;	
	box-shadow: 0 0 20px #898989;
}


.wrapper-pin{
    display:none;
    width: 100%;
    height:100vh;
    background: rgba(0,0,0,.75);
    position:fixed;
    top:0;
    left:0;
    z-index: 2000;
}
.wrapper-pin .wrapper-pinpage{
    background-color: #fff;
    width: 80%;
    height: 100%;
    max-width: 1126px;
    min-width: 800px;
    margin: 0 auto;
    overflow: auto;
}
.wrapper-pin h2{
    font-family: "Open Sans",Arial,sans-serif;
    font-size: 1.8rem!important;
    text-align: center;
    color: gray;
    font-weight: 300;
    margin: 40% 0 1.3rem;
    line-height: 1.3;
    box-shadow: none;
    font-style: normal;
    padding: 0;
    display: block;
}
.wrapper-pin form{
    width: 440px;
    margin: 0 auto;
}
.wrapper-pin p{
    font-family: "Open Sans",Arial,sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #616161;
}
.wrapper-pin #edit-pin{
    font-size: .96rem;
    border-radius: .2rem;
    border-color: #ebebeb;
    display: block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: 0px .75rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    box-sizing: border-box;
}
#pin_form input[type="submit"]{
    text-transform: capitalize;
    background: #1cb94e;
    font-size: 1.25rem;
    width: 100%;
    border: none;
    border-radius: .2rem;
    padding-top: .8rem;
    padding-bottom: .8rem;
    color:#fff;
    box-sizing: border-box;
    margin: 1rem 0;
}
.wrapper-pin .resend{
    display: block;
    margin: 0.5em auto 0;
    width: 9em;
    text-align: center;
    text-decoration: underline;
    color: #5d0c0c;
}
.wrapper-pin .resend:hover{
    color:#c34343;
}
#pin_form input[type="submit"]:hover{
    background-color: #189f43;
}
.wrapper-pin #error_message{
    color: #d21515;
}
.wrapper-pin .close{
    background:url('../images/close.svg') no-repeat center center;
    background-size:55% auto;
    width: 34px;
    height: 34px;
    display: block;
    padding: 0;
    border-radius: 20px;
    border: 1px solid #8f8f8f;
    line-height: 34px;
    color: #8f8f8f;
    float: right;
    margin: 7px 8px;
}
@media(max-width: 830px){
    .wrapper-pin .wrapper-pinpage{
        min-width: 1px;
    }
}
@media(max-width: 620px){
    .wrapper-pin .wrapper-pinpage{
        width:100%;
    }
}
@media(max-width: 500px){
    .wrapper-pin form {
        width: 90%;
    }
}


.ui-selectmenu-text{
  color: #555;
  font-weight: normal;
}

/*license number*/
footer {
    text-align: center;
}
footer p:nth-child(1) {
    display: inline-block;
}
footer .footer_License {
    display: inline-block;
}
footer .footer_License:before {
    content: ", ";
    display: inline-block;
    padding-right: 0.3em;
}

/* Form error message stytling */
.form-item small.error {
    position: absolute;
    background: #FF3333;
    color: #fffffe !important;
    padding: 2px 6px;
    right: 0;
    top: 0;
    transform: translateY(-75%);
    z-index: 500;
    display: block;
    font-size: 0.8em;
    line-height: 1.1;
    margin: 0.5em 0;
}

#distressed_sales_form_landing .form-item{
    position: relative;
}

#get_your_dream_home_form .form-item small.error,
#get_neighbourhood_buzzer_form .form-item small.error{
    border-radius: 3px;
    right: 2%;
}

#get_your_dream_home_form small.error,
#get_neighbourhood_buzzer_form small.error {
    background: #FF3333;
    color: #fffffe !important;
    padding: 2px 6px;
    border-radius: 3px;
    display: block;
    font-size: 0.8em;
    line-height: 1.1;
    margin: 0.5em 0;
}

@media(min-width:420px){
    #get_your_dream_home_form .form-item small.error,
    #get_neighbourhood_buzzer_form .form-item small.error {
        right: 9%;
    }
}
@media(min-width:1000px){
    #free_evaluation_form .form-item small.error{
        right: 4%;
    }
}