
<!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.jamesapts.com/',
        AccountUUID: 'b53488935c9e4b648e5d0ed666d4a1aa',
        SystemID: 'US_DIRECT_PRODUCTION',
        SiteAlias: 'b1d1774a',
        SiteType: atob('RFVEQU9ORQ=='),
        PublicationDate: 'Fri Mar 31 20:00:17 UTC 2023',
        ExternalUid: 'Legacy',
        IsSiteMultilingual: false,
        InitialPostAlias: '',
        InitialPostPageUuid: '',
        InitialDynamicItem: '',
        DynamicPageInfo: {
            isDynamicPage: false,
            base64JsonRowData: 'null',
        },
        InitialPageAlias: 'tenant-portal',
        InitialPageUuid: '5592e56942f14a51931d0cc9e52b158a',
        InitialPageId: '511449983',
        InitialEncodedPageAlias: 'dGVuYW50LXBvcnRhbA==',
        InitialHeaderUuid: '61e5cdbc9c804aa684b65f221223366d',
        CurrentPageUrl: '',
        IsCurrentHomePage: false,
        AllowAjax: false,
        AfterAjaxCommand: null,
        HomeLinkText: 'Back To Home',
        UseGalleryModule: false,
        CurrentThemeName: 'Layout Theme',
        ThemeVersion: '890',
        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: -1,
            NavbarLiveHomePage: 'https://www.jamesapts.com/',
            BlockContainerSelector: '.dmBody',
            NavbarSelector: '#dmNav:has(a)',
            SubNavbarSelector: '#subnav_main'
        },
        hasCustomCode: false,
        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.jamesapts.com/tenant-portal">

<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="icon" type="image/x-icon" href="https://static.cdn-website.com/runtime/favicon_d1_res.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}
    

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






















<!-- Google Fonts Include -->













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



<link type="text/css" rel="stylesheet" href="https://irp.cdn-website.com/fonts/css2?family=Raleway:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Oswald:ital,wght@0,200..700;1,200..700&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&amp;subset=latin-ext&amp;display=swap"  />





<!-- RT CSS Include d-css-runtime-desktop-one-package-new-->
<link rel="stylesheet" type="text/css" href="https://static.cdn-website.com/mnlt/production/5341/_dm/s/rt/dist/css/d-css-runtime-desktop-one-package-new.min.css" />

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

<link type="text/css" rel="stylesheet" href="https://irp.cdn-website.com/WIDGET_CSS/215e27f6a3db901c59fcea7891917424.css" id="widgetCSS" />

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

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

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




<!-- Site CSS -->
<link type="text/css" rel="stylesheet" href="https://irp.cdn-website.com/b1d1774a/files/b1d1774a_1.min.css?v=5" id="siteGlobalCss" />



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


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

