Check server response of

Server response
NS records
Whois domain
Response headers
Request headers
Raw HTML code
301 Moved Permanently - tdhaz.com
HTTP Status: 301
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Server: nginx
Date: Tue, 06 May 2025 22:27:38 GMT
Content-Type: text/html
Content-Length: 162
Connection: keep-alive
d-cache: from-cache
Cache-Control: no-cache, no-store, must-revalidate
Expires: Thu, 01 Jan 1970 00:00:00 GMT
X-Content-Type-Options: nosniff
X-Frame-Options: SAMEORIGIN
Content-Security-Policy: frame-ancestors 'self'
Location: https://www.tdhaz.com/
D-Geo: US

HTTP Code 301 Moved Permanently

301 Moved Permanently means that the requested resource has been permanently moved to a new URL. All future requests should use the new address.

When is Code 301 used?

  • When changing a website domain
  • When modifying URL structures
  • When setting up redirects for SEO

What does Code 301 mean for the user?

The browser will automatically redirect the user to the new address, and search engines will update their indexes.

200 OK - https://www.tdhaz.com/
HTTP Status: 200
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
server: nginx
date: Tue, 06 May 2025 22:27:38 GMT
content-type: text/html;charset=utf-8
transfer-encoding: chunked
etag: W/"-1261382377"
d-cache: from-cache
strict-transport-security: max-age=31536000; preload
x-frame-options: SAMEORIGIN
content-security-policy: frame-ancestors 'self'
x-content-type-options: nosniff
vary: user-agent,accept-encoding
link: <https://lirp.cdn-website.com/6ffbccd7/dms3rep/multi/opt/iStock-543323986-1920w.jpg>; rel=preload; as=image; fetchpriority=high
cache-control: no-cache, must-revalidate
expires: Thu, 01 Jan 1970 00:00:00 GMT
d-geo: US

HTTP Code 200 OK

200 OK is a standard successful HTTP server response. It means that the client’s request (e.g., from a browser) was successfully processed, and the server is delivering the requested data.

When is Code 200 used?

  • When loading a web page
  • When successfully receiving an API response
  • When processing a form or another HTTP request

What does Code 200 mean for the user?

The user receives content without errors, and the page or application functions properly. If Code 200 is accompanied by data, the browser or program processes and displays it to the user.

GET / HTTP/1.1
Host: tdhaz.com
Accept: */*
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
<!doctype html >
<html xmlns="http://www.w3.org/1999/xhtml" lang="en"
      class="">
<head>
    <meta charset="utf-8">
    






































<script type="text/javascript">
    window._currentDevice = 'desktop';
    window.Parameters = window.Parameters || {
        HomeUrl: 'https://www.tdhaz.com/',
        AccountUUID: 'b53488935c9e4b648e5d0ed666d4a1aa',
        SystemID: 'US_DIRECT_PRODUCTION',
        SiteAlias: '6ffbccd7',
        SiteType: atob('RFVEQU9ORQ=='),
        PublicationDate: 'Tue Jul 30 22:39:23 UTC 2024',
        ExternalUid: 'S2',
        IsSiteMultilingual: false,
        InitialPostAlias: '',
        InitialPostPageUuid: '',
        InitialDynamicItem: '',
        DynamicPageInfo: {
            isDynamicPage: false,
            base64JsonRowData: 'null',
        },
        InitialPageAlias: 'home',
        InitialPageUuid: '3209e919fd1648b5bb285778758c095f',
        InitialPageId: '1153507476',
        InitialEncodedPageAlias: 'aG9tZQ==',
        InitialHeaderUuid: 'e981e32f12ae4d508ef788ad2673697c',
        CurrentPageUrl: '',
        IsCurrentHomePage: true,
        AllowAjax: false,
        AfterAjaxCommand: null,
        HomeLinkText: 'Back To Home',
        UseGalleryModule: false,
        CurrentThemeName: 'Layout Theme',
        ThemeVersion: '46300',
        DefaultPageAlias: '',
        RemoveDID: true,
        WidgetStyleID: null,
        IsHeaderFixed: false,
        IsHeaderSkinny: false,
        IsBfs: true,
        StorePageAlias: 'null',
        StorePagesUrls: 'e30=',
        IsNewStore: 'false',
        StorePath: '',
        StoreId: 'null',
        StoreVersion: 0,
        StoreBaseUrl: '',
        StoreCleanUrl: true,
        StoreDisableScrolling: true,
        IsStoreSuspended: false,
        HasCustomDomain: true,
        SimpleSite: false,
        showCookieNotification: false,
        cookiesNotificationMarkup: 'null',
        translatedPageUrl: '',
        isFastMigrationSite: false,
        sidebarPosition: 'NA',
        currentLanguage: 'en',
        currentLocale: 'en',
        NavItems: '{}',
        errors: {
            general: 'There was an error connecting to the page.<br/> Make sure you are not offline.',
            password: 'Incorrect name/password combination',
            tryAgain: 'Try again'
        },
        NavigationAreaParams: {
            ShowBackToHomeOnInnerPages: true,
            NavbarSize: 4,
            NavbarLiveHomePage: 'https://www.tdhaz.com/',
            BlockContainerSelector: '.dmBody',
            NavbarSelector: '#dmNav:has(a)',
            SubNavbarSelector: '#subnav_main'
        },
        hasCustomCode: true,
        planID: '7',
        customTemplateId: 'null',
        siteTemplateId: 'null',
        productId: 'DM_DIRECT',
        disableTracking: false,
        pageType: 'FROM_SCRATCH',
        isRuntimeServer: true,
        isInEditor: false,
        hasNativeStore: false,
        defaultLang: 'en',
        hamburgerMigration: null,
        isFlexSite : false
    };

    window.Parameters.LayoutID = {};
    window.Parameters.LayoutID[window._currentDevice] = 6;
    window.Parameters.LayoutVariationID = {};
    window.Parameters.LayoutVariationID[window._currentDevice] = 5;
</script>






















<!-- Injecting site-wide to the head -->




<!-- End Injecting site-wide to the head -->

<!-- Inject secured cdn script -->


<!-- ========= Meta Tags ========= -->
<!-- PWA settings -->
<script>
    function toHash(str) {
        var hash = 5381, i = str.length;
        while (i) {
            hash = hash * 33 ^ str.charCodeAt(--i)
        }
        return hash >>> 0
    }
</script>
<script>
    (function (global) {
    //const cacheKey = global.cacheKey;
    const isOffline = 'onLine' in navigator && navigator.onLine === false;
    const hasServiceWorkerSupport = 'serviceWorker' in navigator;
    if (isOffline) {
        console.log('offline mode');
    }
    if (!hasServiceWorkerSupport) {
        console.log('service worker is not supported');
    }
    if (hasServiceWorkerSupport && !isOffline) {
        window.addEventListener('load', function () {
            const serviceWorkerPath = '/runtime-service-worker.js?v=3';
            navigator.serviceWorker
                .register(serviceWorkerPath, { scope: './' })
                .then(
                    function (registration) {
                        // Registration was successful
                        console.log(
                            'ServiceWorker registration successful with scope: ',
                            registration.scope
                        );
                    },
                    function (err) {
                        // registration failed :(
                        console.log('ServiceWorker registration failed: ', err);
                    }
                )
                .catch(function (err) {
                    console.log(err);
                });
        });

        // helper function to refresh the page
        var refreshPage = (function () {
            var refreshing;
            return function () {
                if (refreshing) return;
                // prevent multiple refreshes
                var refreshkey = 'refreshed' + location.href;
                var prevRefresh = localStorage.getItem(refreshkey);
                if (prevRefresh) {
                    localStorage.removeItem(refreshkey);
                    if (Date.now() - prevRefresh < 30000) {
                        return; // dont go into a refresh loop
                    }
                }
                refreshing = true;
                localStorage.setItem(refreshkey, Date.now());
                console.log('refereshing page');
                window.location.reload();
            };
        })();

        function messageServiceWorker(data) {
            return new Promise(function (resolve, reject) {
                if (navigator.serviceWorker.controller) {
                    var worker = navigator.serviceWorker.controller;
                    var messageChannel = new MessageChannel();
                    messageChannel.port1.onmessage = replyHandler;
                    worker.postMessage(data, [messageChannel.port2]);
                    function replyHandler(event) {
                        resolve(event.data);
                    }
                } else {
                    resolve();
                }
            });
        }
    }
})(window);
</script>
<!-- Add manifest -->
<!-- End PWA settings -->



<link rel="canonical" href="https://www.tdhaz.com/">

<meta id="view" name="viewport" content="initial-scale=1, minimum-scale=1, maximum-scale=5, viewport-fit=cover">
<meta name="apple-mobile-web-app-capable" content="yes">

<!--Add favorites icons-->

<link rel="apple-touch-icon"
      href="https://irp.cdn-website.com/6ffbccd7/dms3rep/multi/fav.png"/>

<link rel="icon" type="image/x-icon" href="https://irp.cdn-website.com/6ffbccd7/site_favicon_16_1692053528426.ico"/>

<!-- End favorite icons -->
<link rel="preconnect" href="https://lirp.cdn-website.com/"/>



<!-- render the required CSS and JS in the head section -->
<script id='d-js-dmapi'>
    window.SystemID = 'US_DIRECT_PRODUCTION';

    if (!window.dmAPI) {
        window.dmAPI = {
            registerExternalRuntimeComponent: function () {
            },
            getCurrentDeviceType: function () {
                return window._currentDevice;
            },
            runOnReady: (ns, fn) => {
                const safeFn = dmAPI.toSafeFn(fn);
                ns = ns || 'global_' + Math.random().toString(36).slice(2, 11);
                const eventName = 'afterAjax.' + ns;

                if (document.readyState === 'complete') {
                    $.DM.events.off(eventName).on(eventName, safeFn);
                    setTimeout(function () {
                        safeFn({
                            isAjax: false,
                        });
                    }, 0);
                } else {
                    window?.waitForDeferred?.('dmAjax', () => {
                        $.DM.events.off(eventName).on(eventName, safeFn);
                        safeFn({
                            isAjax: false,
                        });
                    });
                }
            },
            toSafeFn: (fn) => {
                if (fn?.safe) {
                    return fn;
                }
                const safeFn = function (...args) {
                    try {
                        return fn?.apply(null, args);
                    } catch (e) {
                        console.log('function failed ' + e.message);
                    }
                };
                safeFn.safe = true;
                return safeFn;
            }
        };
    }

    if (!window.requestIdleCallback) {
        window.requestIdleCallback = function (fn) {
            setTimeout(fn, 0);
        }
    }
</script>

<!-- loadCSS function header.jsp-->






<script id="d-js-load-css">
/**
 * There are a few <link> tags with CSS resource in them that are preloaded in the page
 * in each of those there is a "onload" handler which invokes the loadCSS callback
 * defined here.
 * We are monitoring 3 main CSS files - the runtime, the global and the page.
 * When each load we check to see if we can append them all in a batch. If threre
 * is no page css (which may happen on inner pages) then we do not wait for it
 */
(function () {
  let cssLinks = {};
  function loadCssLink(link) {
    link.onload = null;
    link.rel = "stylesheet";
    link.type = "text/css";
  }
  
    function checkCss() {
      const pageCssLink = document.querySelector("[id*='CssLink']");
      const widgetCssLink = document.querySelector("[id*='widgetCSS']");

        if (cssLinks && cssLinks.runtime && cssLinks.global && (!pageCssLink || cssLinks.page) && (!widgetCssLink || cssLinks.widget)) {
            const storedRuntimeCssLink = cssLinks.runtime;
            const storedPageCssLink = cssLinks.page;
            const storedGlobalCssLink = cssLinks.global;
            const storedWidgetCssLink = cssLinks.widget;

            storedGlobalCssLink.disabled = true;
            loadCssLink(storedGlobalCssLink);

            if (storedPageCssLink) {
                storedPageCssLink.disabled = true;
                loadCssLink(storedPageCssLink);
            }

            if(storedWidgetCssLink) {
                storedWidgetCssLink.disabled = true;
                loadCssLink(storedWidgetCssLink);
            }

            storedRuntimeCssLink.disabled = true;
            loadCssLink(storedRuntimeCssLink);

            requestAnimationFrame(() => {
                setTimeout(() => {
                    storedRuntimeCssLink.disabled = false;
                    storedGlobalCssLink.disabled = false;
                    if (storedPageCssLink) {
                      storedPageCssLink.disabled = false;
                    }
                    if (storedWidgetCssLink) {
                      storedWidgetCssLink.disabled = false;
                    }
                    // (SUP-4179) Clear the accumulated cssLinks only when we're
                    // sure that the document has finished loading and the document 
                    // has been parsed.
                    if(document.readyState === 'interactive') {
                      cssLinks = null;
                    }
                }, 0);
            });
        }
    }
  

  function loadCSS(link) {
    try {
      var urlParams = new URLSearchParams(window.location.search);
      var noCSS = !!urlParams.get("nocss");
      var cssTimeout = urlParams.get("cssTimeout") || 0;

      if (noCSS) {
        return;
      }
      if (link.href && link.href.includes("d-css-runtime")) {
        cssLinks.runtime = link;
        checkCss();
      } else if (link.id === "siteGlobalCss") {
        cssLinks.global = link;
        checkCss();
      } 
      
      else if (link.id && link.id.includes("CssLink")) {
        cssLinks.page = link;
        checkCss();
      } else if (link.id && link.id.includes("widgetCSS")) {
        cssLinks.widget = link;
        checkCss();
      }
      
      else {
        requestIdleCallback(function () {
          window.setTimeout(function () {
            loadCssLink(link);
          }, parseInt(cssTimeout, 10));
        });
      }
    } catch (e) {
      throw e
    }
  }
  window.loadCSS = window.loadCSS || loadCSS;
})();
</script>



<script data-role="deferred-init" type="text/javascript">
    /* usage: window.getDeferred(<deferred name>).resolve() or window.getDeferred(<deferred name>).promise.then(...)*/
    function Def() {
        this.promise = new Promise((function (a, b) {
            this.resolve = a, this.reject = b
        }).bind(this))
    }

    const defs = {};
    window.getDeferred = function (a) {
        return null == defs[a] && (defs[a] = new Def), defs[a]
    }
    window.waitForDeferred = function (b, a, c) {
        let d = window?.getDeferred?.(b);
        d
            ? d.promise.then(a)
            : c && ["complete", "interactive"].includes(document.readyState)
                ? setTimeout(a, 1)
                : c
                    ? document.addEventListener("DOMContentLoaded", a)
                    : console.error(`Deferred  does not exist`);
    };
</script>
<style id="forceCssIncludes">
    /* This file is auto-generated from a `scss` file with the same name */

.videobgwrapper{overflow:hidden;position:absolute;z-index:0;width:100%;height:100%;top:0;left:0;pointer-events:none;border-radius:inherit}.videobgframe{position:absolute;width:101%;height:100%;top:50%;left:50%;transform:translateY(-50%) translateX(-50%);object-fit:fill}#dm video.videobgframe{margin:0}@media (max-width:767px){.dmRoot .dmPhotoGallery.newPhotoGallery:not(.photo-gallery-done){min-height:80vh}}@media (min-width:1025px){.dmRoot .dmPhotoGallery.newPhotoGallery:not(.photo-gallery-done){min-height:45vh}}@media (min-width:768px) and (max-width:1024px){.responsiveTablet .dmPhotoGallery.newPhotoGallery:not(.photo-gallery-done){min-height:45vh}}#dm [data-show-on-page-only]{display:none!important}#dmRoot div.stickyHeaderFix div.site_content{margin-top:0!important}#dmRoot div.stickyHeaderFix div.hamburger-header-container{position:relative}
    
body #dm #\31 644916659:not(.photo-gallery-done):not([data-widget-initialized]) { height: 60.0px !important; min-height: initial;}
body #dm #\31 159650812:not(.photo-gallery-done):not([data-widget-initialized]) { height: 672.0px !important; min-height: initial;}
body #dm #\31 632870777:not(.photo-gallery-done):not([data-widget-initialized]) { height: 50.0px !important; min-height: initial;}
</style>
<style id="cssVariables" type="text/css">
    
</style>


<style id="hideAnimFix">
  .dmDesktopBody:not(.editGrid) [data-anim-desktop]:not([data-anim-desktop='none']), .dmDesktopBody:not(.editGrid) [data-anim-extended] {
    visibility: hidden;
  }

  .dmDesktopBody:not(.editGrid) .dmNewParagraph[data-anim-desktop]:not([data-anim-desktop='none']), .dmDesktopBody:not(.editGrid) .dmNewParagraph[data-anim-extended] {
    visibility: hidden !important;
  }

  
  #dmRoot:not(.editGrid) .flex-element [data-anim-extended] {
    visibility: hidden;
  }

  
</style>



