@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@500&display=swap');

/* Font Awesome */
@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?v=4.1.0');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.1.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff?v=4.1.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.1.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.1.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'fontello';
  src: url('../fonts/fontello.eot?31462980');
  src: url('../fonts/fontello.eot?31462980#iefix') format('embedded-opentype'),
       url('../fonts/fontello.woff2?31462980') format('woff2'),
       url('../fonts/fontello.woff?31462980') format('woff'),
       url('../fonts/fontello.ttf?31462980') format('truetype'),
       url('../fonts/fontello.svg?31462980#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/* HTML5 DECLARATIONS */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, dialog {display: block}
audio[controls],canvas,video {display: inline-block; *display: inline; zoom: 1}

/* BASE */
html {height: 100%; min-height: 100%; font-size: 100%; overflow-y: scroll; -webkit-text-size-adjust: 100%} /* Force scrollbar in non-IE and Remove iOS text size adjust without disabling user zoom */
body {position: inherit!important;background-color:#FFFFFF; margin: 0; min-height: 100%; -webkit-font-smoothing:antialiased; font-smoothing:antialiased; text-rendering:optimizeLegibility; } /* Improve default text rendering, handling of kerning pairs and ligatures */

/* DEFAULT FONT SETTINGS */
/* 16px base font size with 150% (24px) friendly, unitless line height and margin for vertical rhythm */
/* Font-size percentage is based on 16px browser default size */
body {font: 100%/1.5 Arial, Helvetica, Tahoma, sans-serif; *font-size: 1em; color: #333} /* IE7 and older can't resize px based text */
button, input, select, textarea {font: 100%/1.5 Arial,Verdana,sans-serif; *font-size: 1em; color: #616161} /* IE7 and older can't resize px based text */
p, blockquote, q, pre, address, hr, code, samp, dl, ol, ul, form, table, fieldset, menu  {margin: 0 0 1.5em; padding: 0}
dt{width:auto;font-weight:normal;padding:0px;text-align:left;}

/* TYPOGRAPHY */
/* Composed to a scale of 12px, 14px, 16px, 18px, 21px, 24px, 36px, 48px, 60px and 72px */
h1, h2, h3, h4, h5, h6 {margin:0.6em 0px;line-height:1em;}
/*h1 {margin: 0; font-size: 3.75em; line-height: 1.2em; margin-bottom: 0.4em} /* 60px / 72px */
/*h2 {margin: 0; font-size: 3em; line-height: 1em; margin-bottom: 0.5em} /* 48px / 48px */
/*h3 {margin: 0; font-size: 2.25em; line-height: 1.3333333333333333333333333333333em; margin-bottom: 0.6667em} /* 36px / 48px */ 
/*h4 {margin: 0; font-size: 1.5em; line-height: 1em; margin-bottom: 1em} /* 24px / 24px */
/*h5 {margin: 0; font-size: 1.3125em; line-height: 1.1428571428571428571428571428571em; margin-bottom: 1.1428571428571428571428571428571em} /* 21px / 24px */
/*h6 {margin: 0; font-size: 1.125em; line-height: 1.3333333333333333333333333333333em; margin-bottom: 0.6em} /* 18px / 24px */

ol, ul, blockquote, pre, td, th, label {margin: 0; font-size: 0.85em; line-height: 1.5em;} /* 16px / 24px */
p {margin: 0;font-family:Arial,Helvetica,sans-serif;font-size:0.85em;line-height:1.4em;margin-bottom: 0.6em}
small, p.small {margin: 0; font-size: 0.875em; line-height: 1.7142857142857142857142857142857em; margin-bottom: 1.7142857142857142857142857142857em} /* 14px / 24px */

/* CODE */
pre {white-space: pre; white-space: pre-wrap; word-wrap: break-word} /* Allow line wrapping of 'pre' */
pre, code, kbd, samp {font-size: 1em; line-height: 1.5em; margin-bottom: 1.5em; font-family: Menlo, Consolas, 'DejaVu Sans Mono', Monaco, monospace}

/* TABLES */
table {border-collapse: collapse; border-spacing: 0; margin-bottom: 1.5em}
th {text-align: left}
tr, th, td {border-bottom: 0 solid #333}

/* FORMS */
form {margin: 0}
fieldset {border: 0;padding: 0}
textarea {overflow: auto; vertical-align: top}
legend {*margin-left: -.75em}
button, input, select, textarea {vertical-align: baseline; *vertical-align: middle} /* IE7 and older */
button, input {line-height: normal; *overflow: visible}
button, input[type="button"], input[type="reset"], input[type="submit"] {cursor: pointer;-webkit-appearance: button}
input[type="checkbox"], input[type="radio"] {box-sizing: border-box}
input[type="search"] {-webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box;	box-sizing: content-box}
input[type="search"]::-webkit-search-decoration {-webkit-appearance: none}
button::-moz-focus-inner, input::-moz-focus-inner {border: 0; padding: 0}
input,select,textarea{color:#000}
/* QUOTES */
blockquote, q {quotes: none}
blockquote:before, blockquote:after, q:before, q:after {content: ''; content: none}
blockquote, q, cite {font-style: italic}
blockquote {padding-left: 1.5em; border-left: 3px solid #ccc}
blockquote > p {padding: 0}

/* LISTS */
ul, ol {list-style-position: inside; padding: 0}
li ul, li ol {margin: 0 1.5em}


/* HYPERLINKS */
a {text-decoration: none;}
/*a:hover {text-decoration: underline}*/
a:focus {outline: thin dotted}
a:hover, a:active {outline: none} /* Better CSS Outline Suppression */

/* MEDIA */
object, embed, video {max-width: 100%;	_width: 100%} /* Fluid images */
img {border: 0;	-ms-interpolation-mode: bicubic} /* Improve IE's resizing of images */
figure {margin: 0}

#menu_edit_item_form .form-item.Main-dropdown-menu-item{
	display:block;
} 

.widgetsRegions{
margin:8px 0px;
}
#WidgetsToolbar{
	border:none;
}

.contentarea .g1,
.footerarea .f1{
	float:left;
	width:19.94%;
}

.footerarea .officeaddress [itemprop=postalCode] {
    white-space: nowrap;
}

#contentwidgetbottom,
#footerwidgetbottom,
.maincontentinner{
	clear:both;
}
body[class*="buy-homes-for-sale"] .wrapper.contentarea,
body[class*="home-evaluation"] .wrapper.contentarea{
	visibility:hidden;
}

/*message*/
.front .message .messages.status{
    position: absolute;
    top: 30%;
    width: 50%;
    left: 25%;
    z-index: 4000;
    text-align: center;
    background: #fff;
    padding:1.5em 0em 1em;
}
.front .message .windowpopup{
	display:none;
	position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 4000;
    background: #272727;
    opacity: 0.8;
}
.front .message .messages.status:before{
	content:'';
	display:block;
	background:url('../images/close.png');
	width:21px;
	height:21px;
	position:absolute;
	top:0.1em;
	right:0.1em;
	z-index:4001;
}

/*preloader for slideshow*/
.front ul.rslides img{
	opacity:0;
	  -webkit-transition: opacity 150ms;
    -moz-transition: opacity 150ms;
    -ms-transition: opacity 150ms;
    transition: opacity 150ms;
}  
.front ul.rslides .loaded img{
	opacity:1;
}

/*disclaimer*/
.new_disclaimer{
font-size: 0.8em;
line-height: 1.3;
display: block;
}
#wsidebar_right .new_disclaimer span{
word-break:break-all;
}
div[id*="ask_questions"] .new_disclaimer{
font-size: 0.75em;
line-height: 1.2;
}
#wsidebar_right div[id*="ask_questions"] .new_disclaimer{
    font-size: 0.71em;
    line-height: 1.2;
    margin-bottom:0.4em;
    padding:0 0.5em;
}
#FreeReport-form .new_disclaimer{
    margin-bottom: -1em;
}
body[class*="alculators"] #wsidebar_right div[id*="ask_questions"] .new_disclaimer{
    margin-top:1em;
    padding:0 1.5em;
}
#contact_broker_form .new_disclaimer,
#contact_agent_form .new_disclaimer{
    margin: 0 0 -0.9em;
}
.maincontentinner form[action*="email_listing"] .new_disclaimer,
#appointment_form .new_disclaimer{
    margin: 0.5em 0 0;
}


/*widget city links*/
.widgets-city-links{
	width:100%;
	margin:0px auto;
	float:none;
}
.widgets-city-links .main-city-image, .g1 #single_record_default .main-city-image, .g2 #single_record_default .main-city-image{
	margin:0px;
	height: auto;
    overflow: hidden;
}
.widgets-city-links .main-city-image {
    height: auto;
}
.widgets-city-links .main-city-image img, .g1 #single_record_default .main-city-image img, .g2 #single_record_default .main-city-image img{
	max-width: 100%!important;
width: 100%;
margin: 0px;
}
.widgets-city-links .citylinks_links{
	width:90%;
	list-style:none;
	margin:0.3em 0px 0.3em 5%;
}
.widecontent .widgets-city-links{
	width:30%;
}
body .widecontent .widgets-city-links h2{
	text-align:center!important;
}
#wsidebar_right .widgets-city-links .main-city-image{
	height:18em;
}

/*featured listing*/
.widgets-featuredListings .widgetbottom{
	margin-left:5%;
	width:90%;
}
.widgets-featuredListings p{
font-size:0.9em;
}
.widgets-featuredListings img.featured{
	width:100%;
}
.widgets-featuredListings dl{
	font-size:0.9em;
	margin: 0.4em 0px;
line-height: 160%;
}

/*
.widgets-featuredListings a.citylinkimg{
	display: block;
	width:100%;
	height:12em;
	overflow:hidden;
}

*/
.widecontent .widgets-featuredListings{
	padding-left:2%;
}

/*
.widecontent .widgets-featuredListings a.citylinkimg{
	width: 50%;
float: left;
height:auto;
overflow: visible;
}
*/

.widecontent .widgets-featuredListings .widgetbottom{
	float: left;
width: 42%;
margin-left:3%;
}
.widecontent .widgets-featuredListings img.featured{
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
margin-bottom: 0.8em;
}
.front .g1 .widgets-featuredListings p.description{
	display:none;
}
#wsidebar_right .widgets-featuredListings a.citylinkimg{
	height:18em;
}
#property_div_single p.description{
padding: 0px 0.5em 0px 1em;
}
.widecontent #property_div_single ul{
	padding-left:2%;
}

/*quick search widget*/
#widgets-quick-search .advanced{
	display:none;
}
#widgets-quick-search .content{
	margin-left:5%;
	width:90%;
}
#widgets-quick-search div.form-item label{
	width:auto;
	text-align:left;
	font-weight:normal;
	font-size:0.8em;
}
#widgets-quick-search div.form-item select,
#widgets-quick-search div.form-item input{
	font-size:0.8em;
    padding: 0px 4px;
	margin-bottom:0em!important;
	width:100%;
	height: 2.4em;
	    line-height: 2.4em;
	border: 1px solid #9e9e9e;
    -webkit-box-sizing: border-box; 
    -moz-box-sizing: border-box; 
    box-sizing: border-box;
}
#widgets-quick-search div.form-item select{	    
	-webkit-appearance: none;
	-moz-appearance: none;
 border: 1px solid #9e9e9e;	 
width:120%; 
border-radius:0px;
background:#fff;
}
#widgets-quick-search input.form-text{
	width:99%;
}
#widgets-quick-search div.form-item.Type label{
	display:none;
}
#widgets-quick-search div.form-item.Type{
	width: 63%;
    text-align: left;
    float:left;
    margin-top: 0.3em;
        position:relative;
    overflow:hidden;
    border-right:1px solid #9e9e9e;
        clear: none;
}
#widgets-quick-search .sale-rent{
    float: left;
    white-space: nowrap;
    margin-left: 5%;
}
#widgets-quick-search .rent.sale-rent{
	clear:left;
	margin:-0.7em 0px 0px 68.4%;
}
#widgets-quick-search .sale-rent div.form-item label{
	width:100%;
	line-height: 1.7em;
}
#widgets-quick-search .sale-rent div.form-item input{
    margin: 0px 4px 0px 0px!important;
      width: 1.4em;
    height: 1.6em;
    padding: 0px;
    font-size: inherit;
}
#widgets-quick-search div[class*="Search-by"]{
	width:100%;
	    margin: 0.8em 0px 1em;
	    float:left;
}
#widgets-quick-search div.form-item label[for="edit-City"]{
line-height: 1.2em;
}
#widgets-quick-search div.form-item.Province{
	width: 99%;
}
#widgets-quick-search div.form-item.Bedrooms,
#widgets-quick-search div.form-item.Bathrooms{
	width:46%;
	float:left;
	clear:none;
    margin: 0.6em 0px 1em;
	position:relative;
	overflow: hidden;
	border-right:1px solid #9e9e9e;
}
#widgets-quick-search div.form-item.Bathrooms{
	float:right;
}
#widgets-quick-search .pricewrapper{
	clear:both;
	position:relative;
	    margin-bottom: 0.4em;
}
#widgets-quick-search .filter_price_from_to_quick_search{
	clear:both;
    display:none;
}
#widgets-quick-search .pricewrapper.expandPrice .filter_price_from_to_quick_search{
	display:block;
	    background: #fff;
       top: 1.7em;
    position: absolute;
    width: 100%;
    box-sizing:border-box;
    z-index: 3;
    border: 1px solid #9e9e9e;
    border-top: none;
}
#widgets-quick-search .openprice{
	font-size:0.8em;
	width:100%;
    padding: 0em 5px;
    height: 2.4em;
    line-height: 2.3em;
	background-color:#fff;
	text-align:left;
	border:1px solid #9e9e9e;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position:relative;
    clear:both;
}
#widgets-quick-search .openprice a{
	color:#333;
	width:100%;
	display:block;
}
#widgets-quick-search .openprice a:hover{
	text-decoration:none;
}
#widgets-quick-search .openprice a:active{
	outline: none;
}
#widgets-quick-search .area-selection-wrapper .label-unit-wrapper > .form-item:after,
#widgets-quick-search div.form-item.Bathrooms:after,
#widgets-quick-search div.form-item.Bedrooms:after,
#widgets-quick-search div.form-item.Type:after,
#widgets-quick-search .openprice:after {
    content: '\f107';
    font-family: FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #626262;
    position: absolute;
     right: 0.6em;
    top: 0px;
    line-height: 1.9em;
    font-size: 16px;
    pointer-events: none;
}
#widgets-quick-search .filter_price_from_to_quick_search .form-item{
	float:left;
width: 43%;
    clear: none;
    margin: 0.3em 0px 1em 4%;
}
#widgets-quick-search .filter_price_from_to_quick_search .form-item:nth-child(2){
	    margin-right: 4%;
    float: right;
}
#widgets-quick-search .filter_price_from_to_quick_search .form-item:nth-child(1):after{
    content: '';
    display: block;
    background-color:#9e9e9e;
    height: 1px;
    width: 4%;
    position: absolute;
    left: 47%;
    top: 1.2em;
}
#widgets-quick-search .filter_price_from_to_quick_search .form-item input{
	width:97%;
	margin-bottom: 0em!important;
	    z-index: 3;
    position: relative;
    box-shadow: inset 0 2px 2px #f4f4f4, 0 0 0 #7fb9f1;
      padding: 0em 0.4em;
    height: 2.3em;
    line-height: 2.3em;
            -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#widgets-quick-search .filter_price_from_to_quick_search .form-item input:hover{
	border-color:#0b79c5;
}
#widgets-quick-search .filter_price_from_to_quick_search .form-item input:focus{
	border-color:#0b79c5;
	box-shadow: 0px 0px 10px 0px rgba(11,121,197,0.5);
}
#widgets-quick-search .pricewrapper-suggestions {
	background-color:#fff;
	    position: absolute;
	    top: 4.4em;
    z-index: 1300;
            width: 100%;
}
#widgets-quick-search .pricewrapper-suggestions ul.ui-autocomplete{
    padding: 0px 0px 0.5em;
    text-align: left;
    list-style-type: none;
    width: 100%!important;
    position: absolute!important;
    left: 0px!important;
    top: 0em!important;
    border: 1px solid #9e9e9e;
    border-top: none;
    background: #fff;
    box-sizing: border-box;
        border-radius: 0px;
}
#widgets-quick-search .pricewrapper-suggestions ul.ui-autocomplete:last-child{
	text-align:right;
}
#widgets-quick-search .pricewrapper-suggestions ul.ui-autocomplete a{
color: #333;
    display: block;
    padding: 0.2em 0px 0.2em 4%;
}
#widgets-quick-search .pricewrapper-suggestions ul.ui-autocomplete:last-child a{
padding-right:6%;
padding-left:0px;
}	
#widgets-quick-search .pricewrapper-suggestions ul.ui-autocomplete a:hover{
    background: #0b79c5;
    color: #fbfbfb;
	border:none;
	border-radius:0px;
	margin:0px;
	text-decoration: none;
}
#widgets-quick-search .pricewrapper-suggestions ul.ui-autocomplete a.ui-state-hover-current{
    border: none;
    background: #0b79c5;
    color: #fbfbfb;
    margin: 0px;
    height: auto;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    border-radius: 0px;
}
#widgets-quick-search div.form-item.Bedrooms label,
#widgets-quick-search div.form-item.Bathrooms label{
float: none;
font-size: 0.75em;
margin: 0px auto;
display: inline-block;
padding-left: 2.1em;
display:none;
}
#widgets-quick-search div.form-item.Bathrooms:before,
#widgets-quick-search div.form-item.Bedrooms:before{
    content: 'Beds';
    position: absolute;
    display: block;
    height: 2.4em;
    top: 0px;
    left: 2.3em;
    font-size: 13px;
    line-height: 2.4em;
    pointer-events: none;
}
#widgets-quick-search div.form-item.Bathrooms:not(*:root):before,
#widgets-quick-search div.form-item.Bedrooms:not(*:root):before{
left:2em;
}
#widgets-quick-search div.form-item.Bathrooms:before{
	content:'Baths';
}
#widgets-quick-search .irs{
	margin-bottom:-4px;
}
body #quickSearch_widget_form .save_search_email_container div.form-item label.option{
	width:100%;
    line-height: 1.2em;
	padding-top: 0.5em;
}
body #quickSearch_widget_form .save_search_email_container #edit-save_search_checkbox{
    margin: 0px 4px 1em 0px!important;
    width: 1.4em!important;
    height: 1.6em;
    font-size: inherit;
    padding: 0px;
}
body #quickSearch_widget_form .save_quick_search_container{
	float:none;
	clear:both;
}
body #quickSearch_widget_form .save_search_email_container div.form-item.Email{
	width: 100%;
	padding-top:0.5em;
}
body #quickSearch_widget_form .save_search_email_container div.form-item.Email label{
width: 20%;
    margin: 0em 0% 0px 5%;
    line-height: 2.4em;
}
body #quickSearch_widget_form .save_search_email_container div.form-item.Email input{
    width: 73%;
    float: right;
}
body #quickSearch_widget_form .save_search_email_container div.form-item{
	width:100%;
}
body .widecontent #quickSearch_widget_form .save_search_email_container div.form-item.Email{
float: left;
}
#widgets-quick-search .form-submit{
	margin:1em 0px 1.5em;
    width: 100%;
height: 2.4em;
}
.widecontent #widgets-quick-search h2{
	    margin: 0.9em 0px 1.8em 0%;
}
.widecontent #widgets-quick-search div.form-item.Type{
	width:38%;
	margin-top:0px;
}
.widecontent #widgets-quick-search .sale-rent{
    width: 4em;
    margin: -0.5em 0px 0px 3%;
}
.widecontent #widgets-quick-search .rent.sale-rent{
	clear:left;
    margin: -0.8em 0px 0px 41%;
} 
.widecontent #widgets-quick-search div[class*='Search']{
    float: right;
    width: 48%;
    margin-top: -3.4em;
}
.widecontent #widgets-quick-search .pricewrapper{
    float: left;
    width: 48%;
    clear: none;
    padding-top: 1em;
}
.widecontent #widgets-quick-search div.form-item.Province{
float: left;
width: 48%;
clear: none;
margin-left: 3.5%;
}
.widecontent #widgets-quick-search label[for="edit-City"]{
	padding:0px;
}
.widecontent #widgets-quick-search div.form-item.Bedrooms,
.widecontent #widgets-quick-search div.form-item.Bathrooms{
	width:21.8%;
	margin:0.6em 0px 0.6em 4%;
}
.widecontent #widgets-quick-search div.form-item.Bathrooms{
	margin-left:0px;
}
.widecontent #widgets-quick-search .pricewrapper.expandPrice .filter_price_from_to_quick_search{
	    top: 2.83em;
}
.widecontent #widgets-quick-search .pricewrapper-suggestions{
	top:5.4em;
}
.widecontent #widgets-quick-search .save_quick_search_container{
	clear: none;
float: left;
width: 48%;
    margin-top: 0.6em;
}
.widecontent #widgets-quick-search .save_search_email_container{
	width: 48%;
	    position: absolute;
    bottom: 0.2em;
}
.widecontent #widgets-quick-search .content{
	position:relative;
}
.widecontent #widgets-quick-search .content:after{
	  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
  font-size: 0;
}
.widecontent #widgets-quick-search .form-submit{
	width: 48%;
    margin: 0.8em 0px 1.5em 4%;
float: left;
}
.front .widecontent #widgets-quick-search{
width: 70%;
margin: 0 auto;
}

/*ask questions widget*/
.widgets-askQuestions{
	text-align: center;
	padding-bottom: 0.5em;
}
.widgets-askQuestions label{
	font-weight:normal;
}
.widgets-askQuestions .form-item{
	    margin: 0.2em 0px 0.4em;
}
.widgets-askQuestions .general-info .form-item{
	float:left;
	width: 50%;
}
.widgets-askQuestions .general-info .form-item input{
	width:85%;
	height: 1.7em;
    border: 1px solid #9e9e9e;
}
.widgets-askQuestions .general-info .form-item input.error {
    border: 1px solid red;
}
.widgets-askQuestions .messages{
	clear: both;
}
.widgets-askQuestions .messages textarea{
	width:91%;
}
.widgets-askQuestions .capimg img{
	max-width:100%;	
	height:60px;
}
.widgets-askQuestions  #edit-cap_text{
	width:92%;
}
.widgets-askQuestions input.form-submit{
    width: 90%;
    margin: 0em 0px 1em 0%;
    height: 2.4em;
}
.widecontent .widgets-askQuestions{
	text-align:left;
	padding-left:2%;
}
.widecontent .widgets-askQuestions .general-info{
	width: 50%;
float: left;
}
.widecontent .widgets-askQuestions .messages{
float: right;
clear: none;
width: 48%;
}
.widecontent .widgets-askQuestions .messages textarea{
	height: 5.45em;
	width: 94%;
}
.widecontent .widgets-askQuestions .capimg{
float: left;
width: 21.5%;
text-align: center;
clear: left;
}
.widecontent .widgets-askQuestions .Type-characters-from-the-image{
float: left;
width: 33%;
margin:-6px 0;
/*margin-left: 3.6%;*/
}
.widecontent .widgets-askQuestions .capimg img{width:100%;}
.widecontent .widgets-askQuestions input.form-submit{
margin: 1em 0px 0px 18%;
width: 20%;
}
.widecontent .widgets-askQuestions input.form-submit:after{
	content:' ';
	width:100%;
	clear:both;
}

.widecontent .widgets-askQuestions .cap_refresher{margin-left:5px;}

.widecontent .widgets-askQuestions .capimg .form-item{margin: 0;} 
.widecontent .widgets-askQuestions #edit-cap_text{/*margin-top:12px; right:29px; position:relative; width: 73%;*/}

/* ask questions sidebar */
#wsidebar_right .widgets-askQuestions .capimg{width:80%; float:left; margin-left:10px;}
#wsidebar_right .widgets-askQuestions .cap_refresher{float:right; margin-top:2px;}
#wsidebar_right .widgets-askQuestions label[for='edit-cap_text']{clear:both;}
#wsidebar_right .widgets-askQuestions .capimg img{width:100%;}
/*youtube widget*/
#wsidebar_right #youtube_video_widget_form iframe:not(.instagram-media),
.g1 #youtube_video_widget_form iframe:not(.instagram-media){
width: 100%;
}

div[id*="textWidget"] iframe[src*="youtube"]{
	max-width:100%;
}

div[id*="youtube_video_widget"] .property-video.hasIframe {
    overflow: hidden;
    padding-top: 56.25%;
    position: relative;
  } 
  
div[id*="youtube_video_widget"] .property-video.hasIframe iframe {
    position: absolute;
    top: 0;
    left: 0;
    border: 0;
    width: 100%;
    height: 100%;
  }

.widecontent #youtube_video_widget_form,
.widecontent #youtube_video_widget_form h2{
	text-align:center!important;
} 

/*text widget*/
.widgets-text-widget .content{
	font-size:0.9em;
}
.widgets-text-widget .content ul,
.widgets-text-widget .content ol,
.maincontentinner .content ul,
.maincontentinner .content ol
 {
    list-style-position: outside;
}
.widgets-text-widget .content ol,
.maincontentinner .content ol
 {
    padding: 0 0 0.25em 1em;
}
.aboutAgent br.about_br{
	display:none;
}
.aboutAgent div[id*="bio"] {
line-height: 120%;
margin-top: 0.3em;
font-size:0.9em;
word-break: break-word;
}
.office_extra_data .rteleft {
    text-align: left;
}
.office_extra_data .rteright {
    text-align: right;
}
.office_extra_data .rtecenter {
    text-align: center;
}
.office_extra_data .rtejustify {
    text-align: justify;
}
.office_extra_data .ibimage_left,
.aboutAgent .ibimage_left {
    float: left;
}
.office_extra_data .ibimage_right,
.aboutAgent .ibimage_right {
    float: right;
}

/*buttons for agent and for broker*/
.widgets-QuickButtonsForAgent img,
.widgets-QuickButtonsForBroker img{
	width:80%;
}
.widecontent .widgets-QuickButtonsForAgent img,
.widecontent .widgets-QuickButtonsForBroker img{
	width:48%;
}
.front .widecontent .widgets-QuickButtonsForAgent img,
.front .widecontent .widgets-QuickButtonsForBroker img{
	width:23.5%;
}
.front .widecontent .widgets-QuickButtonsForAgent-inner,
.widgets-QuickButtonsForBroker{
	text-align:center!important;
}


/*share it, map widget, google translate, daily email alert, facebook*/
.widgets-shareit,
.widgets-mapSearch,
#google_translate_element,
.widgets-daily-email-alert,
#youtube_channel_link_form,
div[id*='likeFacebook']{
	text-align:center;
}
.widgets-daily-email-alert img,
#youtube_channel_link_form img{
max-width:100%;
}
.widecontent div[id*='likeFacebook']{
	text-align:left;
}
.widgets-mapSearch img{
	width:90%;
}
/*news widget*/
.widgets-latestNews-widget #aggregator .item-list,
.widgets-latestBlog-widget .item-list{
	padding-left: 0px;
font-size: 1.2em;
}
.widgets-latestNews-widget #aggregator .item-list p,
.widgets-latestBlog-widget .item-list p{
	font-size: 0.8em;
}
.widgets-latestNews-widget #aggregator .item-list .longnewsdata,
.widgets-latestBlog-widget .long_blogdata {
	display:none;
}
.widecontent .widgets-latestNews-widget #aggregator .item-list span.dots,
.widecontent .widgets-latestBlog-widget span.dots{
	display:none;
}
.widecontent .widgets-latestNews-widget #aggregator .item-list .longnewsdata,
.widecontent .widgets-latestBlog-widget .long_blogdata {
	display:inline;
}


/*search property form*/
h3.smallh3{
font-size: 1em;
text-transform: uppercase;
margin-top: 0.8em;
font-weight: normal;
}
a.mapsearch_page{
	text-transform:uppercase;
	font-size:0.8em;
	font-weight: bold;
display: block;
text-align:center;
}	
a.mapsearch_page img{
	width:100%;
}
.formsearch_page #visitorSearch-email-element{	
float:none;
}
.formsearch_page{
padding: 0.4em 0em 0em 1.5%;
border: 1px dotted #DAD3D3;
}
.formsearch_page label[for="platinum1"]{
clear:both;
display:block;
padding-top:0.7em;
}
.formsearch_page fieldset.contact_form legend.main_legend_title{
	border:none;
}
.formsearch_page .save_search_property_form_container .main_legend_title{
	float:left;
}
.formsearch_page fieldset.contact_form  input.submit_form{
	margin:0px;
}

/*pager*/
.pager{
  font:0.8em Trebuchet MS, Arial, sans-serif;
  text-align:right;
  list-style:none;
  margin:1.1em 0em 1em;
}
.pager li{
  display:inline-block;
}
.pager span{
  padding:0px 0.2em;
}
body .pager a{
text-decoration:none;
padding:0px 0.2em;
display:inline-block;
}
.pager .pager-current{
 padding:0px 0.2em;
 margin:0px 0.2em;
 font-weight:normal;
 display:inline-block;
 text-align:center;
 width:auto;
}


/*property listing*/
#sortListing .rest-form .pricewrapper {
    width: 34%;
    position:relative;
}
#sortListing .rest-form .openprice a{
	color:#333;
}
#sortListing .rest-form .openprice {
    font-size: 0.9em;
    width: 100%;
    padding: 0em 4px;
    height: 2.1em;
    line-height: 2em;
    background-color: #fff;
    text-align: left;
    border: 1px solid #9e9e9e;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    clear: both;
    margin-bottom: 1px;
}
#sortListing .rest-form .form-item:after {
    content: '\f107';
    font-family: FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #626262;
    position: absolute;
    right: 0.6em;
    top: 1.2em;
    font-size: 16px;
    pointer-events: none;
}
#sortListing .rest-form .pricewrapper .filter_price_from_to_quick_search {
    clear: both;
    display: none;
}
#sortListing .rest-form .pricewrapper.expandPrice .filter_price_from_to_quick_search{
    display: block;
    background: #fff;
    top:2.8em;
    position: absolute;
    width: 100%;
    box-sizing: border-box;
    z-index: 3;
    border: 1px solid #9e9e9e;
    border-top: none;
}
#sortListing .rest-form .pricewrapper-suggestions {
    background-color: #fff;
    position: absolute;
    top: 5.4em;
    z-index: 1300;
    width: 100%;
}
#sortListing .rest-form .filter_price_from_to_quick_search .form-item {
    float: left;
    width: 42%;
    clear: none;
    margin: 0.3em 0px 1em 4%;
    overflow:visible!important;
}
#sortListing .rest-form .filter_price_from_to_quick_search .form-item:nth-child(2){
	float:right;
	margin:0.3em 4% 1em 0px;
}
#sortListing .rest-form .filter_price_from_to_quick_search .form-item input{
border: 1px solid #9e9e9e;
width:100%;
    height: 1.8em;
    box-sizing: border-box;
    padding: 0px 4px;
}
#sortListing .rest-form .filter_price_from_to_quick_search .form-item:before,
#sortListing .rest-form .filter_price_from_to_quick_search .form-item:after{
	display:none;
}
#sortListing .rest-form .filter_price_from_to_quick_search .form-item:nth-child(1):after {
    content: '';
    display: block;
    background-color: #9e9e9e;
    height: 1px;
    width: 10%;
    position: absolute;
    left: 104%;
    top: 0.8em;
}
#sortListing .rest-form .filter_price_from_to_quick_search .form-item input:hover{
	border-color:#0b79c5;
}
#sortListing .rest-form .filter_price_from_to_quick_search .form-item input:focus{
	border-color:#0b79c5;
	box-shadow: 0px 0px 10px 0px rgba(11,121,197,0.5);
}
#sortListing .rest-form .pricewrapper-suggestions ul.ui-autocomplete {
    padding: 0px 0px 0.5em;
    text-align: left;
    list-style-type: none;
    width: 100%!important;
    position: absolute!important;
    left: 0px!important;
    top: 0em!important;
    border: 1px solid #9e9e9e;
    border-top: none;
    background: #fff;
    box-sizing: border-box;
    border-radius: 0px;
    font-size:1em;
}
#sortListing .rest-form  .pricewrapper-suggestions ul.ui-autocomplete:last-child{
	text-align:right;
}
#sortListing .rest-form .pricewrapper-suggestions ul.ui-autocomplete a{
color: #333;
    display: block;
    padding: 0.2em 0px 0.2em 4%;
}
#sortListing .rest-form .pricewrapper-suggestions ul.ui-autocomplete:last-child a{
padding-right:6%;
padding-left:0px;
}	
#sortListing .rest-form .pricewrapper-suggestions ul.ui-autocomplete a:hover{
    background: #0b79c5;
    color: #fbfbfb;
	border:none;
	border-radius:0px;
	margin:0px;
}
#sortListing .rest-form .pricewrapper-suggestions ul.ui-autocomplete a.ui-state-hover-current{
    border: none;
    background: #0b79c5;
    color: #fbfbfb;
    margin: 0px;
    height: auto;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    border-radius: 0px;
}

.display-only-block{
	font-size:0.8em;
}
.vow_p{
	font-size: 0.8em;
}
#sortListing{
padding: 0px 0.6em;
border: 1px dotted #DFDCDC;
margin-top:0.5em;
font-size:0.9em;
}
#sortListing .rest-form select{
	font-size:0.9em;
	width:130%;
	height: 2em;
	-webkit-appearance: none;
	padding: 0em 4px;
	  border: 1px solid #9e9e9e;
	border-radius:0px;
	background-color:#fff;  
	    margin-bottom: 1px;
}
#sortListing .rest-form .form-item:before{
	content:'';
	display:block;
	height:1.88em;
	width:1px;
	background-color:#9e9e9e;
	position:absolute;
	right:0px;
	bottom:1px;
}
#sortListing .form-item{
  float:left;
  width:5em;
  margin:0.5em 3% 0.5em 0em;
      position:relative;
}
#sortListing .rest-form .form-item:not(.pricewrapper){
	 overflow: hidden;
}
#sortListing .form-item.Sort-by{
	width:9em;
}
#sortListing .form-submit{
margin-top: 1.9em;
height: 2.1em;
}
body[class*="property_find_results"] #sortListing .form-submit{
    height: 1.5em;
}
#sortListing:after{
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
  font-size: 0;
}
ul.listing{
  margin:0px;
  padding:0px;
  list-style:none;
  clear:both;
}
.property_item{
 margin-bottom:1.5em;
 width:100%;
}
.property_item.short_property{
	font-size:0.85em;
}
.property_item .imageproperty{
  float:left;
    margin-right:2%;
  position:relative;
   min-height:5.4em;
  overflow:hidden;
   width:37%;
    padding-bottom:1.4em;
}
.property_item a.property_image{
  display:block;
}
.property_item img.imgproperty{
width:100%;
float:left;
}
.property_item .imageproperty:before{
display:block;
content:'';
opacity:0.7;
filter:alpha(opacity=70);
width:100%;
height:16px;
position:absolute;
top:0px;
left:0px;
background-color: #fff;
}
.property_item img.status_property{
position:absolute;
z-index:20;
width:auto;
left: 50%;
-webkit-transform:translateX(-50%);
transform: translateX(-50%);
opacity:0.7;
filter:alpha(opacity=70);
}
.property_item .imageproperty a.view_detailsp{
font-size: 0.9em;
cursor: pointer;
height:auto;
display:block;
width:100%;
text-align:center;
position: absolute;
bottom: 0px;
line-height: 1.3em;
padding: 0.35em 0px;
}
.property_item .imageproperty a.view_detailsp:hover{
	text-decoration:none;
}
.property_item ul{
  float:left;
  width:60%;
  list-style:none;
  padding:0px 0px 0.3em;
  margin:0.1em 0px 0.3em;
  border-bottom: 1px dashed #ccc;
}
.property_item ul li{
  float:left;
width:100px;
  margin-right:10%;
}
.ie8 .property_item ul li a{
	min-height:2.5em;
}
/*
.property_item ul li.appointment_menu{
width:28%;
}
.property_item ul li.email_menu{
width:25%;
}
.property_item ul li.feature_menu{
width:20%;
}
*/
.property_item ul li.feature_menu{
margin-right:0px;
}
.property_item .property_features{
  float:left;
  width:60%;
}
.property_item li a{
  display:block;
  padding:0.15em 0px 0.15em 26%;
  line-height:1em;
  text-decoration:none;
}
.property_item li a.schedule_appointment{
  background: url('../images/appointment_icon_new.png') no-repeat 0px 3px;
 background-size: auto 85%;
  }
.property_item li a.add_favorite,
.property_item li a.remove_favorite{
  background: url('../images/favorites_icon_new.png') no-repeat 0px 3px;
     background-size: auto 85%;
     padding-left:30%;
  }
.property_item li a.email_listing{
  background: url('../images/email_listing_icon_new.png') no-repeat 0px 6px;
     background-size: auto 80%;
         padding-left:33%;
     margin-left:4%;
}
.property_item li a.feature_sheet{
  background: url('../images/feature_sheet_icon_new.png') no-repeat 0px 1px;
     background-size: auto 90%;
         padding-left:33%;
     margin-left:6%;
}
.ie8 .property_item li a.feature_sheet{
background-position:0px -2px;
padding-left:36%;
}
.property_item dl{
  float:left;
  width:33%;
  margin:0px;
  font-size:0.95em;
  line-height:0.7em;
}
.property_item dd, .property_item dt {
  float: none;
  display: inline;
  white-space: nowrap;
  width: auto;
  text-align: left;
  margin: 0;
  line-height: 150%;
  padding:0px;
  }
.property_item dt{
    font-weight:bold;
  }
.property_item dd a{
  position:relative;
  cursor:default;
  text-decoration:none;
  color:#333333;
}
.property_item .property_price dd{
	font-weight:bold;
} 
.property_item dd a span{
  display:none;
}
.property_item dd a:hover span{
display:block;
padding:0.1em;
position:absolute;
top:-0.2em;
left:-0.1em;
font-weight:bold;
z-index:10;
border:1px solid #fff;
background-color:#eeeeee;
color:#000000;
}
.property_item .property_extra{
  clear:both;
  margin:0px;
  padding: 0.3em 0px 0px;
}
.property_item .property_extra .long_text.hide {
    display: none;
}
.property_item .btn_read_more {
    margin-top: 0.8em;
    font-weight: bold;
}
@media (max-width: 768px) {
    .property_item .btn_read_more {
        margin-top: 0.2em;
    }
}
.property_item .btn_read_more a {
    text-decoration: underline;
    text-underline-offset: 0.1rem;
}
.save-search-container{
  float:left;
  margin-bottom: 0.8em;
}
/*
.property_item a.property_image.status_9:after {
    content: '';
    display: block;
    width: 100%;
    position: absolute;
    top: 0px;
    text-align: center;
    left: 0px;
    height: 16px;
    line-height: 16px;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    color: #646464;
    font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
}*/
.property_item .imageproperty.status_9:before {
    content:'Sold Conditionally';
    background-image: none!important;
    background-color:#fff!important;
    text-align: center;
    left: 0px;
    height: auto;
    line-height: 16px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    color: #000000;
    letter-spacing: 1px;
}
.property_item a.property_image.status_9 .status_property,
.property_item a.property_image.status_10 .status_property {
    display: none;
}
/*property_details*/
a.editproperty_btn{
	background: #FDFDFD; /* Old browsers */
background: -moz-linear-gradient(top,  #FDFDFD 1%, #e2e2e2 49%, #e2e2e2 52%, #c9c9c9 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#FDFDFD), color-stop(49%,#e2e2e2), color-stop(52%,#e2e2e2), color-stop(100%,#c9c9c9)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #FDFDFD 1%,#e2e2e2 49%,#e2e2e2 52%,#c9c9c9 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #FDFDFD 1%,#e2e2e2 49%,#e2e2e2 52%,#c9c9c9 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #FDFDFD 1%,#e2e2e2 49%,#e2e2e2 52%,#c9c9c9 100%); /* IE10+ */
background: linear-gradient(to bottom,  #FDFDFD 1%,#e2e2e2 49%,#e2e2e2 52%,#c9c9c9 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FDFDFD', endColorstr='#c9c9c9',GradientType=0 ); /* IE6-9 */
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
border: 1px solid #C5C0C0;
color: #222222;
font-size: 0.8em;
cursor: pointer;
height: 1.8em;
line-height: 1.8em;
display:block;
width:20%;
text-decoration:none;
text-align: center;
margin-bottom: 0.9em;
}
#property_address_title{
	 font-family: 'OswaldLight', sans-serif;
	 color:#666;
}
#map_area_small{
  margin-bottom:0.8em;
}
#property_address_title h2{
  font-size:1.1em;
  margin:0px 0px 0.5em 0px;
  width:70%;
  text-transform:uppercase;
  font-weight:normal;
  float:left;
}
#property_address_title span{
  display:block;
  float:right;
  text-align:right;
  width:25%;
  margin:0px 0px 0.5em 0px;
  line-height: 1.1em;
}
#mapTypeControl{
	height:1.4em;
}	
#mapTypeControl a{
  font-size:0.8em;
	text-decoration:none;
}
#mapTypeControl a.selected, #mapTypeControl a:hover, #mapTypeControl2 a.selected, #mapTypeControl2 a:hover {
  border-bottom: 1px dotted #cccccc;
}
#mapTypeControl a.streetviewlink, #mapTypeControl2 a.streetviewlink{
  background:url('../images/viewstreetred.png') no-repeat;
  background-size:auto 100%;
  padding-left:1.3em;
  }
.ie8 #mapTypeControl a.streetviewlink,
.ie8 #mapTypeControl2 a.streetviewlink{
	background:none;
}
#property_details_image {
width: 48%;
height: 22.5em;
  overflow:hidden;
  float:left;
  margin-top:1.4em;
}
#property_details_image .ieimg{
	width:98%;
}
#property_details_image #slider img{
 min-height:13.5em;
 min-width:100%;
}
#map{
  width:48%;
  height:22.5em;
  float:right;
}
#newPropertyMap{
  width:100%;
  margin:0.6em 0px;
}
#map2{
  height:28em;
}
#mapTypeControl2 {
 font-size: 0.8em;
 padding-bottom: 0.2em;
}
#mapTypeControl2 a {
  margin-left: 0.8em;
  float:right;
	text-decoration:none;
}
#mapTypeControl2 #mapGoBackControl {
  float:left;
  color: #C00;
  border-bottom: none;
  margin-left:0px;
}
#mapTools ul{
  margin:0px;
  padding:0.2em 0px;
}
#mapTools li{
  width:25%;
  font-size: 0.9em;
}
#mapTools a.selected {
background-color: #f8f8f8;
}
.property_btn a{
  width:47.15%;
border-top:none;
font-size: 0.8em;
cursor: pointer;
height: 1.8em;
line-height: 1.8em;
display: block;
float:left;
}
.property_btn a:hover{
	text-decoration:none;
}
.property_btn span{
  display:block;
  height:28px;
  width:28px;
  float:left;
   margin-left:40%;
   opacity: 0.7;
   filter:alpha(opacity=70);
}
.property_btn.two_buttons a{
	width:23.45%;
}
.two_buttons a span{
	 margin-left:32%;
}
.virtual_tour span{
  background:url('../images/virtual_tour_icon.png') no-repeat 0px -2px;
}
.property_btn .lightbox span{
  background:url('../images/more_images_icon.png') no-repeat -1px -3px;
}
a.neighborhood{
border-top:none;
width:47.3%;
font-size: 0.8em;
cursor: pointer;
height: 1.8em;
line-height: 1.8em;
display: block;
float:right;
}
a.neighborhood:hover{
	text-decoration:none;
}
.neighborhood span{
  background:url('../images/neighborhood_icon.png') no-repeat 0px -2px;
   margin:0 0px 0px 35%;
   width:35px;
	  height:28px;
  float:left;
	display:block;
	  opacity: 0.7;
   filter:alpha(opacity=70);
}
#property_details ul{
  margin:0px;
  padding:0px;
  list-style:none;
  width:40%;
  float:left;
}
#property_details ul li{
   margin:1px 0px;
   width:96%;
}
#property_details li a{
   font-size:0.95em;
   padding:0.3em 0px 0.3em 7%;
   display:block;
   text-decoration:none;
   width:90%;
   margin-left: 3%;
   background-color:#fff;
}
#property_details li.addthis_container{
	line-height: 1em;
  font-weight:bold;
   font-size:0.9em;
  padding: 0.8em 0px 0.8em 7%;
   width:89%;
      background:#fff;
}
#property_details li.addthis_container:hover{
	background:#fff;
}
#property_details li.addthis_container a{
width:15%;
padding:0px;
}
#property_details li.addthis_container #addthis{
  float:right;
  width: 50%;
}
#property_details li.addthis_container .addthis_button_expanded{
	width:45%;
}
#property_details .property_data{
  float:right;
  width:55%;
}
#property_details dl{
  margin:0px;
	border-bottom: 1px solid #E5E5E5;
	font-size:0.8em;
}
#property_details dt {
  width: 35%;
  text-align: left;
  margin: 0;
  line-height: 160%;
  font-weight:normal;
  padding:0.2em 0px; 
 }
#property_details dd{
float:right;
margin:0px;
line-height: 160%;
width: 65%;
text-align:right;
  padding:0.2em 0px; 
}
#property_details h3{
font-weight: bold;
margin: 0.5em 0px 0px;
font-size: 0.8em;
padding: 0.3em 0px 0.3em 1%;
}
.property_extra_data{
  padding:0.8em 0px 0.3em;
  font-size:0.9em;
}
.property_extra_data h2{
  margin:0px 0px 0.2em;
  text-transform:uppercase;
  font-size:0.9em;
}
.property_extra_data img.agent_contact_photo{
  max-width:20%;
  max-height:10em;
  float:left;
  margin-right: 2%;
}
.agent_contact p{
  margin:0px;
}
p.brokeredby{
	font-size:0.8em;
}
#property_details li.addthis_container .addthis_button_expanded{
	margin-top:-3px;
}
#property_details li.addthis_container .addthis_button_expanded span{
	margin-right: 5px;
	position: relative;
    top: 3px;
}

/*lead property forms*/
.lead_generating_remove_class .allinfo .form-item{
	float:left;
	width:24.8%;
}
.lead_generating_remove_class .allinfo .form-item input{
width:80%;
}
.lead_generating_remove_class .capimg{
	margin-top: 0.3em;
float: left;
width: 30%;
}
.lead_generating_remove_class .capimg .form-item,
.lead_generating_remove_class .captcha_div .form-item{
	margin:0px;
}
.lead_generating_remove_class .captcha_div .form-item.Type-characters{
	width: 21.5%;
	float:left;
}
.lead_generating_remove_class .capimg img,
.lead_generating_remove_class .capimg .cap_refresher{
  float:left;
}
.lead_generating_remove_class .capimg .cap_refresher img{
	margin-left:4px;
}
.lead_generating_remove_class .capimg #edit-cap-image{
  width:170px;
  height:60px;
  margin-right: 5px;
  max-width:75%
}
.lead_generating_remove_class .captcha_div .form-item.Type-characters input{
	width: 100%;
}
.lead_generating_remove_class .contact_form input.form-submit{
    margin: 0.8em 0px 0px 29.8%;
}
.lead_generating_remove_class a.disclaimer_link{
	margin: 0.6em 0px 0px 29.8%;
}
.lead_generating_remove_class textarea{
	width:95%;
}
.lead_generating_remove_class label[for="edit-cap_text"],
.lead_generating_remove_class .resizable-textarea .grippie{
	display:none;
}


/*condo*/
div.list-of-condos ul{
	margin:25px 0px 35px;
}
.list-of-condos a{
	text-decoration:none;
}
div.list-of-condos ul:after{
	  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
  font-size: 0;
}
#property_address_title span.condo_address{
	width:100%;
	margin:0px;
	float:none;
	text-align:left;
	font-size:0.7em;
}
#pre_Construction_contact_form .agent-info{
	width:50%;
	float:left;
}
#pre_Construction_contact_form .agent-info:last-of-type:after{
    content:' ';
	clear:both;
	display:block;
	padding:0px;
	margin:0px;
}
#pre_Construction_contact_form .agent_details_condo{
	margin:0px;
	width:75%;
	box-sizing:border-box;
	padding-left:5%;
	padding-top:1em;
}
#pre_Construction_contact_form a.agent_photo_condo{
	width:25%;
	display:block;
	float: left;
}
#pre_Construction_contact_form a.agent_photo_condo img{
   max-width:100%;
   max-height:10em;	
   float:left;
   margin: 0.5em 0px 0px 0px;
   width:auto;
}
.agent_details_condo{
	float:left;
	margin:0.5em 0px 0px 3%;
	width:58%;
}
.agent_details_condo h2{
	margin:0px;
	font:bold 0.8em Arial, Helvetica, sans-serif;
}
.agent_details_condo h3{
	margin:0.2em 0px 0.8em;
	font:0.75em Arial, Helvetica, sans-serif;
}
.agent_details_condo dt{
	width:auto;
	padding-right:1%;
}
.agent_details_condo dd{
	margin:0.1em 0px;
}
.agent_details_condo dl{
	font-size:0.8em;
	margin:0px;
}
#pre_Construction_contact_form .form-item img{
	width:100%;
}
#pre_Construction_contact_form .contact_form{
	clear:both;
}
#pre_Construction_contact_form .contact_form input.form-text{
	width:100%;
}
#pre_Construction_contact_form .contact_form .form-item{
	float:left;
width: 21.5%;
padding-right: 3%;
}
#pre_Construction_contact_form .contact_method_condo{
	position: relative;
    top: 1em;
    float:left;
    width: 21.5%;
    
}

#pre_Construction_contact_form .cap_refresher img{width:16px; height:16px;}
#pre_Construction_contact_form img#edit-cap-image {float:left;width:160px; height:60px;margin-right:5px;}
#pre_Construction_contact_form .capimage{width:210px; float:left;}
#pre_Construction_contact_form .capimage .form-item{width:100%;}

@media screen and (-webkit-min-device-pixel-ratio:0){
#pre_Construction_contact_form .contact_method_condo{
	top:-0.5em;
}
}
#pre_Construction_contact_form .contact_method_condo .form-item, .contact_method_condo label.option{
	display:inline;
	float:none;
	padding-right:1%;
}
#pre_Construction_contact_form .message_condo{
	clear:both;
}
#pre_Construction_contact_form .message_condo .form-item{
	float:none;
	width:100%;
}
#pre_Construction_contact_form .message_condo .grippie{
	display:none;
}
#pre_Construction_contact_form .message_condo textarea{
	overflow:auto;
	width: 90%;
}
h1.office_condo{
	margin:10px 0px 0px 0px;
	font:bold 0.9em Arial, Helvetica, sans-serif;
}
.office_details_condo{
	margin:5px 0px 10px 0px;
}
#pre_Construction_contact_form .propertyheader{
	font: bold 0.8em Arial, Helvetica, sans-serif;
text-transform: uppercase;
}
#pre_Construction_contact_form fieldset.contact_form .form_bottom {
	margin: 0px 0px 40px -10px;
}
#pre_Construction_contact_form  .form-radio{
	border:none;
}
#precondo_sortFilter{
	margin:1em 0px;
	height:auto;
	font-size:0.9em;
}
#precondo_sortFilter .form-item{
	width:100%;
}
#precondo_sortFilter .form-item input,
#precondo_sortFilter .form-item select{
width:90%;
height:auto;
font-size: 0.9em;
margin:0px;
} 
#precondo_sortFilter .filtercolumn {
width: 28%;
}
#property_address_title h2.condo_title{
	width: 100%;
	line-height:1.3em;
}
fieldset.map_area #mapDP{
	margin-left:0px!important;
}
#pre_Construction_contact_form .form_content h3{
	font-size: 0.9em;
text-transform: uppercase;
margin: 0px;
padding-top: 1.5em;
}


/*map search*/
#gmapSearch2 #sortListing{
 padding: 0.5em 0.6em;
  margin-bottom:0.8em;
}
#gmapSearch2 #sortListing label{
	font-size:1em;
}
#gmapSearch2 #sortListing ul{
  padding:0px;
  margin:0px;
  list-style:none;
  font-size:0.8em;
}
#gmapSearch2 #sortListing li{
float:left;
width:auto;
margin-right:2%;
}
#gmapSearch2 #sortListing li.city{
	width:25%;
}
#gmapSearch2 #sortListing li.city input{
	width:100%;
}
#gmapSearch2 #sortListing select{
	font-size:1.1em;
}
ul.ui-autocomplete.ui-menu.ui-widget{
	font-size:0.8em;
}
#gmapSearch2 #gmap-sale, #gmapSearch2 #gmap-rent{
  border:none;
}
#gmapSearch2 #filterTools ul{
  margin:0px 0px 0px 2px;
  padding:0px;
  font-size:0.75em;
}
#gmapSearch2 #filterTools li{
  width:18%;
}
#gmapSearch2 #filterTools .semidetachedli{
	width:23.7%;
}
#gmapSearch2 #filterTools .townhomesli{
	width:22%;
}
#filterTools a.selected{
  background-color: #f8f8f8;
}
#filterTools li a.selected span{
  background-color:transparent;
}
#gmapSearch2 #filterTools li span{
white-space:nowrap;
padding-top:5px;
}
#gmapSearch2 #mapTypeControl{
	height:1em;
	padding-top:0.5em;
}
#gmapSearch2 #mapTypeControl a{
	font-size:0.75em;
}
#gmapSearch2 #mapTypeControl a.streetview{
	top: 1.6em;
	font-weight:normal;	
}
#gmapSearch2 #streetview{
	width:100%!important;
}
#gmapSearch2 div.maparea{
  width:100%;
  padding:0.8em 0px;
  float:none;
}
#gmapSearch2 .save-search-container {
margin-top: -5px;
}
#gmapSearch2 #map2{
  height:30em;
  margin-top:6px;
  width:100%;
}
#gmapSearch2 #mapTools ul{
  border:3px solid #f8f8f8;
}
#gmapSearch2 #mapTools li {
  width:24.5%;
}
#gmapSearch2 #mapTools{
  padding-top:0px;
  font-size:0.95em;
}
#mapTools li a {
	background-position: 3px 6px;
}
#gmapSearch2 #mapTools li a span {
	padding-top:9px;
}
#gmapSearch2 .PropertySort{
  padding-bottom:0.7em;
  font-size:0.8em;
  position: relative;
  z-index: 20;
  width:30%;
}
#gmapSearch2 .PropertySort .form-item{
	margin:0px;
}
#gmapSearchList .pager{
position:relative;
top:-2.1em;
margin:0px;
}
#gmapSearchList .bottompager{
  top:-1em;
  clear:left;
}
#gmapSearchList .property_map_item.odd,
#gmapSearchList .property_map_item.even{
  background-color:transparent;
  width:49%;
  float:left;
  border: 1px solid #f8f8f8;
  padding: 0.8em 0px;
}
#gmapSearchList .property_map_item.odd{
	float:right;
}
#gmapSearchList .separator{
	clear: both;
	height:1.1em;
}
.property_map_item img{
  width:100%;
}
.property_map_item a{
	text-decoration:none;
}
.property_map_item .gmap_img_link{
 display: block;
 width: 50%;
 height: 15em;
 float: left;
 margin-top: -0.8em;
 overflow: hidden;
 position:relative;
}
.property_map_item .pImage{
	position:absolute;
	top:0px;
	left:0px;
}
.property_map_item .status{
	position:relative;
	z-index:100;
}
.property_map_item .map_data:after{
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
  font-size: 0;
}
.property_map_item dl{
  margin:0px 2%;
  width:45.6%;
  float:left;
  line-height: 1.3em;
}
.property_map_item dt, .property_map_item dd{
  display:inline;
  margin:0px;
  padding-right:1%;
  width:auto;
  font-size:0.85em;
  float:none;
}
.property_map_item dd span{
  display:none;
}
.property_map_item dd a{
  position:relative;
  white-space:nowrap;
  cursor:default;
	color:#000000;
}
.property_map_item dd a:hover span{
  display:block;
  padding:2px 5px;
  position:absolute;
  top:-19px;
  left:-5px;
  border:1px solid #fff;
  background-color:#eeeeee;
  font-size:13px;
  font-weight:bold;
  color:#000000;
  z-index:10;
}
.property_map_item dl.price_property_map{
  float:right;
  margin: -0.3em 0px 0.5em 0px;
  font-weight:bold;
  width:47%;
}
.property_map_item h2{
  text-transform:uppercase;
  margin:0.2em 2%;
}
.property_map_item h2 span{
  display:none;
}
.property_map_item h2 a{
  position:relative;
}
.property_map_item h2 a:hover span{
  display:block;
  padding:0.2em;
  position:absolute;
  top:0px;
  left:0px;
  border:1px solid #fff;
  background-color:#eeeeee;
  font-size:0.9em;
  font-weight:bold;
  color:#000000;
  z-index:10;
}
.property_map_item ul{
  margin:0em 0px 0px -2.5%;
  padding:0px;
  list-style-type:square;
  font-size:0.9em;
  width:50%;
  float:left;
}
.property_map_item li{
   padding:0.1em 0px 0.1em 24px;
   height:1.3em;
}
.property_map_item li a{
	margin-left:-4px;
}
.property_map_item .viewStreet{
width:50%;
   float:left;
   margin-left: -1.17%;
}
.property_map_item .viewStreet ul{
	width:100%;
}
.property_map_item .no-streetview{
  display:none;
}
#BubbleInfo{
	padding-top:0px;
}
#BubbleInfo a{
	text-decoration:none;
}
#BubbleInfo .viewStreet a.street_view_map_page{
background: url('../images/street_view_map_page.png') no-repeat 32px 0px;
padding-left: 21px;
display: block;
font-size:1.2em;
line-height:1.4em;
}
#BubbleInfo  p.view_details_map_page{
  background: url('../images/view_details_map_page.png') no-repeat 145px 0px;
  padding: 0px 0px 0px 168px;
  margin-left: 23px;
}
#BubbleInfo .left{
  margin-right:10px;
}
#BubbleInfo p{
  font-size:1.2em;
	margin:0px 0px 8px 0px;
}
#BubbleInfo .price{
 font-size: 1.4em;
 color: #765565;
 font-weight: bold;
 margin-bottom: 0px;
}
#BubbleInfo .address{
  color: #765565;
font-weight: bold;
font-style: italic;
font-size:1.2em;
}
#BubbleInfo div.gmapSearchProperty div.picture img.pImage{
  margin-top:0px;
position:relative;
top:5px;
}
#BubbleInfo div.gmapSearchProperty div.picture img.pImage,  x:-moz-any-link {
  top:4px;
}
#BubbleInfo div.gmapSearchProperty div.picture div.pSaleStatus img {
margin-left: -6px;
position:relative;
z-index:20;
}
#BubbleInfo div.gmapSearchProperty div.picture div.pSaleStatus{
margin-top:-106px;	
}

/* End of Vow Hidden Properties */

/*forms pages*/
#edit-middlename,
label[for="edit-middlename"]{
	margin-left:-3000px!important;
	float:left;
	height:0px;
}
fieldset.contact_form{
   border:none!important;
    font-size:0.9em;
    color:#2B2B2B;
    margin-bottom: 1em;
}
fieldset.contact_form label{
font-size:0.9em;
}
fieldset.contact_form legend.main_legend_title{
  font:bold 0.9em Trebuchet MS, Arial, sans-serif;
  text-transform:uppercase;
  color: #3A3838;
  position:relative; 
  z-index:5;
  width: 100%;
  border-bottom: 1px dotted #C7C6C6;
  margin:0.6em 0px 0.2em;
  padding:0px;
}

fieldset.contact_form .form_content{
  clear:both;
  position:relative;
}
fieldset.contact_form .form_content:after{
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
  font-size: 0;
}
fieldset.contact_form .legend_req{
	float:right;
}

label[for="edit-prov_state"], fieldset.contact_form label[for="edit-zip_postal"] {
float: left;
width: auto;
}
.province_req {
float: left;
margin: -2px 0px 0px 3px;
}
fieldset.interests .req{
  background:none;
  padding:0.3em 0px 0px 0px;
}
fieldset.contact_form label .req{
  display:inline;
  position:relative;
  top:-3px;
}
fieldset.contact_form .select_form,
.main_field,
body #FreeReport-form .main_field{
  float:left;
  width:21.5%;
  padding-right:3%;
  margin: 0.6em 0px 0.1em;
}
body #FreeReport-form .captcha_div .main_field{
width: 97%;
padding-left: 3px;
margin-top: 0px;
}
.main_field.main_wide{
	width:94.5%;
}
fieldset.contact_form .wide_select{
  width:260px;
 }
fieldset.contact_form .select_form select{
  width:100%;
  padding: 0.15em 0px;
  font-size: 0.85em;
}
fieldset.contact_form .wide_select select{
  width:200px;
  height:auto;
  font-size: 0.85em;
 }
 .main_field input{
height: 1.4em;
line-height:1.4em;
width:100%;
font-size:0.9em;
}
fieldset.contact_by{
  font-weight:bold;
  padding: 0.6em 0px 0.1em;
  margin: 0px;
}
fieldset.contact_by legend{
	float:left;
	font-size: 0.9em;
}
fieldset.contact_by input{
  border:none;
}
fieldset.interests label{
  padding:0.3em 2% 0px 0px;
  display:block;
  float:left;
}
fieldset.interests label input{
  position:relative;
  top:1px;
  left:1px;
}
fieldset.interests .column1{
width:32%;
float:left;
}
fieldset.interests .column2{
width:60%;
float:left;
}
fieldset.interests .column1 input, fieldset.interests .column2 input{
border:none;
}
fieldset.interests .column1 label, fieldset.interests .column2 label{
  float:none;
}
fieldset.contact_form .message_field{
 float:left;
 margin:0.6em 0px 0px;
 width:100%;
 clear:both;
}
fieldset.contact_form .message_field textarea{
width:100%;
}
#FreeReport-form .form-item{
  /*float:right;*/
  width:90%;
  margin:0.3em 0px 0px;
}

#FreeReport-form .capleft{display:block; float:left; width:197px;}
#FreeReport-form .capleft .captcha_img{width:160px; height:60px; margin-right:5px;}
#FreeReport-form .capright{display: block; float: left;width: 30%;}
#FreeReport-form .capright input.submit_form{margin: 1%; float:left; clear:both;width: 99%!important;}
#FreeReport-form .capright a.disclaimer_link{margin:0;}
#FreeReport-form .capright a.disclaimer_link:hover span.disclaimer_content{width:300px; top:10em; left: 122%;}

.captcha_div{width:100%; margin:0;}
.captcha_div::after{clear:both; display: block; content:''; float:none;}
.captcha_div label{
  /*font-weight:normal;*/ 
  color:#333;
  position:relative;
  margin-bottom:9px;
  margin-top:5px;
  float:left;
  width:74%; 
  padding-left:5px;
}
.captcha_img{
  margin-top:0.3em;
  float:left;
  /*width:30%;
  position:absolute;*/
 width:25%;
 height:60px;
}

div.captcha_input{margin:0;width:33%; padding-left: 5px;}


#FreeReport-form .captcha_img{
	height: 6em;
}

/* catpcha refresh */

.cap_refresher{width:24px; height: 24px; float:left; position:relative; margin:0; padding:0px; background: #efefef; border:1px solid #ccc; border-radius:3px; display:inline-block; text-align:center; margin-right:5px;}
.cap_refresher img{margin-top:4px;}

#visitor_register div div.captcha-fieldset fieldset .form-item img{margin-left:0;}
#visitor_register img#edit-cap-image{margin-left:255px; float:left; width:160px; height:65px;}
#visitor_register img.spin{margin-top:4px;}
#visitor_register .cap_refresher{margin-left:5px;}
#visitor_register .Captcha-Validation{clear:both;}
.g1 .widgets-askQuestions .capimg img{float: left;  width: 80%; margin-left: 4%; margin-right: 3px; height: 60px; margin-bottom:1em;}
.g1 .widgets-askQuestions label[for="edit-cap_text"]{clear:both;}
.g1 .cap_refresher{float:right;}

.form-item.main_field.sched_captcha{width:100%;padding: 0px;}
.form-item.main_field.sched_captcha .captcharefresh{width:24px; height: 24px; float:left; position:relative; margin:0; padding:0px; background: #efefef; border:1px solid #ccc; border-radius:3px; display:inline-block; text-align:center; margin-right:5px;}
.form-item.main_field.sched_captcha .captcharefresh a img{margin-top:4px;}
.form-item.main_field.sched_captcha input{width:30%;;}
.form-item.main_field.sched_captcha .captcha_img{margin-right:8px;}
.form-item.main_field.sched_captcha label{width:60%; float:left;}
.form-item.main_field.sched_captcha #button_area{}
body[class*="_appointment_form_"] fieldset.contact_form input.submit_form{margin-top:0px;}
.inner #appointment_form #button_area{margin:1% 26.5%;}
.inner #appointment_form #button_area a.disclaimer_link{margin:0px;top:auto;}
#pre_Construction_contact_form .captchablock .form-item{width:200px;}
@media screen and (max-width:480px){
	#pre_Construction_contact_form .captchablock .form-item{width:200px!important;}
}

@media screen and (max-width:640px){
	#wsidebar_right .widgets-askQuestions .messages textarea{height:4.5em!important;}
	#wsidebar_right .widgets-askQuestions .capimg{margin-left:0;}
	#wsidebar_right .widgets-askQuestions .cap_refresher{float:left;margin-left:5px;}
	
	
}

#visitor_pass .cpt-img .form-item{margin:0; width:170px;}
#visitor_pass .cpt-img {width:170px; margin-right:5px;}
#visitor_pass .cpt-img #edit-cap-image{width:100%; height: 60px;}
#visitor_pass .captcha-text .form-item{margin:0;}

fieldset.contact_form  input.submit_form,
.lead_generating_remove_class input.form-submit,
#precondo_sortFilter input.form-submit{
	width:13.5%;	
	color:#5A5959;
	margin: 0.8em 0px 0px 25.8%;
}
body #FreeReport-form .form-item label{
	width:100%;
	text-align:left;

}
.rules_sweepstakes{
font-size: 0.8em;
clear: both;
margin: 1em 0px 0px 0;
display: block;
}
._node_add_sweepstakes fieldset.contact_form .select_form select{
	padding:0.3em 0px;
}

form[action="/node/add/sweepstakes"] fieldset.contact_form:first-of-type .form_content{
    display: flex;
    flex-wrap: wrap;
}

/*blog*/
body .blog div.links,
.comment .submitted,
.comment .links {
font-size: 0.75em;
}
#comment_form{
	font-size:0.85em;
}
#comment_form .description{
	font-size:1em!important;
}
.comment-title{
background: #F3F3F3;
padding-left: 1%;
}
/*Blogs new style*/
*[class*='gr-con-'] {
    padding: 0 2.5vw;
}
body[class*="blog"] #wsidebar_right, 
body .node.blog #wsidebar_right {
    display: none;
}
body[class*="blog"] .maincontent {
    margin: auto;
    width: 90% !important;
}
body[class*="blog"] .maincontentinner {
    position: relative;
}
body[class*="blog"] h1.main_title {
    font-size: 1.4vw;
    margin: 0 0 1vw;
    text-transform: capitalize;
    color: #333;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}
body[class*="blog"] .main_title span {
    color: #333;
}
body[class*="blog"] .main_title:after {
    border-top: 3px solid #2a006a;
    content: '';
    display: block;
    margin-top: 1vw;
    width: 3vw;
}
body[class*="blog"] .node.blog {
    overflow: auto;
    position: relative;
    margin-bottom: 2em;
}
.inner .node .content img {
    max-height:100%;
    max-width:100%;
    height:auto!important;
}
.inner .agent-details-wrapper .image-bg-wrapper img {
    max-height:1000%;
    max-width:1000%;
}
.inner .agent-details-wrapper .agent-image img {
    max-width: 90%;
    max-height: 90%;  
}
.inner .node.blog .title {
    font-size: 1.4vw;
    text-transform: capitalize;
    line-height: 1.5;
    margin: 0 0 0.5vw;
}
.inner .node.blog .title a {
    color:#2a006a;
}
.inner .node.blog .post_date {
    display:flex;
    margin-bottom: 1vw;
}
.inner .node.blog .post_date br {
    display:none;
}
.inner .node.blog .addthis_toolbox {
    margin: 2vw 0 1vw;
}
.inner .node.blog .addthis_toolbox a {
    margin:0;
}
.inner #comment_form fieldset {
    display:none;
}
.inner #comment_form .form-item.Subject {
    max-width:50%;
}
.inner .comment {
    padding-bottom: 1vw;
}
.inner .comment .links,
.inner .node.blog .links {
    font-size: 0.85vw;
}
.inner .node.blog .links {
    float: left;
    clear: both;
}
.inner .comment .links a,
.inner .node.blog .links a {
    background: #2a006a;
    border-radius: 0.5vw;
    color: #fff;
    line-height: 1;
    padding: 0.25vw 0.5vw;
    text-transform: capitalize;
}
#comment_confirm_delete .container-inline a {
    webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #429D9D;
    font-size: 0.9em;
    text-align: center;
    color: #000000;
    font-weight: 600;
}
.box,
.comment-title {
    clear: both;
}
.comment-title {
    padding-left: 0;
}
.inner .comment-title .legend {
    border-bottom: 2px solid #2a006a;
    font-weight: 600;
}
.inner .comment .submitted {
    color: #2f2f2f;
    font-weight: 600;
    font-style: normal;
    margin-bottom: 5px;
}
.inner .comment h3.title {
    margin: 1vw 0px 0.25vw;
}
.inner .comment h3.title a {
    color:#2a006a;
}
.inner .comment .content {
    margin: 0.5vw 0 1.5vw;
}
#comment_form .form-submit {
    margin-left: 0em !important;
}
/*
body[class*="blog"] .node .content img {
    height: auto !important;
    max-height: 10vw;
    width: auto !important;
    margin: 20px;
    float: right;
}
*/
body .blog .content p {
    margin: 0px 0px 1em;
    padding: 0;
    line-height: 1.5;
    font-size: 0.85vw;
    font-family: 'Montserrat', sans-serif;
}
/*post date*/
body[class*="blog"] .post_date {
    position: absolute;
}
body[class*="blog"] .comment_date, 
body[class*="blog"] .post_date {
    background: #2a006a;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
    border: 1px solid #2a006a;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    left: -4.7vw;
    text-align: center;
    width: 3.6vw;
}
body[class*="blog"] .post_date span {
    display: block;
    flex: 1;
}
body[class*="blog"] .post_date span:nth-child(1), 
body[class*="blog"] .post_date span:nth-child(2) {
    background: #fff;
    font-weight: 700;
    font-size: 0.8vw;
    line-height: 1;
}
body[class*="blog"] .post_date span:nth-child(1) {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    padding: 0.5vw 0 0;
}
body[class*="blog"] .post_date span:nth-child(2) {
    padding: 0.2vw 0.5vw 0.5vw;
}
body[class*="blog"] .post_date span:nth-child(3) {
    color: #fff;
    font-size: 0.8vw;
    line-height: 1;
    padding: 0.4vw 0;
}
/*pager*/
body[class*="blog"] .pager {
    background: #55258a;
    font-size: 0.8rem;
    list-style: none;
    margin: 1.1em 0em 1em;
    padding: 0.5rem 0;
    text-align: center;
    width: 100%;
}
.blog ul {
    list-style-position: outside;
    padding-left: 15px;
}
body[class*="blog"] .pager .pager-current {
    background: #fff;
    color: #55258a;
    padding: 0 0.4rem;
}
body[class*="blog"] .pager a, 
body[class*="blog"] .pager .pager-ellipsis {
    color: #fff;
    display: inline-block;
    padding: 0px 0.2em;
    text-decoration: none;
    text-transform: uppercase;
}
@media screen and (max-width: 1300px) {
    body[class*="blog"] h1.main_title {
        font-size: 1.5vw;
    }
    body[class*="blog"] .comment_date, 
    body[class*="blog"] .post_date {
        left: -5vw;
        width: 4vw;
    }
    body[class*="blog"] .post_date span:nth-child(1), 
    body[class*="blog"] .post_date span:nth-child(2) {
        font-size: 0.9vw;
    }
    body[class*="blog"] .post_date span:nth-child(3) {
        font-size: 0.9vw;
    }
}
@media screen and (max-width: 1180px) {
    body[class*="blog"] .maincontent {
        padding-left: 5%;
    }
    body[class*="blog"].inner .wrapper.contentarea {
        width: 85.59%;
    }
}
@media screen and (max-width: 1024px) {
    *[class*='gr-con-'] {
        padding: 0 1.5rem;
    }
    body[class*="blog"] h1.main_title {
        font-size: 1.5rem;
        margin: 0 0 1rem;
    }
    body[class*="blog"] .main_title:after {
        margin-top: 1rem;
        width: 30px;
    }
    body[class*="blog"] .comment_date, 
    body[class*="blog"] .post_date {
        left: -4.5rem;
        width: 4rem;
    }
    body[class*="blog"] .post_date span:nth-child(1), 
    body[class*="blog"] .post_date span:nth-child(2) {
        font-size: 0.9rem;
    }
    body[class*="blog"] .post_date span:nth-child(1) {
        padding: 0.5rem 0 0;
    }
    body[class*="blog"] .post_date span:nth-child(2) {
        padding: 0.2rem 0.5rem 0.5rem;
    }
    body[class*="blog"] .post_date span:nth-child(3) {
        font-size: 0.9rem;
        padding: 0.4rem 0;
    }
    .inner .node.blog .title {
        font-size: 1.4rem;
        margin: 0 0 0.5rem;
    }
    body .blog .content p {
        font-size: 0.85rem;
    }
    .inner .comment .links, 
    .inner .node.blog .links {
        font-size: 0.85rem;
    }
    .inner .comment .links a, .inner .node.blog .links a {
        border-radius: 0;
        padding: 0.25rem 0.5rem;
    }
}
@media screen and (max-width: 768px) {
    body[class*="blog"] .maincontent {
        width: 85% !important;
	}
	/*
    body[class*="blog"] .node .content img {
        max-height: 100%;
        float: none;
        margin-left: 0;
        display: block;
	}
	*/
}
@media screen and (max-width: 684px) {
    body[class*="blog"] .maincontent {
        width: 78% !important;
    }
}
@media screen and (max-width: 640px) {
    body[class*="blog"].inner .node.blog .links a,
    .inner div.node.blog .links a {
        background: transparent;
        color: #2a006a;
        padding: 0;
        font-weight: 600;
        text-decoration: underline;
    }
}
@media screen and (max-width: 568px) {
    body[class*="blog"] .maincontent {
        margin-right: 2.5rem;
    }
}
@media screen and (max-width: 480px) {
    body[class*="blog"] .maincontent {
        margin-right: 1rem;
    }
}
@media screen and (max-width: 425px) {
    body[class*="blog"] .maincontent {
        margin-right: 0;
    }
}


/* float clearing for everyone else */
.clearfix:after{
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
  font-size: 0;
}

/*DISCLAIMER */

a.disclaimer_link{
	cursor: default;
	font-size:0.7em;
	display:block;
	text-decoration: none;
	position:relative;
	margin:0.6em 0px 0px 25.8%;
	width:12%;
}
a.disclaimer_link  span.disclaimer_content{
    position: absolute;
     display: none; 
    width: 200px;
    padding: 5px;
    background: #fff;
    color: #000;
    border: #000 1px solid;
    z-index: 9999;
    right: 50px;
    top: -70px;
    font-size: 11px;
} 
a.disclaimer_link:hover span.disclaimer_content{
	display:block; 
	left: 50%;
    top: -5em;
	text-decoration:none;
}


.widgets-askQuestions a.disclaimer_link{
margin: -1em 3% 0em 0px;
	text-align: right;
	float: right;
width:auto;
}

.widecontent .widgets-askQuestions a.disclaimer_link{
margin: 0.2em 4% 0px 0px;
width:12%;
}
.widgets-askQuestions a.disclaimer_link  span.disclaimer_content{
	text-align:left;
}
.widgets-askQuestions a.disclaimer_link:hover span.disclaimer_content{
	left: 100%;
}



/*agent list*/
.agent-list{
	font-size:0.9em;
}
.agent-list table.agent-short-table-left, .agent-list table.agent-short-table-right {
width: 48%;
float: left;
clear: both;
margin: 1em 0;
}
.agent-list table.agent-short-table-right {
clear: none;
margin-left: 2%;
}
.agent-list td div{
	line-height:1.1em;
	margin-bottom:0.2em;
}
.agent-list .agent-short-cell-right {
width: 100%;
}
.agent-list td div span{
	font-size:0.95em;
}
.agent-list .agent-short-cell-left img{
margin: 0px 2em 0px 0px;
}
.agent-list #broker-infobox h3,
.agent-list #broker-infobox h4{
	font-size: 0.9em;
}
.short-cell-left-b{
	width:20%;
}
.short-cell-left-b img.office_picture{
	width:100%
}
.short-cell-right-b.office_top_info{
	font-size: 0.8em;
width: 80%;
}

/*agent info*/
#agent_info #map{
	 height:10em;
 width:50%;
 float:left;
 margin:0 2%;  
}
#agent_info img.agent_photo{
  max-height:12em;
  float:left;
  max-width:15%;
  width:15%;
}
#agent_info .nomapimg{
	float:left;
	margin:0px 2%;
}
#agent_info ul{
	width: 22%;
  margin:0px;
  padding:0px;
  list-style:none;
  float:left;
}
#agent_info li{
  padding-left:20%;
  white-space: nowrap;
}
#agent_info li a{
 font-family: Trebuchet MS, Arial, sans-serif;
 padding:4px 0px;
 display:block;
 text-decoration:none;
}
#agent_info li.view_my_properties{
  background:url('../images/view_my_properties.png') no-repeat 2px 2px;
}
#agent_info li.email_me{
  background:url('../images/letter.png') no-repeat 0px 8px;
}
#agent_info li.visit_my_site{
  background:url('../images/visit_my_site.png') no-repeat 0px 2px;
}
dl.office_extra_data{
	margin:1em 0px;
	font-size:0.8em;
}
div.office_extra_data{
margin:1em 0px;
}
dl.office_extra_data dt, dl.office_extra_data dd{
  display:inline;
  margin:0;
}
dl.office_extra_data dt{
  color:#666;
  width:auto;
  float:none; 
  text-align:left;
font-weight:bold;
}
dl.comments_office dt{
  font-family: Tahoma, Geneva, sans-serif;
  color:#333;
  font-weight: normal;
  font-size: 1.2em;
}


/*contact agent*/
body #contact_agent_form label{
  color:#777;
  text-transform:none;
font-size:0.8em;
}
#contact_agent_form .form-item{
	float:left;
	width:33%;
	margin: 0.5em 0px;
}
#contact_agent_form .form-item input.form-text,
#contact_agent_form .form-item  select.form-select{
	width:90%;
	font-size:0.8em;
}
#contact_agent_form .description{
	font-size:0.75em;
	line-height: 1.2em;
}
#contact_agent_form .form-item .form-item{
	margin:0px;
}
#contact_agent_form #edit-request_subject,
#contact_agent_form #edit-request_body{
	width:289%;
}
#contact_agent_form input.form-submit{
	font-size:0.85em;
	margin-top:1.9em;
}
#contact_agent_form .Middle-Name{
	display:none;
}
#contact_agent_form #edit-cap-image,
#contact_broker_form #edit-cap-image{
	float: left;
    margin-right: 3%;
    width: 70%;
}
/*find agent*/
#find_agent input.submit_form{
	margin:1em 0px 0px;
}
#find_agent .main_field{
	width:30%;
}
/*office details*/
#agent_info li.see_our_listings{
  background:url('../images/see_our_listings.png') no-repeat 2px 5px;
}
#agent_info li.meet_our_team{
  background:url('../images/meet_our_team.png') no-repeat 3px 3px;
  margin:4px 0px 2px;
}
.office_extra_data span{
/*	display:block; */
/*	margin-left:10.5%;*/
}
.office_extra_data span a.emailme{
	background:url('../images/letter.png') no-repeat 1px 1px;
	display:inline-block;
	padding-left:30px;
	height:21px;
}

/*contact broker*/
body #contact_broker_form label{
  color:#777;
  text-transform:none;
font-size:0.8em;
}
#contact_broker_form .form-item{
	float:left;
	width:33%;
	margin: 0.5em 0px;
}
#contact_broker_form .form-item input.form-text,
#contact_broker_form .form-item  select.form-select{
	width:90%;
	font-size:0.8em;
}
#contact_broker_form .description{
	font-size:0.75em;
	line-height: 1.2em;
}
#contact_broker_form .form-item .form-item{
	margin:0px;
}
#contact_broker_form #edit-request_subject,
#contact_broker_form #edit-request_body{
	width:289%;
}
#contact_broker_form input.form-submit{
	font-size:0.85em;
	margin-top:1.9em;
}
#contact_broker_form .Middle-Name{
	display:none;
}
/*office properties*/
.short-cell-left-b img.office_picture{
	max-width:250px;
}
td.short-cell-right-b.office_top_info{
	width:100%;
	padding-left:2em;
}


#aggregator .feed-item{
font-size: 0.8em;
}

div.status,
div.error{
font-size: 0.9em;
width: 96%;
margin: 0.5em 0px;
padding: 0.5em 2%;
}

table.visitorSearch_list {
font-size: 1.1em;
}

iframe[name="google_conversion_frame"]{
	position: absolute;
bottom: 0px;
}

.content #calculators_static_page{
width:100%!important;	
}
#premiumCalculatorIframe{
	min-height: 630px;
    width: 100% !important;
}
#mortgageAffordabilityIframe{
	width: 100% !important;
	min-height: 985px;
}
/* added by Kevin for Feature Listing widget */

/* Multi horizontal*/


		.maincontent .widgets-featuredListings .horizontal_scroll .wrapper_scroll {
			float: none!important;
			margin: auto;
			position: relative;
			left: -12px;
		}
		
		.maincontent .horizontal_scroll .jcarousel-control-next {
			right: -25px!important;
		}
		
		.maincontent .horizontal_scroll .jcarousel{
			width: 100%!important;
		}
		
		.maincontent .featured_multi_img_wrapper{
			width: 210px;
		}
		.maincontent div.featuredListingAddress{
			width: 200px;
		}
		.maincontent .feature_ribbon{
			margin-left: 140px!important;
		}

/* very large displays */
@media only screen and (min-width: 1600px){

		#topwidget2 .widgets-featuredListings .horizontal_scroll .wrapper_scroll {
			width: 1355px;
			float: none!important;
			margin: auto;
			position: relative;
			left: -12px;
		}
			.horizontal_scroll .jcarousel-wrapper{
		width: 100%;
		}
		.horizontal_scroll .jcarousel {
			width: 100%;
		}
		.widgets-featuredListings .horizontal_scroll .wrapper_scroll {
			width: 900px;
			float: none!important;
			margin: auto;
			position: relative;
			left: -12px;
		}

}

/* large displays */ 
@media only screen and (min-width: 1224px) and (max-width: 1599px){

	#topwidget2 .widgets-featuredListings .horizontal_scroll .wrapper_scroll {
			width: 1125px;
			float: none!important;
			margin: auto;
			position: relative;
			left: -12px;
		}
	
	.horizontal_scroll .jcarousel-wrapper{
		width: 100%;
		}
		.horizontal_scroll .jcarousel {
			width: 100%;
		}
		.widgets-featuredListings .horizontal_scroll .wrapper_scroll {
			width: 900px;
			float: none!important;
			margin: auto;
			position: relative;
			left: -12px;
		}
	
}



/* desktop */
@media only screen and (min-width: 1024px) and (max-width: 1223px){
	
			.maincontent .widgets-featuredListings .horizontal_scroll .wrapper_scroll {
			width: 432px;
			float: none!important;
			margin: auto;
			position: relative;
			left: -12px;
		}

		.horizontal_scroll .jcarousel-wrapper{
		width: 100%;
		}
		.horizontal_scroll .jcarousel {
			width: 100%;
		}
		.widgets-featuredListings .horizontal_scroll .wrapper_scroll {
			width: 900px;
			float: none!important;
			margin: auto;
			position: relative;
			left: -12px;
		}
		
}

/* smaller desktops & tablets (landscape) */
@media only screen and (min-width: 730px) and (max-width: 1023px){
	
			.maincontent .widgets-featuredListings .horizontal_scroll .wrapper_scroll {
			width: 432px;
			float: none!important;
			margin: auto;
			position: relative;
			left: -12px;
		}

		.horizontal_scroll .jcarousel-wrapper{
		width: 100%;
		}
		.horizontal_scroll .jcarousel {
			width: 675px;
		}
		.widgets-featuredListings .horizontal_scroll .wrapper_scroll {
			width: 690px;
			float: none!important;
			margin: auto;
			position: relative;
			left: 0;
		}
		.horizontal_scroll .jcarousel-control-next{right:-5px!important;}
		
}

/* tablets portrait and smartphones landcape */
@media only screen and (min-width: 480px) and (max-width: 729px){
	
	
			.maincontent .widgets-featuredListings .horizontal_scroll .wrapper_scroll {
			width: 215px;
			float: none!important;
			margin: auto;
			position: relative;
			left: -12px;
		}
	
	.horizontal_scroll .jcarousel-wrapper{
		width: 100%;
		}
		.horizontal_scroll .jcarousel {
			width: 450px
		}
		.widgets-featuredListings .horizontal_scroll .wrapper_scroll {
			width: 450px;
			float: none!important;
			margin: auto;
			position: relative;
			left: -10px;
		}
              	
}


/*Smartphone portrait and lower */
@media only screen  and (max-width: 480px){
	
			.maincontent .widgets-featuredListings .horizontal_scroll .wrapper_scroll {
			width: 215px;
			float: none!important;
			margin: auto;
			position: relative;
			left:0;
		}

	.horizontal_scroll .jcarousel-wrapper{
		width: 100%;
		}
		.horizontal_scroll .jcarousel {
			width: 220px
		}
		.widgets-featuredListings .horizontal_scroll .wrapper_scroll {
			width: 220px;
			float: none!important;
			margin: auto;
			position: relative;
			left: 0;
		}
		.horizontal_scroll .jcarousel-control-next{right:-20px!important;}
	
}


.widgets-featuredListings .horizontal_scroll img.featured{
	max-width: 100%!important;
	width: 100%!important;
	border: 0!important;
}
.horizontal_scroll .jcarousel-control-next{
	right: -25px;
}

/* single */
#property_div_single:after{
	content: '';
	display: block;
	clear: both;
}

#property_div_single ul{
	list-style-type: none!important;
	width: 44%;
    display: inline-block;
	position: relative;
	margin-top:0.5em;
}
#wsidebar_right #property_div_single ul{
	width:90%;
}
#property_div_single ul li{
	white-space:normal;
}
#property_div_single ul li a{
	white-space:normal;
}
.widecontent .g1 #property_div_single p.description, .widecontent .g2 #property_div_single p.description{
	display: none;
}
.g1 #property_div_single ul li, .g2 #property_div_single ul li{
	padding: 2px 0;
}
img.featured_single{
width:98%;
margin:0.5em 1% 0px;
display:block;
}
.widecontent img.featured_single{
	max-width: 50%;
	float: left;
	margin-bottom: 1em;
}

#single_record_default{
	max-width: 768px;
	margin: auto;
}
.widecontent #single_record_default{
	max-width: 90%;	
}
.widecontent #property_div_single p.description{
	max-width:44%;
    padding: 0px 0% 0px 2%;
    display: inline-block;
    float:none;
}
/* cause issue for pre-condo listings on villa and other themes
.g1 #property_div_single ul, .f1 #property_div_single ul {
    width: 95%!important; 
}
*/

#visitor_register div div.form-item div.description{
	color:#000;
	font-size:0.9em;
}
#visitor_register div fieldset p{
	color:#000;
}
#visitor_register span[title="This field is required."]{
	color:#ffffff;
}
#visitor_register .captcha-fieldset legend{
	display:none;
}
#visitor_register input.form-submit{
font-size: 0.9em;
font-weight: bold;
padding: 0.3em 0.6em;
}
#visitor_pass{
	background:none;
	padding:0px;
}
#visitor_pass .Captcha{
	margin-left:207px;
	width:30%;
}
#visitor_pass .Captcha input{
	width:100%;
}
#visitor_pass .captcha-info{
	margin-bottom:1em;
}
/*
@media only screen  and (max-width: 1368px){
div.list-of-condos{
	width:500px;
}
}

@media only screen  and (max-width: 1024px){
div.list-of-condos{
	width:678px;
}
}
*/




/*public realtor*/
body.broker[class*='public'] .maincontentinner h1.main_title,
body.broker[class*='business'] .maincontentinner h1.main_title{
	display:none;
}

.maincontent .widgets-featuredListings .horizontal_scroll .wrapper_scroll {
	width: 1295px;
}

.terms_policy_links{
	float:left;
	width: auto !important;
	display:block;
	clear: left;
	font-size: 0.8em;
}
.maincontentinner #custom_first_step_dream_home_lead_form{
	width:100%;
	margin: 1em auto 0px;
}
.maincontentinner #custom_first_step_dream_home_lead_form .Your-Dream-Homes-Location{
	width:94%;
	margin: 1em 3%;
}
@media screen and (max-width:2460px){
.maincontent .widgets-featuredListings .horizontal_scroll .wrapper_scroll{
	width:1085px;
}
.property_btn a {
    width: 47.2%;
}
a.neighborhood{
    margin-right: -1px;
}
#wsidebar_right .widgets-featuredListings a.citylinkimg,
#wsidebar_right .widgets-city-links .main-city-image{
	height:17em;
}
}

@media screen and (max-width:2360px){
.property_map_item .gmap_img_link{
height:14em;
}
#wsidebar_right .widgets-featuredListings a.citylinkimg, 
#wsidebar_right .widgets-city-links .main-city-image {
    height: 16em;
}
}


@media screen and (max-width:2220px){
.property_map_item .gmap_img_link{
height:13em;
}
.neighborhood span{
	margin-left:33%;
}
.property_btn span{
	margin-left:38%;
}
.widgets-featuredListings a.citylinkimg {
	height:15em;
}
}

@media screen and (max-width:2160px){
.property_btn a,
a.neighborhood {
    width: 47.1%;
}
.widgets-featuredListings a.citylinkimg {
	height:16em;
}
#wsidebar_right .widgets-featuredListings a.citylinkimg, 
#wsidebar_right .widgets-city-links .main-city-image {
    height: 14em;
}
}

@media screen and (max-width:2050px){
.maincontent .widgets-featuredListings .horizontal_scroll .wrapper_scroll{
	width:860px;
}
.property_map_item .gmap_img_link{
height:12em;
}
}

@media screen and (max-width: 1920px){
.property_map_item .gmap_img_link{
height:11em;
} 
.property_btn a{
	width:46.9%;
}
a.neighborhood {
    width: 46.85%;
    margin-right:0px;
}
.neighborhood span{
	margin-left:30%;
}
.property_btn span{
	margin-left:35%;
}
.widgets-featuredListings a.citylinkimg {
	height:14em;
}
.property_item ul li{
	margin-right:6%;
} 
}

@media screen and (max-width: 1868px){
#property_details_image,
#map{
	height:19.5em;
}
.two_buttons a span{
	margin-left:27%;
}
#wsidebar_right .widgets-featuredListings a.citylinkimg, 
#wsidebar_right .widgets-city-links .main-city-image {
    height: 13em;
}
}

@media screen and (max-width: 1785px){
.property_map_item .gmap_img_link{
height:10em;
} 
.property_item ul li{
	margin-right:6%;
}
.widgets-featuredListings a.citylinkimg {
	height:13em;
}
#wsidebar_right .widgets-featuredListings a.citylinkimg, 
#wsidebar_right .widgets-city-links .main-city-image {
    height: 12em;
}
.property_item ul li {
    margin-right: 3%;
}
}

@media screen and (max-width: 1630px){
.property_map_item .gmap_img_link{
height:9em;
} 
.two_buttons a span {
    margin-left: 22%;
}
.widgets-featuredListings a.citylinkimg {
	height:12em;
}
#wsidebar_right .widgets-featuredListings a.citylinkimg, 
#wsidebar_right .widgets-city-links .main-city-image {
    height: 11em;
}
.formsearch_page fieldset.contact_form input.submit_form{
	width:20%;
}
}

@media screen and (max-width: 1490px){
.property_map_item .gmap_img_link{
height:8em;
} 
.property_item ul li.email_menu, .property_item ul li.feature_menu {
    width: 90px;
}
}

@media screen and (max-width: 1440px){
#property_details_image,
#map{
	height:15.5em;
}
.neighborhood span {
    margin-left: 25%;
}
.property_btn span {
    margin-left: 33%;
}
.two_buttons a span{
	margin-left:19%;
}
#widgets-quick-search div.form-item.Bedrooms label,
#widgets-quick-search div.form-item.Bathrooms label{
    padding-left: 50px;
    background-position:25px center!important;
}
}

@media screen and (max-width: 1365px){
.property_item ul li.email_menu,
.property_item ul li.feature_menu{
	width:90px;
}
#wsidebar_right .widgets-featuredListings a.citylinkimg, 
#wsidebar_right .widgets-city-links .main-city-image {
    height: 10em;
}
.property_item ul li {
    margin-right: 0%;
}
}

@media screen and (max-width: 1245px){
.property_item ul li{
	width:90px;
}
#wsidebar_right .widgets-featuredListings a.citylinkimg, #wsidebar_right .widgets-city-links .main-city-image {
    height: 9em;
}
}
	

@media screen and (max-width: 1200px){
.property_item ul li {
    width: 80px;
}
#wsidebar_right .widgets-featuredListings a.citylinkimg, #wsidebar_right .widgets-city-links .main-city-image {
    height: 8.5em;
}
}

@media screen and (max-width: 1120px){
#widgets-quick-search div.form-item.Type {
    width: 100%;
    margin-bottom: 1em;
}
.widecontent #widgets-quick-search div.form-item.Type{
	margin-bottom:0px;
}
#widgets-quick-search .rent.sale-rent {
    clear: none;
    margin: 0px 0px 0px 5%;
}
}

@media screen and (max-width: 1050px){
.widgets-featuredListings a.citylinkimg {
	height:10em;
}
#FreeReport-form .capright{
	width:40%;
}
#wsidebar_right .widgets-askQuestions .capimg{
	width:70%;
}
.widecontent .widgets-askQuestions input.form-submit{
	margin-left:8%;
}
.widecontent .widgets-askQuestions .Type-characters-from-the-image{
	width:43%;
}
}

@media only screen  and (max-width: 885px){
#wsidebar_right .widgets-askQuestions .capimg {
    width: 80%;
}
#widgets-quick-search .content {
    margin-left: 3%;
    width: 94%;
}
}

/********  768 ******/

@media only screen  and (max-width: 768px){
    .new_disclaimer{text-align:center;}
    #wsidebar_right .new_disclaimer span{word-break:normal;}

	img.featured_single{ float: none!important; clear: both!important; margin: 0.5em auto!important;display: block;}
	.widecontent img.featured_single { max-width: 95%;}
	#property_div_single ul{float: none!important; clear: both!important; margin: 0px;}
	
	#property_div_single p.description{float: none!important; clear: both!important;}
	.widecontent #property_div_single p.description {
    max-width: 90%;
    padding: 0px 0% 0px 2%;}
	#property_div_single ul{width: 50%;}
	.widecontent #property_div_single ul{width: 90%;padding-left: 2%;}
	
#wsidebar_right #quickSearch_widget_form .save_search_email_container div.form-item.Email{
float: left;
}
#wsidebar_right .widgets-askQuestions .cap_refresher{
	float:left;
}
#wsidebar_right #widgets-quick-search div.form-item.Type{
	width:38%;
	margin:0px;
}
#wsidebar_right #widgets-quick-search .sale-rent{
    width: 4em;
    margin: -0.5em 0px 0px 3%;
}
#wsidebar_right #widgets-quick-search .rent.sale-rent {
    clear: left;
    margin: -0.8em 0px 0px 41.1%;
}
#wsidebar_right #widgets-quick-search div[class*='Search'] {
    float: right;
    width: 48%;
    margin-top: -3.4em;
}
#wsidebar_right #widgets-quick-search .pricewrapper {
    float: left;
    width: 48%;
    clear: none;
    padding-top: 1em;
}
#wsidebar_right #widgets-quick-search div.form-item.Province{
float: left;
width: 48%;
clear: none;
margin-left: 3.5%;
}
#wsidebar_right #widgets-quick-search label[for="edit-City"]{
	padding:0px;
}
#wsidebar_right #widgets-quick-search div.form-item.Bedrooms,
#wsidebar_right #widgets-quick-search div.form-item.Bathrooms{
    width: 21.8%;
    margin: 0.6em 0px 0.6em 4%;
}
#wsidebar_right #widgets-quick-search div.form-item.Bathrooms{
	margin-left:0px;
}
#wsidebar_right #widgets-quick-search .pricewrapper.expandPrice .filter_price_from_to_quick_search{
	top:2.7em;
}
#wsidebar_right #widgets-quick-search .pricewrapper-suggestions{
	top:5.4em;
}
body #wsidebar_right #widgets-quick-search .save_quick_search_container{
	clear: none;
float: left;
width: 48%;
}
#wsidebar_right #widgets-quick-search .save_search_email_container{
	width: 48%;
}
#wsidebar_right #widgets-quick-search .form-submit{
    width: 48%;
    margin: 0.8em 0px 1.5em 4%;
    float: left;
}	
#wsidebar_right #widgets-quick-search h2 {
    margin: 0.9em 0px 1.8em 3%;
}
#wsidebar_right #widgets-quick-search .save_search_email_container {
    width: 48%;
    position: absolute;
    bottom: 0.5em;
}
#wsidebar_right #widgets-quick-search .content {
    position: relative;
}
#wsidebar_right #widgets-quick-search .content:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
    font-size: 0;
}

#wsidebar_right .widgets-askQuestions{
	text-align:left;
	padding-left:2%;
}
#wsidebar_right .widgets-askQuestions .general-info{
	width: 50%;
float: left;
}
#wsidebar_right .widgets-askQuestions .messages{
float: right;
clear: none;
width: 48%;
}
#wsidebar_right .widgets-askQuestions .messages textarea{
	height:5em;
	width: 94%;
}
#wsidebar_right .widgets-askQuestions .capimg{
float: left;
width: 21.5%;
text-align: center;
clear:left;
margin: 0px 10px 0px 0px;
}
#wsidebar_right .widgets-askQuestions .Type-characters-from-the-image{
float: left;
width: 43%;
/*margin-left: 3.6%;*/
}
#wsidebar_right .widgets-askQuestions input.form-submit{
    height: 45px;
    width: 150px;
    display: block;
    margin: auto;
    float: none;
    font-size: 0.9em;
}
#wsidebar_right .widgets-askQuestions input.form-submit:after{
	content:' ';
	width:100%;
	clear:both;
}
#wsidebar_right .widgets-askQuestions a.disclaimer_link {
    float: none;
    margin: 0.8em auto 0.5em;
    width: 150px;
    text-align: center;
}
#wsidebar_right .widgets-askQuestions a.disclaimer_link:hover span.disclaimer_content{
	width:100%;
}
.widgets-askQuestions a.disclaimer_link:hover span.disclaimer_content {
left: 0%;
}
.widecontent .widgets-askQuestions a.disclaimer_link:hover span.disclaimer_content,
#wsidebar_right .widgets-askQuestions a.disclaimer_link:hover span.disclaimer_content {
right: 0%;
left: auto;
}
#wsidebar_right .widget h2 {
text-align: left!important;
}
#wsidebar_right .widget .widgets-city-links h2,
#wsidebar_right .widget .widgets-featuredListings h2{
	text-align:center!important;
}
/*agent button*/
.widgets-QuickButtonsForAgent a.vBtn{
	width:50%;
	float:left;
}
/*city links*/
#wsidebar_right .widgets-city-links,
#wsidebar_right .widgets-featuredListings{
	width:33.2%;
	margin: 1.5em auto 0em;
}
.g1 .widgets-featuredListings a.citylinkimg{
	height:9.3em;
}
body .widgets-featuredListings a.alllink{
	width:90%;
}
body .widecontent .widgets-featuredListings a.alllink {
    width: auto;
    float: none!important;
}
#wsidebar_right .widgets-featuredListings a.citylinkimg{
	height:10em;
}
body.front .g1 #widgets-quick-search, body.front .g1 .widgets-city-links, body.front .g1 .widgets-askQuestions, body.front .g1 .widgets-featuredListings {
width: 100%;
}
.g1 .widgets-QuickButtonsForAgent a.vBtn{
	width: 100%;
}
.widecontent #youtube_video_widget_form iframe{
width: 100%;
}
.front ul.rslides img{
	opacity:1;
}
}

@media all and (max-width: 760px){
#wsidebar_right #widgets-quick-search div[class*='Search'],
.widecontent #widgets-quick-search div[class*='Search']{
	margin-top: -4.4em;
}
.widecontent #widgets-quick-search h2{
	margin-bottom:2.8em;
}
.widecontent #widgets-quick-search div.form-item label[for="edit-City"],
#widgets-quick-search div.form-item label[for="edit-City"]{
    display: table-cell;
    height: 2.4em;
    vertical-align: bottom;
    float: none;
}
.widecontent #widgets-quick-search div.form-item.Type,
#wsidebar_right #widgets-quick-search div.form-item.Type {
    width: 34%;
}
.widecontent #widgets-quick-search .rent.sale-rent,
#wsidebar_right #widgets-quick-search .rent.sale-rent{
	margin-left:37%;
}
}


@media all and (max-width: 720px){
body[class*="property_find_results"] #sortListing .rest-form .pricewrapper {
    width: calc(100% - 26.8em);
}
#sortListing .form-item.Bedrooms{
	clear:left;
}
#sortListing .form-submit{
	float:left;
}
body[class*="property_find_results"] #sortListing .form-item.Bedrooms{
	clear:none;
}
body[class*="property_find_results"] #sortListing .form-submit{
	float:none;
}
body[class*="property_find_results"] #sortListing .rest-form .form-item{
  margin-right:1em;
}
}

/********  640 ******/

@media all and (max-width: 640px){
.property_btn #img1{
	display:none;
}
.property_btn.two_buttons a {
width: 48%;
}
.two_buttons a span {
margin-left: 30%;
}
#gmapSearch2 #sortListing li.price {
width: 9%;
}
#gmapSearch2 #sortListing li.price input{
	width:100%;
}
#gmapSearch2 #mapTools span{
	color:#ffffff;
}
#gmapSearch2 #mapTools li {
width: 14.5%;
overflow: hidden;
}
#gmapSearch2 #mapTools a{
	height:1.4em;
}
.property_extra_data h2{
	font-size: 0.8em;
}
p.brokeredby {
font-size: 0.7em;
}
div.list-of-condos{
	width:450px;
}
#pre_Construction_contact_form .message_condo .form-item{
	width:80%;
}
#map2{
	height: 17em;
}

.widecontent .widgets-city-links {
width: 33.2%;
}
#wsidebar_right .widgets-featuredListings a.citylinkimg {
height: 8.7em;
}
.front .widecontent .widgets-QuickButtonsForAgent img, .front .widecontent .widgets-QuickButtonsForBroker img {
width: 44%; 
}
body .widgets-city-links a.alllink{
	width:58%;
}
.front .widecontent #widgets-quick-search {
width: 100%;
}
.widecontent .widgets-askQuestions .Type-characters-from-the-image{
	width: 38%;
	margin-top: -3px;
	
}
.widecontent .widgets-askQuestions input.form-submit{
	margin-left:12%;
}
.g1 .widgets-featuredListings a.citylinkimg {
height: 8.7em;
}
body .widgets-featuredListings a.alllink {
width: 100%;
}
.property_item ul li {
    margin-right: 1%;
width:90px;
}
 #pre_Construction_contact_form .agent-info{
 	width:100%;
 }
 body[class*="property_find_results"] #sortListing .form-item.Sort-by {
	width: 8.5em;
}
body[class*="property_find_results"] #sortListing .form-item{
	width: 4.2em;
}
body[class*="property_find_results"] #sortListing .form-item.Bathrooms label,
body[class*="property_find_results"] #sortListing .form-item.Bedrooms label{
	font-size: 0.75em;
}
body[class*="property_find_results"] #sortListing .rest-form .pricewrapper {
	width: calc(100% - 24em);
}
}


/********  600 ******/

@media all and (max-width: 600px){
/*#contact_broker_form div[style="height:0px;"]+div,
#contact_agent_form div[style="height:0px;"]+div{
	width:40%;
}	*/
.captcha_div label{
	width:50%;
}	
#wsidebar_right .widgets-askQuestions .Type-characters-from-the-image{
	width:38%;
}
.g1 #widgets-quick-search div.form-item.Type{
margin-top:-0.3em;
}
label, ul,
fieldset.contact_form label {
	font-size:0.8em;
}
#sortListing .form-submit {
    margin-top: 1.8em;
    font-size: 0.9em;
}

body #gmapSearchList .property_map_item.odd, body #gmapSearchList .property_map_item.even, body .property_map_item h2{
	font-size:0.95em;
}
#property_details li.addthis_container #addthis{
	width: 70%;
}
.property_item dl{
	font-size: 0.9em;
}
.property_item .imageproperty{
	width: 36%;
}
#wsidebar_right .widgets-city-links .main-city-image,
#wsidebar_right .widgets-featuredListings a.citylinkimg,
.g1 .widgets-featuredListings a.citylinkimg {
height: 8em;
}
body .widgets-city-links a.alllink,
body input[type="submit"],
body .widgets-featuredListings a.alllink{
	font-size: 0.8em;
}
#gmapSearch2 #filterTools ul{
	margin-left: 10%;
}
#gmapSearch2 #filterTools li {
width: 27%;
}
#gmapSearch2 #filterTools .semidetachedli {
width: 35.7%;
}
#gmapSearch2 #filterTools .townhomesli {
width: 29%;
clear: left;
margin-left: 20%;
}
#pre_Construction_contact_form .contact_form .contact_method_condo{
	clear: left;
width: 70%;
}
#pre_Construction_contact_form .contact_form .contact_method_condo .Contact-Method{
margin: 0px;
display: block;
width: 100%;
}
a.disclaimer_link{
	font-size: 0.75em;
}
.ask_questions_widget a.disclaimer_link{
		font-size: 0.7em;
}
.property_item ul{
	font-size: 0.85em;
}
div.PropertySort label{
	font-size: 0.9em;
}
#sortListing {
padding: 0px 0em 0px 0.2em;
}
#agent_info li{
	background-size: auto 70%!important;
}
body .broker .logo_link{
	width: 10%;
}
.flexnav .touch-button .navicon{
	font-size: 0.65em;
}
.property_item ul li.feature_menu {
    width: 60px;
}
.property_item li a.feature_sheet{
	    padding-left: 30%;
}
.property_item ul li {
    margin-right: 0%;
}
#pre_Construction_contact_form .contact_form .form-item.Type-characters{
    width: 30%;
    padding-right: 0%;	
    margin-right: 20%;
}
.formsearch_page fieldset.contact_form input.submit_form{
	width:30%;
}
.widecontent #widgets-quick-search .form-submit{
	margin-bottom:2.5em;
}
#wsidebar_right #widgets-quick-search .form-submit{
	margin-bottom:2em;
}
}

/***** 568  *******/

@media all and (max-width: 568px){
#wsidebar_right .widgets-askQuestions .capimg{
		margin-right:0px;
}
#wsidebar_right .widgets-askQuestions .Type-characters-from-the-image {
    width: 43%;
}
.property_map_item ul .features_sheet_map_page a:before{
	content:'Full Feature Sheet ';
}

.property_map_item ul .features_sheet_map_page a{
	display: block;
margin-left: 0px;
	overflow:hidden;
	height:1.2em;
}
p{
	font-size:0.8em;
}
body #property_address_title,
body .breadcrumb,
body .back-link a{
font-size: 0.8em;
font-family:Arial, Helvetica, sans-serif;
}
.neighborhood span{
	margin-left:18%;
}
.property_item dl,
ul.listing p,
body .property_map_item h2 {
font-size: 0.85em;
}
#property_details dl{
  font-size: 0.75em;
}
fieldset.contact_form legend.main_legend_title{
   font-size:0.85em;
}
form[action="/node/add/free_home_valuation"] label[for="edit-home_address"]{
	font-size:0.75em;
}
fieldset.contact_form .select_form.besttime{
clear: left;
width: 32%;
}
fieldset.contact_form .captcha_div .main_field{
	width: 30%;
}
fieldset.contact_form .form-item.main_field.sched_captcha{
	width:100%;
}
#visitorSearch-email-element .visitorSearch_search_form_email_image_label{
	margin-top:-1.2em;
}
#visitorSearch-email-element .visitorSearch_search_form_email_image_label img{
	width:100%;
	height:auto;
}
h3.smallh3{
	font-size: 0.9em;
}
a.mapsearch_page{
	font-size:0.75em;
}
body .contentarea .g1{
width: 61%;
margin:0 auto;
float:none;
}
body.inner .contentarea .g1{
	width:63%;
}
.g1 #widgets-quick-search div.form-item.Type{
	margin-top:0.3em;
}
.widecontent .widgets-askQuestions .Type-characters-from-the-image{
	width:43%;
	margin-top: -0.4em;
}
.widecontent .widgets-askQuestions input.form-submit{
	margin-left:0%;
}
.widecontent .widgets-city-links,
#wsidebar_right .widgets-city-links, #wsidebar_right .widgets-featuredListings{
	width:43%;
}
#wsidebar_right .widgets-city-links .main-city-image,
#wsidebar_right .widgets-featuredListings a.citylinkimg,
.g1 .widgets-featuredListings a.citylinkimg {
height: 9.8em;
}
#footerwidget2{
	padding-top:0.5em;
}
#footerwidget2 .widget{
	margin-bottom:0em;
}
#contact_broker_form .form-item.Your-Preferred-Contact-Method,
#contact_agent_form .form-item.Your-Preferred-Contact-Method{
clear: left;
width: 45%;
}
#gmapSearch2 #sortListing li.price {
width: 8%;
}
#gmapSearch2 #sortListing li.city {
width: 22%;
}
#gmapSearch2 #sortListing li{
	margin-right: 3%;
}
#precondo_sortFilter .form-item.City input{
	width: 85%;
}
 .property_item ul li.add_favorite,
 .property_item ul li.remove_favorite {
 	width: 80px;
 }
 .property_item li a.add_favorite, .property_item li a.remove_favorite{
 	    padding-left: 25%;
 }
#FreeReport-form .form-item.captcha_div{
	width:100%;
} 
body[class*="property_find_results"] #sortListing .rest-form .pricewrapper {
		width: calc(100% - 0.2em);
		order: 3;
}
body[class*="property_find_results"] #sortListing .rest-form{
	display: flex;
	flex-wrap: wrap;
}
body[class*="property_find_results"] #sortListing .form-submit{
	order: 4;
	float:none;
	margin: 0.5em auto 1em;
	width: 160px;
}
body[class*="property_find_results"] #sortListing .rest-form .form-item.Sort-by{
	flex:1;
}
}


/*** 480 ***/

@media only screen and (max-width: 480px){
fieldset.contact_by legend{
	font-size: 0.8em;
}
fieldset.contact_form input.submit_form{
	width:25%;
}
fieldset.contact_form .captcha_div .main_field {
width: 40%;
}
fieldset.contact_form .select_form, .main_field, body #FreeReport-form .main_field {
width: 41.5%;
padding-right: 6%;
}
#visitor_pass .Captcha{
  margin-left: 175px;
}
.lead_generating_remove_class .capimg{
	width: 45%;
	height:5em;
}
.lead_generating_remove_class .contact_form input.form-submit{
	margin: 0.8em 0px 0px 44.8%;
}
.lead_generating_remove_class a.disclaimer_link{
	margin: 0.6em 0px 0px 44.8%;
}
.lead_generating_remove_class input.form-submit{
	width:20%;
}
#pre_Construction_contact_form .contact_form .form-item.Type-characters{
	margin-right:10%;
}
fieldset.contact_form .select_form.besttime{
clear: none;
width: 42.5%;
}
fieldset.contact_form .message_field textarea {
width: 90%;
}
.property_item .imageproperty{
	width:60%;
}
.property_item ul{
	width: 28%;
	border: none;
}
.property_item ul li{
	float:none;
	width:100%!important;
	margin-bottom: 0.5em;
}
.property_item li a.email_listing{
margin: 0px;
padding-left: 25%;
height: 1.7em;
}
.property_item li a.feature_sheet{
margin: 0px;
padding-left: 26%;
}
.property_item .property_features{
width: 100%;
margin-top: 0.5em;
}
.property_item dl, ul.listing p, .property_item ul{
	font-size:0.9em;
}
.save-search-container{
	width: 25%;
	min-width: 100px;
margin: 0.5em auto;
float:none;
}
.save-search-container a, 
.save-search-container a:link, 
.save-search-container a:visited, 
.save-search-container a:active{
	width: 100%;
height: 2em;
line-height: 2em;
font-size: 0.8em;
background-size: 100% 100%;
}
.pager{
	text-align:center;
}
#sortListing .form-submit{
	float:left;
}
#property_details_image,
#map {
	width: 68%;
	float:none;
	margin: 0 auto;
}
#propertyMap{
	padding-top: 1em;
}
#map_area_small .property_btn {
float: left;
width: 39%;
position: relative;
top: 18.4em;
}
.property_btn a.virtual_tour,
.property_btn.two_buttons a.virtual_tour{
width: 98%;
height: 1.4em;
line-height: 1.4em;
}
.virtual_tour span{
	background-position:0px -5px;
}
.two_buttons a span{
	margin-left: 20%;
}
a.neighborhood{
width:43%;
margin: 0px auto;
float: none;
position:relative;
padding-left: 25%;
}
.neighborhood span {
position: absolute;
left: 8%;
}
#mapTypeControl{
width: 82%;
}
#mapTools li a{
	color: #fff;
height: 2em;
}
#mapTools li {
width: 15%;
overflow:hidden;
}
#property_address_title h2,
#property_address_title span{
	float:none;
	width:100%;
	text-align:center;
}
#property_details ul{
	margin-bottom:1.5em;
}
#visitor_register div div.form-item label{
	width: 23%;
}
#visitor_register div fieldset legend{
	padding-left:23%;
	white-space: nowrap;
}
#visitor_register div fieldset .form-item,
#visitor_register div fieldset p,
#visitor_register div div.captcha-fieldset fieldset .form-item p,
#visitor_register div div.form-item div.description{
	padding-left:23%;
}
#visitor_register img#edit-cap-image,
#visitor_register div input.form-submit{
		margin-left:23%;
}

#visitor_register label[for="edit-cap_text"]{
	margin-top: -0.8em;
}
#gmapSearch2 #sortListing li.price {
width: 6%;
}
#gmapSearch2 #sortListing {
padding: 0.5em 0.2em;
}
#gmapSearch2 #filterTools li {
width: 30%;
}
#gmapSearch2 #filterTools .townhomesli {
width: 33%;
margin-left: 15%;
}
#gmapSearch2 #mapTypeControl{
	display:none;
}
#gmapSearchList .pager{
margin: 0.5em 0em 1em;
top:0px;
}
#gmapSearch2 .PropertySort{
	margin:0 auto;
	text-align:center;
}
#gmapSearch2 .PropertySort label{
	float:none;
}
#gmapSearchList .property_map_item.odd, #gmapSearchList .property_map_item.even {
width: 89%;
float:none;
margin:0 auto 1em;
}
#gmapSearchList .separator{
	display:none;
}
#gmapSearch2 #map2 {
height: 19em;
}
.property_map_item .gmap_img_link{
	height: 8.5em;
}
.property_map_item dl.price_property_map{
	font-size:1.1em;
}
.property_map_item dt, .property_map_item dd{
	font-size:0.95em;
}
div.list-of-condos {
width: 440px;
}
div.list-of-condos ul li{
	margin:0px 5px 18px!important;
}
#pre_Construction_contact_form .message_condo textarea{
	width:100%;
}
#pre_Construction_contact_form .contact_form .form-item{
	width: 23.5%;
}
#pre_Construction_contact_form .message_condo .form-item.Message{
	width:80%;
}
#property_address_title h2.condo_title,
#property_address_title span.condo_address{
	text-align:center;
}
.fb_iframe_widget{
	width:90%!important;
}
.fb_iframe_widget span,
.fb_iframe_widget iframe,
.fb_iframe_widget iframe table{
	width:319px!important;
}
.node.blog .fb_iframe_widget span,
.node.blog .fb_iframe_widget iframe,
.node.blog .fb_iframe_widget iframe table{
    width:90px!important;
}
.widecontent .widgets-city-links, #wsidebar_right .widgets-city-links, #wsidebar_right .widgets-featuredListings {
width: 76%;
}
#wsidebar_right .widgets-city-links .main-city-image,
#wsidebar_right .widgets-featuredListings a.citylinkimg,
.g1 .widgets-featuredListings a.citylinkimg {
height: 10.2em;
}
.widecontent #widgets-quick-search,
#wsidebar_right #widgets-quick-search{
	width:76%;
	margin:0 auto;
}
.widecontent #widgets-quick-search h2 {
    margin-bottom: 1.5em;
}
#wsidebar_right #widgets-quick-search .save_search_email_container,
.widecontent #widgets-quick-search .save_search_email_container{
	position: static;
}
.widecontent #widgets-quick-search div.form-item.Type,
#wsidebar_right #widgets-quick-search div.form-item.Type{
	width:100%;
	margin-bottom: 1em;
}
.widecontent #widgets-quick-search .sale-rent,
#wsidebar_right #widgets-quick-search .sale-rent{
	width:26%;
	margin:0px 0px 0px 2%;
}
.widecontent #widgets-quick-search .rent.sale-rent, #wsidebar_right #widgets-quick-search .rent.sale-rent {
    margin: 0;
    clear: none;
}
.widecontent #widgets-quick-search div.form-item label[for="edit-City"], #widgets-quick-search div.form-item label[for="edit-City"]{
	height:auto;
}
#wsidebar_right #widgets-quick-search .pricewrapper,
.widecontent #widgets-quick-search .pricewrapper{
    width: 100%;
    padding-top: 0em;
}
.widecontent #widgets-quick-search div[class*='Search'],
#wsidebar_right #widgets-quick-search div[class*='Search'] {
	width:100%;
	    margin-top: 0.8em;
}
.widecontent #widgets-quick-search div.form-item.Province,
#wsidebar_right #widgets-quick-search div.form-item.Province{
	width: 99%;
	float:left;
	clear:both;
	margin:0px;
}
.widecontent #widgets-quick-search div.form-item.Bedrooms, .widecontent #widgets-quick-search div.form-item.Bathrooms,
#wsidebar_right #widgets-quick-search div.form-item.Bedrooms, #wsidebar_right #widgets-quick-search div.form-item.Bathrooms{
	width:46%;
	margin:0.6em 0px 0.8em;
}
.widecontent #widgets-quick-search div.form-item.Pricefromto,
#wsidebar_right #widgets-quick-search div[class*="Listing-ID"],
#wsidebar_right #widgets-quick-search div.form-item.Pricefromto {
width: 100%;
}
#wsidebar_right #widgets-quick-search .pricewrapper.expandPrice .filter_price_from_to_quick_search,
.widecontent #widgets-quick-search .pricewrapper.expandPrice .filter_price_from_to_quick_search{
	top:1.7em;
}
#wsidebar_right #widgets-quick-search .pricewrapper-suggestions,
.widecontent #widgets-quick-search .pricewrapper-suggestions{
	top:4.4em;
}
.widecontent #widgets-quick-search .save_quick_search_container,
#wsidebar_right #widgets-quick-search .save_quick_search_container{
 float:none;
 width: 100%; 
 clear:both;
}
.widecontent #widgets-quick-search .save_search_email_container,
#wsidebar_right #widgets-quick-search .save_search_email_container{
	width:100%;
}
.widecontent #widgets-quick-search .form-submit,
#wsidebar_right #widgets-quick-search .form-submit{
margin: 1em 0px 1.5em;
width: 70%;
float:none;
}
.widecontent .widgets-askQuestions,
#wsidebar_right .widgets-askQuestions{
	text-align:center;
	padding-left:0px;
	margin:0 auto;
	width:76%;
}
body #wsidebar_right .widget h2 {
text-align: center!important;
}
.widecontent .widgets-askQuestions .general-info,
#wsidebar_right .widgets-askQuestions .general-info{
	float:none;
	width:100%;
}
.widecontent .widgets-askQuestions .messages,
#wsidebar_right .widgets-askQuestions .messages{
	float:none;
	clear:both;
	width:100%;
}
.widecontent .widgets-askQuestions .capimg,
#wsidebar_right .widgets-askQuestions .capimg{
	width:86%;
}
.widecontent .widgets-askQuestions .capimg img,
#wsidebar_right .widgets-askQuestions .capimg img{
	max-width:92%;
}
.widecontent .widgets-askQuestions .Type-characters-from-the-image, #wsidebar_right .widgets-askQuestions .Type-characters-from-the-image{
	float:none;
	width:100%;
	margin: 0.2em 0px 0.4em;
	clear: both;
}
.widecontent .widgets-QuickButtonsForAgent img, .widecontent .widgets-QuickButtonsForBroker img {
width: 43%;
}
.widecontent .widgets-askQuestions .cap_refresher,
#wsidebar_right .widgets-askQuestions .cap_refresher{
	margin-left:0px;
	margin-right:0px;
}
.property_map_item ul .features_sheet_map_page a:before{
	display:none;
}
#find_agent .main_field {
width: 25%;
}
#agent_info li {
background-size: auto 59%!important;
}
#gmapSearch2 #sortListing li {
margin-right: 5%;
}
.lead_generating_remove_class .form-item.Questions-Comments textarea{
	width:90%;
}
body[class*="pre-construction"] a.neighborhood {
    width: 68%!important;
    padding-left:0px!important;
    text-align:center;
   }
 body[class*="pre-construction"] a.neighborhood span{
   	display:none;
   }
  #property_details li.addthis_container #addthis {
    width: 100%;
    float: none;
    padding-top: 5px;
}
}

@media only screen and (max-width: 414px){
.property_item ul {
width: 33%;
}
}

/*** 384 ***/

@media only screen and (max-width: 384px){
#pre_Construction_contact_form .contact_form .form-item.Type-characters{
	margin-right:0%;
}	
#pre_Construction_contact_form .contact_form .captchablock .form-item{
	padding-right:0px;
}
#pre_Construction_contact_form .contact_form .form-item.Type-characters{
	width: 35%;
	margin-right: 20%;
}
#pre_Construction_contact_form img#edit-cap-image{
	width:100px;
}
#pre_Construction_contact_form .captchablock .form-item {
    width: 140px!important;
 }
#FreeReport-form .capleft .captcha_img{
	width:75%;
	height:auto;
}	
#FreeReport-form .capleft{
	width:50%;
}
#property_details_image, #map {
width: 88%;
}
.neighborhood span {
margin-left: 16%;
}
.two_buttons a span {
margin-left: 16%;
}
#property_details li.addthis_container #addthis{
float: none;
width: 100%;
margin-top: 0.4em;
}
#mapTypeControl {
width: 88%;
}
fieldset.contact_form input.submit_form {
width: 27%;
}
#gmapSearch2 #sortListing li.price{
	width:9%;
}
#gmapSearch2 #sortListing li.city {
width: 35%;
}
#gmapSearch2 #sortListing li.sale_rent br{
	display:none;
}
#gmapSearch2 #sortListing li.sale_rent{
	margin-top: 0.5em;
}
#filterTools li a.selected span{
background-size: auto 100%;
padding-left:26px;
}
#gmapSearch2 #filterTools .semidetachedli {
width: 39%;
}
#gmapSearch2 #filterTools ul {
	margin-left:0px;
}
#mapTools li a span{
	background-size: auto 70%;
}
#mapTools li a.restaurants span{
	background-size: auto 60%;
}
#mapTools li a.school span{
	background-size: auto 50%;
}
.property_map_item .gmap_img_link{
	height: 6.5em;
}
.property_map_item dl.price_property_map{
	margin-bottom:0.2em;
}
fieldset.contact_form .wide_select select {
width: 100%;
}
#map_area_small .property_btn {
top:22em;
}
div.list-of-condos{
width: 210px;
margin: 0 auto;
}
#pre_Construction_contact_form .contact_form .form-item {
width: 40.5%;
padding-right: 6%;
}
#pre_Construction_contact_form .contact_form .contact_method_condo{
	width: 40%;
	clear:none;
	top: 1em!important;
}
.lead_generating_remove_class .allinfo .form-item{
width: 40.8%;
margin:0px 2% 1em 0px;
}
.lead_generating_remove_class .form-item.Questions-Comments textarea{
	width: 80%!important;
}
#user_login .form-item .description {
font-size: 0.75em;
}
#visitor_register div div.form-item label {
width: 33%;
}
#visitor_register div div.form-item input {
width: 50%;
}
body .contentarea .g1, body .footerarea .f1 {
width: 63%;
}
body.inner .contentarea .g1 {
width: 66%;
}
.front .widecontent .widgets-QuickButtonsForAgent img, .front .widecontent .widgets-QuickButtonsForBroker img {
width: 90%;
}
.widecontent .widgets-QuickButtonsForAgent img, .widecontent .widgets-QuickButtonsForBroker img {
width: 80%;
}
.widgets-QuickButtonsForAgent a, .widgets-QuickButtonsForBroker a{
	text-align:center;
} 
.widgets-QuickButtonsForAgent a.vBtn {
width: 90%;
float: none;
}
.widgets-QuickButtonsForAgent a, .widgets-QuickButtonsForBroker a{
	display:block!important;
}
#agent_info ul{
clear: left;
width: 94%;
margin-left: 6%;
}
#agent_info li{
	width: 30%!important;
padding-left: 0;
background: none!important;
display:inline-block;
}
#agent_info img.agent_photo{
	max-width: 35%;
width: 35%;
}
#agent_info li.meet_our_team:before{
	content:'|';
	position: absolute;
    top: 2px;
}
#agent_info li.meet_our_team:after{
    content:'|';
	position: absolute;
    top: 2px;
    right:0;
}
#agent_info li.meet_our_team{
	position:relative;
	width:35%!important;
}
#agent_info li.meet_our_team a{
margin-left: 10%;
}
#contact_agent_form .Your-Preferred-Contact-Method .form-item,
#contact_broker_form .Your-Preferred-Contact-Method .form-item{
	width: 43%;
}
#find_agent .main_field {
width: 43%;
}
.agent-list table.agent-short-table-left, .agent-list table.agent-short-table-right {
width: 90%;
}
#agent_info li.view_my_properties{
	width:36%!important;
}
#agent_info li.email_me{
	width:23%!important;
	position:relative;
}
#agent_info li.email_me:before{
	content:'|';
	position: absolute;
    top: 2px;
}
#agent_info li.email_me:after{
    content:'|';
	position: absolute;
    top: 2px;
    right:0;
}
#agent_info li.email_me a{
	margin-left:12%;
}
table#agentinfotable{
	width:100%;
}
.property_btn span{
	margin-left:15%;
}
.main_field.main_wide {
width: 88.5%;
}
#contact_broker_form .form-item.Your-Preferred-Contact-Method, #contact_agent_form .form-item.Your-Preferred-Contact-Method {
width: 50%;
}
.lead_generating_remove_class .form-item.Questions-Comments{
	clear:both;
}
.formsearch_page fieldset.contact_form input.submit_form {
  width: 38%;
}
/*
#contact_agent_form div[style="height:0px;"]+div,
#contact_broker_form div[style="height:0px;"]+div {
    width: 55%;
}*/
#contact_agent_form #edit-cap-image, #contact_broker_form #edit-cap-image{
	margin-right:5px;
	width:75%;
}
#contact_agent_form input.form-submit,
#contact_broker_form input.form-submit{
	margin-top:0px;
}
#contact_agent_form a.disclaimer_link, #contact_broker_form a.disclaimer_link {
    margin-left: 55%;
}
#contact_agent_form .form-item.Type-characters,
#contact_broker_form .form-item.Type-characters{
	width:45%;
}
body[class*="pre-construction"] a.neighborhood {
    width: 88%!important;
   }
}

@media only screen and (max-width: 375px){
.property_item ul {
width: 35%;
}
#sortListing .rest-form .pricewrapper,
#sortListing .form-item.Sort-by {
    width: calc(100% - 0.2em);
}
}

/**** 360 ***/

@media only screen and (max-width: 360px){
body .contentarea .g1, body .footerarea .f1 {
width: 66%;
}
body.inner .contentarea .g1 {
width: 69%;
}
#FreeReport-form input.submit_form{
	width:35%!important;
}
.main_field input {
height: 1.2em;
line-height: 1.2em;
}
form[action="/node/add/free_home_valuation"] label[for="edit-home_address"] {
font-size: 0.85em;
}
.property_item dl{
	width: 48%;
}
.lead_generating_remove_class .capimg{
	height: 7em;
}
.lead_generating_remove_class .capimg #edit-cap-image{
  width:70%;
}
#precondo_sortFilter .filtercolumn {
width: 100%;
}
#precondo_sortFilter .form-item input{
	margin:0px;
}
#precondo_sortFilter .form-item {
width: 50%;
}
#precondo_sortFilter input.form-submit{
margin: 0.5em 0px 0px 37%;
width: 20%;
}
.widecontent .widgets-city-links, #wsidebar_right .widgets-city-links, #wsidebar_right .widgets-featuredListings, .widecontent #widgets-quick-search, #wsidebar_right #widgets-quick-search {
width: 86%;
}
.widecontent .widgets-askQuestions, #wsidebar_right .widgets-askQuestions {
width: 86%;
}
#gmapSearch2 #sortListing label {
font-size: 0.95em;
}
#gmapSearch2 #filterTools li {
width: 32%;
}
#filterTools li a {
	padding-left:20px;
}
#filterTools li a span{
	padding-left:31px;
}
#gmapSearch2 #filterTools .townhomesli {
width: 36%;
clear:none;
margin-left:0px;
}
#gmapSearch2 #filterTools .semidetachedli {
width: 45%;
}
ul.primary{
padding:0px;	
}
#contact_agent_form .form-item,
#contact_broker_form .form-item{
	width:48%;
}
#contact_agent_form .form-item.Province-or-State,
#contact_broker_form .form-item.Province-or-State{
	clear:left;
}
#contact_broker_form .form-item.Your-Preferred-Contact-Method, #contact_agent_form .form-item.Your-Preferred-Contact-Method {
width: 75%;
}
#contact_agent_form #edit-request_subject, #contact_agent_form #edit-request_body,
#contact_broker_form #edit-request_subject, #contact_broker_form #edit-request_body {
width: 189%;
}
#contact_agent_form input.form-submit,
#contact_broker_form input.form-submit{
	margin-top:0px;
}
#wsidebar_right .widgets-featuredListings a.citylinkimg, .g1 .widgets-featuredListings a.citylinkimg {
height: 9.8em;
}
.lead_generating_remove_class #edit-cap_text{
	width:90%;
}
#pre_Construction_contact_form .contact_form .form-item.Type-characters{
	margin-right:10%;
}
.inner #appointment_form #button_area{
  margin: 1% 40%;	
}
.form-item.main_field.sched_captcha input{
  width:55%;
}
.form-item.main_field.sched_captcha label{
  width:55%;
  margin-bottom:0px;
}
}


/***** 320  *******/

@media all and (max-width: 320px){
.widgets-daily-email-alert img{
	width:100%;
}
body .contentarea .g1, body .footerarea .f1 {
width: 76%;
}
.widecontent .widgets-askQuestions, #wsidebar_right .widgets-askQuestions,
body.inner .contentarea .g1 {
width: 98%;
} 
.widecontent .widgets-city-links, #wsidebar_right .widgets-city-links, #wsidebar_right .widgets-featuredListings, .widecontent #widgets-quick-search, #wsidebar_right #widgets-quick-search {
width: 98%;
}
fieldset.contact_form .select_form.besttime{
	width: 48%;
	padding-right: 0px;
}
form[action="/node/add/free_home_valuation"] label[for="edit-home_address"] {
font-size: 0.75em;
}
.formsearch_page fieldset.contact_form input.submit_form {
width: 38%;
}
#visitorSearch-email-element .visitorSearch_search_form_email_image_label {
margin-top: -0.2em;
width:48%;
}
.property_item ul {
width: 38%;
font-size: 0.85em;
}
#property_details_image, #map,
#mapTypeControl {
width: 98%;
}
a.neighborhood {
width: 61.3%;
padding-left: 37%;
}
#property_details ul{
	width:43%;
}
#gmapSearch2 #sortListing li{
	margin-right: 5%;
}
#gmapSearch2 #sortListing li.sale_rent {
margin-top: 1.5em;
}
#gmapSearch2 #filterTools li {
width: 35%;
}
#gmapSearch2 #filterTools .townhomesli {
width: 42%;
}
#mapTools li a span{
	background-size: auto 55%;
}
#mapTools li a.school span{
	background-size: auto 35%;
}
#mapTools li a.restaurants span{
	background-size: auto 45%;
}
#gmapSearchList .property_map_item.odd, #gmapSearchList .property_map_item.even {
width: 99%;
}
.property_map_item ul{
	width:52%;
}
#pre_Construction_contact_form .contact_form .contact_method_condo {
width: 48%;
}
ul.primary li a{
	margin-right: 0px;
	padding: 0 0.7em;
}
ul.primary{
	margin:0px;
}
#agent_info li a {
font-size: 0.85em;
}
#contact_agent_form .form-item.Contact-Request-Subject, #contact_broker_form .form-item.Contact-Request-Subject,
#contact_agent_form .form-item.Contact-Request-Body, #contact_broker_form .form-item.Contact-Request-Body{
	width:58%;
}
#contact_broker_form #edit-request_subject, #contact_broker_form #edit-request_body,
#contact_agent_form #edit-request_subject, #contact_agent_form #edit-request_body {
width: 149%;
}
#contact_broker_form img, #contact_agent_form img{
margin-bottom: 1em;
}
#map_area_small .property_btn{
	width: 41.5%;
}
.neighborhood span {
margin-left: 18%;
}
body[class*="pre-construction"] a.neighborhood {
    width: 98%!important;
   }
} /*end 320*/



/*Crea comp*/
div.crea_text{
	font-size: 12px; 
	padding: 10px 0; 
	text-align:center;
	clear:both;
    line-height: 1.3;
}
div.crea_text .mlsLogo,
div.crea_text .realtorLogo{
    align-items: center;
    justify-content: center;
    display: flex;
    padding: 0px 8px 5px;
    text-align: left;
}

div.crea_text .mlsLogo span{
    background: url(/base_imgs/mlsLogo.svg) no-repeat;
    background-size: auto 100%;
    display: block;
    width: 65px;
    min-width: 65px;
    height: 25px;
}
div.crea_text .realtorLogo span{
    background: url(/base_imgs/realtorLogo.svg) no-repeat;
    background-size: auto 100%;
    display: block;
    width: 30px;
    min-width: 30px;
    height: 25px;
}

.theme5 .credentials .crea_text .mlsLogo span,
.theme6 .credentials .crea_text .mlsLogo span,
.theme7 .credentials .crea_text .mlsLogo span,
.theme8 .credentials .crea_text .mlsLogo span,
.theme9 .credentials .crea_text .mlsLogo span,
.theme10 .credentials .crea_text .mlsLogo span,
.theme11 .credentials .crea_text .mlsLogo span,
.theme12 .credentials .crea_text .mlsLogo span,
.theme13 .credentials .crea_text .mlsLogo span,
.theme14 .credentials .crea_text .mlsLogo span,
.theme18 .credentials .crea_text .mlsLogo span,
.theme23 .credentials .crea_text .mlsLogo span,
.theme24 .credentials .crea_text .mlsLogo span,
.theme25 .credentials .crea_text .mlsLogo span,
.theme26 .credentials .crea_text .mlsLogo span,
.theme27 .credentials .crea_text .mlsLogo span{
    background: url(/base_imgs/mlsLogoWhite.svg) no-repeat;
    background-size:auto 100%;
}
.theme5 .credentials .crea_text .realtorLogo span,
.theme6 .credentials .crea_text .realtorLogo span,
.theme7 .credentials .crea_text .realtorLogo span,
.theme8 .credentials .crea_text .realtorLogo span,
.theme9 .credentials .crea_text .realtorLogo span,
.theme10 .credentials .crea_text .realtorLogo span,
.theme11 .credentials .crea_text .realtorLogo span,
.theme12 .credentials .crea_text .realtorLogo span,
.theme13 .credentials .crea_text .realtorLogo span,
.theme14 .credentials .crea_text .realtorLogo span,
.theme18 .credentials .crea_text .realtorLogo span,
.theme23 .credentials .crea_text .realtorLogo span,
.theme24 .credentials .crea_text .realtorLogo span,
.theme25 .credentials .crea_text .realtorLogo span,
.theme26 .credentials .crea_text .realtorLogo span,
.theme27 .credentials .crea_text .realtorLogo span {
    background: url(/base_imgs/realtorLogoWhite.svg) no-repeat;
    background-size:auto 100%;
}

@media (max-width:510px){
div.crea_text .mlsLogo,
div.crea_text .realtorLogo{
    display:block;	
}
div.crea_text .realtorLogo span,
div.crea_text .mlsLogo span{
    float: left;
    position: relative;
    top: 2px;
  }
}


/* Lead View Form Widget front page*/
.front #custom_first_step_dream_home_lead_form,
.front #custom_first_step_free_home_lead_form{
	 border:none;
	  border-radius:0px;
	  box-shadow:none;
	  padding-top: 8em;
	  position:relative;
	  width:100%!important;
	  background:none;
 }
 .front #custom_first_step_free_home_lead_form{
 	padding-top:10.2em;
 }
.front .widget.freehomewidget{
	  background-image:	 
	   url('../images/homeworthbg2.png'),
	     url('../images/homeworthbg2.jpg');
	   background-repeat:
	   repeat-x,
	    no-repeat;
	  background-position:
	     left bottom,
	     center top;
	  background-size:
	      100% auto,
	      cover;
	  height:630px;    
	  position:relative;
	  image-rendering:optimizeSpeed;             /* Legal fallback */
  image-rendering:-moz-crisp-edges;          /* Firefox        */
  image-rendering:-o-crisp-edges;            /* Opera          */
  image-rendering:-webkit-optimize-contrast; /* Safari         */
  image-rendering:optimize-contrast;         /* CSS3 Proposed  */
  image-rendering:crisp-edges;               /* CSS4 Proposed  */
  -ms-interpolation-mode:nearest-neighbor;
}
.front #custom_first_step_free_home_lead_form h2.postal-code-widget-title{
	background-color:transparent;
	color:#6d6d6d;
	font-family:'Open Sans', sans-serif;
	font-weight: 400;
    text-transform: capitalize;
    font-size: 3em;
	height: auto; /* 1.3em */
    overflow: visible;
	margin-bottom: .2em; /* 0px .2em */
}
.front #custom_first_step_free_home_lead_form h2.postal-code-widget-title:before{
	content:'What\'s My Home Worth?';
	  display:block;
	  width:100%;
	  height:100%;
	
}
.front #custom_first_step_free_home_lead_form h2.postal-code-widget-title strong{
	font-weight:normal;
}
.front #custom_first_step_free_home_lead_form h2:before{
	display:none;
}
.front #custom_first_step_free_home_lead_form p.postal-code-widget-description{
	text-align: center;
    font-size: 1em;
    min-height:1.4em;
    color:#626262;
    font-family:'Open Sans', Arial, sans-serif;
    margin-bottom: 1.6em;
}
.front #custom_first_step_free_home_lead_form p.postal-code-widget-description:before{
	content:'Type your address below to find out how much your property is worth';
	display:block;
}
.front #custom_first_step_free_home_lead_form .postal-code-input-wrapper{
    width: 50%;
    min-width: 270px;
    max-width: 600px;
    margin: 0 auto;
    position:relative;
    z-index: 300;
}
.front #custom_first_step_free_home_lead_form .postal-code-input-wrapper:after{
	  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
  font-size: 0;
}
.front #custom_first_step_free_home_lead_form .postal-code-input-wrapper .form-item{
	width:100%!important;
}
.front #custom_first_step_free_home_lead_form .postal-code-input-wrapper #edit-address-search{
    font-size: 0.9em;
    height: 45px;
    width: 100%;
    box-sizing: border-box;
    padding:0px 0px 0px 1.1em;
    border: 2px solid #12a3d9;
    border-radius: 4px;
    float: left;
    background-image: url('../images/addressiconlead.png');
    background-position: 0.6em center;
    background-repeat: no-repeat;	
      box-shadow:none;
}
.front #custom_first_step_free_home_lead_form .postal-code-input-wrapper .form-submit{
    height: 45px;
    padding: 0 1em;
    box-sizing: border-box;
    width: auto;
    font-size: 1em;
    color: #fff;
    border: 2px solid #12A3D9;
    border-left: none;
    background-color: #12a3d9;
     cursor: pointer;
  margin:0px;
  position:absolute;
  top:2px;
  right:0px;
  border-radius: 0px 4px 4px 0px;
}
.front #custom_first_step_free_home_lead_form .postal-code-input-wrapper .form-submit:hover {
    background-color: #6FCFED;
}

.front .widget.dreamhomewidget{
	    background-image: 
        url('../images/housew.png'),
        url('../images/cloudsw.png'),
        url('../images/dreamhomewbg.jpg');
    background-repeat:
        no-repeat,
        repeat-x,
        no-repeat;
    background-size:
        auto 45%,
        100% auto,
        cover;
    background-position:
        left 31% bottom 1.5em,
        center bottom,
        center top;
      height:630px; 
      position:relative; 
}
.front #custom_first_step_dream_home_lead_form h1{
	background-color:transparent;
	color:#fff;
	font-family:'Open Sans', sans-serif;
	    font-weight: 400;
    text-transform: capitalize;
    font-size: 3em;
display:none;
}
.front #custom_first_step_dream_home_lead_form h1 strong{
	font-weight:normal;
}
.front #custom_first_step_dream_home_lead_form h1:before{
	display:none;
}
.front #custom_first_step_dream_home_lead_form p,
.front #custom_first_step_dream_home_lead_form h1 {
	text-align: center;
    font-size: 3em;
    color:#fff;
    font-family:'Open Sans', sans-serif;
    text-shadow: 2px 5px 8px rgba(127, 67, 151, 0.9);
	margin-bottom: 0.15em;
}
.front #custom_first_step_dream_home_lead_form p span{
	text-transform:uppercase;
	font-weight:600;
}
.front #custom_first_step_dream_home_lead_form p+.form-item:before{
content:'Type your preferred location to get started';
display:block;
padding-bottom:1em;
}

.front #custom_first_step_dream_home_lead_form p+.form-item {
text-align: center;
    color: #fff;
    margin:0px 0px 0.6em 0px;
    font-size:1em;
    font-family: 'Open Sans', Arial, sans-serif;
}
.front #custom_first_step_dream_home_lead_form .dream-home-input-wrapper{
    width: 50%;
    min-width: 270px;
    max-width: 600px;
    margin: 0 auto;
    position:relative;
    z-index: 300;
}
.front #custom_first_step_dream_home_lead_form .dream-home-input-wrapper:after{
	  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
  font-size: 0;
}
.front #custom_first_step_dream_home_lead_form .dream-home-input-wrapper .form-item{
	width:100%!important;
}
.front #custom_first_step_dream_home_lead_form .dream-home-input-wrapper #edit-address{
    font-size: 0.9em;
    height: 45px;
    width: 100%;
    box-sizing: border-box;
    padding:0px 0px 0px 1.1em;
    border: 2px solid #fff;
    border-radius: 4px;
    float: left;
    background-image: url('../images/addressiconlead.png');
    background-position: 0.6em center;
    background-repeat: no-repeat;	
    box-shadow:none;
}
.front #custom_first_step_dream_home_lead_form .dream-home-input-wrapper .form-submit{
    height: 45px;
    padding: 0 2em;
    box-sizing: border-box;
    width: auto;
    font-size: 1em;
    color: #fff;
    border: 2px solid #fff;
    border-left: none;
    background-color: #2ac04a;
     cursor: pointer;
  margin:0px;
  position:absolute;
  top:2px;
  right:0px;
  border-radius: 0px 4px 4px 0px;
}
.front.firefoxmac #custom_first_step_free_home_lead_form .postal-code-input-wrapper #edit-address-search,
.front.firefoxmac #custom_first_step_dream_home_lead_form .dream-home-input-wrapper #edit-address{
	color:#666666;
	width:95%;
}
.front.firefoxmac #custom_first_step_free_home_lead_form .postal-code-input-wrapper .form-submit,
.front.firefoxmac #custom_first_step_dream_home_lead_form .dream-home-input-wrapper .form-submit{
	height:49px;
}
.front #custom_first_step_dream_home_lead_form .dream-home-input-wrapper .form-submit:hover {
    background-color: #58EF78;
}
.front div[id^=lead_forms]{
   width: 100%;
}
.front .widecontent div[id^=lead_forms]+div[id^=lead_forms],
.front div.firstLead,
.widecontent:not(#contentwidgettop) div[id^=lead_forms]+div[id^=lead_forms],
div.firstLead {
	width:50%;	
	float:left;
}
.front .widget.dreamhomewidget.firstLead,
.front .widecontent div[id^=lead_forms]+div[id^=lead_forms].widget.dreamhomewidget {
    background-size: auto 26%, 100% auto, cover;
    background-position: left 31% bottom 1em, center bottom, center top;
}

.front div.firstLead #custom_first_step_dream_home_lead_form p span:after,
.front .widecontent div[id^=lead_forms]+div[id^=lead_forms] #custom_first_step_dream_home_lead_form p span:after{
	content:'';
	display:block;
}
.front div.firstLead #custom_first_step_free_home_lead_form .postal-code-input-wrapper,
.front .widecontent div[id^=lead_forms]+div[id^=lead_forms] #custom_first_step_free_home_lead_form .postal-code-input-wrapper,
.front div.firstLead #custom_first_step_dream_home_lead_form .dream-home-input-wrapper,
.front .widecontent div[id^=lead_forms]+div[id^=lead_forms] #custom_first_step_dream_home_lead_form .dream-home-input-wrapper{
	width:70%;
}
.front div.firstLead #custom_first_step_dream_home_lead_form p,
.front .widecontent div[id^=lead_forms]+div[id^=lead_forms] #custom_first_step_dream_home_lead_form p,
.front #custom_first_step_dream_home_lead_form h1 {
	font-size: 2.5em;
    line-height: 1.2em;
}

.front .g1 #custom_first_step_free_home_lead_form h2.postal-code-widget-title,
.front .g1 #custom_first_step_dream_home_lead_form p{
font-size:2em;	
}
.front .g1 #custom_first_step_free_home_lead_form .postal-code-input-wrapper,
.front .g1 #custom_first_step_dream_home_lead_form .dream-home-input-wrapper {
    width: 85%;
   }
.front .g1 .widget.freehomewidget, .front .g1 .widget.dreamhomewidget {
    height: 390px;
        margin-bottom: 0.5em;
}
.front .g1 #custom_first_step_free_home_lead_form {
    padding-top: 5.5em;
}
.front .g1 #custom_first_step_dream_home_lead_form {
    padding-top: 4em;
}
.front .g1 .widget.dreamhomewidget{
	    background-size: auto 25%, 100% auto, cover;
	    background-position: left 15% bottom 0.2em, center bottom, center top;
}

/* Lead View Form Widget */
.inner._lead_form_view .wrapper.contentarea {
  width:100%;
  margin-top: 67px;
}
.inner._lead_form_view .maincontent{
    width: 100%;
    padding: 0%;
}
.inner._lead_form_view .maincontentinner {
    overflow: auto;
    display: table;
    width: 100%;
}
.inner._lead_form_view #contentwidgetbottom,
.inner._lead_form_view #wsidebar_right {
    display: none;
}
._lead_form_view iframe {
    display: table-row;
    width: 100%;
}

/* All Themes */
._lead_form_view iframe.free-home-evaluation.step_1 {
    height: calc(100vh - 148px) !important;
    min-height: 450px;
    transition: height ease-out 0.3s;
    margin-top: -70px;
    margin-bottom: -40px;
}
._node_add_dream_home_lead_form_view h1.main_title,
._node_add_free_home_valuation_lead_form_view h1.main_title,
._lead_form_view .maincontentinner h1.main_title {
    display: none;
}

input:-ms-input-placeholder {
    color: rgba(0,0,0,0.5);
}
.lead_form_view #wsidebar_right{
 display:none; 
}
#custom_first_step_dream_home_lead_form .form-item label{
  display:none;
}
 #custom_first_step_free_home_lead_form,
 #custom_first_step_dream_home_lead_form{
  /* background: #fffffd;
  /*background: -moz-linear-gradient(top, #fffffd 1%, #f3f3f3 49%, #e6e6e6 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#fffffd), color-stop(49%,#f3f3f3), color-stop(100%,#e6e6e6)); 
  background: -webkit-linear-gradient(top, #fffffd 1%,#f3f3f3 49%,#e6e6e6 100%); 
  background: -o-linear-gradient(top, #fffffd 1%,#f3f3f3 49%,#e6e6e6 100%);
  background: -ms-linear-gradient(top, #fffffd 1%,#f3f3f3 49%,#e6e6e6 100%);
  background: linear-gradient(to bottom, #fffffd 1%,#f3f3f3 49%,#e6e6e6 100%); 
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fffffd', endColorstr='#e6e6e6',GradientType=0 );
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #C5C0C0;
  box-shadow: 0 2px 5px rgba(20,20,25,0.2), inset 0 0 0 1px #fff;*/
}
#custom_first_step_free_home_lead_form,
#custom_first_step_dream_home_lead_form{
  width: 58%;
  margin: 0px auto;
}  
#custom_first_step_free_home_lead_form h2,
#custom_first_step_dream_home_lead_form h1{
	text-align:center !important;	
	font-family: 'DroidSansregular', sans-serif;
}
.inner #contentwidgetbottom #custom_first_step_free_home_lead_form,
.inner #contentwidgetbottom #custom_first_step_dream_home_lead_form,
.inner #contentwidgettop #custom_first_step_free_home_lead_form,
.inner #contentwidgettop #custom_first_step_dream_home_lead_form{
  width: 100%;
  margin: 0px auto;
} 
 #custom_first_step_free_home_lead_form #edit-postal_code,
 #custom_first_step_free_home_lead_form #edit-postcode_2{
  text-align:center;
}
#custom_first_step_free_home_lead_form h2:before{
  content:' ';
  display:inline-block;
  background: url('../images/freeHome.png')no-repeat;
  height: 46px;
  width: 37px;
  background-size:100% auto;
  vertical-align:middle;
  margin-right:0.4em;
}
/*#custom_first_step_dream_home_lead_form h1:before{
  content:' ';
  display:inline-block;
  background: url('../images/dreamHome.png')no-repeat;
  height: 46px;
  width: 37px;
  background-size:100% auto;
  vertical-align:middle;
  margin-right:0.4em;
}*/
 #custom_first_step_free_home_lead_form .postal-code-widget-description{
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
 #custom_first_step_free_home_lead_form .form-submit,
 #custom_first_step_dream_home_lead_form .form-submit{
  margin: 0.1em 0px 1em;
  width: 70%;
  background:#1874CD;
  color:white;
  padding: 0.6em 0px;
  border-radius: 10px;
}
 #custom_first_step_free_home_lead_form .form-submit:hover,
 #custom_first_step_dream_home_lead_form .form-submit:hover{
   background: #4f9ce5;
 }
 #custom_first_step_dream_home_lead_form .PREFERRED-LOCATION-City-Street input,
 #custom_first_step_free_home_lead_form .Address{
 	width:90%;
 	margin-left: auto;
    margin-right: auto;
 }
 #custom_first_step_free_home_lead_form .postal-code-input-wrapper .form-item input,
 #custom_first_step_dream_home_lead_form .Your-Dream-Homes-Location input{
  width: 100%;
  text-indent: 0.8em;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.05em;
  padding: 8px;
  box-sizing: border-box;
  width: 100%;
  margin-top: 2px;
  border: solid 1px rgba(0,0,0,0.5);
  box-shadow: inset 0 0 10px rgba(0,0,0,0.2);
  background: #ffffff url('../images/location.png')no-repeat;
  background-size: 11px auto;
  background-position: 7px 9px;
}
 #custom_first_step_free_home_lead_form .postal-code-input:after{
  content: " ";
  display: block; 
  height: 0; 
  clear: both;	
}
 #custom_first_step_free_home_lead_form .postal-code-input .form-item{
  margin:0px;
  float:left;
}

#custom_first_step_free_home_lead_form .Address input{
  width:100%;
  text-align: center;
  box-sizing: border-box;
}
#custom_first_step_free_home_lead_form .form-submit, 
#custom_first_step_dream_home_lead_form .form-submit{
  width: 88%;
  margin-left: 6%;	
}
.g2 #custom_first_step_free_home_lead_form .form-submit, 
.g3 #custom_first_step_free_home_lead_form .form-submit, 
.g4 #custom_first_step_free_home_lead_form .form-submit, 
#footerwidget2 #custom_first_step_free_home_lead_form .form-submit,
#footerwidget3 #custom_first_step_free_home_lead_form .form-submit, 
#footerwidget4 #custom_first_step_free_home_lead_form .form-submit, 
#footerwidget5 #custom_first_step_free_home_lead_form .form-submit,
#wsidebar_right #custom_first_step_free_home_lead_form .form-submit,
.g2 #custom_first_step_dream_home_lead_form .form-submit, 
.g3 #custom_first_step_dream_home_lead_form .form-submit, 
.g4 #custom_first_step_dream_home_lead_form .form-submit, 
#footerwidget2 #custom_first_step_dream_home_lead_form .form-submit,
#footerwidget3 #custom_first_step_dream_home_lead_form .form-submit, 
#footerwidget4 #custom_first_step_dream_home_lead_form .form-submit, 
#footerwidget5 #custom_first_step_dream_home_lead_form .form-submit,
#wsidebar_right #custom_first_step_dream_home_lead_form .form-submit{
  width:70%;
  margin-left:0px;
}
.inner #wsidebar_right #custom_first_step_free_home_lead_form h2,
.inner #wsidebar_right #custom_first_step_dream_home_lead_form h1{
  padding: 0.2em 5% 0.4em !important;
}
#custom_first_step_free_home_lead_form .postal-code-input-wrapper .form-item input,
#custom_first_step_dream_home_lead_form .form-item input{
  width: 100%;
}
#custom_first_step_dream_home_lead_form,
#custom_first_step_dream_home_lead_form{
	text-align:left;
}
.g2 #custom_first_step_free_home_lead_form, 
.g3 #custom_first_step_free_home_lead_form, 
.g4 #custom_first_step_free_home_lead_form, 
#footerwidget2 #custom_first_step_free_home_lead_form,
#footerwidget3 #custom_first_step_free_home_lead_form,
#footerwidget4 #custom_first_step_free_home_lead_form,
#footerwidget5 #custom_first_step_free_home_lead_form,
.g2 #custom_first_step_dream_home_lead_form, 
.g3 #custom_first_step_dream_home_lead_form,
.g4 #custom_first_step_dream_home_lead_form,
#footerwidget2 #custom_first_step_dream_home_lead_form,
#footerwidget3 #custom_first_step_dream_home_lead_form,
#footerwidget4 #custom_first_step_dream_home_lead_form,
#footerwidget5 #custom_first_step_dream_home_lead_form,
#wsidebar_right #custom_first_step_free_home_lead_form,
#wsidebar_right #custom_first_step_dream_home_lead_form{
  text-align:center !important;
  width:100%;
  margin-top: 0.4em;
  margin-bottom: 0.4em;
}
.g2 #custom_first_step_free_home_lead_form h2, 
.g3 #custom_first_step_free_home_lead_form h2, 
.g4 #custom_first_step_free_home_lead_form h2, 
#footerwidget2 #custom_first_step_free_home_lead_form h2,
#footerwidget3 #custom_first_step_free_home_lead_form h2,
#footerwidget4 #custom_first_step_free_home_lead_form h2,
#footerwidget5 #custom_first_step_free_home_lead_form h2,
.g2 #custom_first_step_dream_home_lead_form h1,  
.g3 #custom_first_step_dream_home_lead_form h1,
.g4 #custom_first_step_dream_home_lead_form h1,
#footerwidget2 #custom_first_step_dream_home_lead_form h1,
#footerwidget3 #custom_first_step_dream_home_lead_form h1,
#footerwidget4 #custom_first_step_dream_home_lead_form h1,
#footerwidget5 #custom_first_step_dream_home_lead_form h1,
#wsidebar_right #custom_first_step_free_home_lead_form h2,
#wsidebar_right #custom_first_step_dream_home_lead_form h1{
  text-align:center !important;
  font-size: 1.1em;
}
.g2 #custom_first_step_free_home_lead_form h2, 
.g3 #custom_first_step_free_home_lead_form h2, 
.g4 #custom_first_step_free_home_lead_form h2, 
#footerwidget2 #custom_first_step_free_home_lead_form h2,
#footerwidget3 #custom_first_step_free_home_lead_form h2,
#footerwidget4 #custom_first_step_free_home_lead_form h2,
#footerwidget5 #custom_first_step_free_home_lead_form h2,
.g2 #custom_first_step_dream_home_lead_form h2, 
.g3 #custom_first_step_dream_home_lead_form h2,
.g4 #custom_first_step_dream_home_lead_form h2,
#footerwidget2 #custom_first_step_dream_home_lead_form h2,
#footerwidget3 #custom_first_step_dream_home_lead_form h2,
#footerwidget4 #custom_first_step_dream_home_lead_form h2,
#footerwidget5 #custom_first_step_dream_home_lead_form h2{
  text-align:center !important;
}
.g2 #custom_first_step_free_home_lead_form .form-item input, 
.g3 #custom_first_step_free_home_lead_form .form-item input, 
.g4 #custom_first_step_free_home_lead_form .form-item input, 
.g2 #custom_first_step_dream_home_lead_form .form-item input, 
.g3 #custom_first_step_dream_home_lead_form .form-item input,
.g4 #custom_first_step_dream_home_lead_form .form-item input,
#footerwidget2 #custom_first_step_dream_home_lead_form .form-item input,
#footerwidget3 #custom_first_step_dream_home_lead_form .form-item input,
#footerwidget4 #custom_first_step_dream_home_lead_form .form-item input,
#footerwidget5 #custom_first_step_dream_home_lead_form .form-item input,
#footerwidget2 #custom_first_step_free_home_lead_form .form-item input,
#footerwidget3 #custom_first_step_free_home_lead_form .form-item input,
#footerwidget4 #custom_first_step_free_home_lead_form .form-item input,
#footerwidget5 #custom_first_step_free_home_lead_form .form-item input{
  width:95%;
  margin-left:auto;
  margin-right:auto;	
  background-size: 11px auto;
  background-position: 5px 9px;
  text-indent: 0.8em;
}
.g2 #custom_first_step_free_home_lead_form .form-item, 
.g3 #custom_first_step_free_home_lead_form .form-item, 
.g4 #custom_first_step_free_home_lead_form .form-item , 
.g2 #custom_first_step_dream_home_lead_form .form-item, 
.g3 #custom_first_step_dream_home_lead_form .form-item,
.g4 #custom_first_step_dream_home_lead_form .form-item,
#footerwidget2 #custom_first_step_dream_home_lead_form .form-item,
#footerwidget3 #custom_first_step_dream_home_lead_form .form-item,
#footerwidget4 #custom_first_step_dream_home_lead_form .form-item,
#footerwidget5 #custom_first_step_dream_home_lead_form .form-item,
#footerwidget2 #custom_first_step_free_home_lead_form .form-item,
#footerwidget3 #custom_first_step_free_home_lead_form .form-item,
#footerwidget4 #custom_first_step_free_home_lead_form .form-item,
#footerwidget5 #custom_first_step_free_home_lead_form .form-item{
  margin-top: 0.4em;
  margin-bottom: 0.4em;
  
}
.inner .g2 #custom_first_step_free_home_lead_form .form-item input, 
.inner .g3 #custom_first_step_free_home_lead_form .form-item input, 
.inner .g4 #custom_first_step_free_home_lead_form .form-item input, 
.inner .g2 #custom_first_step_dream_home_lead_form .form-item input, 
.inner .g3 #custom_first_step_dream_home_lead_form .form-item input,
.inner .g4 #custom_first_step_dream_home_lead_form .form-item input{
  text-indent: 0.8em;
  background-size: 5% auto;
}
.inner .g2 #custom_first_step_free_home_lead_form h2, 
.inner .g3 #custom_first_step_free_home_lead_form h2, 
.inner .g4 #custom_first_step_free_home_lead_form h2, 
.inner .g2 #custom_first_step_dream_home_lead_form h1, 
.inner .g3 #custom_first_step_dream_home_lead_form h1,
.inner .g4 #custom_first_step_dream_home_lead_form h1{
  padding: 0.2em 5% 0.6em !important;
}
#topwidget #custom_first_step_free_home_lead_form .postal-code-input-wrapper .form-item ,
#topwidget1 #custom_first_step_free_home_lead_form .postal-code-input-wrapper .form-item ,
#topwidget2 #custom_first_step_free_home_lead_form .postal-code-input-wrapper .form-item ,
#footerwidgettop #custom_first_step_free_home_lead_form .postal-code-input-wrapper .form-item ,
#footerwidget #custom_first_step_free_home_lead_form .postal-code-input-wrapper .form-item ,
#footerwidgetbottom #custom_first_step_free_home_lead_form .postal-code-input-wrapper .form-item ,
#contentwidgettop #custom_first_step_free_home_lead_form .postal-code-input-wrapper .form-item,
#contentwidgetbottom #custom_first_step_free_home_lead_form .postal-code-input-wrapper .form-item,
#topwidget #custom_first_step_dream_home_lead_form .form-item.Your-Dream-Homes-Location,
#topwidget1 #custom_first_step_dream_home_lead_form .form-item.Your-Dream-Homes-Location,
#topwidget2 #custom_first_step_dream_home_lead_form .form-item.Your-Dream-Homes-Location,
#footerwidgettop #custom_first_step_dream_home_lead_form .form-item.Your-Dream-Homes-Location,
#footerwidget #custom_first_step_dream_home_lead_form .form-item.Your-Dream-Homes-Location,
#footerwidgetbottom #custom_first_step_dream_home_lead_form .form-item.Your-Dream-Homes-Location,
#contentwidgettop #custom_first_step_dream_home_lead_form .form-item.Your-Dream-Homes-Location,
#contentwidgetbottom #custom_first_step_dream_home_lead_form .form-item.Your-Dream-Homes-Location{
  width:90%;
  margin-left:auto;
  margin-right:auto;
  margin-top: 0.4em;
  margin-bottom: 0.4em;
}

#topwidget #custom_first_step_free_home_lead_form,
#topwidget1 #custom_first_step_free_home_lead_form,
#topwidget2 #custom_first_step_free_home_lead_form,
#footerwidgettop #custom_first_step_free_home_lead_form,
#footerwidgetbottom #custom_first_step_free_home_lead_form,
#topwidget #custom_first_step_dream_home_lead_form,
#topwidget1 #custom_first_step_dream_home_lead_form,
#topwidget2 #custom_first_step_dream_home_lead_form,
#footerwidgettop #custom_first_step_dream_home_lead_form,
#footerwidgetbottom #custom_first_step_dream_home_lead_form{
    /*width: 40%;*/
    margin-left: auto;
    margin-right: auto;
    text-align:left;
}
#custom_first_step_dream_home_lead_form h1,
#custom_first_step_dream_home_lead_form p,
#custom_first_step_free_home_lead_form h2,
#custom_first_step_free_home_lead_form p.postal-code-widget-description{
  max-width:90%;	
  margin-left: auto;
  margin-right: auto;
}
#custom_first_step_free_home_lead_form h2,
#custom_first_step_dream_home_lead_form h1{
	font-size: 1.4em;
	background-color:#1874CD;
	color:white;
	margin-top:0px;
	margin-bottom:0.5em;
	padding: 0.2em 5% 0em !important;
	font-weight:700;
	/*text-transform: uppercase;*/
}
#custom_first_step_dream_home_lead_form h1{
    font-size: 1.2em;
}

.no_widget_result {
    display: none;
}


@media screen and (max-width:2160px){
.front .widget.dreamhomewidget{
	background-position:left 25% bottom 1.5em, center bottom, center top;
}
}


@media screen and (max-width: 1920px){
.front #custom_first_step_dream_home_lead_form {
padding-top:7em;
   }
.front #custom_first_step_free_home_lead_form {
	padding-top:9.2em;
}
.front .widget.freehomewidget,
.front .widget.dreamhomewidget{
	height:530px;
}
.front .widget.dreamhomewidget.firstLead, .front .widecontent div[id^=lead_forms]+div.widget.dreamhomewidget{
  	background-position: left 21% bottom 1em, center bottom, center top;
 }
}

@media screen and (max-width: 1868px){
.front .g1 #custom_first_step_free_home_lead_form p.postal-code-widget-description{
height: 2.7em;
}
}

@media screen and (max-width: 1785px){
.front .widget.dreamhomewidget{
	background-position:left 20% bottom 1.5em, center bottom, center top;
}
}

@media screen and (max-width: 1630px){
.front #custom_first_step_dream_home_lead_form{
	padding-top:6.5em;
} 
.front #custom_first_step_free_home_lead_form {
    padding-top: 8.5em;
}
.front .widget.dreamhomewidget{
	background-position:left 15% bottom 1.5em, center bottom, center top;
}
.front .widget.freehomewidget,
.front .widget.dreamhomewidget{
	height:500px;
}
.front .g1 .widget.freehomewidget, .front .g1 .widget.dreamhomewidget {
    height: 350px;
}
}

@media screen and (max-width: 1490px){
.front .g1 #custom_first_step_free_home_lead_form h2.postal-code-widget-title, .front .g1 #custom_first_step_dream_home_lead_form p {
    font-size: 1.6em;
}
.front .g1 .widget.dreamhomewidget {
    background-position: left 15% bottom 0.7em, center bottom, center top;
}
}

@media screen and (max-width: 1440px){
.front .widget.freehomewidget,
.front .widget.dreamhomewidget{
	height:465px;
}
.front .g1 #custom_first_step_free_home_lead_form .postal-code-input-wrapper #edit-address-search,
.front .g1 #custom_first_step_dream_home_lead_form .dream-home-input-wrapper #edit-address{
	font-size:0.8em;
}
.front .g1 #custom_first_step_dream_home_lead_form .dream-home-input-wrapper .form-submit,
.front .g1 #custom_first_step_free_home_lead_form .postal-code-input-wrapper .form-submit{
	font-size:0.9em;
}
}

@media screen and (max-width: 1365px){
	.front #custom_first_step_dream_home_lead_form p,
	.front #custom_first_step_free_home_lead_form h2.postal-code-widget-title{
		font-size: 2.5em;
	}
	.front div.firstLead #custom_first_step_dream_home_lead_form p, 
	.front .widecontent div[id^=lead_forms]+div[id^=lead_forms] #custom_first_step_dream_home_lead_form p,
	.front #custom_first_step_dream_home_lead_form h1 {
    font-size: 2.32em;
   }
   .front #custom_first_step_free_home_lead_form {
    padding-top: 8.9em;
}
}

@media screen and (max-width: 1245px){
.front .g1 #custom_first_step_free_home_lead_form .postal-code-input-wrapper, .front .g1 #custom_first_step_dream_home_lead_form .dream-home-input-wrapper {
    width: 92%;
}
.front .g1 #custom_first_step_free_home_lead_form p.postal-code-widget-description,
.front .g1 #custom_first_step_dream_home_lead_form p+.form-item{
	font-size:0.9em;
}
.front .g1 .widget.freehomewidget{
background-size: 150% auto, cover;
}
}

@media screen and (max-width: 1200px){
.front .g1 #custom_first_step_free_home_lead_form h2.postal-code-widget-title,
.front .g1 #custom_first_step_dream_home_lead_form p {
    font-size: 1.4em;
}
.front .g1 #custom_first_step_dream_home_lead_form .dream-home-input-wrapper .form-submit{
	padding:0px 1em;
}
}

@media screen and (max-width: 1174px){
.front #custom_first_step_free_home_lead_form p.postal-code-widget-description{
font-size:0.95em;	
margin-top: -3px;
}
.front #custom_first_step_dream_home_lead_form p+.form-item{
	font-size: 0.95em;
}
}


@media screen and (max-width: 1136px){
.front #custom_first_step_free_home_lead_form p.postal-code-widget-description{
margin-top:0px;		
}
.front #custom_first_step_dream_home_lead_form p,
	.front #custom_first_step_free_home_lead_form h2.postal-code-widget-title{
		font-size: 2.2em;
	}
	.front div.firstLead #custom_first_step_dream_home_lead_form p, 
	.front .widecontent div[id^=lead_forms]+div[id^=lead_forms] #custom_first_step_dream_home_lead_form p,
	.front #custom_first_step_dream_home_lead_form h1 {
    font-size: 2.19em;
}
.front .widget.freehomewidget, .front .widget.dreamhomewidget {
    height: 450px;
}
.front .widget.freehomewidget.firstLead, .front .widecontent div[id^=lead_forms]+div.widget.freehomewidget{
    background-size: 150% auto,cover;
}
.front #custom_first_step_dream_home_lead_form{
	padding-top:7.5em;
}
.front #custom_first_step_free_home_lead_form {
    padding-top: 10.2em;
  }
}

@media screen and (max-width: 1070px){
.front div.firstLead #custom_first_step_dream_home_lead_form p, 
.front .widecontent div[id^=lead_forms]+div[id^=lead_forms] #custom_first_step_dream_home_lead_form p,
.front #custom_first_step_dream_home_lead_form h1 {
    font-size: 2em;
}
.front #custom_first_step_dream_home_lead_form .dream-home-input-wrapper #edit-address,
.front #custom_first_step_free_home_lead_form .postal-code-input-wrapper #edit-address-search {
    font-size: 0.8em;
}
.front #custom_first_step_dream_home_lead_form .dream-home-input-wrapper .form-submit,
.front #custom_first_step_free_home_lead_form .postal-code-input-wrapper .form-submit{
	font-size:0.9em;
}
.front #custom_first_step_dream_home_lead_form p,
.front #custom_first_step_free_home_lead_form h2.postal-code-widget-title {
    font-size: 2.1em;
}
.front #custom_first_step_free_home_lead_form p.postal-code-widget-description{
	    font-size: 0.8em;
}
.front .widget.freehomewidget.firstLead, .front .widecontent div[id^=lead_forms]+div.widget.freehomewidget{
    background-size: 120% auto,cover;
}
.front #custom_first_step_dream_home_lead_form p+.form-item {
    font-size: 0.8em;
}
.front #custom_first_step_dream_home_lead_form {
    padding-top: 8.2em;
}
.front .g1 #custom_first_step_free_home_lead_form h2.postal-code-widget-title, .front .g1 #custom_first_step_dream_home_lead_form p {
    font-size: 1.2em;
}
}

/* Mobile Styles for Widget */
@media screen and (max-width:1020px){
  #topwidget #custom_first_step_free_home_lead_form, #topwidget1 #custom_first_step_free_home_lead_form, #topwidget2 #custom_first_step_free_home_lead_form, #footerwidgettop #custom_first_step_free_home_lead_form, #footerwidget #custom_first_step_free_home_lead_form, #footerwidgetbottom #custom_first_step_free_home_lead_form, #topwidget #custom_first_step_dream_home_lead_form, #topwidget1 #custom_first_step_dream_home_lead_form, #topwidget2 #custom_first_step_dream_home_lead_form, #footerwidgettop #custom_first_step_dream_home_lead_form, #footerwidget #custom_first_step_dream_home_lead_form, #footerwidgetbottom #custom_first_step_dream_home_lead_form{
    width:60%;
  }
}


@media screen and (max-width: 939px){
#contentwidgetbottom div[id*="lead_forms"].blockToolbarItem {
	border-left:none;
	border-right:none;
}	
.front .widget.freehomewidget, .front .widget.dreamhomewidget {
    height: 400px;
}
.front #custom_first_step_dream_home_lead_form {
    padding-top: 5.5em;
}
.front #custom_first_step_free_home_lead_form {
    padding-top: 7.9em;
}
.front .widecontent div[id^=lead_forms]+div[id^=lead_forms], .front div.firstLead {
    width: 100%;
}
.front .widget.freehomewidget.firstLead, .front .widecontent div[id^=lead_forms]+div.widget.freehomewidget{
    background-size: 100% auto,cover;
 }
 .front #custom_first_step_dream_home_lead_form p, .front #custom_first_step_free_home_lead_form h2.postal-code-widget-title {
    font-size: 2em;
}
.front #custom_first_step_dream_home_lead_form p span:after{
	display:block;
	content:'';
}
.front #custom_first_step_dream_home_lead_form{
	background-size: auto 26%, 100% auto, cover;
	background-position: left 21% bottom 1em, center bottom, center top;
}
.front div.firstLead #custom_first_step_free_home_lead_form .postal-code-input-wrapper, .front .widecontent div[id^=lead_forms]+div[id^=lead_forms] #custom_first_step_free_home_lead_form .postal-code-input-wrapper, .front div.firstLead #custom_first_step_dream_home_lead_form .dream-home-input-wrapper, .front div[id^=lead_forms]+div[id^=lead_forms] #custom_first_step_dream_home_lead_form .dream-home-input-wrapper {
    width: 50%;
}
.front #custom_first_step_free_home_lead_form p.postal-code-widget-description{
	    margin-bottom: 1.4em;
	    font-size: 1em;
}
.front #custom_first_step_dream_home_lead_form p+.form-item {
    font-size: 1em;
}
.front .g1 #custom_first_step_free_home_lead_form h2.postal-code-widget-title, .front .g1 #custom_first_step_dream_home_lead_form p {
    font-size: 1.2em;
}
.front .g1 #custom_first_step_free_home_lead_form p.postal-code-widget-description, .front .g1 #custom_first_step_dream_home_lead_form p+.form-item {
    font-size: 0.8em;
}
.front .g1 .widget.freehomewidget, .front .g1 .widget.dreamhomewidget {
    height: 300px;
 }
}

@media (max-width: 890px){
.front .g1 .widget.freehomewidget {
    background-size: 100% auto, cover;
}
.front .g1 #custom_first_step_free_home_lead_form p.postal-code-widget-description {
    height: 1.4em;
}
.front .g1 #custom_first_step_free_home_lead_form {
    padding-top: 7.9em;
}
.front .g1 #custom_first_step_free_home_lead_form .postal-code-input-wrapper, .front .g1 #custom_first_step_dream_home_lead_form .dream-home-input-wrapper{
	width:50%;
}
.front .g1 #custom_first_step_free_home_lead_form h2.postal-code-widget-title, .front .g1 #custom_first_step_dream_home_lead_form p{
	font-size:2em;
}
.front .g1 #custom_first_step_free_home_lead_form p.postal-code-widget-description, .front .g1 #custom_first_step_dream_home_lead_form p+.form-item {
    font-size: 1em;
}
.front .g1 .widget.freehomewidget, .front .g1 .widget.dreamhomewidget {
    height: 400px;
}
.front .g1 #custom_first_step_dream_home_lead_form {
    padding-top: 6em;
}
}
.inner.protectedpropertydetails-body .main_title,
.inner.protectedpropertydetails-body .header_tabs{
	display:none !important;
}
.inner.protectedpropertydetails-body #register_login_form_tabs .captcha-info{
    float: left;
    width: 40%;
    clear: none;
}
.inner.protectedpropertydetails-body #register_login_form_tabs div.captcha-info > div > div.form-item.Type-characters{
    width: 40%;
    margin-right: 8%;
}
.inner.protectedpropertydetails-body #register_login_form_tabs div.captcha-info .capimage{	
    float: right;
    display: inline-block;
    width: calc(100% - 31px);
    max-width: 150px;
}
.inner.protectedpropertydetails-body #register_login_form_tabs #ProtectedPropertyDetails_register .form-submit,
.inner.protectedpropertydetails-body #register_login_form_tabs #ProtectedPropertyDetails_register .wp_disclaimer a.disclaimer_link{
    margin-left:0px;
}

/* Free Home Dream Home Inner Page Resize*/

@media screen and (min-width:1280px){
  ._lead_form_view .maincontent iframe {
     height: 1200px !important;
  }
}
@media screen and (min-width:1440px){
  ._lead_form_view .maincontent iframe {
     height: 1350px !important;
  }
}
@media screen and (max-width: 919px) {
  ._lead_form_view iframe.free-home-evaluation.step_1 {
    height: calc(100vh - 87px) !important;
  }
}
@media screen and (max-width:801px){
  ._lead_form_view .maincontent iframe {
     height: 1250px !important;
  }
}
/* NEW RESPONSIVE STYLES FOR LEAD FORMS */
/* To be used once we add classes for the amount of errors given */
/*
@media screen and (min-width: 641px) {
  ._lead_form_view .maincontent iframe.free-home-evaluation:not(.step_1) {
     height: 800px !important;
  }
  ._lead_form_view .maincontent iframe.free-home-evaluation:not(.step_1).step_3 {
     height: 980px !important;
  }
}*/
@media screen and (max-width:640px){
  /*._lead_form_view .maincontent iframe.free-home-evaluation:not(.step_1) {
     height: 1280px !important;
  }
  ._lead_form_view .maincontent iframe.free-home-evaluation:not(.step_1).step_3 {
     height: 1250px !important;
  }*/
  ._lead_form_view .maincontent iframe {
     height: 1600px !important;
  }
.front div.firstLead #custom_first_step_free_home_lead_form .postal-code-input-wrapper, .front .widecontent div[id^=lead_forms]+div[id^=lead_forms] #custom_first_step_free_home_lead_form .postal-code-input-wrapper, .front div.firstLead #custom_first_step_dream_home_lead_form .dream-home-input-wrapper, .front div[id^=lead_forms]+div[id^=lead_forms] #custom_first_step_dream_home_lead_form .dream-home-input-wrapper,
.front #custom_first_step_free_home_lead_form .postal-code-input-wrapper,
.front #custom_first_step_dream_home_lead_form .dream-home-input-wrapper,
.front .g1 #custom_first_step_free_home_lead_form .postal-code-input-wrapper,
.front .g1 #custom_first_step_dream_home_lead_form .dream-home-input-wrapper  {
    width: 70%;
} 
.front .widget.freehomewidget, .front .widget.dreamhomewidget,
.front .g1 .widget.freehomewidget, .front .g1 .widget.dreamhomewidget {
    height: 350px;
}
.front #custom_first_step_dream_home_lead_form,
.front .g1 #custom_first_step_dream_home_lead_form {
    padding-top: 4em;
}
.front #custom_first_step_free_home_lead_form,
.front .g1 #custom_first_step_free_home_lead_form {
    padding-top: 6em;
}
.front .widget.dreamhomewidget,
.front .g1 .widget.dreamhomewidget {
    background-position: left 15% bottom 0.5em, center bottom, center top;
    background-size: auto 25%, 100% auto, cover;
}
.front #custom_first_step_free_home_lead_form p.postal-code-widget-description,
.front #custom_first_step_dream_home_lead_form p+.form-item,
.front .g1 #custom_first_step_free_home_lead_form p.postal-code-widget-description,
.front .g1 #custom_first_step_dream_home_lead_form p+.form-item{
	font-size:0.9em;
}
}

@media screen and (max-width:568px){
  #topwidget #custom_first_step_free_home_lead_form, #topwidget1 #custom_first_step_free_home_lead_form, #topwidget2 #custom_first_step_free_home_lead_form, #footerwidgettop #custom_first_step_free_home_lead_form, #footerwidget #custom_first_step_free_home_lead_form, #footerwidgetbottom #custom_first_step_free_home_lead_form, #topwidget #custom_first_step_dream_home_lead_form, #topwidget1 #custom_first_step_dream_home_lead_form, #topwidget2 #custom_first_step_dream_home_lead_form, #footerwidgettop #custom_first_step_dream_home_lead_form, #footerwidget #custom_first_step_dream_home_lead_form, #footerwidgetbottom #custom_first_step_dream_home_lead_form{
    width:80%;
  }
  #custom_first_step_free_home_lead_form h2, #custom_first_step_dream_home_lead_form h1 {
  	padding: 0.2em 5% 0.2em !important;
  }
  .front #custom_first_step_free_home_lead_form h2.postal-code-widget-title{
  	padding-bottom:0px!important;
  }
  .front .widget.freehomewidget,
   .front .g1 .widget.freehomewidget,
 .front .widget.freehomewidget.firstLead, .front .widecontent div[id^=lead_forms]+div.widget.freehomewidget{
 	   background-size: 140% auto, cover;   	
  }
.front .widget.dreamhomewidget,
.front .g1 .widget.dreamhomewidget,
.front .widget.dreamhomewidget.firstLead, .front .widecontent div[id^=lead_forms]+div.widget.dreamhomewidget{
    background-position: left 21% bottom 0.6em, center bottom, center top;
}
}

@media screen and (max-width:480px){
.front div.firstLead #custom_first_step_free_home_lead_form .postal-code-input-wrapper,
 .front .widecontent div[id^=lead_forms]+div[id^=lead_forms] #custom_first_step_free_home_lead_form .postal-code-input-wrapper, 
 .front div.firstLead #custom_first_step_dream_home_lead_form .dream-home-input-wrapper, 
 .front .widecontent div[id^=lead_forms]+div[id^=lead_forms] #custom_first_step_dream_home_lead_form .dream-home-input-wrapper, 
 .front #custom_first_step_free_home_lead_form .postal-code-input-wrapper, 
 .front #custom_first_step_dream_home_lead_form .dream-home-input-wrapper,
  .front .g1 #custom_first_step_free_home_lead_form .postal-code-input-wrapper, 
 .front .g1 #custom_first_step_dream_home_lead_form .dream-home-input-wrapper {
    width: 90%!important;
}
.front div.firstLead #custom_first_step_dream_home_lead_form p, .front .widecontent div[id^=lead_forms]+div[id^=lead_forms] #custom_first_step_dream_home_lead_form p,
.front #custom_first_step_dream_home_lead_form p, .front #custom_first_step_free_home_lead_form h2.postal-code-widget-title,
.front .g1 #custom_first_step_dream_home_lead_form p, .front .g1 #custom_first_step_free_home_lead_form h2.postal-code-widget-title,
.front #custom_first_step_dream_home_lead_form h1 {
    font-size: 1.8em;
}
.front #custom_first_step_free_home_lead_form p.postal-code-widget-description, .front #custom_first_step_dream_home_lead_form p+.form-item,
.front .g1 #custom_first_step_free_home_lead_form p.postal-code-widget-description, .front .g1 #custom_first_step_dream_home_lead_form p+.form-item  {
    font-size: 0.8em;
        max-width: 96%;
    width: 96%;
    margin-left: auto;
    margin-right: auto;
}
}

@media screen and (max-width:414px){
.front div.firstLead #custom_first_step_dream_home_lead_form p, 
.front .widecontent div[id^=lead_forms]+div[id^=lead_forms] #custom_first_step_dream_home_lead_form p,
.front #custom_first_step_dream_home_lead_form p, 
.front #custom_first_step_free_home_lead_form h2.postal-code-widget-title,
.front .g1 #custom_first_step_dream_home_lead_form p, 
.front .g1 #custom_first_step_free_home_lead_form h2.postal-code-widget-title,
.front #custom_first_step_dream_home_lead_form h1 {
    font-size: 1.5em;
}

  ._lead_form_view .maincontent iframe {
     height: 1575px !important;
  }
.front #custom_first_step_free_home_lead_form p.postal-code-widget-description,
.front .g1 #custom_first_step_free_home_lead_form p.postal-code-widget-description {
    height: 2.6em;
    margin-bottom: 1em;
}
}

@media screen and (max-width:384px){
	#topwidget #custom_first_step_free_home_lead_form, #topwidget1 #custom_first_step_free_home_lead_form, #topwidget2 #custom_first_step_free_home_lead_form, #footerwidgettop #custom_first_step_free_home_lead_form, #footerwidget #custom_first_step_free_home_lead_form, #footerwidgetbottom #custom_first_step_free_home_lead_form, #topwidget #custom_first_step_dream_home_lead_form, #topwidget1 #custom_first_step_dream_home_lead_form, #topwidget2 #custom_first_step_dream_home_lead_form, #footerwidgettop #custom_first_step_dream_home_lead_form, #footerwidget #custom_first_step_dream_home_lead_form, #footerwidgetbottom #custom_first_step_dream_home_lead_form{
	  text-align:center;
	}
	#custom_first_step_free_home_lead_form .postal-code-widget-title{
      text-align:center !important;
    }
    .front .widget.freehomewidget, .front .widget.dreamhomewidget,
    .front .g1 .widget.freehomewidget, .front .g1 .widget.dreamhomewidget {
    height: 300px;
}
.front #custom_first_step_dream_home_lead_form,
.front .g1 #custom_first_step_dream_home_lead_form {
    padding-top: 3em;
}
.front #custom_first_step_free_home_lead_form,
.front .g1 #custom_first_step_free_home_lead_form  {
    padding-top: 4.5em;
}
.front #custom_first_step_dream_home_lead_form .dream-home-input-wrapper .form-submit {
    padding: 0 1em;
 }
}

@media screen and (max-width:360px){
.front div.firstLead #custom_first_step_dream_home_lead_form p,
.front .widecontent div[id^=lead_forms]+div[id^=lead_forms] #custom_first_step_dream_home_lead_form p,
.front #custom_first_step_dream_home_lead_form p, 
.front #custom_first_step_free_home_lead_form h2.postal-code-widget-title,
.front .g1 #custom_first_step_dream_home_lead_form p, 
.front .g1 #custom_first_step_free_home_lead_form h2.postal-code-widget-title,
.front #custom_first_step_dream_home_lead_form h1 {
    font-size: 1.3em;
}

 .front .widget.freehomewidget,
 .front .g1 .widget.freehomewidget,
 .front .widget.freehomewidget.firstLead, 
 .front .widecontent div[id^=lead_forms]+div.widget.freehomewidget{
    background-size: 160% auto, cover;
}   
}

@media screen and (max-width:320px){
.front div.firstLead #custom_first_step_dream_home_lead_form p,
.front .widecontent div[id^=lead_forms]+div[id^=lead_forms] #custom_first_step_dream_home_lead_form p,
.front #custom_first_step_dream_home_lead_form p, 
.front #custom_first_step_free_home_lead_form h2.postal-code-widget-title,
.front .g1 #custom_first_step_dream_home_lead_form p, 
.front .g1 #custom_first_step_free_home_lead_form h2.postal-code-widget-title,
.front #custom_first_step_dream_home_lead_form h1 {
    font-size: 1.2em;
}
}

/*--Menu Target Item--*/
.menu-target label {
	font-weight: bold;
}
.menu-target input {
	width: 20px !important;
	box-sizing: border-box;
}
.menu-target .form-item .description {
	display: inline;
}
@media (max-width: 600px) {
	.menu-target .form-item .description {
		font-size: 0.8em;
	}
}



/*--------Widget Background--------*/
.front .custom-bg .lead-image {
    position: absolute;
    overflow: hidden;
    height: 100%;
}
.lead-image img {
    display: none !important;
}
.lead-image {
	background-size: cover;
	background-position: center center;
}
.widget.freehomewidget.custom-bg {
    background-image: none !important;
    position: relative;
}/*
.front .widget.freehomewidget.custom-bg.blue {
   background-image: url('../images/skyline_blue.png');
}
.front .widget.freehomewidget.custom-bg.red {
    background-image: url('../images/skyline_red.png'); 
}*/
.widget.dreamhomewidget.custom-bg {
	background-image: none !important;
	position: relative;
}



/*--------Widget Froms--------*/
.front .custom-bg #custom_first_step_dream_home_lead_form, 
.front .custom-bg #custom_first_step_free_home_lead_form {
	top: 0;
}

.custom-bg #custom_first_step_free_home_lead_form h2, 
.custom-bg #custom_first_step_dream_home_lead_form h1,
.custom-bg #custom_first_step_dream_home_lead_form p {
	color: #fff !important;
	text-shadow: 2px 5px 8px #424548 !important;
}
.custom-bg #custom_first_step_free_home_lead_form p.postal-code-widget-description,
.custom-bg #custom_first_step_dream_home_lead_form p.postal-code-widget-description,
.custom-bg #custom_first_step_dream_home_lead_form p+.form-item:before {
	color: #fff !important;
	text-shadow: 2px 5px 8px #424548 !important;
}

/*--red--*/
.front .red .postal-code-input-wrapper #edit-address,
.front #custom_first_step_dream_home_lead_form.red .dream-home-input-wrapper #edit-address,
.inner .red .postal-code-input-wrapper #edit-address,
.inner #custom_first_step_dream_home_lead_form.red .dream-home-input-wrapper #edit-address {
	border: 2px solid #fff !important;
}
.front .red .postal-code-input-wrapper .form-submit,
.front #custom_first_step_dream_home_lead_form.red .dream-home-input-wrapper .form-submit,
.inner .red .postal-code-input-wrapper .form-submit,
.inner #custom_first_step_dream_home_lead_form.red .dream-home-input-wrapper .form-submit {
	border: 2px solid #fff !important;
    background-color: #d6223b !important;
}
.front .red .postal-code-input-wrapper .form-submit:hover,
.front #custom_first_step_dream_home_lead_form.red .dream-home-input-wrapper .form-submit:hover,
.inner .red .postal-code-input-wrapper .form-submit:hover,
.inner #custom_first_step_dream_home_lead_form.red .dream-home-input-wrapper .form-submit:hover {
	background-color: #b01c2f !important;
}

/*--blue--*/
.front .blue .postal-code-input-wrapper #edit-address,
.front #custom_first_step_dream_home_lead_form.blue .dream-home-input-wrapper #edit-address,
.inner .blue .postal-code-input-wrapper #edit-address,
.inner #custom_first_step_dream_home_lead_form.blue .dream-home-input-wrapper #edit-address {
	border: 2px solid #fff !important;
}
.front .blue .postal-code-input-wrapper .form-submit,
.front #custom_first_step_dream_home_lead_form.blue .dream-home-input-wrapper .form-submit,
.inner .blue .postal-code-input-wrapper .form-submit,
.inner #custom_first_step_dream_home_lead_form.blue .dream-home-input-wrapper .form-submit {
	border: 2px solid #fff !important;
    background-color: #002a76 !important;
}
.front .blue .postal-code-input-wrapper .form-submit:hover,
.front #custom_first_step_dream_home_lead_form.blue .dream-home-input-wrapper .form-submit:hover,
.inner .blue .postal-code-input-wrapper .form-submit:hover,
.inner #custom_first_step_dream_home_lead_form.blue .dream-home-input-wrapper .form-submit:hover {
	background-color: #001b4d !important;
}

/*--golden--*/
.front .golden .postal-code-input-wrapper #edit-address,
.front #custom_first_step_dream_home_lead_form.golden .dream-home-input-wrapper #edit-address,
.inner .golden .postal-code-input-wrapper #edit-address,
.inner #custom_first_step_dream_home_lead_form.golden .dream-home-input-wrapper #edit-address {
	border: 2px solid #fff !important;
}
.front .golden .postal-code-input-wrapper .form-submit,
.front #custom_first_step_dream_home_lead_form.golden .dream-home-input-wrapper .form-submit,
.inner .golden .postal-code-input-wrapper .form-submit,
.inner #custom_first_step_dream_home_lead_form.golden .dream-home-input-wrapper .form-submit {
	border: 2px solid #fff !important;
    background-color: #f7a308 !important;
}
.front .golden .postal-code-input-wrapper .form-submit:hover,
.front #custom_first_step_dream_home_lead_form.golden .dream-home-input-wrapper .form-submit:hover,
.inner .golden .postal-code-input-wrapper .form-submit:hover,
.inner #custom_first_step_dream_home_lead_form.golden .dream-home-input-wrapper .form-submit:hover {
	background-color: #df9307 !important;
}

/*--green--*/
.front .green .postal-code-input-wrapper #edit-address,
.front #custom_first_step_dream_home_lead_form.green .dream-home-input-wrapper #edit-address,
.inner .green .postal-code-input-wrapper #edit-address,
.inner #custom_first_step_dream_home_lead_form.green .dream-home-input-wrapper #edit-address {
	border: 2px solid #fff !important;
}
.front .green .postal-code-input-wrapper .form-submit,
.front #custom_first_step_dream_home_lead_form.green .dream-home-input-wrapper .form-submit,
.inner .green .postal-code-input-wrapper .form-submit,
.inner #custom_first_step_dream_home_lead_form.green .dream-home-input-wrapper .form-submit {
	border: 2px solid #fff !important;
    background-color: #00b300 !important;
}
.front .green .postal-code-input-wrapper .form-submit:hover,
.front #custom_first_step_dream_home_lead_form.green .dream-home-input-wrapper .form-submit:hover,
.inner .green .postal-code-input-wrapper .form-submit:hover,
.inner #custom_first_step_dream_home_lead_form.green .dream-home-input-wrapper .form-submit:hover {
	background-color: #008000 !important;
}

/*--yellow--*/
.front .yellow .postal-code-input-wrapper #edit-address,
.front #custom_first_step_dream_home_lead_form.yellow .dream-home-input-wrapper #edit-address,
.inner .yellow .postal-code-input-wrapper #edit-address,
.inner #custom_first_step_dream_home_lead_form.yellow .dream-home-input-wrapper #edit-address {
	border: 2px solid #fff !important;
}
.front .yellow .postal-code-input-wrapper .form-submit,
.front #custom_first_step_dream_home_lead_form.yellow .dream-home-input-wrapper .form-submit,
.inner .yellow .postal-code-input-wrapper .form-submit,
.inner #custom_first_step_dream_home_lead_form.yellow .dream-home-input-wrapper .form-submit {
	border: 2px solid #fff !important;
    background-color: #eeb111 !important;
}
.front .yellow .postal-code-input-wrapper .form-submit:hover,
.front #custom_first_step_dream_home_lead_form.yellow .dream-home-input-wrapper .form-submit:hover,
.inner .yellow .postal-code-input-wrapper .form-submit:hover,
.inner #custom_first_step_dream_home_lead_form.yellow .dream-home-input-wrapper .form-submit:hover {
	background-color: #bf8c0d !important;
}
/*
.blockToolbarItem.custom-bg #custom_first_step_free_home_lead_form,
.blockToolbarItem.custom-bg #custom_first_step_dream_home_lead_form {
	display: none;
}*/

@media screen and (max-width:1150px)and (max-width:940px){
	.front #custom_first_step_dream_home_lead_form .dream-home-input-wrapper .form-submit, 
	.front #custom_first_step_free_home_lead_form .postal-code-input-wrapper .form-submit {
		font-size: 0.8em !important;
	}
}


/*----------Inner Pages Widget Backgrounds----------
 ---------------------------------------------------*/

/*----------General Default---------*/
.inner .widget.freehomewidget, 
.inner .widget.dreamhomewidget {
	position: relative;
}
.inner #custom_first_step_free_home_lead_form, 
.inner #custom_first_step_dream_home_lead_form {
	width: 100%;
}
.inner #custom_first_step_dream_home_lead_form .dream-home-input-wrapper,
.inner #custom_first_step_free_home_lead_form .postal-code-input-wrapper {
	width: 70%;
    min-width: 270px;
    max-width: 600px;
    margin: 0 auto;
    position: relative;
    z-index: 300;
}
.inner #wsidebar_right #custom_first_step_free_home_lead_form .form-submit,
.inner #wsidebar_right #custom_first_step_dream_home_lead_form .form-submit {
	width: auto;
	padding: 0 1em;
}
.inner .widget.freehomewidget, 
.inner .widget.dreamhomewidget {
	height: 630px;
}
.inner #custom_first_step_free_home_lead_form,
.inner #custom_first_step_dream_home_lead_form {
	padding-top: 10.6em;
}

/*----------Default Sidebar Widgets----------*/
.inner #wsidebar_right .widget.freehomewidget, 
.inner #wsidebar_right .widget.dreamhomewidget {
	height: 250px;  
}
.inner #wsidebar_right #custom_first_step_free_home_lead_form {
	padding-top: 3.3em;
}
.inner #wsidebar_right #custom_first_step_dream_home_lead_form {
	padding-top: 2.2em;
}
.inner #wsidebar_right #custom_first_step_free_home_lead_form p.postal-code-widget-description,
.inner #wsidebar_right #custom_first_step_dream_home_lead_form p {
	font-size: 0.85em;
}
.inner #wsidebar_right #custom_first_step_free_home_lead_form h2.postal-code-widget-title,
.inner #wsidebar_right #custom_first_step_free_home_lead_form h2.postal-code-widget-title strong,
.inner #wsidebar_right #custom_first_step_dream_home_lead_form h1,
.inner #wsidebar_right #custom_first_step_dream_home_lead_form h1 strong {
	font-weight: bold;
}
.inner #wsidebar_right #custom_first_step_free_home_lead_form p,
.inner #wsidebar_right #custom_first_step_dream_home_lead_form p {
	margin-bottom: 0;
}
.inner #wsidebar_right #custom_first_step_dream_home_lead_form .dream-home-input-wrapper,
.inner #wsidebar_right #custom_first_step_free_home_lead_form .postal-code-input-wrapper {
    min-width: 220px;
}



  
    

/*----------FreeHome Default----------*/
.inner .widget.freehomewidget {
	background-image: url('../images/homeworthbg2.png'), url('../images/homeworthbg2.jpg');
	background-repeat: repeat-x, no-repeat;
    background-position: left bottom, center top;
    background-size: 100% auto, cover;
}
.inner #custom_first_step_free_home_lead_form {
	padding-top: 10.5em;
}
.inner #custom_first_step_free_home_lead_form p.postal-code-widget-description {
	text-align: center;
    font-size: 1em;
    height: auto;
    overflow: visible;
    color: #626262;
    font-family: 'Open Sans', Arial, sans-serif;
    margin-bottom: 1.6em;
}
.inner #custom_first_step_free_home_lead_form .postal-code-input-wrapper .form-item {
	width: 100% !important;
}
.inner #custom_first_step_free_home_lead_form h2:before {
    background: none;
    height: 0;
    width: 0;
}
.inner #custom_first_step_free_home_lead_form h2.postal-code-widget-title {
	font-size: 2.5em;
	background-color: transparent;
    color: #6d6d6d;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    text-transform: capitalize;
    line-height: 1.2em;
    overflow: hidden;
    margin-bottom: 0.15em;
}
.inner #custom_first_step_free_home_lead_form h2.postal-code-widget-title strong {
	font-weight: 400;
}
.inner #custom_first_step_free_home_lead_form .postal-code-input-wrapper #edit-address-search {
	font-size: 0.9em;
    height: 45px;
    width: 100%;
    box-sizing: border-box;
    padding: 0px 0px 0px 1.1em;
    border: 2px solid #12a3d9;
    border-radius: 4px;
    float: left;
    background-image: url('../images/addressiconlead.png');
    background-position: 0.6em center;
    background-repeat: no-repeat;
    box-shadow: none;
}
.inner #custom_first_step_free_home_lead_form .postal-code-input-wrapper .form-submit {
	font-family: 'Open Sans', sans-serif;
	height: 45px;
    padding: 0 1em;
    box-sizing: border-box;
    width: auto;
    font-size: 1em;
    color: #fff;
    border: 2px solid #12A3D9;
    border-left: none;
    cursor: pointer;
    margin: 0px;
    position: absolute;
    top: 2px;
    right: 0px;
    border-radius: 0px 4px 4px 0px;
}



/*----------DreamHome Default----------*/
.inner .widget.dreamhomewidget {
	background-image: url('../images/housew.png'), url('../images/cloudsw.png'), url('../images/dreamhomewbg.jpg');
    background-repeat: no-repeat, repeat-x, no-repeat;
    background-size: auto 26%, 100% auto, cover;
    background-position: left 31% bottom 1em, center bottom, center top;
}
.inner #custom_first_step_dream_home_lead_form h1 {
	font-size: 2.5em;
	line-height: 1.2em;
	background-color: transparent;
	font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    text-shadow: 2px 5px 8px rgba(127, 67, 151, 0.9);
    margin-bottom: 0.15em;
}
.inner #custom_first_step_dream_home_lead_form h1 strong {
	font-weight: 400;
}
.inner #custom_first_step_dream_home_lead_form p {
	text-align: center;
    color: #fff;
    font-size: 1em;
    font-family: 'Open Sans', Arial, sans-serif;
    margin-bottom: 1.6em;	
}
.inner #topwidget2 #custom_first_step_dream_home_lead_form .form-item.Your-Dream-Homes-Location,
#contentwidgettop #custom_first_step_dream_home_lead_form .form-item.Your-Dream-Homes-Location {
	width: 100%;
}
.inner #custom_first_step_dream_home_lead_form .dream-home-input-wrapper #edit-address {
    font-size: 0.9em;
    height: 45px;
    width: 100%;
    box-sizing: border-box;
    padding: 0px 0px 0px 1.1em;
    border: 2px solid #fff;
    border-radius: 4px;
    float: left;
    background-image: url('../images/addressiconlead.png');
    background-position: 0.6em center;
    background-repeat: no-repeat;
    box-shadow: none;
}
.inner #custom_first_step_dream_home_lead_form .dream-home-input-wrapper .form-submit {
    height: 45px;
    padding: 0 2em;
    box-sizing: border-box;
    width: auto;
    font-size: 1em;
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    border: 2px solid #fff;
    border-left: none;
    background-color: #2ac04a;
    cursor: pointer;
    margin: 0px;
    position: absolute;
    top: 2px;
    right: 0px;
    border-radius: 0px 4px 4px 0px;
}


/*----------Default Widgets Responsive----------*/
@media only screen and (max-width: 1920px) {
	.inner .widget.freehomewidget,  
	.inner .widget.dreamhomewidget {
		height: 530px;
	}
	.inner #custom_first_step_free_home_lead_form,
	.inner #custom_first_step_dream_home_lead_form {
		padding-top: 9em;
	}
}
@media only screen and (max-width: 1790px) {
	.inner .widget.freehomewidget, 
	.inner .widget.dreamhomewidget {
	    height: 450px;
	}
	.inner #custom_first_step_free_home_lead_form h2.postal-code-widget-title,
	.inner #custom_first_step_dream_home_lead_form h1 {
		font-size: 2em;
	}
}
@media only screen and (max-width: 1759px) {
	.inner #custom_first_step_free_home_lead_form,
	.inner #custom_first_step_dream_home_lead_form {
		padding-top: 7.8em;
	}
}

@media only screen and (max-width: 1700px) {
	.inner #custom_first_step_free_home_lead_form .postal-code-input-wrapper #edit-address-search,
	.inner #custom_first_step_dream_home_lead_form .dream-home-input-wrapper #edit-address,
	.inner #custom_first_step_dream_home_lead_form .dream-home-input-wrapper .form-submit,
	.inner #custom_first_step_free_home_lead_form .postal-code-input-wrapper .form-submit {
		font-size: 0.8em;
	}
	.inner #wsidebar_right #custom_first_step_dream_home_lead_form .dream-home-input-wrapper,
	.inner #wsidebar_right #custom_first_step_free_home_lead_form .postal-code-input-wrapper {
	    min-width: 200px;
	}
}
@media only screen and (max-width: 1174px) {
	.inner #custom_first_step_free_home_lead_form,
	.inner #custom_first_step_dream_home_lead_form {
		padding-top: 7.5em;
	}
}
@media only screen and (max-width: 1136px) {
	.inner #custom_first_step_free_home_lead_form h2.postal-code-widget-title,
	.inner #custom_first_step_dream_home_lead_form h1 {
		font-size: 1.7em;
	}
	.inner #custom_first_step_free_home_lead_form,
	.inner #custom_first_step_dream_home_lead_form {
		padding-top: 7em;
	}
	.inner #wsidebar_right #custom_first_step_dream_home_lead_form .dream-home-input-wrapper,
	.inner #wsidebar_right #custom_first_step_free_home_lead_form .postal-code-input-wrapper {
	    min-width: 190px;
	}
}
@media screen and (max-width: 1020px) {
	.inner #custom_first_step_free_home_lead_form, 
	.inner #custom_first_step_dream_home_lead_form {
		width: 100% !important;
	}
	.inner #custom_first_step_free_home_lead_form p.postal-code-widget-description,
	.inner #custom_first_step_dream_home_lead_form p {
		font-size: 0.85em;
	}
}
@media screen and (max-width: 939px) {
	.inner .widecontent div[id^=lead_forms]+div[id^=lead_forms], 
	.inner div.firstLead {
	    width: 100% !important;
	}
	.widecontent:not(#contentwidgettop) div[id^=lead_forms]+div[id^=lead_forms], div.firstLead {
		width: 100%;
	}
	.inner .widget.freehomewidget, 
	.inner .widget.dreamhomewidget {
	    height: 400px;
	}
	.inner #custom_first_step_free_home_lead_form p.postal-code-widget-description,
	.inner #custom_first_step_dream_home_lead_form p {
	    margin-bottom: 1.4em;
	}
	.inner #custom_first_step_dream_home_lead_form .dream-home-input-wrapper,
	.inner #custom_first_step_free_home_lead_form .postal-code-input-wrapper {
		width: 50%;
	}
	.inner .contentarea .maincontent #custom_first_step_dream_home_lead_form .dream-home-input-wrapper,
	.inner .contentarea .maincontent #custom_first_step_free_home_lead_form .postal-code-input-wrapper {
		width: 70%;
	}
	.inner #wsidebar_right #custom_first_step_dream_home_lead_form .dream-home-input-wrapper,
	.inner #wsidebar_right #custom_first_step_free_home_lead_form .postal-code-input-wrapper {
	    min-width: 175px;
	}
}
@media only screen and (max-width: 850px) {
	.inner #wsidebar_right #custom_first_step_dream_home_lead_form .dream-home-input-wrapper,
	.inner #wsidebar_right #custom_first_step_free_home_lead_form .postal-code-input-wrapper {
	    min-width: 160px;
	}
}
@media only screen and (max-width: 768px) {
	.inner #custom_first_step_dream_home_lead_form .dream-home-input-wrapper,
	.inner #custom_first_step_free_home_lead_form .postal-code-input-wrapper {
		width: 70%;
	}
	.inner #wsidebar_right #custom_first_step_free_home_lead_form h2.postal-code-widget-title,
	.inner #wsidebar_right #custom_first_step_dream_home_lead_form h1 {
		font-size: 1.7em;
		font-weight: normal;
	}
	.inner #wsidebar_right #custom_first_step_free_home_lead_form h2.postal-code-widget-title strong,
	.inner #wsidebar_right #custom_first_step_dream_home_lead_form h1 strong {
		font-weight: normal;
	}
	.inner #wsidebar_right .widget.freehomewidget, 
	.inner #wsidebar_right .widget.dreamhomewidget {
		height: 400px;  
	}
	.inner #wsidebar_right #custom_first_step_free_home_lead_form {
		padding-top: 7.7em;
	}
	.inner #wsidebar_right #custom_first_step_dream_home_lead_form {
		padding-top: 7em;
	}
	.inner #wsidebar_right #custom_first_step_free_home_lead_form h2.postal-code-widget-title,
	.inner #wsidebar_right #custom_first_step_dream_home_lead_form h1 {
		line-height: 1.2em;
	    margin-bottom: 0.15em;
		padding: 0.2em 5% 0.2em !important;
	}
	.inner #wsidebar_right #custom_first_step_free_home_lead_form p,
	.inner #wsidebar_right #custom_first_step_dream_home_lead_form p {
		margin-bottom: 1.4em;
	}
}
@media (max-width: 640px) {
	.inner .widget.freehomewidget, 
	.inner .widget.dreamhomewidget,
	.inner #wsidebar_right .widget.freehomewidget, 
	.inner #wsidebar_right .widget.dreamhomewidget {
	    height: 300px;
	}
	.inner #custom_first_step_free_home_lead_form,
	.inner #custom_first_step_dream_home_lead_form,
	.inner #wsidebar_right #custom_first_step_free_home_lead_form,
	.inner #wsidebar_right #custom_first_step_dream_home_lead_form {
		padding-top: 3.8em;
	}
}
@media screen and (max-width: 480px) {
	.inner #custom_first_step_dream_home_lead_form .dream-home-input-wrapper,
	.inner #custom_first_step_free_home_lead_form .postal-code-input-wrapper,
	.inner .contentarea .maincontent #custom_first_step_dream_home_lead_form .dream-home-input-wrapper,
	.inner .contentarea .maincontent #custom_first_step_free_home_lead_form .postal-code-input-wrapper {
		width: 90%;
	}
}

/*--Custom Widget Backgrounds--*//*
.inner .widget.freehomewidget.custom-bg {
	background-image: url('../images/homeworthbg2.png'), url('../images/homeworthbg2.jpg');
}
.inner .widget.dreamhomewidget.custom-bg {
	background-image: url('../images/housew.png'), url('../images/cloudsw.png'), url('../images/dreamhomewbg.jpg');
}*/
.inner .widget.freehomewidget.custom-bg,
.inner .widget.dreamhomewidget.custom-bg {
	background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
}
.inner .custom-bg .lead-image {
    display: none;
}
.inner .custom-bg #custom_first_step_dream_home_lead_form, 
.inner .custom-bg #custom_first_step_free_home_lead_form {
	position: static !important;
}
/*--red--*/
.inner .widget.freehomewidget.custom-bg.red {
	background-image: /*url('../images/homeworthbg2.png'),*/ url('../lead_formsbg/bg2/red.jpg') !important;
}
.inner .widget.dreamhomewidget.custom-bg.red {
	background-image: /*url('../images/housew.png'), url('../images/cloudsw.png'), */url('../lead_formsbg/bg2/red.jpg') !important;
}
/*--blue--*/
.inner .widget.freehomewidget.custom-bg.blue {
	background-image: /*url('../images/homeworthbg2.png'),*/ url('../lead_formsbg/bg2/blue.jpg') !important;
}
.inner .widget.dreamhomewidget.custom-bg.blue {
	background-image: /*url('../images/housew.png'), url('../images/cloudsw.png'), */url('../lead_formsbg/bg2/blue.jpg') !important;
}
/*--green--*/
.inner .widget.freehomewidget.custom-bg.green {
	background-image: /*url('../images/homeworthbg2.png'),*/ url('../lead_formsbg/bg2/green.jpg') !important;
}
.inner .widget.dreamhomewidget.custom-bg.green {
	background-image: /*url('../images/housew.png'), url('../images/cloudsw.png'), */url('../lead_formsbg/bg2/green.jpg') !important;
}
/*--yellow--*/
.inner .widget.freehomewidget.custom-bg.yellow {
	background-image: /*url('../images/homeworthbg2.png'),*/ url('../lead_formsbg/bg2/yellow.jpg') !important;
}
.inner .widget.dreamhomewidget.custom-bg.yellow {
	background-image: /*url('../images/housew.png'), url('../images/cloudsw.png'), */url('../lead_formsbg/bg2/yellow.jpg') !important;
}
/*--golden--*/
.inner .widget.freehomewidget.custom-bg.golden {
	background-image: /*url('../images/homeworthbg2.png'),*/ url('../lead_formsbg/bg2/golden.jpg') !important;
}
.inner .widget.dreamhomewidget.custom-bg.golden {
	background-image: /*url('../images/housew.png'), url('../images/cloudsw.png'), */url('../lead_formsbg/bg2/golden.jpg') !important;
}
/*--custom uploaded background--*/
.inner div[id^=lead_forms].custom-bg:not(.red):not(.blue):not(.green):not(.yellow):not(.golden) {
    position: relative;
}
.inner .custom-bg:not(.red):not(.blue):not(.green):not(.yellow):not(.golden) .lead-image {
    height: 100%;
    width: auto;
    display: block;
    overflow: hidden;
	position: relative;
	/*z-index: -10;*/
}
.inner .custom-bg:not(.red):not(.blue):not(.green):not(.yellow):not(.golden) .lead-image img {
    /*height: 100%;*/
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);    
}
.inner .custom-bg:not(.red):not(.blue):not(.green):not(.yellow):not(.golden) #custom_first_step_dream_home_lead_form, 
.inner .custom-bg:not(.red):not(.blue):not(.green):not(.yellow):not(.golden) #custom_first_step_free_home_lead_form {
    position: absolute !important;
    top: 0;
    background-image: none;
    background: none;
}

/*------------Widget Manager Bgs------------*/
.custom-bg div.TitleToolBar {
    height: 32px;
    padding: 2px;
    z-index: 100;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    box-sizing: border-box;
}
.custom-bg .lead-image {
    position: absolute;
    overflow: hidden;
    height: 100%;
    width: 100%;
    top: 0;
    z-index: 0;
}
.blockToolbarItem.custom-bg #custom_first_step_free_home_lead_form,
.blockToolbarItem.custom-bg #custom_first_step_dream_home_lead_form {
	z-index: 10;
}


/*------------Lead Widget Dynamic Content------------*/
/*------------Dream Home------------*/
.front #custom_first_step_dream_home_lead_form h1 {
	display: block;
	padding-top: 0 !important;
}
.front #custom_first_step_dream_home_lead_form h1 strong {
    text-transform: uppercase;
    font-weight: 600;
}
@media screen and (max-width: 939px) {
	.front #custom_first_step_dream_home_lead_form h1 strong:after {
		content: '';
	    display: block;
	}
}
.front div.firstLead #custom_first_step_dream_home_lead_form h1 strong:after, 
.front .widecontent div[id^=lead_forms]+div[id^=lead_forms] #custom_first_step_dream_home_lead_form h1 strong:after {
    content: '';
    display: block;
}

.front #custom_first_step_dream_home_lead_form p+.form-item {
	display: none;
}
.front #custom_first_step_dream_home_lead_form p,
.front div.firstLead #custom_first_step_dream_home_lead_form p, 
.front .widecontent div[id^=lead_forms]+div[id^=lead_forms] #custom_first_step_dream_home_lead_form p {
	font-size: 1em;
	line-height: 1.5em;
	/*padding-bottom: 1em;*/
	margin-bottom: 1.6em;
}
@media screen and (max-width: 1174px){
	.front div.firstLead #custom_first_step_dream_home_lead_form p,
	.front div.firstLead #custom_first_step_dream_home_lead_form p, 
    .front .widecontent div[id^=lead_forms]+div[id^=lead_forms] #custom_first_step_dream_home_lead_form p {
		font-size: 0.95em;
	}
}
@media screen and (max-width: 1070px){
	.front div.firstLead #custom_first_step_dream_home_lead_form p,
	.front div.firstLead #custom_first_step_dream_home_lead_form p, 
	.front .widecontent div[id^=lead_forms]+div[id^=lead_forms] #custom_first_step_dream_home_lead_form p {
		font-size: 0.8em;
	}
}
@media screen and (max-width: 939px){
	.front div.firstLead #custom_first_step_dream_home_lead_form p,
	.front div.firstLead #custom_first_step_dream_home_lead_form p, 
	.front .widecontent div[id^=lead_forms]+div[id^=lead_forms] #custom_first_step_dream_home_lead_form p {
		font-size: 1em;
	}
}
@media screen and (max-width:640px){
	.front div.firstLead #custom_first_step_dream_home_lead_form p,
	.front div.firstLead #custom_first_step_dream_home_lead_form p, 
	.front .widecontent div[id^=lead_forms]+div[id^=lead_forms] #custom_first_step_dream_home_lead_form p {
		font-size: .9em;
	}
}
@media screen and (max-width:480px){
	.front div.firstLead #custom_first_step_dream_home_lead_form p,
	.front div.firstLead #custom_first_step_dream_home_lead_form p, 
	.front .widecontent div[id^=lead_forms]+div[id^=lead_forms] #custom_first_step_dream_home_lead_form p {
		font-size: 0.8em;
	}
}




/*------------Free Home------------*/
.front #custom_first_step_free_home_lead_form h2.postal-code-widget-title:before,
.front #custom_first_step_free_home_lead_form p.postal-code-widget-description:before,
.front #custom_first_step_free_home_lead_form h2.postal-code-widget-title:before {
	display: none;
}

/* Commercial Search Widget Area Search Fields */
.area-selection-wrapper{
	width:100%;
	float:left;
	text-align:left;
}
.area-selection-wrapper .area-from-to-wrapper{
	margin: 0.8em 0px;
}
.area-selection-wrapper .label-unit-wrapper .total-area-label{
    font-size: 0.8em;
}
#widgets-quick-search .area-selection-wrapper .area-from-to-wrapper .From,
#widgets-quick-search .area-selection-wrapper .area-from-to-wrapper .To{
    width: calc(50% - 5px);
    box-sizing: border-box;
    display: block;
    float: left;
    clear: none !important;
    margin-right:5px;
}
#widgets-quick-search .area-selection-wrapper .label-unit-wrapper .total-area-label{
	    display: block;
}
#widgets-quick-search .area-selection-wrapper .label-unit-wrapper > .form-item select{
	margin-bottom:0px !important;
}
#widgets-quick-search .area-selection-wrapper .area-from-to-wrapper .To{
	margin-right:0px;
	margin-left:5px;
}
#widgets-quick-search .area-selection-wrapper .label-unit-wrapper > .form-item{
	overflow:hidden;
	border-right:1px solid #9e9e9e;
	position:relative;
}
.area-selection-wrapper .label-unit-wrapper > .form-item > select,
#widgets-quick-search .area-selection-wrapper .area-from-to-wrapper .From input,
#widgets-quick-search .area-selection-wrapper .area-from-to-wrapper .To input{
	width:100%;
	box-sizing:border-box;
}
.widecontent #widgets-quick-search .label-unit-wrapper,
.widecontent #widgets-quick-search .area-from-to-wrapper{
	width: 48%;
	float:left;
	margin-top: 0px;
} 
.widecontent #widgets-quick-search .label-unit-wrapper{
	margin:0em 4% 0px 0px;
}
.widecontent #widgets-quick-search .area-selection-wrapper .label-unit-wrapper .total-area-label,
.widecontent #widgets-quick-search .area-selection-wrapper .label-unit-wrapper > .form-item{
	float:none;
	width:100%;
}
.widecontent #widgets-quick-search .area-selection-wrapper .label-unit-wrapper > .form-item{
	margin-left:0px;
}

/*----------------------Vow Styles Update----------------------
 * -----------------------------------------------------------*/

/*----------------Prev Styles----------------*/
/* Vow Property overlay core: Blurred information */
li.cls_hidden,
.property_map_item.cls_hidden,
.gmapSearchProperty.cls_hidden,
.agent_properties_list div.cls_hidden {
    position: relative;
}
/* Vow Property overlay core: Golden House Image *//*
/* Vow Property overlay core: Information Overlay */
.widgets-featuredListings .cls_hidden .widgetbottom{
	position:relative;
}
/* Property Listings vow properties */
/* Featured Listings Widget vow properties */
/* Single Property */
.widgets-featuredListings .content.cls_hidden {
    position: relative;
}
/* Map Search Listings vow properties */
/* Map Search Bubbles vow properties */
/* Other Overrides for Vow Properties */
/* Related Properties VOW */

/*----------------General----------------*/
.cls_hidden_message {
	text-align: center;
}
.cls_hidden_message a {
	color: #c50a1b;
	padding: 5px 8px;
	background-color: #fff !important;
	border-radius: 5px;
	font-weight: 900;
	font-size: 1.15em;
	display: inline-block;
}
.cls_hidden_message a.confirmEmail{
    max-width:90%;
}
.cls_hidden_message a:hover {
	color: #000;
}
.cls_hidden_message span.vow_locker {
	display: block;
	color: white;
	margin-top: .7em;
}
.cls_hidden_message span.bg-locker {
	position: relative;
	margin-right: 2px;
}
.cls_hidden_message span.bg-locker:before {
	content: '';
    position: absolute;
	background: url('../images/vow_white_locker.png') no-repeat;
	background-size: auto 100%;
    width: 1em;
    height: 1.15em;
    left: 0px;
	bottom: 2px;
}
.cls_hidden_message span.bg-locker span {
	visibility: hidden;
}

/*----------------Map Search List----------------*/
#gmapSearch2 .property_map_item.cls_hidden {
	border: 1px solid #c50a1b;
	box-sizing: border-box;
}
.property_map_item.cls_hidden > div.cls_hidden {
	bottom: 0;
	left: 0;
	width: 50%;
	padding: 1.1em 0 1.1em;
}
.property_map_item.cls_hidden .cls_hidden_message {
	margin-bottom: 0;
}
.property_map_item.cls_hidden .gmap_img_link:after {
	height: 8em;
    width: 6.4em;
    left: calc(50% - 3.2em);
    top: 2.6em;
    transform: none;
}
.property_map_item.cls_hidden .viewStreet > ul li,
.property_map_item.cls_hidden .gmap_img_link img,
.property_map_item.cls_hidden h2 ,
.property_map_item.cls_hidden dl{
	-webkit-filter: blur(4px); /* Prefixed CSS3 blur filters */
	-moz-filter: blur(4px); 
	-o-filter: blur(4px); 
	-ms-filter: blur(4px); 
	filter: url(filter.svg#blur); /* Firefox needs SVG */
	filter: blur(4px);
    filter:progid:DXImageTransform.Microsoft.Blur(PixelRadius='4'); /* IE lte 9 */	
}
#gmapSearchList .property_map_item.cls_hidden.odd, 
#gmapSearchList .property_map_item.cls_hidden.even {
	font-stretch: normal;
}

@media screen and (max-width:2360px) {
	.property_map_item.cls_hidden .gmap_img_link:after {
		height: 7em;
		width: 5.7em;
		left: calc(50% - 2.85em);
	}
}
@media screen and (max-width:2220px) {
	.property_map_item.cls_hidden .gmap_img_link:after {
		height: 6em;
		width: 5em;
		left: calc(50% - 2.5em);
	}
}
@media screen and (max-width:2050px) {
	.property_map_item.cls_hidden .gmap_img_link:after {
		height: 5em;
		width: 4em;
		left: calc(50% - 2em);
	}
	.property_map_item.cls_hidden .cls_hidden_message a {
		font-size: 1em;
	}
}
@media screen and (max-width:1920px) {
	.property_map_item.cls_hidden .gmap_img_link:after {
		top: 2em;
	}
	.property_map_item.cls_hidden .cls_hidden_message a,
	.property_map_item.cls_hidden .cls_hidden_message span {
	    font-size: .9em;
	}
}
@media screen and (max-width:1840px) {
	.property_map_item.cls_hidden .gmap_img_link:after {
		height: 4.4em;
    	width: 3.6em;
    	left: calc(50% - 1.8em);
	}
	.property_map_item.cls_hidden .cls_hidden_message a,
	.property_map_item.cls_hidden .cls_hidden_message span {
	    font-size: .85em;
	}
}
@media screen and (max-width:1630px) {
	.property_map_item.cls_hidden .gmap_img_link:after {
		top: 2em;
	}
	.property_map_item.cls_hidden .gmap_img_link:after {
	    height: 4em;
	    width: 3.2em;
	    left: calc(50% - 1.6em);
	}
}
@media screen and (max-width:1550px) {
	.property_map_item.cls_hidden .cls_hidden_message a,
	.property_map_item.cls_hidden .cls_hidden_message span {
	    font-size: .75em;
	}
}
@media screen and (max-width:1100px) {
	.property_map_item.cls_hidden .cls_hidden_message a,
	.property_map_item.cls_hidden .cls_hidden_message span {
	    font-size: .65em;
	}
}
@media screen and (max-width:860px) {
	.property_map_item.cls_hidden .cls_hidden_message a,
	.property_map_item.cls_hidden .cls_hidden_message span {
	    font-size: .6em;
	}
	.cls_hidden_message span.bg-locker:before {
	    bottom: 1px;
	}
}
@media screen and (max-width:820px) {
	.property_map_item.cls_hidden .cls_hidden_message a, 
	.property_map_item.cls_hidden .cls_hidden_message span {
	    font-size: .56em;
	}
}
@media screen and (max-width:768px) {
	.property_map_item.cls_hidden .cls_hidden_message a, 
	.property_map_item.cls_hidden .cls_hidden_message span {
	    font-size: .7em;
	}
}
@media screen and (max-width:680px) {
	.property_map_item.cls_hidden .cls_hidden_message a,
	.property_map_item.cls_hidden .cls_hidden_message span {
	    font-size: .6em;
	}
}
@media screen and (max-width:600px) {
	.property_map_item.cls_hidden .cls_hidden_message a,
	.property_map_item.cls_hidden .cls_hidden_message span {
	    font-size: .55em;
	}
}
@media screen and (max-width:480px) {
	.property_map_item.cls_hidden .cls_hidden_message a,
	.property_map_item.cls_hidden .cls_hidden_message span {
	    font-size: .85em;
	}
}
@media screen and (max-width:380px) {
	.property_map_item.cls_hidden .cls_hidden_message a,
	.property_map_item.cls_hidden .cls_hidden_message span {
	    font-size: .7em;
	}
}


/*----------------Map Search Bubble----------------*/
#BubbleInfo div.gmapSearchProperty.cls_hidden .left {
    margin: 1.3em 0;
}

/*----------------Featured Listings----------------*/
/* single */
.widgets-featuredListings .cls_hidden a.citylinkimg:after {
	visibility: hidden;
}
.vow-single-featured-listing .cls_hidden .main-city-image {
	float: left;
	width: 50%;
	position: relative;
}
.vow-single-featured-listing .cls_hidden .main-city-image img.featured_single {
    max-width: 100%;
}
@media(max-width: 768px) {
    .vow-single-featured-listing .cls_hidden .main-city-image img.featured_single {
        height: 50vw;
        object-fit: cover;
    }
    .widgets-featuredListings div.cls_hidden div.cls_hidden {
        left: 20px;
        top: calc(50vw + 20px);
        left: 4%;
    }
}
.vow-single-featured-listing .cls_hidden .main-city-image:after {
	content: '';
    position: absolute;
	background: url('../images/vow_locker.png') no-repeat center center;
	background-size: contain;
	width: 24%;
    height: 45%;
    top: 36%;
    left: 52%;
	transform: translate(-50%, -50%);
}
.vow-single-featured-listing .cls_hidden .main-city-image a.citylinkimg {
	display: block;
	position: relative;
    width: 100%;
	margin-left: 1%;
}
.vow-single-featured-listing .cls_hidden .main-city-image a.citylinkimg img {
	width: 100%;
	max-width: 100%;
}
#contentwidgettop .vow-single-featured-listing #property_div_single > div.cls_hidden, 
#contentwidgetbottom .vow-single-featured-listing #property_div_single > div.cls_hidden {
	padding: 2em 0;
}
.vow-single-featured-listing #property_div_single.cls_hidden .featured-single,
.vow-single-featured-listing #property_div_single.cls_hidden p.description {
	margin-left: 2%;
}
.vow-single-featured-listing #property_div_single.cls_hidden > div.cls_hidden,
#contentwidgettop .vow-single-featured-listing #property_div_single.cls_hidden > div.cls_hidden,
#contentwidgetbottom .vow-single-featured-listing #property_div_single.cls_hidden > div.cls_hidden {
    margin-left: 0;
}
@media screen and (max-width:1630px) {
	.vow-single-featured-listing .cls_hidden .main-city-image:after {
		width: 20%;
	}
	#contentwidgettop .vow-single-featured-listing #property_div_single > div.cls_hidden, 
	#contentwidgetbottom .vow-single-featured-listing #property_div_single > div.cls_hidden {
	    padding: 1.5em 0;
	}
	.vow-single-featured-listing .cls_hidden .main-city-image a.citylinkimg img {
		float: left !important;
	}
}
@media screen and (max-width: 900px) {
	.vow-single-featured-listing .cls_hidden .main-city-image:after {
	    width: 28%;
	    top: 40%;
	    height: 66%;
	}
}
@media screen and (max-width: 768px) {
    .vow-single-featured-listing #property_div_single > div.cls_hidden,
	#contentwidgettop .vow-single-featured-listing #property_div_single > div.cls_hidden, 
	#contentwidgetbottom .vow-single-featured-listing #property_div_single > div.cls_hidden,
	#footerwidgetbottom .widgets-featuredListings #property_div_single.cls_hidden > div.cls_hidden, 
	#footerwidget .widgets-featuredListings #property_div_single.cls_hidden > div.cls_hidden,
    #contentwidgetbottom .vow-single-featured-listing #property_div_single.cls_hidden > div.cls_hidden {
		width: 90%;
		margin-left: 0;
	}
	.vow-single-featured-listing .cls_hidden .main-city-image {
	    width: 90%;
	    margin-left: 4%;
	    position: relative;
	}
	.vow-single-featured-listing #property_div_single.cls_hidden .featured-single, 
	.vow-single-featured-listing #property_div_single.cls_hidden p.description {
		margin-left: 4%;
	}
	.vow-single-featured-listing #property_div_single.cls_hidden p.description {
		padding-left: 0;
	}
	.vow-single-featured-listing .cls_hidden .main-city-image:after {
	    top: 50%;
	    height: 50%;
	}
    #contentwidgettop .vow-single-featured-listing #property_div_single > div.cls_hidden,
    #contentwidgetbottom .vow-single-featured-listing #property_div_single > div.cls_hidden {
        padding: 3em 0;
    }
}
/* single sidebar & g1 area */
@media screen and (max-width:1100px) {
	#wsidebar_right .vow-single-featured-listing .cls_hidden .cls_hidden_message a, 
	#wsidebar_right .vow-single-featured-listing .cls_hidden .cls_hidden_message span,
	.g1 .vow-single-featured-listing .cls_hidden .cls_hidden_message a, 
	.g1 .vow-single-featured-listing .cls_hidden .cls_hidden_message span {
		font-size: .75em;
	}
}

/*----------------Regular Search / Related Properties Expanded----------------*/
.property_item.cls_hidden {
	height: 280px;
	overflow: hidden;
	border: 1px solid #c50a1b;
	box-sizing: border-box;
}
.property_item.cls_hidden .imageproperty {
	height: 280px;
}
.property_item.cls_hidden img.imgproperty {
	position: absolute;
    top: -9999px;
    right: -9999px;
    bottom: -9999px;
    left: -9999px;
    margin: auto;
    min-width: 100%;
    min-height: 100%;
}
.property_item.cls_hidden div.cls_hidden {
	width: 63%;
	position: absolute;
	right: 0;
	bottom: 0;
	padding: 1em 0;
    background-color: #c50a1b;
    z-index: 5;
}
.property_item.cls_hidden div.cls_hidden p.cls_hidden_message {
	margin-bottom: 0;
}
.property_item.cls_hidden a.view_detailsp {
	display: none;
}
.property_item.cls_hidden .imageproperty {
	padding-bottom: 0;
	position: relative;
}
.property_item.cls_hidden .imageproperty:after {
	content: '';
    display: block;
    position: absolute;
    background: url(../images/vow_locker.png) no-repeat center center;
	z-index: 99;
	width: 30%;
    height: 57%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-size: contain;
}
.property_item.cls_hidden .property_extra,
.property_item.cls_hidden ul,
.property_item.cls_hidden .property_features,
.property_item.cls_hidden img.imgproperty {
	-webkit-filter: blur(3px); /* Prefixed CSS3 blur filters */
	-moz-filter: blur(3px); 
	-o-filter: blur(3px); 
	-ms-filter: blur(3px); 
	filter: url(filter.svg#blur); /* Firefox needs SVG */
	filter: blur(3px);
    filter:progid:DXImageTransform.Microsoft.Blur(PixelRadius='3'); /* IE lte 9 */	
}
@media screen and (max-width:2200px) {
	.property_item.cls_hidden, 
	.property_item.cls_hidden .imageproperty {
		height: 250px;
	}
}
@media screen and (max-width:1800px) {
	.property_item.cls_hidden, 
	.property_item.cls_hidden .imageproperty {
		height: 200px;
	}
}
@media screen and (max-width:1440px) {
	.property_item.cls_hidden, 
	.property_item.cls_hidden .imageproperty {
		height: 170px;
	}
}
@media screen and (max-width:1080px) {
	.property_item.cls_hidden, 
	.property_item.cls_hidden .imageproperty {
		height: 150px;
	}
}
@media screen and (max-width:800px) {
	.property_item.cls_hidden, 
	.property_item.cls_hidden .imageproperty {
		height: 120px;
	}
}
@media screen and (max-width:768px) {
	.property_item.cls_hidden, 
	.property_item.cls_hidden .imageproperty {
		height: 150px;
	}
}
@media screen and (max-width:650px) {
	.property_item.cls_hidden, 
	.property_item.cls_hidden .imageproperty {
		height: 130px;
	}
}
@media screen and (max-width:480px) {
	.property_item.cls_hidden, 
	.property_item.cls_hidden .imageproperty {
		height: 160px;
	}
	.property_item .cls_hidden_message a,
	.property_item .cls_hidden_message span.vow_locker {
		font-size: .75em;
	}
	.property_item.cls_hidden div.cls_hidden {
		width: 40%;
	}
}
@media screen and (max-width:420px) {
	.property_item .cls_hidden_message a,
	.property_item .cls_hidden_message span.vow_locker {
		font-size: .7em;
	}
}
@media screen and (max-width:380px) {
	.property_item.cls_hidden, 
	.property_item.cls_hidden .imageproperty {
		height: 140px;
	}
	.property_item .cls_hidden_message a,
	.property_item .cls_hidden_message span.vow_locker {
		font-size: .65em;
	}
}
@media screen and (max-width:320px) {
	.property_item.cls_hidden, 
	.property_item.cls_hidden .imageproperty {
		height: 120px;
	}
	.property_item .cls_hidden_message a,
	.property_item .cls_hidden_message span.vow_locker {
		font-size: .55em;
	}
}
/* unclickable links */
.property_item.cls_hidden ul li a {
	pointer-events: none;
}

/*----------------Related Properties----------------*/
.property_details_view_page .related_properties .cls_hidden a.featured_multi_img_wrapper img,
.property_details_view_page .related_properties .cls_hidden .featuredListingAddress,
.property_details_view_page .related_properties .cls_hidden .featuredListingPrice,
.property_details_view_page .related_properties .cls_hidden .price_bedroom_bathroom {
	-webkit-filter: blur(3px); /* Prefixed CSS3 blur filters */
	-moz-filter: blur(3px); 
	-o-filter: blur(3px); 
	-ms-filter: blur(3px); 
	filter: url(filter.svg#blur); /* Firefox needs SVG */
	filter: blur(3px);
    filter:progid:DXImageTransform.Microsoft.Blur(PixelRadius='3'); /* IE lte 9 */	
}
.property_details_view_page .related_properties .cls_hidden div.cls_hidden {
	position: absolute;
    bottom: 0;
	width: 100%;
	z-index: 250;
}
.property_details_view_page .related_properties .cls_hidden a.featured_multi_img_wrapper {
	position: relative;
}
.property_details_view_page .related_properties .cls_hidden a.featured_multi_img_wrapper:after {
	content: '';
    position: absolute;
	background: url('../images/vow_locker.png') no-repeat center center;
	background-size: contain;
	width: 30%;
    height: 57%;
    top: 50%;
    left: 50%;
	transform: translate(-50%, -50%);
}
.property_details_view_page .related_properties .cls_hidden a.featured_readmore {
	visibility: hidden;
}
@media screen and (max-width:2100px) {
	.property_details_view_page .related_properties .cls_hidden_message a,
	.property_details_view_page .related_properties .cls_hidden_message span {
		font-size: 1em;
	}
}
@media screen and (max-width:1800px) {
	.property_details_view_page .related_properties .cls_hidden_message a,
	.property_details_view_page .related_properties .cls_hidden_message span {
		font-size: .8em;
	}
}
@media screen and (max-width:1400px) {
	.property_details_view_page .related_properties .cls_hidden_message a,
	.property_details_view_page .related_properties .cls_hidden_message span {
		font-size: .7em;
	}
}
@media screen and (max-width:1000px) {
	.property_details_view_page .related_properties .cls_hidden_message a,
	.property_details_view_page .related_properties .cls_hidden_message span {
		font-size: 1em;
	}
}
@media screen and (max-width:520px) {
	.property_details_view_page .related_properties .cls_hidden_message a,
	.property_details_view_page .related_properties .cls_hidden_message span {
		font-size: 1em;
	}
	.property_details_view_page .related_properties .cls_hidden a.featured_multi_img_wrapper:after {
		top: 42%;
	}
}

/*--------Overlay fix for IE--------*/
/* single */
body.overlayIE .vow-single-featured-listing .cls_hidden .main-city-image:after {
	bottom: auto; 
    top: 50%;
    left: 52%;
	right: auto; 
	background-size: 22% auto;
	background-position: center 26%;
}
body.overlayIE .widecontent img.featured_single {
	margin-top: 0;
}
body.overlayIE .g1 .vow-single-featured-listing .cls_hidden .main-city-image:after {
	left: 50%;
	background-position: center center;
}
body.overlayIE #wsidebar_right .vow-single-featured-listing .cls_hidden .main-city-image:after {
	background-position: center center;
}
@media screen and (max-width:768px) {
	body.overlayIE .vow-single-featured-listing .cls_hidden .main-city-image:after {
		left: 51%;
	}
}
/* property results */
body.overlayIE .property_item.cls_hidden:before {
	opacity: 0.6;
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    display: block;
    background-color: #000;
    z-index: 1;
}
body.overlayIE .property_item.cls_hidden .property_extra,
body.overlayIE .property_item.cls_hidden .property_features,
body.overlayIE .property_item.cls_hidden ul,
body.overlayIE .property_item.cls_hidden ul li a {
	color: rgba(216,216,215,.4) !important;
	text-shadow: 0 0 30px rgba(0,0,0,1);
}

/*--------Vow Reg Form New Tab--------*/
.protectedpropertydetails-body p.vow_checkmark span.bg-checkmark,
.protectedpropertydetails-body h1.vow_locker span.bg-locker {
	position: relative;
}
.protectedpropertydetails-body #ProtectedPropertyDetails_register input.form-submit {
    padding: 0.3em 12px;
    background-color: #2FC82F;
    border-radius: 4px;
    border: none;
    color: #fff;
    font-size: 1.1em;
    font-family: Arial, Helvetica, sans-serif;
    cursor: pointer;
    -webkit-appearance: none;
    appearance: none;
}
.protectedpropertydetails-body #ProtectedPropertyDetails_register input.form-submit:hover,
.protectedpropertydetails-body #register_login_form_tabs input.form-submit:hover {
	box-shadow: inset 0px -4px 0px -1px #27a527;
    background-color: #45d345;
}
.protectedpropertydetails-body h1.vow_locker,
.protectedpropertydetails-body #register_login_form_tabs #tabs-2 > h1 {
	background-color: #757575;
    padding: 15px;
    font-weight: bold;
    color: #fff;
    font-size: 1.5em;
	text-align: center;
	margin-top: 0;
}
.protectedpropertydetails-body p.vow_checkmark span.bg-checkmark:before,
.protectedpropertydetails-body h1.vow_locker span.bg-locker:before {
	content: '';
    position: absolute;
    width: 1em;
    height: 1.15em;
}
.protectedpropertydetails-body p.vow_checkmark span.bg-checkmark span,
.protectedpropertydetails-body h1.vow_locker span.bg-locker span {
    visibility: hidden;
    letter-spacing: -2px;
}
.protectedpropertydetails-body p.vow_checkmark {
	color: #757575;
	font-weight: 600;
	font-size: 1.1em;
	margin-left: 1em;
	margin-right: 1em;
}
.protectedpropertydetails-body p.vow_checkmark span.bg-checkmark {
	margin-right: 6px;
}
.protectedpropertydetails-body p.vow_checkmark span.bg-checkmark:before {
    background: url(../images/vow_checkmark.png) no-repeat;
    background-size: auto 90%;
    bottom: 0;
}
.protectedpropertydetails-body h1.vow_locker span.vow_locker {
	display: block;
	color: white;
	margin-top: .7em;
}
.protectedpropertydetails-body h1.vow_locker span.bg-locker {
	margin-right: 2px;
}
.protectedpropertydetails-body h1.vow_locker span.bg-locker:before {
    background: url(../images/vow_white_locker.png) no-repeat;
    background-size: auto 90%;
}
/* register / login / recaptcha / get access */
.protectedpropertydetails-body #register_login_form_tabs .header_tabs {
	display: block !important;
	list-style: none;
}
.protectedpropertydetails-body #register_login_form_tabs .header_tabs li {
    float: left;
    height: 38px;
    width: 100px;
    text-align: center;
    box-sizing: border-box;
    border-radius: 6px 6px 0 0;
    background-color: #222;
}
.protectedpropertydetails-body #register_login_form_tabs .header_tabs li.selected {
    background-color: #757575;
}
.protectedpropertydetails-body #register_login_form_tabs .header_tabs:after {
    content: '';
    display: block;
    clear: both;
}
.protectedpropertydetails-body #register_login_form_tabs .header_tabs li a {
    display: block;
    padding: 9px 15px;
    color: #fefefe;
    text-decoration: none;
}
.protectedpropertydetails-body #ProtectedPropertyDetails_register, 
.protectedpropertydetails-body #user_login {
    margin-left: 1em;
    margin-right: 1em;
}
#ProtectedPropertyDetails_register .recaptcha-wrapper {
    margin: .4em 0 1em 0;
}
.protectedpropertydetails-body #ProtectedPropertyDetails_register input.form-submit, 
.protectedpropertydetails-body #register_login_form_tabs input.form-submit {
    height: 40px;
    background: #2FC82F;
    border-radius: 4px;
    border: none;
    color: #fff;
    font-size: 1.1em;
    font-family: Arial, Helvetica, sans-serif;
    cursor: pointer;
    -webkit-appearance: none;
    appearance: none;
    margin-top: .4em;
}
.protectedpropertydetails-body #ProtectedPropertyDetails_register .form-item label, 
.protectedpropertydetails-body #user_login .form-item label {
    font-weight: normal;
}
.protectedpropertydetails-body #user_login .item-list ul li {
    list-style: none;
    margin-left: 0;
}
#ProtectedPropertyDetails_register .drip-buyer-subgroup-container, 
#ProtectedPropertyDetails_register .drip-seller-subgroup-container, 
#ProtectedPropertyDetails_register .drip-renter-subgroup-container, 
#ProtectedPropertyDetails_register .drip-buyer-seller-subgroup-container {
	margin-bottom: 4em;
}
#ProtectedPropertyDetails_register .drip-buyer-subgroup-container .form-item, 
#ProtectedPropertyDetails_register .drip-seller-subgroup-container .form-item, 
#ProtectedPropertyDetails_register .drip-renter-subgroup-container .form-item, 
#ProtectedPropertyDetails_register .drip-buyer-seller-subgroup-container .form-item {
	width: 100%;
}
#ProtectedPropertyDetails_register .recaptcha-wrapper {
	float: none;
}
@media screen and (max-width: 580px) {
	.protectedpropertydetails-body p.vow_checkmark {
		font-size: .85em !important;
	}
	.protectedpropertydetails-body h1.vow_locker {
		font-size: 1.2em;
	}
}

/* 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: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: 0.8;
}
#dripMessageBox a.closeDripBox{
    color: #454545;
    z-index: 200;
    text-decoration: none;
    font-size: 0.7em;
    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.9em;
    margin: .7em 1em 1em;
}
.drip-group-container{
    width:100%;
    margin:0px;
    box-sizing: border-box;
}
.drip-group-container-wrapper{
	width: 100%;
    clear: left;
    padding-top: 0.5em;
}
.drip-group-container-wrapper .dripUp2{
  font-size:90%;
  font-weight:normal;
}
.drip-group-container-wrapper label:not(.option){
  font-weight:bold;
  white-space:nowrap;
}
.drip-group-container-wrapper > label.error{
	color: red !important;
}
fieldset.interests .drip-group-container-wrapper > label{
	float:none;
}
.drip-group-container .description,
.drip-buyer-subgroup-container .description,
.drip-seller-subgroup-container .description,
.drip-renter-subgroup-container .description,
.drip-buyer-seller-subgroup-container .description{
	font-size:0.85em;
	font-weight:bold;
	margin-bottom: 0.25em;
}
.drip-group-container .form-item,
.widgets-askQuestions .drip-group-container .form-item,
#contact_agent_form .drip-group-container .form-item,
#contact_broker_form .drip-group-container .form-item,
#ProtectedPropertyDetails_register.registration-inner .drip-group-container .form-item,
#visitor_register .drip-group-container .form-item,
#FreeReport-form .drip-group-container .form-item,
#pre_Construction_contact_form .drip-group-container .form-item{
	margin:0px 1% 5px;
	width:23.5%;
	background-color:#f1f0f0;
	border-radius:3px;
	border:3px solid #f1f0f0;
	float:left;
	box-sizing: border-box;
	text-align: center;
	padding:0px;
	height: 36px;
	
}
.widgets-askQuestions .drip-group-container .form-item{
    background-color:#d8d8d8;
	border:3px solid #d8d8d8;
}
.drip-group-container .form-item label{
    height: 100%;    
    font-weight:600;
    padding:0px;
    margin:0px;
    cursor: pointer;
    overflow:hidden;
    width: 100%;
    display: flex;
	align-items: center;
	justify-content: center;
    line-height: 1;
    font-size: 0.8em;
}
.g1 .drip-group-container{
	font-size: 0.9em;
}
.g1 .drip-group-container .form-item:nth-child(1) label{
	padding:2px 0px;
}
.drip-group-container .form-item:nth-child(1),
#contact_agent_form .drip-group-container .form-item:nth-child(1),
#contact_broker_form .drip-group-container .form-item:nth-child(1),
#ProtectedPropertyDetails_register.registration-inner .drip-group-container .form-item:nth-child(1),
#visitor_register .drip-group-container .form-item:nth-child(1),
#FreeReport-form .drip-group-container .form-item:nth-child(1),
#pre_Construction_contact_form .drip-group-container .form-item:nth-child(1){
	margin-left:0px;
}
.drip-group-container .form-item:nth-child(4),
#contact_agent_form .drip-group-container .form-item:nth-child(4),
#contact_broker_form .drip-group-container .form-item:nth-child(4),
#ProtectedPropertyDetails_register.registration-inner .drip-group-container .form-item:nth-child(4),
#visitor_register .drip-group-container .form-item:nth-child(4),
#FreeReport-form .drip-group-container .form-item:nth-child(4),
#pre_Construction_contact_form .drip-group-container .form-item:nth-child(4){
	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;
}
#contact_agent_form div[class*="subgroup-container"] .form-item,
#contact_broker_form div[class*="subgroup-container"] .form-item,
#pre_Construction_contact_form div[class*="subgroup-container"] .form-item{
    width:100%;
    float: none;
}
div[class*="subgroup-container"]{
	margin-bottom: 1em;
}
div[class*="subgroup-container"] .form-item{
	margin:0.3em 0px;
}
.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;
}
.chosen-container-multi .chosen-choices li.search-field input[type=text],
.chosen-container-multi .chosen-choices li.search-field{
	width:100% !important;
}
.chosen-container-multi .chosen-choices li.search-choice,
.chosen-container-multi .chosen-choices li.search-field input[type=text]{
  font-size:105%;
}
.chosen-container .chosen-drop{
  font-size:110%;
}
/*.drip-group-container.buySell .form-item:nth-child(1),
.drip-group-container.buy .form-item:nth-child(3),
.drip-group-container.sell .form-item:nth-child(2),
.drip-group-container.rent .form-item:nth-child(4),
#contact_agent_form .drip-group-container.buySell .form-item:nth-child(1),
#contact_agent_form .drip-group-container.buy .form-item:nth-child(3),
#contact_agent_form .drip-group-container.sell .form-item:nth-child(2),
#contact_agent_form .drip-group-container.rent .form-item:nth-child(4),
#contact_broker_form .drip-group-container.buySell .form-item:nth-child(1),
#contact_broker_form .drip-group-container.buy .form-item:nth-child(3),
#contact_broker_form .drip-group-container.sell .form-item:nth-child(2),
#contact_broker_form .drip-group-container.rent .form-item:nth-child(4),
#ProtectedPropertyDetails_register.registration-inner .drip-group-container.buySell .form-item:nth-child(1),
#ProtectedPropertyDetails_register.registration-inner .drip-group-container.buy .form-item:nth-child(3),
#ProtectedPropertyDetails_register.registration-inner .drip-group-container.sell .form-item:nth-child(2),
#ProtectedPropertyDetails_register.registration-inner .drip-group-container.rent .form-item:nth-child(4),
#visitor_register .drip-group-container.buy .form-item:nth-child(3),
#visitor_register .drip-group-container.rent .form-item:nth-child(4),
#visitor_register .drip-group-container.sell .form-item:nth-child(2),
#visitor_register .drip-group-container.buySell .form-item:nth-child(1),
#FreeReport-form .drip-group-container.buy .form-item:nth-child(3),
#FreeReport-form .drip-group-container.rent .form-item:nth-child(4),
#FreeReport-form .drip-group-container.sell .form-item:nth-child(2),
#FreeReport-form .drip-group-container.buySell .form-item:nth-child(1),
#pre_Construction_contact_form .drip-group-container.buy .form-item:nth-child(3),
#pre_Construction_contact_form .drip-group-container.rent .form-item:nth-child(4),
#pre_Construction_contact_form .drip-group-container.sell .form-item:nth-child(2),
#pre_Construction_contact_form .drip-group-container.buySell .form-item:nth-child(1){
	border:3px #0fb2e3 solid;
	position:relative;
}*/
.drip-group-container.buy .form-item:nth-child(1),
.drip-group-container.sell .form-item:nth-child(2),
.drip-group-container.rent .form-item:nth-child(3),
.drip-group-container.other .form-item:nth-child(4),
#contact_agent_form .drip-group-container.buy .form-item:nth-child(1),
#contact_agent_form .drip-group-container.sell .form-item:nth-child(2),
#contact_agent_form .drip-group-container.rent .form-item:nth-child(3),
#contact_agent_form .drip-group-container.other .form-item:nth-child(4),
#contact_broker_form .drip-group-container.buy .form-item:nth-child(1),
#contact_broker_form .drip-group-container.sell .form-item:nth-child(2),
#contact_broker_form .drip-group-container.rent .form-item:nth-child(3),
#contact_broker_form .drip-group-container.other .form-item:nth-child(4),
#ProtectedPropertyDetails_register.registration-inner .drip-group-container.buy .form-item:nth-child(1),
#ProtectedPropertyDetails_register.registration-inner .drip-group-container.sell .form-item:nth-child(2),
#ProtectedPropertyDetails_register.registration-inner .drip-group-container.rent .form-item:nth-child(3),
#ProtectedPropertyDetails_register.registration-inner .drip-group-container.other .form-item:nth-child(4),
#visitor_register .drip-group-container.buy .form-item:nth-child(1),
#visitor_register .drip-group-container.sell .form-item:nth-child(2),
#visitor_register .drip-group-container.rent .form-item:nth-child(3),
#visitor_register .drip-group-container.other .form-item:nth-child(4),
#FreeReport-form .drip-group-container.buy .form-item:nth-child(1),
#FreeReport-form .drip-group-container.sell .form-item:nth-child(2),
#FreeReport-form .drip-group-container.rent .form-item:nth-child(3),
#FreeReport-form .drip-group-container.other .form-item:nth-child(4),
#pre_Construction_contact_form .drip-group-container.buy .form-item:nth-child(1),
#pre_Construction_contact_form .drip-group-container.sell .form-item:nth-child(2),
#pre_Construction_contact_form .drip-group-container.rent .form-item:nth-child(3),
#pre_Construction_contact_form .drip-group-container.other .form-item:nth-child(4){
	border:3px #0fb2e3 solid !important;
	position:relative !important;
}
.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{
    overflow: visible;
}
.drip-group-container:after{
    clear: both;
content: ".";
display: block;
height: 0;
visibility: hidden;
font-size: 0;
}
.drip-group-container input{
	display:none;
}
.drip-group-container-wrapper .req{
	background: url(../images/star.png) no-repeat 0px 4px;
    color: #b83937;
    font: italic 12px Arial, Helvetica, sans-serif;
    display: inline;
    padding-left: 0.8em;
    margin-top: -0.3em;
    position: relative;
    top: -3px;
}
/* Form Overides */
#FreeReport-form .drip-group-container .form-item{
	width:23.5%;
	padding:0px;
}
#FreeReport-form .drip-group-container-wrapper{
    margin-top:0.8em;
}
#FreeReport-form .drip-group-container .form-item label{
	text-align:center;
}
#FreeReport-form div[class*="subgroup-container"] .form-item{
    width:100%;
    padding: 0px;
	margin-top:0.8em;
}
#FreeReport-form .drip-group-container .description{
    font: bold 0.9em Trebuchet MS, Arial, sans-serif;
    text-transform: uppercase;
    font-size: 14px;
    color: #4D4E48;
    border-bottom: 1px dotted #C7C6C6;
    margin: 0.7em 0px 0.5em;
}
.widgets-askQuestions .drip-group-container-wrapper label:not(.option){
    font-weight:normal;
}
.widecontent .widgets-askQuestions .drip-group-container{
	width: 98%;
	margin-bottom:0.5em;
}
.widecontent .widgets-askQuestions div[class*="subgroup-container"]{
    width:98% !important; 	
}
.widecontent .widgets-askQuestions .drip-group-container .form-item label{
	font-size:0.75em;
}
.widgets-askQuestions .form-item.Name{
    width: 100%;
}
#wsidebar_right .widgets-askQuestions .drip-group-container{
	width:95%;
    margin: 0 auto 8px;
}
.widgets-askQuestions .general-info .form-item.Name input{
	width:93%;
}
#wsidebar_right .widgets-askQuestions .drip-group-container .form-item{
	width: 47%;
	margin: 5px 1.5%;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 1;
}
#wsidebar_right .widgets-askQuestions .drip-group-container .form-item label.option{
    height: 27px;
    line-height: 27px;
    font-size: 0.75em;
}
#wsidebar_right .widgets-askQuestions .chosen-container{
    width: 91%!important;
}
#visitor_register .drip-group-container .form-item .option{
	padding-left:0px;
	padding-right:0px;
	float:none;
	width:100%;
	text-align:center;
}
#visitor_register .drip-group-container .description{
	padding-left:0px;
	font-style:normal;
	font-size:0.9em;
}
#visitor_register > div > fieldset,
#visitor_edit > div > fieldset{
	display:none;
}
#visitor_register .captcha-fieldset fieldset{
	display:block !important;
}
.widgets-askQuestions .drip-group-container-wrapper,
#contact_agent_form .drip-group-container-wrapper,
#contact_broker_form .drip-group-container-wrapper{
  padding-top:0px;
}
@media screen and (max-width:768px){
    #wsidebar_right .widgets-askQuestions .drip-group-container .form-item {
        width: 23%;
        margin: 5px 1%;
    }
    #wsidebar_right .widgets-askQuestions .drip-group-container {
        width: 100%;
        margin-left: -1%;
       }
       #wsidebar_right .widgets-askQuestions .chosen-container {
        width: 98%!important;
    }
}
@media screen and (max-width:640px){
    .widecontent .widgets-askQuestions .drip-group-container .form-item,
	#wsidebar_right .widgets-askQuestions .drip-group-container .form-item{
      width: 46.5%;
      margin:5px 1.5%;
      font-size: 0.9em;
	}
    .widecontent .widgets-askQuestions div[class*="subgroup-container"] .form-item,
    #wsidebar_right .widgets-askQuestions div[class*="subgroup-container"] .form-item{
        margin-left:1.5%;
    }
        .drip-group-container .form-item,
        #FreeReport-form .drip-group-container .form-item,
        #contact_agent_form .drip-group-container .form-item,
        #contact_broker_form .drip-group-container .form-item,
        #ProtectedPropertyDetails_register.registration-inner .drip-group-container .form-item{
             width: 46.5%;
          margin:5px 1.5%;
        }
        #ProtectedPropertyDetails_register.registration-inner .drip-group-container .form-item:nth-child(3),
            #contact_broker_form .drip-group-container .form-item:nth-child(3),
        #contact_agent_form .drip-group-container .form-item:nth-child(3),
        .drip-group-container .form-item:nth-child(3){
            margin-left:0px;
        }
        #ProtectedPropertyDetails_register.registration-inner div[class*="subgroup-container"] .form-item,
        #contact_broker_form div[class*="subgroup-container"] .form-item,
        #contact_agent_form div[class*="subgroup-container"] .form-item,
        div[class*="subgroup-container"] .form-item{
            width:96%;
        }
    #FreeReport-form div[class*="subgroup-container"] .form-item {
        width: 95%;
        margin:0.5em auto 0px;
        float: none;
    }
}
/* Recaptcha Styles */
.ask_questions_widget .content:after,
.submit-wrapper:after{
	content:' ';
	display:block;
	position:relative;
	padding:0px;
	margin:0px;
	clear:both;
}
#wsidebar_right .recaptcha-wrapper{
  width:92%;
  margin:auto;
  margin-bottom:1em;
}
.maincontent.recaptcha-wrapper{
  margin-left: 1.5%;
}
.inner .maincontent .recaptcha-wrapper,
.widecontent .recaptcha-wrapper,
.inner .maincontent #FreeReport-form .recaptcha-wrapper{
  margin-left:0px;
  float:left;
  width: 320px;
  margin-top:0.8em;
}
.widecontent #FreeReport-form div.recaptcha-wrapper{
	margin-top:0.8em;
}

.maincontent #contact_agent_form .submit-wrapper,
.maincontent #contact_broker_form .submit-wrapper,
.maincontent #appointment_form #button_area.submit-wrapper,
.maincontent #visitor_register input.form-submit,
.maincontent #FreeReport-form .submit-wrapper,
.maincontent form[action*="email_listing"] .submit-wrapper{
   margin-left:2%;
	margin-top:0.8em;
    width:150px;
    float:left;
    clear:none;
}
.maincontent #contact_agent_form .submit-wrapper,
.maincontent #contact_broker_form .submit-wrapper,
.maincontent #FreeReport-form .submit-wrapper{
    margin-left:0;
}
.inner .maincontent .submit-wrapper,
.widecontent .widgets-askQuestions .submit-wrapper{
    margin-top:0.4em;
    margin-left:0px;
	clear:none;
    float:left;
}
.inner .maincontent #contentwidgettop .submit-wrapper input,
.inner .maincontent #contentwidgetbottom .submit-wrapper input,
.inner .maincontent .maincontentinner .submit-wrapper input,
.maincontent #contact_agent_form .submit-wrapper input,
.maincontent #contact_broker_form .submit-wrapper input,
.maincontent #visitor_register input.form-submit,
.maincontent #visitor_pass .form-submit,
.widecontent .widgets-askQuestions .submit-wrapper input{
    height: 45px;
    width: 150px;
    display: block;
    margin: auto;
    float: none;
    font-size: 0.9em;
}
.maincontent #visitor_register input.form-submit{
	margin-left:300px;
	display: inline;
}
.maincontent #visitor_pass .form-submit{
    float:left;
}
.maincontent #contact_agent_form .submit-wrapper a.disclaimer_link,
.maincontent #contact_broker_form .submit-wrapper a.disclaimer_link{
    text-align:left;
    font-size:0.75em;
}
.maincontent #appointment_form #button_area.submit-wrapper a.disclaimer_link{
    margin:0px;
    width:auto;
    font-size: 0.65em;
    text-align: right;
    width: 100%;
}
.inner .maincontent .submit-wrapper a.disclaimer_link,
.inner .maincontent .widgets-askQuestions a.disclaimer_link,
.widecontent .widgets-askQuestions a.disclaimer_link{
    margin: 0.5em 0;
    width:auto;
    font-size: 0.8em;
    display: inline-block;
    float: none;
}
.inner .maincontent .submit-wrapper a.disclaimer_link .disclaimer_content,
.maincontent #contact_agent_form .submit-wrapper a.disclaimer_link .disclaimer_content,
.maincontent #contact_broker_form .submit-wrapper a.disclaimer_link .disclaimer_content,
.maincontent #appointment_form #button_area.submit-wrapper a.disclaimer_link .disclaimer_content,
.widecontent .widgets-askQuestions a.disclaimer_link .disclaimer_content{
    text-align:left;	
}
.g1 .submit-wrapper,
.inner .g1 .submit-wrapper{
    float: none;
    margin: 0.5em auto;
    width: 150px;
}
.g1 .recaptcha-wrapper,
.inner .g1 .recaptcha-wrapper{
	width:92%;
	margin:auto;
	float:none;
}
.maincontent .widgets-askQuestions input.form-submit{
  top:auto;
  bottom:3em;
}
.maincontent .widgets-askQuestions a.disclaimer_link{
    top: auto;
}
@media screen and (max-width:768px){
	.maincontent .submit-wrapper,
    .maincontent #contact_agent_form .submit-wrapper,
    .maincontent #contact_broker_form .submit-wrapper,
    .widecontent .widgets-askQuestions .submit-wrapper,
    .maincontent #FreeReport-form .submit-wrapper{
	  margin-bottom:0.5em;
	  margin-left: 0px !important;
	  width:100% !important;
	  text-align:center;
	  float:none !important;
    }
    .maincontent form[action*="email_listing"] .submit-wrapper,
    .maincontent #appointment_form #button_area.submit-wrapper{
        margin-bottom:0.5em;
        margin-left: auto !important;
        margin-right:auto;
        text-align:center;
        float:none !important;
        max-width: 150px;
    }
    .maincontent #visitor_register input.form-submit{
        width:150px;
        margin:1em auto;
        display: block;
    }
    .inner .maincontent .recaptcha-wrapper,
    .maincontent .recaptcha-wrapper,
    .widecontent .recaptcha-wrapper,
    .inner .maincontent #FreeReport-form .recaptcha-wrapper{
    	width:100%;
    	text-align:center;
        margin: 0.8em auto 0px;
        float: none;
    }
    .inner .maincontent .submit-wrapper a.disclaimer_link,
    .maincontent #contact_agent_form .submit-wrapper a.disclaimer_link,
    .maincontent #contact_broker_form .submit-wrapper a.disclaimer_link,
    .maincontent #appointment_form #button_area.submit-wrapper a.disclaimer_link,
    .widecontent .widgets-askQuestions a.disclaimer_link{
        width: 45px;
        margin: 0.5em auto;
        float: none;
    }
    .inner .maincontent .submit-wrapper a.disclaimer_link{
        width:75px;
    }
}


/*----Pre Construction Condos Search Bar----*/
#precondo_sortFilter .form-item.City-Area-Postal-Code input {
	width: 88.45%;
	box-shadow: inset 0 0 0 -1px;
}
#precondo_sortFilter .Select-Project .chosen-container-multi .chosen-choices {
	width: 90% !important;
	border-radius: 0;
	font-size: inherit;
	border: 2px inset;
}
#precondo_sortFilter .Select-Project .chosen-container-multi.chosen-container-active .chosen-choices {
	box-shadow: none;
}
#precondo_sortFilter .Select-Project .chosen-container {
	vertical-align: top;
}
#precondo_sortFilter .Select-Project .chosen-container .chosen-drop {
	width: 90%;
}
#precondo_sortFilter .Select-Project .chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
	margin: 0;
	background: none;
	width: 15px;
    height: auto;
    display: inline;
	top: 48%;
    transform: translateY(-50%);
	font-size: 1.3em;
	right: 2px;
}
#precondo_sortFilter .Select-Project .chosen-container-multi .chosen-choices li.search-choice .search-choice-close:before {
	content: "\f00d";
	font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
	font-size: .9em;
}
#precondo_sortFilter .Select-Project .chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
	text-decoration: none;
}
#precondo_sortFilter:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
#precondo_sortFilter input.form-submit {
	margin: 3em 0 0 0;
}
@media screen and (max-width:560px) {
	#precondo_sortFilter input.form-submit {
    	margin: 1em 0 0;
	}
}


/*----404 Property Not Found----*/
.mls_not_found_message {
	text-align: center;
	padding: 3em 3%;
}
.mls_not_found_message h3 {
	color: #bb1a28;
	font-size: 1.9em;
	margin-top: 0;
    background: url(../images/404top2.jpg) no-repeat center bottom;
    background-size: auto 55%;
	padding-bottom: 1.7em;
}
.mls_not_found_message h3 img{
    vertical-align: middle;
        position: relative;
    top: -1px;
}
.mls_not_found_message p {
	font-size: 1.4em;
} 
.property_details_view_page.mls_not_found .related_properties h2.subject {
	padding-top: 0;
} 
@media screen and (max-width: 1550px) {
	.mls_not_found_message h3 {
		font-size: 1.7em;
	}
	.mls_not_found_message p {
		font-size: 1.2em;
	} 
}
@media screen and (max-width: 1280px) {
	.mls_not_found_message h3 {
		font-size: 1.5em;
	}
	.mls_not_found_message p {
		font-size: 1em;
	} 
	.mls_not_found_message h3 img{
		height:24px;
		top:0px;
	}
}
@media screen and (max-width: 768px) {
.mls_not_found_message h3{
background-size:100% auto;
}
}
@media screen and (max-width: 650px) {
.mls_not_found_message h3{
	background:url('../images/404topM.jpg') no-repeat center bottom;
    background-size: 350px auto;
    padding-bottom: 2.3em;
}
.mls_not_found_message h3 img {
    margin-top: 5px;
   }
}
@media screen and (max-width: 550px) {
	.mls_not_found_message h3 {
		font-size: 1.4em;
	}
	.mls_not_found_message p {
		font-size: .9em;
	} 
}
@media screen and (max-width: 450px) {
	.mls_not_found_message h3 {
		font-size: 1.3em;
	}
		.mls_not_found_message h3 img {
    height: 20px;
}
}
@media screen and (max-width: 405px) {
	.mls_not_found_message h3 {
  background-size: 300px auto;
	}
	.mls_not_found_message h3 img {
    height: 18px;
}
}
@media screen and (max-width: 340px) {
.mls_not_found_message h3 img {
    height: 16px;
}
.mls_not_found_message h3 {
    background-size: 270px auto;
}
}

/*----Map Search Widget Agent Info Fixes----*/
#gmapSearch2 .brokeredby_wrapper {
	margin-top: 1em;
	clear: both;
}
/* Common Hide for Title of Static Pages */
body[class*="aggregator_categories"] .breadcrumb,
body[class*="selling_tips.menu"] h1.vheader,
body[class*="buying_tips.menu"] h1.vheader,
body[class*="success_stories"] h1.vheader,
body[class*="_calculators"] h1.vheader,
body[class*="_Calculators"] h1.vheader,
#topPage.vheader{
	visibility:hidden;
	margin:0px;
	height:0px;
}
#edit-banner_subtheme_first_step option[value="theme16"] {
	display: none;
}


/*new search widget*/
#footerwidget div[id*="quickSearch"] .searchWidgetApp .hidden-map{
	visibility: hidden;
}
div[id*="quickSearch"] .searchWidgetApp .toolbar .dropdown-keywords-control .item a{
color:#686868;
}
div[id*="quickSearch"] .searchWidgetApp .dropdown-keywords-control .custom .btn,
div[id*="quickSearch"] .searchWidgetApp .input-group > .input-group-prepend > .btn:not(:disabled):not(.disabled),
div[id*="quickSearch"] .searchWidgetApp .collapsedFilter .switch-control.toolbar-item button.active,
.front div[id*="quickSearch"] .searchWidgetApp .collapsedFilter .toolbar-item button,
div[id*="quickSearch"] .searchWidgetApp .collapsedFilter .toolbar-item:not(.dropdown-keywords-control) button:hover,
div[id*="quickSearch"] .searchWidgetApp .collapsedFilter .switch-control.toolbar-item button.active:before{
	color: #484848;
}
div[id*="quickSearch"] .searchWidgetApp .collapsedFilter .switch-control.toolbar-item  button:not(.active):hover:before{
	color:#cacaca;
}
#wsidebar_right div[id*="quickSearch"] .searchWidgetApp .input-group > .input-group-prepend > .btn{
	color:inherit;
	overflow: hidden;
}
#wsidebar_right div[id*="quickSearch"] .searchWidgetApp .dropdown-search-control.toolbar-item.searchBy{
min-width:100px;
}
#wsidebar_right div[id*="quickSearch"] .searchWidgetApp .search-main-wrapper .btn-submit{
	max-width:90%;
	left:5%;
	transform:none;
}
div[id*="quickSearch"] .searchWidgetApp .dropdown-search-control li.clearall:hover{
	background-color:#fafbfc!important;
}
.dropdown-search-control .vbar .vb-dragger {
    width: 8px;
    z-index: 1000;
    right: 2px;
}
.dropdown-search-control .vbar .vb-dragger-styler {
    background: rgba(175, 175, 175,.8);
    height: 100%;
    width: 100%;
    margin: 0px;
}
#wsidebar_right .searchWidgetApp .open-option,
.searchWidgetApp.searchExpanded .open-option{
	padding-top: 5px;
}
#wsidebar_right div[id*=quickSearch] .searchWidgetApp .toolbar{
	padding-bottom:15px;
}
div[id*=quickSearch] .searchWidgetApp .dropdown-search-control .dropdown-menu:before{
    border-width: 0 11px 16px;
    top: -15px;
    left: 15px;
}
div[id*=quickSearch] .searchWidgetApp .dropdown-search-control .dropdown-menu:after{
	left:15px;
}
div[id*=quickSearch] .searchWidgetApp .toolbar{
	z-index:350;
}
div[id*="quickSearch"] .searchWidgetApp .dropdown-search-control .scroll{
	padding:0px;
}
div[id*="quickSearch"] .searchWidgetApp .dropdown-search-control .scroll .header{
	padding-top:8px;
}
div[id*="quickSearch"] .searchWidgetApp #propertyStyle .vbar{
	overflow:visible!important;	
}
div[id*="quickSearch"] .searchWidgetApp #propertyType .vbar .dropdown-menu{
	box-sizing: border-box!important;
	padding-right: 0!important;
}
div[id*="quickSearch"] .searchWidgetApp #propertyStyle .vbar .dropdown-menu{
	height:auto!important;
	overflow:visible!important;
	box-sizing: border-box!important;
	padding-right: 0!important;
}
   .front .contentarea .g1 div[id*="quickSearch"] .searchWidgetApp .dropdown-search-control.toolbar-item.searchBy{
   	width:100%;
   	margin-bottom:1rem;
   }
   .front .contentarea .g1 div[id*="quickSearch"] .searchWidgetApp .search-main-wrapper .btn-submit{
   	    width: 170px;
    display: block;
    float: none;
    margin: 0 auto;
   }
   .front .contentarea .g1 div[id*="quickSearch"] .searchWidgetApp .open-option{
   	float:none;
   	text-align:center;
   }
    .front .slider-wrapper div[id*="quickSearch"] .searchWidgetApp:not(.residential):not(.commercial) .toolbar .dropdown-keywords-control {
    grid-column: 1 / span 2;
}
.front div[id*="quickSearch"] .searchWidgetApp.precondo .toolbar {
    grid-template-columns: repeat(auto-fit, minmax(15vw, 1fr));
   }
   .collapsedFilter .toolbar-item.searchType{
   	display:block;
   }
#wsidebar_right div[id*="quickSearch"] .searchWidgetApp .input-group > .input-group-prepend > .btn:before{
	display:block;
}

div[id*=quickSearch] .searchWidgetApp #searchBy .input-group-prepend{
	height:100%;
}
   
  @media (max-width:1580px){
.front div[id*="quickSearch"] .searchWidgetApp.precondo .toolbar {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}
}   
   
   @media (max-width:1380px){
   .front .contentarea .g1 div[id*="quickSearch"] .searchWidgetApp .input-group-prepend{
   	display:none;
   }
   }
   
         @media (max-width:1080px){
  div[id*="quickSearch"] .searchWidgetApp .toolbar-item.searchType .dropdown-toggle{
   	max-width:100%;
   	padding-left: 0.75rem;
   	padding-right: 0.75rem;
   }
   }
   
    @media (max-width:910px){
   div[id*="quickSearch"] .searchWidgetApp .toolbar-item.searchBy .input-group-prepend .dropdown-toggle:before{
	font-size:2rem;
	margin-bottom:1em;
}

div[id*="quickSearch"] .searchWidgetApp .input-group > .input-group-prepend > .btn:not(:disabled):not(.disabled){
padding:10px 0px!important;
}
#wsidebar_right div[id*="quickSearch"] .searchWidgetApp .input-group > .input-group-prepend > .btn:not(:disabled):not(.disabled){
	padding:0px!important;
}
}
   
       @media (max-width:640px){
    div[id*="quickSearch"] .searchWidgetApp	.dropdown-search-control .dropdown-search{
    margin-top: 0px;
    max-height: 50vh;
    overflow: scroll;
    width: 100%!important;
    }
   }


 @media all and (-ms-high-contrast:none){  
 #wsidebar_right div[id*=quickSearch] .searchWidgetApp .toolbar{
	padding-bottom:0px;
}  
.front .g1 div[id*='quickSearch'] .searchWidgetApp .toolbar .toolbar-item{
	width:100%;
}
.front .g1 div[id*='quickSearch'] .searchWidgetApp .toolbar .toolbar-item.keywords{
	margin-left:0px;
}
.front .slider-wrapper div[id*='quickSearch'] .searchWidgetApp:not(.residential):not(.commercial) .toolbar .dropdown-keywords-control{
	margin-left:0px;
	max-width:65.8%;
}
}

@media all and (-ms-high-contrast: none) and (max-width: 973px) {
.front .slider-wrapper div[id*='quickSearch'] .searchWidgetApp:not(.residential):not(.commercial) .toolbar .dropdown-keywords-control{
	margin-left:22px;
}
}


/*buttonator*/

.buttons-wrapper{
	text-align:center;
	clear:both;
}
div[id*="buttonator"] .button-wrapper.no-selection:before,
div[id*="buttonator"] .button-wrapper.no-selection a:after,
div[id*="buttonator"] .button-wrapper.no-selection a:hover:after,
div[id*="buttonator"] .button-wrapper.no-selection a:before{
	display:none;
}

div[id*="buttonator"] .button-wrapper.no-selection a{
    pointer-events: none;
    text-transform: none;
    color:#332f2f;
    background-color: transparent;
}
body div[id*="buttonator"] .button-wrapper.no-selection a span{
	text-transform: none;
	  color:#332f2f;
	  text-shadow: none;
	  background-color: transparent;
}

div[id*='buttonator'].widgetItem{
	display:inline-block!important;
}
div[id*='buttonator']{
	width:15.4vw;
	display:inline-block;
	vertical-align:top;
    text-align: center;
    float: none;
    -webkit-box-shadow: 0px 0px 5px 0px #b5b5b5;
    -moz-box-shadow: 0px 0px 5px 0px #b5b5b5;
    box-shadow: 0px 0px 5px 0px #b5b5b5;
    height: 10vw;
    position: relative;
    margin:0.5em 1vw 1.5vw;
    border:none;
}
div[id*='buttonator'].blockToolbarItem{
	border:none;
}
#wsidebar_right div[id*='buttonator'],
.g1-wrap div[id*='buttonator']{
	margin-left:0px;
	margin-right:0px;
}
#wsidebar_right div[id*='buttonator']{
	width:100%;
}
div[id*='buttonator'] .button-wrapper{
   height:100%;	
}
div[id*='buttonator'] .button-wrapper a{
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    box-sizing: border-box;
    padding-top: 2vw;
    color: #4c4c4c;
    line-height: 1;
    overflow:hidden;
}
div[id*='buttonator'] .button-wrapper a span{
	display:block;
	width:100%;
	text-align:center;	
	line-height: 1.1;
	font-size: 1.1vw;
	padding:0px 5px;
    box-sizing: border-box;
}
div[id*='buttonator'] .button-wrapper a:after {
    content: '';
    font-style: normal;
    font-weight: 400;
    font-size: 3vw;
    font-family: FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: block;
    padding-top: 1vw;
    pointer-events: none;
    z-index: 20;
        line-height: 1;
}
div[id*='buttonator'] .button-wrapper.pos_generic_button a:after,
div[id*='buttonator'] .button-wrapper.hv_landing a:after,
div[id*='buttonator'] .button-wrapper.dh_landing a:after,
div[id*='buttonator'] .button-wrapper.jl_landing a:after,
div[id*='buttonator'] .button-wrapper.pcc_landing a:after,
div[id*='buttonator'] .button-wrapper.pd_landing a:after{
	font-family: "fontello";
 font-style: normal;
  font-weight: normal;
  speak: none;
   font-variant: normal;
  text-transform: none;
    -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
 }
 div[id*='buttonator'] .map_generic_button a:after{
    content: '\f041';
    color: #ff9600;
    -webkit-transform: rotateZ(-15deg) translate(0vw, 0vw);
    transform: rotateZ(-15deg) translate(0vw, 0vw);
}
div[id*='buttonator'] .dailyalerts_generic_button a:after{
	content:'\f0e0';
	color:#4a9e21;
}
div[id*='buttonator'] .hv_landing a:after{
	content:'\e800';
	color:	#5C88C6;
}
div[id*='buttonator'] .rereport_generic_button a:after{
   content: '\f155';
    color: #346534;
    -webkit-transform: rotateZ(25deg) translate(0vw, 0vw);
    transform: rotateZ(25deg) translate(0vw, 0vw);
}
div[id*='buttonator'] .pcc_landing a:after{
content:'\e803';
color:#274354;
}
div[id*='buttonator'] .pd_landing a:after{
content:'\e804';
color:#83459A;
}
div[id*='buttonator'] .pos_generic_button a:after{
	content:'\e802';
	color:#e86a6a;
}
div[id*='buttonator'] .jl_landing a:after{
	content:'\e801';
	color:#165885;
}
div[id*='buttonator'] .preconlist_generic_button a:after{
	content:'\f1ad';
	color:#f1438a;
}
div[id*='buttonator'] .dh_landing a:after{
	content:'\e807';
	color:#A62E64;
}
div[id*='buttonator'] .drehom_branded_button a:after{
	content:'\f015';
	color:#f1438a;
}
div[id*='buttonator'] .freval_branded_button a:after {
    content: '\f00c';
    color:#65bcd0;
}
div[id*='buttonator'] .nb_landing a:after{
    content: '\f0f3';
    color: #5ebd85;
}
div[id*='buttonator'] .jointeam_generic_button a:after {
content: '\f0c0';
    color: #0e7188;
}
div[id*='buttonator'] .buyerpage_buyerseller_button a:after {
	content: '\f07a';
	color: #d48204;
}
div[id*='buttonator'] .sellerpage_buyerseller_button a:after {
	content: '\f02b';
	color: #381f80;
}
div[id*='buttonator']:hover{
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(136, 136, 131, 0.55);
    -moz-box-shadow: 0px 0px 20px 0px rgba(136, 136, 131, 0.55);
    box-shadow: 0px 0px 20px 0px rgba(136, 136, 131, 0.55);
}


div[id*="buttonator"] .button-wrapper.map_generic_button a:before{
	background:url('../../../modules/widgets/images/mapSearch/mapStandard.jpg') no-repeat center 2vw;
	background-size:cover;
}
div[id*="buttonator"] .button-wrapper.preconlist_generic_button a:before{
background:url('../images/pre-construction-image.jpg')  no-repeat;
background-size:100% 100%;
}
div[id*="buttonator"] .button-wrapper.pcc_landing a:before{
	background:url('../images/pre-construction-image2.jpg')  no-repeat;
		background-size:100% 100%;		
}
div[id*="buttonator"] .button-wrapper.jl_landing a:before{
	background:url('../images/just-listed.jpg')  no-repeat;
	background-size:cover;	
}
div[id*="buttonator"] .button-wrapper.pd_landing a:before{
	background:url('../images/price-drop.jpg')  no-repeat;
	background-size: 108% 100%;	
}
div[id*="buttonator"] .button-wrapper.nb_landing a:before{
	background:url('../images/neighbourhood-buzzer.jpg')  no-repeat;
background-size:cover;	
}
div[id*="buttonator"] .button-wrapper.dailyalerts_generic_button a:before{
	background:url('../images/email-alerts.jpg')  no-repeat;
background-size:cover;	
}
div[id*="buttonator"] .button-wrapper.pos_generic_button a:before{
	background:url('../images/power-of-sale.jpg')  no-repeat;
background-size:cover;	
}
div[id*="buttonator"] .button-wrapper.drehom_branded_button a:before{
		background:url('../images/dream-home.jpg')  no-repeat;
background-size:cover;	
}
div[id*="buttonator"] .button-wrapper.dh_landing a:before{
	background:url('../images/dream-home2.jpg')  no-repeat;
background-size:cover;	
}
div[id*="buttonator"] .button-wrapper.hv_landing a:before{
		background:url('../images/freehomeEval2.jpg')  no-repeat center bottom;
  background-size:cover;	
}
div[id*="buttonator"] .button-wrapper.freval_branded_button a:before{
	background:url('../images/freehomeEval.jpg')  no-repeat;
  background-size:cover;	
}
div[id*="buttonator"] .button-wrapper.rereport_generic_button a:before{
	background:url('../images/freeReport.jpg')  no-repeat;
background-size:cover;	
}
div[id*="buttonator"] .button-wrapper.jointeam_generic_button a:before{
	background:url('../images/joinTeam.jpg')  no-repeat;
background-size:cover;	
}	

@media all and (max-width: 1380px){
div[id*='buttonator']{
	width: 15em;
    margin: 0.5em 1em 1.5em;
    height: 8.5em;
}
div[id*='buttonator'] .button-wrapper a{
	padding-top:1.8em;
}
div[id*='buttonator'] .button-wrapper a span{
	font-size:1em;
}
div[id*='buttonator'] .button-wrapper a:after{
	font-size:3em;
	padding-top:0.35em;
}
}

@media all and (max-width: 768px){
#wsidebar_right div[id*='buttonator'] {
    width: 15em;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
}

@media all and (max-width: 480px){
	div[id*='buttonator']{
    	height: 10em;
	}
	div[id*='buttonator'] .button-wrapper a:after{
		font-size: 3.2em;
	}
	div[id*='buttonator'] .button-wrapper a {
    	font-size: 1.1em;
	}
}

/*fix for property detail on feature listing*/
div[id*=quickSearch] .searchWidgetApp .collapsedFilter .toolbar-item.dropdown-keywords-control .dropdown-menu{
	top:0px;
}
div[id*="quickSearch"] .searchWidgetApp .dropdown-keywords-control .custom input:focus{
	z-index:0;
}
.form-text{
	margin-top:0px;
	display: inline;
}
*, :after, :before {
    box-sizing: initial;
}
label {
    display: inline;
}
dd {
    margin-bottom: 0;
}
legend{
	margin-bottom:0px;
	font-size: inherit;
}
.theme23.front *, .theme23.front :after, .theme23.front :before,
.theme9.front *, .theme9.front :after, .theme9.front :before,
#propertyViewApp *, #propertyViewApp :after, #propertyViewApp :before {
    box-sizing: border-box;
}


#propertyViewApp .property-data .vbar{
	max-width:100%;
}

#propertyViewApp .property-view .property-wrapper{
width:80%;
max-width: 1126px;
}

#propertyViewApp .col-8.property-main-column {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
}


#propertyViewApp .login-screen{
font-family: Open Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;
z-index:3000;
}
#propertyViewApp .login-screen .vow-title h2,
#propertyViewApp .login-screen .vip-title h2{
	font-size:1.5em;
	margin-bottom:0.5rem;
}
#propertyViewApp .login-screen .login-title{
	margin-top:0px;
}
.agent-details-wrapper .back-agent-search{
    display: none;
}

@media (max-width: 1290px){
#propertyViewApp .property-view .property-wrapper{
width: 90%;
}
}

@media (max-width: 1160px){
#propertyViewApp .property-view .property-wrapper{
width: 99.8%;
}
}

@media (max-width: 970px){
#propertyViewApp .col-8.property-main-column{
max-width:100%;
}
}

#propertyViewApp .property-view-mobile .property-data .slider-wrapper.row{
	margin-left:-15px;
	margin-right:-15px;
}
#propertyViewApp .property-view-mobile .property-data .image-wrapper {
    width: 100vw!important;
}


@media (min-width: 768px){
.col-md-6 {
    max-width: 100%;
    padding: 0px;
}
}

body[class*="_WebSiteBuilder_3"] #WebSiteBuilder fieldset{
	border:1px solid #ccc;
	padding:1em 1em 0px;
}
body[class*="_WebSiteBuilder_3"] #WebSiteBuilder fieldset .form-item{
	margin:0px 0px 1em;
}
body[class*="_WebSiteBuilder_3"] #WebSiteBuilder fieldset legend{
font-size: 0.95em;
font-weight: 600;
}

.footerarea #menuWidgetContainer.newmenu li.hideparentLi,
.footerarea #menuWidgetContainer.newmenu ul li.item-with-ul a:before,
.footerarea #menuWidgetContainer.newmenu ul li.item-with-ul:before{ 
	display:none;
}

footer .creditincom :not(.byincom),
footer .operated {
    text-transform: capitalize;
}

div[id*="mapViewApp"].widget .mapApp .default-screen {
	overflow: visible;
}


.widgets-featuredListings .horizontal_scroll.no_carousel .jcarousel ul{
	 text-align:center;
	 width:100%;
}
.widgets-featuredListings .horizontal_scroll.no_carousel .jcarousel ul li{
    text-align: initial;
}
.widgets-featuredListings .horizontal_scroll.no_carousel .jcarousel li{
	float:none;
	display:inline-block;
	height:auto;
}
.widgets-featuredListings .horizontal_scroll.no_carousel .jcarousel li:last-child{
	margin-right:0px!important;
}
.widgets-featuredListings .horizontal_scroll.no_carousel .jcarousel li:first-child{
	margin-left:0px!important;
}
.widgets-featuredListings .horizontal_scroll.no_carousel .jcarousel{
	height:auto!important;
}
.widgets-featuredListings .horizontal_scroll.no_carousel .wrapper_scroll{
	left:0px;
}

/*footer logo*/
.theme4 .footerarea .logo img[src="/themes/bannertheme/images/companyLogos/6.png"],
.theme6 .footerarea .logo img[src="/themes/bannertheme/images/companyLogos/6.png"],
.theme7 .footerarea .logo img[src="/themes/bannertheme/images/companyLogos/6.png"],
.theme8 .footerarea .logo img[src="/themes/bannertheme/images/companyLogos/6.png"],
.theme11 .footerarea .logo img[src="/themes/bannertheme/images/companyLogos/6.png"],
.theme11 .footerarea .logo img[src="/themes/bannertheme/images/companyLogosBig/6.png"],
.theme12 .footerarea .logo img[src="/themes/bannertheme/images/companyLogos/6.png"],
.theme12 .footerarea .logo img[src="/themes/bannertheme/images/companyLogosBig/6.png"],
.theme13 .footerarea .logo img[src="/themes/bannertheme/images/companyLogos/6.png"],
.theme18 .footerarea .logo img[src="/themes/bannertheme/images/companyLogos/6.png"],
.theme18 .footerarea .logo img[src="/themes/bannertheme/images/companyLogosBig/6.png"],
.theme25 .footerarea .logo img[src="/themes/bannertheme/images/companyLogos/6.png"],
.theme25 .footerarea .logo img[src="/themes/bannertheme/images/companyLogosBig/6.png"],
.theme4.broker .footerarea .logo_link img[src="/themes/bannertheme/images/companyLogos/6.png"],
.theme6.broker .footerarea .logo_link img[src="/themes/bannertheme/images/companyLogos/6.png"],
.theme7.broker .footerarea .logo_link img[src="/themes/bannertheme/images/companyLogos/6.png"],
.theme11.broker .footerarea .logo_link img[src="/themes/bannertheme/images/companyLogos/6.png"],
.theme11.broker .footerarea .logo_link img[src="/themes/bannertheme/images/companyLogosBig/6.png"],
.theme12.broker .footerarea .logo_link img[src="/themes/bannertheme/images/companyLogos/6.png"],
.theme12.broker .footerarea .logo_link img[src="/themes/bannertheme/images/companyLogosBig/6.png"],
.theme18.broker .footerarea .logo_link img[src="/themes/bannertheme/images/companyLogos/6.png"],
.theme18.broker .footerarea .logo_link img[src="/themes/bannertheme/images/companyLogosBig/6.png"],
.theme25.broker .footerarea .logo_link img[src="/themes/bannertheme/images/companyLogos/6.png"],
.theme25.broker .footerarea .logo_link img[src="/themes/bannertheme/images/companyLogosBig/6.png"]  {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 100.5%;
    width: 0px;
    background: url(/themes/bannertheme/images/companyLogos/6bottom.png) no-repeat center center;
    background-size: 100% auto;
    height: 58px!important;
}
@media (max-width: 740px) {
    .theme4 .footerarea .logo img[src="/themes/bannertheme/images/companyLogos/6.png"],
    .theme6 .footerarea .logo img[src="/themes/bannertheme/images/companyLogos/6.png"],
    .theme7 .footerarea .logo img[src="/themes/bannertheme/images/companyLogos/6.png"],
    .theme8 .footerarea .logo img[src="/themes/bannertheme/images/companyLogos/6.png"],
    .theme11 .footerarea .logo img[src="/themes/bannertheme/images/companyLogos/6.png"],
    .theme11 .footerarea .logo img[src="/themes/bannertheme/images/companyLogosBig/6.png"],
    .theme12 .footerarea .logo img[src="/themes/bannertheme/images/companyLogos/6.png"],
    .theme12 .footerarea .logo img[src="/themes/bannertheme/images/companyLogosBig/6.png"],
    .theme13 .footerarea .logo img[src="/themes/bannertheme/images/companyLogos/6.png"],
    .theme18 .footerarea .logo img[src="/themes/bannertheme/images/companyLogos/6.png"],
    .theme18 .footerarea .logo img[src="/themes/bannertheme/images/companyLogosBig/6.png"],
    .theme25 .footerarea .logo img[src="/themes/bannertheme/images/companyLogos/6.png"],
    .theme25 .footerarea .logo img[src="/themes/bannertheme/images/companyLogosBig/6.png"],
    .theme4.broker .footerarea .logo_link img[src="/themes/bannertheme/images/companyLogos/6.png"],
    .theme6.broker .footerarea .logo_link img[src="/themes/bannertheme/images/companyLogos/6.png"],
    .theme7.broker .footerarea .logo_link img[src="/themes/bannertheme/images/companyLogos/6.png"],
    .theme11.broker .footerarea .logo_link img[src="/themes/bannertheme/images/companyLogos/6.png"],
    .theme11.broker .footerarea .logo_link img[src="/themes/bannertheme/images/companyLogosBig/6.png"],
    .theme12.broker .footerarea .logo_link img[src="/themes/bannertheme/images/companyLogos/6.png"],
    .theme12.broker .footerarea .logo_link img[src="/themes/bannertheme/images/companyLogosBig/6.png"],
    .theme18.broker .footerarea .logo_link img[src="/themes/bannertheme/images/companyLogos/6.png"],
    .theme18.broker .footerarea .logo_link img[src="/themes/bannertheme/images/companyLogosBig/6.png"],
    .theme25.broker .footerarea .logo_link img[src="/themes/bannertheme/images/companyLogos/6.png"],
    .theme25.broker .footerarea .logo_link img[src="/themes/bannertheme/images/companyLogosBig/6.png"],
    .theme25.broker .footerarea .logo_link img[src="/themes/bannertheme/images/companyLogosBig/6.png"]  {
        padding-left: 180px;
    }
}
@media (max-width: 480px) {
    .theme12 .footerarea .logo img[src="/themes/bannertheme/images/companyLogos/6.png"],
    .theme12 .footerarea .logo img[src="/themes/bannertheme/images/companyLogosBig/6.png"],
    .theme12.broker .footerarea .logo_link img[src="/themes/bannertheme/images/companyLogos/6.png"],
    .theme12.broker .footerarea .logo_link img[src="/themes/bannertheme/images/companyLogosBig/6.png"] {
        padding-left: 150px;
        height: 5em!important;
    }
}
@media (max-width: 450px) {
    .theme18 .footerarea .logo img[src="/themes/bannertheme/images/companyLogos/6.png"],
    .theme18 .footerarea .logo img[src="/themes/bannertheme/images/companyLogosBig/6.png"],
    .theme18.broker .footerarea .logo_link img[src="/themes/bannertheme/images/companyLogos/6.png"],
    .theme18.broker .footerarea .logo_link img[src="/themes/bannertheme/images/companyLogosBig/6.png"] {
        margin-left: -0.5em;
    }
}
@media (max-width: 384px) {
    .theme4 .footerarea .logo img[src="/themes/bannertheme/images/companyLogos/6.png"],
    .theme6 .footerarea .logo img[src="/themes/bannertheme/images/companyLogos/6.png"],
    .theme7 .footerarea .logo img[src="/themes/bannertheme/images/companyLogos/6.png"],
    .theme8 .footerarea .logo img[src="/themes/bannertheme/images/companyLogos/6.png"],
    .theme11 .footerarea .logo img[src="/themes/bannertheme/images/companyLogos/6.png"],
    .theme11 .footerarea .logo img[src="/themes/bannertheme/images/companyLogosBig/6.png"],
    .theme12 .footerarea .logo img[src="/themes/bannertheme/images/companyLogos/6.png"],
    .theme12 .footerarea .logo img[src="/themes/bannertheme/images/companyLogosBig/6.png"],
    .theme13 .footerarea .logo img[src="/themes/bannertheme/images/companyLogos/6.png"],
    .theme18 .footerarea .logo img[src="/themes/bannertheme/images/companyLogos/6.png"],
    .theme18 .footerarea .logo img[src="/themes/bannertheme/images/companyLogosBig/6.png"],
    .theme25 .footerarea .logo img[src="/themes/bannertheme/images/companyLogos/6.png"],
    .theme25 .footerarea .logo img[src="/themes/bannertheme/images/companyLogosBig/6.png"],
    .theme4.broker .footerarea .logo_link img[src="/themes/bannertheme/images/companyLogos/6.png"],
    .theme6.broker .footerarea .logo_link img[src="/themes/bannertheme/images/companyLogos/6.png"],
    .theme7.broker .footerarea .logo_link img[src="/themes/bannertheme/images/companyLogos/6.png"],
    .theme11.broker .footerarea .logo_link img[src="/themes/bannertheme/images/companyLogos/6.png"],
    .theme11.broker .footerarea .logo_link img[src="/themes/bannertheme/images/companyLogosBig/6.png"],
    .theme12.broker .footerarea .logo_link img[src="/themes/bannertheme/images/companyLogos/6.png"],
    .theme12.broker .footerarea .logo_link img[src="/themes/bannertheme/images/companyLogosBig/6.png"],
    .theme18.broker .footerarea .logo_link img[src="/themes/bannertheme/images/companyLogos/6.png"],
    .theme18.broker .footerarea .logo_link img[src="/themes/bannertheme/images/companyLogosBig/6.png"],
    .theme25.broker .footerarea .logo_link img[src="/themes/bannertheme/images/companyLogos/6.png"],
    .theme25.broker .footerarea .logo_link img[src="/themes/bannertheme/images/companyLogosBig/6.png"]  {
        padding-left: 200px; 
    }
    .theme6 .footerarea .f3 .widgets-text-widget .logo img[src="/themes/bannertheme/images/companyLogos/6.png"],
    .theme6.broker .footerarea .f3 .widgets-text-widget .logo_link img[src="/themes/bannertheme/images/companyLogos/6.png"] {
        margin-left: 0;
        padding-left: 180px;
        margin-right: 1em;
    }
    .theme12 .footerarea .logo img[src="/themes/bannertheme/images/companyLogos/6.png"],
    .theme12 .footerarea .logo img[src="/themes/bannertheme/images/companyLogosBig/6.png"],
    .theme12.broker .footerarea .logo_link img[src="/themes/bannertheme/images/companyLogos/6.png"],
    .theme12.broker .footerarea .logo_link img[src="/themes/bannertheme/images/companyLogosBig/6.png"] {
        padding-left: 128px;
    }
    .theme18 .footerarea .logo img[src="/themes/bannertheme/images/companyLogos/6.png"],
    .theme18 .footerarea .logo img[src="/themes/bannertheme/images/companyLogosBig/6.png"],
    .theme18.broker .footerarea .logo_link img[src="/themes/bannertheme/images/companyLogos/6.png"],
    .theme18.broker .footerarea .logo_link img[src="/themes/bannertheme/images/companyLogosBig/6.png"] {
        margin-left: -1.8em;
    }
}

/*Broker join our team page sidebar fix*/
body[class*="Join_Our_Team"] #wsidebar_right {
    width: 0;
    margin-right: -50%;
    overflow: hidden;
}

/*Calculators page*/
body[class*="alculators"].inner #wsidebar_right div[id*="ask_questions-"] + div[id*="ask_questions-"] {
    display: none!important;
}
body[class*="alculators"].inner .wrapper.contentarea {
    width: 100%;
    margin: 0 auto;
    display: block;
}
body[class*="alculators"].inner .maincontent {
    width: 100%;
    float: none;
    padding: 0;
}
body[class*="alculators"] .content {
    width: 100%;
    margin: 0 auto;
}
body[class*="alculators"] .main_title_wrapper {
    line-height: 0.5;
    text-align: center;
    overflow: hidden;
}
body[class*="alculators"] .maincontentinner h1.main_title {
    text-align: center;
    font-weight: bold;
    font-size: 3em;
    text-transform: uppercase;
    color: white;
    background: url('/images/wooden-table.png') no-repeat center top;
    background-position: center 8%;
    background-size: 100% auto;
    height: 8.5vw;
    margin: 0;
    padding: 5vw 0 0;
    font-family: 'Open Sans', sans-serif;
}
.calculators_wrapper {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    margin-top: 4em;
}
.calculators_card {
    display: flex;
    flex: 0 0 16%;
    flex-direction: column;
    align-items: center;
    position: relative;
    padding: 1vw;
    border-top: solid 9px #e82d1f;
    margin-bottom: 4em;
    margin-right: 2.5vw;
    box-sizing: border-box;
    -webkit-box-shadow: 0px 0px 11px 4px rgba(128,128,128,1);
    -moz-box-shadow: 0px 0px 11px 4px rgba(128,128,128,1);
    box-shadow: 0px 0px 11px 4px rgba(128,128,128,1);
}
.theme1 .calculators_card{
    flex: 0 0 25%;
}
.calculators_card:nth-child(6) {
    margin-right: 0em;
}
.calculators_description {
    text-align: center;
    margin-bottom: 6.5em;
    width: 80%;
}
.calculators_description:before {
    content: '\f10d';
    font-family: FontAwesome;
    color: #e82d1f;
    padding-right: 0.2em;
}
.calculators_description:after {
    content: '\f10e';
    font-family: FontAwesome;
    color: #e82d1f;
    padding-left: 0.2em;
}
.calculators_title {
    font-size: 1.3em;
    text-align: center;
    line-height: 1.3em;
    height: 4em;
    color: #e82d1f;
}
.cube-wrapper {
    position: absolute;
    width: 12em;
    bottom: 1vw;
}
.calculate_link {
    color: white;
    display: block;
    text-align: center;
    font-weight: bold;
    font-size: 1.1em;
    height: 100%;
    border: 1px solid #e82d1f;
    background-color: #e82d1f;
}
.calculate_link:before {
    content: "\f1ec";
    font-family: FontAwesome;
    font-size: 2em;
    position: relative;
    vertical-align: middle;
    margin-right: 0.5em;
}
.calculate_link:hover {
    background-color: transparent;
    color: #f9363e;
    border: solid 1px #f9363e;
}
@media(max-width:1523px) {
  .calculators_card span {
    width: 4rem;
    height: 4rem;
    border-radius: 2rem;
    top: -2rem;
  }
}
@media(max-width:1300px) {
  .calculators_card {
    flex: 0 0 25%;
    margin-right: 5vw;
    margin-bottom: 5vw;
  }
}
@media(max-width:1240px){
  body[class*="alculators"] .maincontentinner h1.main_title {
    background-position: center 16%;
  }
}
@media(max-width:1162px){
  body[class*="alculators"] .inner .wrapper.contentarea {
    width: 100%;
    margin: 1em auto;
  }
  .calculators_card {
    flex: 0 0 40%;
  }
  .calculators_card:nth-child(2n) {
    margin-right: 0vw;
  }
  body[class*="alculators"] .maincontentinner h1.main_title:before, 
  body[class*="alculators"] .maincontentinner h1.main_title:after {
    width: 35vw;
  }
  .calculators_description {
    margin-bottom: 8em;
  }
  .cube-wrapper {
    bottom: 1em;
  }
}
@media (max-width: 1120px) {
    body[class*="alculators"] .maincontentinner h1.main_title {
    height: 2em;
    padding: 2em 0 0;
  }
}
@media (max-width: 1000px) {
  .calculators_wrapper {
    margin-top: 2em;
  }
  .calculators_card:nth-child(2n-1) {
    margin-right: 4.5vw;
  }
}
@media (max-width: 780px) {
  body[class*="alculators"] .maincontentinner h1.main_title {
    height: 2em;
    padding: 2.5em 0 0;
    font-size: 2.5em;
  }
}
@media (max-width: 644px) {
  .calculators_card {
    flex: 0 0 80%;
    margin: 0 auto 4em;
  }
  .calculators_card:nth-child(5) {
    margin: 0 auto 0em;
  }
  .calculators_card:nth-child(2n) {
    margin-right: auto;
  }
  .calculators_card:nth-child(2n-1) {
    margin: 0 auto 4em;
  }
  .calculators_title {
    margin-top: 2em;
  }
  .calculators_title {
    height: auto;
    margin-bottom: 1em;
  }
}
@media only screen and (max-width: 380px) {
    body[class*="alculators"] .inner .contentarea #wsidebar_right div[id*="ask_questions-"].widget h2 {
      height: 12em;
    }
}
/*Calculators page sidebar ask question form*/
body[class*="alculators"] #wsidebar_right {
    width: 90%;
    float: none;
    margin: 0 auto;
}
body[class*="alculators"] #wsidebar_right div[id*="quickSearch-"] {
    display: none;
}
body[class*="alculators"] #wsidebar_right div[id*="ask_questions-"] label[for="ask-question-fname"], 
body[class*="alculators"] #wsidebar_right div[id*="ask_questions-"] label[for="edit-phone"], 
body[class*="alculators"] #wsidebar_right div[id*="ask_questions-"] label[for="ask-question-email"], 
body[class*="alculators"] #wsidebar_right div[id*="ask_questions-"] label[for="edit-message"] {
    display: none;
}
body[class*="alculators"] #wsidebar_right div[id*="ask_questions-"] {
    padding-bottom: 0em;
    -webkit-box-shadow: 0px 0px 11px 4px rgba(128,128,128,1);
    -moz-box-shadow: 0px 0px 11px 4px rgba(128,128,128,1);
    box-shadow: 0px 0px 11px 4px rgba(128,128,128,1);
}
body[class*="alculators"] #wsidebar_right div[id*="ask_questions-"] .widgets-askQuestions {
    display: flex;
    background-color: transparent;
    background: none;
    border-radius: 0;
    border: none;
    padding-bottom: 0;
}
body[class*="alculators"].inner .contentarea #wsidebar_right div[id*="ask_questions-"].widget h2.subject {
    font-size: 3em;
    color: white;
    padding: 2em 1em 0!important;
    width: 50%;
    display: flex;
    flex-direction: column;
    background: url('/images/have-questions.png') no-repeat center; 
    background-size: cover;
    margin: 0;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
}
body[class*="alculators"] #wsidebar_right div[id*="ask_questions-"] .content {
    width: 50%;
    padding: 2em 0 1em;
    border-top: solid 9px #e82d1f;
    background: none;
}
body[class*="alculators"] #wsidebar_right div[id*="ask_questions-"] input[type="submit"] {
    border-radius: 0;
    padding: 0.5em 0.2em;
    text-transform: uppercase;
    width: 91%;
    font-weight: bold;
    font-size: 1.1em;
    -webkit-box-shadow: 0 8px 6px -6px #868686;
    -moz-box-shadow: 0 8px 6px -6px #868686;
    box-shadow: 0 8px 6px -6px #868686;
}
body[class*="alculators"] #wsidebar_right div[id*="ask_questions-"] .widgets-askQuestions .form-item {
    margin: 1em 0;
    margin-top: 0;
}
body[class*="alculators"] #wsidebar_right div[id*="ask_questions-"] .widgets-askQuestions .form-item.Last-Name {
    display: none;
}
body[class*="alculators"] #wsidebar_right div[id*="ask_questions-"] .widgets-askQuestions .general-info .form-item input,
body[class*="alculators"] #wsidebar_right div[id*="ask_questions-"] .widgets-askQuestions .messages textarea {
    border: 1px solid #c7c7c7;
}
body[class*="alculators"] #wsidebar_right div[id*="ask_questions-"] .widgets-askQuestions .general-info .form-item.Name input {
    width: 89.3%;
    padding: 0.3em 0.7em;
    -webkit-box-shadow: 0 8px 6px -6px #868686;
    -moz-box-shadow: 0 8px 6px -6px #868686;
    box-shadow: 0 8px 6px -6px #868686;
}
body[class*="alculators"] #wsidebar_right div[id*="ask_questions-"] .widgets-askQuestions .general-info .form-item input {
    width: 78.6%;
    padding: 0.3em 0.7em;
    -webkit-box-shadow: 0 8px 6px -6px #868686;
    -moz-box-shadow: 0 8px 6px -6px #868686;
    box-shadow: 0 8px 6px -6px #868686;
}
body[class*="alculators"] #wsidebar_right div[id*="ask_questions-"] .widgets-askQuestions .general-info .form-item input.error {
    border: 1px solid red;
}
body[class*="alculators"] #wsidebar_right div[id*="ask_questions-"] .widgets-askQuestions .messages textarea {
    width: 89.3%;
    padding: 0.3em 0.7em;
    -webkit-box-shadow: 0 8px 6px -6px #868686;
    -moz-box-shadow: 0 8px 6px -6px #868686;
    box-shadow: 0 8px 6px -6px #868686;
}
body[class*="alculators"] #wsidebar_right div[id*="ask_questions-"] .drip-group-container {
    width: 95%;
}
body[class*="alculators"] #wsidebar_right div[id*="ask_questions-"] .chosen-container, 
body[class*="alculators"] .drip-buyer-seller-subgroup-container {
    width: 92%!important;
    left: 0vw;
}
body[class*="alculators"] #wsidebar_right div[id*="ask_questions-"] .drip-group-container .form-item, 
body[class*="alculators"] #wsidebar_right div[id*="ask_questions-"] .widgets-askQuestions .drip-group-container .form-item {
    border-radius: 0;
}
body[class*="alculators"] #wsidebar_right .chosen-container-multi .chosen-choices {
    border-radius: 0;
}
body[class*="alculators"] #wsidebar_right div[id*="ask_questions-"] #edit_drip_buyer_seller_subgroup_chosen, 
body[class*="alculators"] .drip-buyer-seller-subgroup-container {
      width: 95.9%!important;
      left: 0.9vw;
}
body[class*="alculators"] #wsidebar_right div[id*="ask_questions-"] .recaptcha-wrapper {
    width: 91.6%;
    max-width: 100%;
    -webkit-box-shadow: 0 8px 6px -6px #868686;
    -moz-box-shadow: 0 8px 6px -6px #868686;
    box-shadow: 0 8px 6px -6px #868686;
    border-radius: 0;
}
body[class*="alculators"] #wsidebar_right div[id*="ask_questions-"] .widgets-askQuestions a.disclaimer_link {
      float: none;
      width: 10%;
      margin: 0 auto;
      text-align: center;
}
body[class*="alculators"] #wsidebar_right div[id*="ask_questions-"] .widgets-askQuestions .drip-group-container .form-item {
    background-color: #f1f0f0;
    border: 1px solid #c7c7c7;
    -webkit-box-shadow: 0 8px 6px -6px #868686;
    -moz-box-shadow: 0 8px 6px -6px #868686;
    box-shadow: 0 8px 6px -6px #868686;
    margin: 1% 1.5%;
}
@media(max-width:1024px){
  body[class*="alculators"] #wsidebar_right div[id*="ask_questions-"] .widgets-askQuestions {
    flex-direction: column;
  }
  body[class*="alculators"].inner .contentarea #wsidebar_right div[id*="ask_questions-"].widget h2.subject {
    width: auto;
    height: 12em;
    padding: 1.5em 0.5em 0!important;
  }
  body[class*="alculators"] #wsidebar_right div[id*="ask_questions-"] .content {
    width: 100%;
  }
  body[class*="alculators"] #wsidebar_right div[id*="ask_questions-"] #edit_drip_buyer_seller_subgroup_chosen, 
  body[class*="alculators"] .drip-buyer-seller-subgroup-container {
    left: 1.8vw;
  }
}
@media only screen and (max-width: 768px){
  body[class*="alculators"] #wsidebar_right div[id*="ask_questions-"] .widgets-askQuestions {
    text-align: center;
    padding-left: 0%;
  }
  body[class*="alculators"].inner .contentarea #wsidebar_right div[id*="ask_questions-"].widget h2.subject {
    text-align: center!important;
  }
  body[class*="alculators"] #wsidebar_right div[id*="ask_questions-"] .widgets-askQuestions .general-info {
    width: 100%;
    float: none;
  }
  body[class*="alculators"] #wsidebar_right div[id*="ask_questions-"] .widgets-askQuestions .messages {
    float: none;
    clear: none;
    width: 100%;
  }
  body[class*="alculators"] #wsidebar_right div[id*="ask_questions-"] .widgets-askQuestions a.disclaimer_link {
    float: none;
    margin: 0em 0px 0.5em;
    width: auto;
    text-align: center;
    margin: 0.5em 35% 0;
  }
}
@media(max-width:600px){
  body[class*="alculators"] #wsidebar_right div[id*="ask_questions-"] .widgets-askQuestions .form-item {
    float: none;
    width: 100%;
  }
  body[class*="alculators"] #wsidebar_right div[id*="ask_questions-"] .widgets-askQuestions .general-info .form-item input {
    width: 89.3%;
  }
  body[class*="alculators"] #wsidebar_right div[id*="ask_questions-"] .widgets-askQuestions .drip-group-container .form-item{
    width: 47%;
    float: left;
  }
}
@media only screen and (max-width: 480px){
  body[class*="alculators"] #wsidebar_right div[id*="ask_questions-"] .widgets-askQuestions {
    width: 100%;
  }
  body[class*="alculators"].inner .contentarea #wsidebar_right div[id*="ask_questions-"].widget h2 {
    font-size: 2.5em;
    height: 14em;
  }
  body[class*="alculators"] #wsidebar_right div[id*="ask_questions-"] .widgets-askQuestions a.disclaimer_link {
    width: 30%;
    float: left;
  }
}
/*have-question text widget*/
body[class*="alculators"] #wsidebar_right div[id*="ask_questions-"] .widgets-askQuestions {
    Position:relative;
}
body[class*="alculators"] #wsidebar_right div[id*="ask_questions-"] div[id*="textWidget-0"] {
    position: absolute;
    top: 16%;
    width: 51%;
    padding: 2em 1em 0!important;
}
body[class*="alculators"].inner .contentarea #wsidebar_right div[id*="ask_questions-"] div[id*="textWidget-0"] h2.subject {
    Background: none;
    Display: none;
}
body[class*="alculators"] #wsidebar_right div[id*="ask_questions-"] div[id*="textWidget-0"] .content {
    Border-top: 0;
    width:100%;
}
body[class*="alculators"] #wsidebar_right div[id*="ask_questions-"] div[id*="textWidget-0"] p {
    color: white;
    font-weight: normal;
    font-size: 2em;
    line-height: 1.5em;
    font-family: 'Open Sans', sans-serif;
}
body[class*="alculators"] #wsidebar_right div[id*="ask_questions-"] div[id*="textWidget-0"] p:before {
    content: '\f10d';
    font-family: FontAwesome;
    color: white;
    padding-right: 0.2em;
}
body[class*="alculators"] #wsidebar_right div[id*="ask_questions-"] div[id*="textWidget-0"] p:after {
    content: '\f10e';
    font-family: FontAwesome;
    color: white;
    padding-left: 0.2em;
}
@media (max-width: 1024px) {
    body[class*="alculators"] #wsidebar_right div[id*="ask_questions-"] div[id*="textWidget-0"] {
      position: absolute;
      top: 7%;
      width: 80%;
      left: 8%;
      padding: 2em 1em 0!important;
    }
}
@media (max-width: 768px) {
    body[class*="alculators"].inner .contentarea #wsidebar_right div[id*="ask_questions-"] div[id*="textWidget-0"] .content p {
      ont-size: 1.8em;
    }
}
@media (max-width: 560px) {
    body[class*="alculators"].inner .contentarea #wsidebar_right div[id*="ask_questions-"] div[id*="textWidget-0"] .content p {
      font-size: 1.6em;
    }
    body[class*="alculators"] #wsidebar_right div[id*="textWidget-0"] {
      top: 10%;
    }
    body[class*="alculators"].inner .contentarea #wsidebar_right div[id*="ask_questions-"].widget h2.subject {
      padding: 1em 0.5em 0!important;
    }
}
@media (max-width: 480px) {
    body[class*="alculators"].inner .contentarea #wsidebar_right div[id*="ask_questions-"] div[id*="textWidget-0"] .content p {
      font-size: 1.3em;
    }
    body[class*="alculators"] #wsidebar_right div[id*="ask_questions-"] div[id*="textWidget-0"] {
      top: 7.5%;
    }
}
@media (max-width: 400px) {
    body[class*="alculators"].inner .contentarea #wsidebar_right div[id*="ask_questions-"].widget h2.subject {
      font-size: 11vw;
    }
}
@media only screen and (max-width: 380px){
    body[class*="alculators"].inner #wsidebar_right div[id*="ask_questions-"] div[id*="textWidget-0"] {
      top: 5%;
    }
}
@media only screen and (max-width: 357px){
    body[class*="alculators"].inner #wsidebar_right div[id*="ask_questions-"] div[id*="textWidget-0"] {
      top: 3%;
    }
}

/* Affordability Calculator */
body[class*=MortgageQualifier] .rh-offscreen {
    position: relative;
    left: 0;
}
body.mobileVersion[class*=MortgageQualifier] .maincontent .node #affordability-calc:not(.tiny) table td,
body.mobileVersion[class*=MortgageQualifier] .maincontent .node #affordability-calc:not(.tiny) table th {
    display: table-cell;
}
body[class*=MortgageQualifier] #affordability-calc.tiny #afford-input td {
    padding-left: 1em;
}
body.mobileVersion[class*=MortgageQualifier] #affordability-calc.tiny #afford-input #annual_income,
body.mobileVersion[class*=MortgageQualifier] #affordability-calc.tiny #afford-input #co_income {
    width: 95%;
}
body.mobileVersion[class*=MortgageQualifier] #affordability-calc.tiny #afford-input td:first-child {
    max-width: 100%;
}
body.mobileVersion[class*="MortgageQualifier"] #affordability-calc.tiny #afford-input th.estimate {
    display: none;
}
body.mobileVersion[class*="MortgageQualifier"] #affordability-calc.tiny #afford-input td.estimate {
    float: right;
    padding-right: 1.25em;
}
body.mobileVersion[class*="MortgageQualifier"] #affordability-calc.tiny #afford-input td.estimate::before {
    content: 'Estimate for me: ';
}
body.mobileVersion[class*="MortgageQualifier"] #affordability-calc.tiny #afford-input td.estimate input {
    width: fit-content;
    margin-bottom: 0.125em;
}
body.mobileVersion[class*="MortgageQualifier"] #affordability-calc.tiny #afford-input tbody > tr > td:nth-child(4) {
    width: fit-content!important;
    display: inline-block;
}

/*captcha*/
#comment_form .form-item.E-mail,
.condo-detail #pre_Construction_contact_form .contact_form .form-item.Last-Name,
#visitor_register .form-item.Name,
#user_pass .form-item.Name,
#visitor_pass .form-item.Username,
#contact_broker_form .form-item.Last-Name,
#contact_agent_form .form-item.Last-Name,
form[action*="/node/add/distressed_sales"].incom-js .form_content div.form-item.main_field:nth-child(2), 
form[action*="/node/add/sweepstakes"].incom-js .form_content div.form-item.main_field:nth-child(2),
#FreeReport-form.incom-js .form_content div.form-item.main_field:nth-child(2),
form[action*="/node/add/contactSite"].incom-js .form_content div.form-item.main_field:nth-child(2),
.property_view #property_form_tabs .widgets-askQuestions .form-item.Last-Name,
.widgets-askQuestions .general-info .form-item.Last-Name,
#appointment_form .firstC .form_content div.lastname{
    display:none;
}
.property_view #property_form_tabs #tabs-2 #appointment_form div.phone{
    padding-left:5px!important;
}
.property_view #property_form_tabs #tabs-2 #appointment_form div.lastname{
    display:none!important;
}
.widgets-askQuestions input.form-submit[disabled="disabled"]{
    opacity:0.4;
}

/*Lists*/
.blog .content ol {
    margin: 0;
    padding: 0 0 0.25em 1em;
}
.blog .content ul{
    padding: 0 0 0.25em 2em;
}
.blog .content ul,
.blog .content ol {
    list-style-position: outside;
}

/*Buying tips and selling tips sub page anchors*/
#topPage.vheader {
    height: auto; 
    font-size: 0.5em;
}
@media(min-width:1017px) {
    .inner  :target::before {
        content: "";
        display: block;
        height: 100px; /* fixed header height*/
        margin: -100px 0 0; /* negative fixed header height */
    }  
}
@media(max-width:1017px) {
    .inner  :target::before {
        content: "";
        display: block;
        height: 100px; /* fixed header height*/
        margin: -100px 0 0; /* negative fixed header height */
    }
}


.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;
text-align: center;
color: gray;
font-weight: 300;
margin: 40% 0 1.3rem;
line-height: 1.3;
}
.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;
}
.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%;
    }
}
/*Table for mobile screens*/
.mobileVersion div[id*="textWidget"] .widgets-text-widget table td,
.mobileVersion div[id*="textWidget"] .widgets-text-widget table th,
.mobileVersion.inner .maincontent .node table td,
.mobileVersion.inner .maincontent .node table th {
    display:block;
    width: auto!important;
}
.mobileVersion div[id*="textWidget"] .widgets-text-widget table,
.mobileVersion.inner .maincontent .node table {
    width: 100%!important;
}

/*Featured listings price unit*/
div.featuredListingPrice .price_unit,
#property_div_single ul .price_unit {
    text-transform: uppercase;
    vertical-align: top;
    margin: -2px 0 0 1px;
    display: inline-block;
    font-size: .6rem;
    font-weight: 600;
}

/*Join our team section on the front page*/
.front .widgets-text-widget .jointxt h3 strong {
    font-weight: bold;
}

/*About me text alignment*/
.inner .widget .widgets-text-widget .rteleft {
    text-align: left;
}
.inner .widget .widgets-text-widget .rteright {
    text-align: right;
}
.inner .widget .widgets-text-widget .rtecenter {
    text-align: center;
}
.inner .widget .widgets-text-widget .rtejustify {
    text-align: justify;
} 
body.inner .widget .widgets-text-widget h2 {
    font-size: 1.5em;
}
.inner .widget .widgets-text-widget h2.rteleft {
    text-align: left!important;
}
.inner .widget .widgets-text-widget h2.rteright {
    text-align: right!important;
}
.inner .widget .widgets-text-widget h2.rtecenter {
    text-align: center!important;
}
.inner .widget .widgets-text-widget h2.rtejustify {
    text-align: justify!important;
} 
body[class*="buying_tips"] h3,
body[class*="buying_tips"] h4,
body[class*="selling_tips"] h3,
body[class*="selling_tips"] h4 {
    font-size: 1em;
} 

/*Featured listings page rented/leased/sold labels*/
.property_item .forsold img.status_property,
.property_item .forrented img.status_property,
.property_item .forleased img.status_property,
.property_item .imageproperty:not(.forsale):not(.forrent):not(.forlease):before {
    display: none;
}
.property_item .imageproperty:not(.forsale):not(.forrent):not(.forlease):after {
    content: 'Sold';
    text-transform: uppercase;
    width: 100%;
    text-align: center;
    font-size: 16px;
    padding: 0.3em;
    position: absolute;
    left: calc(-50% + 1em);
    top: 1em;
    color: #fff;
    background-color: rgb(255,0,0);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 2;
}
.property_item .imageproperty.forrented:not(.forsale):not(.forrent):not(.forlease):after {
    content: 'Rented';
    background-color: rgb(137,17,199);
}
.property_item .imageproperty.forleased:not(.forsale):not(.forrent):not(.forlease):after {
    content: 'Leased';
    background-color: rgb(137,17,199);
}
/*Featured listings page for rent/lease/sale labels*/
.property_item .imageproperty.forsale:before {
    background: #fff url('/themes/bannertheme/images/forsale.png') no-repeat center;
}
.property_item .imageproperty.forrent:before {
    background: #fff url('/themes/bannertheme/images/forrent.png') no-repeat center;
}
.property_item .imageproperty.forlease:before {
    background: #fff url('/themes/bannertheme/images/forlease.png') no-repeat center;
}

/*Old property search*/
#gmapSearch2 #gmapSearchList .property_map_item h2 {
    font-size: 1em;
}
@media (max-width: 1330px) {
    #gmapSearch2 #gmapSearchList .property_map_item h2 {
        font-size: .8em;
    }
}
@media (max-width: 1168px) {
    #gmapSearch2 .property_map_item .viewStreet {
        margin-top: 1em;
    }
}
@media (max-width: 1080px) {
    #gmapSearch2 #gmapSearchList .property_map_item.odd, 
    #gmapSearch2 #gmapSearchList .property_map_item.even {
        width: 45%;
    }
    #gmapSearch2 #gmapSearchList .property_map_item h2 {
        margin: 1em 2% 0;
    }
}
@media (max-width: 1025px) {
    #gmapSearch2 .property_map_item .viewStreet {
        margin-top: 0;
    }
}
@media (max-width: 919px) {
    #gmapSearch2 .property_map_item .viewStreet {
        margin-top: 1em;
    }
}
@media (max-width: 730px) {
    #gmapSearch2 #gmapSearchList .property_map_item.odd, 
    #gmapSearch2 #gmapSearchList .property_map_item.even {
        float: none;
        width: 80%;
        margin: 0 auto;
    }
    #gmapSearch2 .property_map_item .viewStreet {
        margin-top: 0em;
    }
}  
@media (max-width: 568px) {
    #gmapSearch2 .property_map_item ul .features_sheet_map_page a {
        display: inline;
    }
    #gmapSearch2 .property_map_item ul .features_sheet_map_page a:before {
        display: none;
    }
}
@media (max-width: 513px) {
    #gmapSearch2 .property_map_item .viewStreet ul {
        margin-top: 1.5em;
    } 
}


/* Form error message stytling */
.front .form-item small.error,
.inner .form-item small.error,
.front .drip-group-container-wrapper small.error,
.inner .drip-group-container-wrapper small.error{
    display:block;
    font-size: 0.8em;
    line-height: 1.1;
    margin: 0.5em 0;
}
.front .drip-group-container-wrapper small.error,
.inner .drip-group-container-wrapper small.error{
    margin: 0 0 1em 0;
}

#visitor_register div div.form-item small.error{
    padding-left: 23%;
    font-size: 0.8em;
    line-height: 1.1;
    margin: 0.5em 0;
}

@media(min-width:480px){
    #visitor_register div div.form-item small.error{
        padding-left: 255px;
    }
}

/*Blog page font*/
body .blog .content ul,
body .blog .content ol,
body .blog .content span {
    font-family: 'Montserrat', sans-serif;
}
body .blog .content ul,
body .blog .content ol {
    font-size: .85vw;
}
@media (max-width: 1024px) {
    body .blog .content ul,
    body .blog .content ol {
        font-size: .85rem;
    }
} 

/*Login with Google/Facebook*/
._visitor.inner .maincontent,
._visitor_register.inner .maincontent,
._visitor_password.inner .maincontent {
    display: flex;
    flex-wrap: wrap;
    width: 50%;
    padding: 0;
    -webkit-box-shadow: 0px 0px 11px 2px rgb(162 160 160);
    -moz-box-shadow: 0px 0px 11px 2px rgb(162 160 160);
    box-shadow: 0px 0px 11px 2px rgb(162 160 160);
    font-family: 'Montserrat', sans-serif;
    margin-left: 3.5vw;
}
body[class*="visitor"] .maincontent .menutab,
._visitor.inner .maincontent .maincontentinner,
._visitor_register.inner .maincontent .maincontentinner,
._visitor_password.inner .maincontent .maincontentinner {
    width: 100%;
}
body[class*="visitor"] .maincontent .menutab ul.primary {
    padding: 0;
    border-bottom: 0;
    display: flex;
    margin-bottom: 0;
}
body[class*="visitor"] .maincontent .menutab ul.primary li:nth-child(1) {
    display: none;
}
body[class*="visitor"] .maincontent .menutab ul.primary li {
    flex-grow: 1;
}
body[class*="visitor"] .maincontent .menutab ul.primary li a {
    margin-right: 0;
    border: 0;
    border-bottom: 0;
    display: block;
    text-align: center;
    padding: 1vw;
    text-transform: uppercase;
    color: #333;
}
body[class*="visitor"] .maincontent .menutab ul.primary li a:hover {
    background-color: #ddd;
}
body[class*="visitor"] .maincontent .menutab ul.primary li.active a:hover {
    background-color: transparent;
}
._visitor.inner .maincontent .maincontentinner,
._visitor_register.inner .maincontent .maincontentinner,
._visitor_password.inner .maincontent .maincontentinner,
body[class*="visitor"] .maincontent .login_alternatives {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
body[class*="visitor"] .maincontent .visitor_login_block {
    width: 100%;
    padding: 3vw 4vw;
    font-family: 'Montserrat', sans-serif;
}
#social_sign_in_button_google,
#social_sign_in_button_facebook {
    width: 100%;
    display: flex;
}
#social_sign_in_button_google {
    background-color: #4c8bf5;
    margin-bottom: 1em;
}
#social_sign_in_button_facebook {
    background-color: #4267B2;
}
#social_sign_in_button_google a,
#social_sign_in_button_facebook a {
    text-align: center;
    width: 88%;
    color: #fff;
    font-weight: bold;
    font-size: 1em;
    padding: 1vw;
    display: block;
}
.social_icon.google_icon,
.social_icon.facebook_icon {
    width: 12%;
}
.social_icon.google_icon {
    background: url(/images/google_icon_colorful_bg.png) no-repeat center;
    background-size: auto 80%;
}
.social_icon.facebook_icon {
    background: url(/images/f_logo_RGB-White_58.png) no-repeat center;
    background-size: auto 80%;
}
.or-separator {
    color: #bbb;
    display: flex;
    align-items: center;
    margin: 3em 0;
}
.or-separator .line {
    flex-grow: 1;
    height: 2px;
    background-color: #ddd;
}
.or-separator .text {
    padding: 0 1em;
    color: #333;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
}
body[class*="visitor"] #user_login .form-item .form-text,
body[class*="visitor_password"] .E-mail-address input {
    width: 93%;
    padding: 1vw;
    color: #5e5c5c !important;
    border: solid 1px #aeaeae;
    font-family: 'Montserrat', sans-serif;
}
body[class*="visitor"].inner .maincontent input[type="submit"],
body[class*="visitor_password"] .maincontent #visitor_pass .form-submit {
    width: 93.5%;
    border-radius: 0;
    margin-top: 1.3em;
    padding: 1vw;
    font-size: 1em;
    font-family: 'Montserrat', sans-serif;
} 
body[class*="visitor"] .maincontent .item-list ul li {
    list-style-type: none;
    margin: 0.5em 0 0;
    text-align: center;
}
body[class*="visitor"] .maincontent .item-list ul li a {
    color: #333;
    font-weight: bold;
}
/*Register with Google/Facebook*/
body[class*="visitor_register"] .maincontent .breadcrumb,
body[class*="visitor_register"] .maincontentinner h1.main_title {
    display: none;
}
body[class*="visitor_register"] .maincontentinner h1.main_title_custom {
    width: 100%;
    padding: 3vw 4vw 0;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.3vw;
}
body[class*="visitor_register"] .maincontent .visitor_login_block {
    padding-top: 0.5vw;
}
body[class*="visitor_register"] .reg_description {
    margin-bottom: 3em;
    font-family: 'Montserrat', sans-serif;
}
body[class*="visitor_register"] .reg_description p {
    font-family: 'Montserrat', sans-serif;
    font-size: 1em;
}
body[class*="visitor_register"] .reg_description ul {
    list-style-position: outside;
    padding-left: 1.2vw;
    font-size: 1em;
}
body[class*="visitor_register"] #visitor_register div * {
    font-family: 'Montserrat', sans-serif;
}
body[class*="visitor_register"] #visitor_register div div.form-item label {
    float: none;
    text-align: left;
    width: 100%;
    padding-right: 0;
    font-size: 1em;
}
body[class*="visitor_register"] #visitor_register div div.form-item input {
    width: 92.5%;
    font-size: 1em;
    padding: 1vw;
    color: #5e5c5c;
    border: solid 1px #aeaeae;
}
body[class*="visitor_register"] #visitor_register div div.form-item div.description {
    color: #727272;
    font-style: italic;
    font-size: .9em;
    padding-left: 0;
}
body[class*="visitor_register"] .maincontent #visitor_register input.form-submit {
    margin-left: 0;
    display: block;
    width: 93%;
    height: auto;
    padding: 1vw;
    margin-top: 2em;
    font-size: 1em;
}
body[class*="visitor_register"] #visitor_register .drip-group-container-wrapper {
    margin-top: 1em;
    font-size: 1em;
}
body[class*="visitor_register"] #visitor_register .drip-group-container-wrapper label,
body[class*="visitor_register"] #visitor_register span[title="This field is required."],
body[class*="visitor_register"] #visitor_register .drip-group-container-wrapper .dripUp2,
body[class*="visitor_register"] #visitor_register .register_name_group,
body[class*="visitor_register"] #visitor_register .register_address_group {
    font-size: 1em;
}
body[class*="visitor_register"] #visitor_register .chosen-container-multi .chosen-choices {
    border: solid 1px #aeaeae;
    border-radius: 0;
    padding: 0 5px;
}
body[class*="visitor_register"] #visitor_register .chosen-container-multi .chosen-choices .search-choice {
    margin: 3px 0px;
    margin-right: 4px;
    padding: 3px 20px 3px 5px;
}
body[class*="visitor_register"] #visitor_register .chosen-container .chosen-results li {
    padding: 5px 6px;
}
body[class*="visitor_register"] #visitor_register .register_name_group,
body[class*="visitor_register"] #visitor_register .register_address_group {
    display: flex;
    Flex-wrap: wrap;
}
body[class*="visitor_register"] #visitor_register .register_name_group .form-item,
body[class*="visitor_register"] #visitor_register .register_address_group .form-item {
    width: 40%;
}
body[class*="visitor_register"] #visitor_register .register_name_group .form-item.First-Name, 
body[class*="visitor_register"] #visitor_register .register_address_group .form-item.Street-Address,
body[class*="visitor_register"] #visitor_register .register_address_group .form-item.Province {
    margin-right: 3.8vw;
}
body[class*="visitor_register"] #visitor_register .register_name_group .form-item input,
body[class*="visitor_register"] #visitor_register .register_address_group .form-item input {
    width: 100%;
}
/*Forgot password page*/
body[class*="visitor_password"] .maincontent .breadcrumb {
    display: none;
}
body[class*="visitor_password"] .maincontentinner h1.main_title {
    font-size: 1.3vw;
}
body[class*="visitor_password"] .maincontentinner h1.main_title,
body[class*="visitor_password"] #user_login .description p {
    font-family: 'Montserrat', sans-serif;
}
body[class*="visitor_password"] #user_login .description p {
    font-size: 1em;
}
body[class*="visitor"] .maincontent form .form-item label,
body[class*="visitor"] #visitor_register div div.form-item {
    font-size: 1em;
}
body[class*="visitor_password"] .maincontent .menutab ul.primary li:nth-child(2) {
    border-right: solid 1px #c8c5c5;
}
body[class*="visitor_password"] .maincontent #visitor_pass .form-submit {
    height: auto;
}
body[class*="visitor"] .message {
    width: 100%;
}
body[class*="visitor"] .message .messages.error {
    width: auto;
    margin: 1vw;
    border: 1px solid red;
}

._node_add_free_home_valuation_lead_form_view .widgetsRegions.trackwidgetsRegions.ui-sortable,
._node_add_dream_home_lead_form_view .widgetsRegions.trackwidgetsRegions.ui-sortable {
    display: none;
}

@media (max-width: 1460px) {
    body[class*="visitor_register"] .maincontentinner h1.main_title_custom,
    body[class*="visitor_password"] .maincontentinner h1.main_title {
        font-size: 1.2em;
    }
    body[class*="visitor"] .maincontent .menutab ul.primary li a {
        padding: 1.4em; 
    }
    #social_sign_in_button_google a, 
    #social_sign_in_button_facebook a,
    body[class*="visitor"].inner .maincontent input[type="submit"],
    body[class*="visitor_password"] .maincontent #visitor_pass .form-submit,
    body[class*="visitor"] #user_login .form-item .form-text,
    body[class*="visitor_password"] .E-mail-address input,
    body[class*="visitor_register"] .maincontent #visitor_register input.form-submit {
        padding: 1em;
    }
    .social_icon.google_icon, 
    .social_icon.facebook_icon {
        width: 4em;
    }
    #social_sign_in_button_google a, 
    #social_sign_in_button_facebook a {
        width: auto;
        margin: 0 auto;
        flex-grow: 1;
    }
    body[class*="visitor"] #user_login .form-item .form-text,
    body[class*="visitor_password"] .E-mail-address input,
    body[class*="visitor_register"] #visitor_register div div.form-item input {
        width: 92%;
    }
    body[class*="visitor"] .maincontent .visitor_login_block {
        padding: 3em 4em;
    }
    body[class*="visitor"].inner .maincontent input[type="submit"],
    body[class*="visitor_password"] .maincontent #visitor_pass .form-submit {
        width: 92.3%;
    }
    body[class*="visitor_register"] .maincontentinner h1.main_title_custom {
        padding: 2em 3.3em 0;
    }
    body[class*="visitor_register"] .maincontent .visitor_login_block {
        padding-top: 0.5em;
    }
    body[class*="visitor_register"] .reg_description ul {
        padding-left: 1.2em;
    }
    body[class*="visitor_register"] #visitor_register div div.form-item input {
        padding: 1em;
    }
    body[class*="visitor_register"] #visitor_register .register_name_group .form-item input, 
    body[class*="visitor_register"] #visitor_register .register_address_group .form-item input {
        width: 97%;
    }
}
@media (max-width: 1340px) {
    ._visitor.inner .maincontent,
    ._visitor_register.inner .maincontent,
    ._visitor_password.inner .maincontent {
        margin-left: 6.5em;
    }
    body[class*="visitor_register"] #visitor_register .register_name_group .form-item input, 
    body[class*="visitor_register"] #visitor_register .register_address_group .form-item input {
        width: 100%;
    }
}
@media (max-width: 1190px) {
    body[class*="visitor_register"] #visitor_register .register_name_group .form-item.First-Name, 
    body[class*="visitor_register"] #visitor_register .register_address_group .form-item.Street-Address, 
    body[class*="visitor_register"] #visitor_register .register_address_group .form-item.Province {
        margin-right: 4.3vw;
    }    
}
@media (max-width: 1024px) {
    body[class*="visitor"] #user_login .form-item .form-text,
    body[class*="visitor_password"] .E-mail-address input,
    body[class*="visitor_register"] #visitor_register div div.form-item input,
    body[class*="visitor_register"] #visitor_register .register_name_group .form-item input, 
    body[class*="visitor_register"] #visitor_register .register_address_group .form-item input {
        width: 90%;
    }
    body[class*="visitor"].inner .maincontent input[type="submit"],
    body[class*="visitor_password"] .maincontent #visitor_pass .form-submit,
    body[class*="visitor_register"] .maincontent #visitor_register input.form-submit {
        width: 90.7%;
    }
    body[class*="visitor_register"] #visitor_register .register_name_group .form-item.First-Name, 
    body[class*="visitor_register"] #visitor_register .register_address_group .form-item.Street-Address, 
    body[class*="visitor_register"] #visitor_register .register_address_group .form-item.Province {
        margin-right: 0;
    }
    body[class*="visitor_register"] #visitor_register .register_name_group .form-item, 
    body[class*="visitor_register"] #visitor_register .register_address_group .form-item {
        width: auto;
    }
}
@media (max-width: 875px) {
    ._visitor.inner .maincontent,
    ._visitor_register.inner .maincontent,
    ._visitor_password.inner .maincontent {
        margin: 0 auto 3em;
        width: 60%;
    }
}
@media (max-width: 768px) {
    ._visitor.inner .maincontent,
    ._visitor_register.inner .maincontent,
    ._visitor_password.inner .maincontent {
        width: 80%;
    }
    body[class*="visitor"] #user_login .form-item .form-text,
    body[class*="visitor_password"] .E-mail-address input,
    body[class*="visitor_register"] #visitor_register div div.form-item input,
    body[class*="visitor_register"] #visitor_register .register_name_group .form-item input, 
    body[class*="visitor_register"] #visitor_register .register_address_group .form-item input {
        width: 92.3%;
    }
    body[class*="visitor"].inner .maincontent input[type="submit"],
    body[class*="visitor_password"] .maincontent #visitor_pass .form-submit,
    body[class*="visitor_register"] .maincontent #visitor_register input.form-submit {
        width: 92.6%;
    }
}
@media (max-width: 600px) {
    ._visitor.inner .maincontent,
    ._visitor_register.inner .maincontent,
    ._visitor_password.inner .maincontent {
        width: 93%;
    }
}
@media (max-width: 480px) {
    body[class*="visitor"] .maincontent .visitor_login_block {
        padding: 2em 3em;
    }
    #social_sign_in_button_google a, 
    #social_sign_in_button_facebook a {
        font-size: .9em;
    }
    .social_icon.google_icon, 
    .social_icon.facebook_icon {
        width: 3.2em;
    }
    body[class*="visitor"] #user_login .form-item .form-text,
    body[class*="visitor_password"] .E-mail-address input,
    body[class*="visitor_register"] #visitor_register div div.form-item input,
    body[class*="visitor_register"] #visitor_register .register_name_group .form-item input, 
    body[class*="visitor_register"] #visitor_register .register_address_group .form-item input {
        width: 89.5%;
    }
    body[class*="visitor"].inner .maincontent input[type="submit"],
    body[class*="visitor_password"] .maincontent #visitor_pass .form-submit,
    body[class*="visitor_register"] .maincontent #visitor_register input.form-submit {
        width: 90%;
    }
    body[class*="visitor_register"] .maincontentinner h1.main_title_custom {
        padding: 1.5em 2.5em 0;
    }
    body[class*="visitor_register"] .maincontent .visitor_login_block {
        padding: 0.5em 3em 2em;
    }
}
@media (max-width: 414px) {
    body[class*="visitor"] #user_login .form-item .form-text,
    body[class*="visitor_password"] .E-mail-address input,
    body[class*="visitor_register"] #visitor_register div div.form-item input,
    body[class*="visitor_register"] #visitor_register .register_name_group .form-item input, 
    body[class*="visitor_register"] #visitor_register .register_address_group .form-item input {
        width: 87%;
    }
    body[class*="visitor"].inner .maincontent input[type="submit"],
    body[class*="visitor_password"] .maincontent #visitor_pass .form-submit,
    body[class*="visitor_register"] .maincontent #visitor_register input.form-submit {
        width: 87.5%;
    }
}
@media (max-width: 390px) {
    body[class*="visitor_register"] .maincontentinner h1.main_title_custom {
        padding: 1.5em 1.9em 0;
    }
}
@media (max-width: 375px) {
    body[class*="visitor_register"] .maincontentinner h1.main_title_custom {
        padding: 1.5em 1.5em 0;
    }
    body[class*="visitor_password"] .maincontentinner h1.main_title {
        font-size: 5vw;
    }
    body[class*="visitor"] .maincontent form#visitor_pass .form-item label {
        font-size: .9em;
    }
}
@media (max-width: 360px) {
    body[class*="visitor"] .maincontent .visitor_login_block {
        padding: 1.5em 2em;
    }
    body[class*="visitor_register"] .maincontent .visitor_login_block {
        padding: 0.5em 2em 1.5em;
    }
    body[class*="visitor_register"] .maincontentinner h1.main_title_custom {
        padding: 1.5em 1.2em 0;
    }
}
@media (max-width: 320px) {
    .social_icon.google_icon, 
    .social_icon.facebook_icon {
        width: 2.7em;
    }
    #social_sign_in_button_google a, 
    #social_sign_in_button_facebook a {
        font-size: .8em;
    }
    body[class*="visitor"] #user_login .form-item .form-text,
    body[class*="visitor_password"] .E-mail-address input,
    body[class*="visitor_register"] #visitor_register div div.form-item input,
    body[class*="visitor_register"] #visitor_register .register_name_group .form-item input, 
    body[class*="visitor_register"] #visitor_register .register_address_group .form-item input {
        width: 85.6%;
    }
    body[class*="visitor"].inner .maincontent input[type="submit"],
    body[class*="visitor_password"] .maincontent #visitor_pass .form-submit,
    body[class*="visitor_register"] .maincontent #visitor_register input.form-submit {
        width: 86%;
    }
    body[class*="visitor_register"] .maincontent .visitor_login_block {
        width: 84%;
    }
    body[class*="visitor_register"] #visitor_register .drip-group-container-wrapper label, 
    body[class*="visitor_register"] #visitor_register span[title="This field is required."], 
    body[class*="visitor_register"] #visitor_register .drip-group-container-wrapper .dripUp2,
    body[class*="visitor_register"] #visitor_register div div.form-item label,
    body[class*="visitor_register"] .reg_description p,
    body[class*="visitor_register"] .reg_description ul,
    body[class*="visitor"] .maincontent form .form-item label, 
    body[class*="visitor"] #visitor_register div div.form-item,
    body[class*="visitor"].inner .maincontent input[type="submit"], 
    body[class*="visitor_password"] .maincontent #visitor_pass .form-submit,
    body[class*="visitor"] #user_login .form-item .form-text,
    body[class*="visitor_password"] .E-mail-address input,
    body[class*="visitor_password"] #user_login .description p {
        font-size: .9em;
    }
    body[class*="visitor_register"] .maincontentinner h1.main_title_custom {
        font-size: 1.1em;
    }
    body[class*="visitor_register"] .maincontentinner h1.main_title_custom {
        padding: 1.5em 1.5em 0;
    }
}

/***** hide office name  *******/
body.hide_office_name .mainuser span.agent_office, body.hide_office_name .mainuser .agent_office_name{
    display: none;
}
body.hide_office_name .mainuser .office_name, body.hide_office_name #contactdata .office_name{
    display: none;
}