<!DOCTYPE html>
    <html lang="en">

    <head><meta name="description" content="While our Parowan Real Estate Blog is coming soon, request a free marketing plan to sell your home for top dollar. Connect with Sam Dodd Team for expert buying and selling real estate services in Parowan.">

        <meta charset="utf-8">        
        <meta http-equiv="Content-Security-Policy" content="upgrade-insecure-requests">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <title>Parowan Real Estate Blog | Sell Your Home Fast | Sam Dodd Team</title>
        <!-- meta data -->
        <!-- rich snippet -->
        <script type="application/ld+json">{"@context":"https:\/\/schema.org","@type":"LocalBusiness","name":"Sam Dodd Team | eXp Realty | PLACE","url":"https:\/\/www.cedarcityonline.com","image":"https:\/\/cdn1.brivityidx.com\/assets\/images\/agent-photos\/1\/3\/8\/13838992\/23298_4590b26a43ec1552.png","telephone":"14355033230","address":{"@type":"PostalAddress","streetAddress":"76 West Harding Ave. Suite 4","addressLocality":"Cedar City","addressRegion":"UT","postalCode":"84720","addressCountry":"US"},"sameAs":["https:\/\/www.facebook.com\/sam.dodd2","https:\/\/x.com\/SamDodd1","https:\/\/www.instagram.com\/samdodd1\/","https:\/\/www.youtube.com\/channel\/UCQQ93Oi4zp1oQsu-5fCILWw"]}</script>

        <link rel="preconnect" href="https://www.google.com">
        <link rel="preconnect" href="https://www.gstatic.com" crossorigin>
        <link rel="preconnect" href="https://maps.googleapis.com" crossorigin>
        <link rel="preconnect" href="https://maps.gstatic.com" crossorigin>
        <link rel="preconnect" href="https://cdn1.brivityidx.com" crossorigin>
        <link rel="dns-prefetch" href="https://cdn1.brivityidx.com">

        <!-- Loading Bootstrap -->

        <!-- we need to hold this for further font removal investigation, but this broke recaptcha as is -->
        <!-- <script>
            var head = document.getElementsByTagName('head')[0]
            var insertBefore = head.insertBefore;
            head.insertBefore = function (newElement, referenceElement) {
                // intercept font download
                if (newElement.src
                    && newElement.src.indexOf('https://www.gstatic.com/recaptcha') === 0) {
                    return;
                }
                // intercept style elements for IEs
                if (newElement.tagName.toLowerCase() === 'style'
                    && newElement.styleSheet
                    && newElement.styleSheet.cssText
                    && newElement.styleSheet.cssText.replace('\r\n', '').indexOf('.gm-style') === 0) {
                    return;
                }
                // intercept style elements for other browsers
                if (newElement.tagName.toLowerCase() === 'style'
                    && newElement.innerHTML
                    && newElement.innerHTML.replace('\r\n', '').indexOf('.gm-style') === 0) {
                    return;
                }
                insertBefore.call(head, newElement, referenceElement);
            }; 
        </script> -->
        <!-- <link rel="preload" href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.8/dist/css/bootstrap.min.css" as="style" onload="this.onload=null;this.rel='stylesheet'">
        <noscript><link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.8/dist/css/bootstrap.min.css"></noscript> -->

        <!-- <link rel="preload" href="/css/property-details/property-details.min.css" as="style" onload="this.onload=null;this.rel='stylesheet'">
        <noscript><link rel="stylesheet" href="/css/property-details/property-details.min.css"></noscript> -->


        <!-- meta location -->
        <!-- set favicon -->
        <link rel="shortcut icon" href="https://cdn1.brivityidx.com/assets/images/uploads/107294/samdodd_fav_922.png" type="image/x-icon">

        <link href="https://cdn1.brivityidx.com/assets/css/build-site.min.css?ck=" rel="stylesheet">

        <link href="https://cdn1.brivityidx.com/assets/css/build-chatbot-v1.min.css?ck=" rel="stylesheet" media="print" onload="this.media='all'"><noscript><link href="https://cdn1.brivityidx.com/assets/css/build-chatbot-v1.min.css?ck=" rel="stylesheet"></noscript>

        <link rel="canonical" href="https://www.cedarcityonline.com/blog?feed=rss2">

        <!--headerIncludes-->

        <script>
            function deferScriptOnLoad(url, sleep = 0) {
                window.addEventListener('load', function () {
                    deferScript(url, sleep);
                });
            }
            function deferScript(url, sleep = 0) {
                if (sleep > 0) {
                    setTimeout(() => {
                        deferScript(url);
                    }, sleep);
                    return;
                }
                let s = document.createElement('script');
                s.type = 'text/javascript';
                s.async = true;
                s.src = url;
                let x = document.getElementsByTagName('head')[0];
                x.appendChild(s);
            }
            function shouldLoadChatbotImmediately() {
                const settingsEl = document.getElementById('hchatbot_settings');
                if (!settingsEl) return false;

                const version = Number(settingsEl.dataset.chatbotVersion);
                let isInitialized = false;

                try {
                    const session = JSON.parse(sessionStorage.getItem('cbSession') || '{}');
                    isInitialized = session.chatbotInitialized === true;
                } catch (e) {}

                return version > 1 && isInitialized;
            }

            const googleApiKey = 'AIzaSyAjpuNg6WGCMV5rzoJcIP2QmMTVto6hYmc'

            // keep this here while I find a solution to the non chrome browsers not accepting the script
            // function loadScriptIfDomainMatches(keywords, scriptUrl) {
            //     document.addEventListener("DOMContentLoaded", () => {
            //         let windowKeys = Object.keys(window).filter(key => key.includes("HomeValue"));
            //         const page = document.getElementById("page");
            //         const searchAddress = page.querySelector('input[id="search_address"]');

            //         if (windowKeys.length > 1 || searchAddress !== null) {
            //             if (window.google && google.maps) {
            //                 return;
            //             } else {
            //                 const script = document.createElement('script');

            //                 script.src = "https://maps.googleapis.com/maps/api/js?libraries=geometry,places,drawing&key=&loading=async";
            //                 script.type = 'text/javascript';
            //                 document.body.appendChild(script);

            //                 if (searchAddress) {
            //                     let selectorId = searchAddress.id;
                         
            //                     setTimeout(() => {
            //                         initAutocomplete(`#${selectorId}`, true);
            //                     }, 1000);
            //                 }
            //             }
            //         }
            //     });

            //     if (keywords.some(keyword => window.location.pathname.includes(keyword))) {
            //         const matchingKeyword = keywords.find(keyword => window.location.pathname.includes(keyword));
            //         const script = document.createElement('script');

            //         scriptUrl = matchingKeyword === "search" ? scriptUrl : `${scriptUrl}&loading=async`;

            //         script.src = scriptUrl;
            //         script.type = 'text/javascript';

            //         document.head.appendChild(script);
            //     }
            // }

            // const keyword = ["search", "homes-for-sale", "sell", "homevalue"]; // Replace with the keyword you want to check
            // const scriptUrl = "https://maps.googleapis.com/maps/api/js?libraries=geometry,places,drawing&key=" // Replace with the URL of your script
            // loadScriptIfDomainMatches(keyword, scriptUrl);
        </script>
    <link href="https://cdn1.brivityidx.com/assets/css/style-headers.min.css" rel="stylesheet"><link href="https://cdn1.brivityidx.com/assets/css/style-premium.min.css" rel="stylesheet"><link href="https://cdn1.brivityidx.com/idx-sites/2/3/2/23298/site_custom.css?v=1781034470" rel="stylesheet"><script type="text/javascript" src="https://cdn1.brivityidx.com/idx-sites/2/3/2/23298/global_js_variables.js?v=1781034470"></script><!-- Duplicate Listing Removal --->