<style id="criticalCss">
    @charset "UTF-8";.display_None,.dmPopupMask{display:none}#dm .p_hfcontainer div.u_1441631320,.dmRespRow.fullBleedMode{padding-left:0!important}@font-face{font-family:'Barlow Semi Condensed';font-style:normal;font-weight:400;font-display:swap;src:url(https://irp.cdn-website.com/fonts/s/barlowsemicondensed/v15/wlpvgxjLBV1hqnzfr-F8sEYMB0Yybp0mudRXeIqq.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:'Barlow Semi Condensed';font-style:italic;font-weight:400;font-display:swap;src:url(https://irp.cdn-website.com/fonts/s/barlowsemicondensed/v15/wlphgxjLBV1hqnzfr-F8sEYMB0Yybp0mudRXfbqoIE4.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:'Barlow Semi Condensed';font-style:normal;font-weight:600;font-display:swap;src:url(https://irp.cdn-website.com/fonts/s/barlowsemicondensed/v15/wlpigxjLBV1hqnzfr-F8sEYMB0Yybp0mudRfp66_B2sl.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:'Barlow Semi Condensed';font-style:normal;font-weight:700;font-display:swap;src:url(https://irp.cdn-website.com/fonts/s/barlowsemicondensed/v15/wlpigxjLBV1hqnzfr-F8sEYMB0Yybp0mudRfw6-_B2sl.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@media (max-width:767px){.dmRoot .dmPhotoGallery.newPhotoGallery:not(.photo-gallery-done){min-height:80vh}}@media (min-width:1025px){.dmRoot .dmPhotoGallery.newPhotoGallery:not(.photo-gallery-done){min-height:45vh}:root{--btn-text-font-size:16px}}.dmInner{min-height:100vh!important;position:relative;min-width:768px!important}.dmPopup,.dmPopupMask{position:fixed;left:0}#dm .dmPhotoGallery .dmPhotoGalleryHolder .photoGalleryThumbs img,.dmDisplay_None{display:none!important}.clearfix:after{clear:both;visibility:hidden;line-height:0;height:0}.clearfix:after,.clearfix:before{content:' ';display:table}.clearfix{display:inline-block}.dmDesktopBody .shadowEffectToChildren li{box-shadow:none!important}#dm .dmWidget .icon{font-size:26px}body.dmRoot #dm .dmOuter .dmInner .dmWidget .icon.hasFontIcon{height:26px;margin-top:-13px;line-height:normal;text-align:center;background-image:none}.dmRoot .hasFontIcon{background-image:none!important}.dmPopupMask{margin:0;width:10px;z-index:1000000999;top:0}#dmRoot .dmPopup{display:block}.dmPopup{text-align:left;top:10px;width:93%;z-index:1000009999!important;box-sizing:border-box;background:#f5f5f5;overflow-y:auto;height:100%;display:block}.dmPopup .dmPopupTitle{text-align:left;font:700 19px Helvetica,Arial;margin:20px 20px 35px;color:#999}#dmPopup{opacity:0}.dmPopupClose,.dmPopupClose:before{position:absolute;visibility:visible}.dmPopupClose{border-radius:25px;width:27px;height:27px;z-index:1;background-color:rgba(255,255,255,.4);top:12px;right:12px}.dmPopupClose:before{display:block;font-size:20px;color:#000;top:3px;right:3px}body.dmDesktopBody:not(.mac) .data::-webkit-scrollbar{width:5px;height:5px}body.dmDesktopBody:not(.mac) .data::-webkit-scrollbar-track{background:rgba(0,0,0,.1)}body.dmDesktopBody:not(.mac) .data::-webkit-scrollbar-thumb{background:#c8c8c8;box-shadow:inset 0 1px 2px #454545;border-radius:45px}.dmRespRow.fullBleedMode>.dmRespColsWrapper{width:100%!important;max-width:100%!important}.dmRespRow.fullBleedMode{padding-right:0!important}#dm .dmRespRow .dmRespColsWrapper{display:flex}.pswp{z-index:9999999999!important}#dm .hasBackgroundOverlay:not(.dmPopupPage):not(.layout-drawer){position:relative!important}#dm .hasBackgroundOverlay:not(.hasExtraLayerOverlay):before{display:block!important;position:absolute!important;top:0!important;left:0!important;width:100%!important;height:100%!important;content:' '!important;border-radius:inherit}.align-center{margin-left:auto;margin-right:auto}.text-align-center{text-align:center}body.fix-mobile-scrolling{overflow:initial}#dmRoot{text-decoration-skip-ink:none}.fullSizeButton{width:100%!important;height:100%!important;margin:0!important}.dmform-title{padding-right:15px;padding-left:15px}body{-webkit-overflow-scrolling:touch}@media (min-width:768px) and (max-width:1024px){:root{--btn-text-font-size:16px}}nav{display:block}html{font-family:Source Sans Pro;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0}img{border:0;max-width:100%;-ms-interpolation-mode:bicubic;display:inline-block}svg:not(:root){overflow:hidden}button,input{font-family:inherit;font-size:100%;margin:0;line-height:normal}button{text-transform:none;-webkit-appearance:button}input[type=checkbox]{box-sizing:border-box;padding:0}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}*,:after,:before{box-sizing:border-box}.dmRespRow.dmRespRowNoPadding{padding:0}.dmRespRow{padding-top:15px;padding-bottom:15px}.dmRespRow:after,.dmRespRow:before{content:' ';display:table}.dmRespRow:after{clear:both}.dmRespRow,.dmRespRow .dmRespColsWrapper{max-width:960px;position:relative;margin:0 auto;width:100%}@media screen and (min-width:1200px){.rows-1200 .dmRespRow:not(.fullBleedMode) .dmRespColsWrapper{max-width:1200px}}.dmRespRow .dmRespCol{position:relative;width:100%;display:inline-block;vertical-align:top;float:left}.dmRespRow .dmRespCol>*{max-width:100%}.dmDesktopBody .dmRespRow .large-2{position:relative;width:16.66667%}.dmDesktopBody .dmRespRow .large-6{position:relative;width:50%}.dmDesktopBody .dmRespRow .large-8{position:relative;width:66.66667%}.dmDesktopBody .dmRespRow .large-12{position:relative;width:100%}[class*=' dm-common-icons-']{speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:dm-common-icons!important}.dm-common-icons-close:before{content:'\e901'}#dm div.dmContent [class*=' icon-'],[class*=' icon-']{font-family:FontAwesome!important;font-weight:400;font-style:normal;text-decoration:inherit;-webkit-font-smoothing:antialiased}[class*=' icon-']:before{text-decoration:none;display:inline-block;speak:none}a [class*=' icon-']{display:inline}[class*=' icon-']{display:inline;width:auto;height:auto;line-height:normal;vertical-align:baseline;background-image:none;background-position:0 0;background-repeat:repeat;margin-top:0}.icon-star:before{content:'\f005'}.icon-angle-down:before{content:'\f107'}@media (max-width:767px){#dm .dmInner .dmWidget{width:100%}}#dm .dmInner .dmWidget:not(.displayNone){display:inline-block}#dm .dmInner .dmWidget{text-decoration:none;margin:10px 0;clear:both;position:relative;text-align:center;line-height:22px;box-shadow:none;background-image:none;padding:0;height:auto;border-style:solid;white-space:nowrap}#dm .dmInner .dmWidget:after{content:'';display:inline-block;height:100%;vertical-align:middle;width:0;margin-right:-.25em}#dm .dmInner .dmWidget .iconBg{position:absolute;left:0;width:50px;top:50%;margin-top:-13px}#dm .dmWidget .text{display:inline-block;vertical-align:middle;font-size:1.125em;line-height:normal;white-space:normal;padding:10px 7px;max-width:98%}html:not(.ios-preview) #dm .hasStickyHeader .dmInner div.dmHeaderContainer{position:fixed!important;z-index:101;width:100%;min-width:768px}.dmPhotoGallery.newPhotoGallery:not(.photo-gallery-done){min-height:30vh}#dm div.dmInner .dmform[data-layout=layout-3] .dmforminput>:not(label):not(div):not(small):not(.frc-banner){background:0;border:0;border-radius:0;-webkit-appearance:none;border-bottom:1px solid;height:30px}.pswp,.pswp__bg,.pswp__scroll-wrap{height:100%;top:0;left:0;width:100%;position:absolute}.pswp{display:none;overflow:hidden;-ms-touch-action:none;touch-action:none;-webkit-text-size-adjust:100%;-webkit-backface-visibility:hidden;outline:0}.pswp *{-webkit-box-sizing:border-box;box-sizing:border-box}.pswp__scroll-wrap{overflow:hidden}.pswp__bg{background:#000;opacity:0;-webkit-backface-visibility:hidden;will-change:opacity}.pswp__container{-webkit-touch-callout:none;-ms-touch-action:none;touch-action:none;position:absolute;left:0;right:0;top:0;bottom:0;-webkit-backface-visibility:hidden;will-change:transform}.pswp__item{position:absolute;left:0;right:0;top:0;bottom:0;overflow:hidden}.pswp__button{position:relative;overflow:visible;-webkit-appearance:none;display:block;border:0;padding:0;margin:0;float:right;opacity:.75;-webkit-box-shadow:none;box-shadow:none}.pswp__button::-moz-focus-inner{padding:0;border:0}.pswp__button,.pswp__button--arrow--left:before,.pswp__button--arrow--right:before{background:url(/_dm/s/rt/scripts/vendor/photoswipe4/icons/default-skin.png) no-repeat;background-size:264px 88px;width:44px;height:44px}.pswp__button--close{background-position:0 -44px}.pswp__button--share{background-position:-44px -44px}.pswp__button--fs{display:none}.pswp__button--zoom{display:none;background-position:-88px 0}.pswp__button--arrow--left,.pswp__button--arrow--right{background:0 0;top:50%;margin-top:-50px;width:70px;height:100px;position:absolute}.pswp__button--arrow--left{left:0}.pswp__button--arrow--right{right:0}.pswp__button--arrow--left:before,.pswp__button--arrow--right:before{content:'';top:35px;background-color:rgba(0,0,0,.3);height:30px;width:32px;position:absolute}.pswp__button--arrow--left:before{left:6px;background-position:-138px -44px}.pswp__button--arrow--right:before{right:6px;background-position:-94px -44px}.pswp__share-modal{display:block;background:rgba(0,0,0,.5);width:100%;height:100%;top:0;left:0;padding:10px;position:absolute;z-index:1600;opacity:0;-webkit-backface-visibility:hidden;will-change:opacity}.pswp__share-modal--hidden{display:none}.pswp__share-tooltip{z-index:1620;position:absolute;background:#FFF;top:56px;border-radius:2px;display:block;width:auto;right:44px;-webkit-box-shadow:0 2px 5px rgba(0,0,0,.25);box-shadow:0 2px 5px rgba(0,0,0,.25);-webkit-transform:translateY(6px);-ms-transform:translateY(6px);transform:translateY(6px);-webkit-backface-visibility:hidden;will-change:transform}.pswp__counter{position:absolute;left:0;top:0;height:44px;font-size:13px;line-height:44px;color:#FFF;opacity:.75;padding:0 10px}.pswp__caption{position:absolute;left:0;bottom:0;width:100%;min-height:44px}.pswp__caption__center{max-width:95%;margin:0 auto;font-size:16px;padding:10px;line-height:20px;color:#CCC;width:960px;font-weight:700;text-align:center}.pswp__preloader{width:44px;height:44px;position:absolute;top:0;left:50%;margin-left:-22px;opacity:0;will-change:opacity}.pswp__preloader__icn{width:20px;height:20px;margin:12px}@media screen and (max-width:1024px){.pswp__preloader{position:relative;left:auto;top:auto;margin:0;float:right}}.pswp__ui{-webkit-font-smoothing:auto;visibility:visible;opacity:1;z-index:1550}.pswp__top-bar{position:absolute;left:0;top:0;height:44px;width:100%}.pswp__caption,.pswp__top-bar{-webkit-backface-visibility:hidden;will-change:opacity;background-color:rgba(0,0,0,.5)}.pswp__ui--hidden .pswp__button--arrow--left,.pswp__ui--hidden .pswp__button--arrow--right,.pswp__ui--hidden .pswp__caption,.pswp__ui--hidden .pswp__top-bar{opacity:.001}.dmPhotoGallery{margin:10px 0;width:100%;overflow:hidden;min-height:1px;clear:both}.dmPhotoGallery .dmPhotoGalleryHolder .photoGalleryThumbs .image-container{height:100%}.dmPhotoGallery .dmPhotoGalleryHolder .photoGalleryThumbs{width:58px;height:58px;margin:2px;display:inline-block;vertical-align:middle;text-align:center;overflow:hidden}.dmPhotoGalleryResp.dmPhotoGallery .dmPhotoGalleryHolder .photoGalleryThumbs img{box-shadow:0 0 3px #888}.dmPhotoGalleryResp.dmPhotoGallery .dmPhotoGalleryHolder .photoGalleryThumbs{margin:0;padding:10px}.dmPhotoGalleryHolder{text-align:center}.dmPhotoGallery .dmPhotoGalleryHolder .photoGalleryThumbs img{display:inline!important;margin:0!important;vertical-align:middle;text-align:center;position:relative}.dmPhotoGallery .image-container{position:relative}.dmPhotoGallery.newPhotoGallery .photoGalleryThumbs .caption-container .caption-inner h3{margin:0;line-height:normal;text-align:center;font-size:21px}.dmPhotoGallery.newPhotoGallery .photoGalleryThumbs .caption-container .caption-inner div{text-align:center}.dmPhotoGallery.newPhotoGallery .photoGalleryThumbs .caption-container .caption-inner .caption-text,.dmPhotoGallery.newPhotoGallery .photoGalleryThumbs .caption-container .caption-inner .caption-title{max-width:100%}#dm .dmPhotoGallery.newPhotoGallery li{list-style:none}#dm .dmPhotoGallery.newPhotoGallery li.photoGalleryThumbs .caption-container .caption-inner div,#dm .dmPhotoGallery.newPhotoGallery li.photoGalleryThumbs .caption-container .caption-inner h3{text-align:center}#dm .dmPhotoGallery.newPhotoGallery .photoGalleryViewAll{box-shadow:0 0!important;font-size:inherit!important;margin:0!important}#dm .dmPhotoGallery.newPhotoGallery .dmPhotoGalleryHolder{width:100%;padding:0;display:none}#dm .dmPhotoGallery.newPhotoGallery li.photoGalleryThumbs{position:relative}#dm .dmPhotoGallery.newPhotoGallery li.photoGalleryThumbs .image-container{overflow:hidden}#dm .dmPhotoGallery.newPhotoGallery li.photoGalleryThumbs .image-container a{background-repeat:no-repeat;background-position:center}#dm .dmPhotoGallery.newPhotoGallery li.photoGalleryThumbs .caption-container .caption-inner{align-items:center;display:flex;flex-direction:column;justify-content:center;position:relative;overflow:hidden;z-index:1;background-color:rgba(255,255,255,.9);color:#333;padding:15px;height:100%;box-sizing:border-box}#dm .dmPhotoGallery.newPhotoGallery li.photoGalleryThumbs .caption-container .caption-inner .caption-button{margin:10px auto;max-width:100%}#dm .dmPhotoGallery.newPhotoGallery li.photoGalleryThumbs .caption-container .caption-inner .caption-button .text{padding:10px 20px!important}#dm .dmPhotoGallery.newPhotoGallery[data-image-hover-effect=opacity] .photoGalleryThumbs .image-container a{opacity:1}#dm .dmPhotoGallery.newPhotoGallery[data-link-gallery=true] .image-container a.has-link{z-index:1px}.imageWidget{position:relative}.imageWidget a{font-style:italic;text-align:center}.dmNewParagraph[data-version]{line-height:initial}.dmNewParagraph[data-version] .text-align-center{text-align:center!important}.dmNewParagraph[data-version] h1,.dmNewParagraph[data-version] p{margin-top:0;margin-bottom:0}.property-search{justify-content:center;gap:.5rem;max-width:1200px;margin:0 auto;display:flex}.property-search svg{vertical-align:middle;width:1.25rem;height:1.25rem;display:inline-block;position:relative}.property-search .drop-toggle{text-align:left;background:#fff;border-radius:3px;outline:0;align-items:center;width:20%;height:2.5rem;padding:.5rem .75rem;line-height:1;position:relative;box-shadow:0 2px 5px #0003}.property-search .drop-toggle.large-toggle{width:30%}.property-search .drop-toggle .default-text{white-space:nowrap;text-overflow:ellipsis;width:calc(100% - 65px);font-size:1rem;line-height:2;position:absolute;top:50%;left:35px;overflow:hidden;transform:translateY(-50%)}.property-search .drop-toggle svg:first-of-type{margin-right:5px;position:absolute;top:50%;left:10px;transform:translateY(-50%)}.property-search .drop-toggle svg:last-of-type{color:var(--main-color);width:1.25rem;height:1.25rem;position:absolute;top:50%;right:10px;transform:translateY(-50%)}.property-search .drop-toggle .dropdown{text-align:left;z-index:10;color:#000;background:#fff;border-radius:3px;flex-direction:column;width:100%;max-height:400px;display:none;position:absolute;top:calc(100% + 5px);left:0;overflow-y:auto;box-shadow:0 2px 5px #0003}.property-search .drop-toggle .dropdown.price-dropdown{gap:5px;padding:.5rem}.property-search .drop-toggle .dropdown.price-dropdown .price-row label{grid-template-columns:100px 1fr;justify-content:space-between;align-items:center;gap:5px;display:grid}.property-search .drop-toggle .dropdown.price-dropdown .price-row label .price-input{background:#eee;border:1px solid #ddd;border-radius:3px;width:100%;height:auto;padding:.5rem;font-size:1rem;box-shadow:inset 0 1px 3px #0003}.property-search .drop-toggle .dropdown .check{align-items:center;display:flex}.property-search .drop-toggle .dropdown .check label{outline:0;align-items:center;width:100%;padding:.5rem .75rem;display:flex}.property-search .drop-toggle .dropdown .check label input[type=checkbox]{background:#eee;border:1px solid #ddd;margin-right:10px;box-shadow:inset 0 1px 3px #0003}.property-search .availability-btn,.property-search .search-btn{background-color:#3179cd;background-color:var(--main-color);color:#fff;text-align:center;line-height:40px;font-size:inherit;vertical-align:top;border:0;border-radius:5px;width:20%;min-width:150px;height:40px;padding:0 1rem;text-decoration:none}.property-search .availability-btn svg,.property-search .search-btn svg{opacity:.75;margin-right:.5rem}.property-search .availability-btn{width:auto;display:none}@media (width<=960px){.property-search{flex-direction:column;gap:.75rem;max-width:480px;margin:0 auto}@supports (-webkit-touch-callout:none) and (not (translate:none)){.property-search>button,.property-search>div{margin-bottom:7.5px}}.property-search .availability-btn,.property-search .drop-toggle,.property-search .drop-toggle.large-toggle,.property-search .search-btn{width:100%}}.pay-rent-button{width:200px;height:50px}.pay-rent-button svg{vertical-align:bottom;opacity:.75;width:1.25rem;height:1.25rem;margin-right:.5rem;display:inline-block;position:relative}*{border:0 solid #333;scrollbar-arrow-color:#fff;scrollbar-track-color:#F2F2F2;scrollbar-face-color:silver;scrollbar-highlight-color:silver;scrollbar-3dlight-color:silver;scrollbar-shadow-color:silver;scrollbar-darkshadow-color:silver;scrollbar-width:12px}body{width:100%;overflow:hidden;-webkit-text-size-adjust:100%!important;-ms-text-size-adjust:100%!important}A IMG{border:none}h1,h3,ul{margin-left:0;margin-right:0}.dmInner *{-webkit-font-smoothing:antialiased}.clearfix,a,img,li,ul{vertical-align:top}#iscrollBody,#site_content{position:relative}.dmOuter{word-wrap:break-word}.dmInner{font-size:16px;background:#fff;color:#666}.dmDesktopBody .dmInner{min-width:960px}.dmInner a{color:#463939}.dmInner ul:not(.defaultList){padding:0}.dmHeader{background:#68ccd1;color:#666;text-align:center;position:relative;width:100%;max-width:100%}DIV.dmBody{padding:0;clear:both}.dmContent{margin:0;padding:0}#site_content ul:not(.defaultList){-webkit-padding-start:0;-moz-padding-start:0;list-style-position:inside}#innerBar{position:relative;height:36px;width:100%;font-size:20px;margin:0;z-index:80}#dm .dmRespRow.dmRespRowNoPadding{padding:0}.dmRespRowsWrapper{max-width:960px;margin:0 auto}.dmLargeBody .imageWidget:not(.displayNone){display:inline-block;max-width:100%}.imageWidget:not(.displayNone) img{width:100%}h3{font-weight:400;font-size:23px}#dm .dmRespColsWrapper{display:block}.dmNewParagraph{text-align:left;margin:8px 0;padding:2px 0}.dmLargeBody .dmRespRowsWrapper>.dmRespRow .dmRespCol,.dmLargeBody .fHeader .dmRespRow .dmRespCol{padding-left:.75%;padding-right:.75%}.dmLargeBody .dmRespRowsWrapper>.dmRespRow .dmRespCol:first-child,.dmLargeBody .fHeader .dmRespRow .dmRespCol:first-child{padding-left:0;padding-right:1.5%}.dmLargeBody .dmRespRowsWrapper>.dmRespRow .dmRespCol:last-child,.dmLargeBody .fHeader .dmRespRow .dmRespCol:last-child{padding-right:0;padding-left:1.5%}.dmLargeBody .dmRespRowsWrapper>.dmRespRow .dmRespCol:only-child{padding-left:0;padding-right:0}#innerBar.lineInnerBar{display:table;width:100%;box-shadow:none;-webkit-box-shadow:none;-moz-box-shadow:none;font-size:20px;margin-top:30px;margin-bottom:30px;background-color:transparent;color:#666}#innerBar .titleLine{display:table-cell;vertical-align:middle;width:50%}.dmPageTitleRow:not(#innerBar){display:none}.titleLine hr{min-height:1px;background-color:rgba(102,102,102,.2)}.dmStandardDesktop{display:block}.standardHeaderLayout .dmHeader{float:none}#dmFirstContainer .dmRespRowsWrapper:after,#dmFirstContainer .dmRespRowsWrapper:before{content:"";display:table}.dmInner a{outline:0;vertical-align:inherit}.dmLinksMenu>ul{display:block;margin:0;font-size:inherit}.dmStandardDesktop{margin:0 auto}#dm h3.dmwidget-title[hide=true]{display:none}#dm .dmwidget-title{margin:10px 0;font-size:23px;text-shadow:none;text-align:left;text-transform:capitalize;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;word-wrap:normal}div.dmInner input[type=number]{font-size:16px;background-color:rgba(102,102,102,.15);border:2px solid #fff;width:100%;margin:3px 0;height:40px;padding:0 10px}.dmPhotoGalleryHolder{font-size:medium!important;margin:0;list-style:none}#dm .dmPhotoGallery .dmPhotoGalleryHolder,#dm .dmPhotoGallery .dmPhotoGalleryHolder>li{width:100%;padding:0}#dm .dmPhotoGallery .dmPhotoGalleryHolder .photoGalleryThumbs{background:url(https://dd-cdn.multiscreensite.com/runtime-img/galleryLoader.gif) 50% 50% no-repeat #eee;float:left;clear:none;padding:0;margin:0;width:100%}.dmDesktopBody .dmPhotoGallery .photoGalleryViewAll{background:0 0;border:none;padding:3px 0;font-size:16px;width:auto;height:auto;line-height:normal;box-shadow:0 -2px 0 0;display:block;margin:40px 0;text-align:left}body{background-color:#eee}.dmPhotoGallery:not(.dmFacebookGallery) .dmPhotoGalleryHolder:not(.ready) li.photoGalleryThumbs{display:inline!important;visibility:hidden}[dmle_extension=custom_extension] .dmWidget{width:150px;padding:0 7px}.main-navigation.unifiednav{-js-display:flex;display:flex;justify-content:flex-start;align-items:stretch;overflow:visible}.main-navigation.unifiednav ul{list-style:none;padding:0;margin:0;font-size:1rem}.main-navigation.unifiednav .unifiednav__container{-js-display:flex;display:flex;justify-content:flex-start;list-style:none}.main-navigation.unifiednav .unifiednav__container>.unifiednav__item-wrap{-js-display:flex;display:flex;justify-content:flex-start;position:relative;font-weight:400}.main-navigation.unifiednav .unifiednav__container:not([data-depth])>.unifiednav__item-wrap::after,.main-navigation.unifiednav .unifiednav__container:not([data-depth])>.unifiednav__item-wrap::before{content:'';align-self:center;font-weight:700}.main-navigation.unifiednav .unifiednav__container>.unifiednav__item-wrap>.unifiednav__item{-js-display:flex;display:flex;justify-content:flex-start;align-items:center;flex-direction:row;color:inherit;text-decoration:none;position:relative;padding:12px 15px;margin:0;font-weight:inherit;letter-spacing:.03em}#dm div.dmContent h1,#dm div.dmContent h3{color:#666}.main-navigation.unifiednav .unifiednav__container:not([data-depth])>.unifiednav__item-wrap>.unifiednav__item{padding:0 15px}.main-navigation.unifiednav .unifiednav__container>.unifiednav__item-wrap>.unifiednav__item .nav-item-text{white-space:nowrap}.main-navigation.unifiednav .unifiednav__container:not([data-depth])>.unifiednav__item-wrap>.unifiednav__item .nav-item-text::after,.main-navigation.unifiednav .unifiednav__container:not([data-depth])>.unifiednav__item-wrap>.unifiednav__item .nav-item-text::before{content:'';width:100%;height:0;border:0 solid transparent;border-top-color:currentColor;display:block;opacity:0}.main-navigation.unifiednav .unifiednav__container:not([data-depth])>.unifiednav__item-wrap>.unifiednav__item.dmNavItemSelected .nav-item-text::after,.main-navigation.unifiednav .unifiednav__container:not([data-depth])>.unifiednav__item-wrap>.unifiednav__item.dmNavItemSelected .nav-item-text::before{opacity:1}.main-navigation.unifiednav.effect-top-bottom{padding:calc(12px - .2em - 2px) 15px}.main-navigation.unifiednav.effect-top-bottom .unifiednav__container:not([data-depth])>.unifiednav__item-wrap>.unifiednav__item .nav-item-text::before{margin-bottom:.2em;transform:translate3d(0,-8px,0)}.main-navigation.unifiednav.effect-top-bottom .unifiednav__container:not([data-depth])>.unifiednav__item-wrap>.unifiednav__item .nav-item-text::after,.main-navigation.unifiednav.effect-top-bottom .unifiednav__container:not([data-depth])>.unifiednav__item-wrap>.unifiednav__item .nav-item-text::before{border-top-width:2px}.main-navigation.unifiednav.effect-top-bottom .unifiednav__container:not([data-depth])>.unifiednav__item-wrap>.unifiednav__item .nav-item-text::after{margin-top:.2em;transform:translate3d(0,8px,0)}.main-navigation.unifiednav.effect-top-bottom .unifiednav__container:not([data-depth])>.unifiednav__item-wrap>.unifiednav__item.dmNavItemSelected .nav-item-text::after,.main-navigation.unifiednav.effect-top-bottom .unifiednav__container:not([data-depth])>.unifiednav__item-wrap>.unifiednav__item.dmNavItemSelected .nav-item-text::before{transform:translate3d(0,0,0)}.main-navigation.unifiednav .unifiednav__container .unifiednav__item:not(.unifiednav__item_has-sub-nav) .icon{display:none}.main-navigation.unifiednav:not(.unifiednav_vertical)>.unifiednav__container{justify-content:inherit}#dm .p_hfcontainer nav.main-navigation.unifiednav{min-width:9em!important;text-align:initial!important}#dm .main-navigation.unifiednav:not([data-nav-structure=VERTICAL])>.unifiednav__container{flex-wrap:wrap;justify-content:inherit}#dm .main-navigation.unifiednav:not([data-nav-structure=VERTICAL])>.unifiednav__container .nav-item-text::before{text-align:left}#dm .main-navigation.unifiednav:not([data-nav-structure=VERTICAL]) .unifiednav__container:not([data-depth])>.unifiednav__item-wrap:not(:last-child)::after,#dm .main-navigation.unifiednav:not([data-nav-structure=VERTICAL]) .unifiednav__container:not([data-depth])>.unifiednav__item-wrap:not(:last-child)::before{content:''}#dm .dmBody .dmRespRowsWrapper{max-width:none;background-color:transparent}.dmLargeBody .dmRespRow{width:100%;max-width:none;margin-left:0;margin-right:0;padding-left:40px;padding-right:40px}.dm-bfs.dm-layout-home div.dmInner{background-color:#fff}.dmStandardDesktop .dmHeader{background-color:#68ccd1;max-width:100%}.standardHeaderLayout .dmHeader{display:block;height:auto}#dm div.dmRespCol>*{line-height:1.5}.dmLargeBody .dmBody .dmRespRowsWrapper{background-color:transparent}.newPhotoGallery .photoGalleryViewAll.link{text-decoration:underline}#dm .dmRespCol div.dmNewParagraph,#dm div.dmInner,#dm div.dmInner .dmRespCol,.dmPhotoGallery .caption-text.caption-text{color:rgba(56,61,65,1);font-family:'Barlow Semi Condensed'}#dm div.dmNewParagraph p{color:rgba(56,61,65,1);direction:ltr;font-family:"Barlow Semi Condensed";font-weight:400;font-style:normal;text-decoration:none}#dm div.dmContent h1,#dm div.dmContent h3{color:rgba(84,91,95,1);direction:ltr;font-family:"Barlow Semi Condensed";font-style:normal;font-weight:400}#dm div.dmContent h1{text-decoration:none}#dm div.dmContent .dmNewParagraph[data-version] h1{text-decoration:inherit}#dm div.dmContent .dmNewParagraph[data-version] h1 *,#dm div.dmContent h3{text-decoration:none}#dm div.dmContent h3{font-size:25px}.newPhotoGallery .photoGalleryViewAll.link{color:rgba(84,121,147,1)}#dm DIV.dmOuter DIV.dmInner{background-color:rgba(255,255,255,1)}#dm div.dmInner,#dm div.dmInner .dmRespCol{font-weight:400;font-size:14px}#dm div.dmContent h1{font-size:32px}#dm .dmRespCol div.dmNewParagraph,#dm div.dmInner,#dm div.dmInner .dmRespCol,.dmPhotoGallery .caption-text.caption-text{font-size:16px}@media all{:root{--btn-text-direction:ltr;--btn-border-r-color:var(--btn-border-color);--btn-border-l-color:var(--btn-border-color);--btn-border-b-width:var(--btn-border-width);--btn-border-width:3px;--btn-border-radius:0px;--btn-border-t-width:var(--btn-border-width);--btn-border-tl-radius:var(--btn-border-radius);--btn-border-br-radius:var(--btn-border-radius);--btn-border-bl-radius:var(--btn-border-radius);--btn-bg-color:rgba(0, 0, 0, 0);--btn-border-color:rgba(84,121,147,1);--btn-border-tr-radius:var(--btn-border-radius);--btn-border-r-width:var(--btn-border-width);--btn-bg-image:none;--btn-border-b-color:var(--btn-border-color);--btn-border-l-width:var(--btn-border-width);--btn-border-t-color:var(--btn-border-color);--btn-text-align:center;--btn-text-color:rgba(84,91,95,1);--btn-text-decoration:none;--btn-text-font-weight:400;--btn-text-font-family:Barlow Semi Condensed;--btn-icon-color:rgb(247, 247, 247);--btn-icon-fill:rgb(247, 247, 247);--btn-icon-wrpr-display:none;--btn-hover-border-b-color:var(--btn-hover-border-color);--btn-hover-bg:rgba(84,121,147,1);--btn-hover-border-t-color:var(--btn-hover-border-color);--btn-hover-border-r-color:var(--btn-hover-border-color);--btn-hover-border-l-color:var(--btn-hover-border-color);--btn-hover-border-color:rgba(0, 0, 0, 0);--btn-hover-text-color:rgb(255, 255, 255);--btn-hover-text-font-weight:var(--btn-text-font-weight);--btn-hover-text-decoration:var(--btn-text-decoration);--btn-hover-text-font-style:var(--btn-text-font-style)}}@media (min-width:0px) and (max-width:767px){:root{--btn-text-font-size:14px}}#dm .dmWidget:not([data-buttonstyle]){overflow:initial;background-clip:border-box;border-radius:1px}#dm .dmWidget:not([data-buttonstyle]) .text{padding:16px 0}#dm .dmWidget:not([data-buttonstyle]) .iconBg{display:none}#dm div.dmInner #site_content .dmWidget,#dm div.dmInner .dmHeader .dmWidget{background-color:var(--btn-bg-color);background-image:var(--btn-bg-image);border-color:var(--btn-border-color);border-bottom-color:var(--btn-border-b-color);border-left-color:var(--btn-border-l-color);border-right-color:var(--btn-border-r-color);border-top-color:var(--btn-border-t-color);border-radius:var(--btn-border-radius);border-bottom-left-radius:var(--btn-border-bl-radius);border-bottom-right-radius:var(--btn-border-br-radius);border-top-left-radius:var(--btn-border-tl-radius);border-top-right-radius:var(--btn-border-tr-radius);border-width:var(--btn-border-width);border-bottom-width:var(--btn-border-b-width);border-left-width:var(--btn-border-l-width);border-right-width:var(--btn-border-r-width);border-top-width:var(--btn-border-t-width);direction:var(--btn-text-direction);text-align:var(--btn-text-align)}#dm .dmInner div.dmHeader,#dm .dmInner div.dmHeader.u_hcontainer,#dm .dmInner div.u_hcontainer{border-style:solid!important;border-width:0!important;border-color:rgba(193,193,193,1)!important}#dm div.dmInner #site_content .dmWidget span.text{color:var(--btn-text-color);font-family:var(--btn-text-font-family);font-size:var(--btn-text-font-size);font-weight:var(--btn-text-font-weight);text-decoration:var(--btn-text-decoration)}#dm .p_hfcontainer .main-navigation.unifiednav:not(.unifiednav_vertical) .unifiednav__container:not([data-depth])>.unifiednav__item-wrap:not(:last-child)::after,#dm .p_hfcontainer .main-navigation.unifiednav:not(.unifiednav_vertical) .unifiednav__container:not([data-depth])>.unifiednav__item-wrap:not(:last-child)::before,#dm .p_hfcontainer .u_1082697637.main-navigation.unifiednav:not(.unifiednav_vertical) .unifiednav__container:not([data-depth])>.unifiednav__item-wrap:not(:last-child)::after,#dm .p_hfcontainer .u_1082697637.main-navigation.unifiednav:not(.unifiednav_vertical) .unifiednav__container:not([data-depth])>.unifiednav__item-wrap:not(:last-child)::before{font-size:13px!important}#dm div.dmInner #site_content .dmWidget span.icon{color:var(--btn-icon-color);fill:var(--btn-icon-fill)}#dm div.dmInner #site_content .dmWidget:not([data-buttonstyle]) .iconBg{display:var(--btn-icon-wrpr-display)}#dm .dmInner div.dmHeader.u_hcontainer,#dm .dmInner div.u_hcontainer{background-color:rgba(255,255,255,1)!important;box-shadow:none!important;-moz-box-shadow:none!important;-webkit-box-shadow:none!important}#dm .dmInner div.dmHeader{background-color:rgba(255,255,255,.8)!important;box-shadow:none!important;-moz-box-shadow:none!important;-webkit-box-shadow:none!important}#dm .dmBody div.u_1799024727,#dm .p_hfcontainer nav.u_1082697637.main-navigation.unifiednav.effect-top-bottom .unifiednav__container:not([data-depth])>.unifiednav__item-wrap>.unifiednav__item .nav-item-text::after,#dm .p_hfcontainer nav.u_1082697637.main-navigation.unifiednav.effect-top-bottom .unifiednav__container:not([data-depth])>.unifiednav__item-wrap>.unifiednav__item .nav-item-text::before{border-top-width:3px!important;border-top-style:solid!important;border-top-color:rgba(84,121,147,1)!important}#dm .p_hfcontainer div.u_1840984248 img{border-radius:0!important;-moz-border-radius:0!important;-webkit-border-radius:0!important}#dm .p_hfcontainer nav.u_1082697637{color:#000!important}#dm .p_hfcontainer .u_1082697637.main-navigation.unifiednav .unifiednav__container:not([data-depth])>.unifiednav__item-wrap>.unifiednav__item{padding-top:0!important;margin-bottom:0!important;padding-bottom:0!important}#dm .p_hfcontainer nav.u_1082697637.main-navigation.unifiednav .unifiednav__container:not([data-depth])>.unifiednav__item-wrap>.unifiednav__item.dmNavItemSelected{color:rgba(84,91,95,1)!important}#dm .p_hfcontainer nav.u_1082697637.main-navigation.unifiednav .unifiednav__container:not([data-depth])>.unifiednav__item-wrap>.unifiednav__item{font-family:'Barlow Semi Condensed'!important;font-weight:600!important;color:rgba(84,91,95,1)!important;font-size:16px!important}#dm .p_hfcontainer .u_1082697637.main-navigation.unifiednav:not([data-nav-structure=VERTICAL]) .unifiednav__container:not([data-depth])>.unifiednav__item-wrap:not(:last-child)::after,#dm .p_hfcontainer .u_1082697637.main-navigation.unifiednav:not([data-nav-structure=VERTICAL]) .unifiednav__container:not([data-depth])>.unifiednav__item-wrap:not(:last-child)::before{font-size:16px!important}#dm .dmInner div.dmHeader.u_hcontainer,#dm .dmInner div.u_hcontainer{padding-top:10px!important}.fHeader #hcontainer.dmHeader[freeheader=true]{padding-top:initial!important;padding-bottom:initial!important}#dm .p_hfcontainer nav.u_1082697637.main-navigation.unifiednav:not([data-nav-structure=VERTICAL]) .unifiednav__container:not([data-depth])>.unifiednav__item-wrap:not(:last-child)::after,#dm .p_hfcontainer nav.u_1082697637.main-navigation.unifiednav:not([data-nav-structure=VERTICAL]) .unifiednav__container:not([data-depth])>.unifiednav__item-wrap:not(:last-child)::before{padding-top:0!important;padding-bottom:0!important;margin-top:0!important;margin-bottom:0!important}#dm .dmInner div.fHeader .dmHeader[freeheader=true]{padding:15px 0!important;margin:0!important}#dm .p_hfcontainer div.u_1644916659{width:200px!important;height:60px!important;display:block!important;float:none!important;top:0!important;left:0!important;position:relative!important;max-width:100%!important;min-width:0!important;text-align:center!important;padding:0!important;margin:0 auto!important}#dm .p_hfcontainer div.u_1840984248,#dm .p_hfcontainer nav.u_1082697637{width:calc(100% - 0px)!important;float:none!important;top:0!important;left:0!important;position:relative!important}#dm .dmBody div.u_1159650812,#dm .dmBody div.u_1531550469,#dm .p_hfcontainer div.u_1840984248,#dm .p_hfcontainer nav.u_1082697637{height:auto!important;max-width:100%!important}#dm .p_hfcontainer div.u_1470885176{margin-top:0!important;padding:15px!important}#dm .p_hfcontainer div.u_1374431094{padding:0!important}#dm .p_hfcontainer div.u_1966343339{padding-left:10px!important}#dm .p_hfcontainer div.u_1840984248{min-width:25px!important;text-align:center!important;display:block!important;padding:0!important;margin:15px auto 0!important}#dm .p_hfcontainer nav.u_1082697637{justify-content:center!important;align-items:stretch!important;min-width:25px!important;text-align:start!important;padding:6px 15px 6.8px!important;margin:15.01px 0 0!important}.stickyHeaderSpacer{height:129.78px!important}#dm .dmBody div.u_1159650812{background-color:rgba(0,0,0,0)!important}#dm .dmBody div.u_1159650812 .caption-container .caption-text{color:rgba(255,255,255,1)!important;font-size:14px!important}#dm .dmBody div.u_1159650812 .caption-inner{background-color:rgba(255,255,255,.62)!important}#dm .dmBody div.u_1368064537{background-color:rgba(30,32,34,1)!important}#dm .dmBody div.u_1531550469{background-color:rgba(207,207,207,1)!important;float:none!important;top:0!important;left:0!important;width:auto!important;position:relative!important;min-width:0!important;text-align:start!important;padding:47.5px 40px!important;margin:0!important}#dm .dmBody div.u_1159650812,#dm .dmBody div.u_1632870777{float:none!important;top:0!important;left:0!important;position:relative!important;margin:0 auto!important}#dm .dmBody div.u_1374728319 .dmforminput input{color:rgba(56,61,65,1)!important}#dm .dmBody div.u_1374728319 input:not([type=submit]){border-bottom-width:1px!important;border-bottom-style:solid!important;border-bottom-color:rgba(207,207,207,1)!important}#dm .dmBody .u_1210615280{display:block!important}#dm .dmBody .u_1222356628,#dm .dmBody .u_1288521738{display:none!important}#dm .dmBody .u_1555139522{display:block!important}#dm .dmBody .u_1638627178,#dm .dmBody .u_1986641403{display:none!important}#dm .dmBody div.u_1637393068{background-color:rgba(84,121,147,1)!important}#dm .dmBody div.u_1666545164{background-color:rgba(234,234,234,1)!important}#dm .dmBody div.u_1774150609{background-color:rgba(255,255,255,1)!important;background-repeat:no-repeat!important;background-image:url(https://lirp.cdn-website.com/6ffbccd7/dms3rep/multi/opt/iStock-543323986-1920w.jpg),url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAABhGlDQ1BJQ0MgcHJvZmlsZQAAKJF9kT1Iw0AcxV9TpUUqHSwo4pChOlkQFemoVShChVArtOpgcukXNGlIUlwcBdeCgx+LVQcXZ10dXAVB8APEzc1J0UVK/F9aaBHjwXE/3t173L0DhEaFaVbPBKDptplOJsRsblUMvEJAGEEMIi4zy5iTpBQ8x9c9fHy9i/Es73N/jn41bzHAJxLPMsO0iTeIZzZtg/M+cYSVZJX4nHjcpAsSP3JdafEb56LLAs+MmJn0PHGEWCx2sdLFrGRqxNPEUVXTKV/ItljlvMVZq9RY+578haG8vrLMdZojSGIRS5AgQkENZVRgI0arToqFNO0nPPzDrl8il0KuMhg5FlCFBtn1g//B726twtRkKymUAHpfHOdjFAjsAs2643wfO07zBPA/A1d6x19tAPFP0usdLXoEhLeBi+uOpuwBlzvA0JMhm7Ir+WkKhQLwfkbflAMGboG+tVZv7X2cPgAZ6ip1AxwcAmNFyl73eHewu7d/z7T7+wFwJnKmZ9+MiwAAAAZiS0dEAP8A/wD/oL2nkwAAAAlwSFlzAAAuIwAALiMBeKU/dgAAAAd0SU1FB+UCDwksLkLIPkkAAAAZdEVYdENvbW1lbnQAQ3JlYXRlZCB3aXRoIEdJTVBXgQ4XAAAAC0lEQVQI12NgAAIAAAUAAeImBZsAAAAASUVORK5CYII=)!important}#dm .dmBody .u_1774150609:before{opacity:.5!important;background-color:#fff!important}#dm .dmBody div.u_1774150609:before{opacity:.87!important;background-color:rgba(207,207,207,1)!important}#dm .dmBody .u_1306975590{display:block!important}#dm .dmBody .u_1178744928,#dm .dmBody .u_1373862322{display:none!important}#dm .dmBody .u_1349398520{display:block!important}#dm .dmBody .u_1240402970,#dm .dmBody .u_1645020512{display:none!important}#dm .dmBody div.u_1159650812 .caption-container .caption-title{font-weight:700!important;font-family:'Barlow Semi Condensed'!important;color:rgba(84,91,95,1)!important;font-size:25px!important}#dm .dmBody .u_1159650812 .caption-inner{-webkit-border-top-right-radius:0!important;-webkit-border-bottom-right-radius:0!important;-webkit-border-bottom-left-radius:0!important;-webkit-border-top-left-radius:0!important;border-radius:0!important;-moz-border-radius:0!important;-webkit-border-radius:0!important;padding-left:16px!important;padding-right:16px!important}#dm .dmBody .u_1159650812 .photoGalleryThumbs,#dm .dmBody .u_1159650812 .photoGalleryViewAll{padding:0!important}#dm .dmBody div.u_1159650812{width:calc(100% - 0px)!important;min-width:25px!important;text-align:center!important;display:block!important;padding:0!important}#dm .dmBody div.u_1632870777{display:block!important;width:calc(100% - 123px)!important;height:98.99px!important;max-width:952.99px!important;min-width:25px!important;text-align:start!important;padding:0!important}#dm .dmBody div.u_1368064537,#dm .dmBody div.u_1774150609{float:none!important;top:0!important;left:0!important;position:relative!important;height:auto!important;text-align:center!important}#dm .dmBody div.u_1666545164{margin:0 3px 0 0!important;padding:0 17.99px 0 0!important}#dm .dmBody div.u_1011761328{float:none!important;top:0!important;left:0!important;width:calc(100% - 46px)!important;position:relative!important;height:auto!important;max-width:503.04px!important;min-width:25px!important;display:block!important;padding:2px 0!important;margin:12px auto 8px!important}#dm .dmBody div.u_1637393068{padding:8px 0!important;margin:0 0 0 3px!important}#dm .dmBody div.u_1774150609{width:100%!important;max-width:none!important;min-width:0!important;background-attachment:fixed!important;background-size:cover!important;padding:70px 40px!important}#dm .dmBody div.u_1799024727{border-bottom-width:3px!important;border-bottom-style:solid!important;border-bottom-color:rgba(84,121,147,1)!important;float:none!important;top:0!important;left:0!important;width:calc(100% - 29px)!important;position:relative!important;height:auto!important;max-width:520.92px!important;min-width:25px!important;padding:2px 0!important;margin:43px auto 0!important}#dm .dmBody div.u_1368064537{width:auto!important;max-width:100%!important;min-width:0!important;padding:0!important;margin:-1px 0 0!important}#dm .dmBody .u_1159650812 .photoGalleryThumbs .image-container a{background-size:cover!important;padding-top:672px!important}.font-size-45,.size-45{font-size:45px!important}.font-size-20,.size-20{font-size:20px!important}
    .dmDesktopBody [data-anim-desktop]:not([data-anim-desktop='none']) {
      visibility: hidden;
    }

    