<style id="pagestyle" type="text/css">
    *#dm *.dmBody h1.u_1561850052
{
	color:rgba(255,255,255,1) !important;
}
*#dm *.dmBody *.u_1356581835:before
{
	opacity:0.5 !important;
	background-color:rgb(255,255,255) !important;
}
*#dm *.dmBody *.u_1356581835.before
{
	opacity:0.5 !important;
	background-color:rgb(255,255,255) !important;
}
*#dm *.dmBody *.u_1356581835>*.bgExtraLayerOverlay
{
	opacity:0.5 !important;
	background-color:rgb(255,255,255) !important;
}
*#dm *.dmBody div.u_1356581835:before
{
	background-color:rgba(80,80,80,1) !important;
}
*#dm *.dmBody div.u_1356581835.before
{
	background-color:rgba(80,80,80,1) !important;
}
*#dm *.dmBody div.u_1356581835>*.bgExtraLayerOverlay
{
	background-color:rgba(80,80,80,1) !important;
}
*#dm *.dmBody div.u_1356581835
{
	background-color:rgba(91,189,200,1) !important;
	background-repeat:no-repeat !important;
	background-image:url(https://lirp.cdn-website.com/md/dmip/dms3rep/multi/opt/man-talking-phone-2880w.jpg) !important;
	background-size:cover !important;
}
*#dm *.dmBody div.u_1387655567
{
	background-color:rgba(255,255,255,0.95) !important;
	border-style:solid !important;
	border-width:0 !important;
	box-shadow:none !important;
	-moz-box-shadow:none !important;
	-webkit-box-shadow:none !important;
}
*#dm *.dmBody div.u_1181798672
{
	background-color:rgba(255,255,255,1) !important;
	background-repeat:no-repeat !important;
	background-image:none !important;
	background-size:cover !important;
}
*#dm *.dmBody div.u_1238811645
{
	background-color:rgba(255,255,255,1) !important;
}
*#dm *.dmBody div.u_1147952650
{
	border-radius:0 !important;
	-moz-border-radius:0 !important;
	-webkit-border-radius:0 !important;
}
*#dm *.dmBody div.u_1147952650 *.svg
{
	color:rgba(48,62,77,1) !important;
	fill:rgba(48,62,77,1) !important;
}
*#dm *.dmBody h1.u_1802558930
{
	color:rgba(255,255,255,1) !important;
}
*#dm *.dmBody h3.u_1315571974
{
	font-family:Oswald !important;
	font-style:normal !important;
	color:rgba(255,255,255,1) !important;
}
*#dm *.dmBody div.u_1429773055
{
	color:rgba(255,255,255,1) !important;
}
*#dm *.dmBody div.u_1788849763
{
	background-color:rgba(48,62,77,0.5) !important;
}
*#dm *.dmBody div.u_1034291677
{
	color:rgba(48,62,77,0.5) !important;
}
*#dm *.dmBody div.u_1469718826
{
	color:rgba(48,62,77,0.5) !important;
}
*#dm *.dmBody div.u_1675379857
{
	color:rgba(48,62,77,0.5) !important;
}
*#dm *.dmBody div.u_1774696554
{
	color:rgba(48,62,77,0.5) !important;
}
*#dm *.dmBody div.u_1893151741 img[dm_changed]
{
	box-shadow:none !important;
	-moz-box-shadow:none !important;
	-webkit-box-shadow:none !important;
}
*#dm *.dmBody div.u_1893151741 img
{
	box-shadow:none !important;
	-moz-box-shadow:none !important;
	-webkit-box-shadow:none !important;
}
*#dm *.dmBody div.u_1349965422
{
	color:rgba(86,86,86,1) !important;
}
*#dm *.dmBody *.u_1802558930
{
	text-align:CENTER !important;
}
*#dm *.dmBody *.u_1802558930 *.rteBlock
{
	text-align:CENTER !important;
}
*#dm *.dmBody h3.u_1802558930
{
	color:rgba(255,255,255,1) !important;
}
*#dm *.dmBody div.u_1864588913
{
	color:rgba(255,255,255,1) !important;
	font-weight:normal !important;
	font-family:Roboto !important;
}
*#dm *.dmBody *.u_1315571974
{
	text-align:CENTER !important;
}
*#dm *.dmBody *.u_1315571974 *.rteBlock
{
	text-align:CENTER !important;
}
*.u_1977015224
{
	background-image:none !important;
	background-color:rgba(0,0,0,0) !important;
	background-position:0 0 !important;
	background-size:auto !important;
	background-repeat:repeat !important;
	padding-top:40px !important;
	padding-bottom:40px !important;
	padding-right:10px !important;
	padding-left:10px !important;
	margin:0 !important;
	text-align:center !important;
	color:rgb(51,51,51) !important;
}
*.u_1581989016
{
	background-image:none !important;
	background-color:rgba(0,0,0,0) !important;
	background-position:0 0 !important;
	background-size:auto !important;
	background-repeat:repeat !important;
	padding-top:0 !important;
	padding-bottom:0 !important;
	padding-right:8.65625px !important;
	padding-left:0 !important;
	margin:0 !important;
	text-align:center !important;
	color:rgb(51,51,51) !important;
}
*.u_1230196777
{
	background-image:none !important;
	background-color:rgba(0,0,0,0) !important;
	background-position:0 0 !important;
	background-size:auto !important;
	background-repeat:repeat !important;
	padding-top:0 !important;
	padding-bottom:0 !important;
	padding-right:8.65625px !important;
	padding-left:0 !important;
	margin:0 !important;
	text-align:center !important;
	color:rgb(51,51,51) !important;
}
*.u_1474642036
{
	background-image:url(https://lirp.cdn-website.com/b1d1774a/dms3rep/multi/opt/Online__Tenant_Portal-2880w.jpg) !important;
	background-color:rgba(0,0,0,0) !important;
	background-position:100% 50% !important;
	background-size:contain !important;
	background-repeat:no-repeat !important;
	padding-top:0 !important;
	padding-bottom:0 !important;
	padding-right:26.8906px !important;
	padding-left:0 !important;
	margin:0 !important;
	text-align:center !important;
	color:rgb(51,51,51) !important;
}
*.u_1168307320
{
	background-image:none !important;
	background-color:rgba(0,0,0,0) !important;
	background-position:0 0 !important;
	background-size:auto !important;
	background-repeat:repeat !important;
	padding-top:0 !important;
	padding-bottom:0 !important;
	padding-right:14.3906px !important;
	padding-left:0 !important;
	margin:0 !important;
	text-align:start !important;
	color:rgb(51,51,51) !important;
}
*.u_1068348127
{
	background-image:none !important;
	background-color:rgba(0,0,0,0) !important;
	background-position:0 0 !important;
	background-size:auto !important;
	background-repeat:repeat !important;
	padding-top:0 !important;
	padding-bottom:0 !important;
	padding-right:0 !important;
	padding-left:8.65625px !important;
	margin:0 !important;
	text-align:center !important;
	color:rgb(51,51,51) !important;
}
*.u_1505489945
{
	background-image:none !important;
	background-color:rgba(0,0,0,0) !important;
	background-position:0 0 !important;
	background-size:auto !important;
	background-repeat:repeat !important;
	padding-top:0 !important;
	padding-bottom:0 !important;
	padding-right:0 !important;
	padding-left:8.65625px !important;
	margin:0 !important;
	text-align:center !important;
	color:rgb(51,51,51) !important;
}
*.u_1387655567
{
	background-image:none !important;
	background-color:rgba(255,255,255,0.95) !important;
	background-position:0 0 !important;
	background-size:auto !important;
	background-repeat:repeat !important;
	padding-top:50px !important;
	padding-bottom:30px !important;
	padding-right:0 !important;
	padding-left:0 !important;
	margin:0 !important;
	text-align:center !important;
	color:rgb(51,51,51) !important;
}
*.u_1371432307
{
	background-image:none !important;
	background-color:rgba(0,0,0,0) !important;
	background-position:0 0 !important;
	background-size:auto !important;
	background-repeat:repeat !important;
	padding-top:0 !important;
	padding-bottom:0 !important;
	padding-right:0 !important;
	padding-left:8.65625px !important;
	margin:0 !important;
	text-align:center !important;
	color:rgb(51,51,51) !important;
}
*.u_1766105111
{
	background-image:none !important;
	background-color:rgba(0,0,0,0) !important;
	background-position:0 0 !important;
	background-size:auto !important;
	background-repeat:repeat !important;
	padding-top:0 !important;
	padding-bottom:0 !important;
	padding-right:6.07812px !important;
	padding-left:0 !important;
	margin:0 !important;
	text-align:start !important;
	color:rgb(51,51,51) !important;
}
*.u_1741162591
{
	background-image:none !important;
	background-color:rgb(58,109,131) !important;
	background-position:0 0 !important;
	background-size:auto !important;
	background-repeat:repeat !important;
	padding-top:40px !important;
	padding-bottom:40px !important;
	padding-right:0 !important;
	padding-left:0 !important;
	margin:0 !important;
	text-align:start !important;
	color:rgb(51,51,51) !important;
}
*.u_1788849763
{
	background-image:none !important;
	background-color:rgba(48,62,77,0.5) !important;
	background-position:0 0 !important;
	background-size:auto !important;
	background-repeat:repeat !important;
	padding-top:20px !important;
	padding-bottom:0 !important;
	padding-right:14.3906px !important;
	padding-left:20px !important;
	margin:0 !important;
	text-align:center !important;
	color:rgb(51,51,51) !important;
}
*.u_1764077896
{
	background-image:none !important;
	background-color:rgba(0,0,0,0) !important;
	background-position:0 0 !important;
	background-size:auto !important;
	background-repeat:repeat !important;
	padding-top:40px !important;
	padding-bottom:40px !important;
	padding-right:10px !important;
	padding-left:10px !important;
	margin:0 !important;
	text-align:center !important;
	color:rgb(51,51,51) !important;
}
*.u_1941511996
{
	background-image:none !important;
	background-color:rgba(0,0,0,0) !important;
	background-position:0 0 !important;
	background-size:auto !important;
	background-repeat:repeat !important;
	padding-top:0 !important;
	padding-bottom:0 !important;
	padding-right:0 !important;
	padding-left:0 !important;
	margin:0 !important;
	text-align:start !important;
	color:rgb(51,51,51) !important;
}
*.u_1356581835
{
	background-image:url(https://lirp.cdn-website.com/md/dmip/dms3rep/multi/opt/man-talking-phone-2880w.jpg) !important;
	background-color:rgb(91,189,200) !important;
	background-position:50% 100% !important;
	background-size:cover !important;
	background-repeat:no-repeat !important;
	padding-top:98px !important;
	padding-bottom:98px !important;
	padding-right:30px !important;
	padding-left:30px !important;
	margin:0 !important;
	text-align:center !important;
	color:rgb(51,51,51) !important;
}
*.u_1221011716
{
	background-image:none !important;
	background-color:rgba(0,0,0,0) !important;
	background-position:0 0 !important;
	background-size:auto !important;
	background-repeat:repeat !important;
	padding-top:0 !important;
	padding-bottom:0 !important;
	padding-right:8.65625px !important;
	padding-left:0 !important;
	margin:0 !important;
	text-align:center !important;
	color:rgb(51,51,51) !important;
}
*.u_1238811645
{
	background-image:none !important;
	background-color:rgb(255,255,255) !important;
	background-position:0 0 !important;
	background-size:auto !important;
	background-repeat:repeat !important;
	padding-top:70px !important;
	padding-bottom:15px !important;
	padding-right:30px !important;
	padding-left:30px !important;
	margin:0 !important;
	text-align:start !important;
	color:rgb(51,51,51) !important;
}
*.u_1106846453
{
	background-image:none !important;
	background-color:rgba(0,0,0,0) !important;
	background-position:0 0 !important;
	background-size:auto !important;
	background-repeat:repeat !important;
	padding-top:0 !important;
	padding-bottom:0 !important;
	padding-right:0 !important;
	padding-left:8.65625px !important;
	margin:0 !important;
	text-align:center !important;
	color:rgb(51,51,51) !important;
}
*.u_1195955295
{
	background-image:none !important;
	background-color:rgba(0,0,0,0) !important;
	background-position:0 0 !important;
	background-size:auto !important;
	background-repeat:repeat !important;
	padding-top:0 !important;
	padding-bottom:0 !important;
	padding-right:8.65625px !important;
	padding-left:0 !important;
	margin:0 !important;
	text-align:center !important;
	color:rgb(51,51,51) !important;
}
*.u_1181798672
{
	background-image:none !important;
	background-color:rgb(255,255,255) !important;
	background-position:50% 50% !important;
	background-size:cover !important;
	background-repeat:no-repeat !important;
	padding-top:49.5px !important;
	padding-bottom:99.5px !important;
	padding-right:80px !important;
	padding-left:80px !important;
	margin:0 !important;
	text-align:center !important;
	color:rgb(51,51,51) !important;
}
*.u_1885566485
{
	background-image:none !important;
	background-color:rgba(0,0,0,0) !important;
	background-position:0 0 !important;
	background-size:auto !important;
	background-repeat:repeat !important;
	padding-top:0 !important;
	padding-bottom:0 !important;
	padding-right:0 !important;
	padding-left:14.3906px !important;
	margin:0 !important;
	text-align:start !important;
	color:rgb(51,51,51) !important;
}
*.u_1522905134
{
	background-image:none !important;
	background-color:rgba(0,0,0,0) !important;
	background-position:0 0 !important;
	background-size:auto !important;
	background-repeat:repeat !important;
	padding-top:0 !important;
	padding-bottom:0 !important;
	padding-right:0 !important;
	padding-left:6.07812px !important;
	margin:0 !important;
	text-align:start !important;
	color:rgb(51,51,51) !important;
}
*#dm *.dmBody div.u_1474642036
{
	background-repeat:no-repeat !important;
	background-image:url(https://lirp.cdn-website.com/b1d1774a/dms3rep/multi/opt/NEW-online-portal-devices-v1-2880w.png) !important;
	background-size:cover !important;
}
*#dm *.dmBody div.u_1446708210 *.svg
{
	color:rgba(35,107,157,1) !important;
	fill:rgba(35,107,157,1) !important;
}
*#dm *.dmBody div.u_1062374016 *.svg
{
	color:rgba(35,107,157,1) !important;
	fill:rgba(35,107,157,1) !important;
}
*#dm *.dmBody div.u_1608204598 *.svg
{
	color:rgba(35,107,157,1) !important;
	fill:rgba(35,107,157,1) !important;
}
*#dm *.dmBody div.u_1199733207 *.svg
{
	color:rgba(35,107,157,1) !important;
	fill:rgba(35,107,157,1) !important;
}
*.u_1180849251
{
	background-image:none !important;
	background-color:rgba(0,0,0,0) !important;
	background-position:0 0 !important;
	background-size:auto !important;
	background-repeat:repeat !important;
	padding-top:0 !important;
	padding-bottom:0 !important;
	padding-right:0 !important;
	padding-left:14.3906px !important;
	margin:0 !important;
	text-align:start !important;
	color:rgb(68,68,68) !important;
}
*.u_1815776648
{
	background-image:none !important;
	background-color:rgba(0,0,0,0) !important;
	background-position:0 0 !important;
	background-size:auto !important;
	background-repeat:repeat !important;
	padding-top:0 !important;
	padding-bottom:0 !important;
	padding-right:14.3906px !important;
	padding-left:0 !important;
	margin:0 !important;
	text-align:start !important;
	color:rgb(68,68,68) !important;
}
*#dm *.dmBody a.u_1792813976 span.text
{
	color:rgba(0,0,0,1) !important;
}
*#dm *.dmBody a.u_1792813976 *.iconBg
{
	display:inline !important;
}
*#dm *.dmBody a.u_1792813976 span.icon
{
	color:rgba(0,0,0,1) !important;
	fill:rgba(0,0,0,1) !important;
}
*.u_1183403244
{
	background-image:none !important;
	background-color:rgb(69,94,109) !important;
	background-position:0 0 !important;
	background-size:auto !important;
	background-repeat:repeat !important;
	padding-top:0 !important;
	padding-bottom:0 !important;
	padding-right:20px !important;
	padding-left:20px !important;
	margin:0 !important;
	text-align:start !important;
	color:rgb(68,68,68) !important;
	box-shadow:inset 1px 8px 14px -9px !important;
}
*#dm *.dmBody div.u_1183403244
{
	background-color:rgba(65,22,10,1) !important;
}
*#dm *.dmBody a.u_1792813976:hover
{
	background-image:none !important;
	background-color:rgba(238,238,238,1) !important;
}
*#dm *.dmBody a.u_1792813976.hover
{
	background-image:none !important;
	background-color:rgba(238,238,238,1) !important;
}
*#dm *.dmBody a.u_1792813976
{
	background-color:rgba(255,255,255,1) !important;
	border-radius:10px !important;
	-moz-border-radius:10px !important;
	-webkit-border-radius:10px !important;
}
*#dm *.dmBody div.u_1722912097 .portal-button
{
	background-color:rgba(51,51,51,1) !important;
}
*#dm *.dmBody div.u_1722912097 #tportal
{
	color:rgba(68,68,68,1) !important;
}
*#dm *.dmBody div.u_1722912097 #tportal a
{
	color:rgba(68,68,68,1) !important;
}
*#dm *.dmBody div.u_1722912097 #oportal
{
	color:rgba(68,68,68,1) !important;
}
*#dm *.dmBody div.u_1722912097 #oportal a
{
	color:rgba(68,68,68,1) !important;
}
*#dm *.dmBody div.u_1722912097 .portal-heading
{
	color:rgba(68,68,68,1) !important;
}
*#dm *.dmBody div.u_1741162591
{
	background-color:rgba(65, 22, 10, 1) !important;
}

</style>

<style id="pagestyleDevice" type="text/css">
    
*#dm *.dmBody div.u_1356581835
{
	background-color:rgba(91,189,200,1) !important;
	background-repeat:no-repeat !important;
	background-image:url(https://lirp.cdn-website.com/md/dmip/dms3rep/multi/opt/man-talking-phone-2880w.jpg) !important;
	background-size:cover !important;
}
*.u_1474642036
{
	background-image:url(https://lirp.cdn-website.com/b1d1774a/dms3rep/multi/opt/Online__Tenant_Portal-2880w.jpg) !important;
	background-color:rgba(0,0,0,0) !important;
	background-position:100% 50% !important;
	background-size:contain !important;
	background-repeat:no-repeat !important;
	padding-top:0 !important;
	padding-bottom:0 !important;
	padding-right:26.8906px !important;
	padding-left:0 !important;
	margin:0 !important;
	text-align:center !important;
	color:rgb(51,51,51) !important;
}
*.u_1356581835
{
	background-image:url(https://lirp.cdn-website.com/md/dmip/dms3rep/multi/opt/man-talking-phone-2880w.jpg) !important;
	background-color:rgb(91,189,200) !important;
	background-position:50% 100% !important;
	background-size:cover !important;
	background-repeat:no-repeat !important;
	padding-top:98px !important;
	padding-bottom:98px !important;
	padding-right:30px !important;
	padding-left:30px !important;
	margin:0 !important;
	text-align:center !important;
	color:rgb(51,51,51) !important;
}
*#dm *.dmBody div.u_1474642036
{
	background-repeat:no-repeat !important;
	background-image:url(https://lirp.cdn-website.com/b1d1774a/dms3rep/multi/opt/NEW-online-portal-devices-v1-2880w.png) !important;
	background-size:cover !important;
}@media all and (min-width:1920px), all and (-webkit-min-device-pixel-ratio: 1.5), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {

*#dm *.dmBody div.u_1356581835
{
	background-color:rgba(91,189,200,1) !important;
	background-repeat:no-repeat !important;
	background-image:url(https://lirp.cdn-website.com/md/dmip/dms3rep/multi/opt/man-talking-phone-2880w.jpg) !important;
	background-size:cover !important;
}
*.u_1474642036
{
	background-image:url(https://lirp.cdn-website.com/b1d1774a/dms3rep/multi/opt/Online__Tenant_Portal-2880w.jpg) !important;
	background-color:rgba(0,0,0,0) !important;
	background-position:100% 50% !important;
	background-size:contain !important;
	background-repeat:no-repeat !important;
	padding-top:0 !important;
	padding-bottom:0 !important;
	padding-right:26.8906px !important;
	padding-left:0 !important;
	margin:0 !important;
	text-align:center !important;
	color:rgb(51,51,51) !important;
}
*.u_1356581835
{
	background-image:url(https://lirp.cdn-website.com/md/dmip/dms3rep/multi/opt/man-talking-phone-2880w.jpg) !important;
	background-color:rgb(91,189,200) !important;
	background-position:50% 100% !important;
	background-size:cover !important;
	background-repeat:no-repeat !important;
	padding-top:98px !important;
	padding-bottom:98px !important;
	padding-right:30px !important;
	padding-left:30px !important;
	margin:0 !important;
	text-align:center !important;
	color:rgb(51,51,51) !important;
}
*#dm *.dmBody div.u_1474642036
{
	background-repeat:no-repeat !important;
	background-image:url(https://lirp.cdn-website.com/b1d1774a/dms3rep/multi/opt/NEW-online-portal-devices-v1-2880w.png) !important;
	background-size:cover !important;
}
}
*#dm *.dmBody h3.u_1416637325
{
	float:none !important;
	top:0 !important;
	left:0 !important;
	width:100% !important;
	position:relative !important;
	height:auto !important;
	padding-top:2px !important;
	padding-left:0 !important;
	padding-bottom:2px !important;
	max-width:100% !important;
	padding-right:0 !important;
	min-width:0 !important;
	text-align:left !important;
	display:block !important;
}
*#dm *.dmBody h3.u_1903209433
{
	float:none !important;
	top:0 !important;
	left:0 !important;
	width:100% !important;
	position:relative !important;
	height:auto !important;
	padding-top:2px !important;
	padding-left:0 !important;
	padding-bottom:2px !important;
	max-width:100% !important;
	padding-right:0 !important;
	min-width:0 !important;
	text-align:left !important;
	display:block !important;
}
*#dm *.dmBody h3.u_1070550380
{
	float:none !important;
	top:0 !important;
	left:0 !important;
	width:100% !important;
	position:relative !important;
	height:auto !important;
	padding-top:2px !important;
	padding-left:0 !important;
	padding-bottom:2px !important;
	max-width:100% !important;
	padding-right:0 !important;
	min-width:0 !important;
	text-align:left !important;
	display:block !important;
}
*#dm *.dmBody div.u_1474642036
{
	background-position:100% 50% !important;
	background-repeat:no-repeat !important;
	background-size:contain !important;
	padding-top:0 !important;
}
*#dm *.dmBody div.u_1675379857
{
	float:none !important;
	top:0 !important;
	left:0 !important;
	width:100% !important;
	position:relative !important;
	height:auto !important;
	padding-top:2px !important;
	padding-left:0 !important;
	padding-bottom:2px !important;
	max-width:calc(100% - 0px) !important;
	padding-right:0 !important;
	min-width:25px !important;
	text-align:left !important;
	display:block !important;
	margin-right:0 !important;
	margin-left:0 !important;
	margin-top:-1px !important;
	margin-bottom:8px !important;
}
*#dm *.dmBody h3.u_1091342300
{
	float:none !important;
	top:0 !important;
	left:0 !important;
	width:100% !important;
	position:relative !important;
	height:auto !important;
	padding-top:2px !important;
	padding-left:0 !important;
	padding-bottom:2px !important;
	max-width:100% !important;
	padding-right:0 !important;
	min-width:0 !important;
	text-align:left !important;
	display:block !important;
}
*#dm *.dmBody h2.u_1091342300
{
	display:block !important;
	float:none !important;
	top:0 !important;
	left:0 !important;
	width:100% !important;
	position:relative !important;
	height:auto !important;
	padding-top:2px !important;
	padding-left:0 !important;
	padding-bottom:2px !important;
	max-width:100% !important;
	padding-right:0 !important;
	min-width:0 !important;
	text-align:center !important;
	margin-right:auto !important;
	margin-left:auto !important;
	margin-top:8px !important;
	margin-bottom:8px !important;
}
*#dm *.dmBody div.u_1977015224
{
	padding-right:10px !important;
	padding-left:10px !important;
	padding-top:40px !important;
	padding-bottom:40px !important;
}
*#dm *.dmBody div.u_1764077896
{
	padding-right:10px !important;
	padding-left:10px !important;
	padding-top:40px !important;
	padding-bottom:40px !important;
}
*#dm *.dmBody div.u_1238811645
{
	padding-top:70px !important;
}
*#dm *.dmBody div.u_1919452939
{
	padding-top:0 !important;
	margin-left:auto !important;
	padding-left:0 !important;
	padding-bottom:0 !important;
	margin-top:7px !important;
	margin-bottom:0 !important;
	padding-right:0 !important;
	margin-right:auto !important;
	float:none !important;
	top:0 !important;
	left:0 !important;
	width:100% !important;
	position:relative !important;
	height:auto !important;
	max-width:none !important;
	min-width:0 !important;
	text-align:center !important;
}
*#dm *.dmBody div.u_1362099505
{
	padding-top:0 !important;
	margin-left:auto !important;
	padding-left:0 !important;
	padding-bottom:0 !important;
	margin-top:9px !important;
	margin-bottom:0 !important;
	padding-right:0 !important;
	margin-right:auto !important;
	float:none !important;
	top:0 !important;
	left:0 !important;
	width:100% !important;
	position:relative !important;
	height:auto !important;
	max-width:none !important;
	min-width:0 !important;
	text-align:center !important;
}
*#dm *.dmBody div.u_1469718826
{
	float:none !important;
	top:0 !important;
	left:0 !important;
	width:calc(100% - 0px) !important;
	position:relative !important;
	height:auto !important;
	padding-top:2px !important;
	padding-left:0 !important;
	padding-bottom:2px !important;
	max-width:100% !important;
	padding-right:0 !important;
	min-width:25px !important;
	text-align:left !important;
	display:block !important;
	margin-right:0 !important;
	margin-left:0 !important;
	margin-top:-1px !important;
	margin-bottom:8px !important;
}
*#dm *.dmBody h3.u_1706942982
{
	float:none !important;
	top:0 !important;
	left:0 !important;
	width:100% !important;
	position:relative !important;
	height:auto !important;
	padding-top:2px !important;
	padding-left:0 !important;
	padding-bottom:2px !important;
	max-width:100% !important;
	padding-right:0 !important;
	min-width:0 !important;
	text-align:left !important;
	display:block !important;
}
*#dm *.dmBody div.u_1932286205
{
	padding-top:0 !important;
	margin-left:0 !important;
	padding-left:0 !important;
	padding-bottom:0 !important;
	margin-top:0 !important;
	margin-bottom:30px !important;
	padding-right:0 !important;
	margin-right:0 !important;
}
*#dm *.dmBody div.u_1707209576
{
	padding-top:0 !important;
	margin-left:auto !important;
	padding-left:0 !important;
	padding-bottom:0 !important;
	margin-top:0 !important;
	margin-bottom:30px !important;
	padding-right:0 !important;
	margin-right:auto !important;
	float:none !important;
	top:0 !important;
	left:0 !important;
	width:100% !important;
	position:relative !important;
	height:auto !important;
	max-width:none !important;
	min-width:0 !important;
	text-align:center !important;
}
*#dm *.dmBody div.u_1181798672
{
	float:none !important;
	top:0 !important;
	left:0 !important;
	width:auto !important;
	position:relative !important;
	height:auto !important;
	padding-top:49.5px !important;
	padding-left:80px !important;
	padding-bottom:99.5px !important;
	max-width:100% !important;
	padding-right:80px !important;
	min-width:0 !important;
	text-align:center !important;
	background-position:50% 50% !important;
	background-repeat:no-repeat !important;
	background-size:cover !important;
	background-attachment:initial !important;
	margin-right:0 !important;
	margin-left:0 !important;
	margin-top:0 !important;
	margin-bottom:0 !important;
}
*#dm *.dmBody h3.u_1315571974
{
	font-size:36px !important;
}
*#dm *.dmBody div.u_1429773055
{
	font-size:20px !important;
}
*#dm *.dmBody h1.u_1802558930
{
	display:block !important;
	float:none !important;
	top:0 !important;
	left:0 !important;
	width:465.609px !important;
	position:relative !important;
	height:auto !important;
	padding-top:2px !important;
	padding-left:0 !important;
	padding-bottom:2px !important;
	margin-right:auto !important;
	margin-left:auto !important;
	max-width:100% !important;
	margin-top:0 !important;
	margin-bottom:0 !important;
	padding-right:0 !important;
	min-width:0 !important;
	text-align:center !important;
}
*#dm *.dmBody div.u_1522905134
{
	padding-top:0 !important;
}
*#dm *.dmBody div.u_1365342799
{
	width:calc(100% - 76px) !important;
	height:45px !important;
	display:block !important;
	float:none !important;
	top:0 !important;
	left:0 !important;
	position:relative !important;
	padding-top:0 !important;
	padding-left:0 !important;
	padding-bottom:0 !important;
	margin-right:0 !important;
	margin-left:76.7188px !important;
	max-width:120px !important;
	margin-top:0 !important;
	margin-bottom:0 !important;
	padding-right:0 !important;
	min-width:25px !important;
	text-align:center !important;
}
*#dm *.dmBody div.u_1306956980
{
	padding-top:0 !important;
	padding-bottom:0 !important;
	margin-top:20px !important;
}
*#dm *.dmBody div.u_1199733207
{
	width:calc(100% - 23px) !important;
	height:63px !important;
	display:block !important;
	float:none !important;
	top:0 !important;
	left:0 !important;
	position:relative !important;
	padding-top:0 !important;
	padding-left:0 !important;
	padding-bottom:0 !important;
	max-width:79.5312px !important;
	padding-right:0 !important;
	min-width:25px !important;
	text-align:center !important;
	margin-right:auto !important;
	margin-left:auto !important;
	margin-top:10px !important;
	margin-bottom:10px !important;
}
*#dm *.dmBody div.u_1062374016
{
	width:calc(100% - 35px) !important;
	height:64px !important;
	display:block !important;
	float:none !important;
	top:0 !important;
	left:0 !important;
	position:relative !important;
	padding-top:0 !important;
	padding-left:0 !important;
	padding-bottom:0 !important;
	max-width:57px !important;
	padding-right:0 !important;
	min-width:25px !important;
	text-align:center !important;
	margin-right:auto !important;
	margin-left:auto !important;
	margin-top:8px !important;
	margin-bottom:10px !important;
}
*#dm *.dmBody div.u_1608204598
{
	width:calc(100% - 24px) !important;
	height:68px !important;
	display:block !important;
	float:none !important;
	top:0 !important;
	left:0 !important;
	position:relative !important;
	padding-top:0 !important;
	padding-left:0 !important;
	padding-bottom:0 !important;
	margin-right:auto !important;
	margin-left:auto !important;
	max-width:78.9688px !important;
	margin-top:10px !important;
	margin-bottom:10px !important;
	padding-right:0 !important;
	min-width:25px !important;
	text-align:center !important;
}
*#dm *.dmBody div.u_1446708210
{
	width:calc(100% - 29px) !important;
	height:67px !important;
	display:block !important;
	float:none !important;
	top:0 !important;
	left:0 !important;
	position:relative !important;
	padding-top:0 !important;
	padding-left:0 !important;
	padding-bottom:0 !important;
	max-width:68px !important;
	padding-right:0 !important;
	min-width:25px !important;
	text-align:center !important;
	margin-right:auto !important;
	margin-left:auto !important;
	margin-top:10px !important;
	margin-bottom:10px !important;
}
*#dm *.dmBody div.u_1741162591
{
	float:none !important;
	top:0 !important;
	left:0 !important;
	width:auto !important;
	position:relative !important;
	height:auto !important;
	padding-top:40px !important;
	padding-left:0 !important;
	padding-bottom:40px !important;
	margin-right:0 !important;
	margin-left:0 !important;
	max-width:100% !important;
	margin-top:0 !important;
	margin-bottom:0 !important;
	padding-right:0 !important;
	min-width:0 !important;
	text-align:start !important;
}
*#dm *.dmBody h3.u_1802558930
{
	display:block !important;
	float:none !important;
	top:0 !important;
	left:0 !important;
	width:calc(100% - 0px) !important;
	position:relative !important;
	height:auto !important;
	padding-top:2px !important;
	padding-left:0 !important;
	padding-bottom:2px !important;
	margin-right:auto !important;
	margin-left:auto !important;
	max-width:100% !important;
	margin-top:52px !important;
	margin-bottom:8px !important;
	padding-right:0 !important;
	min-width:25px !important;
}
*#dm *.dmBody div.u_1034291677
{
	float:none !important;
	top:0 !important;
	left:0 !important;
	width:calc(100% - 0px) !important;
	position:relative !important;
	height:auto !important;
	padding-top:2px !important;
	padding-left:0 !important;
	padding-bottom:2px !important;
	max-width:100% !important;
	padding-right:0 !important;
	min-width:25px !important;
	text-align:center !important;
	display:block !important;
	margin-right:auto !important;
	margin-left:auto !important;
	margin-top:-8px !important;
	margin-bottom:8px !important;
	font-size:20px !important;
}
*#dm *.dmBody div.u_1349965422
{
	display:block !important;
	float:none !important;
	top:0 !important;
	left:0 !important;
	width:411.844px !important;
	position:relative !important;
	height:auto !important;
	padding-top:2px !important;
	padding-left:0 !important;
	padding-bottom:2px !important;
	max-width:100% !important;
	padding-right:0 !important;
	min-width:0 !important;
	text-align:left !important;
	margin-right:auto !important;
	margin-left:0 !important;
	margin-top:0 !important;
	margin-bottom:8px !important;
}
*#dm *.dmBody div.u_1774696554
{
	display:block !important;
	float:none !important;
	top:0 !important;
	left:0 !important;
	width:411.844px !important;
	position:relative !important;
	height:auto !important;
	padding-top:2px !important;
	padding-left:0 !important;
	padding-bottom:2px !important;
	max-width:100% !important;
	padding-right:0 !important;
	min-width:0 !important;
	text-align:center !important;
	margin-right:auto !important;
	margin-left:auto !important;
	margin-top:8px !important;
	margin-bottom:8px !important;
}
*#dm *.dmBody h2.u_1315571974
{
	float:none !important;
	top:0 !important;
	left:0 !important;
	width:calc(100% - 0px) !important;
	position:relative !important;
	height:auto !important;
	padding-top:2px !important;
	padding-left:0 !important;
	padding-bottom:2px !important;
	margin-right:0 !important;
	margin-left:0 !important;
	max-width:100% !important;
	margin-top:78px !important;
	margin-bottom:8px !important;
	padding-right:0 !important;
	min-width:25px !important;
}
*#dm *.dmBody div.u_1864588913
{
	font-size:20px !important;
	padding-top:2px !important;
	float:none !important;
	top:0 !important;
	left:0 !important;
	width:calc(100% - 0px) !important;
	position:relative !important;
	height:auto !important;
	padding-left:0 !important;
	padding-bottom:2px !important;
	margin-right:0 !important;
	margin-left:0 !important;
	max-width:100% !important;
	margin-top:0 !important;
	margin-bottom:8px !important;
	padding-right:0 !important;
	min-width:25px !important;
	text-align:left !important;
}
*#dm *.dmBody div.u_1697028444
{
	float:none !important;
	top:0 !important;
	left:0 !important;
	width:calc(100% - 0px) !important;
	position:relative !important;
	height:auto !important;
	padding-top:0 !important;
	padding-left:0 !important;
	padding-bottom:0 !important;
	margin-right:0 !important;
	margin-left:0 !important;
	max-width:129.578px !important;
	margin-top:3px !important;
	margin-bottom:0 !important;
	padding-right:0 !important;
	min-width:25px !important;
	text-align:start !important;
}
*#dm *.dmBody div.u_1147952650
{
	width:110px !important;
	height:110px !important;
	padding-top:0 !important;
	margin-bottom:0 !important;
	margin-top:0 !important;
	margin-left:auto !important;
	padding-left:0 !important;
	padding-bottom:0 !important;
	padding-right:0 !important;
	margin-right:auto !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;
}
*#dm *.dmBody div.u_1722912097 *.portal-button
{
	width:200px !important;
	height:50px !important;
}
*#dm *.dmBody div.u_1722912097
{
	margin-left:auto !important;
	padding-top:0 !important;
	padding-left:0 !important;
	padding-bottom:0 !important;
	margin-top:0 !important;
	margin-bottom:0 !important;
	padding-right:0 !important;
	margin-right:auto !important;
	display:block !important;
	float:none !important;
	top:0 !important;
	left:0 !important;
	width:100% !important;
	position:relative !important;
	height:131px !important;
	max-width:100% !important;
	min-width:0 !important;
	text-align:center !important;
}
*#dm *.dmBody div.u_1893151741
{
	float:none !important;
	top:0 !important;
	left:0 !important;
	width:465.625px !important;
	position:relative !important;
	padding-top:0 !important;
	padding-left:0 !important;
	padding-bottom:0 !important;
	margin-right:auto !important;
	margin-left:auto !important;
	max-width:100% !important;
	margin-top:0 !important;
	margin-bottom:0 !important;
	padding-right:0 !important;
	min-width:0 !important;
	text-align:start !important;
	height:auto !important;
	display:block !important;
}
*#dm *.dmBody div.u_1788849763
{
	padding-top:50px !important;
	padding-left:50px !important;
	padding-right:50px !important;
	padding-bottom:50px !important;
}
*#dm *.dmBody h1.u_1561850052
{
	padding-top:0 !important;
	margin-top:69px !important;
	margin-left:auto !important;
	padding-left:0 !important;
	padding-bottom:0 !important;
	margin-bottom:0 !important;
	padding-right:0 !important;
	margin-right:auto !important;
	float:none !important;
	top:0 !important;
	left:0 !important;
	width:calc(100% - 0px) !important;
	position:relative !important;
	height:auto !important;
	max-width:100% !important;
	min-width:25px !important;
	text-align:left !important;
}
*#dm *.dmBody div.u_1387655567
{
	padding-top:50px !important;
	margin-top:0 !important;
	padding-left:50px !important;
	padding-bottom:50px !important;
	padding-right:50px !important;
}
*#dm *.dmBody div.u_1356581835
{
	float:none !important;
	top:0 !important;
	left:0 !important;
	width:auto !important;
	position:relative !important;
	height:auto !important;
	padding-top:150px !important;
	padding-left:30px !important;
	padding-bottom:150px !important;
	margin-right:0 !important;
	margin-left:0 !important;
	max-width:100% !important;
	margin-top:0 !important;
	margin-bottom:0 !important;
	padding-right:30px !important;
	min-width:0 !important;
	text-align:center !important;
	background-repeat:no-repeat !important;
	background-size:cover !important;
	background-position:50% 100% !important;
}
*#dm *.dmBody div.u_1815776648
{
	padding-top:0 !important;
}
*#dm *.dmBody h1.u_1720242650
{
	padding-top:2px !important;
	font-size:30px !important;
}
*#dm *.dmBody div.u_1183403244
{
	padding-top:0 !important;
	padding-bottom:0 !important;
	float:none !important;
	top:0 !important;
	left:0 !important;
	width:auto !important;
	position:relative !important;
	height:auto !important;
	padding-left:20px !important;
	max-width:100% !important;
	padding-right:20px !important;
	min-width:0 !important;
	text-align:start !important;
}
*#dm *.dmBody a.u_1792813976 span.text
{
	font-size:14px !important;
}
*#dm *.dmBody a.u_1792813976
{
	display:block !important;
	float:none !important;
	top:0 !important;
	left:0 !important;
	width:227px !important;
	position:relative !important;
	height:41px !important;
	padding-top:0 !important;
	padding-left:30px !important;
	padding-bottom:0 !important;
	margin-right:0 !important;
	margin-left:auto !important;
	max-width:100% !important;
	margin-top:8px !important;
	margin-bottom:0 !important;
	padding-right:0 !important;
	min-width:0 !important;
	text-align:center !important;
}
*#dm *.dmBody div.u_1815776648
{
	padding-top:0 !important;
}
*#dm *.dmBody h1.u_1720242650
{
	padding-top:2px !important;
	font-size:30px !important;
}
*#dm *.dmBody div.u_1183403244
{
	padding-top:0 !important;
	padding-bottom:0 !important;
	float:none !important;
	top:0 !important;
	left:0 !important;
	width:auto !important;
	position:relative !important;
	height:auto !important;
	padding-left:20px !important;
	max-width:100% !important;
	padding-right:20px !important;
	min-width:0 !important;
	text-align:start !important;
}
*#dm *.dmBody a.u_1792813976 span.text
{
	font-size:14px !important;
}
*#dm *.dmBody a.u_1792813976
{
	display:block !important;
	float:none !important;
	top:0 !important;
	left:0 !important;
	width:227px !important;
	position:relative !important;
	height:41px !important;
	padding-top:0 !important;
	padding-left:30px !important;
	padding-bottom:0 !important;
	margin-right:0 !important;
	margin-left:auto !important;
	max-width:100% !important;
	margin-top:8px !important;
	margin-bottom:0 !important;
	padding-right:0 !important;
	min-width:0 !important;
	text-align:center !important;
}
*#dm *.dmBody div.u_1722912097 .portal-button span.text
{
	font-size:16px !important;
}

</style>

<!-- Flex Sections CSS -->





<style id="globalFontSizeStyle" type="text/css">
    .font-size-50, .size-50, .size-50 > font { font-size: 50px !important; }.font-size-30, .size-30, .size-30 > font { font-size: 30px !important; }.font-size-20, .size-20, .size-20 > font { font-size: 20px !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>




<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="fontFallbacks">
    @font-face {
  font-family: "Raleway Fallback";
  src: local('Arial');
  ascent-override: 89.616%;
  descent-override: 22.3087%;
  size-adjust: 104.892%;
  line-gap-override: 0%;
 }@font-face {
  font-family: "Roboto Fallback";
  src: local('Arial');
  ascent-override: 92.6709%;
  descent-override: 24.3871%;
  size-adjust: 100.1106%;
  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: "Arial Fallback";
  src: local('Arial');
  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%;
 }
</style>


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









  <link type="application/rss+xml" rel="alternate" href="https://www.jamesapts.com/feed/rss2"/>
  <link type="application/atom+xml" rel="alternate" href="https://www.jamesapts.com/feed/atom"/>
  <meta property="og:type" content="website"/>
  <meta property="og:url" content="https://www.jamesapts.com/tenant-portal"/>
  <title>
    
    The James | Tenant Portal
  
  </title>
  <meta name="description" content="Our tenants can pay their rent online through their tenant portal at any time. Fill out the form here to request your tenant portal activation link!"/>
  <link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.8.1/css/all.css" integrity="sha384-50oBUHEmvpQ+1lW4y57PTFmhCaXp0ML5d60M1M7uH2+nqUivzIebhndOJK28anvf" crossorigin="anonymous"/>

  <meta name="twitter:card" content="summary"/>
  <meta name="twitter:title" content="The James | Tenant Portal"/>
  <meta name="twitter:description" content="Our tenants can pay their rent online through their tenant portal at any time. Fill out the form here to request your tenant portal activation link!"/>
  <meta property="og:description" content="Our tenants can pay their rent online through their tenant portal at any time. Fill out the form here to request your tenant portal activation link!"/>
  <meta property="og:title" content="The James | Tenant Portal"/>




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





















<body id="dmRoot" data-page-alias="tenant-portal"  class="dmRoot dmDesktopBody fix-mobile-scrolling addCanvasBorder dmResellerSite 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="1460842227"> <div dmtemplateid="StandardLayoutMultiD" class="standardHeaderLayout dm-bfs dm-layout-sec hasAnimations rows-1200 hamburger-reverse dmPageBody d-page-1763854611 dmFreeHeader" id="dm-outer-wrapper" data-page-class="1763854611" data-buttonstyle="FLAT_ROUND_ICON" 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="u_hcontainer dmHeader p_hfcontainer" freeheader="true" headerlayout="b58ba5b5703b4cd7b5f5f7951565dc87===horizontal-layout-5" layout="f014fc9487554eb885e18628ee6309e9===header" mini-header-show-only-navigation-row="true" has-shadow="true"> <div dm:templateorder="85" class="dmHeaderResp dmHeaderStack noSwitch" id="1709005236"> <div class="u_1220809676 dmRespRow" style="text-align: center;" id="1220809676"> <div class="dmRespColsWrapper" id="1505748773"> <div class="u_1293932099 dmRespCol small-12 large-6 medium-6" id="1293932099"> <a class="u_1000776043 default dmDefaultGradient align-center dmCall voipReplacement dmWidget dmNoMark dmWwr" href="tel:2069386228" contenteditable="false" onclick=";return dm_gaq_push_event('ClickToCall', 'Call',null,'b1d1774a', this);" id="1000776043" dmle_extension="clicktocall" data-element-type="clicktocall" wr="true" data-display-type="block" icon="true" surround="true" description="(206) 938-6228" adwords="" icon-name="icon-mobile-phone" phone="2069386228" text="" image=""> <span class="iconBg" aria-hidden="true"> <span class="icon hasFontIcon icon-mobile-phone"></span> 
</span> 
 <span class="text">(206) 938-6228</span> 
</a> 
</div> 
 <div class="u_1462716291 dmRespCol small-12 large-3 medium-3" id="1462716291"> <a class="u_1224370266 default dmDefaultGradient align-center dmEmail dmWidget dmNoMark dmWwr" href="mailto:thejamesapartments@gmail.com" contenteditable="false" onclick=";return dm_gaq_push_event('ClickToEmail', 'Email',null,'b1d1774a', this);" id="1224370266" dmle_extension="emailextension" data-element-type="emailextension" wr="true" data-display-type="block" icon="true" surround="true" description="thejamesapartments@gmail.com" adwords="" icon-name="dm-icon-envelope" email="thejamesapartments@gmail.com"> <span class="iconBg" aria-hidden="true"> <span class="icon hasFontIcon dm-icon-envelope"></span> 
</span> 
 <span class="text">thejamesapartments@gmail.com</span> 
</a> 
</div> 
 <div class="u_1300141077 dmRespCol small-12 large-3 medium-3" id="1300141077"> <div class="u_1455768047 widget-cb7086 dmCustomWidget" data-lazy-load="" data-title="" id="1455768047" dmle_extension="custom_extension" data-element-type="custom_extension" data-binding="W3siYmluZGluZ05hbWUiOiJjb2xsZWN0aW9uIiwidmFsdWUiOiJzaXRlX2NvbGxlY3Rpb24uYXBwZm9saW8tbGlzdGluZ3MifSx7ImJpbmRpbmdOYW1lIjoiZGF0YWJhc2UiLCJ2YWx1ZSI6InNpdGVfdGV4dC5hcHBmb2xpbyBkYXRhYmFzZSJ9XQ==" icon="false" surround="false" data-widget-id="cb708684876c4db58028e8c547609bf2" data-widget-version="79" data-widget-config="eyJsYXlvdXQiOiJwYXktcmVudC1idXR0b24iLCJ0UG9ydGFsVGl0bGUiOnRydWUsIm9Qb3J0YWwiOnRydWUsImRhdGFiYXNlIjoic2VhdHRsZWFwYXJ0bWVudHMiLCJ0UG9ydGFsVGV4dCI6Ik9ubGluZSBQb3J0YWwiLCJyZW50QnV0dG9uVGV4dCI6IlBheSBSZW50IiwidFBvcnRhbCI6dHJ1ZSwib1BvcnRhbFRleHQiOiJPd25lciBQb3J0YWwiLCJ0UG9ydGFsR3JvdXAiOm51bGwsIm9Qb3J0YWxHcm91cCI6bnVsbCwib1BvcnRhbFRpdGxlIjp0cnVlfQ=="> <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> 
Pay Rent</span> 
</a> 
</div> 
</div> 
</div> 
</div> 
 <div class="u_1465573940 dmRespRow dmDefaultListContentRow" style="text-align:center" id="1465573940"> <div class="dmRespColsWrapper" id="1086851533"> <div class="u_1307508077 small-12 dmRespCol large-4 medium-4" id="1307508077"> <div class="u_1815427307 imageWidget align-center" data-widget-type="image" id="1815427307" data-element-type="image" data-binding="W3siYmluZGluZ05hbWUiOiJpbWFnZSIsInZhbHVlIjoic2l0ZV9pbWFnZXMubG9nbyJ9XQ=="> <a href="/" id="1389842055"><img src="https://lirp.cdn-website.com/b1d1774a/dms3rep/multi/opt/the-james-logo-v1-dd5ebe4c-320w.png" id="1961293444" class="" data-dm-image-path="https://irp-cdn.multiscreensite.com/b1d1774a/dms3rep/multi/the-james-logo-v1-dd5ebe4c.png" alt="The James homepage" data-diy-image="" onerror="handleImageLoadError(this)"/></a> 
</div> 
</div> 
 <div class="u_1418061082 dmRespCol small-12 large-8 medium-8" id="1418061082"> <nav class="u_1360025229 effect-background main-navigation unifiednav dmLinksMenu" role="navigation" layout-main="horizontal_nav_layout_7" layout-sub="submenu_horizontal_1" data-show-vertical-sub-items="HOVER" id="1360025229" dmle_extension="onelinksmenu" data-element-type="onelinksmenu" 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  dmUDNavigationItem_00  " target="" data-target-page-alias=""> <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="/vacancies" class="unifiednav__item  dmUDNavigationItem_010101436714  " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text="
                  
         VACANCIES
        
                " data-auto="page-text-style">VACANCIES<span class="icon icon-angle-down"></span> 
</span> 
</a> 
</li> 
 <li role="menuitem" aria-haspopup="true" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="0"> <a href="/property-details" class="unifiednav__item  dmUDNavigationItem_010101355997  unifiednav__item_has-sub-nav" target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text="
                  
         PROPERTY DETAILS
        
                " data-auto="page-text-style">PROPERTY DETAILS<span class="icon icon-angle-down"></span> 
</span> 
</a> 
 <ul role="menu" aria-expanded="false" class="unifiednav__container unifiednav__container_sub-nav" data-depth="0" data-auto="sub-pages"> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="1"> <a href="/building-gallery" class="unifiednav__item  dmUDNavigationItem_010101259286  " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text="
                      
           Building Gallery
          
                    " data-auto="page-text-style">Building Gallery<span class="icon icon-angle-right"></span> 
</span> 
</a> 
</li> 
 <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="1"> <a href="/floor-plans" class="unifiednav__item  dmUDNavigationItem_010101597269  " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text="
                      
           Floor Plans
          
                    " data-auto="page-text-style">Floor Plans<span class="icon icon-angle-right"></span> 
</span> 
</a> 
</li> 
 <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="1"> <a href="/neighborhood-gallery" class="unifiednav__item  dmUDNavigationItem_010101986212  " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text="
                      
           Neighborhood Gallery
          
                    " data-auto="page-text-style">Neighborhood Gallery<span class="icon icon-angle-right"></span> 
</span> 
</a> 
</li> 
</ul> 
</li> 
 <li role="menuitem" aria-haspopup="true" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="0"> <a href="#" class="unifiednav__item  dmUDNavigationItem_01010121876  unifiednav__item_has-sub-nav" target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text="
                  
         TENANTS
        
                " data-auto="page-text-style">TENANTS<span class="icon icon-angle-down"></span> 
</span> 
</a> 
 <ul role="menu" aria-expanded="false" class="unifiednav__container unifiednav__container_sub-nav" data-depth="0" data-auto="sub-pages"> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="1"> <a href="/tenant" class="unifiednav__item  dmUDNavigationItem_010101526924  " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text="
                      
           Overview
          
                    " data-auto="page-text-style">Overview<span class="icon icon-angle-right"></span> 
</span> 
</a> 
</li> 
 <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="1"> <a href="/tenant-portal" class="unifiednav__item  dmNavItemSelected  dmUDNavigationItem_010101357537  " target="" data-target-page-alias="" data-auto="selected-page"> <span class="nav-item-text " data-link-text="
                      
           Tenant Portal
          
                    " data-auto="page-text-style">Tenant Portal<span class="icon icon-angle-right"></span> 
</span> 
</a> 
</li> 
</ul> 
</li> 
 <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="0"> <a href="/contact-us" class="unifiednav__item  dmUDNavigationItem_010101943230  " 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> 
</div> 
</div> 
</div> 
</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 class="innerPageTitle">Tenant Portal</div> 
</div> 
 <div class="titleLine display_None"><hr/></div> 
</div> 
</div> 
</div> 
</div> 
 <div dmwrapped="true" id="dmFirstContainer" class="dmBody u_dmStyle_template_tenant-portal"> <div id="allWrapper" class="allWrapper"> <div id="dm_content" class="dmContent"> <div dm:templateorder="1" class="dmDefaultRespTmpl" id="1763854611"> <div class="innerPageTmplBox dmDefaultPage  dmRespRowsWrapper" id="1260607478"> <div class="u_1183403244 dmRespRow" id="1183403244"> <div class="dmRespColsWrapper" id="1818066388"> <div class="u_1815776648 dmRespCol small-12 large-8 medium-8" id="1815776648"> <h1 class="u_1720242650 dmNewParagraph" data-element-type="paragraph" id="1720242650" style="transition: opacity 1s ease-in-out 0s;"><span style="font-size: 22px;">TENANT PORTAL</span></h1></div> 
 <div class="u_1180849251 dmRespCol small-12 large-4 medium-4" id="1180849251"> <a data-display-type="block" class="u_1792813976 align-center dmButtonLink dmWidget dmWwr default dmOnlyButton dmDefaultGradient" file="false" href="/vacancies" data-element-type="dButtonLinkId" id="1792813976" icon-name="dm-icon-home" data-buttonstyle="FLAT_ROUND_ICON"> <span class="iconBg" id="1760795569"> <span class="icon hasFontIconstar hasFontIcon dm-icon-home" id="1306267226"></span> 
</span> 
 <span class="text" id="1607760703">SEARCH PROPERTIES</span> 
</a> 
</div> 
</div> 
</div> 
 <div class="u_1356581835 dmRespRow dmDefaultListContentRow hasBackgroundOverlay" style="text-align:center" id="1356581835"> <div class="dmRespColsWrapper" id="1667034606"> <div class="small-12 dmRespCol medium-6 large-6 u_1788849763" id="1788849763"> <h1 class="u_1561850052 dmNewParagraph" data-element-type="paragraph" id="1561850052" style="transition: opacity 1s ease-in-out 0s;"><div><span style="" class="m-font-size-36 lh-1 font-size-50">Online Portal</span><br/></div></h1> <div class="u_1864588913 dmNewParagraph" data-element-type="paragraph" id="1864588913" style="transition: opacity 1s ease-in-out 0s;">Pay rent, submit maintenance requests, and view your account from anywhere.</div></div> 
 <div class="dmRespCol small-12 u_1387655567 medium-6 large-6" id="1387655567"> <div class="u_1147952650 graphicWidget" data-element-type="graphic" data-widget-type="graphic" id="1147952650" data-layout="graphic-style-1"> <svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 100 100" id="1769043808" class="svg u_1769043808" alt="Sign Up for Your Portal" data-icon-name="web_desktop_mobile"> <path d="M44.71,61.63a1.51,1.51,0,1,0,1.51,1.51A1.51,1.51,0,0,0,44.71,61.63Zm0,1.75a.24.24,0,1,1,.24-.24A.24.24,0,0,1,44.71,63.38Z" id="1357619056"></path> 
 <path d="M85.58,69.37H68.65a.88.88,0,0,0,0,1.75H85.58a.88.88,0,1,0,0-1.75Z" id="1674593009"></path> 
 <path d="M86.08,41.47H78V26.26a4.35,4.35,0,0,0-4.34-4.34H15.77a4.35,4.35,0,0,0-4.34,4.34V63.83A4.08,4.08,0,0,0,15.5,67.9H34.42a17.31,17.31,0,0,1-.28,3.74,5.79,5.79,0,0,1-3.22,3.84A1.34,1.34,0,0,0,30.18,77a1.51,1.51,0,0,0,1.51,1.1h26A1.51,1.51,0,0,0,59.23,77a1.34,1.34,0,0,0-.74-1.51,5.79,5.79,0,0,1-3.22-3.84A17.37,17.37,0,0,1,55,67.9H65.65v7.68a2.5,2.5,0,0,0,2.5,2.5H86.08a2.5,2.5,0,0,0,2.5-2.5V44A2.5,2.5,0,0,0,86.08,41.47ZM13.18,26.26a2.59,2.59,0,0,1,2.59-2.59H73.65a2.59,2.59,0,0,1,2.59,2.59V41.47H68.15a2.5,2.5,0,0,0-2.5,2.5v14.4H13.18ZM53.55,72a7.16,7.16,0,0,0,3,4.35H32.88a7.16,7.16,0,0,0,3-4.35,19,19,0,0,0,.32-4.08H53.24A19,19,0,0,0,53.55,72Zm1.57-5.84H15.5a2.32,2.32,0,0,1-2.32-2.32V60.12H65.65v6Zm31.7,9.43a.75.75,0,0,1-.75.75H68.15a.75.75,0,0,1-.75-.75V67h0V44a.75.75,0,0,1,.75-.75H86.08a.75.75,0,0,1,.75.75Z" id="1094344390"></path> 
 <path d="M77.11,72.32a1.44,1.44,0,1,0,1.44,1.44A1.44,1.44,0,0,0,77.11,72.32Zm0,1.75a.31.31,0,1,1,.31-.31A.31.31,0,0,1,77.11,74.07Z" id="1271102366"></path> 
 <path d="M75,46.75h4.2a.88.88,0,1,0,0-1.75H75a.88.88,0,1,0,0,1.75Z" id="1077526338"></path> 
</svg> 
</div> 
 <div class="u_1722912097 widget-cb7086 dmCustomWidget" data-lazy-load="" data-title="" id="1722912097" dmle_extension="custom_extension" data-element-type="custom_extension" data-binding="W3siYmluZGluZ05hbWUiOiJjb2xsZWN0aW9uIiwidmFsdWUiOiJzaXRlX2NvbGxlY3Rpb24uYXBwZm9saW8tbGlzdGluZ3MifSx7ImJpbmRpbmdOYW1lIjoiZGF0YWJhc2UiLCJ2YWx1ZSI6InNpdGVfdGV4dC5hcHBmb2xpbyBkYXRhYmFzZSJ9XQ==" icon="false" surround="false" data-widget-id="cb708684876c4db58028e8c547609bf2" data-widget-version="79" data-widget-config="eyJsYXlvdXQiOiJwb3J0YWwtcGFnZSIsInRQb3J0YWxUaXRsZSI6dHJ1ZSwib1BvcnRhbCI6ZmFsc2UsImRhdGFiYXNlIjoic2VhdHRsZWFwYXJ0bWVudHMiLCJ0UG9ydGFsVGV4dCI6Ik9ubGluZSBQb3J0YWwiLCJyZW50QnV0dG9uVGV4dCI6IlBheSBSZW50IiwidFBvcnRhbCI6dHJ1ZSwib1BvcnRhbFRleHQiOiJPd25lciBQb3J0YWwiLCJ0UG9ydGFsR3JvdXAiOm51bGwsIm9Qb3J0YWxHcm91cCI6bnVsbCwib1BvcnRhbFRpdGxlIjp0cnVlfQ=="> <div class="portal-page-layout"> <div class="tportal"> <h3 class="portal-heading">Online Portal</h3> 
 <a class="portal-button dmWidget fullSizeButton" aria-label="Log into the Online Portal (opens in a new tab)" rel="noopener" target="_blank" href=""> <span class="text"> <svg aria-hidden="true" focusable="false" data-prefix="fas" data-icon="sign-in-alt" class="svg-inline--fa fa-sign-in-alt fa-w-16" role="img" xmlns="http://www.w3.org/2000/svg" viewbox="0 0 512 512"> <path fill="currentColor" d="M416 448h-84c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h84c17.7 0 32-14.3 32-32V160c0-17.7-14.3-32-32-32h-84c-6.6 0-12-5.4-12-12V76c0-6.6 5.4-12 12-12h84c53 0 96 43 96 96v192c0 53-43 96-96 96zm-47-201L201 79c-15-15-41-4.5-41 17v96H24c-13.3 0-24 10.7-24 24v96c0 13.3 10.7 24 24 24h136v96c0 21.5 26 32 41 17l168-168c9.3-9.4 9.3-24.6 0-34z"></path> 
</svg> 
Log In</span> 
</a> 
 <p class="start-text">Don't have an account? <a class="sign-up-link bold-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> 
</div> 
</div> 
</div> 
</div> 
 <div class="dmRespRow u_1238811645" id="1238811645"> <div class="dmRespColsWrapper" id="1845247382"> <div class="dmRespCol large-12 medium-12 small-12 u_1941511996" id="1941511996"> <h2 class="u_1091342300 dmNewParagraph" id="1091342300" style="transition: opacity 1s ease-in-out 0s;" data-element-type="paragraph"><div><span style="" class="font-size-30 lh-1"><font style="color: rgb(0, 0, 0);">YOUR ONLINE PORTAL</font></span></div></h2> <div class="u_1034291677 dmNewParagraph" id="1034291677" style="transition: opacity 1s ease-in-out 0s;"><font style="color: rgb(68, 68, 68);" class="lh-1 font-size-20"><b style="">Your account at your fingertips. Anytime, anywhere.</b></font></div></div> 
</div> 
</div> 
 <div class="u_1181798672 dmRespRow fullBleedChanged fullBleedMode" style="text-align: center;" id="1181798672" mode="1"> <div class="dmRespColsWrapper" id="1286860796"> <div class="u_1474642036 dmRespCol small-12 large-4 medium-4" id="1474642036"> <div data-element-type="spacer" class="u_1651696987 dmSpacer" id="1651696987"></div> 
</div> 
 <div class="u_1977015224 dmRespCol small-12 large-4 medium-4" id="1977015224"> <div class="dmRespRow u_1932286205" id="1932286205"> <div class="dmRespColsWrapper" id="1362232188"> <div class="u_1230196777 dmRespCol small-12 large-3 medium-3" id="1230196777"> <div class="u_1446708210 graphicWidget" data-element-type="graphic" data-widget-type="graphic" id="1446708210"> <svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 100 100" id="1207927035" class="svg u_1207927035" alt="Pay Online" data-icon-name="payment_credit_card"> <path d="M77.9,27.81H22.1a6.49,6.49,0,0,0-6.49,6.48V65.71a6.49,6.49,0,0,0,6.49,6.48H77.9a6.49,6.49,0,0,0,6.49-6.48V34.29A6.49,6.49,0,0,0,77.9,27.81ZM18.21,34.29A3.9,3.9,0,0,1,22.1,30.4H77.9a3.9,3.9,0,0,1,3.89,3.89v4.15H18.21ZM81.79,65.71A3.9,3.9,0,0,1,77.9,69.6H22.1a3.9,3.9,0,0,1-3.89-3.89V41H81.79Z" id="1158877602"></path> 
 <path d="M38.38,61.24H27.32a3.41,3.41,0,0,1-3.4-3.4v-3.6a4.87,4.87,0,0,1,2-3.9l2-1.46h0a4.86,4.86,0,0,1,2.88-1h7.67a3.41,3.41,0,0,1,3.4,3.4v6.5A3.41,3.41,0,0,1,38.38,61.24ZM29.38,51l-2,1.46a2.27,2.27,0,0,0-.91,1.81v3.6a.82.82,0,0,0,.81.81H38.38a.82.82,0,0,0,.81-.81v-6.5a.82.82,0,0,0-.81-.81H30.71a2.25,2.25,0,0,0-1.33.44Z" id="1401789915"></path> 
</svg> 
</div> 
</div> 
 <div class="u_1068348127 dmRespCol small-12 large-9 medium-9" id="1068348127"> <h4 class="u_1070550380 dmNewParagraph" id="1070550380" style="transition: opacity 1s ease-in-out; display: block;" data-element-type="paragraph"><div><span style="" class=" lh-1"><span style="" class="lh-1 font-size-18"><span style="">PAY RENT</span></span></span></div></h4> <div class="u_1469718826 dmNewParagraph" id="1469718826" style="transition: opacity 1s ease-in-out;"><font style="color: rgb(86, 86, 86);">Securely pay rent online from anywhere. Set up automatic payments so you always pay on time.</font></div></div> 
</div> 
</div> 
 <div class="u_1919452939 dmRespRow" id="1919452939"> <div class="dmRespColsWrapper" id="1966910799"> <div class="u_1221011716 dmRespCol small-12 large-3 medium-3" id="1221011716"> <div class="u_1062374016 graphicWidget" data-element-type="graphic" data-widget-type="graphic" id="1062374016"> <svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 100 100" id="1037800734" class="svg u_1037800734" data-icon-name="li_tools" alt="Tools"> <path d="M84.9,63.5c-2.3-2.3-5.3-3.6-8.6-3.6c-2.9,0-5.6,1-7.7,2.9L55.8,50l21.3-21.3l0.8,0.8l7.8-7.8l-3.1-3.1l-7.8,7.8l0.8,0.8
	L54.2,48.4L41.4,35.6c1.8-2.2,2.9-4.9,2.9-7.7c0-3.2-1.3-6.3-3.6-8.6c-3-3-7.5-4.2-11.7-3.1l-1.9,0.5l7.3,7.3l-6.3,6.3l-7.3-7.3
	l-0.5,1.9c-1.1,4.2,0.1,8.7,3.1,11.7c2.3,2.3,5.3,3.6,8.6,3.6l0,0c2.9,0,5.6-1,7.7-2.9L52.6,50L38.3,64.3l-3.9-3.9L21.9,72.9
	c-1.3,1.3-1.9,2.9-1.9,4.7c0,1.8,0.7,3.4,1.9,4.7c1.3,1.3,2.9,1.9,4.7,1.9c1.8,0,3.4-0.7,4.7-1.9l12.5-12.5l-3.9-3.9l14.3-14.3
	L67,64.4c-1.8,2.2-2.9,4.9-2.9,7.7c0,3.2,1.3,6.3,3.6,8.6c2.3,2.3,5.3,3.5,8.5,3.5c1.1,0,2.1-0.1,3.2-0.4l1.9-0.5L74,76l6.2-6.3
	l7.3,7.3l0.5-1.9C89.1,71,87.9,66.5,84.9,63.5z M32.1,37.8L32.1,37.8c-2.7,0-5.2-1-7-2.9c-2-2-3-4.7-2.9-7.6l6,6l9.4-9.4l-6-6
	c2.8-0.2,5.6,0.9,7.5,2.9c1.9,1.9,2.9,4.4,2.9,7c0,2.7-1,5.2-2.9,7C37.2,36.8,34.7,37.8,32.1,37.8z M29.7,80.7
	c-1.7,1.7-4.6,1.7-6.2,0c-0.8-0.8-1.3-1.9-1.3-3.1c0-1.2,0.5-2.3,1.3-3.1l10.9-10.9l6.3,6.3L29.7,80.7z M80.2,66.6L70.8,76l6,6
	c-0.2,0-0.4,0-0.6,0c-2.6,0-5.1-1-7-2.9c-1.9-1.9-2.9-4.4-2.9-7c0-2.7,1-5.2,2.9-7c1.9-1.9,4.4-2.9,7-2.9c2.7,0,5.2,1,7,2.9
	c2,2,3,4.7,2.9,7.6L80.2,66.6z" id="1366934194"></path> 
</svg> 
</div> 
</div> 
 <div class="u_1106846453 dmRespCol small-12 large-9 medium-9" id="1106846453"> <h4 class="u_1706942982 dmNewParagraph" id="1706942982" style="transition: opacity 1s ease-in-out; display: block;" data-element-type="paragraph"><div><span class="font-size-18 lh-1"><span style="">SUBMIT MAINTENANCE REQUESTS</span></span></div></h4> <div class="u_1349965422 dmNewParagraph" id="1349965422" data-styletopreserve="{" background-image="" :=""><div style="text-align: left;"><font><span style="caret-color: rgb(176, 175, 175);">Quickly submit maintenance requests that go directly to our maintenance queue.</span></font></div></div></div> 
</div> 
</div> 
</div> 
 <div class="u_1764077896 dmRespCol small-12 large-4 medium-4" id="1764077896"> <div class="u_1707209576 dmRespRow" id="1707209576"> <div class="dmRespColsWrapper" id="1058887771"> <div class="u_1195955295 dmRespCol small-12 large-3 medium-3" id="1195955295"> <div class="u_1608204598 graphicWidget" data-element-type="graphic" data-widget-type="graphic" id="1608204598"> <a id="1688350936" class=""> <svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 100 100" id="1298015240" class="svg u_1298015240" data-icon-name="li-message" alt="Speak bubble"> <g id="1854480492"> <path d="M75.4,23.9H24.6c-2.7,0-4.9,2.2-4.9,4.9v31.3c0,2.7,2.2,4.9,4.9,4.9h34.8l11.2,11.2V65h4.9c2.7,0,4.9-2.2,4.9-4.9V28.8
		C80.3,26.1,78.1,23.9,75.4,23.9z M78.4,60.1c0,1.6-1.3,2.9-2.9,2.9h-6.8v8.4L60.2,63H24.6c-1.6,0-2.9-1.3-2.9-2.9V28.8
		c0-1.6,1.3-2.9,2.9-2.9h50.9c1.6,0,2.9,1.3,2.9,2.9V60.1z" id="1994553520"></path> 
 <rect x="35.3" y="43.4" width="29.3" height="2" id="1834371082"></rect> 
 <rect x="35.3" y="33.7" width="29.3" height="2" id="1265221139"></rect> 
 <rect x="35.3" y="53.2" width="19.6" height="2" id="1967916046"></rect> 
</g> 
</svg> 
</a> 
</div> 
</div> 
 <div class="u_1505489945 dmRespCol small-12 large-9 medium-9" id="1505489945"> <h4 class="u_1416637325 dmNewParagraph" id="1416637325" style="transition: opacity 1s ease-in-out; display: block;" data-element-type="paragraph"><div><span style="" class="lh-1 font-size-18"><span style="">SEAMLESS COMMUNICATION</span></span></div></h4> <div class="u_1675379857 dmNewParagraph" id="1675379857" style="transition: none 0s ease 0s; display: block; margin-top: 0px !important;"><font style="color: rgb(86, 86, 86);"><span style="caret-color: rgb(176, 175, 175);">Send communications to us at anytime.</span></font></div></div> 
</div> 
</div> 
 <div class="u_1362099505 dmRespRow" id="1362099505"> <div class="dmRespColsWrapper" id="1827222798"> <div class="u_1581989016 dmRespCol small-12 large-3 medium-3" id="1581989016"> <div class="u_1199733207 graphicWidget" data-element-type="graphic" data-widget-type="graphic" id="1199733207"> <a id="1528373794" class=""> <svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 70 70" id="1306455950" class="svg u_1306455950" data-icon-name="wp-security_thin" alt="Shield"> <path d="M53.3,16C53.3,16,53.2,16,53.3,16c-1.1,0-10.3-0.6-16.5-5.4C36.3,10.2,35.7,10,35,10c-0.6,0-1.3,0.2-1.8,0.6
	C27,15.5,17.8,16,16.7,16c-1.6,0.1-2.7,1.4-2.7,3v12c0,19.7,19,28.4,19.8,28.7c0.4,0.2,0.8,0.3,1.2,0.3s0.8-0.1,1.2-0.3
	C37,59.4,56,50.7,56,31V19C56,17.4,54.8,16.2,53.3,16z M53.1,18c0.5,0.1,0.9,0.5,0.9,1v12c0,0.3,0,0.7,0,1H36V12.5
	C42.5,17.3,51.3,17.9,53.1,18z M16,19c0-0.5,0.4-0.9,0.9-1c1.7-0.1,10.6-0.7,17.1-5.5V32H16c0-0.3,0-0.7,0-1V19z M16.2,34H34v23.6
	C31,56.1,17.8,48.8,16.2,34z M36,57.6V34h17.8C52.2,48.8,39,56.1,36,57.6z" id="1700913371"></path> 
</svg> 
</a> 
</div> 
</div> 
 <div class="u_1371432307 dmRespCol small-12 large-9 medium-9" id="1371432307"> <h4 class="u_1903209433 dmNewParagraph" id="1903209433" style="transition: opacity 1s ease-in-out; display: block;" data-element-type="paragraph"><div><span style="" class="font-size-18 lh-1"><span style="">RENTERS INSURANCE</span></span></div></h4> <div class="u_1774696554 dmNewParagraph" id="1774696554" style="transition: none 0s ease 0s;"><div style="text-align: left;"><font style="color: rgb(86, 86, 86);"><span style="caret-color: rgb(176, 175, 175);">Easily submit proof of insurance coverage or purchase a policy, right from your portal.</span></font></div></div></div> 
</div> 
</div> 
</div> 
</div> 
</div> 
 <div class="u_1741162591 dmRespRow" id="1741162591"> <div class="dmRespColsWrapper" id="1535661037"> <div class="dmRespCol small-12 large-6 medium-6 u_1168307320" id="1168307320"> <div class="u_1893151741 imageWidget align-center hasFullWidthMobile" data-element-type="image" data-widget-type="image" id="1893151741"> <a id="1488636104"><img src="https://lirp.cdn-website.com/b1d1774a/dms3rep/multi/opt/online-tenant-portal-shadow-2-465w.png" id="1541613545" class="" data-dm-image-path="https://irp-cdn.multiscreensite.com/55e4265f/dms3rep/multi/online-tenant-portal-shadow-2.png" alt="iPhone displaying Online Portal" onerror="handleImageLoadError(this)"/></a> 
</div> 
</div> 
 <div class="dmRespCol large-6 medium-6 small-12 u_1885566485" id="1885566485"> <h2 class="u_1315571974 dmNewParagraph" data-element-type="paragraph" id="1315571974" style="text-align: left; transition: opacity 1s ease-in-out 0s;"><span class="m-specific m-font-size-36 lh-1"><font style="color: rgb(255, 255, 255);"><b>YOUR PORTAL, YOUR WAY</b></font></span></h2> <div class="dmNewParagraph u_1429773055" data-element-type="paragraph" id="1429773055" style="transition: opacity 1s ease-in-out 0s;">Get access to your portal anytime, anywhere. Pay rent, submit maintenance requests, and view your current account settings&nbsp;<div><br/></div><div style="text-align: right;"><font style=""><b style="">...all from the palm of your hand.&nbsp;</b></font></div></div> <h3 class="u_1802558930 dmNewParagraph" data-element-type="paragraph" id="1802558930" style="transition: opacity 1s ease-in-out 0s; display: block;"><div><b>Download the Online Portal App</b></div></h3> <div class="dmRespRow u_1306956980" id="1306956980"> <div class="dmRespColsWrapper" id="1187123716"> <div class="dmRespCol large-6 medium-6 u_1766105111 small-6" id="1766105111"> <div class="u_1365342799 graphicWidget" data-element-type="graphic" data-widget-type="graphic" id="1365342799"> <a href="https://itunes.apple.com/us/app/online-portal-by-appfolio/id1376350358?mt=8" id="1605827233" class="" target="_blank" file="false"> <svg id="1210473764" xmlns="http://www.w3.org/2000/svg" width="119.66407" height="40" viewbox="0 0 119.66407 40" class="svg u_1210473764" data-icon-custom="true" data-icon-name="Download_on_the_App_Store_Badge_US-UK_RGB_blk_092917.svg" alt="Download on the App Store"> <title id="1929841309">Download_on_the_App_Store_Badge_US-UK_RGB_blk_4SVG_092917</title> 
 <g id="1931227725"> <g id="1292989864"> <g id="1076365362"> <path d="M110.13477,0H9.53468c-.3667,0-.729,0-1.09473.002-.30615.002-.60986.00781-.91895.0127A13.21476,13.21476,0,0,0,5.5171.19141a6.66509,6.66509,0,0,0-1.90088.627A6.43779,6.43779,0,0,0,1.99757,1.99707,6.25844,6.25844,0,0,0,.81935,3.61816a6.60119,6.60119,0,0,0-.625,1.90332,12.993,12.993,0,0,0-.1792,2.002C.00587,7.83008.00489,8.1377,0,8.44434V31.5586c.00489.3105.00587.6113.01515.9219a12.99232,12.99232,0,0,0,.1792,2.0019,6.58756,6.58756,0,0,0,.625,1.9043A6.20778,6.20778,0,0,0,1.99757,38.001a6.27445,6.27445,0,0,0,1.61865,1.1787,6.70082,6.70082,0,0,0,1.90088.6308,13.45514,13.45514,0,0,0,2.0039.1768c.30909.0068.6128.0107.91895.0107C8.80567,40,9.168,40,9.53468,40H110.13477c.3594,0,.7246,0,1.084-.002.3047,0,.6172-.0039.9219-.0107a13.279,13.279,0,0,0,2-.1768,6.80432,6.80432,0,0,0,1.9082-.6308,6.27742,6.27742,0,0,0,1.6172-1.1787,6.39482,6.39482,0,0,0,1.1816-1.6143,6.60413,6.60413,0,0,0,.6191-1.9043,13.50643,13.50643,0,0,0,.1856-2.0019c.0039-.3106.0039-.6114.0039-.9219.0078-.3633.0078-.7246.0078-1.0938V9.53613c0-.36621,0-.72949-.0078-1.09179,0-.30664,0-.61426-.0039-.9209a13.5071,13.5071,0,0,0-.1856-2.002,6.6177,6.6177,0,0,0-.6191-1.90332,6.46619,6.46619,0,0,0-2.7988-2.7998,6.76754,6.76754,0,0,0-1.9082-.627,13.04394,13.04394,0,0,0-2-.17676c-.3047-.00488-.6172-.01074-.9219-.01269-.3594-.002-.7246-.002-1.084-.002Z" style="fill: #a6a6a6" id="1321767558"></path> 
 <path d="M8.44483,39.125c-.30468,0-.602-.0039-.90429-.0107a12.68714,12.68714,0,0,1-1.86914-.1631,5.88381,5.88381,0,0,1-1.65674-.5479,5.40573,5.40573,0,0,1-1.397-1.0166,5.32082,5.32082,0,0,1-1.02051-1.3965,5.72186,5.72186,0,0,1-.543-1.6572,12.41351,12.41351,0,0,1-.1665-1.875c-.00634-.2109-.01464-.9131-.01464-.9131V8.44434S.88185,7.75293.8877,7.5498a12.37039,12.37039,0,0,1,.16553-1.87207,5.7555,5.7555,0,0,1,.54346-1.6621A5.37349,5.37349,0,0,1,2.61183,2.61768,5.56543,5.56543,0,0,1,4.01417,1.59521a5.82309,5.82309,0,0,1,1.65332-.54394A12.58589,12.58589,0,0,1,7.543.88721L8.44532.875H111.21387l.9131.0127a12.38493,12.38493,0,0,1,1.8584.16259,5.93833,5.93833,0,0,1,1.6709.54785,5.59374,5.59374,0,0,1,2.415,2.41993,5.76267,5.76267,0,0,1,.5352,1.64892,12.995,12.995,0,0,1,.1738,1.88721c.0029.2832.0029.5874.0029.89014.0079.375.0079.73193.0079,1.09179V30.4648c0,.3633,0,.7178-.0079,1.0752,0,.3252,0,.6231-.0039.9297a12.73126,12.73126,0,0,1-.1709,1.8535,5.739,5.739,0,0,1-.54,1.67,5.48029,5.48029,0,0,1-1.0156,1.3857,5.4129,5.4129,0,0,1-1.3994,1.0225,5.86168,5.86168,0,0,1-1.668.5498,12.54218,12.54218,0,0,1-1.8692.1631c-.2929.0068-.5996.0107-.8974.0107l-1.084.002Z" id="1416400949"></path> 
</g> 
 <g id="1640407816" data-name="<Group>"> <g id="1980716652" data-name="<Group>"> <g id="1460570889" data-name="<Group>"> <path id="1133986781" data-name="<Path>" d="M24.76888,20.30068a4.94881,4.94881,0,0,1,2.35656-4.15206,5.06566,5.06566,0,0,0-3.99116-2.15768c-1.67924-.17626-3.30719,1.00483-4.1629,1.00483-.87227,0-2.18977-.98733-3.6085-.95814a5.31529,5.31529,0,0,0-4.47292,2.72787c-1.934,3.34842-.49141,8.26947,1.3612,10.97608.9269,1.32535,2.01018,2.8058,3.42763,2.7533,1.38706-.05753,1.9051-.88448,3.5794-.88448,1.65876,0,2.14479.88448,3.591.8511,1.48838-.02416,2.42613-1.33124,3.32051-2.66914a10.962,10.962,0,0,0,1.51842-3.09251A4.78205,4.78205,0,0,1,24.76888,20.30068Z" style="fill: #fff"></path> 
 <path id="1163374621" data-name="<Path>" d="M22.03725,12.21089a4.87248,4.87248,0,0,0,1.11452-3.49062,4.95746,4.95746,0,0,0-3.20758,1.65961,4.63634,4.63634,0,0,0-1.14371,3.36139A4.09905,4.09905,0,0,0,22.03725,12.21089Z" style="fill: #fff"></path> 
</g> 
</g> 
 <g id="1405576959"> <path d="M42.30227,27.13965h-4.7334l-1.13672,3.35645H34.42727l4.4834-12.418h2.083l4.4834,12.418H43.438ZM38.0591,25.59082h3.752l-1.84961-5.44727h-.05176Z" style="fill: #fff" id="1245164482"></path> 
 <path d="M55.15969,25.96973c0,2.81348-1.50586,4.62109-3.77832,4.62109a3.0693,3.0693,0,0,1-2.84863-1.584h-.043v4.48438h-1.8584V21.44238H48.4302v1.50586h.03418a3.21162,3.21162,0,0,1,2.88281-1.60059C53.645,21.34766,55.15969,23.16406,55.15969,25.96973Zm-1.91016,0c0-1.833-.94727-3.03809-2.39258-3.03809-1.41992,0-2.375,1.23047-2.375,3.03809,0,1.82422.95508,3.0459,2.375,3.0459C52.30227,29.01563,53.24953,27.81934,53.24953,25.96973Z" style="fill: #fff" id="1440560153"></path> 
 <path d="M65.12453,25.96973c0,2.81348-1.50586,4.62109-3.77832,4.62109a3.0693,3.0693,0,0,1-2.84863-1.584h-.043v4.48438h-1.8584V21.44238H58.395v1.50586h.03418A3.21162,3.21162,0,0,1,61.312,21.34766C63.60988,21.34766,65.12453,23.16406,65.12453,25.96973Zm-1.91016,0c0-1.833-.94727-3.03809-2.39258-3.03809-1.41992,0-2.375,1.23047-2.375,3.03809,0,1.82422.95508,3.0459,2.375,3.0459C62.26711,29.01563,63.21438,27.81934,63.21438,25.96973Z" style="fill: #fff" id="1068354214"></path> 
 <path d="M71.71047,27.03613c.1377,1.23145,1.334,2.04,2.96875,2.04,1.56641,0,2.69336-.80859,2.69336-1.91895,0-.96387-.67969-1.541-2.28906-1.93652l-1.60937-.3877c-2.28027-.55078-3.33887-1.61719-3.33887-3.34766,0-2.14258,1.86719-3.61426,4.51855-3.61426,2.624,0,4.42285,1.47168,4.4834,3.61426h-1.876c-.1123-1.23926-1.13672-1.9873-2.63379-1.9873s-2.52148.75684-2.52148,1.8584c0,.87793.6543,1.39453,2.25488,1.79l1.36816.33594c2.54785.60254,3.60645,1.626,3.60645,3.44238,0,2.32324-1.85059,3.77832-4.79395,3.77832-2.75391,0-4.61328-1.4209-4.7334-3.667Z" style="fill: #fff" id="1272065470"></path> 
 <path d="M83.34621,19.2998v2.14258h1.72168v1.47168H83.34621v4.99121c0,.77539.34473,1.13672,1.10156,1.13672a5.80752,5.80752,0,0,0,.61133-.043v1.46289a5.10351,5.10351,0,0,1-1.03223.08594c-1.833,0-2.54785-.68848-2.54785-2.44434V22.91406H80.16262V21.44238H81.479V19.2998Z" style="fill: #fff" id="1030074451"></path> 
 <path d="M86.065,25.96973c0-2.84863,1.67773-4.63867,4.29395-4.63867,2.625,0,4.29492,1.79,4.29492,4.63867,0,2.85645-1.66113,4.63867-4.29492,4.63867C87.72609,30.6084,86.065,28.82617,86.065,25.96973Zm6.69531,0c0-1.9541-.89551-3.10742-2.40137-3.10742s-2.40039,1.16211-2.40039,3.10742c0,1.96191.89453,3.10645,2.40039,3.10645S92.76027,27.93164,92.76027,25.96973Z" style="fill: #fff" id="1559042367"></path> 
 <path d="M96.18606,21.44238h1.77246v1.541h.043a2.1594,2.1594,0,0,1,2.17773-1.63574,2.86616,2.86616,0,0,1,.63672.06934v1.73828a2.59794,2.59794,0,0,0-.835-.1123,1.87264,1.87264,0,0,0-1.93652,2.083v5.37012h-1.8584Z" style="fill: #fff" id="1048037328"></path> 
 <path d="M109.3843,27.83691c-.25,1.64355-1.85059,2.77148-3.89844,2.77148-2.63379,0-4.26855-1.76465-4.26855-4.5957,0-2.83984,1.64355-4.68164,4.19043-4.68164,2.50488,0,4.08008,1.7207,4.08008,4.46582v.63672h-6.39453v.1123a2.358,2.358,0,0,0,2.43555,2.56445,2.04834,2.04834,0,0,0,2.09082-1.27344Zm-6.28223-2.70215h4.52637a2.1773,2.1773,0,0,0-2.2207-2.29785A2.292,2.292,0,0,0,103.10207,25.13477Z" style="fill: #fff" id="1173896969"></path> 
</g> 
</g> 
</g> 
 <g id="1812118096" data-name="<Group>"> <g id="1649887488"> <path d="M37.82619,8.731a2.63964,2.63964,0,0,1,2.80762,2.96484c0,1.90625-1.03027,3.002-2.80762,3.002H35.67092V8.731Zm-1.22852,5.123h1.125a1.87588,1.87588,0,0,0,1.96777-2.146,1.881,1.881,0,0,0-1.96777-2.13379h-1.125Z" style="fill: #fff" id="1394358248"></path> 
 <path d="M41.68068,12.44434a2.13323,2.13323,0,1,1,4.24707,0,2.13358,2.13358,0,1,1-4.24707,0Zm3.333,0c0-.97607-.43848-1.54687-1.208-1.54687-.77246,0-1.207.5708-1.207,1.54688,0,.98389.43457,1.55029,1.207,1.55029C44.57522,13.99463,45.01369,13.42432,45.01369,12.44434Z" style="fill: #fff" id="1595463987"></path> 
 <path d="M51.57326,14.69775h-.92187l-.93066-3.31641h-.07031l-.92676,3.31641h-.91309l-1.24121-4.50293h.90137l.80664,3.436h.06641l.92578-3.436h.85254l.92578,3.436h.07031l.80273-3.436h.88867Z" style="fill: #fff" id="1668803073"></path> 
 <path d="M53.85354,10.19482H54.709v.71533h.06641a1.348,1.348,0,0,1,1.34375-.80225,1.46456,1.46456,0,0,1,1.55859,1.6748v2.915h-.88867V12.00586c0-.72363-.31445-1.0835-.97168-1.0835a1.03294,1.03294,0,0,0-1.0752,1.14111v2.63428h-.88867Z" style="fill: #fff" id="1831096728"></path> 
 <path d="M59.09377,8.437h.88867v6.26074h-.88867Z" style="fill: #fff" id="1876919881"></path> 
 <path d="M61.21779,12.44434a2.13346,2.13346,0,1,1,4.24756,0,2.1338,2.1338,0,1,1-4.24756,0Zm3.333,0c0-.97607-.43848-1.54687-1.208-1.54687-.77246,0-1.207.5708-1.207,1.54688,0,.98389.43457,1.55029,1.207,1.55029C64.11232,13.99463,64.5508,13.42432,64.5508,12.44434Z" style="fill: #fff" id="1618118032"></path> 
 <path d="M66.4009,13.42432c0-.81055.60352-1.27783,1.6748-1.34424l1.21973-.07031v-.38867c0-.47559-.31445-.74414-.92187-.74414-.49609,0-.83984.18213-.93848.50049h-.86035c.09082-.77344.81836-1.26953,1.83984-1.26953,1.12891,0,1.76563.562,1.76563,1.51318v3.07666h-.85547v-.63281h-.07031a1.515,1.515,0,0,1-1.35254.707A1.36026,1.36026,0,0,1,66.4009,13.42432Zm2.89453-.38477v-.37646l-1.09961.07031c-.62012.0415-.90137.25244-.90137.64941,0,.40527.35156.64111.835.64111A1.0615,1.0615,0,0,0,69.29543,13.03955Z" style="fill: #fff" id="1518174909"></path> 
 <path d="M71.34816,12.44434c0-1.42285.73145-2.32422,1.86914-2.32422a1.484,1.484,0,0,1,1.38086.79h.06641V8.437h.88867v6.26074h-.85156v-.71143h-.07031a1.56284,1.56284,0,0,1-1.41406.78564C72.0718,14.772,71.34816,13.87061,71.34816,12.44434Zm.918,0c0,.95508.4502,1.52979,1.20313,1.52979.749,0,1.21191-.583,1.21191-1.52588,0-.93848-.46777-1.52979-1.21191-1.52979C72.72121,10.91846,72.26613,11.49707,72.26613,12.44434Z" style="fill: #fff" id="1595271522"></path> 
 <path d="M79.23,12.44434a2.13323,2.13323,0,1,1,4.24707,0,2.13358,2.13358,0,1,1-4.24707,0Zm3.333,0c0-.97607-.43848-1.54687-1.208-1.54687-.77246,0-1.207.5708-1.207,1.54688,0,.98389.43457,1.55029,1.207,1.55029C82.12453,13.99463,82.563,13.42432,82.563,12.44434Z" style="fill: #fff" id="1549141083"></path> 
 <path d="M84.66945,10.19482h.85547v.71533h.06641a1.348,1.348,0,0,1,1.34375-.80225,1.46456,1.46456,0,0,1,1.55859,1.6748v2.915H87.605V12.00586c0-.72363-.31445-1.0835-.97168-1.0835a1.03294,1.03294,0,0,0-1.0752,1.14111v2.63428h-.88867Z" style="fill: #fff" id="1776966050"></path> 
 <path d="M93.51516,9.07373v1.1416h.97559v.74854h-.97559V13.2793c0,.47168.19434.67822.63672.67822a2.96657,2.96657,0,0,0,.33887-.02051v.74023a2.9155,2.9155,0,0,1-.4834.04541c-.98828,0-1.38184-.34766-1.38184-1.21582v-2.543h-.71484v-.74854h.71484V9.07373Z" style="fill: #fff" id="1197424505"></path> 
 <path d="M95.70461,8.437h.88086v2.48145h.07031a1.3856,1.3856,0,0,1,1.373-.80664,1.48339,1.48339,0,0,1,1.55078,1.67871v2.90723H98.69v-2.688c0-.71924-.335-1.0835-.96289-1.0835a1.05194,1.05194,0,0,0-1.13379,1.1416v2.62988h-.88867Z" style="fill: #fff" id="1392246976"></path> 
 <path d="M104.76125,13.48193a1.828,1.828,0,0,1-1.95117,1.30273A2.04531,2.04531,0,0,1,100.73,12.46045a2.07685,2.07685,0,0,1,2.07617-2.35254c1.25293,0,2.00879.856,2.00879,2.27V12.688h-3.17969v.0498a1.1902,1.1902,0,0,0,1.19922,1.29,1.07934,1.07934,0,0,0,1.07129-.5459Zm-3.126-1.45117h2.27441a1.08647,1.08647,0,0,0-1.1084-1.1665A1.15162,1.15162,0,0,0,101.63527,12.03076Z" style="fill: #fff" id="1639667185"></path> 
</g> 
</g> 
</g> 
</svg> 
</a> 
</div> 
</div> 
 <div class="dmRespCol large-6 medium-6 u_1522905134 small-6" id="1522905134"> <div class="u_1697028444 imageWidget align-center" data-element-type="image" data-widget-type="image" id="1697028444"> <a id="1187495084" class="" target="_blank" href="https://play.google.com/store/apps/details?id=com.appfolio.resident_portal" file="false"><img src="https://lirp.cdn-website.com/b1d1774a/dms3rep/multi/opt/google-play-badge-0501-3be8cdfd-480w.png" id="1388506253" class="" data-dm-image-path="https://irp-cdn.multiscreensite.com/82c8122a/dms3rep/multi/google-play-badge-0501-3be8cdfd.png" alt="Google Play Online Portal App" onerror="handleImageLoadError(this)"/></a> 
</div> 
</div> 
</div> 
</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_1278001310 dmRespRow" style="text-align: center;" id="1278001310"> <div class="dmRespColsWrapper" id="1506278737"> <div class="u_1967761053 dmRespCol small-12 large-6 medium-6" id="1967761053"> <h2 class="u_1124305730 dmNewParagraph" data-element-type="paragraph" id="1124305730" style="text-align: center; transition: opacity 1s ease-in-out 0s;"><font style="color: rgb(238, 238, 238);">CONTACT US</font></h2> <div class="u_1196279383 dmRespRow" id="1196279383"> <div class="dmRespColsWrapper" id="1756424593"> <div class="u_1869600238 dmRespCol small-12 large-1 medium-1" id="1869600238"> <div class="u_1096888268 graphicWidget" data-element-type="graphic" data-widget-type="graphic" id="1096888268"> <svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 768 1792" id="1615706578" class="svg u_1615706578" data-icon-name="fa-mobile-phone"> <path fill="inherit" d="M464 1408q0-33-23.5-56.5t-56.5-23.5-56.5 23.5-23.5 56.5 23.5 56.5 56.5 23.5 56.5-23.5 23.5-56.5zM672 1248v-704q0-13-9.5-22.5t-22.5-9.5h-512q-13 0-22.5 9.5t-9.5 22.5v704q0 13 9.5 22.5t22.5 9.5h512q13 0 22.5-9.5t9.5-22.5zM480 400q0-16-16-16h-160q-16 0-16 16t16 16h160q16 0 16-16zM768 384v1024q0 52-38 90t-90 38h-512q-52 0-90-38t-38-90v-1024q0-52 38-90t90-38h512q52 0 90 38t38 90z" id="1444407823"></path> 
</svg> 
</div> 
</div> 
 <div class="u_1289396228 dmRespCol small-12 large-11 medium-11" id="1289396228"> <div class="u_1551971533 dmNewParagraph" data-element-type="paragraph" id="1551971533" style="transition: none 0s ease 0s; display: block;"><div><span style="font-weight:400;font-family:Montserrat, 'Montserrat Fallback';" class="font-size-14 lh-1"><a href="tel:2069386228" runtime_url="tel:2069386228" style="color: rgb(255, 255, 255); text-decoration: none;">(206) 938-6228</a></span></div></div></div> 
</div> 
</div> 
 <div class="u_1777860878 dmRespRow" id="1777860878"> <div class="dmRespColsWrapper" id="1283889843"> <div class="u_1851153278 dmRespCol small-12 large-1 medium-1" id="1851153278"> <div class="u_1365310250 graphicWidget" data-element-type="graphic" data-widget-type="graphic" id="1365310250"> <svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 1792 1792" id="1089073879" class="svg u_1089073879" data-icon-name="fa-envelope"> <path fill="inherit" d="M1792 710v794q0 66-47 113t-113 47h-1472q-66 0-113-47t-47-113v-794q44 49 101 87 362 246 497 345 57 42 92.5 65.5t94.5 48 110 24.5h1 1q51 0 110-24.5t94.5-48 92.5-65.5q170-123 498-345 57-39 100-87zM1792 416q0 79-49 151t-122 123q-376 261-468 325-10 7-42.5 30.5t-54 38-52 32.5-57.5 27-50 9h-1-1q-23 0-50-9t-57.5-27-52-32.5-54-38-42.5-30.5q-91-64-262-182.5t-205-142.5q-62-42-117-115.5t-55-136.5q0-78 41.5-130t118.5-52h1472q65 0 112.5 47t47.5 113z" id="1960880950"></path> 
</svg> 
</div> 
</div> 
 <div class="u_1027497968 dmRespCol small-12 large-11 medium-11" id="1027497968"> <div class="u_1236835987 dmNewParagraph" data-element-type="paragraph" id="1236835987" style="text-align: center; transition: opacity 1s ease-in-out 0s;"><font style="" class="font-size-NaN m-font-size-NaN"><a href="mailto:thejamesapartments@gmail.com" runtime_url="mailto:thejamesapartments@gmail.com" style="color: rgb(255, 255, 255); text-decoration: none;" class="font-size-14 lh-1">thejamesapartments@gmail.com</a></font></div></div> 
</div> 
</div> 
 <div class="u_1443637285 dmRespRow" id="1443637285" mode="1"> <div class="dmRespColsWrapper" id="1564613050"> <div class="u_1600710998 dmRespCol small-12 large-1 medium-1" id="1600710998"> <div class="u_1284201285 graphicWidget" data-element-type="graphic" data-widget-type="graphic" id="1284201285"> <svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 1664 1792" id="1469568035" class="svg u_1469568035" data-icon-name="fa-home"> <path fill="inherit" d="M1408 992v480q0 26-19 45t-45 19h-384v-384h-256v384h-384q-26 0-45-19t-19-45v-480q0-1 0.5-3t0.5-3l575-474 575 474q1 2 1 6zM1631 923l-62 74q-8 9-21 11h-3q-13 0-21-7l-692-577-692 577q-12 8-24 7-13-2-21-11l-62-74q-8-10-7-23.5t11-21.5l719-599q32-26 76-26t76 26l244 204v-195q0-14 9-23t23-9h192q14 0 23 9t9 23v408l219 182q10 8 11 21.5t-7 23.5z" id="1828441503"></path> 
</svg> 
</div> 
</div> 
 <div class="u_1265202068 dmRespCol small-12 large-11 medium-11" id="1265202068"> <div class="u_1616892828 dmNewParagraph" data-element-type="paragraph" id="1616892828" style="text-align: center; transition: opacity 1s ease-in-out 0s;" data-binding="W3siYmluZGluZ05hbWUiOiJ0ZXh0IiwidmFsdWUiOiJjb250ZW50X2xpYnJhcnkuZ2xvYmFsIn1d" data-diy-text="">2124 California Ave SW, Seattle, WA 98116, United States</div></div> 
</div> 
</div> 
</div> 
 <div class="u_1939431008 dmRespCol small-12 large-6 medium-6" id="1939431008"> <div class="widget-cb7086 u_1723795258 dmCustomWidget" data-lazy-load="" data-title="" id="1723795258" dmle_extension="custom_extension" data-element-type="custom_extension" data-binding="W3siYmluZGluZ05hbWUiOiJjb2xsZWN0aW9uIiwidmFsdWUiOiJzaXRlX2NvbGxlY3Rpb24uYXBwZm9saW8tbGlzdGluZ3MifSx7ImJpbmRpbmdOYW1lIjoiZGF0YWJhc2UiLCJ2YWx1ZSI6InNpdGVfdGV4dC5hcHBmb2xpbyBkYXRhYmFzZSJ9XQ==" icon="false" surround="false" data-widget-id="cb708684876c4db58028e8c547609bf2" data-widget-version="79" data-widget-config="eyJsYXlvdXQiOiJmb290ZXItbGlua3MiLCJ0UG9ydGFsVGl0bGUiOnRydWUsIm9Qb3J0YWwiOmZhbHNlLCJkYXRhYmFzZSI6InNlYXR0bGVhcGFydG1lbnRzIiwidFBvcnRhbFRleHQiOiJPbmxpbmUgUG9ydGFsIiwicmVudEJ1dHRvblRleHQiOiJQYXkgUmVudCIsInRQb3J0YWwiOnRydWUsIm9Qb3J0YWxUZXh0IjoiT3duZXIgUG9ydGFsIiwidFBvcnRhbEdyb3VwIjpudWxsLCJvUG9ydGFsR3JvdXAiOm51bGwsIm9Qb3J0YWxUaXRsZSI6dHJ1ZX0="> <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> 
</div> 
</div> 
</div> 
</div> 
 <div class="dmRespRow u_1354868155" style="text-align: center;" id="1354868155"> <div class="dmRespColsWrapper" id="1618103309"> <div class="u_1254575622 dmRespCol small-12 large-10 medium-10" id="1254575622"> <div class="u_1765659135 dmNewParagraph" data-element-type="paragraph" id="1765659135" style="transition: opacity 1s ease-in-out 0s;"><span style="font-size: 14px;"><a href="/sitemap" runtime_url="/sitemap" style="text-decoration: none;"><font style="color: rgb(255, 255, 255);"><b>Sitemap</b></font></a></span></div> <div class="u_1815637652 dmNewParagraph" data-element-type="paragraph" id="1815637652" style="transition: opacity 1s ease-in-out 0s;"><font style="color: rgb(255, 255, 255);" class="font-size-14 lh-1">&copy; 2019 All Rights Reserved.</font></div> <div class="u_1211660261 dmNewParagraph" data-element-type="paragraph" id="1211660261" style="transition: opacity 1s ease-in-out 0s;" data-binding="W3siYmluZGluZ05hbWUiOiJ0ZXh0IiwidmFsdWUiOiJzaXRlX3RleHQuY29tcGFueSBuYW1lIn1d" data-diy-text="">The James</div></div> 
 <div class="u_1219684534 dmRespCol small-12 large-2 medium-2" id="1219684534"> <div class="widget-dc6c10 u_1245182822 dmCustomWidget" data-lazy-load="" data-title="" id="1245182822" dmle_extension="custom_extension" data-element-type="custom_extension" wr="false" 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> 
</div> 
</div> 
</div> 
</div> 
</div> 
</div> 
</div> 

    </div>
</div>
<!--  Add full CSS and Javascript before the close tag of the body if needed -->
<!-- ========= JS Section ========= -->
<script>
    var isWLR = true;

    window.customWidgetsFunctions = {};
    window.customWidgetsStrings = {};
    window.collections = {};
    window.currentLanguage = "ENGLISH"
    window.isSitePreview = false;
</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_5341";
    var build = "2025-03-27T13_48_46";
    window['v' + 'ersion'] = d_version;

    function buildEditorParent() {
        window.isMultiScreen = true;
        window.editorParent = {};
        window.previewParent = {};
        window.assetsCacheQueryParam = "?version=2025-03-27T13_48_46";
        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/5341';
    rtCommonProps["common.resources.cdn.host"] = 'https://static.cdn-website.com';
    rtCommonProps["common.resources.folder"] = 'https://static.cdn-website.com/mnlt/production/5341';
    rtCommonProps["feature.flag.runtime.backgroundSlider.preload.slowly"] =true;
    rtCommonProps["feature.flag.runtime.newAnimation.enabled"] =true;
    rtCommonProps["feature.flag.runtime.newAnimation.respectCssAnimationProps.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"] = false;
    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["feature.flag.notifications.push.from.top"] =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;
</script>
<script src="https://static.cdn-website.com/mnlt/production/5341/_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/5341/_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 async src="https://www.googletagmanager.com/gtag/js?id=UA-110940361-1"></script>
<script type="text/javascript" id="d_track_ga">
  _dm_gaq.siteAlias = 'b1d1774a';
  _dm_gaq.systemAggregatedGaqID = '';
  _dm_gaq.externalGaqID = 'UA-110940361-1';
  _dm_gaq.gaAggregatedEventAttributes = {
	  'site_alias':  _dm_gaq.siteAlias,
	  'product': 'DM_DIRECT',
	  'plan': 'BUSINESS_PLUS',
	  'dfooter': 'false',
	  'sitetype': '1',
	  'pwaEnabled': 'true'
  }

  _dm_gaq.pushEvent = function(trackingId, event, category, label, value, additionalParams = {}) {
	  const eventProps = {
		  send_to: trackingId,
		  event_category: category,
		  event_label: label,
		  value,
		  ...additionalParams,
		  ...(trackingId === _dm_gaq.systemAggregatedGaqID
				  ? _dm_gaq.gaAggregatedEventAttributes : {})
	  };
	  gtag('event', event, eventProps);
  }

	window.dataLayer = window.dataLayer || [];
	function gtag(){dataLayer.push(arguments);}
	gtag('js', new Date());

  function pushInsiteImpressions(id) {
	  _dm_insite.forEach((rule) => {
		  _dm_gaq.pushEvent(id, 'insite_impression', 'insite', rule.ruleType + '__' + rule.ruleId);
	  });
  }

if(_dm_gaq.systemAggregatedGaqID){
	// track aggregated account
	gtag('config', '', {
		'send_page_view': false,
		'anonymize_ip': true,
		'transport_type': 'beacon',
		'custom_map': {'dimension1': 'site_alias', 'dimension2': 'product', 'dimension3': 'dFooter', 'dimension4': 'sitetype'}
	});
	gtag('set', 'developer_id.dMDU5Nj', true);

	_dm_gaq.pushEvent('', 'page_view');
	pushInsiteImpressions(_dm_gaq.systemAggregatedGaqID);
}

if(_dm_gaq.externalGaqID && _dm_gaq.externalGaqID!= '') {
	gtag('config', 'UA-110940361-1', {
		'send_page_view': false,
		'anonymize_ip': true,
		'transport_type': 'beacon',
		'linker': {
			'domains': ['jamesapts.com']
		}
	});
	_dm_gaq.pushEvent('UA-110940361-1', 'page_view');
	pushInsiteImpressions(_dm_gaq.externalGaqID);
}
</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: 'b1d1774a'
});

// 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: b1d1774a -->
<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 -->
<div id="swh-25c72291d14a47759dde971603ec8d13"><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 = "b9614a427d530fdcb21e1f444c4f2b2c";
                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><!--  Site Wide Html Markup -->