<script>
(function () {
  'use strict';

  // ---------------- Page gating (/, /index, and anything starting with /search) ----------------
  function pageMatches() {
    var path = (window.location.pathname || '/');
    var isHome = (path === '/') || (path === '/index') || path.endsWith('/index');
    var isSearch = path.startsWith('/search'); // supports /search, /search/..., /search#...
    return { isHome: isHome, isSearch: isSearch, run: isHome || isSearch };
  }
  var gate = pageMatches();
  if (!gate.run) return;

  // ---------------- Address normalization (unit-aware; directionals ignored) ----------------
  var STREET_TYPE_MAP = {
    st:'st',street:'st', rd:'rd',road:'rd', ave:'ave',avenue:'ave',av:'ave',
    blvd:'blvd',boulevard:'blvd', dr:'dr',drive:'dr', ln:'ln',lane:'ln',
    ct:'ct',court:'ct', pl:'pl',place:'pl', ter:'ter',terr:'ter',terrace:'ter',
    pkwy:'pkwy',parkway:'pkwy', hwy:'hwy',highway:'hwy', way:'way',
    trl:'trl',trail:'trl', cir:'cir',circle:'cir', loop:'loop',
    aly:'aly',alley:'aly', sq:'sq',square:'sq', cv:'cv',cove:'cv'
  };
  var DIR_SET = (function(){ var d=Object.create(null);
    ['n','s','e','w','ne','nw','se','sw','north','south','east','west','northeast','northwest','southeast','southwest']
      .forEach(function(k){ d[k]=true; }); return d; })();
  function isDirectional(tok){ return !!DIR_SET[String(tok||'').toLowerCase().replace(/\./g,'')]; }
  function normalizeCity(s){ return String(s||'').toLowerCase().replace(/\s{2,}/g,' ').trim(); }
  function normalizeAddress(s){
    if(!s) return '';
    return String(s).toLowerCase()
      .replace(/\b(apt|apartment|unit|ste|suite|lot|space|bldg|building)\b\.?\s*/gi,' ')
      .replace(/\B#\s*/g,'#').replace(/[,\u00A0]/g,' ')
      .replace(/[^\w\s#.-]/g,'').replace(/\s{2,}/g,' ').trim();
  }
  function stripDirectionals(tokens){
    while(tokens.length && isDirectional(tokens[tokens.length-1])) tokens.pop();
    while(tokens.length && isDirectional(tokens[0])) tokens.shift();
    return tokens;
  }
  function extractStreetParts(streetRaw, unitRaw){
    var s = String(streetRaw||'').toLowerCase().replace(/[,\u00A0]/g,' ').replace(/\s{2,}/g,' ').trim();
    var unit = null;
    s = s.replace(/\b(apt|apartment|unit|ste|suite|lot|space|bldg|building)\b\.?\s*#?\s*([\w-]+)\b/gi, function(_,__,id){ unit = unit||String(id).toLowerCase(); return ' '; });
    s = s.replace(/\B#\s*([\w-]+)\b/g, function(_,id){ unit = unit||String(id).toLowerCase(); return ' '; });
    s = s.replace(/\s{2,}/g,' ').trim();

    var tokens = s.split(' ').filter(Boolean);
    var number = null;
    if(tokens.length && /^[0-9]+[a-z]?$/.test(tokens[0])) number = tokens.shift();

    tokens = stripDirectionals(tokens);

    var type = null;
    if(tokens.length){
      var maybe = tokens[tokens.length-1].replace(/\./g,'');
      var canon = STREET_TYPE_MAP[maybe];
      if(canon){ type = canon; tokens.pop(); }
    }
    tokens = stripDirectionals(tokens);

    var name = tokens.join(' ').replace(/\s{2,}/g,' ').trim();
    var unitField = String(unitRaw||'').trim();
    if(!unit && unitField) unit = unitField.toLowerCase();
    return { number:number, name:name, type:type, unit:unit };
  }
  function partsFromListing(listing){
    var a = (listing && listing.address) || {};
    var p = extractStreetParts(a.street || a.street1 || a.line1 || '', a.unit || a.unitNumber || a.line2 || '');
    var city  = normalizeCity(a.city || '');
    var state = String(a.state || '').trim().toUpperCase();
    var zip   = String(a.postalCode || a.zip || '').trim();
    return { number:p.number, name:p.name, type:p.type, unit:p.unit, city:city, state:state, zip:zip };
  }
  function fallbackKey(listing){
    var a = (listing && listing.address) || {};
    var p = extractStreetParts(a.street || a.street1 || a.line1 || '', a.unit || a.unitNumber || a.line2 || '');
    var name = (p.number && p.name) ? (p.number + ' ' + p.name + (p.type ? ' ' + p.type : '')) : normalizeAddress(a.street || a.street1 || a.line1 || '');
    var city   = normalizeCity(a.city || '');
    var region = String(a.state || a.postalCode || a.zip || '').trim().toUpperCase();
    return [name, city, region].join('|').replace(/\|+/g,'|').replace(/^\|+|\|+$/g,'');
  }
  function addressKey(listing){
    try{
      var p = partsFromListing(listing);
      if(!(p.number && p.name)) return fallbackKey(listing);
      var region = p.state || p.zip || '';
      return [p.number, p.name, p.unit || '', p.city, region].join('|');
    }catch(e){ return fallbackKey(listing); }
  }

  // ---------------- Shared state ----------------
  var seenKeys = new Set();
  function seedFromSearchDOM(){
    try{
      var container = document.getElementById('listingsContainer');
      if(!container) return;
      var nodes = container.querySelectorAll('.property-card-wrapper[data-property]');
      nodes.forEach(function(node){
        try{
          var listing = JSON.parse(node.getAttribute('data-property') || '{}');
          var key = addressKey(listing);
          if(key) seenKeys.add(key);
        }catch(e){}
      });
    }catch(e){}
  }
  function dedupeArray(listings){
    if(!Array.isArray(listings)) return listings;
    var out = [];
    for(var i=0;i<listings.length;i++){
      var l = listings[i], key = addressKey(l);
      if(!key || !seenKeys.has(key)){
        if(key) seenKeys.add(key);
        out.push(l);
      }
    }
    return out;
  }

  // ---------------- Detect listings calls ----------------
  function isSearchApi(url){
    if(!url) return false;
    try{ url = String(url); }catch(e){ return false; }
    return url.indexOf('/pages/search.php') !== -1 && url.indexOf('metadata') === -1;
  }
  function looksLikeListingsPayload(payload){
    if(!payload || !payload.data || !Array.isArray(payload.data)) return false;
    var arr = payload.data;
    if(!arr.length) return true; // empty listings payload, treat as listings
    var sample = arr[0] || {};
    // Heuristic: presence of address object/fields
    return !!(sample.address || sample.street || (sample.location && (sample.location.address || sample.location.street)));
  }

  // ---------------- Intercept jQuery.ajax (BOTH search and home) ----------------
  (function interceptJQueryWithRetry(){
    function attach(){
      var $ = window.jQuery || window.$;
      if(!$ || !$.ajax) return false;

      var originalAjax = $.ajax;
      $.ajax = function(options){
        try{
          var opts = (typeof options === 'string') ? { url: options } : (options || {});
          var url  = String(opts.url || '');
          var shouldProcess = (gate.isSearch && isSearchApi(url)) || gate.isHome; // search: URL filter; home: payload heuristic

          if(!shouldProcess){
            return originalAjax.apply(this, arguments);
          }

          if(seenKeys.size === 0 && gate.isSearch) seedFromSearchDOM();

          var dfd = $.Deferred();
          var jq = originalAjax.apply(this, arguments);

          jq.done(function(data, textStatus, jqXHR){
            try{
              if(gate.isSearch){
                if(data && Array.isArray(data.data)) data.data = dedupeArray(data.data);
              }else{
                if(looksLikeListingsPayload(data)) data.data = dedupeArray(data.data);
              }
            }catch(e){}
            try{ if(typeof opts.success === 'function') opts.success(data, textStatus, jqXHR); }catch(e){}
            dfd.resolve(data, textStatus, jqXHR);
          }).fail(function(jqXHR, textStatus, errorThrown){
            try{ if(typeof opts.error === 'function') opts.error(jqXHR, textStatus, errorThrown); }catch(e){}
            dfd.reject(jqXHR, textStatus, errorThrown);
          });

          var prom = dfd.promise();
          prom.abort = function(){ try{ jq.abort && jq.abort(); }catch(e){} dfd.reject(jq, 'abort', null); };
          return prom;

        }catch(err){
          return originalAjax.apply(this, arguments);
        }
      };

      // Reset on new searches (only relevant to search page)
      if(gate.isSearch && typeof window.doFullSearch === 'function'){
        var _do = window.doFullSearch;
        window.doFullSearch = function(isNewSearch){
          if(isNewSearch){ seenKeys.clear(); }
          return _do.apply(this, arguments);
        };
      }
      return true;
    }

    if(!attach()){
      var tries = 0, max = 80; // ~4s retry
      var id = setInterval(function(){
        tries++;
        if(attach() || tries >= max) clearInterval(id);
      }, 50);
    }
  })();

  // ---------------- Intercept fetch (BOTH search and home) ----------------
  (function interceptFetch(){
    var orig = window.fetch;
    if(typeof orig !== 'function') return;

    window.fetch = function(input, init){
      try{
        var url = (typeof input === 'string') ? input : (input && input.url ? input.url : '');
        var willCheck = (gate.isSearch && isSearchApi(url)) || gate.isHome;
        var p = orig.apply(this, arguments);
        if(!willCheck) return p;

        if(seenKeys.size === 0 && gate.isSearch) seedFromSearchDOM();

        return p.then(function(resp){
          try{
            var clone = resp.clone();
            return clone.json().then(function(payload){
              try{
                var process = gate.isSearch ? isSearchApi(url) : looksLikeListingsPayload(payload);
                if(process && payload && Array.isArray(payload.data)){
                  payload.data = dedupeArray(payload.data);
                  var blob = new Blob([JSON.stringify(payload)], { type: 'application/json' });
                  return new Response(blob, { status: resp.status, statusText: resp.statusText, headers: resp.headers });
                }
              }catch(e){}
              return resp;
            }).catch(function(){ return resp; });
          }catch(e){ return resp; }
        });
      }catch(e){
        return orig.apply(this, arguments);
      }
    };
  })();

  // ---------------- Intercept Axios (home/featured; also works on search if used) ----------------
  (function interceptAxios(){
    function attach(){
      var ax = window.axios;
      if(!ax) return false;

      var originalAxios = ax;
      function wrap(config){
        var url = (config && config.url) ? String(config.url) : '';
        var shouldCheck = (gate.isSearch && isSearchApi(url)) || gate.isHome;
        return originalAxios(config).then(function(response){
          try{
            if(!shouldCheck) return response;
            var payload = response && response.data;
            if(gate.isSearch){
              if(payload && Array.isArray(payload.data)) payload.data = dedupeArray(payload.data);
            }else{
              if(looksLikeListingsPayload(payload)) payload.data = dedupeArray(payload.data);
            }
          }catch(e){}
          return response;
        });
      }
      window.axios = wrap;
      // keep axios.* methods
      Object.keys(originalAxios).forEach(function(k){
        try {
          var v = originalAxios[k];
          window.axios[k] = (typeof v === 'function') ? v.bind(originalAxios) : v;
        } catch(e){}
      });
      return true;
    }

    if(!attach()){
      var tries = 0, max=80;
      var id = setInterval(function(){
        tries++;
        if(attach() || tries>=max) clearInterval(id);
      }, 50);
    }
  })();

})();
</script>

<!--Google Fonts--->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Arapey:ital@0;1&family=Karla:ital,wght@0,200;0,300;0,400;1,200;1,300&family=Manrope:wght@200;300;400;500&display=swap" rel="stylesheet">

<!--Font Awesome 6.5 import--->
<link rel="stylesheet" href="https://cdn1.brivityidx.com/assets/fontawesome6.5/css/all.min.css"><style>
    /*TOP POST BLOCK*/
  .top-post .post-meta {
    padding-bottom: var(--space-sm-c); 
    }
    
      .top-post .post-meta time {
    color: var(--true-black);
    font-family: var(--tertiary-font-family);
    font-size: 15px;
    font-weight: var(--bold);
    letter-spacing: var(--tertiary-letter-spacing);
    line-height: var(--tertiary-line-height);
    text-transform: uppercase;
    }
    
        .top-post h2 {
    color: var(--true-black);
    font-family: var(--secondary-font-family);
    font-size: 36px;
    font-weight: var(--bold);
    letter-spacing: var(--secondary-letter-spacing);
    line-height: var(--secondary-line-height);
    padding-bottom: var(--space-sm-c);
    }
    
    .top-post p {
    color: var(--true-black) !important;
    font-family: var(--primary-font-family);
    font-size: 14px !important;
    font-weight: var(--regular);
    letter-spacing: var(--primary-letter-spacing);
    line-height: var(--primary-line-height);
    padding-bottom: var(--space-sm-c);
  }
    
    
    /*END - TOP POST BLOCK*/
    
    /*------------------------------------------*/
    
    /*BLOG FEATURE BLOCK*/
    .blog-feature .meta-title time {
      color: var(--true-black) !important;
    font-family: var(--primary-font-family);
    font-size: 14px !important;
    font-weight: var(--regular);
    letter-spacing: var(--primary-letter-spacing);
    line-height: var(--primary-line-height);
    padding-bottom: var(--space-sm-c);
    }
    
      .blog-feature .meta-title h2 {
        color: var(--true-black);
    font-family: var(--tertiary-font-family);
    font-size: 15px;
    font-weight: var(--bold);
    letter-spacing: var(--tertiary-letter-spacing);
    line-height: var(--tertiary-line-height);
    text-transform: uppercase;
    }
    
      /*END - BLOG FEATURE BLOCK*/
    
    /*------------------------------------------*/
  
@media (max-width: 768px) {
.top-post h2 {
    margin-top: 10px;
    margin-bottom: 40px;
    font-size: 20px;
    line-height: initial;
    font-weight: 700;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #000;
}
.top-post .container .row>div:last-child {
    text-align: center;
}
.top-post .container .row>div p, .top-post .container .row>div .flex {
    display: none;
}}
</style><script async src="https://www.googletagmanager.com/gtag/js?id=G-QT1FCR2RZ0"></script>
<script>
  window.dataLayer = window.dataLayer || [];
  function gtag(){dataLayer.push(arguments);}
  gtag('js', new Date());

  gtag('config', 'G-QT1FCR2RZ0');
</script><!-- Facebook Pixel Events in case code is loaded with GTM -->
<script>
var propDetailsPixelOnReady = function(){
  let propDetFpst = new FbRealEstatePixelTracker({"eventType": "ViewContent", "content_ids": [""]});
  propDetFpst.fireEvent();
};
if (document.readyState === "complete" || (document.readyState !== "loading" && !document.documentElement.doScroll)) {
  propDetailsPixelOnReady();
} else {
  document.addEventListener("DOMContentLoaded", propDetailsPixelOnReady);
}

</script>
<!-- End Facebook Pixel Code --><!-- Google Tag Manager -->
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-NJZ2RKV5');</script>
<!-- End Google Tag Manager --><meta property="og:url" content="https://www.cedarcityonline.com/blog?feed=rss2">
<script type="text/javascript">var switchTo5x=true;</script><script type="text/javascript" src="https://platform-api.sharethis.com/js/sharethis.js#property=684899fd7c84420012f17ca2&product=inline-share-buttons&source=platform" async="async"></script><script type="text/javascript">stLight.options({publisher: "7a66e693-362a-41e8-82f2-7e43d8c1698a", doNotHash: false, doNotCopy: false, hashAddressBar: false});</script><meta property="og:image" content="http://images.brivityidx.com/assets/images/uploads/107294/sam_dodd_new_thumbnail_922.jpg">
<meta property="og:image:secure_url" content="https://images.brivityidx.com/assets/images/uploads/107294/sam_dodd_new_thumbnail_922.jpg">
<meta property="og:description" content="While our Parowan Real Estate Blog is coming soon, request a free marketing plan to sell your home for top dollar. Connect with Sam Dodd Team for expert buying and selling real estate services in Parowan.">
<meta property="og:title" content="Parowan Real Estate Blog | Sell Your Home Fast | Sam Dodd Team">
</head>

    <body><!-- Google Tag Manager (noscript) -->
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-NJZ2RKV5"
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<!-- End Google Tag Manager (noscript) -->
                <script>
                  window.fbAsyncInit = function() {
                    FB.init({
                      appId      : '1',
                      cookie     : true,
                      xfbml      : true,
                      version    : 'v17.0'
                    });
                    FB.AppEvents.logPageView();
                  };

                  setTimeout(() => {(function(d, s, id){
                     var js, fjs = d.getElementsByTagName(s)[0];
                     if (d.getElementById(id)) {return;}
                     js = d.createElement(s); js.id = id;
                     js.defer = true;
                     js.xfbml = false;
                     js.src = "//connect.facebook.net/en_US/sdk.js";
                     fjs.parentNode.insertBefore(js, fjs);
                   }(document, 'script', 'facebook-jssdk'))}, 5000);
                </script><meta property="fb:app_id" content="1"><meta name="google-signin-client_id" content="1"><meta name="apple-signin-flag" content="1"><meta name="main_sitebuilder_domain" content="https://sitebuilder.brivity.com">
        <!-- site registration bar -->
        <div id="site-registration-bar" class="collapse">
          <input type="hidden" id="huser_id" value="">

          <div class="row" style="width: 100%; margin: 0;">
            <div class="col-md-12" style="display: none;" id="logged-in">
              <div class="topBar flex aiCenter jcBetween">
                <div class="topBarLeft flex aiCenter">
                    <span><topbar_show_agent_name/></span>
                </div>
                <div class="topBarRight flex aiCenter">
                  <a class="topLink flex aiCenter thin favoritesTop" href="/myportal/collections">
                    <svg width="17" height="17" viewBox="0 0 17 17" fill="none" xmlns="http://www.w3.org/2000/svg">
                        <g clip-path="url(#clip0_16761_179132)">
                        <path d="M14.2659 3.57333C13.9254 3.23267 13.5211 2.96243 13.0761 2.77806C12.6312 2.59368 12.1542 2.49878 11.6726 2.49878C11.1909 2.49878 10.714 2.59368 10.269 2.77806C9.82401 2.96243 9.41973 3.23267 9.07922 3.57333L8.37256 4.28L7.66589 3.57333C6.97809 2.88554 6.04524 2.49914 5.07256 2.49914C4.09987 2.49914 3.16702 2.88554 2.47922 3.57333C1.79143 4.26113 1.40503 5.19398 1.40503 6.16667C1.40503 7.13936 1.79143 8.07221 2.47922 8.76L3.18589 9.46667L8.37256 14.6533L13.5592 9.46667L14.2659 8.76C14.6066 8.4195 14.8768 8.01521 15.0612 7.57024C15.2455 7.12526 15.3404 6.64832 15.3404 6.16667C15.3404 5.68501 15.2455 5.20807 15.0612 4.7631C14.8768 4.31812 14.6066 3.91384 14.2659 3.57333V3.57333Z" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
                        </g>
                        <defs>
                        <clipPath id="clip0_16761_179132">
                        <rect width="16" height="16" fill="white" transform="translate(0.372559 0.5)"/>
                        </clipPath>
                        </defs>
                    </svg>
                    <span class="ml6 topLabel">Collections&nbsp;</span>
                    <!--<span style="margin-left: 6px" class="hidden-par">(</span>
                    <span class="count favoritesCount">0</span>
                    <span class="hidden-par">)</span>-->
                  </a>
                  <a class="topLink flex aiCenter thin saveSearchTop" href="/myportal/searches">
                    <svg width="16" height="16" viewBox="0 4 20 17" fill="none" xmlns="http://www.w3.org/2000/svg">
                        <path d="M19 21L12 16L5 21V5C5 4.46957 5.21071 3.96086 5.58579 3.58579C5.96086 3.21071 6.46957 3 7 3H17C17.5304 3 18.0391 3.21071 18.4142 3.58579C18.7893 3.96086 19 4.46957 19 5V21Z" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"  />
                    </svg>

                    <span class="ml6 topLabel">Saved Searches&nbsp;</span>
                    <!--<span style="margin-left: 6px" class="hidden-par">(</span>
                    <span class="count savedSearchesCount">0</span>
                    <span class="hidden-par">)</span>-->

                  </a>
                  <a class="topLink flex aiCenter thin market-report-top" style="display:none" href="/myportal/reports">
                    <svg width="17" height="17" viewBox="0 0 17 17" fill="none" xmlns="http://www.w3.org/2000/svg">
                        <path d="M7.70589 13.1667C10.6514 13.1667 13.0392 10.7789 13.0392 7.83333C13.0392 4.88781 10.6514 2.5 7.70589 2.5C4.76037 2.5 2.37256 4.88781 2.37256 7.83333C2.37256 10.7789 4.76037 13.1667 7.70589 13.1667Z" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
                        <path d="M14.3725 14.5L11.4725 11.6" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
                    </svg>

                    <span class="ml6 topLabel">My Reports&nbsp;</span>
                    <!--<span style="margin-left: 6px" class="hidden-par">(</span>
                    <span class="count MarketReportsCount">0</span>
                    <span class="hidden-par">)</span>-->
                  </a>
                  <a class="aiCenter flex topBarProfile thin" href="/myportal/profile">
                        <span class="profileName"></span>
                    </a>
                    <a style="padding-right: 0px" class="aiCenter flex thin" id="topBarLogout" href="javascript:void()">
                    <svg width="23" height="23" viewBox="0 0 23 23" fill="none" xmlns="http://www.w3.org/2000/svg">
                        <g clip-path="url(#clip0_16761_179186)">
                            <path d="M16.4003 16.214C19.0038 13.6106 19.0038 9.38945 16.4003 6.78595C13.7968 4.18246 9.57572 4.18246 6.97222 6.78595C4.36873 9.38945 4.36873 13.6105 6.97222 16.214C9.57572 18.8175 13.7968 18.8175 16.4003 16.214Z" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
                            <path d="M9.80066 9.61438L13.5719 13.3856" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
                            <path d="M9.80066 13.3856L13.5719 9.61438" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
                        </g>
                        <defs>
                        <clipPath id="clip0_16761_179186">
                            <rect width="16" height="16" fill="white" transform="translate(0.372559 11.5) rotate(-45)"/>
                        </clipPath>
                        </defs>
                    </svg>

                        <span class="ml6">Log Out</span>
                    </a>
                </div>
              </div>
            </div>
            <div id="not-logged-in">
              <topbar_agent_info_not_logged_in/>
              <ul class="list-unstyled list-inline no-margin">
                <li class="topBarSignin"><a href="#" onclick="showGoogleOneTap(true);"><svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-plus-circle mr10"><circle cx="12" cy="12" r="10"></circle><line x1="12" y1="8" x2="12" y2="16"></line><line x1="8" y1="12" x2="16" y2="12"></line></svg> Sign In</a></li>
              </ul>
            </div>
        </div>
        <!-- end site registration bar -->

    </div>
    <input type="hidden" id="huser_email" value="">
    <input type="hidden" id="huser_first_name" value="">
    <input type="hidden" id="huser_last_name" value="">
    <input type="hidden" id="huser_phone" value="">
    <input type="hidden" id="huser_uuid" value="">

    <div id="page" class="page"><!-- PLEASE AVOID INLINE STYLING -->
<header id="larrabee-navigation" data-selector="section, .section">
    <div class="horizontal-nav flex justify-center">
        <div class="horizontal-nav-cntnr flex flex-row justify-between">
            <div class="nav-left flex justify-start">
                <ul class="links-container">
                    <li class="nav-item" data-selector="li" style="outline: none; cursor: inherit;">
                        <a class="sec-nav-link-color" href="/search">Search Listings</a>
                    </li>
                    <li class="nav-item dropdown" data-selector="li" style="outline: none; cursor: inherit;">
                        <a class="dropdown-toggle sec-nav-link-color" href="/top_areas" data-toggle="dropdown" data-hover="dropdown" data-delay="0" data-close-others="false" aria-expanded="false">Our Communities
                            <i class="fa fa-angle-down" data-selector=".fa" style="outline: none; cursor: inherit;"></i>
                        </a>
                        <ul class="dropdown-menu">
                            <li class="sec-nav-drop-color" data-selector="li" style="outline: none; cursor: inherit;">
                                <a class="sec-nav-drop-link-color" href="/cedar-city-communities">Cedar City Communities</a>
                            </li>
                             <li class="sec-nav-drop-color" data-selector="li" style="outline: none; cursor: inherit;">
                                <a class="sec-nav-drop-link-color" href="/st-george-communities">St. George Communities</a>
                            </li>
                            <li class="sec-nav-drop-color" data-selector="li" style="outline: none; cursor: inherit;">
                                <a class="sec-nav-drop-link-color" href="/search?multi_search=Brian%20Head,%20UT&amp;multi_cat=CityState&amp;status=1&amp;view=hybrid_view&amp;q_limit=200&amp;mlsId=498%7C425%7C590&amp;q_sort=createdAt-&amp;q_offset=0">Brian Head</a>
                            </li>
                            <li class="sec-nav-drop-color" data-selector="li" style="outline: none; cursor: inherit;">
                                <a class="sec-nav-drop-link-color" href="/search?multi_search=Parowan,%20UT&amp;multi_cat=CityState&amp;status=1&amp;view=hybrid_view&amp;q_limit=200&amp;mlsId=498%7C425%7C590&amp;q_sort=createdAt-&amp;q_offset=0">Parowan</a>
                            </li>
                            <li class="sec-nav-drop-color" data-selector="li" style="outline: none; cursor: inherit;">
                                <a class="sec-nav-drop-link-color" href="/search?multi_search=Duck%20Creek,%20UT&amp;multi_cat=CityState&amp;status=1&amp;view=hybrid_view&amp;q_limit=200&amp;mlsId=498%7C425%7C590&amp;q_sort=createdAt-&amp;q_offset=0">Duck Creek</a>
                            </li>
                            <li class="sec-nav-drop-color" data-selector="li" style="outline: none; cursor: inherit;">
                                <a class="sec-nav-drop-link-color" href="/search?multi_search=New%20Harmony,%20UT&amp;multi_cat=CityState&amp;status=1&amp;view=hybrid_view&amp;q_limit=200&amp;mlsId=498%7C425%7C590&amp;q_sort=createdAt-&amp;q_offset=0">New Harmony</a>
                            </li>
                            <li class="sec-nav-drop-color" data-selector="li" style="outline: none; cursor: inherit;">
                                <a class="sec-nav-drop-link-color" href="/search?multi_search=Enoch,%20UT&amp;multi_cat=CityState&amp;status=1&amp;view=hybrid_view&amp;q_limit=200&amp;mlsId=498%7C425%7C590&amp;q_sort=createdAt-&amp;q_offset=0">Enoch</a>
                            </li>
                            <li class="sec-nav-drop-color" data-selector="li" style="outline: none; cursor: inherit;">
                                <a class="sec-nav-drop-link-color" href="/search?multi_search=Beryl,%20UT&amp;multi_cat=CityState&amp;status=1&amp;view=hybrid_view&amp;q_limit=200&amp;mlsId=498%7C425%7C590&amp;q_sort=createdAt-&amp;q_offset=0">Beryl</a>
                            </li>
                            <li class="sec-nav-drop-color" data-selector="li" style="outline: none; cursor: inherit;">
                                <a class="sec-nav-drop-link-color" href="/search?multi_search=Kanarraville,%20UT&amp;multi_cat=CityState&amp;status=1&amp;view=hybrid_view&amp;q_limit=200&amp;mlsId=498%7C425%7C590&amp;q_sort=createdAt-&amp;q_offset=0">Kanarraville</a>
                            </li>
                        </ul>
                    </li>
                    <li class="nav-item" data-selector="li" style="outline: none; cursor: inherit;">
                        <a class="sec-nav-link-color" href="/buying">Buying</a>
                    </li>
                    <li class="nav-item" data-selector="li" style="outline: none; cursor: inherit;">
                        <a class="sec-nav-link-color" href="/selling">Selling</a>
                    </li>
                </ul>
            </div>
            <a class="nav-center flex flex-row justify-center" href="/index">
                <img class="img-responsive site_custom_logo" src="https://cdn1.brivityidx.com/assets/images/agent-photos/1/3/8/13838992/23298_4590b26a43ec1552.png" data-selector="img" alt="team logo" style="outline: none; cursor: inherit;">
                <!-- Second Logo if needed<img class="img-responsive" src="https://images.brivityidx.com/assets/images/uploads/4595/brivity-logo.png" data-selector="img" alt="second logo">--->
            </a>
            <div class="nav-right flex justify-end">
                <ul class="links-container ">
                    <li class="nav-item" data-selector="li" style="outline: none; cursor: inherit;">
                        <a class="sec-nav-link-color" href="/home_value">Home Value</a>
                    </li>
                    <li class="nav-item" data-selector="li" style="outline: none; cursor: inherit;">
                        <a class="sec-nav-link-color" href="/financing">Financing</a>
                    </li>
                    <li class="nav-item" data-selector="li" style="outline: none; cursor: inherit;">
                        <a class="sec-nav-link-color" href="/realestateagent/search">Who We Are</a>
                    </li>
                </ul>
                <button class="menu-icon" data-selector="a.btn, button.btn, button" style="outline: none; cursor: inherit;">
                    <div class="hamburger-short-line"></div>
                    <div class="hamburger-long-line"></div>
                    <div class="hamburger-short-line"></div>
                </button>
            </div>
        </div>
    </div>


    <div class="vertical-nav flex flex-row justify-end">
        <div class="bckgrnd-img">
            <img src="https://images.brivityidx.com/assets/images/uploads/107294/ivins-utah.jpg" alt="kitchen" data-selector="img" style="outline: none; cursor: inherit;">
        </div>
        <div class="vertical-nav-cntnr flex flex-column justify-start align-end">
            <button class="close-nav" data-selector="a.btn, button.btn, button" style="outline: none; cursor: inherit;">
                <i class="fa fa-light fa-x fa-2x" data-selector=".fa" style="outline: none; cursor: inherit;"></i>
            </button>
            <div class="vertical-nav-elements-wrapper">
                <div class="render-menu"><ul class="nav navbar-nav navbar-right"><li class="nav-item"><a class="sec-nav-link-color" href="/index">Home</a></li><li class="nav-item"><a class="sec-nav-link-color" href="/search">Search Listings</a></li><li class="nav-item"><a class="sec-nav-link-color" href="/buying">Buying</a></li><li class="nav-item dropdown"><a class="dropdown-toggle sec-nav-link-color" data-toggle="dropdown" data-hover="dropdown" data-delay="0" data-close-others="false" href="/our-communities">Our Communities<i class="fa fa-angle-down"></i></a><ul class="dropdown-menu"><li class="sec-nav-drop-color"><a class="sec-nav-drop-link-color" href="/cedar-city-communities">Cedar City Communities</a></li><li class="sec-nav-drop-color"><a class="sec-nav-drop-link-color" href="/st-george-communities">St. George Communities</a></li><li class="sec-nav-drop-color"><a class="sec-nav-drop-link-color" href="/search?multi_search=Brian%20Head,%20UT&amp;multi_cat=CityState&amp;status=1&amp;view=hybrid_view&amp;q_limit=200&amp;mlsId=498|425|590&amp;q_sort=createdAt-&amp;q_offset=0">Brian Head</a></li><li class="sec-nav-drop-color"><a class="sec-nav-drop-link-color" href="/search?multi_search=Parowan,%20UT&amp;multi_cat=CityState&amp;status=1&amp;view=hybrid_view&amp;q_limit=200&amp;mlsId=498|425|590&amp;q_sort=createdAt-&amp;q_offset=0">Parowan</a></li><li class="sec-nav-drop-color"><a class="sec-nav-drop-link-color" href="/search?multi_search=Duck%20Creek,%20UT&amp;multi_cat=CityState&amp;status=1&amp;view=hybrid_view&amp;q_limit=200&amp;mlsId=498|425|590&amp;q_sort=createdAt-&amp;q_offset=0">Duck Creek</a></li><li class="sec-nav-drop-color"><a class="sec-nav-drop-link-color" href="/search?multi_search=New%20Harmony,%20UT&amp;multi_cat=CityState&amp;status=1&amp;view=hybrid_view&amp;q_limit=200&amp;mlsId=498|425|590&amp;q_sort=createdAt-&amp;q_offset=0">New Harmony</a></li><li class="sec-nav-drop-color"><a class="sec-nav-drop-link-color" href="/search?multi_search=Enoch,%20UT&amp;multi_cat=CityState&amp;status=1&amp;view=hybrid_view&amp;q_limit=200&amp;mlsId=498|425|590&amp;q_sort=createdAt-&amp;q_offset=0">Enoch</a></li><li class="sec-nav-drop-color"><a class="sec-nav-drop-link-color" href="/search?multi_search=Beryl,%20UT&amp;multi_cat=CityState&amp;status=1&amp;view=hybrid_view&amp;q_limit=200&amp;mlsId=498|425|590&amp;q_sort=createdAt-&amp;q_offset=0">Beryl</a></li><li class="sec-nav-drop-color"><a class="sec-nav-drop-link-color" href="/search?multi_search=Kanarraville,%20UT&amp;multi_cat=CityState&amp;status=1&amp;view=hybrid_view&amp;q_limit=200&amp;mlsId=498|425|590&amp;q_sort=createdAt-&amp;q_offset=0">Kanarraville</a></li></ul><li class="nav-item"><a class="sec-nav-link-color" href="/selling">Selling</a></li><li class="nav-item"><a class="sec-nav-link-color" href="/financing">Financing</a></li><li class="nav-item"><a class="sec-nav-link-color" href="/home_value">Home Value</a></li><li class="nav-item"><a class="sec-nav-link-color" href="/realestateagent/search">Who We Are</a></li><li class="nav-item"><a class="sec-nav-link-color" href="/reviews">Reviews</a></li><li class="nav-item"><a class="sec-nav-link-color" href="/blog">Blog</a></li><li class="nav-item"><a class="sec-nav-link-color" href="/careers">Careers</a></li><li class="nav-item"><a class="sec-nav-link-color" href="https://place.com/">About PLACE</a></li><li class="nav-item"><a class="sec-nav-link-color" href="/connect">Connect</a></li><li class="nav-item"><a class="sec-nav-link-color" href="/n-a"></a></li></ul></div>
                <ul class="social flex flex-row flex-wrap justify-end">
                    <li data-selector="li" style="outline: none; cursor: inherit;"><a class="btn btn-block agent_facebook_dynamic dynamic_loading" href="" target="blank" data-selector="a.btn, button.btn, button" style="outline: none; cursor: inherit;">Facebook</a></li>
                    <li data-selector="li" style="outline: none; cursor: inherit;"><a class="btn btn-block agent_twitter_dynamic dynamic_loading" href="" target="blank" data-selector="a.btn, button.btn, button" style="outline: none; cursor: inherit;">X</a></li>
                    <li data-selector="li" style="outline: none; cursor: inherit;"><a class="btn btn-block agent_instagram_dynamic dynamic_loading" href="" target="blank" data-selector="a.btn, button.btn, button" style="outline: none; cursor: inherit;">Instagram</a></li>
                    <li data-selector="li" style="outline: none; cursor: inherit;"><a class="btn btn-block agent_pinterest_dynamic dynamic_loading" href="" target="blank" data-selector="a.btn, button.btn, button" style="outline: none; cursor: inherit;">Pinterest</a></li>
                    <li data-selector="li" style="outline: none; cursor: inherit;"><a class="btn btn-block agent_youtube_dynamic dynamic_loading" href="" target="blank" data-selector="a.btn, button.btn, button" style="outline: none; cursor: inherit;">Youtube</a></li>
                    <li data-selector="li" style="outline: none; cursor: inherit;"><a class="btn btn-block agent_linkedin_dynamic dynamic_loading" href="" target="blank" data-selector="a.btn, button.btn, button" style="outline: none; cursor: inherit;">LinkedIn</a></li>
                    <!--<li data-selector="li"><a class="btn btn-block agent_tiktok_dynamic" href="" target="blank" data-selector="a.btn, button.btn, button">TikTok</a></li>-->
                </ul>
                <button class="marketing-btn btn-secondary slide-right" data-target="#getmarketingplan" data-selector="a.btn, button.btn, button" data-toggle="modal" style="outline: none; cursor: inherit;">How We Sell
                    <i class="fa fa-light fa-arrow-right" data-selector=".fa" style="outline: none; cursor: inherit;"></i>
                </button>
            </div>
        </div>
    </div>
</header>

<!--- Get Marketing Plan --->
<div id="getmarketingplan" class="modal fade magic-modal" tabindex="-1" role="dialog" aria-labelledby="getmarketingplan" aria-hidden="true">
    <div class="modal-dialog" role="document">
        <div class="modal-content">
            <div class="modal-body">
                <button class="close" type="button" data-dismiss="modal" aria-label="Close" data-selector="a.btn, button.btn, button" style="outline: none; cursor: inherit;">
                    <span aria-hidden="true">X</span>
                </button>
                <h4 class="" data-selector="h1, h2, h3, h4, h5, h6" style="outline: none; cursor: inherit;">Request Property Marketing Plan</h4>
                <p data-selector="p" style="outline: none; cursor: inherit;">You're one step away from getting a free marketing plan that shows how we'll
                    sell your home for the most amount of money in the least amount of time - hassle free.</p>
                <form id="form-contact6" class="form-contact">
                    <input type="hidden" name="lead_type" value="seller"><input type="hidden" name="tags" value="Marketing_Plan_Requested">
                    <div class="row">
                        <div class="col-sm-6">
                            <div class="form-group">
                                <input id="contact6_fname" class="form-control" name="contact6_fname" placeholder="First Name" required="" type="text">
                            </div>
                        </div>
                        <div class="col-sm-6">
                            <div class="form-group">
                                <input id="contact6_lname" class="form-control" name="contact6_lname" placeholder="Last Name" required="" type="text">
                            </div>
                        </div>
                        <div class="col-sm-6">
                            <div class="form-group">
                                <input id="contact6_email" class="form-control" name="contact6_email" placeholder="Email Address" required="" type="email">
                            </div>
                        </div>
                        <div class="col-sm-6">
                            <div class="form-group">
                                <input id="contact6_phone" class="form-control" name="contact6_phone" placeholder="Phone Number" required="" type="tel">
                            </div>
                        </div>
                        <div class="col-sm-6">
                            <div class="form-group">
                                <input id="contact6_address" class="form-control" name="contact6_address" placeholder="Address" required="" type="text">
                            </div>
                        </div>
                        <div class="col-sm-6">
                            <div class="form-group">
                                <input id="contact6_city" class="form-control" name="contact6_city" placeholder="City" required="" type="text">
                            </div>
                        </div>
                        <div class="col-sm-6">
                            <div class="form-group">
                                <input id="contact6_state" class="form-control" name="contact6_state" placeholder="State" required="" type="text">
                            </div>
                        </div>
                        <div class="col-sm-6">
                            <div class="form-group">
                                <input id="contact6_zip" class="form-control" name="contact6_zip" placeholder="ZIP" required="" type="text">
                            </div>
                        </div>
                        <div class="col-sm-12">
                            <div class="form-group">
                                <select id="contact6_whenareyouselling" class="form-control" name="contact6_whenareyouselling" placeholder="When are you planning to sell?">
                                    <option value="" disabled selected>When are you planning to sell?</option>
                                    <option value="1">Now</option>
                                    <option value="2">0-6 months</option>
                                    <option value="3">6+ months</option>
                                </select>
                            </div>
                        </div>
                    </div>
                    <button id="cf-submit" class="btn btn-primary slide-right" type="submit" name="submit" data-selector="a.btn, button.btn, button" style="outline: none; cursor: inherit;">Send</button>
                </form>
            </div>
        </div>
    </div>
</div>

<section class="bannerImageHero bg-dark" data-selector="section, .section">
  <div class="content-wrapper flex flex-column justify-center align-center">
    <div class="row-wrap flex flex-column align-center justify-center">
      <h1 data-selector="h1, h2, h3, h4, h5, h6">Stay Up To Date</h1>
    </div>
  </div>
  <div class="img-overlay opacity-55" style='background-image: url("https://images.brivityidx.com/assets/images/uploads/9087/woman-on-social-media-website.jpg");' data-selector=".img-overlay">
  </div>
</section><input type="hidden" id="tagUuid" value="" />
<input type="hidden" id="postPage" value="1" />
<input type="hidden" id="total" value="121" />
<input type="hidden" id="postsPerPage" value="10" />
<input type="hidden" id="postLoaded"  value="10" />


<section class="top-post">
    <div class="container">
        <div class="row">
            <div class="col-md-6">
                <div class="blog-img-container" style="background-image: url('https://d1xi7ur86frsfd.cloudfront.net/2b4f9bf2-b457-488c-ba26-a60cf44faa93/8988fdc5-0565-40a9-9ea4-73b4ebd46a4f/05d3be88-385d-4c2a-8e2c-5e685495b56c/featured-image/Cedar%20City%20Fixer%20Upper%20for%20Sale.png')">
                    <a href="/blog/how-to-spot-a-profitable-fixer-upper-in-iron-county" class="image-link"></a>
                </div>
            </div>
            <div class="col-md-6">
                <div class="post-meta">
                                            <a href="/blog/how-to-spot-a-profitable-fixer-upper-in-iron-county" class="date-link">
                            <time class="post-date">MAY 29, 2026</time>
                        </a>
                                    </div>
                <h2>How to Spot a Profitable Fixer-Upper in Iron County</h2>
                                <p>Staking Your Claim in the High-Desert: Unlocking Wealth Near the Red Rocks

Table of Contents

Sifting Through the Rubble: Identifying Hidden Equity in Cedar City Neighborhoods
Targeting the Inve...</p>
                <div class="flex">
                    <a href="/blog/how-to-spot-a-profitable-fixer-upper-in-iron-county" class="btn btn-primary"><div class="flex ai-center">Read More</div></a>
                </div>
            </div>
        </div>
    </div>

</section>

<section class="blog-feature">
        <div class="container">
                <div id="blogPosts" style='display:flex; flex-wrap:wrap;' >
                        <div class="col-md-4 col-sm-6 col-xs-12">
                <article class="post-1">
                    <div class="post-header">
                        <div class="post-thumb" style="background-image: url('https://d1xi7ur86frsfd.cloudfront.net/2b4f9bf2-b457-488c-ba26-a60cf44faa93/8988fdc5-0565-40a9-9ea4-73b4ebd46a4f/15838c06-ee8f-4066-89f4-02b4150169ce/featured-image/Another%20Brian%20Head%20Luxury%20Condo.png')"><a href="/blog/a-guide-to-buying-vacation-condos-at-brian-head" class="image-link"></a>
                        </div>
                        <div class="meta-title">
                            <div class="post-meta">
                                                                    <a href="/blog/a-guide-to-buying-vacation-condos-at-brian-head" class="date-link">
                                        <time class="post-date">MAY 28, 2026</time>
                                    </a>
                                                            </div>
                            <h2>
                                <a href="/blog/a-guide-to-buying-vacation-condos-at-brian-head">A Guide to Buying Vacation Condos at Brian Head</a>
                            </h2>
                        </div>
                    </div>
                    <!--
                    <div class="post-content post-excerpt">
                                                Securing Your High-Altitude Basecamp: The Epic Alpine Lifestyle Awaiting at Brian Head

Table of Contents

The Condo Cash Engine: Why Mountain Real Estate Outpaces Traditional Portfolios
Navigati...                    </div>
                    -->
                </article>
            </div>
                        <div class="col-md-4 col-sm-6 col-xs-12">
                <article class="post-1">
                    <div class="post-header">
                        <div class="post-thumb" style="background-image: url('https://d1xi7ur86frsfd.cloudfront.net/2b4f9bf2-b457-488c-ba26-a60cf44faa93/8988fdc5-0565-40a9-9ea4-73b4ebd46a4f/464b7a35-96d9-419c-b7e2-0c5c884d753c/featured-image/Cedar%20City%20vs%20St%20George%20Cost%20of%20Living%204.png')"><a href="/blog/cost-of-living-cedar-city-vs-st-george" class="image-link"></a>
                        </div>
                        <div class="meta-title">
                            <div class="post-meta">
                                                                    <a href="/blog/cost-of-living-cedar-city-vs-st-george" class="date-link">
                                        <time class="post-date">MAY 25, 2026</time>
                                    </a>
                                                            </div>
                            <h2>
                                <a href="/blog/cost-of-living-cedar-city-vs-st-george">Cost of Living: Cedar City vs. St. George</a>
                            </h2>
                        </div>
                    </div>
                    <!--
                    <div class="post-content post-excerpt">
                                                The Southern Utah Playground: Snagging Your Red Rock Paradise Without Emptying the Vault

Table of Contents

The Property Price Clash: Blowing the Doors Off Buying Power in Iron County
Scoring a ...                    </div>
                    -->
                </article>
            </div>
                        <div class="col-md-4 col-sm-6 col-xs-12">
                <article class="post-1">
                    <div class="post-header">
                        <div class="post-thumb" style="background-image: url('https://d1xi7ur86frsfd.cloudfront.net/2b4f9bf2-b457-488c-ba26-a60cf44faa93/8988fdc5-0565-40a9-9ea4-73b4ebd46a4f/1db82780-755c-4ba4-a7c3-1f030e44d0ec/featured-image/Luxury_Home_in_Enoch_Utah_-_no_Nano_Banana_2_09651.png')"><a href="/blog/top-subdivisions-and-neighborhoods-in-enoch-utah" class="image-link"></a>
                        </div>
                        <div class="meta-title">
                            <div class="post-meta">
                                                                    <a href="/blog/top-subdivisions-and-neighborhoods-in-enoch-utah" class="date-link">
                                        <time class="post-date">MAY 24, 2026</time>
                                    </a>
                                                            </div>
                            <h2>
                                <a href="/blog/top-subdivisions-and-neighborhoods-in-enoch-utah">Top Subdivisions and Neighborhoods in Enoch, Utah</a>
                            </h2>
                        </div>
                    </div>
                    <!--
                    <div class="post-content post-excerpt">
                                                The Gateway to the High-Desert Foothills: Why Enoch is Southern Utah's Best Kept Real Estate Secret

Table of Contents

Dairy Glen: Scoring Modern Craftsman Luxury and New Construction Value
Span...                    </div>
                    -->
                </article>
            </div>
                        <div class="col-md-4 col-sm-6 col-xs-12">
                <article class="post-1">
                    <div class="post-header">
                        <div class="post-thumb" style="background-image: url('https://d1xi7ur86frsfd.cloudfront.net/2b4f9bf2-b457-488c-ba26-a60cf44faa93/8988fdc5-0565-40a9-9ea4-73b4ebd46a4f/718d4596-adb4-4b51-b7d0-35f9b89075dd/featured-image/Cedar%20City%20Fixer%20Upper%20for%20Sale.png')"><a href="/blog/understanding-iron-county-property-tax-exemptions-for-homeowners" class="image-link"></a>
                        </div>
                        <div class="meta-title">
                            <div class="post-meta">
                                                                    <a href="/blog/understanding-iron-county-property-tax-exemptions-for-homeowners" class="date-link">
                                        <time class="post-date">MAY 22, 2026</time>
                                    </a>
                                                            </div>
                            <h2>
                                <a href="/blog/understanding-iron-county-property-tax-exemptions-for-homeowners">Understanding Iron County Property Tax Exemptions for Homeowners</a>
                            </h2>
                        </div>
                    </div>
                    <!--
                    <div class="post-content post-excerpt">
                                                The Ultimate Cedar City Tax Exemption Guide: Protecting Your High-Desert Sanctuary

Table of Contents

The 45 Percent Discount Hack: Striking Gold with the Utah Primary Residential Deduction
Guar...                    </div>
                    -->
                </article>
            </div>
                        <div class="col-md-4 col-sm-6 col-xs-12">
                <article class="post-1">
                    <div class="post-header">
                        <div class="post-thumb" style="background-image: url('https://d1xi7ur86frsfd.cloudfront.net/2b4f9bf2-b457-488c-ba26-a60cf44faa93/8988fdc5-0565-40a9-9ea4-73b4ebd46a4f/1813143e-83f2-459b-b040-04e786c06ddf/featured-image/Cedar_City_Utah_seniors_commun_Nano_Banana_2_24724.png')"><a href="/blog/the-ultimate-guide-to-55-communities-in-cedar-city" class="image-link"></a>
                        </div>
                        <div class="meta-title">
                            <div class="post-meta">
                                                                    <a href="/blog/the-ultimate-guide-to-55-communities-in-cedar-city" class="date-link">
                                        <time class="post-date">MAY 18, 2026</time>
                                    </a>
                                                            </div>
                            <h2>
                                <a href="/blog/the-ultimate-guide-to-55-communities-in-cedar-city">The Ultimate Guide to 55+ Communities in Cedar City</a>
                            </h2>
                        </div>
                    </div>
                    <!--
                    <div class="post-content post-excerpt">
                                                Active Senior Living Options in Cedar City and Iron County: All About Crescent Heights, Mesa Hills, and Beyond

Table of Contents

Crescent Heights: Entry into Cedar City&rsquo;s Premiere Gated 55...                    </div>
                    -->
                </article>
            </div>
                        <div class="col-md-4 col-sm-6 col-xs-12">
                <article class="post-1">
                    <div class="post-header">
                        <div class="post-thumb" style="background-image: url('https://d1xi7ur86frsfd.cloudfront.net/2b4f9bf2-b457-488c-ba26-a60cf44faa93/8988fdc5-0565-40a9-9ea4-73b4ebd46a4f/c28f06d5-d1dd-4ef1-8c3f-eabc7af5f2cb/featured-image/Cedar%20City%20Vacation%20Home.png')"><a href="/blog/navigating-short-term-rental-regulations-in-cedar-city" class="image-link"></a>
                        </div>
                        <div class="meta-title">
                            <div class="post-meta">
                                                                    <a href="/blog/navigating-short-term-rental-regulations-in-cedar-city" class="date-link">
                                        <time class="post-date">MAY 13, 2026</time>
                                    </a>
                                                            </div>
                            <h2>
                                <a href="/blog/navigating-short-term-rental-regulations-in-cedar-city">Navigating Short-Term Rental Regulations in Cedar City</a>
                            </h2>
                        </div>
                    </div>
                    <!--
                    <div class="post-content post-excerpt">
                                                Locking in Your Red Rock Cash Machine: The Ultimate Southern Utah Vacation Rental Dream

Table of Contents

Cracking the Local Code: Why Iron County is an Investor&rsquo;s Paradise with Smart Boun...                    </div>
                    -->
                </article>
            </div>
                        <div class="col-md-4 col-sm-6 col-xs-12">
                <article class="post-1">
                    <div class="post-header">
                        <div class="post-thumb" style="background-image: url('https://d1xi7ur86frsfd.cloudfront.net/2b4f9bf2-b457-488c-ba26-a60cf44faa93/8988fdc5-0565-40a9-9ea4-73b4ebd46a4f/0e81f607-409a-41b2-9782-4c46d42818b4/featured-image/Pet%20Friendly%20Cedar%20City%201.png')"><a href="/blog/moving-to-cedar-city-with-pets-rules-parks-and-pet-friendly-tips" class="image-link"></a>
                        </div>
                        <div class="meta-title">
                            <div class="post-meta">
                                                                    <a href="/blog/moving-to-cedar-city-with-pets-rules-parks-and-pet-friendly-tips" class="date-link">
                                        <time class="post-date">APRIL 28, 2026</time>
                                    </a>
                                                            </div>
                            <h2>
                                <a href="/blog/moving-to-cedar-city-with-pets-rules-parks-and-pet-friendly-tips">Moving to Cedar City with Pets: Rules, Parks, and Pet-Friendly Tips</a>
                            </h2>
                        </div>
                    </div>
                    <!--
                    <div class="post-content post-excerpt">
                                                Living in Cedar City with Pets: A High Desert Guide
Relocating to the high desert of Iron County is a thrilling chapter for any family, but when your family includes members with four legs and a tail...                    </div>
                    -->
                </article>
            </div>
                        <div class="col-md-4 col-sm-6 col-xs-12">
                <article class="post-1">
                    <div class="post-header">
                        <div class="post-thumb" style="background-image: url('https://d1xi7ur86frsfd.cloudfront.net/2b4f9bf2-b457-488c-ba26-a60cf44faa93/8988fdc5-0565-40a9-9ea4-73b4ebd46a4f/212d0e56-80d9-4553-b9b7-e8dcc7215765/featured-image/Horse%20Property%20in%20Cedar%20City.png')"><a href="/blog/the-complete-guide-to-buying-horse-property-in-iron-county" class="image-link"></a>
                        </div>
                        <div class="meta-title">
                            <div class="post-meta">
                                                                    <a href="/blog/the-complete-guide-to-buying-horse-property-in-iron-county" class="date-link">
                                        <time class="post-date">APRIL 27, 2026</time>
                                    </a>
                                                            </div>
                            <h2>
                                <a href="/blog/the-complete-guide-to-buying-horse-property-in-iron-county">The Complete Guide to Buying Horse Property in Iron County</a>
                            </h2>
                        </div>
                    </div>
                    <!--
                    <div class="post-content post-excerpt">
                                                The Complete Guide to Buying a Horse Property for Sale in Cedar City
The dream of owning a sprawling ranch under the wide-open Utah sky is a cornerstone of the American West. As we look at the 2026 r...                    </div>
                    -->
                </article>
            </div>
                        <div class="col-md-4 col-sm-6 col-xs-12">
                <article class="post-1">
                    <div class="post-header">
                        <div class="post-thumb" style="background-image: url('https://d1xi7ur86frsfd.cloudfront.net/2b4f9bf2-b457-488c-ba26-a60cf44faa93/8988fdc5-0565-40a9-9ea4-73b4ebd46a4f/45d0618c-23cd-4dff-a2b4-84ca0aef880a/featured-image/Historic%20Home%20Purchases%20in%20Downtown%20Cedar%20City.png')"><a href="/blog/navigating-historic-home-purchases-in-downtown-cedar-city" class="image-link"></a>
                        </div>
                        <div class="meta-title">
                            <div class="post-meta">
                                                                    <a href="/blog/navigating-historic-home-purchases-in-downtown-cedar-city" class="date-link">
                                        <time class="post-date">APRIL 25, 2026</time>
                                    </a>
                                                            </div>
                            <h2>
                                <a href="/blog/navigating-historic-home-purchases-in-downtown-cedar-city">Navigating Historic Home Purchases in Downtown Cedar City</a>
                            </h2>
                        </div>
                    </div>
                    <!--
                    <div class="post-content post-excerpt">
                                                There is an undeniable soul to the neighborhoods surrounding Southern Utah University and the downtown core. As we move through 2026, Historic Homes in Cedar City have become some of the most coveted ...                    </div>
                    -->
                </article>
            </div>
                    </div>
                <div class="flex jc-center">
            <button id="loadMorePostBtn" type="submit" class="btn btn-primary"><div class="flex ai-center">Load More</div></button>
        </div>
            </div>
    </section>

<!-- Load JS here for greater good =============================-->

<!-- PLEASE AVOID INLINE STYLING -->
<footer id="lrb-ftr-23" class=" bg-prmry flex flex-column justify-center align-center" data-selector="footer" style="outline: none; cursor: inherit;">
    <div class="ftr-top flex flex-column justify-center align-center">
        <div class="ftr-logos flex justify-center align-center">
            <img class="img-responsive site_custom_logo" src="https://images.brivityidx.com/assets/images/uploads/107294/sam_dodd_footer_922.png" alt="team logo" data-selector="img" style="filter: brightness(0) invert(1); outline: none; cursor: inherit;">
            <!-- Second Logo if needed-
            <img class="img-responsive" src="https://images.brivityidx.com/assets/images/uploads/10192/brivity-logo.png" alt="add image description" data-selector="img">
            -->
        </div>
        <menu class="ftr-menu flex flex-row flex-wrap justify-center align-center">
            <li class="ftr-menu-item" data-selector="li" style="outline: none; cursor: inherit;"><a href="/index">Home</a></li>
            <li class="ftr-menu-item" data-selector="li" style="outline: none; cursor: inherit;"><a href="/search">Listings</a></li>
            <li class="ftr-menu-item" data-selector="li" style="outline: none; cursor: inherit;"><a href="/buying">Buying</a></li>
            <li class="ftr-menu-item" data-selector="li" style="outline: none; cursor: inherit;"><a href="/selling">Selling</a></li>
            <li class="ftr-menu-item" data-selector="li" style="outline: none; cursor: inherit;"><a href="/financing">Financing</a></li>
            <li class="ftr-menu-item" data-selector="li" style="outline: none; cursor: inherit;"><a href="/home_value">Home Value</a></li>
            <li class="ftr-menu-item" data-selector="li" style="outline: none; cursor: inherit;"><a href="/realestateagent/search">Who We Are</a></li>
            <li class="ftr-menu-item" data-selector="li" style="outline: none; cursor: inherit;"><a href="/careers">Careers</a></li>
            <li class="ftr-menu-item" data-selector="li" style="outline: none; cursor: inherit;"><a href="/about_place">About PLACE</a></li>
            <li class="ftr-menu-item" data-selector="li" style="outline: none; cursor: inherit;"><a href="/connect">Connect</a></li>
        </menu>
        <form id="form-contact1" class="form-contact footer-form" action="">
            <div class="input-container flex flex-row-responsive">
                <div class="column-1-inputs">
                    <input type="hidden" name="tags" value="footer_signup">
                    <input id="contact1_fname" class="contact_fname" placeholder="First Name" name="contact1_fname" type="text" required="">
                    <input id="contact1_lname" class="contact_lname" placeholder="Last Name" name="contact1_lname" type="text" required="">
                    <input id="contact1_email" class="contact_email" placeholder="Email Address" name="contact1_email" type="email" required="">
                    <input id="contact1_phone" class="contact_phone" placeholder="Phone Number" name="contact1_phone" type="tel" required="">
                </div>
                <div class="column-2-inputs footer-form-select">
                    <i class="fa fa-light fa-chevron-down" style="outline: none; cursor: inherit;" data-selector=".fa"></i>
                    <select name="lead_type">
                        <option value="buyer">I'm interested in buying a home</option>
                        <option value="seller">I'm interested in selling a home</option>
                        <option value="seller/buyer">I'm interested in buying and selling</option>
                        <option value="tenant">I'm interested in finding a home to rent</option>
                        <option value="recruit">I'm interested in a real estate career</option>
                        <option value="n/a">Other reason to contact an agent</option>
                    </select>
                    <textarea id="contact1_message" class="contact_message" placeholder="Your Message" name="contact1_message" rows="1"></textarea>
                </div>
            </div>
            <div class="row-button">
                <input type="text" id="contact1_robot_field" name="contact1_robot_field">
                <button class="btn-primary light-btn slide-right" type="submit" data-selector="a.btn, button.btn, button" style="outline: none; cursor: inherit;">Send Us A Message</button>
                <div id="honeypot-div">
                    <input name="age_required" id="age_required" value="" type="text">
                </div>
            </div>
        </form>
    </div>
    <div class="ftr-bottom">
        <div class="btm-row flex flex-row-responsive justify-between align-end">
            <address class="ftr-contact-info">
                <div>
                    <span class="agent_address_dynamic dynamic_loading"></span><span>,</span> 
                    <span class="agent_city_dynamic dynamic_loading"></span><span>,</span> 
                    <span class="agent_state_dynamic dynamic_loading"></span>  
                    <span class="agent_zip_dynamic dynamic_loading"></span>
                </div>
                <div>
                    <span class="agent_phone_dynamic dynamic_loading" href="tel:" src="tel:"></span>
                </div>
            </address>
            <ul class="ftr-socials flex flex-row flex-wrap justify-center">
                <li class="ftr-socials-item" data-selector="li" style="outline: none; cursor: inherit;"><a class="agent_facebook_dynamic dynamic_loading" href="" target="_blank" style="color: #fff !important">Facebook</a></li>
                <li class="ftr-socials-item" data-selector="li" style="outline: none; cursor: inherit;"><a class="agent_instagram_dynamic dynamic_loading" href="" target="_blank" style="color: #fff !important">Instagram</a></li>
                <li class="ftr-socials-item" data-selector="li" style="outline: none; cursor: inherit;"><a class="agent_linkedin_dynamic dynamic_loading" href="" target="_blank" style="color: #fff !important">LinkedIn</a></li>
                <li class="ftr-socials-item" data-selector="li" style="outline: none; cursor: inherit;"><a class="agent_youtube_dynamic dynamic_loading" href="" target="_blank" style="color: #fff !important">YouTube</a></li>
                <li class="ftr-socials-item" data-selector="li" style="outline: none; cursor: inherit;"><a class="agent_twitter_dynamic dynamic_loading" href="" target="_blank" style="color: #fff !important">X</a></li>
                <li class="ftr-socials-item" data-selector="li" style="outline: none; cursor: inherit;"><a class="agent_pinterest_dynamic dynamic_loading" href="" target="_blank" style="color: #fff !important">Pinterest</a></li>
                <!--<li class="ftr-socials-item" data-selector="li" style="outline: none; cursor: inherit;"><a class="agent_tiktok_dynamic" href="" target="_blank">TikTok</a></li>--->
            </ul>
        </div>
        <div class="btm-row flex flex-row-responsive justify-between align-end">
            <p data-selector="p" style="outline: none; cursor: inherit;"><span class="get_this_year">2023</span>©   Sam Dodd Team | eXp Realty | PLACE</p>
            <p data-selector="p" style="outline: none; cursor: inherit;">Each office is independently owned and operated.  
            <img src="https://images.brivityidx.com/assets/images/uploads/10192/realtor-equal-white.png" alt="Equal Housing | Realtor" data-selector="img" style="outline: none; cursor: inherit;">
            <!--Dark version-- <img src="https://images.brivityidx.com/assets/images/uploads/1428/Equal-Housing-Realtor_gray50.png" alt="Equal Housing | Realtor" data-selector="img" style="outline: none; cursor: inherit;">--->
            </p>
        </div>
    </div>
</footer>
    </div>
    <!-- /#page -->

    <!-- SEO Footer Anchor -->
    <section id="seo-anchor">
        <div class="container">
            <ul class="powered-by">
                <li>Powered by <a class="pb-vendor" href="https://www.brivity.com/"> Brivity</a></li>
                <li class="pb-admin-login"><a href="https://login.brivityidx.com/login"><span class='pb-admin-login-text'>Admin Log In</span></a></li>
            </ul>

            <ul class="seo-anchor-links">
                <li><a href="/privacy_policy">Privacy Policy</a></li>
                <li><a href="/tos">DMCA &amp; Terms of Service</a></li>
                <li><a id='sitemapUrl' href='/sitemap' style='display: inline;'>Sitemap</a></li>
            </ul>

        </div>
    </section>
    <!-- end SEO Footer Anchor -->

    <input type="hidden" id="hchatbot_settings" value="{&quot;chat_position&quot;:&quot;right&quot;,&quot;call_to_action_text&quot;:&quot;Hi there! Please let us know if you have any questions and an agent will reach out to you as soon as possible.&quot;,&quot;initial_message&quot;:&quot;Enter your question below and an agent will be in touch with you.&quot;,&quot;tags&quot;:&quot;IDX Chat&quot;,&quot;version&quot;:&quot;1&quot;}">
<!-- chatbot v1 -->
<!-- Chatbot drawer container -->
<div class="chatbot-drawer-container loading">
    <div class="chatbot-content-wrapper">
        <div class="chatbot-outside-content">
            <div class="chatbot-bubble-message-container cb-hide">
                <img src="" class="chatbot-agent-img agent_pic_dynamic"/>
                <div id="call-to-action" class="bubble-message"></div>
                <button type="button" class="chatbox-bubble-close" data-dismiss="modal" aria-label="Close">
                    <span aria-hidden="true">&times;</span>
                </button>
            </div>
            <button id="chatbot-open-btn" class="chatbot-open-btn bg-prmry">
                <svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
                    <path d="M20.8 6.35501V16C20.8 17.765 19.365 19.195 17.6 19.195L11.2 19.2L5.755 22.28C5.645 22.365 5.52 22.4 5.4 22.4C5.09 22.4 4.8 22.155 4.8 21.8V19.2H3.2C1.4375 19.2 0 17.765 0 16V6.35501C0 4.63751 1.4375 3.20001 3.2 3.20001H17.6C19.365 3.20001 20.8 4.63751 20.8 6.35501ZM7.2 18.705L10.57 16.8H17.6C18.035 16.8 18.4 16.44 18.4 16V6.40001C18.4 5.96251 18.035 5.60001 17.6 5.60001H3.2C2.7625 5.60001 2.4 5.96251 2.4 6.40001V16C2.4 16.44 2.7625 16.8 3.2 16.8H7.2V18.705ZM12.8 22.4V20.8H15.2V22.4C15.2 22.835 15.56 23.2 16 23.2H21.43L24.8 25.105V23.2H28.8C29.235 23.2 29.6 22.835 29.6 22.4V12.8C29.6 12.365 29.235 12 28.8 12H22.4V9.60001H28.8C30.565 9.60001 32 11.035 32 12.755V22.4C32 24.165 30.565 25.6 28.8 25.6H27.2V28.2C27.2 28.555 26.91 28.8 26.6 28.8C26.48 28.8 26.355 28.765 26.245 28.68L20.8 25.6L16 25.595C14.24 25.595 12.8 24.165 12.8 22.4Z" fill="white"/>
                </svg>
            </button>
        </div>
        <div class="chatbot-drawer">
            <div class="chatbot-header bg-prmry">
                <div class="chatbot-agent-info">
                    <img class="chatbot-agent-img agent_pic_dynamic"/>
                    <div class="chatbot-agent">
                        <h3 class="agent_name_dynamic"></h3>
                        <h4><span class="agent_title_dynamic"></span> | <span class="agent_company_name_dynamic"></span></h4>
                    </div>
                    <a id="chatbot-agent-phone" style="display: none;" class="agent_phone_dynamic"></a>
                </div>
                <button id="close-chatbot-drawer" type="button" class="chatbox-modal-close" data-dismiss="modal" aria-label="Close">
                    <span aria-hidden="true">&times;</span>
                </button>
            </div>
            <div class="chatbot-body">
                <div class="chatbot-message-container">
                    <img class="chatbot-agent-img agent_pic_dynamic"/>
                    <h4 id="initial_message" class="chatbot-chat-messages not-loaded"></h4>
                    <div class="chatbot-chat-messages loading">
                        <span class="typing-indicator">
                            <span></span>
                            <span></span>
                            <span></span>
                        </span>
                    </div>
                </div>
                <form id="chatbotForm" class="chatbot-form">
                    <input type="name" id="chatbot_fullname" class="chatbox-form-control no-native-focus" placeholder="Name *"
                        pattern="^[A-Za-z'\- ]+ [A-Za-z'\- ]+$"
                        required />
                    <input type="tel" id="chatbot_phone" class="chatbox-form-control no-native-focus" placeholder="Phone *" required />
                    <input type="email" id="chatbot_email" class="chatbox-form-control no-native-focus" placeholder="Email *"
                        pattern="^[^@\s]+@[^@\s]+\.[^@\s]+$"
                        required />
                    <textarea id="chatbot_message" class="chatbox-form-control chatbot-message" rows="5" name="notes" placeholder="Any Comments or Questions"></textarea>
                    <div class="chatbot-consent-container">
                        <p>
                            I agree to receive automated marketing calls and texts (SMS/MMS) from <span class="agent_company_name_dynamic"></span>, its affiliates and their agents. Msg & data rates may apply. 
                            Msg frequency varies. Reply STOP to cancel. Consent is not required for purchase. I also agree to the <a href="/tos">Terms of Use</a> and <a href="/privacy_policy">Privacy Policy</a>.
                        </p>
                    </div>
                    <input type="hidden" id="chatbot_tags">
                </form>
            </div>
            <div class="chatbot-footer">
                <button type="submit" form="chatbotForm" class="chatbot-send bg-prmry chatbot-btn-disabled" data-dismiss="modal" aria-label="Close" disabled>
                    Send 
                    <span aria-hidden="true"> 
                        <svg class="chatbot-btn-icon" width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
                            <g clip-path="url(#clip0_2435_997)">
                                <path d="M14.6667 1.33331L7.33337 8.66665" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
                                <path d="M14.6667 1.33331L10 14.6666L7.33337 8.66665L1.33337 5.99998L14.6667 1.33331Z" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
                            </g>
                            <defs>
                                <clipPath id="clip0_2435_997">
                                    <rect width="16" height="16" fill="white"/>
                                </clipPath>
                            </defs>
                        </svg>
                    </span>
                </button>
            </div>
        </div>
    </div>
</div>    
    <!--    ask for change password modal form-->
    <div class="modal fade" id="asking-password-modal" tabindex="-1" role="dialog">
        <div class="modal-dialog modal-lg" role="document">
            <div class="modal-content">
                <div class="modal-body">
                    <h2 class="margin-bottom-20" style="color: black">Forgot Password?</h2>
                    <p>Don't worry! It happens. Please enter the email address associated with your account.</p>
                    <div id="get-token-success-msg" class="alert alert-success hide">
                        <strong>Success!</strong> <span>Email sent.</span>
                    </div>
                    <div class="alert alert-danger hide">
                        <strong>Error!</strong> <span>Error sending email.</span>
                    </div>
                    <div class="row margin-bottom-0">
                        <div class="col-md-12 col-md-offset-2" style="margin-left: 0">
                            <div class="form-group">
                                <label for="asking_password">Email</label>
                                <input type="email" id="asking_password" class="form-control" placeholder="Enter email">
                            </div>
                        </div>
                    </div>
                    <div class="flex jc-center">
                        <button id="get-email-token" class="btn btn-primary" style="width: 100%; justify-content: center; display: flex">
                            <div class="flex ai-center">
                                <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"
                                     fill="none" stroke="currentColor" stroke-width="2"
                                     stroke-linecap="round" stroke-linejoin="round"
                                     class="feather feather-mail">
                                    <path d="M4 4h16c1.1 0 2 .9 2 2v12c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V6c0-1.1.9-2 2-2z"></path>
                                    <polyline points="22,6 12,13 2,6"></polyline>
                                </svg>
                                &nbsp;Send me an email
                            </div>
                        </button>
                    </div>
                    <div class="flex jc-center">
                        <a id="cancel-ask-token" style="width: 100%; justify-content: center; display: flex" data-dismiss="modal" data-bs-dismiss="modal" class="btn btn-default">
                            <div class="flex ai-center">
                                <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"
                                     fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round"
                                     stroke-linejoin="round" class="feather feather-x">
                                    <line x1="18" y1="6" x2="6" y2="18"></line>
                                    <line x1="6" y1="6" x2="18" y2="18"></line>
                                </svg>
                                &nbsp;Go Back
                            </div>
                        </a>
                    </div>

                    <div class="flex jc-center">
                        <a id="back-to-sign-up"><h5>Don't have an account? <span style="color:#5386e4">Sign Up</span></h5></a>
                    </div>

                </div>
            </div>
        </div>
    </div>
    <!--    end ask for change password modal form-->

    <!--    change password modal form-->
    <div class="modal fade" id="change-password-modal" tabindex="-1" role="dialog">
        <div class="modal-dialog modal-lg" role="document">
            <div class="modal-content">
                <div class="modal-body">
                    <h2 class="margin-bottom-20" style="color: black">Reset Password</h2>

                    <div id="pwchange-success" class="alert alert-success hide">
                        <strong>Success!</strong> <span>Password changed.</span>
                    </div>

                    <div id="pwchange-error" class="alert alert-danger hide">
                        <strong>Error!</strong> <span>Error on changing password.</span>
                    </div>

                    <div class="row margin-bottom-0">
                        <div class="col-md-12 col-md-offset-2" style="margin-left: 0;">
                            <div class="form-group">
                                <label>New password</label>
                                <input type="password" id="user_npassword" class="form-control" placeholder="******">
                            </div>
                        </div>
                        <div class="col-md-12 col-md-offset-2" style="margin-left: 0;">
                            <div class="form-group">
                                <label>Confirm New Password</label>
                                <input type="password" id="user_npassword_c" class="form-control" placeholder="******">
                            </div>
                        </div>
                    </div>
                    <div class="flex jc-center">
                        <button id="changePassword" class="btn btn-primary" style="width: 100%; margin-left: 0; justify-content: center; display: flex">
                            <div class="flex ai-center">
                                <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"
                                     stroke="currentColor" stroke-width="2" stroke-linecap="round"
                                     stroke-linejoin="round" class="feather feather-mail">
                                    <path d="M4 4h16c1.1 0 2 .9 2 2v12c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V6c0-1.1.9-2 2-2z"></path>
                                    <polyline points="22,6 12,13 2,6"></polyline>
                                </svg>&nbsp;
                                Change Password
                                <div>
                        </button>
                    </div>
                    <div class="flex jc-center">
                        <button data-dismiss="modal" data-bs-dismiss="modal" class="btn btn-default" style="width: 100%; margin-left: 0; justify-content: center; display: flex; background: none; border: none;">
                            <div class="flex ai-center">
                                <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"
                                     stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"
                                     class="feather feather-x"><line x1="18" y1="6" x2="6" y2="18"></line>
                                    <line x1="6" y1="6" x2="18" y2="18"
                                    ></line>
                                </svg>&nbsp;
                                Cancel
                            </div>
                        </button>
                    </div>
                    <div class="flex jc-center">
                        <a href="#" id="go-to-login">
                            <h5>Back to login</h5>
                        </a>
                    </div>
                </div>
            </div>
        </div>
    </div>
    <!--    end password modal form-->

    <!-- facebook login modal -->
    <div class="modal fade" id="facebook-login-modal" tabindex="-1" role="dialog">
        <div class="modal-dialog modal-lg" role="document">
            <div class="modal-content">
                <div class="modal-body text-center">
                    <h2 class="margin-bottom-20">Confirm Your Account</h2>
                    <div class="row margin-bottom-0">
                        <div class="col-md-8 col-md-offset-2">
                            <p>Search and view Exclusive Property Listings.</p>
                        </div>
                    </div>
                    <div class="flex jc-center">
                        <button class=" btn frc-btn-facebook" onclick="fbLogin()" scope="public_profile,email" onlogin="checkLoginState();">
                            <div class="flex ai-center">
                                <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="#000" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
                                    <path d="M18 2h-3a5 5 0 0 0-5 5v3H7v4h3v8h4v-8h3l1-4h-4V7a1 1 0 0 1 1-1h3z"/>
                                </svg>
                                <span>Continue with Facebook</span>
                            </div>
                        </button>
                    </div>
                    <div class="flex jc-center">
                        <p>We'll never post to your social networks</p>
                    </div>

                </div>
            </div>
        </div>
    </div>
    <!--  end facebook login modal -->

    <!-- Sign Up Modal -->
    <div class="modal fade" id="sign-up-modal" tabindex="-1" role="dialog">
        <div class="modal-dialog new-modal-dialog" role="document">
            <div class="modal-content new-sign-up-modal-content">
                <div class="modal-body new-sign-up-modal">
                    <div class="tab-content">
                        <!-- // login start step 1 -->
                        <div role="tabpanel" class="tab-pane fade in active" id="create_step_1">
                            <div class="close-sign-container">
                                <h2 style="text-align: center" class="signup-modal-title">Sign Up for Free</h2>
                                <button id="close-signup-modal-button"  type="button" class="new-close" data-dismiss="modal" data-bs-dismiss="modal" aria-label="Close">
                                    <span  aria-hidden="true">&times;</span>
                                </button>
                            </div>
                            <p class="new-sign-up-p">Create an account to save properties, receive alerts about new listings,
                                view comparables, and obtain monthly market reports.
                            </p>

                            <!-- // google button -->
                            <div class="flex jc-center ai-center sign-in-btn-wrappers">
                                <button class="btn frc-btn-google google-signin-btn new-google-signin new-signup-btn" onlogin="checkLoginState();" style="width:100%; justify-content: center;" id="customGoogleBtn">
                                    <div class="flex ai-center new-signup-btn-cont">
                                        <div class="icon-wrapper">
                                            <svg width="21" height="21" viewBox="0 0 21 21" fill="none" xmlns="http://www.w3.org/2000/svg">
                                                <path fill-rule="evenodd" clip-rule="evenodd" d="M20.1 10.7272C20.1 10.0181 20.0364 9.33631 19.9182 8.68176H10.5V12.5499H15.8818C15.65 13.7999 14.9455 14.859 13.8864 15.5681V18.0772H17.1182C19.0091 16.3363 20.1 13.7727 20.1 10.7272Z" fill="#4285F4"/>
                                                <path fill-rule="evenodd" clip-rule="evenodd" d="M10.4989 20.4999C13.1989 20.4999 15.4625 19.6044 17.117 18.0772L13.8852 15.5681C12.9898 16.1681 11.8443 16.5226 10.4989 16.5226C7.89432 16.5226 5.68977 14.7635 4.90341 12.3999H1.5625V14.9908C3.20795 18.259 6.58977 20.4999 10.4989 20.4999Z" fill="#34A853"/>
                                                <path fill-rule="evenodd" clip-rule="evenodd" d="M4.90455 12.4001C4.70455 11.8001 4.59091 11.1592 4.59091 10.5001C4.59091 9.84103 4.70455 9.20013 4.90455 8.60013V6.00922H1.56364C0.886364 7.35922 0.5 8.88649 0.5 10.5001C0.5 12.1138 0.886364 13.641 1.56364 14.991L4.90455 12.4001Z" fill="#FBBC05"/>
                                                <path fill-rule="evenodd" clip-rule="evenodd" d="M10.4989 4.47727C11.967 4.47727 13.2852 4.98182 14.3216 5.97273L17.1898 3.10455C15.458 1.49091 13.1943 0.5 10.4989 0.5C6.58977 0.5 3.20795 2.74091 1.5625 6.00909L4.90341 8.6C5.68977 6.23636 7.89432 4.47727 10.4989 4.47727Z" fill="#EA4335"/>
                                            </svg>
                                        </div>
                                        <span class="new-signup-btn-text">
                                            Continue with Google
                                        </span>
                                    </div>
                                </button>
                            </div>                                                     
                            <!-- // facebook button -->
                            <div class="flex jc-center ai-center sign-in-btn-wrappers">
                                <button class=" btn frc-btn-facebook new-facebook-signin new-signup-btn" onclick="fbLogin()" scope="public_profile,email" onlogin="checkLoginState();" style="width:100%; justify-content: center;">
                                    <div class="flex ai-center new-signup-btn-cont">
                                        <div class="icon-wrapper">
                                            <svg xmlns="http://www.w3.org/2000/svg" width="31" height="31" viewBox="0 0 31 31" fill="none">
                                                <circle cx="15.5" cy="15.5" r="13.5" fill="#0866ff"/>
                                                <path d="M20.5866 19.6512L21.1792 15.871H17.4045V13.4124C17.4045 12.3793 17.9248 11.3712 19.5807 11.3712H21.2693V8.2025C21.2693 8.2025 19.7177 7.94727 18.2348 7.94727C15.1694 7.94727 13.145 9.77055 13.145 13.0508V15.871H9.67188V19.6512H13.145V29.0221C13.8377 29.1275 14.5455 29.1802 15.2635 29.1802C15.9815 29.1802 16.6892 29.1275 17.382 29.0221V19.6512H20.5866Z" fill="white"/>
                                            </svg>
                                        </div>
                                        <span class="new-signup-btn-text">Continue with Facebook</span>
                                    </div>
                                </button>
                            </div>
                            <!-- // apple button -->
                            <div class="flex jc-center ai-center sign-in-btn-wrappers">
                                <button class="btn frc-btn-apple apple-signin-btn new-signup-btn new-apple-signin" onclick="appleLogin()" scope="public_profile,email" onlogin="checkLoginState();" style="width:100%; justify-content: center;padding:5px;">
                                    <div class="flex ai-center new-signup-btn-cont">
                                        <div class="icon-wrapper">
                                            <svg class="apple-social-svg" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512" width="15" height="20" aria-hidden="true" focusable="false" preserveAspectRatio="xMidYMid meet">
                                                <path fill="#000000" d="M318.7 268.7c-.2-36.7 16.4-64.4 50-84.8-18.8-26.9-47.2-41.7-84.7-44.6-35.5-2.8-74.3 20.7-88.5 20.7-15 0-49.4-19.7-76.4-19.7C63.3 141.2 4 184.8 4 273.5q0 39.9 14.7 80.5c14.5 41.1 54.5 94.5 97.5 94.5 18.2 0 50.4-19.2 82.5-19.2 31.2 0 63.5 18.6 86 18.6 37 0 67.9-36.4 93.5-73.1-73.6-35.7-87-157.1-4.9-212.9zM255.7 48c1.2-39.8 36.5-73 76-74.8-1.2 46.9-38.7 84.7-76 74.8z"/>
                                            </svg>
                                        </div>
                                        <span class="new-signup-btn-text">Continue with Apple</span>
                                    </div>
                                </button>
                            </div>
                            <div class="row loginSeparator new-separator" style="display: none;">
                                <div class="separator-lines">
                                    <hr class="solid">
                                </div>
                                <div class="text-center separator-or">
                                    OR
                                </div>
                                <div class="separator-lines">
                                    <hr class="solid">
                                </div>
                            </div>

                            <div>
                                <div class="signup-email-title">Email</div>
                                <div class="row margin-bottom-0">
                                    <div class="col-md-8 col-md-offset-2" style="width: 100%; margin-left: 0;">
                                        <div class="form-group new-email-container">
                                            <input type="email" id="signup_email" class="form-control new-signup-input" placeholder="Enter email">
                                        </div>
                                    </div>
                                </div>
                                <div class="flex jc-center sign-in-btn-wrappers">
                                    <span id="signupErrorMessage" class="alert alert-warning" style="display: none;"></span>
                                </div>
                                <div class="flex jc-center sign-in-btn-wrappers">
                                    <button id="SignUpContinueBtn" class="btn btn-primary new-signup-btn" style="width: 100%; justify-content: center;">
                                        <div class="flex ai-center new-signup-btn-text">
                                            Continue with Email
                                        </div>
                                    </button>
                                </div>
                            </div>

                            <div class="row">
                                <div class="col-sm-12 text-center">
                                    <a href="#signin" aria-controls="signin" role="tab" data-toggle="tab">
                                        <h5>Already have an account? <span style="color:#5386e4">Sign In</span></h5>
                                    </a>
                                </div>
                            </div>
                            <div class="opt-out text-center">By continuing you agree to the terms of service and conditions.</div>
                            <div class="opt-out-href text-center">
                                <a href="/privacy_policy">Privacy Policy</a>
                                |
                                <a href="/tos">Terms & Conditions</a>
                            </div>
                        </div>

                        <!-- // sign up step 2 almost there -->
                        <div role="tabpanel" class="tab-pane fade" id="create_step_2">
                            <div class="close-sign-container">
                                <h2 style="text-align: center" class="signup-modal-title">Almost there...</h2>
                                <button id="close-signup-modal-button-2" type="button" class="new-close" data-dismiss="modal" data-bs-dismiss="modal" aria-label="Close">
                                    <span aria-hidden="true">&times;</span>
                                </button>
                            </div>
                            <p class="new-sign-up-p">Your profile is almost complete! Just a few more details from you.</p>
                            <div class="row margin-bottom-0">
                                <div class="col-md-8 col-md-offset-2" style="width: 100%; margin-left: 0;">
                                    <div class="form-group step-2-new-email-container">
                                        <label for="signup_fullname" class="signup-step-2-input-title">Full Name</label>
                                        <input type="email" id="signup_fullname" class="form-control new-signup-input" placeholder="Jane Smith"
                                               required pattern="\b\w+\b(?:.*?\b\w+\b){1}"
                                               oninvalid="setCustomValidity('Please enter First and Last Name')"
                                               onchange="try{setCustomValidity('')}catch(e){}">
                                    </div>
                                    <div class="form-group new-email-container">
                                        <label for="signup_phone" class="signup-step-2-input-title">Mobile Number <span>(Used as Password)</span></label>
                                        <input type="tel" id="signup_phone" class="form-control new-signup-input" placeholder="+1(000)000-0000">
                                        <input type="hidden" id="signup_tags">
                                    </div>
                                </div>
                            </div>

                             <style>
                                .signup-consent-checkbox-section {
                                    display: none;
                                    flex-direction:column;
                                    align-items:flex-start;
                                }

                                .signup-consent-checkbox-section .checkbox {
                                    display:flex; 
                                    align-items:flex-start; 
                                    justify-content:center; 
                                    gap:8px; 
                                    padding:0 !important;
                                }

                                .signup-consent-checkbox-section .checkbox input {
                                    position:unset;
                                    margin:2px 0 0 0 !important;
                                }

                                .signup-consent-checkbox-section .checkbox span {
                                    color: #8C8C8C;
                                    font-size:10px;
                                    font-weight:600;
                                    line-height:16px;
                                }

                                .signup-verbage {
                                    display:flex;
                                    flex-direction: column;
                                    gap:24px;
                                    text-align:center;
                                    font-size:10px;
                                    line-height:16px;
                                }

                                .signup-verbage span {
                                   color: #8C8C8C; 
                                   font-weight:600; 
                                }

                                .signup-verbage a {
                                    color:#5386E4 !important;
                                    font-weight:400;
                                }

                                .signup-verbage .twilio-enabled-verbage {
                                    display:none;
                                }

                                
                                
                            </style>

                            <div  class="signup-consent-checkbox-section">
                                <label class="checkbox" >
                                    <input id="signup_sms_consent_checkbox" style="margin:0;" type="checkbox"></input>
                                   <span>I consent to receive text marketing communications via SMS/MMS from <span class="agent_name_dynamic"></span>.</span> 
                                </label>
                            </div>

                            <div class="flex jc-center sign-in-btn-wrappers">
                                <button type="submit" id="signupBtn" class="btn btn-primary new-signup-btn" style="width: 100%; justify-content: center;">
                                    <div class="flex ai-center new-signup-btn-text">
                                        Sign Up
                                    </div>
                                </button>
                            </div>
                            <div class="flex jc-center sign-in-btn-wrappers sign-in-go-back-wrapper">
                                <button id="signupGoBackBtn" class="btn btn-primary step-2-new-signup-btn" style="justify-content: center;">
                                    <div class="flex ai-center new-signup-btn-text">
                                        Go Back
                                    </div>
                                </button>
                            </div>

                            <div class="signup-verbage">
                                <span>By digitally signing this form you are providing <span class="agent_name_dynamic"></span> with your express written consent to send you marketing communications via email<span class="sms-disclaimer-text"> and by SMS</span>, calls or prerecorded messages dialed by a natural person or by an automatic or automated telephone dialing system. This express written consent applies to each such email address or telephone number that you provide to us now or in the future and permits such communication regardless of their purpose.</span>

                                <span><span class="twilio-enabled-verbage">By checking the box, you consent to receive marketing text messages. If checked, you consent to receiving texts including marketing and promotional communications, from <span class="agent_name_dynamic"></span>. </span>Messages and data rates may apply. Message frequency varies. To opt out of text messages, reply STOP. Your consent is not required as a condition of any purchase. By continuing, you also agree to our <a class="opt-out-href" href="/tos">Terms & Conditions</a> and <a class="opt-out-href" href="/privacy_policy">Privacy Policy</a></span>
                            </div>

                           
                           
                        </div>

                        <!-- // login step sign in -->
                        <div role="tabpanel" class="tab-pane fade" id="signin">
                            <div class="close-sign-container">
                                <h2 style="text-align: center" class="signup-modal-title">Welcome back!</h2>
                                <button id="close-signup-modal-button-3" type="button" class="new-close" data-dismiss="modal" data-bs-dismiss="modal" aria-label="Close">
                                    <span aria-hidden="true">&times;</span>
                                </button>
                            </div>
                            <p class="new-sign-up-p">We've missed you! Please enter your details.</p>

                            <!-- // Login google -->
                            <div class="flex jc-center ai-center sign-in-btn-wrappers">
                                <button class="btn frc-btn-google google-signin-btn new-google-signin new-signup-btn" onlogin="checkLoginState();" style="width:100%; justify-content: center;">
                                    <div class="flex ai-center new-signup-btn-cont">
                                        <div class="icon-wrapper">
                                            <svg width="21" height="21" viewBox="0 0 21 21" fill="none" xmlns="http://www.w3.org/2000/svg">
                                                <path fill-rule="evenodd" clip-rule="evenodd" d="M20.1 10.7272C20.1 10.0181 20.0364 9.33631 19.9182 8.68176H10.5V12.5499H15.8818C15.65 13.7999 14.9455 14.859 13.8864 15.5681V18.0772H17.1182C19.0091 16.3363 20.1 13.7727 20.1 10.7272Z" fill="#4285F4"/>
                                                <path fill-rule="evenodd" clip-rule="evenodd" d="M10.4989 20.4999C13.1989 20.4999 15.4625 19.6044 17.117 18.0772L13.8852 15.5681C12.9898 16.1681 11.8443 16.5226 10.4989 16.5226C7.89432 16.5226 5.68977 14.7635 4.90341 12.3999H1.5625V14.9908C3.20795 18.259 6.58977 20.4999 10.4989 20.4999Z" fill="#34A853"/>
                                                <path fill-rule="evenodd" clip-rule="evenodd" d="M4.90455 12.4001C4.70455 11.8001 4.59091 11.1592 4.59091 10.5001C4.59091 9.84103 4.70455 9.20013 4.90455 8.60013V6.00922H1.56364C0.886364 7.35922 0.5 8.88649 0.5 10.5001C0.5 12.1138 0.886364 13.641 1.56364 14.991L4.90455 12.4001Z" fill="#FBBC05"/>
                                                <path fill-rule="evenodd" clip-rule="evenodd" d="M10.4989 4.47727C11.967 4.47727 13.2852 4.98182 14.3216 5.97273L17.1898 3.10455C15.458 1.49091 13.1943 0.5 10.4989 0.5C6.58977 0.5 3.20795 2.74091 1.5625 6.00909L4.90341 8.6C5.68977 6.23636 7.89432 4.47727 10.4989 4.47727Z" fill="#EA4335"/>
                                            </svg>
                                        </div>
                                        <span class="flex ai-center new-signup-btn-text">
                                            Continue with Google
                                        </span>
                                    </div>
                                </button>
                            </div>

                            <!-- // Login facebook -->
                            <div class="flex jc-center ai-center sign-in-btn-wrappers">
                                <button class=" btn frc-btn-facebook new-facebook-signin new-signup-btn" onclick="fbLogin()" scope="public_profile,email" onlogin="checkLoginState();" style="width:100%; justify-content: center;">
                                    <div class="flex ai-center new-signup-btn-cont">
                                        <div class="icon-wrapper">
                                            <svg xmlns="http://www.w3.org/2000/svg" width="31" height="31" viewBox="0 0 31 31" fill="none">
                                                <circle cx="15.5" cy="15.5" r="13.5" fill="#0866ff"/>
                                                <path d="M20.5866 19.6512L21.1792 15.871H17.4045V13.4124C17.4045 12.3793 17.9248 11.3712 19.5807 11.3712H21.2693V8.2025C21.2693 8.2025 19.7177 7.94727 18.2348 7.94727C15.1694 7.94727 13.145 9.77055 13.145 13.0508V15.871H9.67188V19.6512H13.145V29.0221C13.8377 29.1275 14.5455 29.1802 15.2635 29.1802C15.9815 29.1802 16.6892 29.1275 17.382 29.0221V19.6512H20.5866Z" fill="white"/>
                                            </svg>
                                        </div>
                                        <span class="new-signup-btn-text">Continue with Facebook</span>
                                    </div>
                                </button>
                            </div>
                            <!-- // Login apple -->
                            <div class="flex jc-center ai-center sign-in-btn-wrappers">
                                <button class="btn frc-btn-apple apple-signin-btn new-signup-btn new-apple-signin" onclick="appleLogin()" scope="public_profile,email" onlogin="checkLoginState();" style="width:100%; justify-content: center;">
                                    <div class="flex ai-center new-signup-btn-cont">
                                        <div class="icon-wrapper">
                                            <svg class="apple-social-svg" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512" width="15" height="20" aria-hidden="true" focusable="false" preserveAspectRatio="xMidYMid meet">
                                                <path fill="#000000" d="M318.7 268.7c-.2-36.7 16.4-64.4 50-84.8-18.8-26.9-47.2-41.7-84.7-44.6-35.5-2.8-74.3 20.7-88.5 20.7-15 0-49.4-19.7-76.4-19.7C63.3 141.2 4 184.8 4 273.5q0 39.9 14.7 80.5c14.5 41.1 54.5 94.5 97.5 94.5 18.2 0 50.4-19.2 82.5-19.2 31.2 0 63.5 18.6 86 18.6 37 0 67.9-36.4 93.5-73.1-73.6-35.7-87-157.1-4.9-212.9zM255.7 48c1.2-39.8 36.5-73 76-74.8-1.2 46.9-38.7 84.7-76 74.8z"/>
                                            </svg>
                                        </div>
                                        <span class="new-signup-btn-text">Continue with Apple</span>
                                    </div>
                                </button>
                            </div>

                            <div class="row loginSeparator new-separator" style="display: none;">
                                <div class="separator-lines">
                                    <hr class="solid">
                                </div>
                                <div class="text-center separator-or">
                                    OR
                                </div>
                                <div class="separator-lines">
                                    <hr class="solid">
                                </div>
                            </div>

                            <div class="row margin-bottom-0">
                                <div class="col-md-12 col-md-offset-2" style="margin-left: 0;">
                                    <div class="form-group new-email-container">
                                        <label class="signup-step-2-input-title" for="signin_email">Email</label>
                                        <input type="email" id="signin_email" class="form-control new-signup-input" placeholder="Enter email">
                                    </div>
                                </div>
                            </div>
                            <div class="row margin-bottom-0">
                                <div class="col-md-12 col-md-offset-2" style=" margin-left: 0;">
                                    <div class="form-group new-email-container">
                                        <label class="signup-step-2-input-title" for="signin_password">Password</label>
                                        <input type="password" id="signin_password" class="form-control new-signup-input" required="" placeholder="**********">
                                    </div>
                                </div>
                            </div>
                            <div class="row margin-bottom-0">
                                <div class="col-md-12 col-md-offset-2" style=" margin-left: 0;">
                                    <a href="#" id="open-forgot-pass">
                                        <h5 class="sign-forgot-pass" style="color: #5386e4">Forgot your password?</h5>
                                    </a>
                                </div>
                            </div>
                            <div class="flex jc-center sign-in-btn-wrappers">
                                <span id="loginErrorMessage" class="alert alert-warning" style="display: none;"></span>
                            </div>
                            <div class="flex jc-center sign-in-btn-wrappers">
                                <button id="loginBtn" class="btn btn-primary new-signup-btn" style="width: 100%; justify-content: center;">
                                    <div class="flex ai-center new-signup-btn-text">
                                        Sign In
                                    </div>
                                </button>
                            </div>
                            <div class="row">
                                <div class="col-sm-12 text-center">
                                    <a href="#create_step_1" aria-controls="create_step_1" role="tab" data-toggle="tab">
                                        <h5>Don't have an account? <span style="color:#5386e4">Sign Up</span></h5>
                                    </a>
                                </div>
                            </div>

                            <div class="opt-out text-center"> By digitally signing this form you are providing <span class="agent_name_dynamic"></span> with your express written consent to send you business and marketing communications via email and by calls or prerecorded messages dialed by a natural person or by an automatic or automated telephone dialing system. This express written consent applies to each such email address or telephone number that you provide to us now or in the future and permits such communication regardless of their purpose.</div>
                            <br />
                            <div class="opt-out text-center">If checked, you consent to receiving texts including marketing and promotional communications, from <span class="agent_name_dynamic"></span>. Messages and data rates may apply. Message frequency varies. To opt out of text messages, reply STOP. Your consent is not required as a condition of any purchase. By continuing, you also agree to our <a class="opt-out-href" href="/tos">Terms & Conditions</a> and <a class="opt-out-href" href="/privacy_policy">Privacy Policy</a></div>
                            
                        </div>
                    </div>
                </div>
            </div>
        </div>
    </div>

    <!-- sign up questions -->
    <div class="popupOverlay"></div>
    <div class="popupCTA">
        <div class="closeCTA">
            <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="#000" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-x"><line x1="18" y1="6" x2="6" y2="18"></line><line x1="6" y1="6" x2="18" y2="18"></line></svg>
        </div>
        <div class="popupBody">
            <iframe id="signup-question-iframe" style="display:none" src="" frameborder="0"></iframe>
            <div class="followUp message">
                <img class="messageIcon" loading="lazy" fetchpriority="low" src="https://cdn1.brivityidx.com/assets/images/house1.png" width="65" height="65" alt="home">
                <h3 class="popupHeadline">Are you buying or selling a home?</h3>
                <div class="circleBtns">
                    <div class="circleBtnWrapper followUpBtns">
                        <div class="circleBtn" onclick="signupQuestionNext('buy','Buying')" id="buying">
                            <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-check"><polyline points="20 6 9 17 4 12"></polyline></svg>
                        </div>
                        <span class="circleBtnLabel">Buying</span>
                    </div>

                    <div class="circleBtnWrapper followUpBtns">
                        <div class="circleBtn" onclick="signupQuestionNext('sell','Selling')" id="selling">
                            <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-check"><polyline points="20 6 9 17 4 12"></polyline></svg>
                        </div>
                        <span class="circleBtnLabel">Selling</span>
                    </div>

                    <div class="circleBtnWrapper followUpBtns">
                        <div class="circleBtn" onclick="signupQuestionNext('both','Both')" id="both">
                            <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-check"><polyline points="20 6 9 17 4 12"></polyline></svg>
                        </div>
                        <span class="circleBtnLabel">Both</span>
                    </div>
                </div>
            </div>
            <!-- BUYING ROUTE -->
            <!-- Timeline Q1 -->
            <div class="buyTimeline message">
                <img class="messageIcon" loading="lazy" fetchpriority="low" src="https://cdn1.brivityidx.com/assets/images/search.png" width="65" height="65" alt="home">
                <h3 class="popupHeadline">When are you planning on buying a new home?</h3>
                <div class="circleBtns">
                    <div class="circleBtnWrapper followUpBtns">
                        <div class="circleBtn" onclick="signupQuestionNext('','1-3 months')" id="threeMoBuy">
                            <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-check"><polyline points="20 6 9 17 4 12"></polyline></svg>
                        </div>
                        <span class="circleBtnLabel">1-3 Mo</span>
                    </div>

                    <div class="circleBtnWrapper followUpBtns">
                        <div class="circleBtn" onclick="signupQuestionNext('','3-6 months')" id="sixMoBuy">
                            <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-check"><polyline points="20 6 9 17 4 12"></polyline></svg>
                        </div>
                        <span class="circleBtnLabel">3-6 Mo</span>
                    </div>

                    <div class="circleBtnWrapper followUpBtns">
                        <div class="circleBtn" onclick="signupQuestionNext('','6+ months')" id="overSixMoBuy">
                            <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-check"><polyline points="20 6 9 17 4 12"></polyline></svg>
                        </div>
                        <span class="circleBtnLabel">6+ Mo</span>
                    </div>
                </div> <!-- .circleBtns / -->
                <button onclick="signupQuestionBack()" class="backBtn">Back</button>
            </div>

            <!-- Mortgage Q2 -->
            <div class="mortgage message">
                <img class="messageIcon" loading="lazy" fetchpriority="low" src="https://cdn1.brivityidx.com/assets/images/contract.png" width="65" height="65" alt="home">
                <h3 class="popupHeadline">Are you pre-approved for a mortgage?</h3>
                <div class="circleBtns">
                    <div class="circleBtnWrapper followUpBtns">
                        <div class="circleBtn" onclick="signupQuestionNext('','Yes')" id="mortgageYes">
                            <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-check"><polyline points="20 6 9 17 4 12"></polyline></svg>
                        </div>
                        <span class="circleBtnLabel">Yes</span>
                    </div>

                    <div class="circleBtnWrapper followUpBtns">
                        <div class="circleBtn" onclick="signupQuestionNext('','No')" id="mortgageNo">
                            <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-x"><line x1="18" y1="6" x2="6" y2="18"></line><line x1="6" y1="6" x2="18" y2="18"></line></svg>
                        </div>
                        <span class="circleBtnLabel">No</span>
                    </div>

                    <div class="circleBtnWrapper followUpBtns">
                        <div class="circleBtn" onclick="signupQuestionNext('','Using Cash')" id="cash">
                            <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-dollar-sign"><line x1="12" y1="1" x2="12" y2="23"></line><path d="M17 5H9.5a3.5 3.5 0 0 0 0 7h5a3.5 3.5 0 0 1 0 7H6"></path></svg>
                        </div>
                        <span class="circleBtnLabel">Using Cash</span>
                    </div>
                </div> <!-- .circleBtns / -->
                <button onclick="signupQuestionBack()" class="backBtn">Back</button>
            </div>

            <!-- Consult Q3 -->
            <div class="consult message" id="consult">
                <img class="messageIcon" loading="lazy" fetchpriority="low" src="https://cdn1.brivityidx.com/assets/images/house3.png" width="65" height="65" alt="home">
                <h3 class="popupHeadline">Would you like to schedule a consultation now?</h3>
                <div class="circleBtns">
                    <div class="circleBtnWrapper followUpBtns">
                        <div class="circleBtn" onclick="signupQuestionNext('','Yes')" id="consultYes">
                            <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-check"><polyline points="20 6 9 17 4 12"></polyline></svg>
                        </div>
                        <span class="circleBtnLabel">Yes</span>
                    </div>

                    <div class="circleBtnWrapper followUpBtns">
                        <div class="circleBtn" onclick="signupQuestionsSet('No')" id="consultNo">
                            <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-x"><line x1="18" y1="6" x2="6" y2="18"></line><line x1="6" y1="6" x2="18" y2="18"></line></svg>
                        </div>
                        <span class="circleBtnLabel">No</span>
                    </div>
                </div> <!-- .circleBtns / -->
                <button onclick="signupQuestionBack()" class="backBtn">Back</button>
            </div>

            <!-- Schedule Consult Q4 -->
            <div class="scheduleConsult message">
                <h3 class="popupHeadline">When would you like us to call?</h3>
                <textarea id="signupQuestionConsultTimes" placeholder="What times work for you?"></textarea>
                <div class="followUpBtns">
                    <button id="consultYesBtn">Submit</button>
                </div>
            </div>

            <!-- Confirm Q5 -->
            <div class="confirmConsult message">
                <h3 class="popupHeadline">Thanks! We’ll give you a call as soon as possible.</h3>
                <div class="followUpBtns">
                    <button id="finishCTA">Done</button>
                </div>
            </div>

            <!-- SELLING ROUTE -->
            <!-- Sell Timeline Q1 -->
            <div class="sellTimeline message" id="sellTimeline">
                <img class="messageIcon" loading="lazy" fetchpriority="low" src="https://cdn1.brivityidx.com/assets/images/search.png" width="65" height="65" alt="home">
                <h3 class="popupHeadline">When are you planning on selling your home?</h3>
                <div class="circleBtns">
                    <div class="circleBtnWrapper followUpBtns">
                        <div class="circleBtn" onclick="signupQuestionNext('','1-3 months')" id="threeMoSell">
                            <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-check"><polyline points="20 6 9 17 4 12"></polyline></svg>
                        </div>
                        <span class="circleBtnLabel">1-3 Mo</span>
                    </div>

                    <div class="circleBtnWrapper followUpBtns">
                        <div class="circleBtn" onclick="signupQuestionNext('','3-6 months')" id="sixMoSell">
                            <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-check"><polyline points="20 6 9 17 4 12"></polyline></svg>
                        </div>
                        <span class="circleBtnLabel">3-6 Mo</span>
                    </div>

                    <div class="circleBtnWrapper followUpBtns">
                        <div class="circleBtn" onclick="signupQuestionNext('','6+ months')" id="overSixMoSell">
                            <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-check"><polyline points="20 6 9 17 4 12"></polyline></svg>
                        </div>
                        <span class="circleBtnLabel">6+ Mo</span>
                    </div>
                </div> <!-- .circleBtns / -->
                <button onclick="signupQuestionBack()" class="backBtn">Back</button>
            </div>

            <!-- Sell Timeline Q2 -->
            <div class="consultOrValue message">
                <h3 class="popupHeadline">Would you like to schedule a consultation or see your home value?</h3>
                <div class="circleBtns">
                    <div class="circleBtnWrapper followUpBtns">
                        <div class="circleBtn" onclick="signupQuestionNext('','Yes')" id="sellConsultYes">
                            <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-check"><polyline points="20 6 9 17 4 12"></polyline></svg>
                        </div>
                        <span class="circleBtnLabel">Schedule Consultation</span>
                    </div>

                    <div class="circleBtnWrapper followUpBtns">
                        <div class="circleBtn" onclick="signupQuestionHomeValue()" id="seeHomeValue">
                            <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-home"><path d="M3 9l9-7 9 7v11a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z"></path><polyline points="9 22 9 12 15 12 15 22"></polyline></svg>
                        </div>
                        <span class="circleBtnLabel">My Home Value</span>
                    </div>
                </div> <!-- .circleBtns / -->
                <button onclick="signupQuestionBack()" class="backBtn">Back</button>
            </div>
        </div> <!-- /.popupBody -->
    </div>
    <!-- end signup questions -->

    <!-- home value modal -->
    <div class="modal fade" id="modal_subject_home" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true">
        <div class="modal-dialog">
            <div class="modal-content">
              <div class="modal-header">
                <button type="button" class="close" data-dismiss="modal" data-bs-dismiss="modal"><span aria-hidden="true">&times;</span><span class="sr-only">Close</span></button>
                <h4 class="modal-title" id="myModalLabel">Please confirm your property details:</h4>
              </div>
              <div class="modal-body">
                <div class="row">
                  <div class="col-sm-9">
                    <h2 id="home_address"></h2>
                  </div>
                </div>
                  <form id="subjectHomeForm" class="form-horizontal" data-toggle="validator" onsubmit="return false;">
                    <input type="hidden" name="latitude"  value="" id="CmaLatitude" />
                    <input type="hidden" name="longitude" value="" id="CmaLongitude" />
                    <input type="hidden" name="street" value="" id="street">
                    <input type="hidden" name="address"   value=""  id="address" />
                    <input type="hidden" name="address_auto" value="" id="address_auto" />
                    <input type="hidden" name="state"     value="" id="state" />
                    <input type="hidden" name="zipcode"   value="" id="zipcode" />
                    <input type="hidden" name="city"      value="" id="city" />
                    <input type="hidden" name="county"      value="" id="county" />
                    <div class="form-group">
                      <div class="col-sm-12 col-md-12 hv_search_address_container">
                        <label for="year">Address:</label>
                        <input type="text" id="search_address_modal" name="search_address_modal" autocomplete="off" value="" placeholder="Address, City and Zip Code" class="form-control">
                      </div>
                      <div class="col-md-6">
                          <label for="property_type">Property Type:</label>
                          <select id="property_type" name="property_type" class="form-control">
                            <option value="2">Residential</option>
                            <option value="1">Commercial</option>
                            <option value="3">Vacant</option>
                          </select>
                      </div>
                      <div class="col-md-6">
                        <label for="search_area">Search Area:</label>
                        <select id="search_area" name="search_area" class="form-control">
                            <option value="0.5">0.5 m</option>
                            <option value="1">1 m</option>
                            <option value="1.5">1.5 m</option>
                            <option value="2">2 m</option>
                        </select>
                      </div>
                    </div>
                    <div class="form-group">
                      <div class="col-sm-3">
                        <label for="year">Year:</label>
                        <input type="text" id="year" name="year" value="" placeholder="Year Built" class="form-control">
                      </div>
                      <div class=" col-sm-3" id="acreage_sec">
                        <label for="acreage">Acreage:</label>
                        <input type="text" id="acreage" name="acreage" value="" placeholder="Acreage" class="form-control">
                      </div>
                      <div class=" col-sm-3">
                        <label for="sq_feet">SQFT:</label>
                        <input type="text" id="sq_feet" name="sq_feet" value="" placeholder="Sq Feet" class="form-control">
                      </div>
                    </div>
                    <div class="form-group">
                      <div class=" col-sm-3">
                        <label for="beds">Beds:</label>
                        <input type="text" id="beds" name="beds" value="" placeholder="Beds" class="form-control">
                      </div>
                      <div class=" col-sm-3">
                        <label for="bath_full">Bathrooms:</label>
                        <input type="text" id="bath_full" name="bath_full" value="" placeholder="Baths" class="form-control">
                      </div>
                      <div class=" col-sm-3">
                        <label for="garage_cap">Garage:</label>
                        <input type="text" id="garage_cap" name="garage_cap" value="" placeholder="Garage" class="form-control">
                      </div>
                    </div>
                    <div class="form-group">
                      <div class="col-sm-12">
                        <button type="submit" id="submit_homeform" class="btn btn-primary btn-lg btn-block">Find out home value</button>
                      </div>
                    </div>
                  </form>
              </div>
              <div class="modal-footer">
              </div>
             </div>
          </div>
        </div>

        <!-- end home value modal -->

        <!-- Phone Confirm Modal -->
        <div class="modal fade" id="phone-confirm-modal" tabindex="-1" role="dialog">
            <div class="modal-dialog modal-lg" role="document">
                <div class="modal-content">
                    <div class="modal-body text-center">
                        <div class="tab-content">
                            <div role="tabpanel" class="tab-pane fade in active" id="phoneConfirm">
                                <form id="phoneConfirmForm" action="" onsubmit="return false;">
                                    <h2 class="margin-bottom-20">Confirm Password</h2>
                                    <p>Confirm your password by entering your phone number.</p>
                                    <div class="row margin-bottom-0">
                                        <div class="col-md-8 col-md-offset-2">
                                            <div class="form-group">
                                                <input type="tel" id="confirm_phone" class="form-control confirm-phone-contact" required="" placeholder="Your Phone Number (Used as password)">
                                            </div>
                                        </div>
                                    </div>
                                    <div class="flex jc-center">
                                        <button id="confirmPhoneBtn" class="btn btn-primary">
                                            <div class="flex ai-center">
                                              <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24">
                                                <path d="M14 22h5a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2h-5" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/>
                                                <polyline points="11 16 15 12 11 8" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/>
                                                <line x1="15" y1="12" x2="3" y2="12" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/>
                                              </svg> <span>Confirm Phone</span>
                                            </div>
                                        </button>
                                    </div>
                                </form>
                            </div>
                        </div>
                    </div>
                </div>
            </div>
        </div>
        <!-- End Phone Confirm Modal -->

        <!-- Quick Search's results not found modal -->
        <div class="modal fade" id="not-found-modal" tabindex="-1" role="dialog">
          <div class="modal-dialog modal-lg" role="document">
            <div class="modal-content">
              <div class="modal-header">Sorry, we couldn’t find '<span id="search_value"></span>' <button type="button" class="close" data-dismiss="modal" data-bs-dismiss="modal"><span aria-hidden="true">×</span><span class="sr-only">Close</span></button></div>
              <div class="modal-body">
                <p>Please check the spelling, try clearing the search box, or try reformatting to match these examples:</p>
                <p>
                  <b>Address:</b> '123 Main St, Anytown'<br>
                  <b>Neighborhood:</b> 'Downtown'<br>
                  <b>Zip:</b> '98115'<br>
                  <b>City:</b> 'Anytown' or 'Anytown, State/Province'<br>
                  <b>MLS number:</b> 'MLS# 38065544'<br>
                </p>
              </div>
              <div class="modal-footer">
                <span style="float: left; margin-right: 10px;"><svg class="SvgIcon rfSvg info" style="fill: rgb(12, 130, 165); height: 18px; width: 18px;"><svg viewBox="0 0 24 24"><path d="M12 2c5.514 0 10 4.486 10 10s-4.486 10-10 10S2 17.514 2 12 6.486 2 12 2m0-2C5.373 0 0 5.373 0 12s5.373 12 12 12 12-5.373 12-12S18.627 0 12 0zm1 16v-5.75a.25.25 0 0 0-.25-.25h-2.5a.25.25 0 0 0-.25.25V12h1v4h-1v1.75c0 .138.112.25.25.25h3.5a.25.25 0 0 0 .25-.25V16h-1zm-.25-8h-1.5a.25.25 0 0 1-.25-.25v-1.5a.25.25 0 0 1 .25-.25h1.5a.25.25 0 0 1 .25.25v1.5a.25.25 0 0 1-.25.25z" fill-rule="evenodd"></path></svg></svg></span>
                Don't see what you're looking for? Your search might be outside our <a href="/city">service areas.</a></div> or could be off market.
            </div>
          </div>
        </div>
        <!-- End Quick Search's results not found modal -->

        <!-- Quick Search's 'did you mean' modal -->
        <div class="modal fade" id="did-you-mean-modal" tabindex="-1" role="dialog">
          <div class="modal-dialog modal-lg" role="document">
            <div class="modal-content">
              <div class="modal-header">Did You Mean <button type="button" class="close" data-dismiss="modal" data-bs-dismiss="modal"><span aria-hidden="true">×</span><span class="sr-only">Close</span></button></div>
              <div class="modal-body">
              </div>
              <div class="modal-footer" style="display: flex">
                <span style="float: left; margin-right: 10px;"><svg class="SvgIcon rfSvg info" style="fill: rgb(12, 130, 165); height: 18px; width: 18px;"><svg viewBox="0 0 24 24"><path d="M12 2c5.514 0 10 4.486 10 10s-4.486 10-10 10S2 17.514 2 12 6.486 2 12 2m0-2C5.373 0 0 5.373 0 12s5.373 12 12 12 12-5.373 12-12S18.627 0 12 0zm1 16v-5.75a.25.25 0 0 0-.25-.25h-2.5a.25.25 0 0 0-.25.25V12h1v4h-1v1.75c0 .138.112.25.25.25h3.5a.25.25 0 0 0 .25-.25V16h-1zm-.25-8h-1.5a.25.25 0 0 1-.25-.25v-1.5a.25.25 0 0 1 .25-.25h1.5a.25.25 0 0 1 .25.25v1.5a.25.25 0 0 1-.25.25z" fill-rule="evenodd"></path></svg></svg></span>
                <div>
                    Don't see what you're looking for? Your search might be outside our <a href="/city">service areas</a> or could be off the market.</div>
                </div>
            </div>
          </div>
        </div>
         <!-- End Quick Search's 'did you mean' modal -->


        <!-- Google one tap container -->
        <div id="credential_picker_container_centered">
            <div id="credential_picker_header_bar">
            <p><button class="signOrLogBtn" onclick="showSignupModal();">Sign up</button> or <button class="signOrLogBtn" onclick="showLoginModal();">Login</button> another way</p>
            </div>
            <div id="credential_picker_header_bar_separator"></div>
        </div>
        <!-- end Google one tap container -->


        <place-getyourhomecta
           id="contact_modal"
            style="display:none;
                justify-content: center;
                align-items: center;
                position:fixed;
                background-color:rgba(0,0,0,0.4);
                left:0;
                top:0;
                right:0; 
                bottom:0;
                z-index: 100;"
            interest_items='[{"text":"Looking to sell ASAP"},{"text":"Looking to sell (1-3 months)"},{"text":"Looking to sell (3-6 months)"},  {"text":"Looking to sell (6-12 months)"},{"text":"Looking to sell (12+ months)"}, {"text":"Just curious"}]'
        >
        </place-getyourhomecta>

        <!-- Toast messages -->
        <script>
            document.addEventListener("DOMContentLoaded", () => {
                if (customElements.get('place-generictoast')) {
                    const toastEl = document.createElement('place-generictoast');
                    toastEl.setAttribute('appear_from_both', 'true');
                    toastEl.setAttribute('container_style', 'right-1/2 z-200');
                    document.body.appendChild(toastEl);

                    class Toast {
                        show(message, error = false, link) {
                            window.dispatchEvent(new CustomEvent("ShowToast", {
                                detail: { text: message, error, link },
                            }));
                        }
                    }
                    window.toast = new Toast();
                } else {
                    window.toast = {
                        show(message, error = false, link) {
                            PlaceGenericToast.show({ text: message, error, link });
                        }
                    };
                }
            });
        </script>


        <!-- Load JS here for greater good =============================-->
        <!--<script>deferScriptOnLoad("https://www.google.com/recaptcha/enterprise.js?render=6LfNOsoUAAAAAKTst6hjCdK0tmeiA4GVzqBjwScC", 5000);</script>-->
        <script src="https://www.google.com/recaptcha/enterprise.js?render=6LfNOsoUAAAAAKTst6hjCdK0tmeiA4GVzqBjwScC" async defer></script>
        <script src="https://mobile-component-services-library-dev.brivity.com/web-components.min.js?ck=1"></script>
        
        <!-- <script src="https://accounts.google.com/gsi/client" async defer></script> -->
        <!-- Add library for advanced marker to script -->
        <script src="https://cdn.jsdelivr.net/npm/@turf/turf@7.3/turf.min.js"></script>
        <script src="https://maps.googleapis.com/maps/api/js?libraries=geocoding,places,marker,drawing&key=AIzaSyAjpuNg6WGCMV5rzoJcIP2QmMTVto6hYmc&map_ids=85c127b7bf0255d9"></script>
        <script src="https://cdn1.brivityidx.com/assets/js/build.min.js?ck="></script>
        <script src="https://cdn1.brivityidx.com/assets/js/top_bar_v2.min.js?ck="></script>
        <script src="https://cdn1.brivityidx.com/assets/js/global_js.min.js?ck=1781027421"></script>
        <script>deferScript("https://cdn1.brivityidx.com/assets/js/global_js_defer.min.js?ck=1781027421", 5000);</script>
        <!-- defer script for chatbot -->
        <script async>document.getElementById('hchatbot_settings') && deferScript("https://cdn1.brivityidx.com/assets/js/chatbot.min.js?ck=1781027417", 5000);</script>
        
    <script type="text/javascript" src="https://cdn1.brivityidx.com/assets/js/jquery.geocomplete.min.js"></script><script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/jquery.bootstrapvalidator/0.5.3/js/bootstrapValidator.min.js"></script><script type="text/javascript" src="https://cdn1.brivityidx.com/assets/js/blog_list.min.js"></script>


<script>
  /*remove "sign in" link color*/
   $('a[href="#signin"] span, a[href="#create_step_1"] span, #open-forgot-pass h5, #back-to-sign-up span').removeAttr("style");
</script>

<script>
  /*script that opens and closes vertical menu*/
    $('.menu-icon').click(function() {
        $('#larrabee-navigation .vertical-nav').addClass('open');
    });
    $('.close-nav').click(function() {
        $('#larrabee-navigation .vertical-nav').removeClass('open');
    });
</script>


<script>
/*adds search button to featured & new listings block*/
$(document).ready(function() {
    let startTime = Date.now();
    let instancesFound = 0;
    let insertedElements = [];

    const checkInterval = setInterval(function() {
        if (Date.now() - startTime >= 20000) {
            clearInterval(checkInterval); // Stops the interval after 20 seconds
        } else {
            const elements = document.querySelectorAll('.FP1R-jss36');
            elements.forEach(element => {
                if (!insertedElements.includes(element)) {
                    instancesFound++;
                    const newLink = $('<div class="featuredListingsSearchAll"><a class="btn-primary slide-right" href="/search">See More Listings</a></div>');
                    newLink.insertAfter(element);
                    insertedElements.push(element);
                }
            });
        }
    }, 500);
});
</script>

<script>
  /*inserts brivity logo in footer seo bar*/
  $('#seo-anchor a.pb-vendor').html('<svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 822.81 228.05"><defs><style>.cls-1{fill:#5f605f;}.cls-2{fill:#f3714f;}.cls-3{fill:#5bc5c4;}.cls-4{fill:#fdfeff;}.cls-5{fill:#376e7b;}</style></defs><path class="cls-1" d="M373.61,341.21A61.3,61.3,0,0,1,386,342.42a30,30,0,0,1,10.42,4.14,22,22,0,0,1,7.21,7.71,23.86,23.86,0,0,1,2.71,11.92A24.26,24.26,0,0,1,405,374a23.82,23.82,0,0,1-3.64,6.85,23.38,23.38,0,0,1-5.57,5.21,20.81,20.81,0,0,1-7.21,3v.29q9.86,1.29,15.7,8.07t5.85,16.77a40.79,40.79,0,0,1-.42,5.49,27,27,0,0,1-1.72,6.28,26.28,26.28,0,0,1-3.71,6.36,22,22,0,0,1-6.49,5.49,39.23,39.23,0,0,1-10,3.86,58.63,58.63,0,0,1-14.21,1.49H330.5V341.21Zm0,44.67a33.93,33.93,0,0,0,10.14-1.35,21.17,21.17,0,0,0,7.13-3.71,15.28,15.28,0,0,0,4.29-5.5,16,16,0,0,0,1.42-6.71q0-19.12-23-19.13h-33.4v36.4Zm0,49a54.59,54.59,0,0,0,10.28-.93,23.53,23.53,0,0,0,8.56-3.36,17.09,17.09,0,0,0,5.86-6.49,21.75,21.75,0,0,0,2.14-10.21q0-9.84-6.92-14.77t-19.92-4.93h-33.4v40.69Z" transform="translate(-9.57 -307.21)"/><path class="cls-1" d="M466.68,341.21a44.11,44.11,0,0,1,11.92,1.57,28.7,28.7,0,0,1,9.85,4.78,23,23,0,0,1,6.71,8.28,26.74,26.74,0,0,1,2.5,11.92,28.63,28.63,0,0,1-5,16.84q-5,7.14-14.85,9.13V394a22.8,22.8,0,0,1,8.28,2.64,16.71,16.71,0,0,1,5.36,4.93,20.35,20.35,0,0,1,3,6.92,50.57,50.57,0,0,1,1.22,8.49c.09,1.72.19,3.81.28,6.28s.29,5,.57,7.5a46.45,46.45,0,0,0,1.36,7.13,13.54,13.54,0,0,0,2.5,5.21H489.66a12.34,12.34,0,0,1-1.35-3.49,31,31,0,0,1-.72-4.29c-.14-1.47-.26-2.92-.35-4.35s-.2-2.66-.29-3.71q-.29-5.43-.93-10.78a29.53,29.53,0,0,0-2.71-9.56,16.84,16.84,0,0,0-6-6.78q-3.93-2.57-10.78-2.29H429.71v45.25H420V341.21ZM466,389.6a26.16,26.16,0,0,0,8.42-1.36,20.84,20.84,0,0,0,7-3.93,19.3,19.3,0,0,0,4.79-6.21,18.85,18.85,0,0,0,1.78-8.35q0-9.42-5.43-14.84T466,349.48H429.71V389.6Z" transform="translate(-9.57 -307.21)"/><path class="cls-1" d="M522.78,341.21V443.12h-9.71V341.21Z" transform="translate(-9.57 -307.21)"/><path class="cls-1" d="M546,341.21l33.12,91.21h.29l32.83-91.21h10.27L584.73,443.12H573.45L535.77,341.21Z" transform="translate(-9.57 -307.21)"/><path class="cls-1" d="M642,341.21V443.12h-9.71V341.21Z" transform="translate(-9.57 -307.21)"/><path class="cls-1" d="M735.89,341.21v8.27H700.35v93.64h-9.71V349.48h-35.4v-8.27Z" transform="translate(-9.57 -307.21)"/><path class="cls-1" d="M742.45,341.21h11.42l33.55,51.67,33.4-51.67h11.56l-40.25,60v42h-9.71v-42Z" transform="translate(-9.57 -307.21)"/><path class="cls-2" d="M350.67,470q7,0,10.54,3.57t3.57,10q0,6.45-3.57,10.06t-10.54,3.54H336.62V516H330.5V470Zm-2.06,22q5.22.07,7.64-2.12a8.1,8.1,0,0,0,2.41-6.32,8,8,0,0,0-2.41-6.28q-2.42-2.16-7.64-2.16h-12V492Z" transform="translate(-9.57 -307.21)"/><path class="cls-2" d="M380,470v40.85h24.35V516H373.87V470Z" transform="translate(-9.57 -307.21)"/><path class="cls-2" d="M430.57,470l18,46h-6.76l-5-13.85H417.3L412.14,516h-6.25l17.91-46Zm4.25,27-7.67-21.46H427L419.23,497Z" transform="translate(-9.57 -307.21)"/><path class="cls-2" d="M443.84,475.16V470h36.79v5.15H465.3V516h-6.12V475.16Z" transform="translate(-9.57 -307.21)"/><path class="cls-2" d="M517.55,470v5.15h-24.1v14.63h21.14v5.15H493.45V516h-6.12V470Z" transform="translate(-9.57 -307.21)"/><path class="cls-2" d="M524.73,484a22.84,22.84,0,0,1,4.16-7.7,20.2,20.2,0,0,1,6.89-5.35,24,24,0,0,1,19.2,0,20.23,20.23,0,0,1,6.9,5.35A22.84,22.84,0,0,1,566,484a30.36,30.36,0,0,1,0,18.1,22.84,22.84,0,0,1-4.16,7.7,19.91,19.91,0,0,1-6.9,5.32,24.49,24.49,0,0,1-19.2,0,19.88,19.88,0,0,1-6.89-5.32,22.84,22.84,0,0,1-4.16-7.7,30.36,30.36,0,0,1,0-18.1Zm5.64,15.91a18.51,18.51,0,0,0,2.84,6.09,14.38,14.38,0,0,0,5,4.35,16.69,16.69,0,0,0,14.43,0,14.38,14.38,0,0,0,5-4.35,18.51,18.51,0,0,0,2.84-6.09,26.59,26.59,0,0,0,0-13.72,18.51,18.51,0,0,0-2.84-6.09,14.59,14.59,0,0,0-5-4.35,16.69,16.69,0,0,0-14.43,0,14.59,14.59,0,0,0-5,4.35,18.51,18.51,0,0,0-2.84,6.09,26.59,26.59,0,0,0,0,13.72Z" transform="translate(-9.57 -307.21)"/><path class="cls-2" d="M598.16,470q6.57,0,10.27,3.22a11.1,11.1,0,0,1,3.71,8.83,14,14,0,0,1-1.9,7.34,9.77,9.77,0,0,1-6.09,4.32v.13a8.26,8.26,0,0,1,3.25,1.29,7.08,7.08,0,0,1,2,2.16,9.92,9.92,0,0,1,1.1,2.8,31.32,31.32,0,0,1,.54,3.22c.09,1.12.15,2.26.19,3.41a31.69,31.69,0,0,0,.33,3.42,20.93,20.93,0,0,0,.74,3.19,7.68,7.68,0,0,0,1.45,2.67h-6.83a3.8,3.8,0,0,1-.87-1.93,19.54,19.54,0,0,1-.29-2.74c0-1-.09-2.09-.13-3.25a21.57,21.57,0,0,0-.39-3.42c-.17-1.11-.38-2.18-.64-3.19a7.56,7.56,0,0,0-1.23-2.64,5.9,5.9,0,0,0-2.19-1.8,8.12,8.12,0,0,0-3.61-.68H582.63V516h-6.12V470Zm1.28,20.88a9,9,0,0,0,3.39-1.26,7,7,0,0,0,2.32-2.51A8.48,8.48,0,0,0,606,483a8.27,8.27,0,0,0-1.94-5.67q-1.94-2.19-6.25-2.19h-15.2v16h12.76A25.08,25.08,0,0,0,599.44,490.89Z" transform="translate(-9.57 -307.21)"/><path class="cls-2" d="M630.76,470l14.5,38.66L659.82,470h8.37v46H662.4V477.74h-.13L647.9,516h-5.22l-14.37-38.27h-.13V516h-5.8V470Z" transform="translate(-9.57 -307.21)"/><polygon class="cls-3" points="185.03 208.82 83.95 193.78 52.82 228.05 53.17 188.88 0 179.09 0 40.92 185.38 31.83 185.03 208.82"/><polygon class="cls-2" points="77.3 0 87.09 99.69 142.71 34.28 198.67 99.69 184.33 100.04 184.68 165.44 215.81 159.15 241.69 195.53 242.74 153.2 267.93 146.91 277.02 28.33 77.3 0"/><polygon class="cls-4" points="198.67 99.69 142.71 34.28 87.09 99.69 86.74 100.04 87.09 100.04 101.78 100.04 101.78 181.88 101.78 182.58 184.68 165.79 184.68 165.44 184.33 100.04 198.67 99.69"/><polygon class="cls-5" points="81.15 37.08 142.71 34.28 86.74 99.69 81.15 37.08"/></svg>');

</script>

<script>
  /*makes 'brivity platform' logo in footer seo bar reroute to brivity.com*/
  $("a.pb-vendor").attr("href", "https://brivity.com/")
</script>

<script>
  /*adds animation to home value block button*/
   $(document).ready(function () {
  $( ".home-value-my-portal-submit" ).addClass("slide-right");
       });
</script>

<script>
/*NAV SCROLL BEHAVIOR*/
// Ensure that the classes are not added on page load if the user is at the top
 document.querySelector(".horizontal-nav").classList.add("transparent-bg");
 document.querySelector("#site-registration-bar").classList.remove("fixed-banner");
 document.querySelector("#site-registration-bar").classList.add("move-down");
 document.querySelector("#site-registration-bar").classList.remove("move-up");
 document.querySelector(".horizontal-nav").classList.remove("fixed-nav");
 document.querySelector(".horizontal-nav").classList.add("move-down");
 document.querySelector(".horizontal-nav").classList.remove("move-up");
      

   /*HORIZONTAL NAV - makes nav disappear on scroll descent & reappear on scroll ascent*/
let prevScrollPos = window.scrollY || window.pageYOffset;

window.onscroll = function() {
  const currentScrollPos = window.scrollY || window.pageYOffset;
  let NavHeight = document.querySelector(".horizontal-nav").offsetHeight;
  let BannerHeight = document.querySelector("#site-registration-bar").offsetHeight;
  if (currentScrollPos === 0 || currentScrollPos < (NavHeight + BannerHeight)) {
    // At the top of the page
    document.querySelector("#site-registration-bar").classList.remove("fixed-banner");
    document.querySelector("#site-registration-bar").classList.add("transparent-bg");
    
    document.querySelector(".horizontal-nav").classList.add("transparent-bg");
    document.querySelector(".horizontal-nav").classList.remove("fixed-nav");
    
  } else if (prevScrollPos > currentScrollPos) {
    // Scrolling up
    document.querySelector("#site-registration-bar").classList.add("fixed-banner");
    document.querySelector("#site-registration-bar").classList.add("move-down");
    document.querySelector("#site-registration-bar").classList.remove("transparent-bg");
    
    document.querySelector(".horizontal-nav").classList.add("fixed-nav");
    document.querySelector(".horizontal-nav").classList.add("move-down");
    document.querySelector(".horizontal-nav").classList.remove("transparent-bg");
      
  } else {
    // Scrolling down
    document.querySelector("#site-registration-bar").classList.remove("move-down");
    document.querySelector("#site-registration-bar").classList.add("move-up");
   
    document.querySelector(".horizontal-nav").classList.remove("move-down");
    document.querySelector(".horizontal-nav").classList.add("move-up");
    
 
  }

  prevScrollPos = currentScrollPos;
};


  //apply adjusted nav height padding to all pages
$(document).ready(function() {
    const applyCSS = () => {
      let NavHeight = document.querySelector(".horizontal-nav").offsetHeight;
  let BannerHeight = document.querySelector("#site-registration-bar").offsetHeight;
  document.querySelector("body").style.paddingTop = `${NavHeight + BannerHeight}px`;
    };
    applyCSS();
    $(window).on('resize', function() {
        applyCSS();
    });
});
  /*END OF NAV SCROLL BEHAVIOR*/
</script>

<script>
  /*OPEN 'ABOUT PLACE' IN A NEW TAB*/
$(document).ready(function(){ 
    if ($('#larrabee-navigation .vertical-nav .render-menu ul li a:contains("About PLACE")')) {
          $('#larrabee-navigation .vertical-nav .render-menu ul li a:contains("About PLACE")').attr('target','_blank');
    }
});
</script>

<script>
  /*shorten text in hv block input on mobile*/
function updatePlaceholdersForSmallScreens() {
  if ($(window).width() <= 650) {
    $('#home_value_my_portal_search_address').attr('placeholder', 'Home Address');
    $('#home_value_my_portal_search_address_unit').attr('placeholder', 'Unit');
  }
}

$(document).ready(function() {
  updatePlaceholdersForSmallScreens();

  // On window resize
  $(window).on('resize', function() {
    updatePlaceholdersForSmallScreens();
  });

  // Watch for dynamically added inputs
  const observer = new MutationObserver(function(mutations) {
    mutations.forEach(function(mutation) {
      mutation.addedNodes.forEach(function(node) {
        const $node = $(node);

        // Direct match
        if (
          $node.is('#home_value_my_portal_search_address') ||
          $node.is('#home_value_my_portal_search_address_unit')
        ) {
          updatePlaceholdersForSmallScreens();
        }

        // Inside newly added elements
        $node.find('#home_value_my_portal_search_address, #home_value_my_portal_search_address_unit')
          .each(function() {
            updatePlaceholdersForSmallScreens();
          });
      });
    });
  });

  observer.observe(document.body, { childList: true, subtree: true });
});

                              </script>
<script>
$(document).ready(function() {
        $(".seo-anchor-links li:contains('Sitemap')").css("display", "none");
  $(".seo-anchor-links li:contains('DMCA')").css("border-right", "unset");
  $(".seo-anchor-links li:contains('DMCA')").css("padding-right", "unset");
        $(".seo-anchor-links li:contains('DMCA')").css("margin-right", "0px");
});
</script><script>
/*adds animation to .top-post block button*/
 $(document).ready(function () {
$( ".top-post a.btn-primary" ).addClass("slide-right");
     });
</script></body>

    </html>