</style>



<style id="fontFallbacks">
    @font-face {
  font-family: "Amiko Fallback";
  src: local('Arial');
  ascent-override: 82.254%;
  descent-override: 35.9861%;
  size-adjust: 112.8212%;
  line-gap-override: 0%;
 }@font-face {
  font-family: "Work Sans Fallback";
  src: local('Arial');
  ascent-override: 82.1016%;
  descent-override: 21.4523%;
  size-adjust: 113.2743%;
  line-gap-override: 0%;
 }@font-face {
  font-family: "Helvetica Fallback";
  src: local('Arial');
  ascent-override: 77.002%;
  descent-override: 22.998%;
  line-gap-override: 0%;
 }@font-face {
  font-family: "Lobster Fallback";
  src: local('Arial');
  ascent-override: 114.651%;
  descent-override: 28.6627%;
  size-adjust: 87.2212%;
  line-gap-override: 0%;
 }@font-face {
  font-family: "Cabin Fallback";
  src: local('Arial');
  ascent-override: 101.7818%;
  descent-override: 26.3684%;
  size-adjust: 94.8106%;
  line-gap-override: 0%;
 }@font-face {
  font-family: "Montserrat Fallback";
  src: local('Arial');
  ascent-override: 84.9466%;
  descent-override: 22.0264%;
  size-adjust: 113.954%;
  line-gap-override: 0%;
 }@font-face {
  font-family: "Barlow Semi Condensed Fallback";
  src: local('Arial');
  ascent-override: 114.651%;
  descent-override: 22.9302%;
  size-adjust: 87.2212%;
  line-gap-override: 0%;
 }@font-face {
  font-family: "Oswald Fallback";
  src: local('Arial');
  ascent-override: 145.0682%;
  descent-override: 35.1423%;
  size-adjust: 82.2372%;
  line-gap-override: 0%;
 }@font-face {
  font-family: "DM Sans Fallback";
  src: local('Arial');
  ascent-override: 94.3696%;
  descent-override: 29.4905%;
  size-adjust: 105.1186%;
  line-gap-override: 0%;
 }@font-face {
  font-family: "Open Sans Fallback";
  src: local('Arial');
  ascent-override: 101.1768%;
  descent-override: 27.7323%;
  size-adjust: 105.6416%;
  line-gap-override: 0%;
 }
</style>


<!-- End render the required css and JS in the head section -->








<meta property="og:type" content="website">
<meta property="og:url" content="https://www.tdhaz.com/">
<script type="application/ld+json">
    {
        "@context" : "https://schema.org",
        "@type" : "WebSite",
        "name" : "TDH Investments",
        "url" : "https://www.tdhaz.com/"
    }
</script>
  <title>
    Premier Business Rentals in Prescott, AZ | TDH Investments
  </title>
  <meta name="description" content="Discover the ideal business rental space for your venture in Prescott, AZ with TDH. Explore our diverse properties and elevate your business success. Contact us!"/>

  <meta name="twitter:card" content="summary"/>
  <meta name="twitter:title" content="Premier Business Rentals in Prescott, AZ | TDH Investments"/>
  <meta name="twitter:description" content="Discover the ideal business rental space for your venture in Prescott, AZ with TDH. Explore our diverse properties and elevate your business success. Contact us!"/>
  <meta name="twitter:image" content="https://lirp.cdn-website.com/6ffbccd7/dms3rep/multi/opt/logo-new-1920w.png"/>
  <meta property="og:description" content="Discover the ideal business rental space for your venture in Prescott, AZ with TDH. Explore our diverse properties and elevate your business success. Contact us!"/>
  <meta property="og:title" content="Premier Business Rentals in Prescott, AZ | TDH Investments"/>
  <meta property="og:image" content="https://lirp.cdn-website.com/6ffbccd7/dms3rep/multi/opt/logo-new-1920w.png"/>




<!-- SYS- VVNfRElSRUNUX1BST0RVQ1RJT04= -->
</head>





















<body id="dmRoot" data-page-alias="home"  class="dmRoot dmDesktopBody fix-mobile-scrolling addCanvasBorder dmResellerSite mac dmLargeBody "
      style="padding:0;margin:0;"
      
    >

















<!-- ========= Site Content ========= -->
<div id="dm" class='dmwr'>
    
    <div class="dm_wrapper standard-var5 widgetStyle-3 standard">
         <div dmwrapped="true" id="1901957768" class="dm-home-page" themewaschanged="true"> <div dmtemplateid="StandardLayoutMultiD" class="standardHeaderLayout dm-bfs dm-layout-home hasAnimations hasStickyHeader inMiniHeaderMode rows-1200 page-58520130 page-125489402 dmPageBody d-page-1716942098 dmFreeHeader" id="dm-outer-wrapper" data-page-class="1716942098" data-soch="true" data-background-parallax-selector=".dmHomeSection1, .dmSectionParallex"> <div id="dmStyle_outerContainer" class="dmOuter"> <div id="dmStyle_innerContainer" class="dmInner"> <div class="dmLayoutWrapper standard-var dmStandardDesktop"> <div> <div id="iscrollBody"> <div id="site_content"> <div class="dmHeaderContainer fHeader d-header-wrapper"> <div id="hcontainer" class="dmHeader p_hfcontainer u_hcontainer" freeheader="true" headerlayout="b58ba5b5703b4cd7b5f5f7951565dc87===horizontal-layout-1" data-scrollable-target="body" data-scrollable-target-threshold="1" data-scroll-responder-id="1" preserve-sticky-header="true" logo-size-target="66%"> <div dm:templateorder="85" class="dmHeaderResp dmHeaderStack noSwitch" id="1709005236"> <div class="dmRespRow dmDefaultListContentRow u_1470885176 fullBleedChanged fullBleedMode" style="text-align:center" id="1470885176"> <div class="dmRespColsWrapper" id="1361262595"> <div class="u_1374431094 small-12 dmRespCol large-2 medium-2" id="1374431094"> <div class="u_1840984248 imageWidget align-center" data-widget-type="image" id="1840984248" data-element-type="image" data-binding="W3siYmluZGluZ05hbWUiOiJpbWFnZSIsInZhbHVlIjoic2l0ZV9pbWFnZXMubG9nbyJ9XQ=="> <a href="/" id="1362278552"><img src="https://lirp.cdn-website.com/6ffbccd7/dms3rep/multi/opt/logo-new-378w.png" id="1300565369" class="" data-dm-image-path="https://irp.cdn-website.com/6ffbccd7/dms3rep/multi/logo-new.png" alt="TDH Investments logo" data-diy-image="" onerror="handleImageLoadError(this)" height="59.6875" width="315.0"/></a> 
</div> 
</div> 
 <div class="u_1966343339 dmRespCol small-12 large-8 medium-8" id="1966343339"> <nav class="u_1082697637 effect-top-bottom main-navigation unifiednav dmLinksMenu" role="navigation" layout-main="horizontal_nav_layout_2" layout-sub="submenu_horizontal_1" data-show-vertical-sub-items="HOVER" id="1082697637" dmle_extension="onelinksmenu" data-element-type="onelinksmenu" data-nav-structure="HORIZONTAL" wr="true" icon="true" surround="true" adwords="" navigation-id="unifiedNav"> <ul role="menubar" class="unifiednav__container  " data-auto="navigation-pages"> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="0"> <a href="/" class="unifiednav__item  dmNavItemSelected  dmUDNavigationItem_00  " target="" data-target-page-alias="" data-auto="selected-page"> <span class="nav-item-text " data-link-text="
         HOME
        " data-auto="page-text-style">HOME<span class="icon icon-angle-down"></span> 
</span> 
</a> 
</li> 
 <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="0"> <a href="/availability" class="unifiednav__item  dmUDNavigationItem_010101937057  " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text="CURRENT LISTINGS" data-auto="page-text-style">CURRENT LISTINGS<span class="icon icon-angle-down"></span> 
</span> 
</a> 
</li> 
 <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="0"> <a href="/recently-leased" class="unifiednav__item  dmUDNavigationItem_010101235246  " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text="RECENTLY LEASED" data-auto="page-text-style">RECENTLY LEASED<span class="icon icon-angle-down"></span> 
</span> 
</a> 
</li> 
 <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="0"> <a href="/residents" class="unifiednav__item  dmUDNavigationItem_010101140929  " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text="
         RESIDENTS
        " data-auto="page-text-style">RESIDENTS<span class="icon icon-angle-down"></span> 
</span> 
</a> 
</li> 
 <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="0"> <a href="/our-team" class="unifiednav__item  dmUDNavigationItem_010101445335  " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text="
         ABOUT
        " data-auto="page-text-style">ABOUT<span class="icon icon-angle-down"></span> 
</span> 
</a> 
</li> 
 <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="0"> <a href="/contact-us" class="unifiednav__item  dmUDNavigationItem_010101583810  " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text="
         CONTACT US
        " data-auto="page-text-style">CONTACT US<span class="icon icon-angle-down"></span> 
</span> 
</a> 
</li> 
</ul> 
</nav> 
</div> 
 <div class="u_1441631320 dmRespCol small-12 large-2 medium-2" id="1441631320"> <div class="u_1644916659 widget-cb7086 dmCustomWidget" data-lazy-load="" data-title="" id="1644916659" dmle_extension="custom_extension" data-element-type="custom_extension" data-binding="W3siYmluZGluZ05hbWUiOiJkYXRhYmFzZSIsInZhbHVlIjoic2l0ZV90ZXh0LmFwcGZvbGlvIGRhdGFiYXNlIn1d" icon="false" surround="false" data-widget-id="cb708684876c4db58028e8c547609bf2" data-widget-version="79" data-widget-config="eyJyZW50QnV0dG9uVGV4dCI6IlRlbmFudCBQb3J0YWwgTG9nIEluIiwidFBvcnRhbCI6dHJ1ZSwib1BvcnRhbFRleHQiOiJPd25lciBQb3J0YWwiLCJ0UG9ydGFsR3JvdXAiOm51bGwsIm9Qb3J0YWxUaXRsZSI6dHJ1ZSwiaGlkZUJ1dHRvbkljb24iOm51bGwsImxheW91dCI6InBheS1yZW50LWJ1dHRvbiIsInRQb3J0YWxUaXRsZSI6dHJ1ZSwib1BvcnRhbCI6dHJ1ZSwiZGF0YWJhc2UiOiJ0ZGgiLCJwb3J0Zm9saW9JRCI6bnVsbCwidFBvcnRhbFRleHQiOiJPbmxpbmUgUG9ydGFsIiwib1BvcnRhbEdyb3VwIjpudWxsfQ=="> <a class="pay-rent-button dmWidget fullSizeButton" aria-label="Pay Rent using the Online Portal (opens in a new tab)" rel="noopener" target="_blank" href=""> <span class="text"> <svg aria-hidden="true" focusable="false" data-prefix="far" data-icon="credit-card" class="svg-inline--fa fa-credit-card fa-w-18" role="img" xmlns="http://www.w3.org/2000/svg" viewbox="0 0 576 512"> <path fill="currentColor" d="M527.9 32H48.1C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48.1 48h479.8c26.6 0 48.1-21.5 48.1-48V80c0-26.5-21.5-48-48.1-48zM54.1 80h467.8c3.3 0 6 2.7 6 6v42H48.1V86c0-3.3 2.7-6 6-6zm467.8 352H54.1c-3.3 0-6-2.7-6-6V256h479.8v170c0 3.3-2.7 6-6 6zM192 332v40c0 6.6-5.4 12-12 12h-72c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h72c6.6 0 12 5.4 12 12zm192 0v40c0 6.6-5.4 12-12 12H236c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h136c6.6 0 12 5.4 12 12z"></path> 
</svg> 
Tenant Portal Log In</span> 
</a> 
</div> 
</div> 
</div> 
</div> 
</div> 
</div> 
</div> 
 <div class="stickyHeaderSpacer" id="stickyHeaderSpacer" data-new="true"></div> 
 <div class="dmRespRow dmRespRowStable dmRespRowNoPadding dmPageTitleRow "> <div class="dmRespColsWrapper"> <div class="large-12 dmRespCol"> <div id="innerBar" class="innerBar lineInnerBar dmDisplay_None"> <div class="titleLine display_None"><hr/></div> 
<!-- Page title is hidden in css for new responsive sites. It is left here only so we don't break old sites. Don't copy it to new layouts --> <div id="pageTitleText"></div> 
 <div class="titleLine display_None"><hr/></div> 
</div> 
</div> 
</div> 
</div> 
 <div dmwrapped="true" id="dmFirstContainer" class="dmBody u_dmStyle_template_home dm-home-page" themewaschanged="true"> <div id="allWrapper" class="allWrapper"><!-- navigation placeholders --> <div id="dm_content" class="dmContent" role="main"> <div dm:templateorder="170" class="dmHomeRespTmpl mainBorder dmRespRowsWrapper dmFullRowRespTmpl" id="1716942098"> <div class="u_1368064537 dmRespRow fullBleedChanged fullBleedMode" style="text-align: center;" id="1368064537"> <div class="dmRespColsWrapper" id="1720853626"> <div class="dmRespCol small-12 medium-12 large-12 u_1656279880" id="1656279880"> <div class="u_1159650812 dmPhotoGallery newPhotoGallery dmPhotoGalleryResp photo-gallery-done text-layout-over captionAlignment-center_center photoGallery" galleryoptionsparams="{thumbnailsPerRow: 3, rowsToShow: 3, imageScaleMethod: true}" data-desktop-layout="vertical" data-desktop-columns="4" data-element-type="dPhotoGalleryId" data-desktop-text-layout="over" id="1159650812" data-rows-to-show="100" data-placeholder="false" data-desktop-caption-alignment="center_center" data-image-hover-effect="opacity" data-mobile-columns="2" data-tablet-text-layout="fixed" data-tablet-caption-alignment="center_center" data-enable-lazy-loading="true" data-mobile-text-layout="fixed" data-mobile-caption-alignment="center_center" data-mobile-layout="square" data-tablet-columns="4" data-image-animation="none" data-link-gallery="true" data-hide-share="true" data-tablet-layout="square"> <div class="dmPhotoGalleryHolder clearfix gallery shadowEffectToChildren gallery4inArow" id="1362986591"></div> 
 <div class="layout-container vertical"> <div class="photogallery-row " data-index=""> <div class="photogallery-column column-4" data-index="0"> <div index="0" class="photoGalleryThumbs animated vertical-height" data-index="0"> <div class="thumbnailInnerWrapper" style="opacity: 1;"> <div class="image-container revealed"> <a data-dm-multisize-attr="temp" data-dm-force-device="mobile" class="u_1383115089 has-link" href="/availability" data-image-url="https://irp.cdn-website.com/6ffbccd7/dms3rep/multi/iStock-615238072.jpg" style="background-image: url('https://lirp.cdn-website.com/6ffbccd7/dms3rep/multi/opt/iStock-615238072-640w.jpg');"><img id="1603068857" data-src="https://lirp.cdn-website.com/6ffbccd7/dms3rep/multi/opt/iStock-615238072-1920w.jpg" alt="" onerror="handleImageLoadError(this)"/></a> 
</div> 
 <div id="1210615280" class="caption-container u_1210615280" style="display:none"> <span class="caption-inner"> <h3 id="1019970486" class="caption-title u_1019970486">Current Listings</h3> 
 <a id="1222356628" class="caption-button dmWidget  clearfix u_1222356628" href="/availability" style=""> <span class="iconBg"> <span class="icon hasFontIcon "></span> 
</span> 
 <span class="text">Button</span> 
</a> 
</span> 
</div> 
</div> 
</div> 
</div> 
 <div class="photogallery-column column-4" data-index="1"> <div index="1" class="photoGalleryThumbs animated vertical-height" data-index="1"> <div class="thumbnailInnerWrapper" style="opacity: 1;"> <div class="image-container revealed"> <a data-dm-multisize-attr="temp" data-dm-force-device="mobile" class="u_1924695598 has-link" href="/recently-leased" data-image-url="https://irp.cdn-website.com/6ffbccd7/dms3rep/multi/Apartments+and+Duplexes+only_Westside+Village+Property+Details+SpreadSheet+-+Collections+%282%29+copy.jpg" style="background-image: url('https://lirp.cdn-website.com/6ffbccd7/dms3rep/multi/opt/Apartments+and+Duplexes+only_Westside+Village+Property+Details+SpreadSheet+-+Collections+%282%29+copy-640w.jpg');"><img id="1737440221" data-src="https://lirp.cdn-website.com/6ffbccd7/dms3rep/multi/opt/Apartments+and+Duplexes+only_Westside+Village+Property+Details+SpreadSheet+-+Collections+%282%29+copy-1920w.jpg" alt="recently leased" onerror="handleImageLoadError(this)"/></a> 
</div> 
 <div id="1306975590" class="caption-container u_1306975590" style="display:none"> <span class="caption-inner"> <h3 id="1969662226" class="caption-title u_1969662226">Recently Leased</h3> 
 <a id="1373862322" class="caption-button dmWidget  clearfix u_1373862322" href="/recently-leased" style=""> <span class="iconBg"> <span class="icon hasFontIcon "></span> 
</span> 
 <span class="text">Button</span> 
</a> 
</span> 
</div> 
</div> 
</div> 
</div> 
 <div class="photogallery-column column-4" data-index="2"> <div index="2" class="photoGalleryThumbs animated vertical-height" data-index="2"> <div class="thumbnailInnerWrapper" style="opacity: 1;"> <div class="image-container revealed"> <a data-dm-multisize-attr="temp" data-dm-force-device="mobile" class="u_1214147569 has-link" href="/upcoming-vacancies" data-image-url="https://irp.cdn-website.com/6ffbccd7/dms3rep/multi/cooperhill1.JPG" style="background-image: url('https://lirp.cdn-website.com/6ffbccd7/dms3rep/multi/opt/cooperhill1-640w.JPG');"><img id="1158550037" data-src="https://lirp.cdn-website.com/6ffbccd7/dms3rep/multi/opt/cooperhill1-1920w.JPG" alt="upcoming vacancies" onerror="handleImageLoadError(this)"/></a> 
</div> 
 <div id="1349398520" class="caption-container u_1349398520" style="display:none"> <span class="caption-inner"> <h3 id="1620748713" class="caption-title u_1620748713">Upcoming Vacancies</h3> 
 <a id="1645020512" class="caption-button dmWidget  clearfix u_1645020512" href="/upcoming-vacancies" style=""> <span class="iconBg"> <span class="icon hasFontIcon "></span> 
</span> 
 <span class="text">Button</span> 
</a> 
</span> 
</div> 
</div> 
</div> 
</div> 
 <div class="photogallery-column column-4" data-index="3"> <div index="3" class="photoGalleryThumbs animated vertical-height" data-index="3"> <div class="thumbnailInnerWrapper" style="opacity: 1;"> <div class="image-container revealed"> <a data-dm-multisize-attr="temp" data-dm-force-device="mobile" class="u_1749622360 has-link" href="/contact-us" data-image-url="https://irp.cdn-website.com/6ffbccd7/dms3rep/multi/iStock-509643673.jpg" style="background-image: url('https://lirp.cdn-website.com/6ffbccd7/dms3rep/multi/opt/iStock-509643673-640w.jpg');"><img id="1074840584" data-src="https://lirp.cdn-website.com/6ffbccd7/dms3rep/multi/opt/iStock-509643673-1920w.jpg" alt="contact us" onerror="handleImageLoadError(this)"/></a> 
</div> 
 <div id="1555139522" class="caption-container u_1555139522" style="display:none"> <span class="caption-inner"> <h3 id="1837521462" class="caption-title u_1837521462">Contact Us</h3> 
 <a id="1638627178" class="caption-button dmWidget  clearfix u_1638627178" href="/contact-us" style=""> <span class="iconBg"> <span class="icon hasFontIcon "></span> 
</span> 
 <span class="text">Button</span> 
</a> 
</span> 
</div> 
</div> 
</div> 
</div> 
</div> 
</div> 
</div> 
</div> 
</div> 
</div> 
 <div class="u_1531550469 dmRespRow" id="1531550469"> <div class="dmRespColsWrapper" id="1356575556"> <div class="dmRespCol large-12 medium-12 small-12" id="1530007759"> <div class="u_1632870777 widget-d67195 dmCustomWidget" data-lazy-load="" data-title="" id="1632870777" dmle_extension="custom_extension" data-element-type="custom_extension" icon="false" surround="false" data-widget-id="d671950cfbd044af95c50647827ceb1e" data-widget-version="47" data-widget-config="eyJwcm9wZXJ0eUdyb3VwIjpudWxsLCJmaWx0ZXJQcmljZSI6dHJ1ZSwiYnV0dG9uVGV4dCI6IkF2YWlsYWJpbGl0eSIsImZpbHRlckNpdHkiOnRydWUsIm1haW5Db2xvciI6InJnYmEoODQsMTIxLDE0NywxKSIsImZpbHRlckJhdGhzIjp0cnVlLCJmaWx0ZXJUb2dnbGVzIjpudWxsLCJ2YWNhbmN5VVJMIjp7InZhbHVlIjoiYXZhaWxhYmlsaXR5IiwibGFiZWwiOiIiLCJ0eXBlIjoicGFnZSIsImhyZWYiOiIvYXZhaWxhYmlsaXR5IiwicmF3X3VybCI6Ii9zaXRlL2I5ZjhhMTc3L2F2YWlsYWJpbGl0eT9uZWU9dHJ1ZSZlZD10cnVlJnNob3dPcmlnaW5hbD10cnVlJnByZXZpZXc9dHJ1ZSZkbV90cnlfbW9kZT10cnVlJmRtX2NoZWNrU3luYz0xIn0sImZpbHRlckJlZHMiOnRydWV9"> <div role="form" class="property-search"> <div class="city-toggle drop-toggle large-toggle" tabindex="0" role="button" aria-expanded="false"> <svg aria-hidden="true" focusable="false" data-prefix="fas" data-icon="city" class="svg-inline--fa fa-city fa-w-20" role="img" xmlns="http://www.w3.org/2000/svg" viewbox="0 0 640 512"> <path fill="currentColor" d="M616 192H480V24c0-13.26-10.74-24-24-24H312c-13.26 0-24 10.74-24 24v72h-64V16c0-8.84-7.16-16-16-16h-16c-8.84 0-16 7.16-16 16v80h-64V16c0-8.84-7.16-16-16-16H80c-8.84 0-16 7.16-16 16v80H24c-13.26 0-24 10.74-24 24v360c0 17.67 14.33 32 32 32h576c17.67 0 32-14.33 32-32V216c0-13.26-10.75-24-24-24zM128 404c0 6.63-5.37 12-12 12H76c-6.63 0-12-5.37-12-12v-40c0-6.63 5.37-12 12-12h40c6.63 0 12 5.37 12 12v40zm0-96c0 6.63-5.37 12-12 12H76c-6.63 0-12-5.37-12-12v-40c0-6.63 5.37-12 12-12h40c6.63 0 12 5.37 12 12v40zm0-96c0 6.63-5.37 12-12 12H76c-6.63 0-12-5.37-12-12v-40c0-6.63 5.37-12 12-12h40c6.63 0 12 5.37 12 12v40zm128 192c0 6.63-5.37 12-12 12h-40c-6.63 0-12-5.37-12-12v-40c0-6.63 5.37-12 12-12h40c6.63 0 12 5.37 12 12v40zm0-96c0 6.63-5.37 12-12 12h-40c-6.63 0-12-5.37-12-12v-40c0-6.63 5.37-12 12-12h40c6.63 0 12 5.37 12 12v40zm0-96c0 6.63-5.37 12-12 12h-40c-6.63 0-12-5.37-12-12v-40c0-6.63 5.37-12 12-12h40c6.63 0 12 5.37 12 12v40zm160 96c0 6.63-5.37 12-12 12h-40c-6.63 0-12-5.37-12-12v-40c0-6.63 5.37-12 12-12h40c6.63 0 12 5.37 12 12v40zm0-96c0 6.63-5.37 12-12 12h-40c-6.63 0-12-5.37-12-12v-40c0-6.63 5.37-12 12-12h40c6.63 0 12 5.37 12 12v40zm0-96c0 6.63-5.37 12-12 12h-40c-6.63 0-12-5.37-12-12V76c0-6.63 5.37-12 12-12h40c6.63 0 12 5.37 12 12v40zm160 288c0 6.63-5.37 12-12 12h-40c-6.63 0-12-5.37-12-12v-40c0-6.63 5.37-12 12-12h40c6.63 0 12 5.37 12 12v40zm0-96c0 6.63-5.37 12-12 12h-40c-6.63 0-12-5.37-12-12v-40c0-6.63 5.37-12 12-12h40c6.63 0 12 5.37 12 12v40z"></path> 
</svg> 
 <span class="city-title default-text">Any City</span> 
 <svg aria-hidden="true" focusable="false" data-prefix="fas" data-icon="angle-down" class="svg-inline--fa fa-angle-down fa-w-10" role="img" xmlns="http://www.w3.org/2000/svg" viewbox="0 0 320 512"> <path fill="currentColor" d="M143 352.3L7 216.3c-9.4-9.4-9.4-24.6 0-33.9l22.6-22.6c9.4-9.4 24.6-9.4 33.9 0l96.4 96.4 96.4-96.4c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9l-136 136c-9.2 9.4-24.4 9.4-33.8 0z"></path> 
</svg> 
 <div class="city-dropdown dropdown" role="listbox" aria-multiselectable="true"></div> 
</div> 
 <div class="price-toggle drop-toggle large-toggle" tabindex="0" role="button" aria-expanded="false"> <svg aria-hidden="true" focusable="false" data-prefix="fas" data-icon="dollar-sign" class="svg-inline--fa fa-dollar-sign fa-w-9" role="img" xmlns="http://www.w3.org/2000/svg" viewbox="0 0 288 512"> <path fill="currentColor" d="M209.2 233.4l-108-31.6C88.7 198.2 80 186.5 80 173.5c0-16.3 13.2-29.5 29.5-29.5h66.3c12.2 0 24.2 3.7 34.2 10.5 6.1 4.1 14.3 3.1 19.5-2l34.8-34c7.1-6.9 6.1-18.4-1.8-24.5C238 74.8 207.4 64.1 176 64V16c0-8.8-7.2-16-16-16h-32c-8.8 0-16 7.2-16 16v48h-2.5C45.8 64-5.4 118.7.5 183.6c4.2 46.1 39.4 83.6 83.8 96.6l102.5 30c12.5 3.7 21.2 15.3 21.2 28.3 0 16.3-13.2 29.5-29.5 29.5h-66.3C100 368 88 364.3 78 357.5c-6.1-4.1-14.3-3.1-19.5 2l-34.8 34c-7.1 6.9-6.1 18.4 1.8 24.5 24.5 19.2 55.1 29.9 86.5 30v48c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16v-48.2c46.6-.9 90.3-28.6 105.7-72.7 21.5-61.6-14.6-124.8-72.5-141.7z"></path> 
</svg> 
 <span class="price-title default-text">Any Price</span> 
 <svg aria-hidden="true" focusable="false" data-prefix="fas" data-icon="angle-down" class="svg-inline--fa fa-angle-down fa-w-10" role="img" xmlns="http://www.w3.org/2000/svg" viewbox="0 0 320 512"> <path fill="currentColor" d="M143 352.3L7 216.3c-9.4-9.4-9.4-24.6 0-33.9l22.6-22.6c9.4-9.4 24.6-9.4 33.9 0l96.4 96.4 96.4-96.4c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9l-136 136c-9.2 9.4-24.4 9.4-33.8 0z"></path> 
</svg> 
 <div class="price-dropdown dropdown"> <div class="price-row"> <label>Min. Price<input type="number" class="min-price price-input" placeholder="$" data-placeholder-original="$"/></label> 
</div> 
 <div class="price-row"> <label>Max. Price<input type="number" class="max-price price-input" placeholder="$" data-placeholder-original="$"/></label> 
</div> 
</div> 
</div> 
 <div class="beds-toggle drop-toggle" tabindex="0" role="button" aria-expanded="false"> <svg aria-hidden="true" focusable="false" data-prefix="fas" data-icon="bed" class="svg-inline--fa fa-bed fa-w-20" role="img" xmlns="http://www.w3.org/2000/svg" viewbox="0 0 640 512"> <path fill="currentColor" d="M176 256c44.11 0 80-35.89 80-80s-35.89-80-80-80-80 35.89-80 80 35.89 80 80 80zm352-128H304c-8.84 0-16 7.16-16 16v144H64V80c0-8.84-7.16-16-16-16H16C7.16 64 0 71.16 0 80v352c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16v-48h512v48c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16V240c0-61.86-50.14-112-112-112z"></path> 
</svg> 
 <span class="beds-title default-text">All Beds</span> 
 <svg aria-hidden="true" focusable="false" data-prefix="fas" data-icon="angle-down" class="svg-inline--fa fa-angle-down fa-w-10" role="img" xmlns="http://www.w3.org/2000/svg" viewbox="0 0 320 512"> <path fill="currentColor" d="M143 352.3L7 216.3c-9.4-9.4-9.4-24.6 0-33.9l22.6-22.6c9.4-9.4 24.6-9.4 33.9 0l96.4 96.4 96.4-96.4c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9l-136 136c-9.2 9.4-24.4 9.4-33.8 0z"></path> 
</svg> 
 <div class="beds-dropdown dropdown" role="listbox" aria-multiselectable="true"> <div class="check" role="option" aria-selected="false"> <label tabindex="0"><input type="checkbox" value="0" tabindex="-1"/>Studio</label> 
</div> 
 <div class="check" role="option" aria-selected="false"> <label tabindex="0"><input type="checkbox" value="1" tabindex="-1"/>1 bed</label> 
</div> 
 <div class="check" role="option" aria-selected="false"> <label tabindex="0"><input type="checkbox" value="2" tabindex="-1"/>2 beds</label> 
</div> 
 <div class="check" role="option" aria-selected="false"> <label tabindex="0"><input type="checkbox" value="3" tabindex="-1"/>3 beds</label> 
</div> 
 <div class="check" role="option" aria-selected="false"> <label tabindex="0"><input type="checkbox" value="4" tabindex="-1"/>4 beds</label> 
</div> 
 <div class="check" role="option" aria-selected="false"> <label tabindex="0"><input type="checkbox" value="5+" tabindex="-1"/>5+ beds</label> 
</div> 
</div> 
</div> 
 <div class="baths-toggle drop-toggle" tabindex="0" role="button" aria-expanded="false"> <svg aria-hidden="true" focusable="false" data-prefix="fas" data-icon="bath" class="svg-inline--fa fa-bath fa-w-16" role="img" xmlns="http://www.w3.org/2000/svg" viewbox="0 0 512 512"> <path fill="currentColor" d="M32,384a95.4,95.4,0,0,0,32,71.09V496a16,16,0,0,0,16,16h32a16,16,0,0,0,16-16V480H384v16a16,16,0,0,0,16,16h32a16,16,0,0,0,16-16V455.09A95.4,95.4,0,0,0,480,384V336H32ZM496,256H80V69.25a21.26,21.26,0,0,1,36.28-15l19.27,19.26c-13.13,29.88-7.61,59.11,8.62,79.73l-.17.17A16,16,0,0,0,144,176l11.31,11.31a16,16,0,0,0,22.63,0L283.31,81.94a16,16,0,0,0,0-22.63L272,48a16,16,0,0,0-22.62,0l-.17.17c-20.62-16.23-49.83-21.75-79.73-8.62L150.22,20.28A69.25,69.25,0,0,0,32,69.25V256H16A16,16,0,0,0,0,272v16a16,16,0,0,0,16,16H496a16,16,0,0,0,16-16V272A16,16,0,0,0,496,256Z"></path> 
</svg> 
 <span class="baths-title default-text">All Baths</span> 
 <svg aria-hidden="true" focusable="false" data-prefix="fas" data-icon="angle-down" class="svg-inline--fa fa-angle-down fa-w-10" role="img" xmlns="http://www.w3.org/2000/svg" viewbox="0 0 320 512"> <path fill="currentColor" d="M143 352.3L7 216.3c-9.4-9.4-9.4-24.6 0-33.9l22.6-22.6c9.4-9.4 24.6-9.4 33.9 0l96.4 96.4 96.4-96.4c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9l-136 136c-9.2 9.4-24.4 9.4-33.8 0z"></path> 
</svg> 
 <div class="baths-dropdown dropdown" role="listbox" aria-multiselectable="true"> <div class="check" role="option" aria-selected="false"> <label tabindex="0"><input type="checkbox" value="1" tabindex="-1"/>1 bath</label> 
</div> 
 <div class="check" role="option" aria-selected="false"> <label tabindex="0"><input type="checkbox" value="2" tabindex="-1"/>2 baths</label> 
</div> 
 <div class="check" role="option" aria-selected="false"> <label tabindex="0"><input type="checkbox" value="3" tabindex="-1"/>3 baths</label> 
</div> 
 <div class="check" role="option" aria-selected="false"> <label tabindex="0"><input type="checkbox" value="4" tabindex="-1"/>4 baths</label> 
</div> 
 <div class="check" role="option" aria-selected="false"> <label tabindex="0"><input type="checkbox" value="5+" tabindex="-1"/>5+ baths</label> 
</div> 
</div> 
</div> 
 <button class="search-btn" type="submit"> <svg aria-hidden="true" focusable="false" data-prefix="fas" data-icon="search" class="svg-inline--fa fa-search fa-w-16" role="img" xmlns="http://www.w3.org/2000/svg" viewbox="0 0 512 512"> <path fill="currentColor" d="M505 442.7L405.3 343c-4.5-4.5-10.6-7-17-7H372c27.6-35.3 44-79.7 44-128C416 93.1 322.9 0 208 0S0 93.1 0 208s93.1 208 208 208c48.3 0 92.7-16.4 128-44v16.3c0 6.4 2.5 12.5 7 17l99.7 99.7c9.4 9.4 24.6 9.4 33.9 0l28.3-28.3c9.4-9.4 9.4-24.6.1-34zM208 336c-70.7 0-128-57.2-128-128 0-70.7 57.2-128 128-128 70.7 0 128 57.2 128 128 0 70.7-57.2 128-128 128z"></path> 
</svg> 
Search</button> 
 <button class="availability-btn" type="submit"> <svg aria-hidden="true" focusable="false" data-prefix="fas" data-icon="search" class="svg-inline--fa fa-search fa-w-16" role="img" xmlns="http://www.w3.org/2000/svg" viewbox="0 0 512 512"> <path fill="currentColor" d="M505 442.7L405.3 343c-4.5-4.5-10.6-7-17-7H372c27.6-35.3 44-79.7 44-128C416 93.1 322.9 0 208 0S0 93.1 0 208s93.1 208 208 208c48.3 0 92.7-16.4 128-44v16.3c0 6.4 2.5 12.5 7 17l99.7 99.7c9.4 9.4 24.6 9.4 33.9 0l28.3-28.3c9.4-9.4 9.4-24.6.1-34zM208 336c-70.7 0-128-57.2-128-128 0-70.7 57.2-128 128-128 70.7 0 128 57.2 128 128 0 70.7-57.2 128-128 128z"></path> 
</svg> 
 <span class="availability-text"></span> 
</button> 
</div> 
</div> 
</div> 
</div> 
</div> 
 <div class="u_1774150609 dmRespRow dmSectionParallaxNew hasBackgroundOverlay" style="text-align: center;" id="1774150609" data-gallery-bg="eyJzbGlkZXMiOlsiaHR0cHM6Ly9saXJwLmNkbi13ZWJzaXRlLmNvbS82ZmZiY2NkNy9kbXMzcmVwL211bHRpL29wdC9pU3RvY2stNTQzMzIzOTg2LTE5MjB3LmpwZyJdfQ=="> <div class="dmRespColsWrapper" id="1833788123"> <div class="u_1666545164 dmRespCol small-12 large-6 medium-6" id="1666545164"> <div class="u_1799024727 dmNewParagraph text-align-center" data-element-type="paragraph" id="1799024727" style="transition: none 0s ease 0s; text-align: center; display: block;" data-version="5"> <h1 class="size-45 m-size-25"><span class="font-size-45 m-font-size-25" style="display: initial;" m-font-size-set="true">Your Business's Next Home</span></h1> 
</div></div> 
 <div class="u_1637393068 dmRespCol small-12 large-6 medium-6" id="1637393068"> <span id="1401767970"></span> 
 <div class="u_1011761328 dmNewParagraph" id="1011761328" style="text-align: left;" data-version="5"><p class="text-align-center m-size-16 size-20"><span class="font-size-20 m-font-size-16" style="color: rgb(255, 255, 255); display: initial;">Welcome to TDH Investments, your gateway to prime commercial properties in Prescott, AZ. Explore our diverse range of business rentals, from expansive acreage to bustling retail spaces. Discover the perfect location for your venture with TDH.</span><span style="display: initial;"><br/></span></p></div></div> 
</div> 
</div> 
 <div class="u_1682265657 dmRespRow fullBleedChanged fullBleedMode" style="text-align: center;" id="1682265657"> <div class="dmRespColsWrapper" id="1750483168"> <div class="dmRespCol small-12 medium-6 large-6 u_1684041205" id="1684041205"> <div class="u_1910875330 dmNewParagraph" id="1910875330" style="transition-duration: 1s; transition-timing-function: ease-in-out; transition-delay: initial; transition-property: opacity; display: block;" data-element-type="paragraph" data-version="5"> <h3 class="m-size-28 text-align-left size-35"><span class="m-font-size-28 font-size-35" style="display: initial; font-weight: 400;">Contact Us</span></h3> 
</div> <div class="u_1945758248 dmNewParagraph" id="1945758248" style="transition: none;" data-version="5"><p class="text-align-left size-18"><span class="font-size-18" style="display: initial; color: rgb(0, 0, 0);">Have a question? We&rsquo;re here to help. Send us a message and we&rsquo;ll be in touch.&nbsp;</span></p></div> <div class="u_1374728319 dmform default native-inputs" id="1374728319" data-element-type="dContactUsRespId" data-layout="layout-3"> <h3 class="dmform-title dmwidget-title" id="1185703703" hide="true"></h3> 
 <div class="dmform-wrapper" id="1005515607" captcha-lang="en"> <form method="post" class="dmRespDesignRow" locale="ENGLISH" id="1984591052"> <div class="dmforminput required  small-12 dmRespDesignCol medium-6 large-6" id="1652161306"> <label for="1138967148" id="1923329496" class="" data-dm-for="dmform-0">First Name</label> 
<input type="text" class="" name="dmform-0" id="1138967148"/><input type="hidden" name="label-dmform-0" id="1042564430" class="" value="First Name"/></div> 
 <div class="dmforminput small-12 dmRespDesignCol medium-6 large-6" id="1270130590"> <label for="1278456056" id="1436478288" data-dm-for="dmform-5">Last Name</label> 
<input type="text" name="dmform-5" id="1278456056"/><input type="hidden" name="label-dmform-5" value="Last Name" id="1264971503" class=""/></div> 
 <div class="dmforminput required  small-12 dmRespDesignCol medium-6 large-6" id="1050547572"> <label for="1259593817" id="1279112768" class="" data-dm-for="dmform-1">Email</label> 
<input type="email" class="" name="dmform-1" id="1259593817"/><input type="hidden" name="label-dmform-1" id="1263766513" class="" value="Email"/></div> 
 <div class="dmforminput small-12 dmRespDesignCol medium-6 large-6" id="1760691026"> <label for="1592058590" id="1834712860" data-dm-for="dmform-6">Phone number</label> 
<input type="tel" name="dmform-6" placeholder="" id="1592058590"/><input type="hidden" name="label-dmform-6" value="Phone number" id="1545088350" class=""/></div> 
 <div class="dmforminput large-12 medium-12 dmRespDesignCol small-12" id="1726543320"> <label for="1203755629" id="1053651907" class="" data-dm-for="dmform-3">Message</label> 
 <textarea name="dmform-3" id="1203755629" class=""></textarea> 
<input type="hidden" name="label-dmform-3" id="1805602457" class="" value="Message"/></div> 
 <span id="1905597128" class="dmWidgetClear"></span> 
 <span id="1279629225" class="dmWidgetClear"></span> 
 <div class="dmformsubmit dmWidget R" id="1372441870"><input class="" name="submit" type="submit" value="SUBMIT" id="1998877958"/></div> 
<input name="dmformsendto" type="hidden" value="O0wrseIfFLvpb3hhzA3HAe0VHscoY8QKq/gG0RmMTrFyrKe0M6kr6BrAwMbuHmCJSH/r+kq8La4px1xp12bQHS01FjZ+xL4qCLujZjzGSuQ=" id="1170004420" class="" data-dec="true"/><input class="dmActionInput" type="hidden" name="action" value="/_dm/s/rt/widgets/dmform.submit.jsp" id="1684578008"/><input name="dmformsubject" type="hidden" value="TDH Investments - Form Message" id="1074115896" class="" data-email-subject="TDH Investments - Form Message"/><input name="dmformsubmitparams" type="hidden" value="8mpKnCSiNQXK/d9M7IDrSwUa+M4lAuUrKBzT2kjE1HlL8jFN354PV3rVemnO0s6uzBLa9ggSAbG4KlSefM08wNNmaj7ilnsbNGd1IOc6Z/awESjIUrHZJlUvVsNBD8JqwJswAv28hKQgdx3x9lAgFPE5ekULoUBGSwwivv7asuOlQyzT0CwF69qGh7Cr6eMrNiEyY95lUCQy3HcTf+BbPSuRDS+igKuin4GEPBYvnON8yWCp38cqpP2HGz6vfqBkVlFWD15wsdQ=" data-dec="true"/><input type="hidden" name="page_uuid" value="3209e919fd1648b5bb285778758c095f"/></form> 
</div> 
 <div class="dmform-success" style="display:none" id="1696652918">Thank you for contacting us.<br id="1850173482"/>We will get back to you as soon as possible</div> 
 <div class="dmform-error" style="display:none" id="1731131643">Oops, there was an error sending your message.<br id="1040891657"/>Please try again later</div> 
</div> 
</div> 
 <div class="dmRespCol small-12 medium-6 large-6 u_1574053435" id="1574053435"> <div class="u_1438676444 default dmDefaultGradient align-center inlineMap" data-type="inlineMap" data-lat="34.54151" data-lng="-112.4608" data-address="621 E Gurley St, Prescott, AZ 86301, USA" data-height="" data-msid="" data-mapurl="" data-lang="en" data-color-scheme="" data-zoom="" data-layout="layout4" data-popup-display="" data-popup-show="false" data-popup-title="" data-popup-title-visible="false" data-popup-description="" data-popup-description-visible="false" id="1438676444" dmle_extension="mapextension" data-element-type="mapextension" modedesktop="map" data-binding="W3siYmluZGluZ05hbWUiOiJhZGRyZXNzIiwidmFsdWUiOiJjb250ZW50X2xpYnJhcnkuZ2xvYmFsIn1d" modemobile="map" addresstodisplay="621 E Gurley St, Prescott, AZ 86301, United States of America" geocompleteaddress="621 E Gurley St, Prescott, AZ 86301, USA" data-popup-display-desktop="" zoom="" data-popup-display-mobile="" data-display-type="block" layout="layout4" modetablet="map" wr="true" icon="true" surround="true" description="Find Us" adwords="" icon-name="icon-map-marker" street="" city="" country="US" country_full="United States" state="" zip="" business="TDH Investments" provider="mapbox" lon="-112.4608" lat="34.54151" faddr="621 E Gurley St, Prescott, AZ 86301, USA" dmmapsource="dm"> <div class="mapContainer" style="height: 100%; width: 100%; overflow: hidden; z-index: 0;"></div> 
</div> 
</div> 
</div> 
</div> 
</div> 
</div> 
</div> 
</div> 
 <div class="dmFooterContainer"> <div id="fcontainer" class="u_fcontainer f_hcontainer dmFooter p_hfcontainer"> <div dm:templateorder="250" class="dmFooterResp generalFooter" id="1943048428"> <div class="u_1686005289 dmRespRow" style="text-align: center;" id="1686005289"> <div class="dmRespColsWrapper" id="1837856251"> <div class="u_1188157081 dmRespCol small-12 large-6 medium-6" id="1188157081"> <div class="u_1651871731 imageWidget align-center" data-element-type="image" data-widget-type="image" id="1651871731"> <a href="/" id="1508842034"><img src="https://lirp.cdn-website.com/6ffbccd7/dms3rep/multi/opt/white-453w.png" id="1210342999" class="" data-dm-image-path="https://irp.cdn-website.com/6ffbccd7/dms3rep/multi/white.png" alt="TDH Investments logo" width="1920" height="370" onerror="handleImageLoadError(this)"/></a> 
</div> 
 <div class="dmNewParagraph" data-element-type="paragraph" data-version="5" id="1992070311" style="transition: opacity 1s ease-in-out 0s;"><p class="m-text-align-center"><span style="color: rgb(255, 255, 255); display: unset;">Office Hours: 9-5 PM M-F</span></p></div> 
 <div class="u_1913661679 dmNewParagraph" id="1913661679" style="transition: opacity 1s ease-in-out 0s;" data-version="5"><p class="m-text-align-center"><span style="color: rgb(255, 255, 255); display: initial;">621 E Gurley St</span></p><p class="m-text-align-center"><span style="color: rgb(255, 255, 255); display: initial;">Prescott, AZ 86301</span></p></div> <div class="u_1156851241 dmNewParagraph" id="1156851241" style="transition: opacity 1s ease-in-out 0s;" data-version="5" new-inline-bind-applied="true" data-diy-text=""><p class="m-text-align-center"><a href="mailto:[email protected]" target="_blank" type="email" style="color: rgb(255, 255, 255); display: initial;"><span class="inline-data-binding hidden" data-encoded-value="SmVzc0B0ZGhhei5jb20=" data-inline-binding="content_library.global.email.email">[email protected]</span></a><span class="" style="display: initial;"><span style="display: initial;">&nbsp;</span> 
</span> 
 <span class="" style="display: initial; color: rgb(255, 255, 255);"> <span style="display: initial; color: rgb(255, 255, 255);">&nbsp;(928) 833-4834</span></span></p></div></div> 
 <div class="dmRespCol large-6 medium-6 small-12" id="1021031283"> <div class="u_1907424287 align-center text-align-center dmSocialHub gapSpacing" id="1907424287" dmle_extension="social_hub" data-element-type="social_hub" data-binding="W3siYmluZGluZ05hbWUiOiJzb2NpYWwiLCJ2YWx1ZSI6ImNvbnRlbnRfbGlicmFyeS5nbG9iYWwuc29jaWFsIn1d" wr="true" networks="" icon="true" surround="true" adwords=""> <div class="socialHubWrapper"> <div class="socialHubInnerDiv "> <a href="https://facebook.com/TDHInvestments" target="_blank" dm_dont_rewrite_url="true" aria-label="facebook" onclick="dm_gaq_push_event &amp;&amp; dm_gaq_push_event(&apos;socialLink&apos;, &apos;click&apos;, &apos;Facebook&apos;)"> <span class="dmSocialFacebook dm-social-icons-facebook oneIcon socialHubIcon style8" aria-hidden="true" data-hover-effect=""></span> 
</a> 
</div> 
</div> 
</div> 
 <div class="u_1220077067 widget-cb7086 dmCustomWidget" data-lazy-load="" data-title="" id="1220077067" dmle_extension="custom_extension" data-element-type="custom_extension" data-binding="W3siYmluZGluZ05hbWUiOiJkYXRhYmFzZSIsInZhbHVlIjoic2l0ZV90ZXh0LmFwcGZvbGlvIGRhdGFiYXNlIn1d" icon="false" surround="false" data-widget-id="cb708684876c4db58028e8c547609bf2" data-widget-version="79" data-widget-config="eyJyZW50QnV0dG9uVGV4dCI6IlBheSBSZW50IiwidFBvcnRhbCI6dHJ1ZSwib1BvcnRhbFRleHQiOiJPd25lciBQb3J0YWwiLCJ0UG9ydGFsR3JvdXAiOm51bGwsIm9Qb3J0YWxUaXRsZSI6dHJ1ZSwiaGlkZUJ1dHRvbkljb24iOm51bGwsImxheW91dCI6ImZvb3Rlci1saW5rcyIsInRQb3J0YWxUaXRsZSI6dHJ1ZSwib1BvcnRhbCI6dHJ1ZSwiZGF0YWJhc2UiOiJ0ZGgiLCJwb3J0Zm9saW9JRCI6bnVsbCwidFBvcnRhbFRleHQiOiJPbmxpbmUgUG9ydGFsIiwib1BvcnRhbEdyb3VwIjpudWxsfQ=="> <div class="footer-links-layout"> <div class="tportal"> <h3 class="portal-heading">Online Portal</h3> 
 <p class="start-text"> <a class="login-link bold-link" aria-label="Log into the Online Portal (opens in a new tab)" rel="noopener" target="_blank" href="">Log In</a> 
 <span class="divider">|</span> 
 <a class="sign-up-link normal-link" aria-label="Sign up for the Online Portal (opens in a new tab)" rel="noopener" target="_blank" href="">Sign Up</a> 
</p> 
</div> 
 <div class="oportal"> <h3 class="portal-heading">Owner Portal</h3> 
 <p class="start-text"> <a class="login-link bold-link" aria-label="Log into the Owner Portal (opens in a new tab)" rel="noopener" target="_blank" href="">Log In</a> 
 <span class="divider">|</span> 
 <a class="sign-up-link normal-link" aria-label="Sign up for the Owner Portal (opens in a new tab)" rel="noopener" target="_blank" href="">Sign Up</a> 
</p> 
</div> 
</div> 
</div> 
</div> 
</div> 
</div> 
 <div class="dmRespRow u_1895281436" style="text-align: center;" id="1895281436" mode="1"> <div class="dmRespColsWrapper" id="1880382556"> <div class="u_1364751167 dmRespCol small-12 large-9 medium-9" id="1364751167"> <div class="u_1787189405 dmNewParagraph" data-element-type="paragraph" id="1787189405" style="transition: opacity 1s ease-in-out 0s;" data-version="5"><p class="m-text-align-center m-size-14 size-14"><a href="/sitemap" runtime_url="/sitemap" type="page" class="font-size-14 m-font-size-14" m-font-size-set="true" style="font-weight: bold; display: initial; text-decoration: none; color: rgb(255, 255, 255);">Sitemap</a><span class="font-size-14 m-font-size-14" style="font-weight: bold; display: initial; color: rgb(255, 255, 255); text-decoration: none;"> <span m-font-size-set="true" class="font-size-14 m-font-size-14" style="font-weight: bold; display: initial; color: rgb(255, 255, 255); text-decoration: none;">&nbsp;| &nbsp;</span></span><a href="/accessibility" runtime_url="/accessibility" type="page" m-font-size-set="true" class="font-size-14 m-font-size-14" style="font-weight: bold; display: initial; color: rgb(255, 255, 255); text-decoration: none;">Accessibility</a></p></div> <div class="u_1834519424 widget-60af05 dmCustomWidget" data-lazy-load="false" data-title="" id="1834519424" dmle_extension="custom_extension" data-element-type="custom_extension" icon="false" surround="false" data-widget-id="60af0578033245efa4d29db01bc397c2" data-widget-version="20" data-widget-config="eyJwb3N0VGV4dCI6IkFsbCBSaWdodHMgUmVzZXJ2ZWQuIiwicHJlVGV4dCI6IsKpIn0="> <p class="text-container"> <span class="pre-text">&copy;</span> 
 <span class="year"></span> 
 <span class="post-text">All Rights Reserved.</span> 
</p> 
</div> 
 <div class="u_1574816248 dmNewParagraph" data-element-type="paragraph" id="1574816248" style="transition: opacity 1s ease-in-out 0s; text-align: center;" data-version="5" new-inline-bind-applied="true" data-diy-text=""><p class="text-align-left m-text-align-center"><span style="display: initial; color: rgb(255, 255, 255);"><span class="inline-data-binding" data-encoded-value="TGF1cmVsIFByb3BlcnR5IE1hbmFnZW1lbnQ=" data-inline-binding="site_text.company name">TDH Investments</span></span></p></div></div> 
 <div class="u_1445484922 dmRespCol small-12 large-1 medium-1" id="1445484922"> <div class="u_1318823075 imageWidget align-center" data-element-type="image" data-widget-type="image" id="1318823075"> <a id="1347868982" class="" target="_blank" href="https://www.hud.gov/program_offices/fair_housing_equal_opp" file="false"><img src="https://lirp.cdn-website.com/b9f8a177/dms3rep/multi/opt/1-eqho-white-75px-75h.png" id="1454362949" class="" data-dm-image-path="https://irp-cdn.multiscreensite.com/d2b4a224/dms3rep/multi/1-eqho-white-75px.png" alt="Equal Housing Opportunity Logo: Click to go to website" onerror="handleImageLoadError(this)" height="62.625" width="61.0"/></a> 
</div> 
</div> 
 <div class="u_1958073565 dmRespCol small-12 large-2 medium-2" id="1958073565"> <div class="u_1745906946 widget-dc6c10 dmCustomWidget" data-lazy-load="" data-title="" id="1745906946" dmle_extension="custom_extension" data-element-type="custom_extension" data-anim-desktop="fadeIn" wr="false" data-anim-extended="eyJkZXNrdG9wIjp7InRyaWdnZXIiOiJlbnRyYW5jZSIsImFuaW1hdGlvbiI6ImZhZGVJbiJ9fQ==" icon="false" surround="false" data-widget-id="dc6c10203cb748908861f7aadb733c17" data-widget-version="12" data-widget-config="eyJmb290ZXItaW1hZ2UiOiJodHRwczovL2Nkbi5hcHBmb2xpb3dlYnNpdGVzLmNvbS9zaXRlcy9yZXNvdXJjZXMvaW1hZ2VzL3Bvd2VyZWQtYnktYXBwZm9saW8ucG5nIn0="><img src="https://cdn.appfoliowebsites.com/sites/resources/images/powered-by-appfolio.png" alt="AppFolio Property Manager" class="apm-footer-logo" width="150" height="56" onerror="handleImageLoadError(this)"/></div> 
</div> 
</div> 
</div> 
</div> 
 <div id="1236746004" dmle_extension="powered_by" data-element-type="powered_by" icon="true" surround="false"></div> 
</div> 
</div> 
 <div id="swh-f23e3918b37244bcaf42049b97ee973b"> <div data-wrapper-source="appstore"> <script>    if (window.location.search.match(/[?,&]preview=true/) && window.top !== window) {      window.__AudioEyePreviewMode=true;    }  </script> 
 <script type="text/javascript">!function(){    var b=function(){      window.__AudioEyeSiteHash = "d0609a51ce8f4b6cfc46ca86d96e0208";      window.__AudioEyeInstallSource = "duda";      var a=document.createElement("script");      a.src="https://wsmcdn.audioeye.com/aem.js";      a.type="text/javascript";      a.setAttribute("async","");      document.getElementsByTagName("body")[0].appendChild(a)};      "complete"!==document.readyState?window.addEventListener?window.addEventListener("load",b):window.attachEvent&&window.attachEvent("onload",b):b()}();    </script> 
</div> 
</div> 
</div> 
</div> 
</div> 
</div> 
</div> 
</div> 
</div> 
</div> 

    </div>
</div>
<!--  Add full CSS and Javascript before the close tag of the body if needed -->






















<!-- Google Fonts Include -->













<!-- loadCSS function fonts.jsp-->



<link rel="preload" href="https://irp.cdn-website.com/fonts/css2?family=Amiko:ital,wght@0,400;0,600;0,700&family=Work+Sans:ital,wght@0,100..900;1,100..900&family=Lobster:ital,wght@0,400&family=Cabin:ital,wght@0,400..700;1,400..700&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Barlow+Semi+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Oswald:ital,wght@0,200..700;1,200..700&family=DM+Sans:ital,wght@0,100..1000;1,100..1000&family=Source+Sans+Pro:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700;1,900&family=Open+Sans:ital,wght@0,300..800;1,300..800&amp;subset=latin-ext&amp;display=swap"  as="style" fetchpriority="low" onload="loadCSS(this)" />





<!-- RT CSS Include d-css-runtime-desktop-one-package-structured-global-->
<link rel="preload" as="style" fetchpriority="low" onload="loadCSS(this)" href="https://static.cdn-website.com/mnlt/production/5441/_dm/s/rt/dist/css/d-css-runtime-desktop-one-package-structured-global.min.css" />

<!-- End of RT CSS Include -->

<link rel="preload" href="https://irp.cdn-website.com/WIDGET_CSS/f244bada6ac978dc6e08822c15873204.css" id="widgetCSS" as="style" fetchpriority="low" onload="loadCSS(this)" />

<!-- Support `img` size attributes -->
<style>img[width][height] {
  height: auto;
}</style>

<!-- Support showing sticky element on page only -->
<style>
  body[data-page-alias="home"] #dm [data-show-on-page-only="home"] {
    display: block !important;
  }
</style>

<!-- This is populated in Ajax navigation -->
<style id="pageAdditionalWidgetsCss" type="text/css">
</style>




<!-- Site CSS -->
<link rel="preload" href="https://irp.cdn-website.com/6ffbccd7/files/6ffbccd7_withFlex_1.min.css?v=54" id="siteGlobalCss" as="style" fetchpriority="low" onload="loadCSS(this)" />



<style id="customWidgetStyle" type="text/css">
    
</style>
<style id="innerPagesStyle" type="text/css">
    
</style>


<style
        id="additionalGlobalCss" type="text/css"
>
</style>

<!-- Page CSS -->
<link rel="preload" href="https://irp.cdn-website.com/6ffbccd7/files/6ffbccd7_home_withFlex_1.min.css?v=54" id="homeCssLink" as="style" fetchpriority="low" onload="loadCSS(this)" />

<style id="pagestyle" type="text/css">
    
</style>

<style id="pagestyleDevice" type="text/css">
    
</style>

<!-- Flex Sections CSS -->





<style id="globalFontSizeStyle" type="text/css">
    .font-size-45, .size-45, .size-45 > font { font-size: 45px !important; }.font-size-20, .size-20, .size-20 > font { font-size: 20px !important; }.font-size-35, .size-35, .size-35 > font { font-size: 35px !important; }.font-size-18, .size-18, .size-18 > font { font-size: 18px !important; }.font-size-14, .size-14, .size-14 > font { font-size: 14px !important; }
</style>
<style id="pageFontSizeStyle" type="text/css">
</style>

<!-- ========= JS Section ========= -->
<script>
    var isWLR = true;

    window.customWidgetsFunctions = {};
    window.customWidgetsStrings = {};
    window.collections = {};
    window.currentLanguage = "ENGLISH"
    window.isSitePreview = false;
</script>
<script>
    window.customWidgetsFunctions["60af0578033245efa4d29db01bc397c2~20"] = function (element, data, api) {
        const $year = element.querySelector('.year');
$year.innerHTML = new Date().getFullYear();
    };
</script>
<script>
    window.customWidgetsFunctions["d671950cfbd044af95c50647827ceb1e~47"] = function (element, data, api) {
        !function(){let e="preview"===dmAPI.getCurrentEnvironment(),t=element.querySelector(".property-search"),r=element.querySelector(".city-toggle"),n=element.querySelector(".price-toggle"),a=element.querySelector(".beds-toggle"),o=element.querySelector(".baths-toggle"),l=element.querySelector(".max-price"),c=element.querySelector(".min-price"),i=element.querySelector(".search-btn"),d=element.querySelector(".availability-btn"),u=element.querySelector(".availability-text"),p=[],s=async()=>{let e=0,t=100,r=[],n=await dmAPI.loadCollectionsAPI();for(;100===t;){let{values:a}=await n.data("appfolio-listings").pageSize(100).pageNumber(e).get();r.push(...a),t=a.length,e+=1}return r};async function f(){(function(){let e=data.config.mainColor;window.navigator.userAgent.includes("MSIE ")||window.navigator.userAgent.includes("Trident/")||void 0===data.config.mainColor||""===data.config.mainColor||document.querySelector(":root").style.setProperty("--main-color",e)})(),void 0!==data.config.filterCity&&!0!==data.config.filterCity&&r.remove(),void 0!==data.config.filterPrice&&!0!==data.config.filterPrice&&n.remove(),void 0!==data.config.filterBeds&&!0!==data.config.filterBeds&&a.remove(),void 0!==data.config.filterBaths&&!0!==data.config.filterBaths&&o.remove();try{let e=await s();(function(e){if(data.config.propertyGroup){let t=e.filter(e=>e.data.portfolio_name===data.config.propertyGroup),r=e.filter(e=>e.data.property_lists.some(e=>e.name===data.config.propertyGroup.toLowerCase()));t.length?p=t:r.length&&(p=r)}else p=e})(e),p.length?(y.innerHTML="",[...new Set(p.map(e=>e.data.address_city))].sort().forEach(e=>{y.insertAdjacentHTML("beforeend",`<div class="check" role="option" aria-selected="false"><label tabindex="0"><input type="checkbox" tabindex="-1" name="${e}" value="${e}" />${e}</label></div>`)}),function(e){Array.from(element.querySelectorAll(".property-search .drop-toggle .check input")).forEach(e=>e.checked=!1);let t=[...new Set(e.filter(e=>null!==e.data.bedrooms).map(e=>Math.floor(e.data.bedrooms).toString()))];[...element.querySelectorAll(".beds-dropdown  .check input")].forEach(e=>{t.includes(e.value)||e.parentNode.classList.add("inactive"),t.some(e=>e>=5)&&"5+"===e.value&&e.parentNode.classList.remove("inactive")});let r=[...new Set(e.filter(e=>null!==e.data.bathrooms).map(e=>Math.floor(e.data.bathrooms).toString()))];[...element.querySelectorAll(".baths-dropdown .check input")].forEach(e=>{r.includes(e.value)||e.parentNode.classList.add("inactive"),r.some(e=>e>=5)&&"5+"===e.value&&e.parentNode.classList.remove("inactive")}),[...new Set(element.querySelectorAll(".dropdown .check .inactive"))].forEach(e=>e.tabIndex="-1")}(p),d.remove()):m()}catch(e){m()}finally{t.classList.remove("inactive")}}function m(){r.remove(),n.remove(),a.remove(),o.remove(),i.remove(),d.style.display="block",u.innerHTML=data.config.buttonText}i.addEventListener("click",function(t){t.preventDefault();let r={},n=Array.from(element.querySelectorAll(".city-dropdown .check input:checked")).map(e=>e.value);n.length&&(r.city=n),""!==l.value&&(r.maxPrice=l.value),""!==c.value&&(r.minPrice=c.value);let a=Array.from(element.querySelectorAll(".beds-dropdown .check input:checked")).map(e=>e.value);a.length&&(r.beds=a);let o=Array.from(element.querySelectorAll(".baths-dropdown .check input:checked")).map(e=>e.value);o.length&&(r.baths=o);let i=new URLSearchParams(r).toString(),d="";i.length&&(d=e?"&":"?");let u=d+i;window.location=dmAPI.getNormalizedUrl(data.config.vacancyURL.value)+u}),d.addEventListener("click",function(e){e.preventDefault(),window.location=dmAPI.getNormalizedUrl(data.config.vacancyURL.value)});let y=element.querySelector(".city-dropdown");y.addEventListener("click",function(){let e=Array.from(element.querySelectorAll(".city-dropdown .check input:checked")).map(e=>e.value).join(", "),t=element.querySelector(".city-toggle .default-text");e.length?t.innerHTML=e:t.innerHTML="Any City"});let g=element.querySelector(".price-toggle .default-text");function h(){""!==c.value&&""!==l.value?g.innerHTML=c.value+" - "+l.value:""!==c.value&&""===l.value?g.innerHTML="> "+c.value:""===c.value&&""!==l.value?g.innerHTML="< "+l.value:g.innerHTML="Any Price"}l.addEventListener("blur",h),c.addEventListener("blur",h),element.querySelector(".beds-dropdown").addEventListener("click",function(){let e=Array.from(element.querySelectorAll(".beds-dropdown .check input:checked")).map(e=>e.value).join(", "),t=element.querySelector(".beds-toggle .default-text");e.length?t.innerHTML=e:t.innerHTML="All Beds"}),element.querySelector(".baths-dropdown").addEventListener("click",function(){let e=Array.from(element.querySelectorAll(".baths-dropdown .check input:checked")).map(e=>e.value).join(", "),t=element.querySelector(".baths-toggle .default-text");e.length?t.innerHTML=e:t.innerHTML="All Baths"}),dmAPI.runOnReady("load",async()=>{element.setAttribute("style","width: auto !important; height: auto !important; min-height: 50px;"),await f(),$(element).find(".property-search .dropdown").on("click keydown",e=>{e.stopPropagation()}),$(document).on("click",()=>{$(element).find(".property-search .dropdown").fadeOut(200),$(element).find(".property-search .drop-toggle").attr("aria-expanded","false")}),$(document).on("keydown",e=>{"Escape"===e.key&&($(element).find(".property-search .dropdown").fadeOut(200),$(element).find(".property-search .drop-toggle").attr("aria-expanded","false"))}),$(element).find(".property-search .drop-toggle").on("click",e=>{e.stopPropagation(),$(e.currentTarget).find(".dropdown").fadeToggle(200).css("display","flex"),$(element).find(".property-search .drop-toggle").not($(e.currentTarget)).find(".dropdown").fadeOut(200),$(e.currentTarget).attr("aria-expanded","true"===$(e.currentTarget).attr("aria-expanded")?"false":"true")}),$(element).find(".property-search .drop-toggle").on("keydown",e=>{("ArrowDown"===e.key||"ArrowUp"===e.key)&&e.preventDefault(),("Enter"===e.key||"ArrowDown"===e.key||"ArrowUp"===e.key)&&($(e.currentTarget).find(".dropdown").fadeIn(200).css("display","flex"),$(element).find(".property-search .screen-lg .drop-toggle").not($(e.currentTarget)).find(".dropdown").fadeOut(200),$(e.currentTarget).attr("aria-expanded","true"===$(e.currentTarget).attr("aria-expanded")?"false":"true"),$(e.currentTarget).find(".dropdown label:not(.inactive)").first().focus())}),$(element).find(".property-search .dropdown .check input").on("click",e=>{$(e.currentTarget).parents(".check").attr("aria-selected","true"===$(e.currentTarget).parents(".check").attr("aria-selected")?"false":"true")}),$(element).find(".property-search .dropdown .check label").on("keydown",e=>{" "===e.key&&(e.preventDefault(),$(e.currentTarget).find(":checkbox").click()),("ArrowUp"===e.key||"ArrowLeft"===e.key)&&(e.preventDefault(),$(e.currentTarget).parent().prevAll().children("label:not(.inactive)").first().focus()),("ArrowDown"===e.key||"ArrowRight"===e.key)&&(e.preventDefault(),$(e.currentTarget).parent().nextAll().children("label:not(.inactive)").first().focus()),"Escape"===e.key&&$(e.currentTarget).parents(".dropdown").fadeOut(200)}),$(element).find(".property-search .dropdown").on("focusout",e=>{$(e.relatedTarget).parents(".dropdown").attr("id")!==$(e.currentTarget).attr("id")&&$(e.currentTarget).fadeOut(200)})})}();
    };
</script>
<script>
    window.customWidgetsFunctions["cb708684876c4db58028e8c547609bf2~79"] = function (element, data, api) {
        (()=>{function t(){let t=document.createElement("div");t.id="oportal",element.appendChild(t);let e=window.getComputedStyle(t).getPropertyValue("color"),o=element.querySelector(".oportal");if(o){e&&(o.style.color=e);let n=window.getComputedStyle(t).getPropertyValue("text-align");n&&(o.style.textAlign=n)}t.remove();let n=document.createElement("div");n.id="tportal",element.appendChild(n);let l=window.getComputedStyle(n).getPropertyValue("color"),a=element.querySelector(".tportal");if(a){l&&(a.style.color=l);let t=window.getComputedStyle(n).getPropertyValue("text-align");t&&(a.style.textAlign=t)}n.remove()}dmAPI.runOnReady("load",()=>{!function(){if(!data.config.database&&data.inEditor&&(element.innerHTML='<div class="portal-links"><p class="warning">Connect this widget to the AppFolio Database field by right-clicking and selecting \'Connect to Data\'.</p></div>'),data.config.database){let e=data.config.database?data.config.database.includes('<p class="rteBlock">')?jQuery(data.config.database).text():data.config.database:"",o=data.config.portfolioID?data.config.portfolioID.includes('<p class="rteBlock">')?`&portfolio_uuid=${jQuery(data.config.portfolioID).text()}`:`&portfolio_uuid=${data.config.portfolioID}`:"",n={pay_rent:{log_in:`https://${e}.appfolio.com/connect/users/sign_in?a=cw&utm_source=apmsites_v3&utm_campaign=pay_rent_button${o}`},online_portal:{log_in:`https://${e}.appfolio.com/connect/users/sign_in?a=cw&utm_source=apmsites_v3&utm_campaign=tportal_login${o}`,sign_up:`https://${e}.appfolio.com/connect/users/request_access?a=cw&utm_source=apmsites_v3&utm_campaign=tportal_self_signup${o}`},owner_portal:{log_in:`https://${e}.appfolio.com/oportal/users/log_in?a=cw&utm_source=apmsites_v3&utm_campaign=oportal_login${o}`,sign_up:`https://${e}.appfolio.com/oportal/users/sign_up?a=cw&utm_source=apmsites_v3&utm_campaign=oportal_self_signup${o}`}};switch(data.config.layout){case"pay-rent-button":!function(t){let e=$(element).find(".pay-rent-button");e.attr("href",t.pay_rent.log_in)}(n);break;case"portal-page":(function(t){if(data.config.tPortal){let e=$(element).find(".portal-page-layout .tportal .portal-button");e.attr("href",t.online_portal.log_in);let o=$(element).find(".portal-page-layout .tportal .sign-up-link");o.attr("href",t.online_portal.sign_up)}if(data.config.oPortal){let e=$(element).find(".portal-page-layout .oportal .portal-button");e.attr("href",t.owner_portal.log_in);let o=$(element).find(".portal-page-layout .oportal .sign-up-link");o.attr("href",t.owner_portal.sign_up)}})(n),t();break;case"footer-links":(function(t){if(data.config.tPortal){let e=$(element).find(".footer-links-layout .tportal .login-link");e.attr("href",t.online_portal.log_in);let o=$(element).find(".footer-links-layout .tportal .sign-up-link");o.attr("href",t.online_portal.sign_up)}if(data.config.oPortal){let e=$(element).find(".footer-links-layout .oportal .login-link");e.attr("href",t.owner_portal.log_in);let o=$(element).find(".footer-links-layout .oportal .sign-up-link");o.attr("href",t.owner_portal.sign_up)}})(n),t()}}}()}),$(element).find(".pay-rent-button").on("click",()=>gtag("event","Online Portal",{button_clicked:"Pay Rent Button"})),$(element).find(".portal-page-layout .tportal .sign-up-link").on("click",()=>gtag("event","Online Portal",{button_clicked:"Portal Page Get Started"})),$(element).find(".portal-page-layout .tportal .portal-button").on("click",()=>gtag("event","Online Portal",{button_clicked:"Portal Page Login"})),$(element).find(".portal-page-layout .oportal .sign-up-link").on("click",()=>gtag("event","Owner Portal",{button_clicked:"Portal Page Get Started"})),$(element).find(".portal-page-layout .oportal .portal-button").on("click",()=>gtag("event","Owner Portal",{button_clicked:"Portal Page Login"})),$(element).find(".footer-links-layout .tportal .sign-up-link").on("click",()=>gtag("event","Online Portal",{button_clicked:"Footer Get Started"})),$(element).find(".footer-links-layout .tportal .login-link").on("click",()=>gtag("event","Online Portal",{button_clicked:"Footer Login"})),$(element).find(".footer-links-layout .oportal .sign-up-link").on("click",()=>gtag("event","Owner Portal",{button_clicked:"Footer Get Started"})),$(element).find(".footer-links-layout .oportal .login-link").on("click",()=>gtag("event","Owner Portal",{button_clicked:"Footer Login"}))})();
    };
</script>
<script>
    window.customWidgetsFunctions["dc6c10203cb748908861f7aadb733c17~12"] = function (element, data, api) {
        null
    };
</script>
<script type="text/javascript">

    var d_version = "production_5441";
    var build = "2025-05-06T10_48_44";
    window['v' + 'ersion'] = d_version;

    function buildEditorParent() {
        window.isMultiScreen = true;
        window.editorParent = {};
        window.previewParent = {};
        window.assetsCacheQueryParam = "?version=2025-05-06T10_48_44";
        try {
            var _p = window.parent;
            if (_p && _p.document && _p.$ && _p.$.dmfw) {
                window.editorParent = _p;
            } else if (_p.isSitePreview) {
                window.previewParent = _p;
            }
        } catch (e) {

        }
    }

    buildEditorParent();
</script>

<!-- Load jQuery -->
<script type="text/javascript" id='d-js-jquery'
        src="https://static.cdn-website.com/libs/jquery/jquery-3.7.0.min.js"></script>
<!-- End Load jQuery -->
<!-- Injecting site-wide before scripts -->
<!-- End Injecting site-wide to the head -->


<script>
    var _jquery = window.$;

    var jqueryAliases = ['$', 'jquery', 'jQuery'];

    jqueryAliases.forEach((alias) => {
        Object.defineProperty(window, alias, {
            get() {
                return _jquery;
            },
            set() {
                console.warn("Trying to over-write the global jquery object!");
            }
        });
    });
    window.jQuery.migrateMute = true;
</script>
<script>
    window.cookiesNotificationMarkupPreview = 'null';
</script>

<!-- HEAD RT JS Include -->
<script id='d-js-params'>
    window.INSITE = window.INSITE || {};
    window.INSITE.device = "desktop";

    window.rtCommonProps = {};
    rtCommonProps["rt.ajax.ajaxScriptsFix"] =true;
    rtCommonProps["rt.pushnotifs.sslframe.encoded"] = 'aHR0cHM6Ly97c3ViZG9tYWlufS5wdXNoLW5vdGlmcy5jb20=';
    rtCommonProps["runtimecollector.url"] = 'https://rtc.multiscreensite.com';
    rtCommonProps["performance.tabletPreview.removeScroll"] = 'false';
    rtCommonProps["inlineEditGrid.snap"] =true;
    rtCommonProps["popup.insite.cookie.ttl"] = '0.5';
    rtCommonProps["rt.pushnotifs.force.button"] =true;
    rtCommonProps["common.mapbox.token"] = 'pk.eyJ1IjoiZGFubnliMTIzIiwiYSI6ImNqMGljZ256dzAwMDAycXBkdWxwbDgzeXYifQ.Ck5P-0NKPVKAZ6SH98gxxw';
    rtCommonProps["common.mapbox.js.override"] =false;
    rtCommonProps["common.here.appId"] = 'iYvDjIQ2quyEu0rg0hLo';
    rtCommonProps["common.here.appCode"] = '1hcIxLJcbybmtBYTD9Z1UA';
    rtCommonProps["isCoverage.test"] =false;
    rtCommonProps["ecommerce.ecwid.script"] = 'https://app.multiscreenstore.com/script.js';
    rtCommonProps["feature.flag.mappy.kml"] =false;
    rtCommonProps["common.resources.dist.cdn"] =true;
    rtCommonProps["common.build.dist.folder"] = 'production/5441';
    rtCommonProps["common.resources.cdn.host"] = 'https://static.cdn-website.com';
    rtCommonProps["common.resources.folder"] = 'https://static.cdn-website.com/mnlt/production/5441';
    rtCommonProps["feature.flag.runtime.backgroundSlider.preload.slowly"] =true;
    rtCommonProps["feature.flag.runtime.newAnimation.enabled"] =true;
    rtCommonProps["feature.flag.runtime.newAnimation.jitAnimation.enabled"] =true;
    rtCommonProps["feature.flag.sites.google.analytics.gtag"] =true;
    rtCommonProps["feature.flag.runOnReadyNewTask"] =true;
    rtCommonProps["isAutomation.test"] =false;

    
    rtCommonProps['common.mapsProvider'] = 'mapbox';
    
    rtCommonProps['common.mapsProvider.version'] = '0.52.0';
    rtCommonProps['common.geocodeProvider'] = 'mapbox';
    rtCommonProps['common.map.defaults.radiusSize'] = '1500';
    rtCommonProps['common.map.defaults.radiusBg'] = 'rgba(255, 255, 255, 0.4)';
    rtCommonProps['common.map.defaults.strokeColor'] = 'rgba(255, 255, 255, 1)';
    rtCommonProps['common.map.defaults.strokeSize'] = '2';
    rtCommonProps['server.for.resources'] = '';
    rtCommonProps['feature.flag.lazy.widgets'] = true;
    rtCommonProps['feature.flag.single.wow'] = false;
    rtCommonProps['feature.flag.disallowPopupsInEditor'] = true;
    rtCommonProps['feature.flag.mark.anchors'] = true;
    rtCommonProps['captcha.public.key'] = '6LffcBsUAAAAAMU-MYacU-6QHY4iDtUEYv_Ppwlz';
    rtCommonProps['captcha.invisible.public.key'] = '6LeiWB8UAAAAAHYnVJM7_-7ap6bXCUNGiv7bBPME';
    rtCommonProps["images.sizes.small"] =160;
    rtCommonProps["images.sizes.mobile"] =640;
    rtCommonProps["images.sizes.tablet"] =1280;
    rtCommonProps["images.sizes.desktop"] =1920;
    rtCommonProps["modules.resources.cdn"] =true;
    rtCommonProps["import.images.storage.imageCDN"] = 'https://lirp.cdn-website.com/';
    rtCommonProps["feature.flag.runtime.inp.threshold"] =150;
    rtCommonProps["feature.flag.performance.logs"] =true;
    rtCommonProps["site.widget.form.captcha.type"] = 'g_recaptcha';
    rtCommonProps["friendly.captcha.site.key"] = 'FCMGSQG9GVNMFS8K';
    rtCommonProps["cookiebot.mapbox.consent.category"] = 'marketing';
    // feature flags that's used out of runtime module (in  legacy files)
    rtCommonProps["platform.monolith.personalization.dateTimeCondition.popupMsgAction.moveToclient.enabled"] =true;

    window.rtFlags = {};
    rtFlags["unsuspendEcwidStoreOnRuntime.enabled"] =true;
    rtFlags["scripts.widgetCount.enabled"] =true;
    rtFlags["ecom.ecwidNewUrlStructure.enabled"] = false;
    rtFlags["ecom.ecwid.storefrontV3.enabled"] = true;
    rtFlags["ecom.ecwid.old.store.fix.facebook.share"] = true;
    rtFlags["feature.flag.photo.gallery.exact.size"] =true;
    rtFlags["geocode.search.localize"] =false;
    rtFlags["feature.flag.runtime.newAnimation.asyncInit.setTimeout.enabled"] =false;
    rtFlags["twitter.heightLimit.enabled"] = true;
    rtFlags["editor.classicHybrid.photogallery.fix"] =true;
    rtFlags["runtime.lottieOverflow"] =false;
    rtFlags["runtime.monitoring.sentry.ignoreErrors"] = "";
    rtFlags["contact.form.browserValidation.enabled"] =true;
    rtFlags["streamline.monolith.personalization.supportMultipleConditions.enabled"] =false;
    rtFlags["runtime.cwv.report.cls.enabled"] =true;
    rtFlags["editor.link.on.container"] =false;
    rtFlags["flex.runtime.popup.with.show"] =true;
    rtFlags["contact.form.useActiveForm"] =true;
    rtFlags["runtime.ssr.productStore.internal.observer"] =true;
    rtFlags["runtime.ssr.productCustomizations"] =true;
    rtFlags["flex.megaMenu.a11y"] =false;
</script>
<script src="https://static.cdn-website.com/mnlt/production/5441/_dm/s/rt/dist/scripts/d-js-one-runtime-unified-desktop.min.js"  id="d-js-core"></script>
<!-- End of HEAD RT JS Include -->
<script src="https://static.cdn-website.com/mnlt/production/5441/_dm/s/rt/dist/scripts/d-js-jquery-migrate.min.js" ></script>
<script>
    
    $(window).bind("orientationchange", function (e) {
        $.layoutManager.initLayout();
        
    });
    $(document).resize(function () {
        
    });
</script>
<script type="text/javascript" id="d_track_campaign">
(function() {
    if (!window.location.search) {
        return;
    }
	const cleanParams = window.location.search.substring(1); // Strip ?
	const queryParams = cleanParams.split('&');

	const expires = 'expires=' + new Date().getTime() + 24 * 60 * 60 * 1000;
	const domain = 'domain=' + window.location.hostname;
	const path = "path=/";

	queryParams.forEach((param) => {
		const [key, value = ''] = param.split('=');
		if (key.startsWith('utm_')) {
			const cookieName = "_dm_rt_" + key.substring(4);
			const cookie = cookieName + "=" + value;
			const joined = [cookie, expires, domain, path].join(";");
			document.cookie = joined;
		}
	});
}());
</script>
<script type="text/javascript" >
  var _dm_gaq = {};
  var _gaq = _gaq || [];
  var _dm_insite = [];
</script>

<script type="text/javascript" id="d_track_sp">
;(function(p,l,o,w,i,n,g){if(!p[i]){p.GlobalSnowplowNamespace=p.GlobalSnowplowNamespace||[];
p.GlobalSnowplowNamespace.push(i);p[i]=function(){(p[i].q=p[i].q||[]).push(arguments)
};p[i].q=p[i].q||[];n=l.createElement(o);g=l.getElementsByTagName(o)[0];n.async=1;
n.src=w;g.parentNode.insertBefore(n,g)}}(window,document,"script","//d32hwlnfiv2gyn.cloudfront.net/sp-2.0.0-dm-0.1.min.js","snowplow"));
window.dmsnowplow  = window.snowplow;

dmsnowplow('newTracker', 'cf', 'd32hwlnfiv2gyn.cloudfront.net', { // Initialise a tracker
  appId: '6ffbccd7'
});

// snowplow queries element styles so we wait until CSS calculations are done.
requestAnimationFrame(() => {
	dmsnowplow('trackPageView');
	_dm_insite.forEach((rule) => {
		// Specifically in popup only the client knows if it is shown or not so we don't always want to track its impression here
		// the tracking is in popup.js
		if (rule.actionName !== "popup") {
			dmsnowplow('trackStructEvent', 'insite', 'impression', rule.ruleType, rule.ruleId);
		}
		window?.waitForDeferred?.('dmAjax', () => {
			$.DM.events.trigger('event-ruleTriggered', {value: rule});
		});
	});
});
</script>
   <div style="display:none;" id="P6iryBW0Wu"></div>

<!-- photoswipe markup -->









<!-- Root element of PhotoSwipe. Must have class pswp. -->
<div class="pswp" tabindex="-1" role="dialog" aria-hidden="true">

    <!-- Background of PhotoSwipe. 
         It's a separate element as animating opacity is faster than rgba(). -->
    <div class="pswp__bg"></div>

    <!-- Slides wrapper with overflow:hidden. -->
    <div class="pswp__scroll-wrap">

        <!-- Container that holds slides. 
            PhotoSwipe keeps only 3 of them in the DOM to save memory.
            Don't modify these 3 pswp__item elements, data is added later on. -->
        <div class="pswp__container">
            <div class="pswp__item"></div>
            <div class="pswp__item"></div>
            <div class="pswp__item"></div>
        </div>

        <!-- Default (PhotoSwipeUI_Default) interface on top of sliding area. Can be changed. -->
        <div class="pswp__ui pswp__ui--hidden">

            <div class="pswp__top-bar">

                <!--  Controls are self-explanatory. Order can be changed. -->

                <div class="pswp__counter"></div>

                <button class="pswp__button pswp__button--close" title="Close (Esc)"></button>

                <button class="pswp__button pswp__button--share" title="Share"></button>

                <button class="pswp__button pswp__button--fs" title="Toggle fullscreen"></button>

                <button class="pswp__button pswp__button--zoom" title="Zoom in/out"></button>

                <!-- Preloader demo http://codepen.io/dimsemenov/pen/yyBWoR -->
                <!-- element will get class pswp__preloader--active when preloader is running -->
                <div class="pswp__preloader">
                    <div class="pswp__preloader__icn">
                      <div class="pswp__preloader__cut">
                        <div class="pswp__preloader__donut"></div>
                      </div>
                    </div>
                </div>
            </div>

            <div class="pswp__share-modal pswp__share-modal--hidden pswp__single-tap">
                <div class="pswp__share-tooltip"></div> 
            </div>

            <button class="pswp__button pswp__button--arrow--left" title="Previous (arrow left)">
            </button>

            <button class="pswp__button pswp__button--arrow--right" title="Next (arrow right)">
            </button>

            <div class="pswp__caption">
                <div class="pswp__caption__center"></div>
            </div>

        </div>

    </div>

</div>
<div id="fb-root"
        data-locale="en"></div>
<!-- Alias: 6ffbccd7 -->
<div class="dmPopupMask" id="dmPopupMask"></div>
<div id="dmPopup" class="dmPopup">
	<div class="dmPopupCloseWrapper"> <div class="dmPopupClose dm-common-icons-close oneIcon" onclick="dmHidePopup(event);"></div> </div>
 	<div class="dmPopupTitle"> <span></span> Share by:</div> 
	<div class="data"></div>
</div><script id="d_track_personalization">
	window?.waitForDeferred?.('dmAjax', () => {
		// Collects client data and updates cookies used by smart sites
		window.expireDays = 365;
		window.visitLength = 30 * 60000;
		$.setCookie("dm_timezone_offset", (new Date()).getTimezoneOffset(), window.expireDays);
			setSmartSiteCookiesInternal("dm_this_page_view","dm_last_page_view","dm_total_visits","dm_last_visit");
	});
</script>
<script type="text/javascript">
    
    Parameters.NavigationAreaParams.MoreButtonText = 'MORE';
    
    Parameters.NavigationAreaParams.LessButtonText = 'LESS';
    Parameters.HomeLinkText = 'Home';
    </script>
<!--  End Script tags -->
<!--  Site Wide Html Markup -->
<!--  Site Wide Html Markup -->
<!--  Begin Product Custom HTML Markup -->
<script src="https://cdn.appfoliowebsites.com/sites/resources/js/appfolio-global-scripts.js" defer></script><!--  End Product Custom HTML Markup -->
</body>
</html>
                               

Whois info of domain

Domain Name: TDHAZ.COM
Registry Domain ID: 2542408259_DOMAIN_COM-VRSN
Registrar WHOIS Server: whois.registrar.amazon
Registrar URL: http://registrar.amazon.com
Updated Date: 2024-05-24T23:07:38Z
Creation Date: 2020-06-28T18:45:12Z
Registry Expiry Date: 2025-06-28T18:45:12Z
Registrar: Amazon Registrar, Inc.
Registrar IANA ID: 468
Registrar Abuse Contact Email: [email protected]
Registrar Abuse Contact Phone: +1.2024422253
Domain Status: clientDeleteProhibited https://icann.org/epp#clientDeleteProhibited
Domain Status: clientTransferProhibited https://icann.org/epp#clientTransferProhibited
Domain Status: clientUpdateProhibited https://icann.org/epp#clientUpdateProhibited
Name Server: NS1.APMDNS.COM
Name Server: NS2.APMDNS.COM
Name Server: NS3.APMDNS.COM
Name Server: NS4.APMDNS.COM
DNSSEC: unsigned
URL of the ICANN Whois Inaccuracy Complaint Form: https://www.icann.org/wicf/
>>> Last update of whois database: 2025-05-06T22:27:23Z <<<
For more information on Whois status codes, please visit https://icann.org/epp
NOTICE: The expiration date displayed in this record is the date the
TERMS OF USE: You are not authorized to access or query our Whois
by the following terms of use: You agree that you may use this Data only
to: (1) allow, enable, or otherwise support the transmission of mass