301 response code means that the requested resource has been permanently moved to a new URL. All future requests should use the new address.
The browser will automatically redirect the user to the new address, and search engines will update their indexes.
200 response code is a standard successful HTTP server response. It means that the client’s request (e.g., from a browser) was successfully processed, and the server is delivering the requested data.
The user receives content without errors, and the page or application functions properly. If Code 200 is accompanied by data, the browser or program processes and displays it to the user.
GET / HTTP/1.1 Host: lev1.com Accept: */* User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
<!doctype html > <html xmlns="http://www.w3.org/1999/xhtml" lang="en" class=""> <head> <meta charset="utf-8"> <script type="text/javascript"> window._currentDevice = 'desktop'; window.Parameters = window.Parameters || { HomeUrl: 'https://www.lev1.com/', AccountUUID: 'c1f9a940fb4d4c0392fd141cac88908c', SystemID: 'US_HIBU_PRODUCTION', SiteAlias: 'aba5fa99ba5543d0b432e8a95945d2e1', SiteType: atob('RFVEQU9ORQ=='), PublicationDate: 'Tue May 13 13:31:26 UTC 2025', ExternalUid: '668838245', IsSiteMultilingual: false, InitialPostAlias: '', InitialPostPageUuid: '', InitialDynamicItem: '', DynamicPageInfo: { isDynamicPage: false, base64JsonRowData: 'null', }, InitialPageAlias: 'home', InitialPageUuid: '4e608ffc4c6c46408e5059cd40133b42', InitialPageId: '101629898', InitialEncodedPageAlias: 'aG9tZQ==', InitialHeaderUuid: 'e987c3eb108d46278d921d4df47f957e', CurrentPageUrl: '', IsCurrentHomePage: true, AllowAjax: false, AfterAjaxCommand: null, HomeLinkText: 'Back To Home', UseGalleryModule: false, CurrentThemeName: 'Layout Theme', ThemeVersion: '53150', 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.lev1.com/', BlockContainerSelector: '.dmBody', NavbarSelector: '#dmNav:has(a)', SubNavbarSelector: '#subnav_main' }, hasCustomCode: true, planID: '755', 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 --> <meta name="google-site-verification" content="qzCgk50RrbN0IjxhUEUJ6uqW6b2aYOqY-bzp9lSBjOA" data-swh-uuid="d66751c5428f4b3facba4b4a5373368c"/> <!-- 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.lev1.com/"> <meta id="view" name="viewport" content="initial-scale=1, minimum-scale=1, maximum-scale=5, viewport-fit=cover"> <meta name="apple-mobile-web-app-capable" content="yes"> <!--Add favorites icons--> <link rel="icon" type="image/x-icon" href="https://cdn.hibuwebsites.com/aba5fa99ba5543d0b432e8a95945d2e1/site_favicon_16_1742523843174.ico"/> <!-- End favorite icons --> <link rel="preconnect" href="https://le-cdn.hibuwebsites.com/"/> <!-- render the required CSS and JS in the head section --> <script id='d-js-dmapi'> window.SystemID = 'US_HIBU_PRODUCTION'; if (!window.dmAPI) { window.dmAPI = { registerExternalRuntimeComponent: function () { }, getCurrentDeviceType: function () { return window._currentDevice; }, runOnReady: (ns, fn) => { const safeFn = dmAPI.toSafeFn(fn); ns = ns || 'global_' + Math.random().toString(36).slice(2, 11); const eventName = 'afterAjax.' + ns; if (document.readyState === 'complete') { $.DM.events.off(eventName).on(eventName, safeFn); setTimeout(function () { safeFn({ isAjax: false, }); }, 0); } else { window?.waitForDeferred?.('dmAjax', () => { $.DM.events.off(eventName).on(eventName, safeFn); safeFn({ isAjax: false, }); }); } }, toSafeFn: (fn) => { if (fn?.safe) { return fn; } const safeFn = function (...args) { try { return fn?.apply(null, args); } catch (e) { console.log('function failed ' + e.message); } }; safeFn.safe = true; return safeFn; } }; } if (!window.requestIdleCallback) { window.requestIdleCallback = function (fn) { setTimeout(fn, 0); } } </script> <!-- loadCSS function header.jsp--> <script id="d-js-load-css"> /** * There are a few <link> tags with CSS resource in them that are preloaded in the page * in each of those there is a "onload" handler which invokes the loadCSS callback * defined here. * We are monitoring 3 main CSS files - the runtime, the global and the page. * When each load we check to see if we can append them all in a batch. If threre * is no page css (which may happen on inner pages) then we do not wait for it */ (function () { let cssLinks = {}; function loadCssLink(link) { link.onload = null; link.rel = "stylesheet"; link.type = "text/css"; } function checkCss() { const pageCssLink = document.querySelector("[id*='CssLink']"); const widgetCssLink = document.querySelector("[id*='widgetCSS']"); if (cssLinks && cssLinks.runtime && cssLinks.global && (!pageCssLink || cssLinks.page) && (!widgetCssLink || cssLinks.widget)) { const storedRuntimeCssLink = cssLinks.runtime; const storedPageCssLink = cssLinks.page; const storedGlobalCssLink = cssLinks.global; const storedWidgetCssLink = cssLinks.widget; storedGlobalCssLink.disabled = true; loadCssLink(storedGlobalCssLink); if (storedPageCssLink) { storedPageCssLink.disabled = true; loadCssLink(storedPageCssLink); } if(storedWidgetCssLink) { storedWidgetCssLink.disabled = true; loadCssLink(storedWidgetCssLink); } storedRuntimeCssLink.disabled = true; loadCssLink(storedRuntimeCssLink); requestAnimationFrame(() => { setTimeout(() => { storedRuntimeCssLink.disabled = false; storedGlobalCssLink.disabled = false; if (storedPageCssLink) { storedPageCssLink.disabled = false; } if (storedWidgetCssLink) { storedWidgetCssLink.disabled = false; } // (SUP-4179) Clear the accumulated cssLinks only when we're // sure that the document has finished loading and the document // has been parsed. if(document.readyState === 'interactive') { cssLinks = null; } }, 0); }); } } function loadCSS(link) { try { var urlParams = new URLSearchParams(window.location.search); var noCSS = !!urlParams.get("nocss"); var cssTimeout = urlParams.get("cssTimeout") || 0; if (noCSS) { return; } if (link.href && link.href.includes("d-css-runtime")) { cssLinks.runtime = link; checkCss(); } else if (link.id === "siteGlobalCss") { cssLinks.global = link; checkCss(); } else if (link.id && link.id.includes("CssLink")) { cssLinks.page = link; checkCss(); } else if (link.id && link.id.includes("widgetCSS")) { cssLinks.widget = link; checkCss(); } else { requestIdleCallback(function () { window.setTimeout(function () { loadCssLink(link); }, parseInt(cssTimeout, 10)); }); } } catch (e) { throw e } } window.loadCSS = window.loadCSS || loadCSS; })(); </script> <script data-role="deferred-init" type="text/javascript"> /* usage: window.getDeferred(<deferred name>).resolve() or window.getDeferred(<deferred name>).promise.then(...)*/ function Def() { this.promise = new Promise((function (a, b) { this.resolve = a, this.reject = b }).bind(this)) } const defs = {}; window.getDeferred = function (a) { return null == defs[a] && (defs[a] = new Def), defs[a] } window.waitForDeferred = function (b, a, c) { let d = window?.getDeferred?.(b); d ? d.promise.then(a) : c && ["complete", "interactive"].includes(document.readyState) ? setTimeout(a, 1) : c ? document.addEventListener("DOMContentLoaded", a) : console.error(`Deferred does not exist`); }; </script> <style id="forceCssIncludes"> /* This file is auto-generated from a `scss` file with the same name */ .videobgwrapper{overflow:hidden;position:absolute;z-index:0;width:100%;height:100%;top:0;left:0;pointer-events:none;border-radius:inherit}.videobgframe{position:absolute;width:101%;height:100%;top:50%;left:50%;transform:translateY(-50%) translateX(-50%);object-fit:fill}#dm video.videobgframe{margin:0}@media (max-width:767px){.dmRoot .dmPhotoGallery.newPhotoGallery:not(.photo-gallery-done){min-height:80vh}}@media (min-width:1025px){.dmRoot .dmPhotoGallery.newPhotoGallery:not(.photo-gallery-done){min-height:45vh}}@media (min-width:768px) and (max-width:1024px){.responsiveTablet .dmPhotoGallery.newPhotoGallery:not(.photo-gallery-done){min-height:45vh}}#dm [data-show-on-page-only]{display:none!important}#dmRoot div.stickyHeaderFix div.site_content{margin-top:0!important}#dmRoot div.stickyHeaderFix div.hamburger-header-container{position:relative} body #dm #\31 185149256:not(.photo-gallery-done):not([data-widget-initialized]) { height: 58.0px !important; min-height: initial;} body #dm #\31 680463109:not(.photo-gallery-done):not([data-widget-initialized]) { height: 21.984375px !important; min-height: initial;} body #dm #\31 288773739:not(.photo-gallery-done):not([data-widget-initialized]) { height: 90.0px !important; min-height: initial;} body #dm #\31 901820047:not(.photo-gallery-done):not([data-widget-initialized]) { height: 19.5px !important; min-height: initial;} </style> <style id="cssVariables" type="text/css"> :root { --color_1: rgba(0,0,0,0); --color_2: rgba(255,255,255,1); --color_3: rgba(0,0,0,1); --color_4: rgba(0, 96, 163, 1); --color_5: rgba(255, 221, 0, 1); --color_6: rgba(57, 57, 57, 1); --color_7: rgba(231, 231, 231, 1); } </style> <style id="hideAnimFix"> .dmDesktopBody:not(.editGrid) [data-anim-desktop]:not([data-anim-desktop='none']), .dmDesktopBody:not(.editGrid) [data-anim-extended] { visibility: hidden; } .dmDesktopBody:not(.editGrid) .dmNewParagraph[data-anim-desktop]:not([data-anim-desktop='none']), .dmDesktopBody:not(.editGrid) .dmNewParagraph[data-anim-extended] { visibility: hidden !important; } #dmRoot:not(.editGrid) .flex-element [data-anim-extended] { visibility: hidden; } </style> <style id="criticalCss"> @charset "UTF-8";.display_None,.dmPopupMask{display:none}@font-face{font-family:FontAwesome;font-display:block;src:url(https://static-res-cdn.websites.hibu.com/fonts/fontawesome-webfont.eot?v=6);src:url(https://static-res-cdn.websites.hibu.com/fonts/fontawesome-webfont.eot?#iefix&v=6) format("embedded-opentype"),url(https://static-res-cdn.websites.hibu.com/fonts/fontawesome-webfont.woff?v=6) format("woff"),url(https://static-res-cdn.websites.hibu.com/fonts/fontawesome-webfont.ttf?v=6) format("truetype"),url(https://static-res-cdn.websites.hibu.com/fonts/fontawesome-webfont.svg#fontawesomeregular?v=6) format("svg");font-weight:400;font-style:normal}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(https://cdn.hibuwebsites.com/fonts/s/inter/v18/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa1ZL7.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Comfortaa;font-style:normal;font-weight:300 700;font-display:swap;src:url(https://cdn.hibuwebsites.com/fonts/s/comfortaa/v45/1Ptsg8LJRfWJmhDAuUs4TYFq.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}:root{--color_1:rgba(0,0,0,0);--color_2:rgba(255,255,255,1);--color_3:rgba(0,0,0,1);--color_4:rgba(0, 96, 163, 1);--color_5:rgba(255, 221, 0, 1);--color_6:rgba(57, 57, 57, 1);--color_7:rgba(231, 231, 231, 1)}.dmInner{min-height:100vh!important;position:relative;min-width:768px!important}.dmDisplay_None{display:none!important}.clearfix:after{clear:both;visibility:hidden;line-height:0;height:0}.clearfix:after,.clearfix:before{content:' ';display:table}.clearfix{display:inline-block}#dm .dmWidget .icon{font-size:26px}body.dmRoot #dm .dmOuter .dmInner .dmWidget .icon.hasFontIcon{height:26px;margin-top:-13px;line-height:normal;text-align:center;background-image:none}.dmRoot .hasFontIcon{background-image:none!important}.dmPopupMask{position:fixed;margin:0;width:10px;z-index:1000000999;top:0;left:0}#dmRoot .dmPopup,.dmPopup,.dmPopupClose:before,[data-display-type=block]{display:block}.dmPopup{text-align:left;position:fixed;top:10px;left:0;width:93%;z-index:1000009999!important;box-sizing:border-box;background:#f5f5f5;overflow-y:auto;height:100%}.dmPopup .dmPopupTitle{text-align:left;font:700 19px Helvetica,Arial;margin:20px 20px 35px;color:#999}#dmPopup{opacity:0}.dmPopupClose,.dmPopupClose:before{position:absolute;visibility:visible}.dmPopupClose{border-radius:25px;width:27px;height:27px;z-index:1;background-color:rgba(255,255,255,.4);top:12px;right:12px}.dmPopupClose:before{font-size:20px;color:#000;top:3px;right:3px}body.dmDesktopBody:not(.mac) .data::-webkit-scrollbar{width:5px;height:5px}body.dmDesktopBody:not(.mac) .data::-webkit-scrollbar-track{background:rgba(0,0,0,.1)}body.dmDesktopBody:not(.mac) .data::-webkit-scrollbar-thumb{background:#c8c8c8;box-shadow:inset 0 1px 2px #454545;border-radius:45px}.dmRespRow.fullBleedMode>.dmRespColsWrapper{width:100%!important;max-width:100%!important}.dmRespRow.fullBleedMode{padding-left:0!important;padding-right:0!important}#dm .dmRespRow .dmRespColsWrapper{display:flex}#dm .hasBackgroundOverlay:not(.dmPopupPage):not(.layout-drawer){position:relative!important}#dm .hasBackgroundOverlay:not(.hasExtraLayerOverlay):before{display:block!important;position:absolute!important;top:0!important;left:0!important;width:100%!important;height:100%!important;content:' '!important;border-radius:inherit}#dm .dmInner .dmWidget.align-center,.align-center{margin-left:auto;margin-right:auto}.text-align-center{text-align:center}body.fix-mobile-scrolling{overflow:initial}#hcontainer[has-shadow=true]{position:relative;z-index:1}#dmRoot{text-decoration-skip-ink:none}.dmform-title{padding-right:15px;padding-left:15px}@media (min-width:768px) and (max-width:1024px){#dmRoot.responsiveTablet #dm .dmInner .hide-for-medium{display:none!important}:root{--btn-text-font-size:18px}}@media (max-width:767px){#dmRoot.responsiveTablet #dm .dmInner .hide-for-small{display:none!important}}body{-webkit-overflow-scrolling:touch}@media (min-width:1025px){#dmRoot.responsiveTablet #dm .dmInner .hide-for-large{display:none!important}:root{--btn-text-font-size:18px}}header,main,nav{display:block}[hidden]{display:none}html{font-family:Source Sans Pro;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}h1{font-size:2em;margin:.67em 0}strong{font-weight:700}hr{box-sizing:content-box;height:0}img{border:0;max-width:100%;-ms-interpolation-mode:bicubic;display:inline-block}svg:not(:root){overflow:hidden}button,input,select{font-family:inherit;font-size:100%;margin:0}button,input{line-height:normal}button,select{text-transform:none}button,input[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}*,:after,:before{box-sizing:border-box}select{width:100%}.dmRespRow.dmRespRowNoPadding{padding:0}.dmRespDesignRow,.dmRespRow{padding-top:15px;padding-bottom:15px}.dmRespDesignRow:after,.dmRespDesignRow:before,.dmRespRow:after,.dmRespRow:before{content:' ';display:table}.dmRespDesignRow:after,.dmRespRow:after{clear:both}.dmRespDesignRow,.dmRespRow,.dmRespRow .dmRespColsWrapper{max-width:960px;position:relative;margin:0 auto;width:100%}@media screen and (min-width:1200px){.rows-1200 .dmRespDesignRow,.rows-1200 .dmRespRow:not(.fullBleedMode) .dmRespColsWrapper{max-width:1200px}}.dmRespDesignRow .dmRespDesignCol,.dmRespRow .dmRespCol{position:relative;width:100%;display:inline-block;vertical-align:top;float:left}.dmRespRow .dmRespCol>*{max-width:100%}.dmDesktopBody .dmRespRow .large-1{position:relative;width:8.33333%}.dmDesktopBody .dmRespRow .large-3{position:relative;width:25%}.dmDesktopBody .dmRespRow .large-4{position:relative;width:33.33333%}.dmDesktopBody .dmRespRow .large-6{position:relative;width:50%}.dmDesktopBody .dmRespRow .large-7{position:relative;width:58.33333%}.dmDesktopBody .dmRespDesignRow .large-12,.dmDesktopBody .dmRespRow .large-12{position:relative;width:100%}[class*=' dm-common-icons-']{speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:dm-common-icons!important}.dm-common-icons-close:before{content:'\e901'}#dm div.dmContent [class*=' icon-'],[class*=' icon-']{font-family:FontAwesome!important;font-weight:400;font-style:normal;text-decoration:inherit;-webkit-font-smoothing:antialiased}[class*=' icon-']:before{text-decoration:none;display:inline-block;speak:none}a [class*=' icon-']{display:inline}[class*=' icon-']{display:inline;width:auto;height:auto;line-height:normal;vertical-align:baseline;background-image:none;background-position:0 0;background-repeat:repeat;margin-top:0}.icon-envelope-alt:before{content:'\f003'}.icon-star:before{content:'\f005'}.icon-map-marker:before{content:'\f041'}.icon-angle-right:before{content:'\f105'}.icon-angle-down:before{content:'\f107'}#dm .dmRespRow .dmRespCol>.dmWidget{overflow:initial}@media (min-width:768px){#dm .dmRespRow .dmRespCol>.dmWidget{width:280px;max-width:100%}#dm .dmRespRow .dmRespCol.large-3>.dmWidget{width:100%}}@media (max-width:767px){#dm .dmInner .dmWidget{width:100%}}#dm .dmInner .dmWidget:not(.displayNone){display:inline-block}#dm .dmInner .dmWidget:not(.flexButton):not(.displayNone)[data-display-type=block]{display:block}#dm .dmInner .dmWidget.flexButton:not(.displayNone){display:flex}#dm .dmInner .dmWidget.flexButton{display:flex;align-items:center;justify-content:center;padding:10px 7px}#dm .dmInner .dmWidget.flexButton .text{padding:0!important;flex-grow:1;max-width:-webkit-max-content;max-width:max-content}#dm .dmInner .dmWidget.flexButton:after{display:none}#dm .dmInner .dmWidget{text-decoration:none;margin:10px 0;clear:both;position:relative;text-align:center;line-height:22px;box-shadow:none;background-image:none;padding:0;height:auto;border-style:solid;white-space:nowrap}#dm .dmInner .dmWidget:after{content:'';display:inline-block;height:100%;vertical-align:middle;width:0;margin-right:-.25em}.dmWidget.R{float:right}#dm .dmInner .dmWidget input{width:98%;margin:auto;font-size:1.125em;padding:10px!important;background-color:transparent}#dm .dmInner .dmWidget .iconBg{position:absolute;left:0;width:50px;top:50%;margin-top:-13px}#dm .dmWidget .text{display:inline-block;vertical-align:middle;font-size:1.125em;line-height:normal;white-space:normal;padding:10px 7px;max-width:98%}p.rteBlock{margin:0}html:not(.ios-preview) #dm .hasStickyHeader .dmInner div.dmHeaderContainer{position:fixed!important;z-index:101;width:100%;min-width:768px}.dmNewParagraph[data-version]{line-height:initial}.dmNewParagraph[data-version] .text-align-center{text-align:center!important}.dmNewParagraph[data-version] .text-align-right{text-align:right!important}.dmNewParagraph[data-version] h1,.dmNewParagraph[data-version] h3,.dmNewParagraph[data-version] p{margin-top:0;margin-bottom:0}.dmNewParagraph[data-version] a{vertical-align:initial}.inlineBindingLink{color:inherit!important;text-decoration:inherit!important}#dm .dmformsubmit input[type=submit]{text-align:inherit}#dm .dmPhotoGallery.newPhotoGallery .photoGalleryThumbs .caption-container .caption-inner div,#dm .dmPhotoGallery.newPhotoGallery .photoGalleryThumbs .caption-container .caption-inner h3,#dm .dmPhotoGallery.newPhotoGallery.captionAlignment-center_center .photoGalleryThumbs .caption-container .caption-inner:not(:has(>.caption-link)) div,#dm .dmPhotoGallery.newPhotoGallery.captionAlignment-center_center .photoGalleryThumbs .caption-container .caption-inner:not(:has(>.caption-link)) h3,.dmPhotoGallery.newPhotoGallery .photoGalleryThumbs .caption-container .caption-inner,.dmPhotoGalleryHolder,.imageWidget a{text-align:center}#dm div.dmInner .dmform[data-layout=layout-1] .dmforminput{display:block}#dm div.dmInner .dmform[data-layout=layout-1] .dmforminput>:not(label):not(div):not(small):not(.frc-banner){background:0;border:2px solid #000;display:inline-block}#dm div.dmInner .dmform .dmforminput label[hide=true]{display:none}.dmform .dmforminput label{display:block;overflow:hidden;text-overflow:ellipsis}.dmform .dmWidgetClear{clear:both;display:block}#dmRoot.dmLargeBody #dm .dmWidget.dmformsubmit{max-width:100%;padding:0}.dmLargeBody #dm .large-4 .dmformsubmit.dmWidget{width:150px}.dmPhotoGallery.newPhotoGallery .photoGalleryThumbs .caption-container .caption-inner h3{margin:0;line-height:normal;font-size:21px}.dmPhotoGallery.newPhotoGallery .photoGalleryThumbs .caption-container .caption-inner .caption-text,.dmPhotoGallery.newPhotoGallery .photoGalleryThumbs .caption-container .caption-inner .caption-title{max-width:100%}#dm .dmPhotoGallery.newPhotoGallery.captionAlignment-center_center .photoGalleryThumbs .caption-container .caption-inner:not(:has(>.caption-link)){justify-content:center;align-items:center}#dm .dmPhotoGallery.newPhotoGallery.captionAlignment-center_center .photoGalleryThumbs .caption-container .caption-inner .caption-button{margin:10px auto}#dm .dmPhotoGallery.newPhotoGallery .dmPhotoGalleryHolder{width:100%;padding:0;display:none}#dm .dmPhotoGallery.newPhotoGallery .layout-container .photogallery-column .photoGalleryThumbs .image-container a img{display:none!important}#dm .dmPhotoGallery.newPhotoGallery .photoGalleryThumbs .caption-container .caption-inner{align-items:center;display:flex;flex-direction:column;justify-content:center;position:relative;overflow:hidden;z-index:1;background-color:rgba(255,255,255,.9);color:#333;padding:15px;height:100%;box-sizing:border-box}#dm .dmPhotoGallery.newPhotoGallery .photoGalleryThumbs .caption-container .caption-inner .caption-button{margin:10px auto;max-width:100%}#dm .dmPhotoGallery.newPhotoGallery .photoGalleryThumbs .caption-container .caption-inner .caption-button .text{padding:10px 20px!important}#dm .dmPhotoGallery.newPhotoGallery.text-layout-over .photoGalleryThumbs .caption-container{height:100%;width:100%;position:absolute;top:0;left:0;padding:inherit}.hibu-asst-banner,.imageWidget{position:relative}#dm .dmPhotoGallery.newPhotoGallery.text-layout-over .photoGalleryThumbs .caption-inner{display:flex;flex-direction:column;justify-content:center;box-sizing:border-box;min-height:0!important;padding:10px;transform:scale(1.05);opacity:0;filter:alpha(opacity=0)}.imageWidget a{font-style:italic}.imageWidget img[width][height]{height:auto}.headerWidget{min-height:22px}.yextAddress{text-align:left}.hibu-asst-banner{width:100%;background-color:#5D3F6A;text-align:center;padding:16px 10px}.asst-banner-text o{font-size:20px;color:#E2B13C;font-weight:700}.asst-sms-button-desktop-hide{display:none}.motFactCont{margin-top:8px;margin-bottom:8px}.motFactCont p.rteBlock{display:block;line-height:22px;color:#fff!important;font-size:20px}#main-container,.fab{display:inline-block}.MFalignC{text-align:center!important}.dmHeader,.fab{text-align:center}p.rteBlock:after{color:#fff}#main-container{margin:0 auto}#close-bar{width:42.67px;z-index:10000006;position:absolute;bottom:.5em;right:.5em}#close-bar svg{fill:#fff!important}.fab{background:#fff;width:64px;height:64px;border-radius:50%;color:#333;box-shadow:0 0 3px rgba(0,0,0,.5),3px 3px 3px rgba(0,0,0,.25);position:fixed;bottom:0;right:0;font-size:2.6667em}.mobile-bg,.overlay,.social-bg{position:fixed;width:100%;left:0}.overlay{top:0;height:100%;background:#ECECEC;opacity:.9;display:none;z-index:10000001}.mobile-bg,.social-bg{bottom:0;z-index:10000002;display:none}.social-bg{z-index:10000005}.desktop-bg{position:absolute;min-width:200px;bottom:0;left:0;z-index:10000004;display:none;background:#fff;border-bottom:6px solid #333;box-shadow:0 0 3px rgba(0,0,0,.5),3px 3px 3px rgba(0,0,0,.25)}#float-container{position:fixed;right:0;top:50%;transform:translateY(-50%);white-space:nowrap;z-index:10000005}#help-text{display:none;position:absolute;margin:20px;color:#333;font-size:24px;text-align:left}#masterfab{z-index:10000006;display:none;align-items:center}#masterfab svg{fill:#ccc;margin:0 auto;display:block;width:60%;max-width:70px;max-height:50px}.modal__overlay{top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.6);display:flex;justify-content:center;align-items:center;position:relative;height:100%;width:100%}.modal__container{background-color:#fff;padding:30px;max-width:500px;min-width:200px;max-height:100vh;border-radius:4px;overflow-y:auto;box-sizing:border-box}#dm .dmRespRow.dmRespRowNoPadding,.dmContent,.dmInner ul:not(.defaultList),DIV.dmBody{padding:0}.modal__header{display:flex;justify-content:space-between;align-items:center}.modal__title{margin:0 auto;color:#000;font-weight:600;font-size:1.25rem;line-height:1.25;box-sizing:border-box}#dm div.dmRespCol>*,.modal__content{line-height:1.5}.modal__close{background:0 0;border:0;position:absolute;top:14px;right:14px}.modal__close,.modal__close svg{width:20px;height:20px;outline:0!important}.modal__close svg{position:absolute;left:0;top:0}.modal__content{margin-top:2rem;margin-bottom:2rem;color:rgba(0,0,0,.8)}@keyframes mmfadeOut{from{opacity:1}to{opacity:0}}@keyframes mmslideOut{from{transform:translateY(0)}to{transform:translateY(-10%)}}.micromodal-slide{display:none}.micromodal-slide[aria-hidden=true] .modal__overlay{animation:mmfadeOut .3s cubic-bezier(0,0,.2,1)}.micromodal-slide[aria-hidden=true] .modal__container{animation:mmslideOut .3s cubic-bezier(0,0,.2,1)}.micromodal-slide .modal__container,.micromodal-slide .modal__overlay{will-change:transform}.bold{font-weight:700}img[width][height]{height:auto}*{border:0 solid #333;scrollbar-arrow-color:#fff;scrollbar-track-color:#F2F2F2;scrollbar-face-color:silver;scrollbar-highlight-color:silver;scrollbar-3dlight-color:silver;scrollbar-shadow-color:silver;scrollbar-darkshadow-color:silver;scrollbar-width:12px}body{width:100%;overflow:hidden;-webkit-text-size-adjust:100%!important;-ms-text-size-adjust:100%!important}A IMG{border:none}h1,h2,h3,ul{margin-left:0;margin-right:0}.dmInner *{-webkit-font-smoothing:antialiased}.clearfix,a,img,li,ul{vertical-align:top}#iscrollBody,#site_content{position:relative}.dmOuter{word-wrap:break-word}.dmInner{font-size:16px;background:#fff;color:#666}.dmDesktopBody .dmInner{min-width:960px}.dmInner a{color:#463939}.dmHeader{background:#68ccd1;color:#666;position:relative;width:100%;max-width:100%}DIV.dmBody{clear:both}.dmContent{margin:0}#site_content ul:not(.defaultList){-webkit-padding-start:0;-moz-padding-start:0;list-style-position:inside}#innerBar{position:relative;height:36px;width:100%;font-size:20px;margin:0;z-index:80}.dmRespRowsWrapper{max-width:960px;margin:0 auto}.dmRespCol>[dmle_extension]:not(:first-child){margin-top:10px}.dmLargeBody .imageWidget:not(.displayNone){display:inline-block;max-width:100%}.imageWidget:not(.displayNone) img{width:100%}h3{font-weight:400;font-size:23px}#dm .dmRespColsWrapper{display:block}.dmNewParagraph{text-align:left;margin:8px 0;padding:2px 0}.dmLargeBody .dmRespRowsWrapper>.dmRespRow .dmRespCol,.dmLargeBody .fHeader .dmRespRow .dmRespCol{padding-left:.75%;padding-right:.75%}.dmLargeBody .dmRespRowsWrapper>.dmRespRow .dmRespCol:first-child,.dmLargeBody .fHeader .dmRespRow .dmRespCol:first-child{padding-left:0;padding-right:1.5%}.dmLargeBody .dmRespRowsWrapper>.dmRespRow .dmRespCol:last-child,.dmLargeBody .fHeader .dmRespRow .dmRespCol:last-child{padding-right:0;padding-left:1.5%}.dmLargeBody .dmRespRowsWrapper>.dmRespRow .dmRespCol:only-child,.dmLargeBody .fHeader .dmRespRow .dmRespCol:only-child{padding-left:0;padding-right:0}#innerBar.lineInnerBar{display:table;width:100%;box-shadow:none;-webkit-box-shadow:none;-moz-box-shadow:none;font-size:20px;margin-top:30px;margin-bottom:30px;background-color:transparent;color:#666}#innerBar .titleLine{display:table-cell;vertical-align:middle;width:50%}.dmPageTitleRow:not(#innerBar){display:none}.titleLine hr{min-height:1px;background-color:rgba(102,102,102,.2)}.dmStandardDesktop{display:block}#dmFirstContainer .dmRespRowsWrapper:after,#dmFirstContainer .dmRespRowsWrapper:before{content:"";display:table}.dmInner a{outline:0;vertical-align:inherit}.dmLinksMenu>ul{display:block;margin:0;font-size:inherit}.dmStandardDesktop{margin:0 auto}#dm h3.dmwidget-title[hide=true]{display:none}#dm .dmwidget-title{margin:10px 0;font-size:23px;text-shadow:none;text-align:left;text-transform:capitalize;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;word-wrap:normal}.dmform{clear:both}div.dmInner input[type=email],div.dmInner input[type=tel],div.dmInner input[type=text],div.dmInner select{font-size:16px;background-color:rgba(102,102,102,.15);border:2px solid #fff;width:100%;margin:3px 0;height:40px;padding:0 10px}div.dmInner input[type=submit]{margin:5px auto;width:100%;border-radius:5px;-webkit-border-radius:5px;-moz-border-radius:5px;height:30px!important;color:#f7f7f7;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;font-size:16px;border:none;outline:0}.dmforminput{margin-top:10px;text-align:left;padding-left:.9375em;padding-right:.9375em}#dm .dmform .dmformsubmit{margin:20px 15px}div.dmInner .dmformsubmit input[type=submit]{height:auto!important}.dmSpacer{border:0;height:15px}.dmPhotoGalleryHolder{font-size:medium!important;margin:0;list-style:none}#dm .dmPhotoGallery .dmPhotoGalleryHolder{width:100%;padding:0}body{background-color:#eee}[dmle_extension=custom_extension] .dmWidget{width:150px;padding:0 7px}.main-navigation.unifiednav{-js-display:flex;display:flex;justify-content:flex-start;align-items:stretch;overflow:visible}.main-navigation.unifiednav ul{list-style:none;padding:0;margin:0;font-size:1rem}.main-navigation.unifiednav .unifiednav__container{-js-display:flex;display:flex;justify-content:flex-start;list-style:none}.main-navigation.unifiednav .unifiednav__container>.unifiednav__item-wrap{-js-display:flex;display:flex;justify-content:flex-start;position:relative;font-weight:400}.main-navigation.unifiednav .unifiednav__container:not([data-depth])>.unifiednav__item-wrap::after,.main-navigation.unifiednav .unifiednav__container:not([data-depth])>.unifiednav__item-wrap::before{content:'';align-self:center;font-weight:700}.main-navigation.unifiednav .unifiednav__container>.unifiednav__item-wrap>.unifiednav__item{-js-display:flex;display:flex;justify-content:flex-start;align-items:center;flex-direction:row;color:inherit;text-decoration:none;position:relative;padding:12px 15px;margin:0;font-weight:inherit;letter-spacing:.03em}.main-navigation.unifiednav .unifiednav__container:not([data-depth])>.unifiednav__item-wrap>.unifiednav__item{padding:0 15px}.main-navigation.unifiednav .unifiednav__container>.unifiednav__item-wrap>.unifiednav__item .nav-item-text{white-space:nowrap}.main-navigation.unifiednav .unifiednav__container:not([data-depth])>.unifiednav__item-wrap>.unifiednav__item .nav-item-text::after,.main-navigation.unifiednav .unifiednav__container:not([data-depth])>.unifiednav__item-wrap>.unifiednav__item .nav-item-text::before{content:'';width:100%;height:0;border:0 solid transparent;border-top-color:currentColor;display:block;opacity:0}.main-navigation.unifiednav .unifiednav__container:not([data-depth])>.unifiednav__item-wrap>.unifiednav__item.dmNavItemSelected .nav-item-text::after,.main-navigation.unifiednav .unifiednav__container:not([data-depth])>.unifiednav__item-wrap>.unifiednav__item.dmNavItemSelected .nav-item-text::before{opacity:1}.main-navigation.unifiednav.effect-text-color{padding:12px 15px}.main-navigation.unifiednav.effect-text-color .unifiednav__container:not([data-depth])>.unifiednav__item-wrap>.unifiednav__item.dmNavItemSelected{color:#9a9a9a}.main-navigation.unifiednav .unifiednav__container .unifiednav__item:not(.unifiednav__item_has-sub-nav) .icon{display:none}.main-navigation.unifiednav .unifiednav__container[data-depth]{position:absolute;top:0;left:0;flex-direction:column;opacity:0;z-index:100;background-color:#faf9f9}.main-navigation.unifiednav .unifiednav__container[data-depth='0']{top:100%;transform:translateY(-10px)}.main-navigation.unifiednav:not(.unifiednav_vertical) .unifiednav__container[data-depth='0']{left:15px}.main-navigation.unifiednav .unifiednav__container>.unifiednav__item-wrap .unifiednav__container>.unifiednav__item-wrap{flex-direction:column}.main-navigation.unifiednav .unifiednav__container[data-depth]>.unifiednav__item-wrap .unifiednav__item{padding:15px 30px 15px 15px;margin:0}.main-navigation.unifiednav .unifiednav__container[data-depth]>.unifiednav__item-wrap:not(:last-child)::after{content:''!important;width:100%;height:0;color:#ececec;align-self:center;border:0 solid currentColor}.main-navigation.unifiednav[layout-sub=submenu_horizontal_2] .unifiednav__container[data-depth]{color:#999}.main-navigation.unifiednav[layout-sub=submenu_horizontal_2] .unifiednav__container[data-depth]>.unifiednav__item-wrap:not(:last-child)::after{border-top-width:1px}.main-navigation.unifiednav .unifiednav__container>.unifiednav__item-wrap>.unifiednav__item.unifiednav__item_has-sub-nav .icon{display:initial;padding-left:10px;margin-left:0}.main-navigation.unifiednav:not(.unifiednav_vertical)>.unifiednav__container{justify-content:inherit}#dm .p_hfcontainer nav.main-navigation.unifiednav{min-width:9em!important;text-align:initial!important}#dm .main-navigation.unifiednav .unifiednav__container[data-depth]{background-color:transparent}#dm .main-navigation.unifiednav[layout-sub=submenu_horizontal_2] .unifiednav__container[data-depth]{background-color:#faf9f9}#dm .main-navigation.unifiednav .unifiednav__container[data-depth]>.unifiednav__item-wrap:not(:last-child)::after{color:#d1d1d1}#dm .main-navigation.unifiednav:not([data-nav-structure=VERTICAL])>.unifiednav__container{flex-wrap:wrap;justify-content:inherit}#dm .main-navigation.unifiednav:not([data-nav-structure=VERTICAL])>.unifiednav__container .nav-item-text::before{text-align:left}#dm .main-navigation.unifiednav:not([data-nav-structure=VERTICAL]) .unifiednav__container:not([data-depth])>.unifiednav__item-wrap:not(:last-child)::after,#dm .main-navigation.unifiednav:not([data-nav-structure=VERTICAL]) .unifiednav__container:not([data-depth])>.unifiednav__item-wrap:not(:last-child)::before{content:''}#dm .main-navigation.unifiednav:not([data-nav-structure=SPLIT]) .unifiednav__container:not([data-depth])>.unifiednav__item-wrap:last-child .unifiednav__container[data-depth='0']{left:auto;right:0}#dm .dmBody .dmRespRowsWrapper{max-width:none;background-color:transparent}.dmLargeBody .dmRespRow{width:100%;max-width:none;margin-left:0;margin-right:0;padding-left:40px;padding-right:40px}.dm-bfs.dm-layout-home div.dmInner{background-color:#fff}.dmStandardDesktop .dmHeader{background-color:#68ccd1;max-width:100%}.standardHeaderLayout .dmHeader{float:none;display:block;height:auto}#dm div.dmContent h1{color:#666}#dm div.dmContent h1,#dm div.dmContent h3,#dm div.dmFooter h2,#dm div.dmInner{line-height:initial}#dm div.dmContent h3{color:#fff}#dm div.dmInner h1,#dm div.dmInner h2,#dm div.dmInner h3{font-family:Montserrat,"Montserrat Fallback"}#dm div.dmFooter h2{color:#333}#dm DIV.dmInner{background-repeat:no-repeat;background-image:url(https://irt-cdn.multiscreensite.com/ce0bb35f932b47bb809d0e37905542ba/dms3rep/multi/site_background_education-2087x1173.jpg);background-size:cover;background-position:50% 0}#dm div.dmOuter div.dmInner{background-position:center center;background-repeat:repeat;background-size:auto}#dm .dmNewParagraph a,#dm div.dmNewParagraph a{text-decoration:underline;color:rgba(147,147,147,1)}#dm .dmform .dmforminput label,#dm div.dmInner,#dm div.dmInner .dmRespCol{color:rgba(147,147,147,1);font-family:Roboto,"Roboto Fallback";font-size:16px}.dmLargeBody .dmBody .dmRespRowsWrapper{background-color:transparent}#dm .dmRespCol div.dmNewParagraph,#dm .dmform .dmforminput label,#dm div.dmInner,#dm div.dmInner .dmRespCol,.dmPhotoGallery .caption-text.caption-text{color:var(--color_6);font-family:Helvetica,"Helvetica Fallback";font-weight:400;font-size:18px}#dm div.dmContent h1,#dm div.dmContent h3,#dm div.dmFooter h2,#dm div.p_hfcontainer h2{color:rgba(0,0,0,1);font-family:Inter,"Inter Fallback";font-weight:700;font-style:normal}#dm .dmNewParagraph a,#dm div.dmNewParagraph a{color:var(--color_3)}#dm div.dmContent h1{color:var(--color_2);direction:ltr;text-decoration:none;font-size:40px}#dm div.dmContent .dmNewParagraph[data-version] h1{text-decoration:inherit}#dm div.dmContent .dmNewParagraph[data-version] h1 *{text-decoration:none}#dm div.dmFooter h2,#dm div.p_hfcontainer h2{color:var(--color_3);direction:ltr;text-decoration:none;font-size:27px}#dm div.dmContent h3{color:rgba(0,82,139,1);direction:ltr;text-decoration:none;font-size:22px}#dm div.dmContent .dmNewParagraph[data-version] h3{text-decoration:inherit}#dm div.dmContent .dmNewParagraph[data-version] h3 *{text-decoration:none}#dm DIV.dmOuter DIV.dmInner{background-image:none;background-color:rgba(255,255,255,1)}#dm .dmContent .dmRespRow{margin:0;padding:15px 40px}#dm .dmContent .dmRespRow .dmRespCol{margin:0;padding:0}.u_1184314489,.u_1319932814,.u_1653739135,.u_1883009686{background-size:auto!important;margin:0!important}@media all{:root{--btn-text-direction:ltr;--btn-border-r-color:var(--btn-border-color);--btn-border-l-color:var(--btn-border-color);--btn-border-b-width:var(--btn-border-width);--btn-border-width:0px;--btn-border-radius:0px;--btn-border-t-width:var(--btn-border-width);--btn-border-tl-radius:var(--btn-border-radius);--btn-border-br-radius:var(--btn-border-radius);--btn-border-bl-radius:var(--btn-border-radius);--btn-bg-color:var(--color_5);--btn-border-color:rgba(0, 0, 0, 0);--btn-border-tr-radius:var(--btn-border-radius);--btn-border-r-width:var(--btn-border-width);--btn-border-b-color:var(--btn-border-color);--btn-border-l-width:var(--btn-border-width);--btn-border-t-color:var(--btn-border-color);--btn-text-align:center;--btn-text-color:var(--color_3);--btn-text-decoration:none;--btn-text-font-weight:bold;--btn-text-font-family:Helvetica,"Helvetica Fallback";--btn-icon-color:rgb(247, 247, 247);--btn-icon-fill:rgb(247, 247, 247);--btn-icon-wrpr-display:none;--btn-hover-border-b-color:var(--btn-hover-border-color);--btn-hover-bg:rgba(0, 76, 127, 1);--btn-hover-border-t-color:var(--btn-hover-border-color);--btn-hover-border-r-color:var(--btn-hover-border-color);--btn-hover-border-l-color:var(--btn-hover-border-color);--btn-hover-border-color:var(--color_1);--btn-hover-text-color:var(--color_2);--btn-hover-text-font-weight:var(--btn-text-font-weight);--btn-hover-text-decoration:var(--btn-text-decoration);--btn-hover-text-font-style:var(--btn-text-font-style)}}@media (min-width:0px) and (max-width:767px){:root{--btn-text-font-size:14px}}#dm .dmWidget:not([data-buttonstyle]){border-radius:50px}#dm .dmWidget:not([data-buttonstyle]) .text,#dm .dmWidget:not([data-buttonstyle]) input,#dm .dmWidget:not([data-buttonstyle]).flexButton{padding:10px 0}#dm .dmOuter .dmInner .dmWidget[data-buttonstyle=ROUND_SIDES] .iconBg,#dm .dmWidget:not([data-buttonstyle]) .iconBg{display:none}#dm div.dmInner #site_content .dmWidget,#dm div.dmInner .dmHeader .dmWidget{background-color:var(--btn-bg-color);border-color:var(--btn-border-color);border-bottom-color:var(--btn-border-b-color);border-left-color:var(--btn-border-l-color);border-right-color:var(--btn-border-r-color);border-top-color:var(--btn-border-t-color);border-radius:var(--btn-border-radius);border-bottom-left-radius:var(--btn-border-bl-radius);border-bottom-right-radius:var(--btn-border-br-radius);border-top-left-radius:var(--btn-border-tl-radius);border-top-right-radius:var(--btn-border-tr-radius);border-width:var(--btn-border-width);border-bottom-width:var(--btn-border-b-width);border-left-width:var(--btn-border-l-width);border-right-width:var(--btn-border-r-width);border-top-width:var(--btn-border-t-width);direction:var(--btn-text-direction);text-align:var(--btn-text-align)}#dm div.dmInner #site_content .dmWidget span.text,#dm div.dmInner #site_content .dmformsubmit input{color:var(--btn-text-color);font-family:var(--btn-text-font-family);font-size:var(--btn-text-font-size);font-weight:var(--btn-text-font-weight);text-decoration:var(--btn-text-decoration)}#dm .p_hfcontainer .main-navigation.unifiednav:not(.unifiednav_vertical) .unifiednav__container:not([data-depth])>.unifiednav__item-wrap:not(:last-child)::after,#dm .p_hfcontainer .main-navigation.unifiednav:not(.unifiednav_vertical) .unifiednav__container:not([data-depth])>.unifiednav__item-wrap:not(:last-child)::before,#dm .p_hfcontainer .u_1436707807.main-navigation.unifiednav:not([data-nav-structure=VERTICAL]) .unifiednav__container:not([data-depth])>.unifiednav__item-wrap:not(:last-child)::after,#dm .p_hfcontainer .u_1436707807.main-navigation.unifiednav:not([data-nav-structure=VERTICAL]) .unifiednav__container:not([data-depth])>.unifiednav__item-wrap:not(:last-child)::before{font-size:14px!important}#dm div.dmInner #site_content .dmWidget span.icon,#dm div.dmInner .dmHeader .dmWidget span.icon{color:var(--btn-icon-color);fill:var(--btn-icon-fill)}.u_1014557832,.u_1184314489,.u_1293138359,.u_1319932814,.u_1653739135,.u_1883009686{background-image:none!important;background-position:0 0!important;background-repeat:repeat!important;color:#111!important;text-align:start!important}#dm div.dmInner #site_content .dmWidget:not([data-buttonstyle]) .iconBg,#dm div.dmInner .dmHeader .dmWidget:not([data-buttonstyle]) .iconBg{display:var(--btn-icon-wrpr-display)}.u_1319932814,.u_1653739135{background-color:rgba(0,0,0,0)!important;padding:0!important}.u_1184314489{background-color:rgba(0,0,0,0)!important;padding:0 7.19px!important}.u_1883009686{background-color:rgba(0,0,0,0)!important;padding:5px 40px!important}.u_1014557832,.u_1556424883{padding:0!important;margin:0!important;background-size:auto!important}#dm .dmInner div.dmHeader,#dm .dmInner div.dmHeader.u_hcontainer,#dm .dmInner div.u_hcontainer{background-color:rgba(255,255,255,1)!important;box-shadow:rgba(0,0,0,.25) 0 3px 11px 0!important;-moz-box-shadow:rgba(0,0,0,.25) 0 3px 11px 0!important;-webkit-box-shadow:rgba(0,0,0,.25) 0 3px 11px 0!important}#dm .p_hfcontainer .u_1680463109 .yextAddress{text-align:LEFT!important}a.u_1146053588 .iconBg,a.u_1594050960 .iconBg{display:none!important}#dm .p_hfcontainer .u_1242564741{width:100%!important}#dm .p_hfcontainer .u_1436707807.main-navigation.unifiednav .unifiednav__container[data-depth="0"]{top:calc(100% - 0px - 0px)!important}#dm .p_hfcontainer .u_1436707807.main-navigation.unifiednav .unifiednav__container:not([data-depth])>.unifiednav__item-wrap:not(:last-child) .unifiednav__container[data-depth="0"]{left:30px!important}nav.u_1436707807.main-navigation.unifiednav .unifiednav__container[data-depth]{background-color:rgba(255,255,255,1)!important}.u_1014557832{background-color:rgba(0,0,0,0)!important}.u_1293138359{background-color:#463939!important;background-size:auto!important;margin:0!important;padding:4px 40px!important}#dm .p_hfcontainer .u_1436707807.main-navigation.unifiednav:not([image]) .unifiednav__container[data-depth="0"]{top:calc(100% - 0px - 0px)!important}#dm .p_hfcontainer .u_1436707807.main-navigation.unifiednav[data-nav-structure=HORIZONTAL] .unifiednav__container:not([data-depth])>.unifiednav__item-wrap:not(:last-child) .unifiednav__container[data-depth="0"]{left:5px!important}div.u_1293138359{background-color:var(--color_2)!important}nav.u_1436707807.main-navigation.unifiednav .unifiednav__container[data-depth]>.unifiednav__item-wrap:not(:last-child)::after{border-top-color:rgba(17,17,17,1)!important;border-top-width:0!important;border-top-style:solid!important}#dm .p_hfcontainer .u_1436707807.main-navigation.unifiednav .unifiednav__container[data-depth] .unifiednav__item{margin:0!important;padding:10px 30px 10px 15px!important}nav.u_1436707807{color:#000!important}nav.u_1436707807.main-navigation.unifiednav .unifiednav__container:not([data-depth])>.unifiednav__item-wrap>.unifiednav__item.dmNavItemSelected{color:var(--color_4)!important;font-weight:700!important}nav.u_1436707807.main-navigation.unifiednav .unifiednav__container[data-depth] .unifiednav__item{color:rgba(0,0,0,1)!important;font-family:Comfortaa!important;font-weight:700!important}nav.u_1436707807.main-navigation.unifiednav .unifiednav__container:not([data-depth])>.unifiednav__item-wrap>.unifiednav__item{color:var(--color_3)!important;font-weight:700!important;font-family:Comfortaa!important}#dm .p_hfcontainer .u_1436707807.main-navigation.unifiednav .unifiednav__container:not([data-depth])>.unifiednav__item-wrap>.unifiednav__item{padding:0 3px!important;margin:0!important}nav.u_1628822676{color:#000!important}#dm .p_hfcontainer .u_1628822676.main-navigation.unifiednav .unifiednav__container[data-depth="0"]{top:calc(100% - 0px - 0px)!important}#dm .p_hfcontainer .u_1628822676.main-navigation.unifiednav .unifiednav__container:not([data-depth])>.unifiednav__item-wrap:not(:last-child) .unifiednav__container[data-depth="0"]{left:30px!important}nav.u_1628822676.main-navigation.unifiednav .unifiednav__container[data-depth]{background-color:rgba(255,255,255,1)!important}.u_1431952188,.u_1439441998,.u_1556424883{background-color:rgba(0,0,0,0)!important;color:#111!important;background-image:none!important;background-position:0 0!important;background-repeat:repeat!important}.u_1556424883{text-align:start!important}.u_1731910928{background-image:none!important;background-color:#463939!important;background-position:0 0!important;background-size:auto!important;background-repeat:repeat!important;margin:0!important;text-align:start!important;color:#111!important;padding:4px 40px!important}#dm .p_hfcontainer .u_1628822676.main-navigation.unifiednav:not([image]) .unifiednav__container[data-depth="0"]{top:calc(100% - 0px - 0px)!important}#dm .p_hfcontainer .u_1628822676.main-navigation.unifiednav[data-nav-structure=HORIZONTAL] .unifiednav__container:not([data-depth])>.unifiednav__item-wrap:not(:last-child) .unifiednav__container[data-depth="0"]{left:5px!important}nav.u_1628822676.main-navigation.unifiednav .unifiednav__container[data-depth]>.unifiednav__item-wrap:not(:last-child)::after{border-top-color:rgba(17,17,17,1)!important;border-top-width:0!important;border-top-style:solid!important}#dm .p_hfcontainer .u_1628822676.main-navigation.unifiednav .unifiednav__container[data-depth] .unifiednav__item{margin:0!important;padding:10px 30px 10px 15px!important}nav.u_1628822676.main-navigation.unifiednav .unifiednav__container:not([data-depth])>.unifiednav__item-wrap>.unifiednav__item.dmNavItemSelected{color:var(--color_4)!important;font-weight:700!important}nav.u_1628822676.main-navigation.unifiednav .unifiednav__container[data-depth] .unifiednav__item{color:rgba(0,0,0,1)!important;font-family:Comfortaa!important;font-weight:700!important}nav.u_1628822676.main-navigation.unifiednav .unifiednav__container:not([data-depth])>.unifiednav__item-wrap>.unifiednav__item{color:var(--color_3)!important;font-weight:700!important;font-family:Comfortaa!important}#dm .p_hfcontainer .u_1628822676.main-navigation.unifiednav .unifiednav__container:not([data-depth])>.unifiednav__item-wrap>.unifiednav__item{padding:0 5px!important;margin:0!important}#dm .p_hfcontainer .u_1628822676.main-navigation.unifiednav:not([data-nav-structure=VERTICAL]) .unifiednav__container:not([data-depth])>.unifiednav__item-wrap:not(:last-child)::after,#dm .p_hfcontainer .u_1628822676.main-navigation.unifiednav:not([data-nav-structure=VERTICAL]) .unifiednav__container:not([data-depth])>.unifiednav__item-wrap:not(:last-child)::before{font-size:16px!important}div.u_1731910928{background-color:var(--color_2)!important}#dm .dmInner div.u_hcontainer{float:none!important;top:0!important;left:0!important;width:100%!important;position:relative!important;height:auto!important;max-width:100%!important;min-width:0!important;text-align:center!important;padding:25px 0 20px!important;margin:0 auto!important}#dm .p_hfcontainer div.u_1185149256,div.u_1680463109{min-width:25px!important;text-align:start!important;float:none!important;top:0!important;left:0!important}#dm .dmInner div.dmHeader.u_hcontainer{padding-bottom:20px!important;padding-top:25px!important}#dm .dmInner div.fHeader .dmHeader[freeheader=true]{padding-top:12px!important;padding-bottom:12px!important}.fHeader #hcontainer.dmHeader[freeheader=true]{padding-top:initial!important;padding-bottom:initial!important}.stickyHeaderSpacer{height:244.19px!important}@media (min-width:768px) and (max-width:1024px){:root{--btn-text-font-size:16px}.responsiveTablet .stickyHeaderSpacer{height:174.11px!important}}@media (min-width:1025px){.responsiveTablet .stickyHeaderSpacer{height:187.13px!important}}#dm .dmInner div.fHeader.dmHeaderContainer #hcontainer.dmHeader[freeheader=true]{margin:0!important;padding:0!important}div.u_1680463109{width:calc(100% - 0px)!important;position:relative!important;height:22px!important;max-width:382px!important;padding:0!important}div.u_1680463109 .yextAddress{font-weight:700!important;font-size:20px!important}#dm .p_hfcontainer div.u_1319932814{padding-top:0!important;padding-left:0!important}#dm .p_hfcontainer div.u_1653739135{padding:0 10px 0 0!important;margin:0!important}#dm .p_hfcontainer div.u_1883009686{width:auto!important;margin:0!important;padding:15px 40px 5px!important}#dm .p_hfcontainer div.u_1680463109 .yextAddress{font-weight:700!important;font-size:16px!important}#dm .p_hfcontainer div.u_1185149256{width:calc(100% - 0px)!important;position:relative!important;height:auto!important;max-width:100%!important;padding:0!important;margin:6px 0 0!important}#dm .p_hfcontainer a.u_1811071921,#dm .p_hfcontainer div.u_1192064132{max-width:100%!important;min-width:0!important;position:relative!important;display:block!important}#dm .p_hfcontainer div.u_1192064132{float:none!important;top:0!important;left:0!important;width:184.75px!important;height:auto!important;padding:2px 0 0!important;margin:11px 0 0 auto!important}#dm .p_hfcontainer a.u_1811071921,#dm .p_hfcontainer div.u_1242564741{padding:0!important;float:none!important;top:0!important;left:0!important}#dm .p_hfcontainer a.u_1811071921{width:210px!important;height:48px!important;text-align:center!important;margin:12px 0 0 auto!important}#dm .p_hfcontainer div.u_1242564741{width:calc(100% - 135px)!important;height:auto!important;display:block!important;position:relative!important;max-width:313.98px!important;min-width:25px!important;text-align:start!important;margin:0 auto!important}#dm .p_hfcontainer div.u_1680463109,nav.u_1436707807,nav.u_1628822676{width:calc(100% - 0px)!important;min-width:25px!important;text-align:start!important}#dm .p_hfcontainer a.u_1811071921 span.text{font-size:18px!important}#dm .p_hfcontainer div.u_1680463109{display:block!important;float:none!important;top:0!important;left:0!important;position:relative!important;height:21.98px!important;max-width:100%!important;margin:7.02px 17.98px 0 0!important;padding:2px 0!important}#dm .dmBody div.u_1406834629,nav.u_1436707807,nav.u_1628822676{height:auto!important;max-width:100%!important;float:none!important;top:0!important;left:0!important;position:relative!important}nav.u_1436707807.main-navigation.unifiednav:not(.unifiednav_vertical) .unifiednav__container:not([data-depth])>.unifiednav__item-wrap:not(:last-child)::after,nav.u_1436707807.main-navigation.unifiednav:not(.unifiednav_vertical) .unifiednav__container:not([data-depth])>.unifiednav__item-wrap:not(:last-child)::before,nav.u_1436707807.main-navigation.unifiednav:not([data-nav-structure=VERTICAL]) .unifiednav__container:not([data-depth])>.unifiednav__item-wrap:not(:last-child)::after,nav.u_1436707807.main-navigation.unifiednav:not([data-nav-structure=VERTICAL]) .unifiednav__container:not([data-depth])>.unifiednav__item-wrap:not(:last-child)::before{padding-top:0!important;padding-bottom:0!important;margin-top:0!important;margin-bottom:0!important}#dm .p_hfcontainer nav.u_1436707807,nav.u_1436707807{padding:6px 0 6.8px!important;margin:0!important}nav.u_1436707807{justify-content:center!important;align-items:stretch!important}nav.u_1436707807.main-navigation.unifiednav .unifiednav__container:not([data-depth])>.unifiednav__item-wrap>.unifiednav__item,nav.u_1436707807.main-navigation.unifiednav .unifiednav__container[data-depth] .unifiednav__item{font-size:16px!important}#dm .p_hfcontainer nav.u_1436707807.main-navigation.unifiednav .unifiednav__container:not([data-depth])>.unifiednav__item-wrap>.unifiednav__item{font-size:14px!important}.font-size-16,.size-16,nav.u_1628822676.main-navigation.unifiednav .unifiednav__container:not([data-depth])>.unifiednav__item-wrap>.unifiednav__item,nav.u_1628822676.main-navigation.unifiednav .unifiednav__container[data-depth] .unifiednav__item{font-size:16px!important}nav.u_1628822676.main-navigation.unifiednav:not(.unifiednav_vertical) .unifiednav__container:not([data-depth])>.unifiednav__item-wrap:not(:last-child)::after,nav.u_1628822676.main-navigation.unifiednav:not(.unifiednav_vertical) .unifiednav__container:not([data-depth])>.unifiednav__item-wrap:not(:last-child)::before,nav.u_1628822676.main-navigation.unifiednav:not([data-nav-structure=VERTICAL]) .unifiednav__container:not([data-depth])>.unifiednav__item-wrap:not(:last-child)::after,nav.u_1628822676.main-navigation.unifiednav:not([data-nav-structure=VERTICAL]) .unifiednav__container:not([data-depth])>.unifiednav__item-wrap:not(:last-child)::before{padding-top:0!important;padding-bottom:0!important;margin-top:0!important;margin-bottom:0!important}nav.u_1628822676{justify-content:center!important;align-items:stretch!important;padding:6px 0 6.8px!important;margin:0!important}#dm .dmBody div.dmform-error{font-style:normal!important}.u_1439441998{background-size:auto!important;margin:0!important;text-align:start!important;padding:30px 40px!important}.u_1431952188{background-size:auto!important;margin:0!important;text-align:start!important;padding:0!important}#dm .dmBody .u_1187720983:before{opacity:.5!important;background-color:#fff!important}.u_1187720983,.u_1381869994{background-color:rgba(0,0,0,0)!important;margin:0!important;color:#11414b!important;text-align:center!important}.u_1381869994{background-image:none!important;background-position:0 0!important;background-size:auto!important;background-repeat:repeat!important;padding:60px 14.39px 60px 0!important}.u_1187720983{background-image:url(https://le-cdn.hibuwebsites.com/md/dmip/dms3rep/multi/opt/woman-boxer-sport-1920w.jpg),url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAABhGlDQ1BJQ0MgcHJvZmlsZQAAKJF9kT1Iw0AcxV9TpUUqHSwo4pChOlkQFemoVShChVArtOpgcukXNGlIUlwcBdeCgx+LVQcXZ10dXAVB8APEzc1J0UVK/F9aaBHjwXE/3t173L0DhEaFaVbPBKDptplOJsRsblUMvEJAGEEMIi4zy5iTpBQ8x9c9fHy9i/Es73N/jn41bzHAJxLPMsO0iTeIZzZtg/M+cYSVZJX4nHjcpAsSP3JdafEb56LLAs+MmJn0PHGEWCx2sdLFrGRqxNPEUVXTKV/ItljlvMVZq9RY+578haG8vrLMdZojSGIRS5AgQkENZVRgI0arToqFNO0nPPzDrl8il0KuMhg5FlCFBtn1g//B726twtRkKymUAHpfHOdjFAjsAs2643wfO07zBPA/A1d6x19tAPFP0usdLXoEhLeBi+uOpuwBlzvA0JMhm7Ir+WkKhQLwfkbflAMGboG+tVZv7X2cPgAZ6ip1AxwcAmNFyl73eHewu7d/z7T7+wFwJnKmZ9+MiwAAAAZiS0dEAP8A/wD/oL2nkwAAAAlwSFlzAAAuIwAALiMBeKU/dgAAAAd0SU1FB+UCDwksLkLIPkkAAAAZdEVYdENvbW1lbnQAQ3JlYXRlZCB3aXRoIEdJTVBXgQ4XAAAAC0lEQVQI12NgAAIAAAUAAeImBZsAAAAASUVORK5CYII=)!important;background-position:50% 50%!important;background-size:cover!important;background-repeat:no-repeat!important;padding:80px 40px!important}.u_1462389432{background-image:none!important;background-color:#ececec!important;background-position:0 0!important;background-size:auto!important;background-repeat:repeat!important;margin:0!important;text-align:center!important;color:#11414b!important;padding:0!important}#dm .d-page-1716942098 DIV.dmInner,#dm .dmBody div.u_1187720983{background-repeat:no-repeat!important;background-size:cover!important;background-position:50% 50%!important}#dm .dmBody .u_1253489779 .dmwidget-title,#dm .dmBody .u_1711157941{text-align:CENTER!important}#dm .dmBody div.u_1711157941,#dm .dmBody div.u_1901820047 .openHours{color:rgba(255,255,255,1)!important;font-weight:700!important}#dm .dmBody div.u_1288773739 .motFactCont p.rteBlock{font-weight:400!important}#dm .dmBody div.u_1462389432{background-color:var(--color_3)!important;box-shadow:none!important;-moz-box-shadow:none!important;-webkit-box-shadow:none!important;border-radius:12px!important;-moz-border-radius:12px!important;-webkit-border-radius:12px!important}#dm .dmBody div.u_1187720983:before{background-color:var(--color_3)!important;opacity:.5!important}#dm .dmBody .u_1253489779 .dmformsubmit{float:none!important;display:block!important;margin-left:auto!important;margin-right:auto!important;min-width:150px!important;min-width:190px!important}#dm .dmBody div.u_1253489779 .dmwidget-title{color:rgba(255,255,255,1)!important;font-weight:700!important;margin:10px 0 0!important}#dm .dmBody div.u_1253489779{background-color:rgba(0,0,0,0)!important;border-style:solid!important;border-width:0!important;border-color:rgba(160,158,158,1)!important}#dm .dmBody div.u_1253489779 .dmform-success,#dm .dmBody div.u_1253489779 .dmform-success .rteBlock{color:rgba(255,255,255,1)!important}#dm .dmBody div.u_1253489779 .dmforminput label:not(.for-checkable):not(.custom-contact-checkable){color:rgba(255,255,255,1)!important;font-weight:700!important;font-style:normal!important}#dm .dmBody div.u_1253489779 input:not([type=submit]),#dm .dmBody div.u_1253489779 select{border-style:solid!important;border-width:0!important;border-color:rgba(187,187,187,1)!important;background-color:rgba(255,255,255,.9)!important;border-radius:5px!important}#dm .dmBody div.u_1253489779 .dmforminput input,#dm .dmBody div.u_1253489779 .dmforminput option,#dm .dmBody div.u_1253489779 .dmforminput select{color:rgba(0,0,0,1)!important}#dm .dmBody div.u_1316141761{background-color:rgba(0,82,139,1)!important}#dm .dmBody div.u_1046863609,#dm .dmBody div.u_1219342342 .hibu-asst-banner{background-color:var(--color_4)!important}#dm .dmBody .u_1219342342 .asst-banner-text o{color:var(--color_5)!important}#dm .d-page-1716942098 DIV.dmInner{background-attachment:fixed!important}#dm .dmBody .u_1288773739 .motFactCont p.rteBlock{line-height:30px!important}#dm .dmBody div.u_1711157941{font-size:28px!important;padding:0!important}#dm .dmBody div.u_1406834629{width:460px!important;min-width:0!important;display:block!important;padding:2px 0 0!important;margin:24px auto 0!important}#dm .dmBody div.u_1901820047{float:none!important;top:0!important;left:0!important;width:calc(100% - 0px)!important;position:relative!important;height:19.5px!important;max-width:100%!important;min-width:25px!important;text-align:center!important;padding:0!important;margin:30px 0 0!important}#dm .dmBody div.u_1462389432{padding:0!important;margin:0!important}#dm .dmBody div.u_1477159206{margin:0!important;padding:0 0 0 16.8px!important}#dm .dmBody div.u_1288773739{display:block!important;float:none!important;top:0!important;left:0!important;width:685.59px!important;position:relative!important;height:90px!important;max-width:100%!important;min-width:0!important;text-align:center!important;padding:0!important;margin:25px 0 30px!important}#dm .dmBody div.u_1439441998,#dm .dmBody div.u_1603827033{float:none!important;top:0!important;left:0!important;position:relative!important;height:auto!important;max-width:100%!important;min-width:0!important}#dm .dmBody div.u_1381869994{padding:35px 14.39px 0 0!important;margin:0!important}#dm .dmBody div.u_1603827033{display:block!important;width:531px!important;padding:2px 0!important;margin:8px auto!important}#dm .dmBody div.u_1439441998{width:auto!important;text-align:start!important;padding:33.5px 40px 18.5px!important;margin:0!important}#dm .dmBody div.u_1431056558,#dm .dmBody div.u_1693181542,#dm .dmBody div.u_1942036452{height:auto!important;min-width:25px!important;padding:2px 0!important;float:none!important;top:0!important;left:0!important;position:relative!important}#dm .dmBody div.u_1431056558{width:calc(100% - 45px)!important;max-width:1109.96px!important;margin:8px auto!important}#dm .dmBody div.u_1693181542,#dm .dmBody div.u_1942036452{display:block!important;width:calc(100% - 0px)!important;max-width:100%!important}#dm .dmBody div.u_1253489779 .dmwidget-title{font-size:22px!important}#dm .dmBody div.u_1253489779 .dmform-success,#dm .dmBody div.u_1253489779 .dmform-success .rteBlock{font-size:18px!important}#dm .dmBody div.u_1253489779 .dmforminput input,#dm .dmBody div.u_1253489779 .dmforminput label:not(.for-checkable):not(.custom-contact-checkable),#dm .dmBody div.u_1253489779 .dmforminput option,#dm .dmBody div.u_1253489779 .dmforminput select{font-size:15px!important}#dm .dmBody div.u_1253489779 .dmformsubmit{width:206px!important;height:44px!important}#dm .dmBody div.u_1253489779{display:block!important;float:none!important;top:0!important;left:0!important;width:357px!important;position:relative!important;height:auto!important;max-width:100%!important;min-width:0!important;text-align:center!important;padding:0 0 10px!important;margin:0 auto!important}#dm .dmBody div.u_1135314427,#dm .dmBody div.u_1388830482,#dm .dmBody div.u_1834405730{height:19px!important}#dm .dmBody a.u_1390745866,#dm .dmBody div.u_1705014017{float:none!important;top:0!important;left:0!important;position:relative!important;height:auto!important;min-width:25px!important}#dm .dmBody div.u_1705014017{display:block!important;width:calc(100% - 0px)!important;max-width:100%!important;padding:2px 0!important;margin:-8px auto 8px!important}#dm .dmBody div.u_1187720983{background-image:url(https://le-cdn.hibuwebsites.com/aba5fa99ba5543d0b432e8a95945d2e1/dms3rep/multi/opt/Arrington-indoor-pool-1920w.PNG),url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAABhGlDQ1BJQ0MgcHJvZmlsZQAAKJF9kT1Iw0AcxV9TpUUqHSwo4pChOlkQFemoVShChVArtOpgcukXNGlIUlwcBdeCgx+LVQcXZ10dXAVB8APEzc1J0UVK/F9aaBHjwXE/3t173L0DhEaFaVbPBKDptplOJsRsblUMvEJAGEEMIi4zy5iTpBQ8x9c9fHy9i/Es73N/jn41bzHAJxLPMsO0iTeIZzZtg/M+cYSVZJX4nHjcpAsSP3JdafEb56LLAs+MmJn0PHGEWCx2sdLFrGRqxNPEUVXTKV/ItljlvMVZq9RY+578haG8vrLMdZojSGIRS5AgQkENZVRgI0arToqFNO0nPPzDrl8il0KuMhg5FlCFBtn1g//B726twtRkKymUAHpfHOdjFAjsAs2643wfO07zBPA/A1d6x19tAPFP0usdLXoEhLeBi+uOpuwBlzvA0JMhm7Ir+WkKhQLwfkbflAMGboG+tVZv7X2cPgAZ6ip1AxwcAmNFyl73eHewu7d/z7T7+wFwJnKmZ9+MiwAAAAZiS0dEAP8A/wD/oL2nkwAAAAlwSFlzAAAuIwAALiMBeKU/dgAAAAd0SU1FB+UCDwksLkLIPkkAAAAZdEVYdENvbW1lbnQAQ3JlYXRlZCB3aXRoIEdJTVBXgQ4XAAAAC0lEQVQI12NgAAIAAAUAAeImBZsAAAAASUVORK5CYII=)!important;width:auto!important;padding:90px 40px!important;margin:0!important}#dm .dmBody a.u_1390745866{width:calc(100% - 372px)!important;min-height:41.11px!important;max-width:442px!important;text-align:center!important;padding:10px 0!important;margin:10px auto!important}#dm .dmBody div.u_1219342342{margin:0!important;padding:0!important}#dm .dmBody div.u_1046863609{width:auto!important;padding:0!important}.font-size-30,.size-30{font-size:30px!important}.font-size-22,.size-22{font-size:22px!important}#\31,#\31 043823857,#\31 095012829,#\31 148380174,#\31 233781729,#\31 253858808,#\31 383655673,#\31 390745866,#\31 436707807,#\31 573847956,#\31 628822676,#\31 631924605,#\31 683567209,#\31 689791202,#\31 744081666,#\31 792180070,#\31 837793171,#\31 884610494,#\31 954530649,#\31 957762978,#\32,#\33,#\34,#\35,#\36,#child-1,#child-2,#child-3,#child-4,#child-5,#child-6{order:0;flex-direction:row} #dm .dmPhotoGallery.newPhotoGallery .dmPhotoGalleryHolder:not(.photo-gallery-done) {display: none;} @media (max-width:767px){ [data-hidden-on-mobile] {display:none!important}} .dmDesktopBody [data-anim-desktop]:not([data-anim-desktop='none']) { visibility: hidden; } </style> <style id="fontFallbacks"> @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: "Poppins Fallback"; src: local('Arial'); ascent-override: 92.326%; descent-override: 30.7753%; line-gap-override: 8.793%; size-adjust: 113.7274%; }@font-face { font-family: "Inter Fallback"; src: local('Arial'); ascent-override: 90.199%; descent-override: 22.4836%; size-adjust: 107.4014%; line-gap-override: 0%; }@font-face { font-family: "Bebas Neue Fallback"; src: local('Arial'); ascent-override: 116.5002%; descent-override: 38.8334%; size-adjust: 77.2531%; line-gap-override: 0%; }@font-face { font-family: "Helvetica Fallback"; src: local('Arial'); ascent-override: 77.002%; descent-override: 22.998%; line-gap-override: 0%; }@font-face { font-family: "Comfortaa Fallback"; src: local('Arial'); ascent-override: 74.2135%; descent-override: 19.7117%; size-adjust: 118.7115%; line-gap-override: 0%; } </style> <!-- End render the required css and JS in the head section --> <meta property="og:type" content="website"> <meta property="og:url" content="https://www.lev1.com/"> <script type="application/ld+json"> { "@context" : "https://schema.org", "@type" : "WebSite", "name" : "Level-One Inc.", "url" : "https://www.lev1.com/" } </script> <title> Pool Contractors Saline, MI | Level-One Inc. </title> <meta name="description" content="Are you seeking reliable pool contractors in Saline, MI? Contact Level-One Inc today for pool installation, conversions, heating, or lighting services."/> <meta name="twitter:card" content="summary"/> <meta name="twitter:title" content="Pool Contractors Saline, MI | Level-One Inc."/> <meta name="twitter:description" content="Are you seeking reliable pool contractors in Saline, MI? Contact Level-One Inc today for pool installation, conversions, heating, or lighting services."/> <meta name="twitter:image" content="https://le-cdn.hibuwebsites.com/aba5fa99ba5543d0b432e8a95945d2e1/dms3rep/multi/opt/level-one-inc-hero-home-2-1920w.jpg"/> <meta property="og:description" content="Are you seeking reliable pool contractors in Saline, MI? Contact Level-One Inc today for pool installation, conversions, heating, or lighting services."/> <meta property="og:title" content="Pool Contractors Saline, MI | Level-One Inc."/> <meta property="og:image" content="https://le-cdn.hibuwebsites.com/aba5fa99ba5543d0b432e8a95945d2e1/dms3rep/multi/opt/level-one-inc-hero-home-2-1920w.jpg"/> <script type="application/ld+json"> { "@context" : { "@vocab" : "http://schema.org/" }, "@type" : "LocalBusiness", "name" : "Level-One Inc.", "address" : { "@type" : "PostalAddress", "streetAddress" : "3438 US-223", "addressLocality" : "Adrian", "addressRegion" : "MI", "postalCode" : "49221", "addressCountry" : "US" }, "geo" : { "@type" : "GeoCoordinates", "latitude" : "41.87279", "longitude" : "-83.99431" }, "url" : "https://www.lev1.com", "telephone" : "(517) 219-9303", "email" : "[email protected]", "logo" : "https://a.mktgcdn.com/p/MSH7E7tMDcSajayiGppknsIYXm_ktdkI-nq8hv7PVt4/400x400.jpg", "sameAs" : [ "https://facebook.com/146783322034380" ], "image" : [ "https://cdn.hibuwebsites.com/54540bbcf57f4fcab96ea56f74ee56e3/dms3rep/multi/fpo.jpg", "https://cdn.hibuwebsites.com/md/dmip/dms3rep/multi/nepal-view-bw.jpg", "https://a.mktgcdn.com/p/GzcChKn5cYvw2PivMvHIx0tUwtpGpHkutlDCPt5xvsU/827x850.png" ], "openingHoursSpecification" : [ { "@type" : "OpeningHoursSpecification", "dayOfWeek" : [ "Monday", "Tuesday", "Wednesday", "Thursday", "Friday" ], "opens" : "09:00", "closes" : "15:00" } ], "@id" : "https://www.lev1.com", "foundingDate" : "1996", "description" : "Level-One Inc. provides pool installation, maintenance, and repairs to Adrian, MI, and surrounding areas.", "makesOffer" : "[{\"@type\":\"Offer\",\"name\":\"Pool Installations\"},{\"@type\":\"Offer\",\"name\":\"Pool Conversions\"},{\"@type\":\"Offer\",\"name\":\"Heater Services\"},{\"@type\":\"Offer\",\"name\":\"Pool Lighting\"},{\"@type\":\"Offer\",\"name\":\"Pool Repairs\"},{\"@type\":\"Offer\",\"name\":\"Pump Repairs\"},{\"@type\":\"Offer\",\"name\":\"Filter Repairs\"},{\"@type\":\"Offer\",\"name\":\"Sanitation Service\"},{\"@type\":\"Offer\",\"name\":\"Cleaning System Repairs\"},{\"@type\":\"Offer\",\"name\":\"Pool Maintenance\"},{\"@type\":\"Offer\",\"name\":\"Concrete Services\"}]", "brand" : "[{\"@type\":\"Brand\",\"name\":\"Hayward\"},{\"@type\":\"Brand\",\"name\":\"Only Alpha\"}]" } </script> <!-- SYS- VVNfSElCVV9QUk9EVUNUSU9O --> <script type="text/javascript">(function(){ if (typeof(___zen) === "undefined") {setTimeout(arguments.callee, 50); return; }___zen.hic("__ZEHIC5674", 1747657121, 1, 0, 60); })()</script><script type="text/javascript" async="async" src="/__zenedge/assets/hic.js?v=1674207422"></script></head> <body id="dmRoot" data-page-alias="home" class="dmRoot dmDesktopBody fix-mobile-scrolling addCanvasBorder dmResellerSite dmLargeBody responsiveTablet " style="padding:0;margin:0;" > <!-- ========= Site Content ========= --> <div id="dm" class='dmwr'> <div class="dm_wrapper standard-var5 widgetStyle-3 standard"> <div dmwrapped="true" id="1901957768" class="dm-home-page" themewaschanged="true"> <div dmtemplateid="StandardLayoutMultiD" class="standardHeaderLayout dm-bfs dm-layout-home hasAnimations rows-1200 hasStickyHeader hamburger-reverse hasStickyHeader dmPageBody d-page-1716942098 dmFreeHeader" id="dm-outer-wrapper" data-page-class="1716942098" data-soch="true" data-background-parallax-selector=".dmHomeSection1, .dmSectionParallex"> <div id="dmStyle_outerContainer" class="dmOuter"> <div id="dmStyle_innerContainer" class="dmInner"> <div class="dmLayoutWrapper standard-var dmStandardDesktop"> <div> <div id="iscrollBody"> <div id="site_content"> <div class="dmHeaderContainer fHeader d-header-wrapper"> <div id="hcontainer" class="u_hcontainer dmHeader p_hfcontainer" freeheader="true" headerlayout="b58ba5b5703b4cd7b5f5f7951565dc87===horizontal-layout-5" layout="78f5c343822e4eb3aac27f4ad5d13812===header" has-shadow="true"> <div dm:templateorder="85" class="dmHeaderResp dmHeaderStack noSwitch" id="1709005236"> <div class="u_1883009686 dmRespRow" id="1883009686"> <div class="dmRespColsWrapper" id="1148380174"> <div class="u_1653739135 dmRespCol small-12 large-3 medium-3" id="1653739135"> <div class="u_1185149256 widget-d1ee5d dmCustomWidget" data-lazy-load="" data-title="" id="1185149256" dmle_extension="custom_extension" data-element-type="custom_extension" wr="false" icon="false" surround="false" data-widget-id="d1ee5d5bf037471ea1770683731e577a" data-widget-version="23" data-widget-config="eyJtZXJjaGFudElkIjoiNTQxNDEiLCJ0aGVtZSI6ImxpZ2h0IiwibWluLXJldmlld3MiOiIzIiwibWluLXJhdGluZyI6IjQifQ=="> <div class="headerWidget" data-merchant="54141" data-theme="light" data-break="" data-count-limit="3" data-rating-limit="4"></div> </div> <div class="u_1680463109 widget-b82dbf dmCustomWidget" data-lazy-load="true" data-title="" id="1680463109" dmle_extension="custom_extension" data-element-type="custom_extension" data-binding="W3siYmluZGluZ05hbWUiOiJhZGRyZXNzIiwidmFsdWUiOiJzaXRlX3RleHQuYWRkcmVzcyBmdWxsIGxvYyAxIn1d" icon="false" surround="false" data-widget-id="b82dbf0dd7fc467dbfe978a9baa7e714" data-widget-version="7" data-widget-config="eyJhZGRyZXNzMSI6ZmFsc2UsImFkZHJlc3MyIjpmYWxzZSwiY2l0eSI6dHJ1ZSwiemlwIjpmYWxzZSwic3RhdGUiOnRydWUsImFkZHJlc3MiOiJ7XCJsaW5lMVwiOlwiMzQzOCBVUy0yMjNcIixcImNpdHlcIjpcIkFkcmlhblwiLFwicmVnaW9uXCI6XCJNSVwiLFwicG9zdGFsQ29kZVwiOlwiNDkyMjFcIixcImNvdW50cnlDb2RlXCI6XCJVU1wifSJ9"> <div class="yextAddress"> <div style="display:none"> <span class="address1"></span> </div> <div style="display:none"> <span class="address2"></span> </div> <div> <span> <span class="city"></span> <span style="margin-left: -3px;">,</span> </span> <span> <span class="state"></span> </span> <span style="display:none"> <span class="zip"></span> </span> </div> </div> </div> </div> <div class="u_1184314489 dmRespCol small-12 large-6 medium-6" id="1184314489"> <div class="u_1242564741 imageWidget align-center" data-element-type="image" data-widget-type="image" id="1242564741"> <a href="/" id="1631970668"><img src="https://le-cdn.hibuwebsites.com/aba5fa99ba5543d0b432e8a95945d2e1/dms3rep/multi/opt/level-one-inc-logo-376w.png" id="1877667887" class="" data-dm-image-path="https://cdn.hibuwebsites.com/aba5fa99ba5543d0b432e8a95945d2e1/dms3rep/multi/level-one-inc-logo.png" width="290" height="113" alt="Level-One Inc - Logo" onerror="handleImageLoadError(this)"/></a> </div> </div> <div class="u_1319932814 dmRespCol small-12 large-3 medium-3" id="1319932814"> <a data-display-type="block" class="u_1811071921 align-center dmButtonLink dmWidget dmWwr default dmOnlyButton dmDefaultGradient" file="false" href="/request-an-estimate-form" data-element-type="dButtonLinkId" id="1811071921"> <span class="iconBg" id="1289044745"> <span class="icon hasFontIcon icon-star" id="1500835520"></span> </span> <span class="text" id="1947167054">Request an Estimate</span> </a> <div class="u_1192064132 dmNewParagraph" data-element-type="paragraph" data-version="5" id="1192064132" style="transition: none 0s ease 0s; text-align: left;" new-inline-bind-applied="true" data-diy-text=""><p class="m-size-13 text-align-right size-16" style=""><span class="m-font-size-13 font-size-16" style="font-weight: bold; display: initial; color: var(--color_3);"><span class="inline-data-binding" data-encoded-value="KDUxNykgMjE5LTkzMDM=" data-inline-binding="content_library.global.phone.phone - main - loc 1"><a class="inlineBindingLink" target="_blank" href="tel:(517) 219-9303">(517) 219-9303</a></span></span></p></div> </div> </div> </div> <div class="u_1731910928 dmRespRow fullBleedChanged fullBleedMode hide-for-medium" id="1731910928"> <div class="dmRespColsWrapper" id="1884610494"> <div class="dmRespCol large-12 medium-12 small-12 u_1556424883" id="1556424883"> <nav class="u_1628822676 effect-text-color main-navigation unifiednav dmLinksMenu" role="navigation" layout-main="horizontal_nav_layout_2" layout-sub="submenu_horizontal_2" data-show-vertical-sub-items="HOVER" id="1628822676" 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 dmNavItemSelected dmUDNavigationItem_00 " target="" data-target-page-alias="" data-auto="selected-page"> <span class="nav-item-text " data-link-text=" Home " data-auto="page-text-style">Home<span class="icon icon-angle-down"></span> </span> </a> </li> <li role="menuitem" aria-haspopup="true" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="0"> <a href="#" class="unifiednav__item dmUDNavigationItem_010101112971 unifiednav__item_has-sub-nav" target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text=" Pool Installation " data-auto="page-text-style">Pool Installation<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="/pool-installations" class="unifiednav__item dmUDNavigationItem_01010138611 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text=" Pool Installations " data-auto="page-text-style">Pool Installations<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="/pool-conversions" class="unifiednav__item dmUDNavigationItem_010101297967 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text=" Liner Replacement " data-auto="page-text-style">Liner Replacement<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_010101519721 unifiednav__item_has-sub-nav" target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text=" Pool Repairs " data-auto="page-text-style">Pool Repairs<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="/pump-repairs" class="unifiednav__item dmUDNavigationItem_010101558692 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text=" Pump Repairs " data-auto="page-text-style">Pump Repairs<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="/filter-repairs" class="unifiednav__item dmUDNavigationItem_010101738289 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text=" Filter Repairs " data-auto="page-text-style">Filter Repairs<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="/sanitation-service" class="unifiednav__item dmUDNavigationItem_010101587004 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text=" Heating Repair " data-auto="page-text-style">Heating Repair<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="/pool-lighting" class="unifiednav__item dmUDNavigationItem_010101744478 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text=" Lighting Repair " data-auto="page-text-style">Lighting Repair<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="/pool-maintenance" class="unifiednav__item dmUDNavigationItem_010101631103 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text=" Pool Maintenance " data-auto="page-text-style">Pool Maintenance<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="/concrete-services" class="unifiednav__item dmUDNavigationItem_010101186032 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text=" Concrete Services " data-auto="page-text-style">Concrete Services<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="/reviews" class="unifiednav__item dmUDNavigationItem_010101598202 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text=" Reviews " data-auto="page-text-style">Reviews<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="/about" class="unifiednav__item dmUDNavigationItem_010101436714 unifiednav__item_has-sub-nav" target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text=" About " data-auto="page-text-style">About<span class="icon icon-angle-down"></span> </span> </a> <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="/gallery" class="unifiednav__item dmUDNavigationItem_010101953347 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text=" Gallery " data-auto="page-text-style">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="/faqs" class="unifiednav__item dmUDNavigationItem_010101199220 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text=" FAQ " data-auto="page-text-style">FAQ<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="/contact" class="unifiednav__item dmUDNavigationItem_010101943230 unifiednav__item_has-sub-nav" target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text=" Contact " data-auto="page-text-style">Contact<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="/request-an-estimate-form" class="unifiednav__item dmUDNavigationItem_010101803352 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text=" Request an Estimate " data-auto="page-text-style">Request an Estimate<span class="icon icon-angle-right"></span> </span> </a> </li> </ul> </li> </ul> </nav> </div> </div> </div> <div class="u_1293138359 dmRespRow fullBleedChanged fullBleedMode hide-for-large hide-for-small" id="1293138359"> <div class="dmRespColsWrapper" id="1957762978"> <div class="dmRespCol large-12 medium-12 small-12 u_1014557832" id="1014557832"> <nav class="u_1436707807 effect-text-color main-navigation unifiednav dmLinksMenu" role="navigation" layout-main="horizontal_nav_layout_2" layout-sub="submenu_horizontal_2" data-show-vertical-sub-items="HOVER" id="1436707807" 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 dmNavItemSelected dmUDNavigationItem_00 " target="" data-target-page-alias="" data-auto="selected-page"> <span class="nav-item-text " data-link-text=" Home " data-auto="page-text-style">Home<span class="icon icon-angle-down"></span> </span> </a> </li> <li role="menuitem" aria-haspopup="true" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="0"> <a href="#" class="unifiednav__item dmUDNavigationItem_010101112971 unifiednav__item_has-sub-nav" target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text=" Pool Installation " data-auto="page-text-style">Pool Installation<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="/pool-installations" class="unifiednav__item dmUDNavigationItem_01010138611 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text=" Pool Installations " data-auto="page-text-style">Pool Installations<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="/pool-conversions" class="unifiednav__item dmUDNavigationItem_010101297967 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text=" Liner Replacement " data-auto="page-text-style">Liner Replacement<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_010101519721 unifiednav__item_has-sub-nav" target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text=" Pool Repairs " data-auto="page-text-style">Pool Repairs<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="/pump-repairs" class="unifiednav__item dmUDNavigationItem_010101558692 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text=" Pump Repairs " data-auto="page-text-style">Pump Repairs<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="/filter-repairs" class="unifiednav__item dmUDNavigationItem_010101738289 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text=" Filter Repairs " data-auto="page-text-style">Filter Repairs<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="/sanitation-service" class="unifiednav__item dmUDNavigationItem_010101587004 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text=" Heating Repair " data-auto="page-text-style">Heating Repair<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="/pool-lighting" class="unifiednav__item dmUDNavigationItem_010101744478 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text=" Lighting Repair " data-auto="page-text-style">Lighting Repair<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="/pool-maintenance" class="unifiednav__item dmUDNavigationItem_010101631103 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text=" Pool Maintenance " data-auto="page-text-style">Pool Maintenance<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="/concrete-services" class="unifiednav__item dmUDNavigationItem_010101186032 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text=" Concrete Services " data-auto="page-text-style">Concrete Services<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="/reviews" class="unifiednav__item dmUDNavigationItem_010101598202 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text=" Reviews " data-auto="page-text-style">Reviews<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="/about" class="unifiednav__item dmUDNavigationItem_010101436714 unifiednav__item_has-sub-nav" target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text=" About " data-auto="page-text-style">About<span class="icon icon-angle-down"></span> </span> </a> <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="/gallery" class="unifiednav__item dmUDNavigationItem_010101953347 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text=" Gallery " data-auto="page-text-style">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="/faqs" class="unifiednav__item dmUDNavigationItem_010101199220 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text=" FAQ " data-auto="page-text-style">FAQ<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="/contact" class="unifiednav__item dmUDNavigationItem_010101943230 unifiednav__item_has-sub-nav" target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text=" Contact " data-auto="page-text-style">Contact<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="/request-an-estimate-form" class="unifiednav__item dmUDNavigationItem_010101803352 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text=" Request an Estimate " data-auto="page-text-style">Request an Estimate<span class="icon icon-angle-right"></span> </span> </a> </li> </ul> </li> </ul> </nav> </div> </div> </div> </div> </div> </div> <div class="stickyHeaderSpacer" id="stickyHeaderSpacer" data-new="true"></div> <div class="dmRespRow dmRespRowStable dmRespRowNoPadding dmPageTitleRow "> <div class="dmRespColsWrapper"> <div class="large-12 dmRespCol"> <div id="innerBar" class="innerBar lineInnerBar dmDisplay_None"> <div class="titleLine display_None"><hr/></div> <!-- Page title is hidden in css for new responsive sites. It is left here only so we don't break old sites. Don't copy it to new layouts --> <div id="pageTitleText"></div> <div class="titleLine display_None"><hr/></div> </div> </div> </div> </div> <div dmwrapped="true" id="dmFirstContainer" class="dmBody u_dmStyle_template_home dm-home-page" themewaschanged="true"> <div id="allWrapper" class="allWrapper"><!-- navigation placeholders --> <div id="dm_content" class="dmContent" role="main"> <div dm:templateorder="170" class="dmHomeRespTmpl mainBorder dmRespRowsWrapper dmFullRowRespTmpl" id="1716942098"> <div class="u_1439441998 dmRespRow" id="1439441998"> <div class="dmRespColsWrapper" id="1792180070"> <div class="dmRespCol large-12 medium-12 small-12 u_1431952188" id="1431952188"> <div class="u_1705014017 dmNewParagraph" data-element-type="paragraph" id="1705014017" style="transition: opacity 1s ease-in-out 0s; text-align: center;" data-version="5"> <h3 class="text-align-center" aria-level="1"><span style="display: initial;">Locally and Family Owned Pool Services</span></h3> </div> <div class="u_1431056558 dmNewParagraph text-align-center" data-element-type="paragraph" id="1431056558" style="transition: opacity 1s ease-in-out 0s; text-align: center;" data-version="5" new-inline-bind-applied="true" data-diy-text=""><p><span style="display: initial;">Our team at Level-One Inc brings an attention to detail to every job we take on. We are licensed and insured, and our owner is usually at every job site to oversee work quality. We are also able to obtain building permits if necessary. Call <span class="inline-data-binding" data-encoded-value="KDUxNykgMjE5LTkzMDM=" data-inline-binding="content_library.global.phone.phone - main - loc 1"><a class="inlineBindingLink" target="_blank" href="tel:(517) 219-9303">(517) 219-9303</a></span> today to get started.</span></p></div></div> </div> </div> <div class="dmRespRow u_1316141761" id="1316141761"> <div class="dmRespColsWrapper" id="1095012829"> <div class="dmRespCol large-12 medium-12 small-12" id="1588836654"> <a data-display-type="block" class="u_1390745866 align-center dmButtonLink dmWidget dmWwr default dmOnlyButton dmDefaultGradient flexButton" file="false" href="tel:(517) 219-9303" data-element-type="dButtonLinkId" id="1390745866"> <span class="iconBg" aria-hidden="true" id="1629451921"> <span class="icon hasFontIcon icon-star" id="1846045323"></span> </span> <span class="text" id="1083256537">We Are Hiring! Click Here for More Info!</span> </a> </div> </div> </div> <div class="dmRespRow u_1187720983 hasBackgroundOverlay" style="text-align: center;" id="1187720983"> <div class="dmRespColsWrapper" id="1043823857"> <div class="u_1381869994 dmRespCol small-12 large-7 medium-7" id="1381869994"> <div class="u_1603827033 dmNewParagraph" data-element-type="paragraph" id="1603827033" style="transition: opacity 1s ease-in-out 0s; text-align: center;" data-version="5"> <h1 class="text-align-center" style="line-height: 1.2;"><span style="display: initial;">Pool Contractors in Saline, MI and Surrounding Areas</span></h1> </div> <div class="widget-1505d3 dmCustomWidget" data-lazy-load="true" data-title="" id="1701207822" dmle_extension="custom_extension" data-element-type="custom_extension" icon="false" surround="false" data-widget-id="1505d3bcffa046e0a12915c9561083d5" data-widget-version="24" data-widget-config="e30="> <div class="LRALERT"></div> <script> document.addEventListener('DOMContentLoaded', function () { // Debounce flag to prevent multiple alerts within a short period let debounceAlert = false; // Function to show the alert function showAlert() { if (!debounceAlert) { debounceAlert = true; // Set the flag to true to prevent multiple alerts // Check userType in localStorage to determine the alert message and action after alert const userType = localStorage.getItem("userType"); if (userType === "Staff") { alert("Caution: Local Ranking optimizations are in place on this page. Avoid overriding them without client understanding and approval."); // Message for staff members console.log("Proceeding for Staff Member"); } else if (userType === "Customer") { alert("Caution: Local Ranking optimizations are in place on this page. Any content updates may override the effectiveness of Local Ranking and diminish results. Please contact Digital Support for any questions."); // Message for customers console.log("Refreshing page for Customer"); location.reload(); // Refresh the page for customers } // Reset the flag after a short timeout to allow the next alert setTimeout(function() { debounceAlert = false; }, 1000); // Adjust the time as needed (1000ms = 1 second) } } // Find all instances of the widget with the specific data-widget-id const widgets = document.querySelectorAll('[data-widget-id="1505d3bcffa046e0a12915c9561083d5"]'); widgets.forEach(function (widget) { // Get the element directly above the widget const previousElement = widget.previousElementSibling; // Add a click event listener to the element directly above the widget if (previousElement) { previousElement.addEventListener('click', function () { showAlert(); // Trigger the alert function }); } else { console.warn('No element found directly above the widget with ID ' + widget.getAttribute('data-widget-id')); } }); }); </script> </div> <div class="u_1288773739 widget-c4b2f9 dmCustomWidget" data-lazy-load="true" data-title="" id="1288773739" dmle_extension="custom_extension" data-element-type="custom_extension" data-binding="W3siYmluZGluZ05hbWUiOiJtb3RGYWN0VGV4dCIsInZhbHVlIjoic2l0ZV90ZXh0Lm1vdGl2YXRpbmcgZmFjdG9ycyJ9XQ==" icon="false" surround="false" data-widget-id="c4b2f903d115403c8c21e9ec6044a4fe" data-widget-version="59" data-widget-config="eyJtb3RGYWN0VGV4dCI6IjxwIGNsYXNzPVwicnRlQmxvY2tcIj48c3Ryb25nPkZyZWUgRXN0aW1hdGVzPC9zdHJvbmc+PC9wPjxwIGNsYXNzPVwicnRlQmxvY2tcIj48c3Ryb25nPjI1KyBZZWFycyBvZiBFeHBlcmllbmNlPC9zdHJvbmc+PC9wPjxwIGNsYXNzPVwicnRlQmxvY2tcIj48c3Ryb25nPkxpY2Vuc2VkIGFuZCBJbnN1cmVkPC9zdHJvbmc+PC9wPiIsImhvcml6VG9nZ2xlIjpmYWxzZSwibWZBbGlnbiI6Ik1GYWxpZ25DIiwiZGl2U3R5bGUiOiJtZi1ob3Jpei1idWwifQ=="> <div class="motFactCont MFalignC "> <p class="rteBlock"><strong>Free Estimates</strong></p><p class="rteBlock"><strong>25+ Years of Experience</strong></p><p class="rteBlock"><strong>Licensed and Insured</strong></p> </div> </div> <div class="u_1711157941 dmNewParagraph hide-for-small" data-element-type="paragraph" data-version="5" id="1711157941" style="transition: opacity 1s ease-in-out 0s;" new-inline-bind-applied="true" data-diy-text=""><p class="size-30 m-size-24"><span style="display: initial;" class="font-size-30 m-font-size-24"><span class="inline-data-binding" data-encoded-value="KDUxNykgMjE5LTkzMDM=" data-inline-binding="content_library.global.phone.phone - main - loc 1"><a class="inlineBindingLink" target="_blank" href="tel:(517) 219-9303">(517) 219-9303</a></span></span></p></div> <div class="u_1901820047 widget-8293d7 dmCustomWidget" data-lazy-load="true" data-title="" id="1901820047" dmle_extension="custom_extension" data-element-type="custom_extension" data-binding="W3siYmluZGluZ05hbWUiOiJob3VycyIsInZhbHVlIjoic2l0ZV90ZXh0LmJ1c2luZXNzIGhvdXJzIHRleHQgbG9jIDEifV0=" icon="false" surround="false" data-widget-id="8293d76ae0f045c88bd69a5907adb323" data-widget-version="18" data-widget-config="eyJob3VycyI6IntcInRpbWV6b25lXCI6XCJBbWVyaWNhL0RldHJvaXRcIixcImhvdXJzXCI6e1wibW9uZGF5XCI6e1wib3BlbkludGVydmFsc1wiOlt7XCJzdGFydFwiOlwiMDk6MDBcIixcImVuZFwiOlwiMTU6MDBcIn1dfSxcInR1ZXNkYXlcIjp7XCJvcGVuSW50ZXJ2YWxzXCI6W3tcInN0YXJ0XCI6XCIwOTowMFwiLFwiZW5kXCI6XCIxNTowMFwifV19LFwid2VkbmVzZGF5XCI6e1wib3BlbkludGVydmFsc1wiOlt7XCJzdGFydFwiOlwiMDk6MDBcIixcImVuZFwiOlwiMTU6MDBcIn1dfSxcInRodXJzZGF5XCI6e1wib3BlbkludGVydmFsc1wiOlt7XCJzdGFydFwiOlwiMDk6MDBcIixcImVuZFwiOlwiMTU6MDBcIn1dfSxcImZyaWRheVwiOntcIm9wZW5JbnRlcnZhbHNcIjpbe1wic3RhcnRcIjpcIjA5OjAwXCIsXCJlbmRcIjpcIjE1OjAwXCJ9XX0sXCJzYXR1cmRheVwiOntcImlzQ2xvc2VkXCI6dHJ1ZX0sXCJzdW5kYXlcIjp7XCJpc0Nsb3NlZFwiOnRydWV9fX0iLCJib2xkU3RhdHVzVGV4dCI6dHJ1ZSwiZ3JvdXBPcGVuSG91cnNEZXNpZ24iOm51bGwsImJvbGRIb3VycyI6dHJ1ZX0="> <p class="openHours"> <span class="bold">Hours:</span> <span class="status bold"></span> </p> </div> </div> <div class="u_1462389432 dmRespCol small-12 large-4 medium-4" id="1462389432" data-anim-desktop="none"> <div class="u_1406834629 dmNewParagraph" data-element-type="paragraph" data-version="5" id="1406834629" style="transition: none 0s ease 0s; text-align: left;"><p class="text-align-center size-22 m-size-18"><span class="font-size-22 m-font-size-18" m-font-size-set="true" style="font-weight: bold; color: rgb(255, 255, 255); display: unset;">Request an Estimate</span></p></div> <div class="u_1253489779 dmform default native-inputs" id="1253489779" data-layout="layout-1" data-element-type="dContactUsRespId" data-binding="W3siYmluZGluZ05hbWUiOiJlbWFpbCIsInZhbHVlIjoiY29udGVudF9saWJyYXJ5Lmdsb2JhbC5lbWFpbC5lbWFpbCDigJMgbWFpbiDigJMgbG9jIDEifV0=" data-anim-desktop="none" captcha="true" data-captcha-position="text" data-captcha-message="PHAgY2xhc3M9InJ0ZUJsb2NrIj5UaGlzIHNpdGUgaXMgcHJvdGVjdGVkIGJ5IHJlQ0FQVENIQS48L3A+"> <h3 class="dmform-title dmwidget-title" id="1709199549" hide="true">Hero Request Form</h3> <div class="dmform-wrapper" id="1259364510" captcha-lang="en"> <form method="post" class="dmRespDesignRow" locale="ENGLISH" id="1412234900"> <div class="dmforminput required small-12 dmRespDesignCol medium-12 large-12" id="1291593894" localization_key_label="templates.custom.280"> <label for="1285637173" id="1592762319" class="" hide="true" data-dm-for="dmform-0">NAME</label> <input type="text" class="" name="dmform-0" id="1285637173" placeholder="Full Name*" data-placeholder-original="Full Name*"/> <input type="hidden" name="label-dmform-0" id="1066533555" class="" value="NAME"/> </div> <div class="dmforminput required small-12 dmRespDesignCol medium-12 large-12" id="1876223077" localization_key_label="templates.custom.280"> <label for="1991632462" id="1087562127" class="" hide="true" data-dm-for="dmform-2">PHONE</label> <input type="tel" class="" name="dmform-2" id="1991632462" placeholder="Phone*" data-placeholder-original="Phone*"/> <input type="hidden" name="label-dmform-2" id="1264772001" class="" value="PHONE"/> </div> <div class="dmforminput required small-12 dmRespDesignCol medium-12 large-12" id="1469595559" localization_key_label="templates.custom.280"> <label for="1421807838" id="1182978524" class="" hide="true" data-dm-for="dmform-1">EMAIL</label> <input type="email" class="" name="dmform-1" id="1421807838" placeholder="Email*" data-placeholder-original="Email*"/> <input type="hidden" name="label-dmform-1" id="1916490179" class="" value="EMAIL"/> </div> <div class="dmforminput small-12 dmRespDesignCol required medium-12 large-12" id="1459553458"> <label for="1348914051" id="1407674788" class="" data-dm-for="dmform-5">Services</label> <select name="dmform-5" id="1348914051"> <option selected="" disabled="" hidden="" value="" id="1454715333"></option> <option id="1765876721">Pool Installations</option> <option id="1978892886">Pool Conversions</option> <option id="1615179966">Heater Services</option> <option id="1469267065">Pool Lighting</option> <option id="1055556623">Pump Repairs</option> <option id="1716270845">Filter Repairs</option> <option id="1825405736">Sanitation Service</option> <option id="1534292188">Cleaning System Repairs</option> <option id="1825901325">Pool Maintenance</option> <option id="1366375954">Concrete Services</option> <option id="1922328014">Other</option> </select> <input type="hidden" name="label-dmform-5" value="Services" id="1499830365" class=""/> </div> <span id="1366371200" class="dmWidgetClear"></span> <div class="dmformsubmit dmWidget R" id="1218092381"> <input class="" name="submit" type="submit" value="Submit" id="1613724918" localization_key_value="templates.custom.160"/> </div> <input name="dmformsendto" type="hidden" value="O0wrseIfFLsSlLR4GAldFz4YyAp2etc/5V8r21ulqcBojm9zAx3jZ9mWmO7PlRYh" id="1570899512" class="" data-dec="true"/> <input class="dmActionInput" type="hidden" name="action" value="/_dm/s/rt/widgets/dmform.submit.jsp" id="1823927187"/> <input name="dmformfrom" type="hidden" value="Level-One Inc." id="1544166110" class=""/> <input name="dmformsubject" type="hidden" value="Hibu Website Form Submission" id="1719131066" localization_key_value="templates.custom.80" class="" data-email-subject="Hibu Website Form Submission"/> <input name="dmformsubmitparams" type="hidden" value="8mpKnCSiNQXK/d9M7IDrSzRkXjNcoSR4zFFf6GspnMR3+8qOX9sNxJiTOFLtspCzVuYjB2dkjqyPKz3B/YVU3oHDxxLqC8WbNGd1IOc6Z/awESjIUrHZJhln9DUlaX+RWwDAdHYa5kX//N8ZWwHBf5iTOFLtspCzqZtmJ0YsTdAUGvDQdo5b5+Ws+TR3Be8fTcbrkL78a572xSwI/r781ayECB3C2mRdnQ5vFM0/uxktNdYBC5G9VnvV8nzE4tS06DtNxaaEyIo=" data-dec="true"/><input type="hidden" name="page_uuid" value="4e608ffc4c6c46408e5059cd40133b42"/></form> </div> <div class="dmform-success" style="display:none" id="1065814223"> <br id="1453289294"/> <p class="rteBlock" id="1535326155">Thank you for contacting us.</p> <p class="rteBlock" id="1011159173">We will get back to you as soon as possible</p> </div> <div class="dmform-error" style="display:none" id="1863745014">Oops, there was an error sending your message. <br id="1812088845"/> Please try again later</div> </div> </div> <div class="u_1477159206 dmRespCol small-12 large-1 medium-1 hide-for-small" id="1477159206"> <div data-element-type="spacer" class="dmSpacer" id="1479695976"></div> </div> </div> </div> <div class="dmRespRow fullBleedChanged fullBleedMode u_1046863609" id="1046863609"> <div class="dmRespColsWrapper" id="1631924605"> <div class="dmRespCol large-12 medium-12 small-12 u_1262148645" id="1262148645"> <div class="widget-4e2b21 u_1219342342 dmCustomWidget" data-lazy-load="true" data-title="" id="1219342342" dmle_extension="custom_extension" data-element-type="custom_extension" icon="false" surround="false" data-widget-id="4e2b21efc370451a8e2c573f02104b04" data-widget-version="20" data-widget-config="eyJvZmZlckRlc2MiOiJvZmZlcnMiLCJidG5UZXh0IjoiVGV4dCBOb3chIiwic21zVGV4dCI6IlNUQVJUIiwiYmFubmVyQ2xvc2VJY29uIjoiPD94bWwgdmVyc2lvbj1cIjEuMFwiID8+PHN2ZyBzdHlsZT1cImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMjQgMjQ7XCIgdmVyc2lvbj1cIjEuMVwiIHZpZXdCb3g9XCIwIDAgMjQgMjRcIiB4bWw6c3BhY2U9XCJwcmVzZXJ2ZVwiIHhtbG5zPVwiaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmdcIiB4bWxuczp4bGluaz1cImh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmtcIj48ZyBpZD1cImluZm9cIi8+PGcgaWQ9XCJpY29uc1wiPjxwYXRoIGQ9XCJNMTQuOCwxMmwzLjYtMy42YzAuOC0wLjgsMC44LTIsMC0yLjhjLTAuOC0wLjgtMi0wLjgtMi44LDBMMTIsOS4yTDguNCw1LjZjLTAuOC0wLjgtMi0wLjgtMi44LDAgICBjLTAuOCwwLjgtMC44LDIsMCwyLjhMOS4yLDEybC0zLjYsMy42Yy0wLjgsMC44LTAuOCwyLDAsMi44QzYsMTguOCw2LjUsMTksNywxOXMxLTAuMiwxLjQtMC42bDMuNi0zLjZsMy42LDMuNiAgIEMxNiwxOC44LDE2LjUsMTksMTcsMTlzMS0wLjIsMS40LTAuNmMwLjgtMC44LDAuOC0yLDAtMi44TDE0LjgsMTJ6XCIgaWQ9XCJleGl0XCIvPjwvZz48L3N2Zz4iLCJDVEF0b2dnbGUiOmZhbHNlLCJzbXNOdW0iOiIgKDUxNykgOTI5LTg1ODMifQ=="> <div class="hibu-asst-banner"> <p class="asst-banner-text">Text <o>START</o> to <o>(517) 929-8583</o> to begin receiving offers by text.</p> <p class="asst-banner-subtext">Msgs may be autodialed. Consent to texts not required to purchase our svcs. Msg. and data rates may apply.</p> <a href="sms: (517) 929-8583?&body=START" class="asst-sms-button-desktop-hide"> <div class="dmWidget asst-sms-button"> <span class="text">Text Now!</span> <span class="iconBg"></span> </div> </a> </div> </div> </div> </div> </div> <div class="dmRespRow" id="1654739241"> <div class="dmRespColsWrapper" id="1954530649"> <div class="dmRespCol large-12 medium-12 small-12" id="1272497783"> <div class="dmNewParagraph" data-element-type="paragraph" data-version="5" id="1101417059" style="transition: opacity 1s ease-in-out;"> <h3 style="letter-spacing: -0.02em; line-height: 1.5;" class="text-align-center"><span style="display: unset;">Why Choose Us?</span></h3> <p style="line-height: 1.5;" class="text-align-center"><span style="display: unset;">Finding the right pool contractors in Saline, MI is essential for a seamless pool installation or maintenance experience. Our team brings years of expertise in designing, constructing, and maintaining pools that enhance your outdoor space. We prioritize quality craftsmanship, use premium materials, and employ the latest technology to ensure durability and efficiency. Customer satisfaction is our top priority, and we provide personalized solutions to match your unique needs. Whether you're looking for a custom pool build or regular maintenance, our skilled professionals deliver reliable and affordable services. Trust us to transform your backyard into a stunning, worry-free oasis.</span></p></div> <div class="widget-1505d3 dmCustomWidget" data-lazy-load="true" data-title="" id="1128062994" dmle_extension="custom_extension" data-element-type="custom_extension" icon="false" surround="false" data-widget-id="1505d3bcffa046e0a12915c9561083d5" data-widget-version="24" data-widget-config="e30="> <div class="LRALERT"></div> <script> document.addEventListener('DOMContentLoaded', function () { // Debounce flag to prevent multiple alerts within a short period let debounceAlert = false; // Function to show the alert function showAlert() { if (!debounceAlert) { debounceAlert = true; // Set the flag to true to prevent multiple alerts // Check userType in localStorage to determine the alert message and action after alert const userType = localStorage.getItem("userType"); if (userType === "Staff") { alert("Caution: Local Ranking optimizations are in place on this page. Avoid overriding them without client understanding and approval."); // Message for staff members console.log("Proceeding for Staff Member"); } else if (userType === "Customer") { alert("Caution: Local Ranking optimizations are in place on this page. Any content updates may override the effectiveness of Local Ranking and diminish results. Please contact Digital Support for any questions."); // Message for customers console.log("Refreshing page for Customer"); location.reload(); // Refresh the page for customers } // Reset the flag after a short timeout to allow the next alert setTimeout(function() { debounceAlert = false; }, 1000); // Adjust the time as needed (1000ms = 1 second) } } // Find all instances of the widget with the specific data-widget-id const widgets = document.querySelectorAll('[data-widget-id="1505d3bcffa046e0a12915c9561083d5"]'); widgets.forEach(function (widget) { // Get the element directly above the widget const previousElement = widget.previousElementSibling; // Add a click event listener to the element directly above the widget if (previousElement) { previousElement.addEventListener('click', function () { showAlert(); // Trigger the alert function }); } else { console.warn('No element found directly above the widget with ID ' + widget.getAttribute('data-widget-id')); } }); }); </script> </div> </div> </div> </div> <div class="dmRespRow u_1243179423 fullBleedChanged fullBleedMode" style="text-align: center;" id="1243179423"> <div class="dmRespColsWrapper" id="1837793171"> <div class="dmRespCol small-12 medium-4 large-4 u_1468367063" id="1468367063"> <div class="imageWidget align-center u_1020630331" data-element-type="image" data-widget-type="image" id="1020630331"> <a href="/pool-installations" id="1763576682" file="false"><img src="https://le-cdn.hibuwebsites.com/aba5fa99ba5543d0b432e8a95945d2e1/dms3rep/multi/opt/level-one-inc-content-home-1-718w.jpg" id="1868671912" class="" data-dm-image-path="https://cdn.hibuwebsites.com/aba5fa99ba5543d0b432e8a95945d2e1/dms3rep/multi/level-one-inc-content-home-1.jpg" width="658" height="430" alt="New pool" title="Learn More About Pool Installations" onerror="handleImageLoadError(this)"/></a> </div> <div class="u_1900402539 dmNewParagraph" data-element-type="paragraph" id="1900402539" style="transition: opacity 1s ease-in-out 0s; text-align: left;" data-version="5"> <h3 aria-level="1" class="text-align-center"><span style="display: initial;">Pool Installations</span></h3> </div> <div class="u_1314687089 dmNewParagraph" id="1314687089" style="transition: opacity 1s ease-in-out;" data-version="5"><p class="text-align-center"><span style="display: initial;">Getting a pool installed guarantees fun for the whole family!</span></p><p class="text-align-center"><span style="display: initial;">Don't settle; rely on a team you can trust. Trust in our quality pool contractors in Saline, MI.</span></p></div> <div class="widget-1505d3 dmCustomWidget" data-lazy-load="true" data-title="" id="1748731516" dmle_extension="custom_extension" data-element-type="custom_extension" icon="false" surround="false" data-widget-id="1505d3bcffa046e0a12915c9561083d5" data-widget-version="24" data-widget-config="e30="> <div class="LRALERT"></div> <script> document.addEventListener('DOMContentLoaded', function () { // Debounce flag to prevent multiple alerts within a short period let debounceAlert = false; // Function to show the alert function showAlert() { if (!debounceAlert) { debounceAlert = true; // Set the flag to true to prevent multiple alerts // Check userType in localStorage to determine the alert message and action after alert const userType = localStorage.getItem("userType"); if (userType === "Staff") { alert("Caution: Local Ranking optimizations are in place on this page. Avoid overriding them without client understanding and approval."); // Message for staff members console.log("Proceeding for Staff Member"); } else if (userType === "Customer") { alert("Caution: Local Ranking optimizations are in place on this page. Any content updates may override the effectiveness of Local Ranking and diminish results. Please contact Digital Support for any questions."); // Message for customers console.log("Refreshing page for Customer"); location.reload(); // Refresh the page for customers } // Reset the flag after a short timeout to allow the next alert setTimeout(function() { debounceAlert = false; }, 1000); // Adjust the time as needed (1000ms = 1 second) } } // Find all instances of the widget with the specific data-widget-id const widgets = document.querySelectorAll('[data-widget-id="1505d3bcffa046e0a12915c9561083d5"]'); widgets.forEach(function (widget) { // Get the element directly above the widget const previousElement = widget.previousElementSibling; // Add a click event listener to the element directly above the widget if (previousElement) { previousElement.addEventListener('click', function () { showAlert(); // Trigger the alert function }); } else { console.warn('No element found directly above the widget with ID ' + widget.getAttribute('data-widget-id')); } }); }); </script> </div> <a data-display-type="block" class="u_1611054260 align-center dmButtonLink dmWidget dmWwr default dmOnlyButton dmDefaultGradient" file="false" href="/pool-installations" data-element-type="dButtonLinkId" id="1611054260"> <span class="iconBg" id="1570442827"> <span class="icon hasFontIcon icon-star" id="1543092069"></span> </span> <span class="text" id="1156154168">Learn More</span> </a> </div> <div class="dmRespCol small-12 medium-4 large-4 u_1447100445 content-removed" id="1447100445"> <div class="u_1734138969 imageWidget align-center" data-element-type="image" data-widget-type="image" id="1734138969"> <a href="/pool-conversions" id="1816813279" file="false"><img src="https://le-cdn.hibuwebsites.com/aba5fa99ba5543d0b432e8a95945d2e1/dms3rep/multi/opt/level-one-inc-content-home-2-718w.jpg" id="1064892149" class="" data-dm-image-path="https://cdn.hibuwebsites.com/aba5fa99ba5543d0b432e8a95945d2e1/dms3rep/multi/level-one-inc-content-home-2.jpg" width="658" height="430" title="Learn More About Pool Conversions" alt="Clean pool" onerror="handleImageLoadError(this)"/></a> </div> <div class="u_1781949889 dmNewParagraph" data-element-type="paragraph" id="1781949889" style="transition: opacity 1s ease-in-out;" data-version="5"> <h3 class="text-align-center" aria-level="1"><span style="display: initial;">Chemicals and Water Testing</span></h3> </div> <div class="u_1034832475 dmNewParagraph" id="1034832475" style="transition: opacity 1s ease-in-out 0s;" data-version="5"><p class="text-align-center"><span class="" style="display: initial;"><span style="display: initial;">Looking to make the switch to salt water? We don't blame you!</span> </span></p><p class="text-align-center"><span style="display: initial;"><span class="ql-cursor"></span>With less upkeep and lower costs, saltwater is a great option.</span></p></div> <div data-element-type="spacer" class="u_1135314427 dmSpacer hide-for-large hide-for-small" id="1135314427"></div> <a data-display-type="block" class="u_1695411028 align-center dmButtonLink dmWidget dmWwr default dmOnlyButton dmDefaultGradient" file="false" href="/pool-conversions" data-element-type="dButtonLinkId" id="1695411028"> <span class="iconBg" id="1761226642"> <span class="icon hasFontIcon icon-star" id="1262092678"></span> </span> <span class="text" id="1188052534">Learn More</span> </a> </div> <div class="dmRespCol small-12 medium-4 large-4 u_1142589609" id="1142589609"> <div class="u_1805156290 imageWidget align-center" data-element-type="image" data-widget-type="image" id="1805156290"> <a href="/heater-services" id="1850332140" file="false"><img src="https://le-cdn.hibuwebsites.com/aba5fa99ba5543d0b432e8a95945d2e1/dms3rep/multi/opt/level-one-inc-content-home-3-718w.jpg" id="1412206822" class="" data-dm-image-path="https://cdn.hibuwebsites.com/aba5fa99ba5543d0b432e8a95945d2e1/dms3rep/multi/level-one-inc-content-home-3.jpg" width="658" height="430" title="Learn More About Heater Services" alt="Pool heater" onerror="handleImageLoadError(this)"/></a> </div> <div class="u_1319289114 dmNewParagraph" data-element-type="paragraph" id="1319289114" style="transition: opacity 1s ease-in-out;" data-version="5"> <h3 aria-level="1" class="text-align-center"><span style="display: initial;">Heater Services</span></h3> </div> <div class="u_1782418405 dmNewParagraph" id="1782418405" style="transition: opacity 1s ease-in-out;" data-version="5"><p class="text-align-center"><span class="" style="display: initial;"><span style="display: initial;">Make sure your pool is a comfortable temperature all day and all night.</span> </span></p><p class="text-align-center"><span class="" style="display: initial;"><span style="display: initial;">We guarantee you'll love your new heater.</span> </span><a href="/contact" runtime_url="/contact" type="page" style="display: initial;">Call today!</a></p></div> <div data-element-type="spacer" class="u_1834405730 dmSpacer hide-for-large hide-for-small" id="1834405730"></div> <a data-display-type="block" class="u_1341559765 align-center dmButtonLink dmWidget dmWwr default dmOnlyButton dmDefaultGradient" file="false" href="/heater-services" data-element-type="dButtonLinkId" id="1341559765"> <span class="iconBg" id="1835989837"> <span class="icon hasFontIcon icon-star" id="1675729612"></span> </span> <span class="text" id="1357743858">Learn More</span> </a> </div> </div> </div> <div class="dmRespRow u_1188146514 fullBleedChanged fullBleedMode" style="text-align: center;" id="1188146514"> <div class="dmRespColsWrapper" id="1383655673"> <div class="dmRespCol small-12 medium-4 large-4 u_1454433732" id="1454433732"> <div class="imageWidget align-center u_1668838923" data-element-type="image" data-widget-type="image" id="1668838923"> <a href="/pool-lighting" id="1216180402" file="false"><img src="https://le-cdn.hibuwebsites.com/aba5fa99ba5543d0b432e8a95945d2e1/dms3rep/multi/opt/level-one-content-home-04-9a010ecb-718w.jpg" id="1098484078" class="" data-dm-image-path="https://cdn.hibuwebsites.com/aba5fa99ba5543d0b432e8a95945d2e1/dms3rep/multi/level-one-content-home-04-9a010ecb.jpg" width="658" height="430" alt="Pool lighting" title="Learn More About Pool Lighting" onerror="handleImageLoadError(this)"/></a> </div> <div class="u_1174502384 dmNewParagraph" data-element-type="paragraph" id="1174502384" style="transition: opacity 1s ease-in-out;" data-version="5"> <h3 class="text-align-center" aria-level="1"><span style="display: initial;">Pool Liner Replacement</span></h3> </div> <div class="u_1895225218 dmNewParagraph" id="1895225218" style="transition: none 0s ease 0s; text-align: left; display: block;" data-version="5"><p class="text-align-center"><span style="display: initial;">Our team at Level-One Inc can install beautiful lighting to make your pool or spa area look like a dream resort area.</span></p></div> <div data-element-type="spacer" class="u_1388830482 dmSpacer hide-for-large hide-for-small" id="1388830482"></div> <a data-display-type="block" class="u_1937466151 align-center dmButtonLink dmWidget dmWwr default dmOnlyButton dmDefaultGradient" file="false" href="/pool-lighting" data-element-type="dButtonLinkId" id="1937466151"> <span class="iconBg" id="1226122409"> <span class="icon hasFontIcon icon-star" id="1798348497"></span> </span> <span class="text" id="1507401356">Learn More</span> </a> </div> <div class="dmRespCol small-12 medium-4 large-4 u_1073992885" id="1073992885"> <div class="u_1256836025 imageWidget align-center" data-element-type="image" data-widget-type="image" id="1256836025"> <a href="/pump-repairs" id="1669451280" file="false"><img src="https://le-cdn.hibuwebsites.com/aba5fa99ba5543d0b432e8a95945d2e1/dms3rep/multi/opt/level-one-inc-content-home-5-718w.jpg" id="1445938290" class="" data-dm-image-path="https://cdn.hibuwebsites.com/aba5fa99ba5543d0b432e8a95945d2e1/dms3rep/multi/level-one-inc-content-home-5.jpg" width="658" height="430" title="Learn More About Pump Repairs" alt="Pool pump" onerror="handleImageLoadError(this)"/></a> </div> <div class="u_1461435740 dmNewParagraph" data-element-type="paragraph" id="1461435740" style="transition: opacity 1s ease-in-out;" data-version="5"> <h3 aria-level="1" class="text-align-center"><span style="display: initial;">Pump Repairs</span></h3> </div> <div class="u_1153880440 dmNewParagraph" id="1153880440" style="transition: none 0s ease 0s; text-align: left; display: block;" data-version="5"><p class="text-align-center"><span class="" style="display: initial;"><span style="display: initial;">Your pool pump requires regular/weekly maintenance in order for everything in your pool to work as intended.</span> </span><a href="/contact" runtime_url="/contact" type="page" style="display: initial;">Call us today.</a></p></div> <a data-display-type="block" class="u_1414267205 align-center dmButtonLink dmWidget dmWwr default dmOnlyButton dmDefaultGradient" file="false" href="/pump-repairs" data-element-type="dButtonLinkId" id="1414267205"> <span class="iconBg" id="1682173355"> <span class="icon hasFontIcon icon-star" id="1540380075"></span> </span> <span class="text" id="1293834136">Learn More</span> </a> </div> <div class="dmRespCol small-12 medium-4 large-4 u_1529057027" id="1529057027"> <div class="u_1052666819 imageWidget align-center" data-element-type="image" data-widget-type="image" id="1052666819"> <a href="/sanitation-service" id="1443540412" file="false"><img src="https://le-cdn.hibuwebsites.com/aba5fa99ba5543d0b432e8a95945d2e1/dms3rep/multi/opt/level-one-inc-content-home-7-718w.jpg" id="1705274735" class="" data-dm-image-path="https://cdn.hibuwebsites.com/aba5fa99ba5543d0b432e8a95945d2e1/dms3rep/multi/level-one-inc-content-home-7.jpg" width="658" height="430" title="Learn More About Sanitation Service" alt="Clean pool" onerror="handleImageLoadError(this)"/></a> </div> <div class="u_1902730040 dmNewParagraph" data-element-type="paragraph" id="1902730040" style="transition: opacity 1s ease-in-out;" data-version="5"> <h3 class="text-align-center" aria-level="1"><span style="display: initial;">Rock Walls and Water Features</span></h3> </div> <div class="u_1267670338 dmNewParagraph" id="1267670338" style="transition: opacity 1s ease-in-out;" data-version="5"><p class="text-align-center"><span style="display: initial;">From jump rocks to deck jets to full wall features with cascading waterfalls. Level-One Inc. can bring that extra feature to life.</span></p></div> <a data-display-type="block" class="u_1882075219 align-center dmButtonLink dmWidget dmWwr default dmOnlyButton dmDefaultGradient" file="false" href="/sanitation-service" data-element-type="dButtonLinkId" id="1882075219"> <span class="iconBg" id="1913573653"> <span class="icon hasFontIcon icon-star" id="1982360745"></span> </span> <span class="text" id="1817230978">Learn More</span> </a> </div> </div> </div> <div class="u_1726908355 dmRespRow dmSectionNoParallax fullBleedChanged fullBleedMode" style="text-align: center;" id="1726908355"> <div class="dmRespColsWrapper" id="1573847956"> <div class="u_1317036998 dmRespCol small-12 large-5 medium-5" id="1317036998" data-anim-desktop="fadeIn"> <div class="u_1077839800 dmNewParagraph" data-element-type="paragraph" id="1077839800" style="transition: opacity 1s ease-in-out 0s;" data-version="5"> <h3><span style="display: initial;">Satisfied Customer Reviews</span></h3> </div> <div class="widget-3e968b u_1935524290 dmCustomWidget" data-lazy-load="true" data-title="" id="1935524290" dmle_extension="custom_extension" data-element-type="custom_extension" wr="false" icon="false" surround="false" data-widget-id="3e968bda541d4f4f8b9603cdc9dd8de6" data-widget-version="16" data-widget-config="eyJyZXYtZGFyayI6bnVsbCwiRGF0YU51bSI6IjIiLCJUcnVuY2F0ZURlc3QiOiIvcmV2aWV3cyIsImNlbnRlckJ0biI6bnVsbCwiRGF0YVJhbmRvbWl6ZSI6ImZhbHNlIiwiVGV4dFN0eWxlcyI6bnVsbCwiTWVyY2hhbnRJRCI6IjU0MTQxIiwiRnJhbWVTdHlsZSI6bnVsbCwiQnV0dG9uU3R5bGUiOm51bGwsIkRhdGFMaW5lcyI6IjIiLCJEYXRhVGhpcmRQYXJ0eSI6InRydWUiLCJTdGFyc1N0eWxlIjpudWxsfQ=="> <div id="recentReviewsWidget" data-merchant="54141" data-lines="2" data-num="2" data-truncate-dest="/reviews" data-randomize="false" data-third-party="true"></div> </div> </div> <div class="u_1205847953 dmRespCol small-12 large-7 medium-7" id="1205847953"> <div data-element-type="spacer" class="u_1723942156 dmSpacer" id="1723942156"></div> </div> </div> </div> <div class="u_1287390174 dmRespRow fullBleedChanged fullBleedMode hasBackgroundOverlay" id="1287390174"> <div class="dmRespColsWrapper" id="1689791202"> <div class="dmRespCol small-12 u_1407997145 medium-12 large-12" id="1407997145"> <div class="u_1237637394 widget-ca4188 dmCustomWidget" data-lazy-load="" data-title="" id="1237637394" dmle_extension="custom_extension" data-element-type="custom_extension" icon="false" surround="false" data-widget-id="ca4188fe92024514a23a858f63ab6658" data-widget-version="13" data-widget-config="eyJ2aWRUaXRsZTEiOiJMZWFybiBNb3JlIEFib3V0IiwidmlkVGl0bGUyIjoiTGV2ZWwtT25lIEluYy4iLCJwbGF5SWNvbiI6Imh0dHBzOi8vY2RuLndlYnNpdGVzLmhpYnUuY29tLzEwMTgwMDk4YTMxZjRhMTE4MmZhMmIyNjdhNmFkZTI1L2RtczNyZXAvbXVsdGkvdmlkLXNwbGFzaC1wbGF5LnBuZyIsInBsYXlMaW5rIjp7InZhbHVlIjoiaGlidS12aWRlby1zcGxhc2giLCJ0eXBlIjoicG9wdXAiLCJocmVmIjoiL2hpYnUtdmlkZW8tc3BsYXNoIiwicmF3X3VybCI6Ii9zaXRlL2FiYTVmYTk5YmE1NTQzZDBiNDMyZThhOTU5NDVkMmUxL2hpYnUtdmlkZW8tc3BsYXNoP25lZT10cnVlJmVkPXRydWUmc2hvd09yaWdpbmFsPXRydWUmcHJldmlldz10cnVlJmRtX3RyeV9tb2RlPXRydWUmZG1fY2hlY2tTeW5jPTEiLCJwb3B1cF90YXJnZXQiOiJoaWJ1LXZpZGVvLXNwbGFzaCIsImxpbmtfdHlwZSI6InBvcHVwIn0sInBsYXlJY29uQWx0IjoiUGxheSBWaWRlbyIsIm5hbWUiOiJMZXZlbC1PbmUgSW5jLiIsInVwbG9hZERhdGUiOiIyMDIzLTEyLTA1IiwidGh1bWJuYWlsVXJsIjoiaHR0cHM6Ly9jZG4uaGlidXdlYnNpdGVzLmNvbS9hYmE1ZmE5OWJhNTU0M2QwYjQzMmU4YTk1OTQ1ZDJlMS9kbXMzcmVwL211bHRpL21vYmlsZS9sZXZlbC1vbmUtaW5jLXZpZGVvLmpwZyIsImNvbnRlbnRVcmwiOiJ2aWRlb3MuaGlidXN0dWRpby5jb20vMjAyMy9sZXZlbC1vbmUtaW5jLTcwMTIyMjkwODMubXA0IiwiZGVzY3JpcHRpb24iOiJXZSBwcm92aWRlIHBvb2wgaW5zdGFsbGF0aW9ucywgY29udmVyc2lvbnMsIGhlYXRlciBzZXJ2aWNlcywgbGlnaHRpbmcsIHB1bXAgcmVwYWlycywgZmlsdGVyIHJlcGFpcnMsIHNhbml0YXRpb24gc2VydmljZXMsIGFuZCBjbGVhbmluZyBzeXN0ZW0gcmVwYWlyIHNlcnZpY2VzLiAiLCJ0cmFuc2NyaXB0aW9uIjoiU2VydmluZyB0aGUgQWRyaWFuLCBNSSBhcmVhLiBMZXZlbC1PbmUgSW5jIHNwZWNpYWxpemVzIGluIHBvb2wgaW5zdGFsbGF0aW9ucywgY29udmVyc2lvbnMsIGhlYXRlciBzZXJ2aWNlcywgbGlnaHRpbmcsIGFuZCByZXBhaXJzLiBGcmVlIGVzdGltYXRlcy4gMjUrIHllYXJzIG9mIGV4cGVyaWVuY2UuIExpY2Vuc2VkIGFuZCBpbnN1cmVkLiBDYWxsIHRvZGF5LiJ9"> <div class="vidWrapper" itemprop="video" itemscope="" itemtype="http://schema.org/VideoObject"> <meta itemprop="name" content="Level-One Inc."></meta> <meta itemprop="duration" content="T1M36S"></meta> <meta itemprop="uploadDate" content="2023-12-05"></meta> <meta itemprop="thumbnailUrl" content="https://cdn.hibuwebsites.com/aba5fa99ba5543d0b432e8a95945d2e1/dms3rep/multi/mobile/level-one-inc-video.jpg"></meta> <meta itemprop="contentURL" content="videos.hibustudio.com/2023/level-one-inc-7012229083.mp4"></meta> <meta itemprop="description" content="We provide pool installations, conversions, heater services, lighting, pump repairs, filter repairs, sanitation services, and cleaning system repair services. "></meta> <meta itemprop="transcript" content=""></meta> <div class="vidInner"> <center> <p class="vidTitle1">Learn More About</p> <p class="vidTitle2">Level-One Inc.</p> <div class="playIcon"> <a value="hibu-video-splash" type="popup" href="/hibu-video-splash" raw_url="/site/aba5fa99ba5543d0b432e8a95945d2e1/hibu-video-splash?nee=true&ed=true&showOriginal=true&preview=true&dm_try_mode=true&dm_checkSync=1" popup_target="hibu-video-splash" link_type="popup"><img src="https://le-cdn.hibuwebsites.com/10180098a31f4a1182fa2b267a6ade25/dms3rep/multi/opt/vid-splash-play-1920w.png" alt="Play Video" class="playIcon" onerror="handleImageLoadError(this)"/></a> </div> </center> </div> <div class="vidOverlay"></div> </div> </div> </div> </div> </div> <div class="dmRespRow fullBleedChanged fullBleedMode u_1196230496" style="text-align: center;" id="1196230496"> <div class="dmRespColsWrapper" id="1233781729"> <div class="dmRespCol small-12 medium-12 large-12 u_1349430228" id="1349430228"> <span id="1470368598"></span> <div class="u_1513449636 dmPhotoGallery dmPhotoGalleryResp newPhotoGallery upgradedGallery photo-gallery-done text-layout-over captionAlignment-center_center photoGallery" data-element-type="dPhotoGalleryId" data-desktop-text-layout="over" id="1513449636" data-placeholder="false" data-image-hover-effect="zoomout" data-image-animation="fadeInUp" data-desktop-layout="square" data-desktop-columns="2" data-rows-to-show="100" data-tablet-layout="square" data-mobile-layout="square" data-mobile-columns="2"> <div class="dmPhotoGalleryHolder clearfix gallery shadowEffectToChildren gallery4inArow" id="1362986591"></div> <div class="layout-container square"> <div class="photogallery-row " data-index=""> <div class="photogallery-column column-2" data-index="0"> <div index="0" class="photoGalleryThumbs animated " data-index="0"> <div class="thumbnailInnerWrapper" style="opacity: 1;"> <div class="image-container revealed"> <a data-dm-multisize-attr="temp" data-dm-force-device="mobile" class="u_1081897894" data-image-url="https://cdn.hibuwebsites.com/aba5fa99ba5543d0b432e8a95945d2e1/dms3rep/multi/level-one-inc-logo-hayward.jpg" style="background-image: url('https://le-cdn.hibuwebsites.com/aba5fa99ba5543d0b432e8a95945d2e1/dms3rep/multi/opt/level-one-inc-logo-hayward-640w.jpg');"><img id="1674041462" data-src="https://le-cdn.hibuwebsites.com/aba5fa99ba5543d0b432e8a95945d2e1/dms3rep/multi/opt/level-one-inc-logo-hayward-1920w.jpg" alt="Hayward logo" onerror="handleImageLoadError(this)"/></a> </div> <div id="1103482573" class="caption-container u_1103482573" style="display:none"> <span class="caption-inner"> <a id="1321466052" class="caption-button dmWidget clearfix u_1321466052" href="" style=""> <span class="iconBg"> <span class="icon hasFontIcon "></span> </span> <span class="text">Button</span> </a> </span> </div> </div> </div> </div> <div class="photogallery-column column-2" data-index="1"> <div index="1" class="photoGalleryThumbs animated " data-index="1"> <div class="thumbnailInnerWrapper" style="opacity: 1;"> <div class="image-container revealed"> <a data-dm-multisize-attr="temp" data-dm-force-device="mobile" class="u_1999503146" data-image-url="https://cdn.hibuwebsites.com/aba5fa99ba5543d0b432e8a95945d2e1/dms3rep/multi/level-one-inc-logo-only-alpha.jpg" style="background-image: url('https://le-cdn.hibuwebsites.com/aba5fa99ba5543d0b432e8a95945d2e1/dms3rep/multi/opt/level-one-inc-logo-only-alpha-640w.jpg');"><img id="1214419337" data-src="https://le-cdn.hibuwebsites.com/aba5fa99ba5543d0b432e8a95945d2e1/dms3rep/multi/opt/level-one-inc-logo-only-alpha-1920w.jpg" alt="Only alpha logo" onerror="handleImageLoadError(this)"/></a> </div> <div id="1094199614" class="caption-container u_1094199614" style="display:none"> <span class="caption-inner"> <a id="1142771315" class="caption-button dmWidget clearfix u_1142771315" href="" style=""> <span class="iconBg"> <span class="icon hasFontIcon "></span> </span> <span class="text">Button</span> </a> </span> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </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="dmRespRow u_1439560789" id="1439560789"> <div class="dmRespColsWrapper" id="1744081666"> <div class="dmRespCol large-12 medium-12 small-12 u_1147587519" id="1147587519"> <div class="dmRespRow u_1419166765" id="1419166765"> <div class="dmRespColsWrapper" id="1683567209"> <div class="dmRespCol small-12 u_1224129720 large-3 medium-3" id="1224129720"> <div class="dmNewParagraph u_1678529805" data-element-type="paragraph" data-version="5" id="1678529805" style="transition: opacity 1s ease-in-out 0s;"> <h4 style="letter-spacing: 0.06em;"><span style="color: rgb(255, 255, 255); display: unset; text-transform: uppercase;">Visit Us</span></h4> </div> <div class="dmDividerWrapper clearfix u_1606113440" data-element-type="dDividerId" data-layout="divider-style-1" data-widget-version="2" id="1606113440"><hr class="dmDivider" style="border-width:2px; border-top-style:solid; color:grey;" id="1193508138"/></div> <div data-element-type="spacer" class="dmSpacer u_1877728528" id="1877728528"></div> <div class="u_1941652654 dmNewParagraph" data-element-type="paragraph" data-version="5" id="1941652654" data-binding="W3siYmluZGluZ05hbWUiOiJ0ZXh0IiwidmFsdWUiOiJzaXRlX3RleHQuc2hvcnQgYWRkcmVzcyBsb2MgMSJ9XQ==" data-styletopreserve="{" background-image":""}"="" data-diy-text=""><p class="rteBlock"></p><p>3438 US-223</p><p>Adrian, MI 49221</p><p></p></div> <a class="u_1146053588 default align-center dmMap dmWidget dmNoMark dmWwr" href="https://maps.google.com/maps?q=3438+US-223%2C+Adrian%2C+MI+49221%2C+US(Eric%27s+Auto+Shops)&sll=41.87279,-83.99431" contenteditable="false" onclick=";return dm_gaq_push_event('ClickToMap', 'Map',null,'aba5fa99ba5543d0b432e8a95945d2e1', this,{hitCallBack:true});" id="1146053588" dmle_extension="mapextension" data-element-type="mapextension" modedesktop="" data-popup-title="" data-binding="W3siYmluZGluZ05hbWUiOiJhZGRyZXNzIiwidmFsdWUiOiJjb250ZW50X2xpYnJhcnkuZ2xvYmFsIn1d" data-popup-description-visible="false" modemobile="button" addresstodisplay="3438 US-223, Adrian, MI 49221, US" data-buttonstyle="ROUND_SIDES" geocompleteaddress="3438 US-223, Adrian, MI 49221, US" data-popup-display-desktop="" data-popup-display-mobile="" data-display-type="block" data-popup-title-visible="false" data-popup-description="" dmmapsource="dm" modetablet="map" wr="true" data-popup-show="false" icon="true" surround="true" description="Get Directions" adwords="" icon-name="icon-map-marker" street="" city="" country="US" country_full="United States" state="" zip="" business="Eric's Auto Shops" provider="mapbox" lon="-83.99431" lat="41.87279" faddr="3438 US-223, Adrian, MI 49221, US"> <span class="iconBg" aria-hidden="true"> <span class="icon hasFontIcon icon-map-marker"></span> </span> <span class="text">Get Directions</span> </a> </div> <div class="dmRespCol small-12 u_1768285128 large-3 medium-3" id="1768285128"> <div class="u_1414118296 dmNewParagraph" data-element-type="paragraph" data-version="5" id="1414118296" style="transition: opacity 1s ease-in-out 0s;"> <h4 style="letter-spacing: 0.06em;"><span style="color: rgb(255, 255, 255); display: unset; text-transform: uppercase;">serving Area</span></h4> </div> <div class="dmDividerWrapper clearfix u_1703658558" data-element-type="dDividerId" data-layout="divider-style-1" data-widget-version="2" id="1703658558"><hr class="dmDivider" style="border-width:2px; border-top-style:solid; color:grey;" id="1668526574"/></div> <div data-element-type="spacer" class="dmSpacer u_1740928245" id="1740928245"></div> <div class="u_1947579060 dmNewParagraph" data-element-type="paragraph" data-version="5" id="1947579060" data-binding="W3siYmluZGluZ05hbWUiOiJ0ZXh0IiwidmFsdWUiOiJzaXRlX3RleHQuc2VydmljZSBhcmVhcyJ9XQ==" data-styletopreserve="{" background-image":""}"="" data-diy-text=""><p class="rteBlock">Lenawee County, Saline, Dexter, and the Surrounding Areas</p></div> </div> <div class="dmRespCol small-12 u_1089776737 large-3 medium-3" id="1089776737"> <div class="u_1731366212 dmNewParagraph" data-element-type="paragraph" data-version="5" id="1731366212" style="transition: opacity 1s ease-in-out 0s;"> <h4 style="letter-spacing: 0.06em;"><span style="text-transform: uppercase; display: unset; color: rgb(255, 255, 255);">Contact Us</span></h4> </div> <div class="dmDividerWrapper clearfix u_1384129284" data-element-type="dDividerId" data-layout="divider-style-1" data-widget-version="2" id="1384129284"><hr class="dmDivider" style="border-width:2px; border-top-style:solid; color:grey;" id="1139019842"/></div> <div data-element-type="spacer" class="dmSpacer u_1345838865" id="1345838865"></div> <div class="u_1396333210 dmNewParagraph" data-element-type="paragraph" data-version="5" id="1396333210" style="transition: opacity 1s ease-in-out 0s;" data-binding="W3siYmluZGluZ05hbWUiOiJ0ZXh0IiwidmFsdWUiOiJzaXRlX3RleHQucGhvbmUgbGlzdCBsb2MgMSJ9XQ==" data-diy-text=""><p class="rteBlock"><strong>Main Phone:</strong> <a href="tel:+15172199303" style="color:inherit;">(517) 219-9303</a></p><p class="rteBlock"><strong>Mobile Phone:</strong> <a href="tel:+15172199303" style="color:inherit;">(517) 219-9303</a></p><p class="rteBlock"><strong>Alternate Phone:</strong> <a href="tel:+15172199303" style="color:inherit;">(517) 219-9303</a></p></div> <a class="u_1594050960 default align-center dmEmail dmWidget dmNoMark dmWwr" href="mailto:[email protected]" contenteditable="false" onclick=";return dm_gaq_push_event('ClickToEmail', 'Email',null,'aba5fa99ba5543d0b432e8a95945d2e1', this);" id="1594050960" dmle_extension="emailextension" data-element-type="emailextension" data-binding="W3siYmluZGluZ05hbWUiOiJlbWFpbCIsInZhbHVlIjoiY29udGVudF9saWJyYXJ5Lmdsb2JhbC5lbWFpbC5lbWFpbCAtIGxvYyAxIn1d" data-buttonstyle="ROUND_SIDES" wr="true" data-display-type="block" icon="true" surround="true" description="Email Us" adwords="" icon-name="icon-envelope-alt" email="[email protected]"> <span class="iconBg" aria-hidden="true"> <span class="icon hasFontIcon icon-envelope-alt"></span> </span> <span class="text">Email Us</span> </a> <div class="u_1206799326 align-center text-align-center dmSocialHub gapSpacing" id="1206799326" dmle_extension="social_hub" data-element-type="social_hub" data-binding="W3siYmluZGluZ05hbWUiOiJzb2NpYWwiLCJ2YWx1ZSI6ImNvbnRlbnRfbGlicmFyeS5nbG9iYWwuc29jaWFsIn1d" wr="true" networks="" icon="true" surround="true" adwords=""> <div class="socialHubWrapper"> <div class="socialHubInnerDiv "> <a href="https://facebook.com/146783322034380" target="_blank" dm_dont_rewrite_url="true" aria-label="facebook" onclick="dm_gaq_push_event && dm_gaq_push_event('socialLink', 'click', 'Facebook')"> <span class="dmSocialFacebook dm-social-icons-facebook oneIcon socialHubIcon style9" aria-hidden="true" data-hover-effect=""></span> </a> </div> </div> </div> </div> <div class="dmRespCol small-12 u_1814428671 large-3 medium-3" id="1814428671"> <div class="u_1585596407 dmNewParagraph" data-element-type="paragraph" data-version="5" id="1585596407" style="transition: opacity 1s ease-in-out 0s;"> <h4 style="letter-spacing: 0.06em;"><span style="text-transform: uppercase; display: unset; color: rgb(255, 255, 255);">Business Hours</span></h4> </div> <div class="dmDividerWrapper clearfix u_1686095157" data-element-type="dDividerId" data-layout="divider-style-1" data-widget-version="2" id="1686095157"><hr class="dmDivider" style="border-width:2px; border-top-style:solid; color:grey;" id="1723459921"/></div> <div data-element-type="spacer" class="dmSpacer u_1934401309" id="1934401309"></div> <div class="u_1334978677 default dmHoursOfOperation" id="1334978677" dmle_extension="open_hours" data-element-type="open_hours" data-binding="W3siYmluZGluZ05hbWUiOiJidXNpbmVzc19ob3VycyIsInZhbHVlIjoiY29udGVudF9saWJyYXJ5Lmdsb2JhbC5idXNpbmVzc19ob3VycyJ9XQ==" time_format="12" wr="true" displaytitle="false" forcedisplay="false" icon="true" surround="true" adwords=""> <dl class="open-hours-data"> <div class="open-hours-item"> <dt day="0">Mon - Fri</dt> <dd> <time>9:00 am</time> - <time>3:00 pm</time> </dd> </div> <div class="open-hours-item"> <dt day="5">Sat - Sun</dt> <dd>Closed</dd> </div> </dl> </div> <div class="u_1740960655 dmNewParagraph" data-element-type="paragraph" data-version="5" id="1740960655" style="transition: opacity 1s ease-in-out 0s;" new-inline-bind-applied="true" data-diy-text=""><p class="m-size-12 size-15"><span class="m-font-size-12 font-size-15" m-font-size-set="true" style="font-weight: bold; color: rgb(255, 255, 255); display: initial;"><span class="inline-data-binding" data-encoded-value="VGhpcyBpcyBhIHBsYWNlaG9sZGVyIGFuZCB3b24ndCBhcHBlYXIgb24gdGhlIGxpdmUgc2l0ZS4=" data-inline-binding="site_text.additional hours text loc 1"></span></span></p></div> </div> </div> </div> </div> </div> </div> <div class="dmRespRow u_1632155419" style="text-align: center;" id="1632155419"> <div class="dmRespColsWrapper" id="1253858808"> <div class="u_1063824722 dmRespCol small-12 medium-12 large-12" id="1063824722"> <div data-element-type="spacer" class="dmSpacer u_1663058138" id="1663058138"></div> <div class="widget-afd4bc u_1073006314 dmCustomWidget" data-lazy-load="" data-title="" id="1073006314" dmle_extension="custom_extension" data-element-type="custom_extension" icon="false" surround="false" data-widget-id="afd4bc7f907140298e111130d715031d" data-widget-version="99" data-widget-config="eyJJY29uIFNpemUiOm51bGwsIkljb25MaXN0IjpbeyJFbWFpbEFkZHIiOm51bGwsIkFjdGlvbiI6IkNhbGwiLCJDYWxsTnVtIjoiKDUxNykgMjE5LTkzMDMiLCJFbWFpbCI6dHJ1ZSwiUXVlcnkiOiJTdHJlZXQgQWRkcmVzcywgQ2l0eSwgU1QsIDEyMzQ1IiwiU2hhcmVUaXRsZSI6IiIsIlR1bWJsciI6dHJ1ZSwic2hvd29ubW9iaWxlIjp0cnVlLCJGYlVzZXIiOm51bGwsIkxhYmVsIjoiQ2FsbCBVcyIsIlR3aXR0ZXIiOnRydWUsInNob3dvbmRlc2t0b3AiOmZhbHNlLCJDdXN0b21JY29uX1NlbGVjdCI6ImN1c3RvbV9pY29uMSIsIlJlZGRpdCI6dHJ1ZSwiQ2hhdFNjcmlwdCI6bnVsbCwiUGludGVyZXN0Ijp0cnVlLCJTbXNOdW0iOiI1NTUtNTU1LTU1NTUiLCJHb29nbGVQbHVzIjpmYWxzZSwiRmFjZWJvb2siOnRydWUsIkFuaW1hdGUiOm51bGwsIkN1c3RvbUljb24iOm51bGwsIkxpbmtlZEluIjp0cnVlLCJkZWZFbWFpbEJvZHkiOiIiLCJlbWFpbERlZlN1YmplY3QiOiJRdWVzdGlvbnMgQWJvdXQgWW91ciBCdXNpbmVzcyIsIlNoYXJlTGluayI6bnVsbCwiTGluayI6bnVsbH0seyJFbWFpbEFkZHIiOm51bGwsIkFjdGlvbiI6IkxpbmsiLCJDYWxsTnVtIjoiNTU1LTU1NS01NTU1IiwiRW1haWwiOnRydWUsIlF1ZXJ5IjoiU3RyZWV0IEFkZHJlc3MsIENpdHksIFNULCAxMjM0NSIsIlNoYXJlVGl0bGUiOiIiLCJUdW1ibHIiOnRydWUsInNob3dvbm1vYmlsZSI6dHJ1ZSwiRmJVc2VyIjpudWxsLCJMYWJlbCI6IlJlYWQgUmV2aWV3cyIsIlR3aXR0ZXIiOnRydWUsInNob3dvbmRlc2t0b3AiOnRydWUsIkN1c3RvbUljb25fU2VsZWN0IjoiY3VzdG9tX2ljb24xIiwiUmVkZGl0Ijp0cnVlLCJDaGF0U2NyaXB0IjpudWxsLCJQaW50ZXJlc3QiOnRydWUsIlNtc051bSI6IjU1NS01NTUtNTU1NSIsIkdvb2dsZVBsdXMiOmZhbHNlLCJGYWNlYm9vayI6dHJ1ZSwiQW5pbWF0ZSI6bnVsbCwiQ3VzdG9tSWNvbiI6dHJ1ZSwiTGlua2VkSW4iOnRydWUsImRlZkVtYWlsQm9keSI6IiIsImVtYWlsRGVmU3ViamVjdCI6IlF1ZXN0aW9ucyBBYm91dCBZb3VyIEJ1c2luZXNzIiwiU2hhcmVMaW5rIjpudWxsLCJMaW5rIjp7InZhbHVlIjoicmV2aWV3cyIsImxhYmVsIjoiIiwidHlwZSI6InBhZ2UiLCJocmVmIjoiL3Jldmlld3MiLCJyYXdfdXJsIjoiL3NpdGUvNzRkMjU0NDNlMDRlNGQwYmI4OGU1ODI4NGM3MjcwNzMvcmV2aWV3cz9uZWU9dHJ1ZSZlZD10cnVlJnNob3dPcmlnaW5hbD10cnVlJnByZXZpZXc9dHJ1ZSZkbV90cnlfbW9kZT10cnVlJmRtX2NoZWNrU3luYz0xIn19LHsiRW1haWxBZGRyIjpudWxsLCJBY3Rpb24iOiJMaW5rIiwiQ2FsbE51bSI6IjU1NS01NTUtNTU1NSIsIkVtYWlsIjp0cnVlLCJRdWVyeSI6IlN0cmVldCBBZGRyZXNzLCBDaXR5LCBTVCwgMTIzNDUiLCJTaGFyZVRpdGxlIjoiIiwiVHVtYmxyIjp0cnVlLCJzaG93b25tb2JpbGUiOnRydWUsIkZiVXNlciI6bnVsbCwiTGFiZWwiOiJSZXF1ZXN0IGFuIEVzdGltYXRlICIsIlR3aXR0ZXIiOnRydWUsInNob3dvbmRlc2t0b3AiOnRydWUsIkN1c3RvbUljb25fU2VsZWN0IjoiY3VzdG9tX2ljb24yIiwiUmVkZGl0Ijp0cnVlLCJDaGF0U2NyaXB0IjpudWxsLCJQaW50ZXJlc3QiOnRydWUsIlNtc051bSI6IjU1NS01NTUtNTU1NSIsIkdvb2dsZVBsdXMiOmZhbHNlLCJGYWNlYm9vayI6dHJ1ZSwiQW5pbWF0ZSI6bnVsbCwiQ3VzdG9tSWNvbiI6dHJ1ZSwiTGlua2VkSW4iOnRydWUsImRlZkVtYWlsQm9keSI6IiIsImVtYWlsRGVmU3ViamVjdCI6IlF1ZXN0aW9ucyBBYm91dCBZb3VyIEJ1c2luZXNzIiwiU2hhcmVMaW5rIjpudWxsLCJMaW5rIjp7InZhbHVlIjoicmVxdWVzdC1hbi1lc3RpbWF0ZS1mb3JtIiwibGFiZWwiOiIiLCJ0eXBlIjoicGFnZSIsImhyZWYiOiIvcmVxdWVzdC1hbi1lc3RpbWF0ZS1mb3JtIiwicmF3X3VybCI6Ii9zaXRlL2FiYTVmYTk5YmE1NTQzZDBiNDMyZThhOTU5NDVkMmUxL3JlcXVlc3QtYW4tZXN0aW1hdGUtZm9ybT9uZWU9dHJ1ZSZlZD10cnVlJnNob3dPcmlnaW5hbD10cnVlJnByZXZpZXc9dHJ1ZSZkbV90cnlfbW9kZT10cnVlJmRtX2NoZWNrU3luYz0xIn19LHsiRW1haWxBZGRyIjpudWxsLCJBY3Rpb24iOiJNZXNzIiwiQ2FsbE51bSI6IjU1NS01NTUtNTU1NSIsIkVtYWlsIjp0cnVlLCJRdWVyeSI6IlN0cmVldCBBZGRyZXNzLCBDaXR5LCBTVCwgMTIzNDUiLCJTaGFyZVRpdGxlIjoiIiwiVHVtYmxyIjp0cnVlLCJzaG93b25tb2JpbGUiOnRydWUsIkZiVXNlciI6IjEwMDA2MzY1NjMwNjc0MSIsIkxhYmVsIjoiTWVzc2FnZSBVcyIsIlR3aXR0ZXIiOnRydWUsInNob3dvbmRlc2t0b3AiOnRydWUsIkN1c3RvbUljb25fU2VsZWN0IjoiY3VzdG9tX2ljb24xIiwiUmVkZGl0Ijp0cnVlLCJDaGF0U2NyaXB0IjpudWxsLCJQaW50ZXJlc3QiOnRydWUsIlNtc051bSI6IjU1NS01NTUtNTU1NSIsIkdvb2dsZVBsdXMiOmZhbHNlLCJGYWNlYm9vayI6dHJ1ZSwiQW5pbWF0ZSI6bnVsbCwiQ3VzdG9tSWNvbiI6bnVsbCwiTGlua2VkSW4iOnRydWUsImRlZkVtYWlsQm9keSI6IiIsImVtYWlsRGVmU3ViamVjdCI6IlF1ZXN0aW9ucyBBYm91dCBZb3VyIEJ1c2luZXNzIiwiU2hhcmVMaW5rIjpudWxsLCJMaW5rIjpudWxsfSx7IkVtYWlsQWRkciI6ImluZm9AbGV2MS5jb20iLCJBY3Rpb24iOiJFbWFpbCIsIkNhbGxOdW0iOiI1NTUtNTU1LTU1NTUiLCJFbWFpbCI6dHJ1ZSwiUXVlcnkiOiJTdHJlZXQgQWRkcmVzcywgQ2l0eSwgU1QsIDEyMzQ1IiwiU2hhcmVUaXRsZSI6IiIsIlR1bWJsciI6dHJ1ZSwic2hvd29ubW9iaWxlIjp0cnVlLCJGYlVzZXIiOm51bGwsIkxhYmVsIjoiRW1haWwgVXMiLCJUd2l0dGVyIjp0cnVlLCJzaG93b25kZXNrdG9wIjp0cnVlLCJDdXN0b21JY29uX1NlbGVjdCI6ImN1c3RvbV9pY29uMyIsIlJlZGRpdCI6dHJ1ZSwiQ2hhdFNjcmlwdCI6bnVsbCwiUGludGVyZXN0Ijp0cnVlLCJTbXNOdW0iOiI1NTUtNTU1LTU1NTUiLCJHb29nbGVQbHVzIjpmYWxzZSwiRmFjZWJvb2siOnRydWUsIkFuaW1hdGUiOm51bGwsIkN1c3RvbUljb24iOnRydWUsIkxpbmtlZEluIjp0cnVlLCJkZWZFbWFpbEJvZHkiOiIiLCJlbWFpbERlZlN1YmplY3QiOiJRdWVzdGlvbnMgQWJvdXQgWW91ciBCdXNpbmVzcyIsIlNoYXJlTGluayI6bnVsbCwiTGluayI6bnVsbH0seyJFbWFpbEFkZHIiOm51bGwsIkFjdGlvbiI6Ik1hcCIsIkNhbGxOdW0iOiI1NTUtNTU1LTU1NTUiLCJFbWFpbCI6dHJ1ZSwiUXVlcnkiOiIzNDM4IEUgVVMgSGlnaHdheSAyMjMgQWRyaWFuICwgTUkgNDkyMjEiLCJTaGFyZVRpdGxlIjoiIiwiVHVtYmxyIjp0cnVlLCJzaG93b25tb2JpbGUiOnRydWUsIkZiVXNlciI6bnVsbCwiTGFiZWwiOiJHZXQgRGlyZWN0aW9ucyIsIlR3aXR0ZXIiOnRydWUsInNob3dvbmRlc2t0b3AiOnRydWUsIkN1c3RvbUljb25fU2VsZWN0IjoiY3VzdG9tX2ljb24xIiwiUmVkZGl0Ijp0cnVlLCJDaGF0U2NyaXB0IjpudWxsLCJQaW50ZXJlc3QiOnRydWUsIlNtc051bSI6IjU1NS01NTUtNTU1NSIsIkdvb2dsZVBsdXMiOmZhbHNlLCJGYWNlYm9vayI6dHJ1ZSwiQW5pbWF0ZSI6bnVsbCwiQ3VzdG9tSWNvbiI6bnVsbCwiTGlua2VkSW4iOnRydWUsImRlZkVtYWlsQm9keSI6IiIsImVtYWlsRGVmU3ViamVjdCI6IlF1ZXN0aW9ucyBBYm91dCBZb3VyIEJ1c2luZXNzIiwiU2hhcmVMaW5rIjpudWxsLCJMaW5rIjpudWxsfSx7IkVtYWlsQWRkciI6bnVsbCwiQWN0aW9uIjoiU2hhcmUiLCJDYWxsTnVtIjoiNTU1LTU1NS01NTU1IiwiRW1haWwiOnRydWUsIlF1ZXJ5IjoiU3RyZWV0IEFkZHJlc3MsIENpdHksIFNULCAxMjM0NSIsIlNoYXJlVGl0bGUiOiIiLCJUdW1ibHIiOnRydWUsInNob3dvbm1vYmlsZSI6dHJ1ZSwiRmJVc2VyIjpudWxsLCJMYWJlbCI6IlNoYXJlIFVzIiwiVHdpdHRlciI6dHJ1ZSwic2hvd29uZGVza3RvcCI6dHJ1ZSwiQ3VzdG9tSWNvbl9TZWxlY3QiOiJjdXN0b21faWNvbjEiLCJSZWRkaXQiOnRydWUsIkNoYXRTY3JpcHQiOm51bGwsIlBpbnRlcmVzdCI6dHJ1ZSwiU21zTnVtIjoiNTU1LTU1NS01NTU1IiwiR29vZ2xlUGx1cyI6ZmFsc2UsIkZhY2Vib29rIjp0cnVlLCJBbmltYXRlIjpudWxsLCJDdXN0b21JY29uIjpudWxsLCJMaW5rZWRJbiI6dHJ1ZSwiZGVmRW1haWxCb2R5IjoiIiwiZW1haWxEZWZTdWJqZWN0IjoiUXVlc3Rpb25zIEFib3V0IFlvdXIgQnVzaW5lc3MiLCJTaGFyZUxpbmsiOm51bGwsIkxpbmsiOm51bGx9XSwiR2xvYmFsIjpudWxsLCJGb2N1c0RlbGF5IjoiNTAwMCIsIkFuaW1hdGlvbk9wdGlvbnMiOm51bGwsIk1vYmlsZUxheW91dCI6IkZ1bGwiLCJNb2RhbFRpdGxlIjoiU2hhcmUgT246IiwiTW9iaWxlVGhlbWUiOiJMaWdodCIsIk1vYmlsZU9yaWVudGF0aW9uIjoicmlnaHQiLCJIZWxwVGV4dCI6IkhpLiBEbyB5b3UgbmVlZCBhbnkgaGVscD8iLCJNb2JpbGVPcHRpb25zIjpudWxsLCJNb2JpbGUiOm51bGwsIkZvY3VzSXRlciI6IjEiLCJEZXNrdG9wIjpudWxsLCJEZXNrdG9wTGF5b3V0IjoiRmxvYXQiLCJEZXNrdG9wT3B0aW9ucyI6bnVsbCwiY3VzdG9tX2ljb240IjoiPHN2ZyB4bWxucz1cImh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnXCIgd2lkdGg9XCI5OC4yOFwiIGhlaWdodD1cIjk4LjI4XCIgdmlld0JveD1cIjAgMCA5OC4yOCA5OC4yOFwiPjxjaXJjbGUgY3g9XCI0OS4xNFwiIGN5PVwiNDkuMTRcIiByPVwiNDkuMTRcIiBmaWxsPVwiIzI3MmEzZFwiLz48cGF0aCBkPVwiTTYwLjE4LDUzLjVhMywzLDAsMCwxLDIuMzIuNzUsMywzLDAsMCwxLC42NSwyLjA5LDYuNTMsNi41MywwLDAsMS0uMjQsMS44LDQuMzgsNC4zOCwwLDAsMS0uNDMsMS4xMkg1OC41NHY2LjY4SDUxLjkyVjU5LjI2aC03LjNxLTQuNTYsMC02LjQ4LTEuNDFhNS4xNyw1LjE3LDAsMCwxLTEuOTItNC40NCwxMC42NSwxMC42NSwwLDAsMSwuNDYtMywxOC45LDE4LjksMCwwLDEsMS4yLTMsMjYuNTcsMjYuNTcsMCwwLDEsMS43My0zLDMyLjg1LDMyLjg1LDAsMCwxLDItMi43NnExLjQ0LTEuNzgsMy0zLjM0YTMwLDMwLDAsMCwxLDMuMTItMi43NkExNSwxNSwwLDAsMSw1MSwzMy42NmE4LjQ4LDguNDgsMCwwLDEsMy4zNC0uNyw3LjczLDcuNzMsMCwwLDEsMi44OC40Myw2LjI3LDYuMjcsMCwwLDEsMS4zNC42N1Y1My41Wk01MS45MiwzOS40NGMtLjI2LjE2LS45LjY2LTEuOTIsMS40OWEyNC41OCwyNC41OCwwLDAsMC0zLjQxLDMuNTUsMjQuMTgsMjQuMTgsMCwwLDAtMi44Myw0LjE1LDYuODksNi44OSwwLDAsMC0uOTEsMi45MSwxLjU3LDEuNTcsMCwwLDAsLjg2LDEuNTNBNS4wNiw1LjA2LDAsMCwwLDQ2LDUzLjVoNlpcIiB0cmFuc2Zvcm09XCJ0cmFuc2xhdGUoLTAuNCAtMC4zNylcIiBmaWxsPVwiIzRkYWY3Y1wiLz48L3N2Zz4iLCJNb2JpbGVNYWluIjoicGx1cyIsIkRlc2tNYWluIjoiZW52ZWxvcGUiLCJjdXN0b21faWNvbjMiOiI8c3ZnIHhtbG5zPVwiaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmdcIiB2aWV3Qm94PVwiMCAwIDE3OTIgMTc5MlwiPjxwYXRoIGZpbGw9XCJpbmhlcml0XCIgZD1cIk0xNzkyIDcxMHY3OTRxMCA2Ni00NyAxMTN0LTExMyA0N2gtMTQ3MnEtNjYgMC0xMTMtNDd0LTQ3LTExM3YtNzk0cTQ0IDQ5IDEwMSA4NyAzNjIgMjQ2IDQ5NyAzNDUgNTcgNDIgOTIuNSA2NS41dDk0LjUgNDggMTEwIDI0LjVoMSAxcTUxIDAgMTEwLTI0LjV0OTQuNS00OCA5Mi41LTY1LjVxMTcwLTEyMyA0OTgtMzQ1IDU3LTM5IDEwMC04N3pNMTc5MiA0MTZxMCA3OS00OSAxNTF0LTEyMiAxMjNxLTM3NiAyNjEtNDY4IDMyNS0xMCA3LTQyLjUgMzAuNXQtNTQgMzgtNTIgMzIuNS01Ny41IDI3LTUwIDloLTEtMXEtMjMgMC01MC05dC01Ny41LTI3LTUyLTMyLjUtNTQtMzgtNDIuNS0zMC41cS05MS02NC0yNjItMTgyLjV0LTIwNS0xNDIuNXEtNjItNDItMTE3LTExNS41dC01NS0xMzYuNXEwLTc4IDQxLjUtMTMwdDExOC41LTUyaDE0NzJxNjUgMCAxMTIuNSA0N3Q0Ny41IDExM3pcIi8+IDwvc3ZnPiIsIkN1c3RvbUljb25PcHRpb25zIjpudWxsLCJjdXN0b21faWNvbjYiOiI8c3ZnIHhtbG5zPVwiaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmdcIiB3aWR0aD1cIjk4LjI4XCIgaGVpZ2h0PVwiOTguMjhcIiB2aWV3Qm94PVwiMCAwIDk4LjI4IDk4LjI4XCI+PGNpcmNsZSBjeD1cIjQ5LjE0XCIgY3k9XCI0OS4xNFwiIHI9XCI0OS4xNFwiIGZpbGw9XCIjMjcyYTNkXCIvPjxwYXRoIGQ9XCJNNjIuNTMsNTQuODVhMTEuNTMsMTEuNTMsMCwwLDEtMSw0Ljc3LDExLjQsMTEuNCwwLDAsMS0yLjcxLDMuNzcsMTIuNDEsMTIuNDEsMCwwLDEtNC4wNywyLjQ3LDE0LjI1LDE0LjI1LDAsMCwxLTUuMTMuODksMTQuOTMsMTQuOTMsMCwwLDEtNS4xMy0uODYsMTIuNDIsMTIuNDIsMCwwLDEtNC0yLjQsMTEsMTEsMCwwLDEtMi42Ni0zLjY1LDExLjEzLDExLjEzLDAsMCwxLTEtNC42NkExMy41NiwxMy41NiwwLDAsMSwzOC4zMSw0OWEzMy41NSwzMy41NSwwLDAsMSwzLjM4LTUuMzdsNi40Mi04LjQ1Yy4xOS0uMjMuNC0uNDcuNjItLjc1YTMuODIsMy44MiwwLDAsMSwuODItLjcyLDQuOSw0LjksMCwwLDEsMS4xNy0uNTJBNS40Nyw1LjQ3LDAsMCwxLDUyLjM4LDMzYTQuNTcsNC41NywwLDAsMSwyLjcxLjcsNC41LDQuNSwwLDAsMSwxLjIzLDEuMTJMNDguMjUsNDUuMTVhNy4zNyw3LjM3LDAsMCwxLDEuNTMtLjU1QTguODIsOC44MiwwLDAsMSw1Miw0NC4zNGExMS40NCwxMS40NCwwLDAsMSw0LjM4Ljc5LDkuNCw5LjQsMCwwLDEsNS4zOSw1LjU0QTExLjgsMTEuOCwwLDAsMSw2Mi41Myw1NC44NVptLTYuNzIuMzNhNi4xMiw2LjEyLDAsMCwwLTEuNzMtNC40OCw2LDYsMCwwLDAtNC40Ni0xLjc2LDYuMjIsNi4yMiwwLDAsMC00LjQ0LDEuNzgsNS41NSw1LjU1LDAsMCwwLTEuMywyLDcsNywwLDAsMCwwLDUsNS40Nyw1LjQ3LDAsMCwwLDEuMywyLDYuMjcsNi4yNywwLDAsMCw0LjQ0LDEuNzcsNiw2LDAsMCwwLDQuNDYtMS43NUE2LjEzLDYuMTMsMCwwLDAsNTUuODEsNTUuMThaXCIgdHJhbnNmb3JtPVwidHJhbnNsYXRlKC0wLjQgLTAuMzcpXCIgZmlsbD1cIiM0ZGFmN2NcIi8+PC9zdmc+IiwiY3VzdG9tX2ljb241IjoiPHN2ZyB4bWxucz1cImh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnXCIgd2lkdGg9XCI5OC4yOFwiIGhlaWdodD1cIjk4LjI4XCIgdmlld0JveD1cIjAgMCA5OC4yOCA5OC4yOFwiPjxjaXJjbGUgY3g9XCI0OS4xNFwiIGN5PVwiNDkuMTRcIiByPVwiNDkuMTRcIiBmaWxsPVwiIzI3MmEzZFwiLz48cGF0aCBkPVwiTTQwLDM3LjU4YTQuMjEsNC4yMSwwLDAsMSwxLTIuODIsMy44NiwzLjg2LDAsMCwxLDIuODgtLjk0SDU3YTQuMzYsNC4zNiwwLDAsMSwyLjgzLjcxLDIuODEsMi44MSwwLDAsMSwuODIsMi4yNSw1LjA3LDUuMDcsMCwwLDEtLjM2LDIsNy40Miw3LjQyLDAsMCwxLS41NiwxLjE0SDQ1LjkybC0uMTksNS45LDEuNTEtLjIxYTIyLjI5LDIyLjI5LDAsMCwxLDIuNjYtLjEyLDE2LjQsMTYuNCwwLDAsMSw1LjY0Ljg2LDEwLjU0LDEwLjU0LDAsMCwxLDMuNzcsMi4yOCw4LjQ0LDguNDQsMCwwLDEsMi4wOSwzLjI5LDExLjg1LDExLjg1LDAsMCwxLC42NSwzLjg5LDExLjEyLDExLjEyLDAsMCwxLS44Nyw0LjQ2LDkuMTgsOS4xOCwwLDAsMS0yLjU2LDMuNDZBMTIuMTgsMTIuMTgsMCwwLDEsNTQuNDIsNjZhMTkuMDUsMTkuMDUsMCwwLDEtNS43Ni43OSwyMy44OCwyMy44OCwwLDAsMS01LS40NSwyMi4zNSwyMi4zNSwwLDAsMS0zLjQ4LTEsMTEuMjgsMTEuMjgsMCwwLDEtMi4xMS0xLDQuMzcsNC4zNywwLDAsMS0uNzctLjU3TDQwLDU4LjkzYTcuMzEsNy4zMSwwLDAsMCwuNjkuNDMsMTIuNDYsMTIuNDYsMCwwLDAsMS43My44MiwxNy44LDE3LjgsMCwwLDAsMi41Ny43NiwxNC40NCwxNC40NCwwLDAsMCwzLjI2LjM0LDExLDExLDAsMCwwLDMuMjItLjQxLDYsNiwwLDAsMCwyLjA5LTEuMDgsMy44MywzLjgzLDAsMCwwLDEuMTItMS42QTUuMzksNS4zOSwwLDAsMCw1NSw1Ni4yN2E2LjE0LDYuMTQsMCwwLDAtLjMxLTIsMy43MSwzLjcxLDAsMCwwLTEuMTUtMS42Niw2LjI1LDYuMjUsMCwwLDAtMi4yOC0xLjE2LDEzLjMyLDEzLjMyLDAsMCwwLTMuNzUtLjQzLDE4LjQsMTguNCwwLDAsMC01LjExLjYsMzAuMDgsMzAuMDgsMCwwLDAtMi45NSwxWlwiIHRyYW5zZm9ybT1cInRyYW5zbGF0ZSgtMC40IC0wLjM3KVwiIGZpbGw9XCIjNGRhZjdjXCIvPjwvc3ZnPiIsIk1haW5MYWJlbCI6IkNvbnRhY3QgVXMiLCJjdXN0b21faWNvbjIiOiI8c3ZnIHhtbG5zPVwiaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmdcIiB2aWV3Qm94PVwiMCAwIDEwMCAxMDBcIj48dGl0bGU+cmVxLWVzdGltYXRlXzEwMHgxMDA8L3RpdGxlPjxwYXRoIGQ9XCJNMzcuODU0NTUsNjQuOTI2YTIxLjUyMTIxLDIxLjUyMTIxLDAsMCwxLDEuNTUwMTgtOC4wMDcsMy41NzM3NCwzLjU3Mzc0LDAsMCwxLDMuNTkzMzMtNS45Njg0MywyMS42MywyMS42MywwLDAsMSw4Ljc3NDg0LTYuMTk5MjMsMy41OTgzLDMuNTk4MywwLDEsMSw1Ljc2NjQ4LTEuMzM3MzJjLjYzNTA3LS4wNTYxMywxLjI3NDY5LS4wOTcxMywxLjkyNDMxLS4wOTcxM2EyMS42NjM3NSwyMS42NjM3NSwwLDAsMSw0LjUzOTgyLjQ4NjZWMTguMzg1NjRBMy42Nzc4NiwzLjY3Nzg2LDAsMCwwLDYwLjMyNjI0LDE0LjcwOEgyMy41NTA1MmEzLjY3OCwzLjY3OCwwLDAsMC0zLjY3OCwzLjY3NzY3VjcyLjA0MmEzLjY3NzY4LDMuNjc3NjgsMCwwLDAsMy42NzgsMy42NzcyN0g0MC43NjIyNkEyMS40ODA0OCwyMS40ODA0OCwwLDAsMSwzNy44NTQ1NSw2NC45MjZaTTQxLjkzOCw0NS43MDY2OGEzLjU5NTY3LDMuNTk1NjcsMCwxLDEsMy41OTYxOS0zLjU5NjE4QTMuNTk2MDcsMy41OTYwNywwLDAsMSw0MS45MzgsNDUuNzA2NjhaTTI0Ljc3NjIxLDMxLjgwNDg0VjIwLjkyNzRhLjU2MjQzLjU2MjQzLDAsMCwxLC41NjE4NC0uNTYxNDVINTguNTM4N2EuNTYyMzMuNTYyMzMsMCwwLDEsLjU2MTE5LjU2MTQ1VjMxLjgwNDg0YS41NjIxNC41NjIxNCwwLDAsMS0uNTYxMTkuNTYxNTJIMjUuMzM4MDVBLjU2MjI0LjU2MjI0LDAsMCwxLDI0Ljc3NjIxLDMxLjgwNDg0Wm00LjkwMzYyLDM4LjQxODYyYTMuNTk1ODYsMy41OTU4NiwwLDEsMSwzLjU5NjI0LTMuNTk1ODZBMy41OTU2MiwzLjU5NTYyLDAsMCwxLDI5LjY3OTgzLDcwLjIyMzQ2Wm0wLTEyLjI1ODU1YTMuNTk1NywzLjU5NTcsMCwxLDEsMy41OTYyNC0zLjU5NTg2QTMuNTk1ODYsMy41OTU4NiwwLDAsMSwyOS42Nzk4Myw1Ny45NjQ5MVptMC0xMi4yNTgyM2EzLjU5NTY3LDMuNTk1NjcsMCwxLDEsMy41OTYyNC0zLjU5NjE4QTMuNTk1OTMsMy41OTU5MywwLDAsMSwyOS42Nzk4Myw0NS43MDY2OFpcIi8+PHBhdGggZD1cIk01OS40NjM2OSw0NS4xNTFBMTkuNjk0MjYsMTkuNjk0MjYsMCwxLDAsNzkuMTU3OTQsNjQuODQ1MjYsMTkuNjk0MjMsMTkuNjk0MjMsMCwwLDAsNTkuNDYzNjksNDUuMTUxWm0wLDM1LjY2MjU3QTE1Ljk2ODMyLDE1Ljk2ODMyLDAsMSwxLDc1LjQzMiw2NC44NDUyNiwxNS45NjgzMSwxNS45NjgzMSwwLDAsMSw1OS40NjM2OSw4MC44MTM1OFpcIi8+PHBhdGggZD1cIk02MC43NDgzMiw1Ny41MjM2NnY1LjIzOTZsLjc4NTk0LjAyOTExcTMuOTQzNzIuMjE4MzMsNS4zMjY5MywxLjM3NTQsMS4zODMxOCwxLjE1Nzg1LDEuMzgyNjcsNC4yNDMxNCwwLDMuMzE4NDItMS41MDYzOSw0LjY1NzQyLTEuNTA2MzcsMS4zMzk1My01LjI2MTQzLDEuMzM5bC0uNzI3NzIuMDE0NTZ2Mi4zNDMyNkg1OC4zNjEzOVY3NC40MjE5bC0uNjY5NTEtLjAxNDU2cS0zLjc0MSwwLTUuMjYxNDMtMS4yODA3OVE1MC45MSw3MS44NDYyOCw1MC45MDk1MSw2OC42NzI4OWwuMDE0NTUtLjcxMzE3aDMuNTM2NzN2LjM2Mzg2YTMuNDg5MDksMy40ODkwOSwwLDAsMCwuNjE4NTcsMi40OTYwOSw0LjQ5MjY4LDQuNDkyNjgsMCwwLDAsMi43NTgwNy41NjAzNWwuNTI0LjAxNDU1VjY1LjcxODM0cS00LjE3NzY1LDAtNS43MDUzNS0xLjIwOC0xLjUyODIxLTEuMjA4NTUtMS41MjgyMi00LjUyNywwLTMuMjE2MjcsMS41MzU1LTQuNDAyNzIsMS41MzYtMS4xODU5Myw1LjY5ODA3LTEuMTg2MTlWNTIuMzU2ODNoMi4zODY5M3YyLjAzNzYycTMuOTczMzcsMCw1LjQzNjA4LDEuMTM1MjV0MS40NjI3Myw0LjIyMDc5di40ODAzaC0zLjQyMDNsLS4wMTQ1NS0uMzc4NDJxMC0yLjMyODItMi45MTA4OS0yLjMyODcxWm0tMi4zODY5My0uMDE0NTUtLjUwOTQxLjAxNDU1cS0zLjE0Mzc2LDAtMy4xNDM3NiwyLjQ4ODgxLDAsMi42MDU3NywzLjEyOTIxLDIuNjA1MjUuMDI5NjMsMCwuNTI0LjAyOTExWm0yLjM4NjkzLDEzLjg4NTQ2aC41MDk0cTMuNDA1NzUsMCwzLjQwNTc0LTIuOTI1NDRhMi40MDAwOCwyLjQwMDA4LDAsMCwwLS43NTY4My0yLjExMDQsNi40MDQzLDYuNDA0MywwLDAsMC0zLjE1ODMxLS41MDk0WlwiLz4gPC9zdmc+IiwiY3VzdG9tX2ljb24xIjoiPHN2ZyB4bWxucz1cImh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnXCIgdmlld0JveD1cIjAgMCAxNjY0IDE3OTJcIj48cGF0aCBmaWxsPVwiaW5oZXJpdFwiIGQ9XCJNMTY2NCA2NDdxMCAyMi0yNiA0OGwtMzYzIDM1NCA4NiA1MDBxMSA3IDEgMjAgMCAyMS0xMC41IDM1LjV0LTMwLjUgMTQuNXEtMTkgMC00MC0xMmwtNDQ5LTIzNi00NDkgMjM2cS0yMiAxMi00MCAxMi0yMSAwLTMxLjUtMTQuNXQtMTAuNS0zNS41cTAtNiAyLTIwbDg2LTUwMC0zNjQtMzU0cS0yNS0yNy0yNS00OCAwLTM3IDU2LTQ2bDUwMi03MyAyMjUtNDU1cTE5LTQxIDQ5LTQxdDQ5IDQxbDIyNSA0NTUgNTAyIDczcTU2IDkgNTYgNDZ6XCIvPiA8L3N2Zz4iLCJGb2N1c0FuaSI6ZmFsc2V9"> <style>/* Pulse animation */ .pulse, .pulse2, .slide-pulse { -webkit-animation-iteration-count: 1; -moz-animation-iteration-count: 1; -o-animation-iteration-count: 1; animation-iteration-count: 1; }</style> <div id="conversion-menu-container"> <div class="overlay"></div> <div class="mobile-bg"></div> <div class="social-bg"></div> <div class="fab" id="masterfab"> <div class="desktop-bg"> <div id="help-text">Hi. Do you need any help?</div> <div id="close-bar"> <svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewbox="0 0 224.512 224.512" style="enable-background:new 0 0 224.512 224.512;" xml:space="preserve"> <title>Close</title> <g> <polygon points="224.507,6.997 217.521,0 112.256,105.258 6.998,0 0.005,6.997 105.263,112.254 0.005,217.512 6.998,224.512 112.256,119.24 217.521,224.512 224.507,217.512 119.249,112.254"></polygon> </g> <g></g> <g></g> <g></g> <g></g> <g></g> <g></g> <g></g> <g></g> <g></g> <g></g> <g></g> <g></g> <g></g> <g></g> <g></g> </svg> </div> </div> <span id="main-container"></span> </div> <div id="float-container"></div> </div> <div class="modal micromodal-slide" id="social-modal-menu" aria-hidden="true"> <div class="modal__overlay" tabindex="-1" data-micromodal-close=""> <div class="modal__container" role="dialog" aria-modal="true" aria-labelledby="Social Share Modal"> <header class="modal__header"> <h2 class="modal__title" id="modal-1-title">Share On:</h2> <button class="modal__close" aria-label="Close modal" data-micromodal-close=""> <svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewbox="0 0 224.512 224.512" style="enable-background:new 0 0 224.512 224.512;" xml:space="preserve" data-micromodal-close=""> <title>Close</title> <g> <polygon points="224.507,6.997 217.521,0 112.256,105.258 6.998,0 0.005,6.997 105.263,112.254 0.005,217.512 6.998,224.512 112.256,119.24 217.521,224.512 224.507,217.512 119.249,112.254"></polygon> </g> <g></g> <g></g> <g></g> <g></g> <g></g> <g></g> <g></g> <g></g> <g></g> <g></g> <g></g> <g></g> <g></g> <g></g> <g></g> </svg> </button> </header> <main class="modal__content" id="modal-1-content"> <div class="share-container"></div> </main> </div> </div> </div> </div> </div> </div> </div> </div> <div id="1236746004" class="poweredBy poweredByHibu" dmle_extension="powered_by" data-element-type="powered_by" icon="true" surround="false"> <div class="poweredLine1"> <a href="http://budurl.com/hibuprivacy" target="_blank">Privacy Policy</a> | <a href="http://budurl.com/hibucookie" target="_blank">Do Not Share My Information</a> | <a href="http://budurl.com/hibuconditionsofuse" target="_blank">Conditions of Use</a> | <a href="http://budurl.com/hibunotice" target="_blank">Notice and Take Down Policy</a> | <a href="http://b.link/accessibility" target="_blank">Website Accessibility Policy</a> </div> <div class="poweredLine2">© <span id="hibuYear">2025</span> The content on this website is owned by us and our licensors. Do not copy any content (including images) without our consent.</div> </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 --> <!-- Google Fonts Include --> <!-- loadCSS function fonts.jsp--> <link rel="preload" href="https://cdn.hibuwebsites.com/fonts/css2?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=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Inter:ital,wght@0,100..900;1,100..900&family=Bebas+Neue:ital,wght@0,400&family=Comfortaa:ital,wght@0,300..700;1,300..700&subset=latin-ext&display=swap" as="style" fetchpriority="low" onload="loadCSS(this)" /> <!-- RT CSS Include d-css-runtime-desktop-one-package-structured-global--> <link rel="preload" as="style" fetchpriority="low" onload="loadCSS(this)" href="https://static-res-cdn.websites.hibu.com/mnlt/production/5463/_dm/s/rt/dist/css/d-css-runtime-desktop-one-package-structured-global.min.css" /> <!-- End of RT CSS Include --> <link rel="preload" href="https://cdn.hibuwebsites.com/WIDGET_CSS/cca3fc99b429d5626d36995ff7d20366.css" id="widgetCSS" as="style" fetchpriority="low" onload="loadCSS(this)" /> <!-- Support `img` size attributes --> <style>img[width][height] { height: auto; }</style> <!-- Support showing sticky element on page only --> <style> body[data-page-alias="home"] #dm [data-show-on-page-only="home"] { display: block !important; } </style> <!-- This is populated in Ajax navigation --> <style id="pageAdditionalWidgetsCss" type="text/css"> </style> <!-- Site CSS --> <link rel="preload" href="https://cdn.hibuwebsites.com/aba5fa99ba5543d0b432e8a95945d2e1/files/aba5fa99ba5543d0b432e8a95945d2e1_withFlex_1.min.css?v=101" id="siteGlobalCss" as="style" fetchpriority="low" onload="loadCSS(this)" /> <!-- additional css file per platform --> <link type="text/css" rel="stylesheet" href="/_dm/s/rt/css/hibu/hibu-runtime.css?version=2025-05-13T10_48_53" /> <style id="customWidgetStyle" type="text/css"> </style> <style id="innerPagesStyle" type="text/css"> </style> <style id="additionalGlobalCss" type="text/css" > </style> <!-- Page CSS --> <link rel="preload" href="https://cdn.hibuwebsites.com/aba5fa99ba5543d0b432e8a95945d2e1/files/aba5fa99ba5543d0b432e8a95945d2e1_home_withFlex_1.min.css?v=101" id="homeCssLink" as="style" fetchpriority="low" onload="loadCSS(this)" /> <style id="pagestyle" type="text/css"> </style> <style id="pagestyleDevice" type="text/css"> </style> <!-- Flex Sections CSS --> <style id="globalFontSizeStyle" type="text/css"> .font-size-16, .size-16, .size-16 > font { font-size: 16px !important; }.font-size-30, .size-30, .size-30 > font { font-size: 30px !important; }.font-size-22, .size-22, .size-22 > font { font-size: 22px !important; }.font-size-15, .size-15, .size-15 > font { font-size: 15px !important; } </style> <style id="pageFontSizeStyle" type="text/css"> </style> <!-- ========= JS Section ========= --> <script> var isWLR = true; window.customWidgetsFunctions = {}; window.customWidgetsStrings = {}; window.collections = {}; window.currentLanguage = "ENGLISH" window.isSitePreview = false; </script> <script> window.customWidgetsFunctions["d1ee5d5bf037471ea1770683731e577a~23"] = function (element, data, api) { $(document).ready(function(){ $.getScript('https://widget.hibu.us/static/js/index.js') .done(function(){ dmAPI.runOnReady('hibu_header_reviews',function(){ window.renderApp(); }); }) .fail(function(){ console.log("failed to loaded header reviews js file") }); }) }; </script> <script> window.customWidgetsFunctions["3e968bda541d4f4f8b9603cdc9dd8de6~16"] = function (element, data, api) { $.getScript("https://survlywidget.firebaseapp.com/static/js/recent.js", function( data, textStatus, jqxhr ) { }); }; </script> <script> window.customWidgetsFunctions["b82dbf0dd7fc467dbfe978a9baa7e714~7"] = function (element, data, api) { var address = data.config.address const emptyListPlaceHolder = "This is a placeholder and won't appear on the live site."; address = address.replace(/<p.*?>/g, '') address = address.replace(/"/g, '"') address = address.replace(/\<\/p\>/g, '') address = address.replace(/\<br\>/g, '') if (!data.inEditor && address === '') { $(element).find('.yextAddress').css( "display", "none" ) var prevSib = $(element).prev()[0] if(prevSib.children && prevSib.children[0].tagName.startsWith("H")){ prevSib.style.display = 'none' } }else if (address != ''){ address = JSON.parse(address) } else if (data.inEditor && address === ''){ $(element).html(emptyListPlaceHolder); } if (data.config.address1){ $(element).find('.address1').text(address.line1) } if (data.config.address1){ $(element).find('.address2').text(address.line2) } if (data.config.city){ $(element).find('.city').text(address.city) } if (data.config.state){ $(element).find('.state').text(address.region) } if (data.config.zip){ $(element).find('.zip').text(address.postalCode) } }; </script> <script> window.customWidgetsFunctions["4e2b21efc370451a8e2c573f02104b04~20"] = function (element, data, api) { null }; </script> <script> window.customWidgetsFunctions["c4b2f903d115403c8c21e9ec6044a4fe~59"] = function (element, data, api) { null }; </script> <script> window.customWidgetsFunctions["1505d3bcffa046e0a12915c9561083d5~24"] = function (element, data, api) { null }; </script> <script> window.customWidgetsFunctions["afd4bc7f907140298e111130d715031d~99"] = function (element, data, api) { let HasOpenedMenu = false; $(document).ready(function() { displayType(); }); function displayType() { if(isMobile()) { displayMobile(); } else { displayDesktop(); } } function displayMobile() { var masterFabEle = $(element).find('#masterfab'); $('#main-container').empty().append(getSvg(data.config.MobileMain)); $(masterFabEle).attr('class', 'fab master-mobile');// add mobile class for custom style $(masterFabEle).css('display', 'flex'); //since element is hidden by default, show instead // set the text alignment var here for use below (update BSR:20200421) var moText = (data.config.MobileOrientation === 'left') ? 'bsrRightText' : 'leftText'; // add items with or without overlay and label text if(data.config.MobileLayout === 'Full') { $('.mobile-bg').after(getItems(moText)); } else { $('.mobile-bg').after(getItems()); } mobileTheme(); // add light or dark theme bsrIconResize(); // makes a custom icon resizable (update BSR:20200529) bsrMobileOrientation(); // positions menu left or right (update BSR:20200421) addListener(); if (typeof fbq === "function") { // this makes sure that fbq is on the page addPixelListener(); // Facebook Pixel conversion tracking (update BSR:20200422) } addChatListener(); // Add chat script injection (update BSR:20200526) // add focus animation if(data.config.FocusAni) animateFocus(); } function displayDesktop() { var masterFabEle = $(element).find('#masterfab'); $(masterFabEle).css('display', 'flex'); //since element is hidden by default, show instead if(data.config.DesktopLayout === 'Bar') { $('#main-container').empty().append(getSvg(data.config.DeskMain)); $(masterFabEle).append(getItems('rightText')); } else { $('#float-container').empty().append(getItems('rightText', true)); } desktopType(); bsrIconResize(); // makes a custom icon resizable (update BSR:20200529) addListener(); if (typeof fbq === "function") { // this makes sure that fbq is on the page addPixelListener(); // Facebook Pixel conversion tracking (update BSR:20200422) } addChatListener(); // Add chat script injection (update BSR:20200526) // add focus animation if(data.config.FocusAni) animateFocus(); } // handles style changes for desktop types function desktopType() { $('#masterfab').attr('class', 'fab master-desktop'); // add desktop class for styling $('.icon-container').addClass('desktop'); if(data.config.DesktopLayout === 'Bar') { $('.menu-link').addClass('desk-bar'); // add class for fixed bar text $('.child').attr('class', 'fab child child-desktop-bar'); const masterLabel = '<span id="master-label">'+data.config.MainLabel+'</span>'; $('#master-label').remove(); $('#masterfab').append(masterLabel); $('#masterfab').addClass('master-bar'); } else if(data.config.DesktopLayout === 'Float') { $('#masterfab').hide(); } } // styles light and dark mobile themes function mobileTheme() { $('.child').attr('class', 'fab child child-mobile'); if(data.config.MobileTheme === 'Light') { $('.overlay, .child, .social-icon, .icon-container, .mobile-bg, social-bg, .menu-link').addClass('mobile light'); } else if(data.config.MobileTheme === 'Dark') { $('.overlay, .child, .social-icon, .icon-container, .mobile-bg, social-bg, .menu-link').addClass('mobile dark'); } } // adds the menu to the left or right of the mobile screen (update BSR:20200421) function bsrMobileOrientation() { if(data.config.MobileOrientation === 'left') { $('.fab.master-mobile, .child.mobile').addClass('bsr-left'); } else { $('.fab.master-mobile, .child.mobile').removeClass('bsr-left'); } } /* Previous implementation places custom icons in a new <div> I found this to be inconsistent in resizing so the function adds the appropriate class directly to the svg element (update BSR:20200529) */ function bsrIconResize() { customIcons = $(element).find('.custom-user-icon'); if(customIcons.length > 0) { $.each(customIcons, function(i, cicon) { var classList = $(cicon).attr('class').split(/\s+/); $.each(classList, function(index, item) { if(item != 'custom-user-icon') { $( "." + item + " > svg" ).addClass(item); // add the calling class to the child svg element directly $( "." + item + " > svg" ).unwrap(); // remove the parent div } }); }); } } // adds click or hover listeners function addListener() { // add listener and animation for floating icons hover animation if(!isMobile() && data.config.DesktopLayout === 'Float') animateFloat('.float-container', 300); // click handlers for desktop bar and mobile options else { $("#conversion-menu-container").off('click', '.fab,.overlay'); $("#conversion-menu-container").on('click', '.fab,.overlay', function(){ HasOpenedMenu = true; $('.animation').remove(); // remove any animations we have if(isMobile()) { animateIcons('overlay'); data.config.MobileLayout === 'Full'? animateBg('.mobile-bg') : ''; } else { // bar desktop animateIcons('helpText'); animateBg('.desktop-bg'); } }); } } // listens for share button click and triggers response function addShareListener() { $("#conversion-menu-container").off('click', '.share'); $(".share").on('click', function() { // console.log('share clicked modal should open'); MicroModal.show('social-modal-menu'); }); } function addPixelListener() { $('.bsr-menulink').click(function() { var eventName = $(this).data('eventname'); if(!eventName) { fbq('track', 'Contact'); } else { fbq('trackCustom', eventName); } }); } function addChatListener() { $(".bsr-chat").on('click', function() { $("#chat-script").remove(); // Get rid of any chat-script on the page $.each(data.config.IconList, function(index,value){ if(value.hasOwnProperty('ChatScript')) { var cscript = value.ChatScript; // Check if the script is a src or raw script // Changed mind and wanted to input <script> tags so this is saved for posterity /* var re = new RegExp('^(?:[a-z]+:)?//', 'i'); // non case-sensitive, protocol-agnostic if (re.test(cscript)) { $('body').append('<script async="async" src="' + cscript + '" type="text/javascript" id="chat-script"><\/script>'); return false; // break out of the $.each() on first occurence } else { $('body').append('<script type="text/javascript" id="chat-script">' + cscript + '<\/script>'); return false; // break out of the $.each() on first occurence } */ $('body').append(cscript); } }); }); } // // ANIMATIONS // function animateFocus() { $('.animation').remove(); //in case already in DOM if(!HasOpenedMenu) { if(isMobile()) { const pulse = '<div class="pulse2 animation"/><div class="pulse animation"/>'; setTimeout(function() { $('#masterfab').append(pulse); }, +data.config.FocusDelay); } // desktop else { data.config.DesktopLayout === 'Float'? animateFloatFocus() : animateBarFocus(); } } } function animateFloatFocus() { if($('.focus')[0]) { const id = $('.focus')[0].id; setTimeout(function() { $('#'+id).css('max-width', ''); $('#'+id).addClass('slide-pulse'); }, +data.config.FocusDelay); } } // opens fixed bar on desktop after set interval function animateBarFocus() { if(!$(".desktop-bg").is(":visible")) { setTimeout(function() { animateIcons('helpText'); animateBg('.desktop-bg'); }, +data.config.FocusDelay); } } // adds hover listeners and animates floating icons on desktop function animateFloat(selector, dur) { $("#float-container").off("mouseenter", selector); $("#float-container").on("mouseenter", selector, function(event) { // console.log('float mouse enter'); HasOpenedMenu = true; var id = $(this)[0].id; // cancel animation on hover data.config.FocusAni? $('#'+id).removeClass('slide-pulse') : 0; $('#text-'+id).fadeIn(); $('#float-text-'+id).fadeIn(dur).css("display","inline-flex"); $('#'+id).stop().animate({ "max-width": "200px", }, dur); }); $("#float-container").off("mouseleave", selector); $("#float-container").on("mouseleave", selector, function(event) { // console.log('float mouse leave'); var id = $(this)[0].id; $('#text-'+id).fadeOut(dur); $('#'+id).stop().animate({ "max-width": "42.666px", }, dur); }); } // animates icons slide up and transparent overlay(depending on showType) function animateIcons(showType) { if($(".overlay").is(":visible") || $(".desktop-bg").is(":visible")) { if(showType === 'overlay') $('.overlay').fadeOut(125); else if(showType === 'helpText') $('#help-text').fadeOut(125); // add plus icon back $('#main-container').empty().append(getSvg(data.config.MobileMain)); $('.fab.child').stop().animate({ bottom : $('#masterfab').css('bottom'), opacity : 0 }, 125, function() { $(this).hide(); }); } else { if(showType === 'overlay') $('.overlay').fadeIn(125); else if(showType === 'helpText') $('#help-text').fadeIn(125); // add close icon on mobile only if(isMobile()) $('#main-container').empty().append(getSvg('close')); $(".fab.child").each(function(){ $(this).stop().show().animate({ bottom : (parseInt($("#masterfab").css("bottom")) + parseInt($("#masterfab").outerHeight() + 20) + 56 * $(this).data("subitem") - $(".fab.child").outerHeight()) + "px", opacity : 1 }, 125); }); } } // adds overlay that slides up function animateBg(selector) { if($(selector).is(":visible")) { $('#main-container').removeClass('open'); $("#masterfab.fab.master-mobile").removeClass('mobile-open') var mainIcon = data.config.DeskMain // revert to default main icon style if(isMobile()) { mainIcon = data.config.MobileMain; $('#masterfab').css({'background': '', 'box-shadow': ''}); // restore default } $('#main-container').empty().append(getSvg(mainIcon)); $('.menu-link, .child').hide(); // slide down to cloes $(selector).stop().animate({ height : 0, opacity : 0 }, 125, function(){ $(this).hide(); }); } else { $('#main-container').addClass('open'); $("#masterfab.fab.master-mobile").addClass('mobile-open') var topArea = 100; if(isMobile()) { $('#masterfab').css({'background': 'none', 'box-shadow': 'none'}); // make icon flat $('#main-container').empty().append(getSvg('close')); // add x icon } else if(data.config.DesktopLayout === 'Bar') { // hack to get height of bar help text before it's visible $(selector).css({'position':'absolute','visibility':'hidden', 'display':'block'}); topArea = $("#help-text").height()? $("#help-text").height() + 60 : 40; $(selector).removeAttr('style'); } // slide up to open $(selector).stop().show().animate({ height : (((data.config.IconList.length+1) * 56) + topArea) + "px", opacity : 1 },125, function() { $('.menu-link').fadeIn(125); $(selector).css("display","flex") }); } } function getItems(type, float) { $('.child').remove(); // remove any items already in DOM var html = '', label = '', icon = '', text = ''; var items = float? data.config.IconList : data.config.IconList.reverse(); items.forEach(function(item, index) { if(item.showonmobile==true && data.device === 'mobile'){ index = index+1; if(type === 'rightText'){ label = '<span class="right-text">' + item.Label + '</span>'; } if(type === 'leftText') { label = '<span class="left-text">' + item.Label + '</span>'; } if(type === 'bsrRightText') { label = '<span class="bsr-right-text">' + item.Label + '</span>'; } icon = '<span class="icon-container">'+getItemIcon(item)+'</span>'; html += '<div class="fab child" id="child-'+index+'" data-subitem="'+index+'"> \ '+getItemAction(item, icon+label)+' \ </div>'; if(item.Action === 'Share') { $.getScript('https://cdn.jsdelivr.net/npm/micromodal/dist/micromodal.min.js', function() { MicroModal.init(); $('.share-container').html(getSocialItems(item)); // add social icons to modal addShareListener(); // if social sharing enabled add click handler }); } } else if(item.showondesktop==true && (data.device === 'desktop' || data.device === 'tablet') ){ if(type === 'rightText'){ label = '<span class="right-text">' + item.Label + '</span>'; } if(type === 'leftText') { label = '<span class="left-text">' + item.Label + '</span>'; } if(!float) { icon = '<span class="icon-container">'+getItemIcon(item)+'</span>'; html += '<div class="fab child" id="child-'+index+'" data-subitem="'+index+'"> \ '+getItemAction(item, icon+label)+' \ </div>'; } // floating icons on desktop only else { // add focus class for focus animation label = item.Label; var focusClass = item.Animate? 'focus' : ''; icon = '<span class="icon-container">'+getItemIcon(item)+'</span>'; text = '<span class="float-text" id="text-'+index+'">'+label+'</span>'; html += '<div class="float-container '+focusClass+'" id="'+index+'"> \ <span class="fab child float" id="child-'+index+'" data-subitem="'+index+'" style="display: inline-flex;"> \ '+getItemAction(item, icon)+' \ </span> \ <span class="float-text-container" id="float-text-'+index+'"> \ '+getItemAction(item, text)+' \ </span> \ </div>'; } // if action is share add share items to modal if(item.Action === 'Share') { $.getScript('https://cdn.jsdelivr.net/npm/micromodal/dist/micromodal.min.js', function() { MicroModal.init(); $('.share-container').html(getSocialItems(item)); // add social icons to modal addShareListener(); // if social sharing enabled add click handler }); } } }); return html; } function getSocialItems(item) { let html = ''; const content = getShareContent(item); if(item.Email) html += getShareHtml('Email', content.link, content.title, 'Tab', 'social'); if(item.Facebook) html += getShareHtml('Facebook', content.link, content.title, 'Tab', 'social'); if(item.Tumblr) html += getShareHtml('Tumblr', content.link, content.title, 'Tab', 'social'); if(item.LinkedIn) html += getShareHtml('LinkedIn', content.link, content.title, 'Tab', 'social'); if(item.Twitter) html += getShareHtml('Twitter', content.link, content.title, 'Tab', 'social'); if(item.Reddit) html += getShareHtml('Reddit', content.link, content.title, 'Tab', 'social'); //if(item.GooglePlus) html += getShareHtml('GooglePlus', content.link, content.title, 'Tab', 'social'); if(item.Pinterest) html += getShareHtml('Pinterest', content.link, content.title, 'Tab', 'social'); return html; } // // Social Share Functions // function getShareContent(item) { // set link to the current page url let link = item.ShareLink? item.Link.href : window.top.location.href; link = encodeURI(link); // get default page title from the actual page title const pageTitle = item.ShareTitle? item.ShareTitle : document.title; const encodedTitle = encodeURI(pageTitle); return {link: link, title: encodedTitle}; } function getShareHtml(site, link, encodedTitle, action, linkClass) { let href = ''; switch(site) { case 'Email': href = "mailto:?Subject="+encodedTitle+"&body=Check out this site: "+window.location.href; statsEventName = 'CM_SHARE_EMAIL'; return ( '<div class="social-icon" style="background-color: grey;"> \ <a href="'+href+'" class="'+linkClass+'" onclick="_trackConvWidgetClickEvent(\''+statsEventName+'\');;"> \ '+getSvg('shareenvelope')+' \ </a> \ </div>'); case 'Facebook': href = 'https://www.facebook.com/sharer/sharer.php?u='+link; statsEventName = 'CM_SHARE_FB'; return ( '<div class="social-icon" style="background-color: #3b5998;"> \ <a href="'+href+'" class="'+linkClass+'" target="_blank" onclick="_trackConvWidgetClickEvent(\''+statsEventName+'\');"> \ '+getSvg('facebook')+' \ </a> \ </div>'); case 'Tumblr': href = 'http://tumblr.com/share/link?url='+link+'&name='+encodedTitle; return ( '<div class="social-icon" style="background-color: #35465c;"> \ <a href="'+href+'" class="'+linkClass+'" target="_blank" > \ '+getSvg('tumblr')+' \ </a> \ </div>'); case 'LinkedIn': href = 'http://www.linkedin.com/shareArticle?mini=true&url='+link+'&title='+encodedTitle; statsEventName = 'CM_SHARE_LINKEDIN'; return ( '<div class="social-icon" style="background-color: #4875B4;"> \ <a href="'+href+'" class="'+linkClass+'" target="_blank" onclick="_trackConvWidgetClickEvent(\''+statsEventName+'\');"> \ '+getSvg('linkedIn')+' \ </a> \ </div>'); case 'Twitter': href = 'https://twitter.com/intent/tweet?text='+link; statsEventName = 'CM_SHARE_TWITTER'; return ( '<div class="social-icon" style="background-color: #000000;"> \ <a href="'+href+'" class="'+linkClass+'" target="_blank" onclick="_trackConvWidgetClickEvent(\''+statsEventName+'\');"> \ '+getSvg('twitter')+' \ </a> \ </div>'); case 'Reddit': href = 'http://www.reddit.com/submit?url='+link+'&title='+encodedTitle+'&text='+encodedTitle; return ( '<div class="social-icon" style="background-color: #ff4500;"> \ <a href="'+href+'" class="'+linkClass+'" target="_blank"> \ '+getSvg('reddit')+' \ </a> \ </div>'); /* case 'GooglePlus': href = 'https://plus.google.com/share?url='+link; statsEventName = 'CM_SHARE_GOOGLE_PLUS'; return ( '<div class="social-icon" style="background-color: #d34836;"> \ <a href="'+href+'" class="'+linkClass+'" target="_blank" onclick="_trackConvWidgetClickEvent(\''+statsEventName+'\');"> \ '+getSvg('gPlus')+' \ </a> \ </div>'); */ case 'Pinterest': href = 'http://pinterest.com/pin/create/button/?url='+link+'&description='+encodedTitle; return ( '<div class="social-icon" style="background-color: #cb2027;"> \ <a href="'+href+'" class="'+linkClass+'" target="_blank"> \ '+getSvg('pinterest')+' \ </a> \ </div>'); default: return ''; } } // // Helpers // // check display type function isMobile() { return data.device === 'mobile'; } function getItemAction(item, elem) { var statsEventName=''; switch(item.Action) { case 'Link': if(!item.Link) item.Link = { target: 'target="_blank', href: 'http://www.google.com' } // default link var target = item.Link.target? item.Link.target : ''; var statsEventName = 'CM_LINK_CLICK'; return '<a '+target+' href="'+item.Link.href+'" class="menu-link bsr-menulink" onclick="_trackConvWidgetClickEvent(\''+statsEventName+'\');">'+elem+'</a>'; case 'Call': statsEventName = 'CM_CLICK_TO_CALL'; return '<a href="tel:'+item.CallNum+'" class="menu-link bsr-menulink" onclick="_trackConvWidgetClickEvent(\''+statsEventName+'\');">'+elem+'</a>'; case 'Sms': statsEventName = 'CM_CLICK_TO_SMS'; return '<a href="sms:'+item.SmsNum+'" class="menu-link bsr-menulink" onclick="_trackConvWidgetClickEvent(\''+statsEventName+'\');">'+elem+'</a>'; case 'Email': statsEventName = 'CM_CLICK_TO_EMAIL'; return '<a href="mailto:'+item.EmailAddr+'?subject='+item.emailDefSubject + '&body=' + item.defEmailBody + '" target="_blank" class="menu-link bsr-menulink" onclick="_trackConvWidgetClickEvent(\''+statsEventName+'\');">'+elem+'</a>'; case 'Map': statsEventName = 'CM_DIRECTION'; return '<a target="_blank" href="https://www.google.com/maps?q='+item.Query+'" class="menu-link bsr-menulink" onclick="_trackConvWidgetClickEvent(\''+statsEventName+'\');" data-eventname="Find Location">'+elem+'</a>'; case 'Mess': statsEventName = 'CM_FB_MESSAGE'; return '<a href="http://m.me/'+item.FbUser+'" class="menu-link bsr-menulink" target="_blank" onclick="_trackConvWidgetClickEvent(\''+statsEventName+'\');">'+elem+'</a>'; case 'Share': return '<a href="#" class="menu-link share bsr-menulink">'+elem+'</a>'; case 'Chat': return '<a href="#" class="menu-link bsr-chat bsr-menulink">'+elem+'</a>'; default: return ''; } } // returns new default icon only if icon is default (identified by path data in default svg MUST CHANGE FOR DIFFERENT DEFAUTL) function xgetItemIcon(item) { // icon is default if(item.CustomIcon) { return '<div class="new-container">'+item.Icon+'</div>'; } else { switch(item.Action) { case 'Link': return getSvg('link'); case 'Call': return getSvg('phone'); case 'Sms': return getSvg('sms'); case 'Email': return getSvg('envelope'); case 'Mess': return getSvg('messenger'); case 'Map': return getSvg('map'); case 'Share': return getSvg('share'); } } } /* --------------------- */ function getItemIcon(item) { var lcase = item.Action.toLowerCase(); if(item.CustomIcon) { switch(item.CustomIcon_Select) { case 'custom_icon1': // return '<div class="'+lcase+'-icon-prev custom-user-icon ' + item.CustomIcon_Select + '">' + data.config.custom_icon1 + '</div>'; return '<div class="custom-user-icon ' + item.CustomIcon_Select + '">' + data.config.custom_icon1 + '</div>'; case 'custom_icon2': return '<div class="custom-user-icon ' + item.CustomIcon_Select + '">' + data.config.custom_icon2 + '</div>'; case 'custom_icon3': return '<div class="custom-user-icon ' + item.CustomIcon_Select + '">' + data.config.custom_icon3 + '</div>'; case 'custom_icon4': return '<div class="custom-user-icon ' + item.CustomIcon_Select + '">' + data.config.custom_icon4 + '</div>'; case 'custom_icon5': return '<div class="custom-user-icon ' + item.CustomIcon_Select + '">' + data.config.custom_icon5 + '</div>'; case 'custom_icon6': return '<div class="custom-user-icon ' + item.CustomIcon_Select + '">' + data.config.custom_icon6 + '</div>'; } } else { switch(item.Action) { case 'Link': return getSvg('link'); case 'Call': return getSvg('phone'); case 'Sms': return getSvg('sms'); case 'Email': return getSvg('envelope'); case 'Mess': return getSvg('messenger'); case 'Map': return getSvg('map'); case 'Share': return getSvg('share'); case 'Chat': return getSvg('chat'); } } } /* --------------------- */ window._trackConvWidgetClickEvent = function(eventName) { if(typeof(HAF)==="object"){ HAF.OmTracking.onCMClick(eventName) } return; } function dudaicon(icon){ return '<span class="new-container">'+icon+'</span>' } function xgetSvg(name) { const type = name? name : data.config.DeskMain; switch(type) { case 'vEllipsis': return '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 192 512"><title>More</title><path d="M96 184c39.8 0 72 32.2 72 72s-32.2 72-72 72-72-32.2-72-72 32.2-72 72-72zM24 80c0 39.8 32.2 72 72 72s72-32.2 72-72S135.8 8 96 8 24 40.2 24 80zm0 352c0 39.8 32.2 72 72 72s72-32.2 72-72-32.2-72-72-72-72 32.2-72 72z"/></svg>'; case 'map': return '<svg class="iconsvgmap" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512" data-default="true"><path d="M172.268 501.67C26.97 291.031 0 269.413 0 192 0 85.961 85.961 0 192 0s192 85.961 192 192c0 77.413-26.97 99.031-172.268 309.67-9.535 13.774-29.93 13.773-39.464 0zM192 272c44.183 0 80-35.817 80-80s-35.817-80-80-80-80 35.817-80 80 35.817 80 80 80z"/></svg>' case 'hEllipsis': return '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><title>More</title><path d="M328 256c0 39.8-32.2 72-72 72s-72-32.2-72-72 32.2-72 72-72 72 32.2 72 72zm104-72c-39.8 0-72 32.2-72 72s32.2 72 72 72 72-32.2 72-72-32.2-72-72-72zm-352 0c-39.8 0-72 32.2-72 72s32.2 72 72 72 72-32.2 72-72-32.2-72-72-72z"/></svg>'; case 'plus': return '<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 42 42" style="enable-background:new 0 0 42 42; xml:space="preserve"><title>More</title><polygon points="42,20 22,20 22,0 20,0 20,20 0,20 0,22 20,22 20,42 22,42 22,22 42,22 "/><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g></svg>'; case 'bars': return '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><title>More</title><path d="M16 132h416c8.837 0 16-7.163 16-16V76c0-8.837-7.163-16-16-16H16C7.163 60 0 67.163 0 76v40c0 8.837 7.163 16 16 16zm0 160h416c8.837 0 16-7.163 16-16v-40c0-8.837-7.163-16-16-16H16c-8.837 0-16 7.163-16 16v40c0 8.837 7.163 16 16 16zm0 160h416c8.837 0 16-7.163 16-16v-40c0-8.837-7.163-16-16-16H16c-8.837 0-16 7.163-16 16v40c0 8.837 7.163 16 16 16z"/></svg>'; case 'envelope': return '<svg class="iconsvgemail" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><title>Email</title><path d="M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z"/></svg>'; case 'shareenvelope': return '<svg class="iconsvgshareemail" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><title>Email</title><path d="M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z"/></svg>'; case 'phone': return '<svg class="iconsvgphone" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" data-default><title>Phone</title><path d="M493.4 24.6l-104-24c-11.3-2.6-22.9 3.3-27.5 13.9l-48 112c-4.2 9.8-1.4 21.3 6.9 28l60.6 49.6c-36 76.7-98.9 140.5-177.2 177.2l-49.6-60.6c-6.8-8.3-18.2-11.1-28-6.9l-112 48C3.9 366.5-2 378.1.6 389.4l24 104C27.1 504.2 36.7 512 48 512c256.1 0 464-207.5 464-464 0-11.2-7.7-20.9-18.6-23.4z"/></svg>'; case 'close': return '<svg class="iconsvgclose" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"viewBox="0 0 224.512 224.512" style="enable-background:new 0 0 224.512 224.512;" xml:space="preserve"><title>Close</title><g><polygon points="224.507,6.997 217.521,0 112.256,105.258 6.998,0 0.005,6.997 105.263,112.254 0.005,217.512 6.998,224.512 112.256,119.24 217.521,224.512 224.507,217.512 119.249,112.254"/></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g></svg>'; case 'facebook': return '<svg class="iconsvgfb" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 264 512"><title>Facebook</title><path d="M76.7 512V283H0v-91h76.7v-71.7C76.7 42.4 124.3 0 193.8 0c33.3 0 61.9 2.5 70.2 3.6V85h-48.2c-37.8 0-45.1 18-45.1 44.3V192H256l-11.7 91h-73.6v229"/></svg>'; case 'messenger': return '<svg class="iconsvgmesg" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><title>Facebook Messenger</title><path d="M224 32C15.9 32-77.5 278 84.6 400.6V480l75.7-42c142.2 39.8 285.4-59.9 285.4-198.7C445.8 124.8 346.5 32 224 32zm23.4 278.1L190 250.5 79.6 311.6l121.1-128.5 57.4 59.6 110.4-61.1-121.1 128.5z"/></svg>' case 'tumblr': return '<svg class="iconsvgtmb" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512"><title>Tumblr</title><path d="M309.8 480.3c-13.6 14.5-50 31.7-97.4 31.7-120.8 0-147-88.8-147-140.6v-144H17.9c-5.5 0-10-4.5-10-10v-68c0-7.2 4.5-13.6 11.3-16 62-21.8 81.5-76 84.3-117.1.8-11 6.5-16.3 16.1-16.3h70.9c5.5 0 10 4.5 10 10v115.2h83c5.5 0 10 4.4 10 9.9v81.7c0 5.5-4.5 10-10 10h-83.4V360c0 34.2 23.7 53.6 68 35.8 4.8-1.9 9-3.2 12.7-2.2 3.5.9 5.8 3.4 7.4 7.9l22 64.3c1.8 5 3.3 10.6-.4 14.5z"/></svg>'; case 'linkedIn': return '<svg class="iconsvgli" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><title>LinkedIn</title><path d="M100.3 480H7.4V180.9h92.9V480zM53.8 140.1C24.1 140.1 0 115.5 0 85.8 0 56.1 24.1 32 53.8 32c29.7 0 53.8 24.1 53.8 53.8 0 29.7-24.1 54.3-53.8 54.3zM448 480h-92.7V334.4c0-34.7-.7-79.2-48.3-79.2-48.3 0-55.7 37.7-55.7 76.7V480h-92.8V180.9h89.1v40.8h1.3c12.4-23.5 42.7-48.3 87.9-48.3 94 0 111.3 61.9 111.3 142.3V480z"/></svg>'; case 'twitter': return '<svg class="iconsvgtw" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><title>Twitter</title><path d="M12.6.75h2.454l-5.36 6.142L16 15.25h-4.937l-3.867-5.07-4.425 5.07H.316l5.733-6.57L0 .75h5.063l3.495 4.633L12.601.75Zm-.86 13.028h1.36L4.323 2.145H2.865z"/></svg>'; case 'reddit': return '<svg class="iconsvgred" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><title>Reddit</title><path d="M440.3 203.5c-15 0-28.2 6.2-37.9 15.9-35.7-24.7-83.8-40.6-137.1-42.3L293 52.3l88.2 19.8c0 21.6 17.6 39.2 39.2 39.2 22 0 39.7-18.1 39.7-39.7s-17.6-39.7-39.7-39.7c-15.4 0-28.7 9.3-35.3 22l-97.4-21.6c-4.9-1.3-9.7 2.2-11 7.1L246.3 177c-52.9 2.2-100.5 18.1-136.3 42.8-9.7-10.1-23.4-16.3-38.4-16.3-55.6 0-73.8 74.6-22.9 100.1-1.8 7.9-2.6 16.3-2.6 24.7 0 83.8 94.4 151.7 210.3 151.7 116.4 0 210.8-67.9 210.8-151.7 0-8.4-.9-17.2-3.1-25.1 49.9-25.6 31.5-99.7-23.8-99.7zM129.4 308.9c0-22 17.6-39.7 39.7-39.7 21.6 0 39.2 17.6 39.2 39.7 0 21.6-17.6 39.2-39.2 39.2-22 .1-39.7-17.6-39.7-39.2zm214.3 93.5c-36.4 36.4-139.1 36.4-175.5 0-4-3.5-4-9.7 0-13.7 3.5-3.5 9.7-3.5 13.2 0 27.8 28.5 120 29 149 0 3.5-3.5 9.7-3.5 13.2 0 4.1 4 4.1 10.2.1 13.7zm-.8-54.2c-21.6 0-39.2-17.6-39.2-39.2 0-22 17.6-39.7 39.2-39.7 22 0 39.7 17.6 39.7 39.7-.1 21.5-17.7 39.2-39.7 39.2z"/></svg>'; case 'pinterest': return '<svg class="iconsvgpin" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512"><title>Pinterest</title><path d="M204 6.5C101.4 6.5 0 74.9 0 185.6 0 256 39.6 296 63.6 296c9.9 0 15.6-27.6 15.6-35.4 0-9.3-23.7-29.1-23.7-67.8 0-80.4 61.2-137.4 140.4-137.4 68.1 0 118.5 38.7 118.5 109.8 0 53.1-21.3 152.7-90.3 152.7-24.9 0-46.2-18-46.2-43.8 0-37.8 26.4-74.4 26.4-113.4 0-66.2-93.9-54.2-93.9 25.8 0 16.8 2.1 35.4 9.6 50.7-13.8 59.4-42 147.9-42 209.1 0 18.9 2.7 37.5 4.5 56.4 3.4 3.8 1.7 3.4 6.9 1.5 50.4-69 48.6-82.5 71.4-172.8 12.3 23.4 44.1 36 69.3 36 106.2 0 153.9-103.5 153.9-196.8C384 71.3 298.2 6.5 204 6.5z"/></svg>'; case 'share': return '<svg class="iconsvgshare" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1536 1792"><title>Share</title><path d="M1216 1024q133 0 226.5 93.5t93.5 226.5-93.5 226.5-226.5 93.5-226.5-93.5-93.5-226.5q0-12 2-34l-360-180q-92 86-218 86-133 0-226.5-93.5t-93.5-226.5 93.5-226.5 226.5-93.5q126 0 218 86l360-180q-2-22-2-34 0-133 93.5-226.5t226.5-93.5 226.5 93.5 93.5 226.5-93.5 226.5-226.5 93.5q-126 0-218-86l-360 180q2 22 2 34t-2 34l360 180q92-86 218-86z"/></svg>'; case 'sms': return '<svg class="iconsvgsms" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><title>SMS Text</title><path d="M448 0H64C28.7 0 0 28.7 0 64v288c0 35.3 28.7 64 64 64h96v84c0 9.8 11.2 15.5 19.1 9.7L304 416h144c35.3 0 64-28.7 64-64V64c0-35.3-28.7-64-64-64z"/></svg>'; case 'link': return '<svg class="iconsvglink" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M326.612 185.391c59.747 59.809 58.927 155.698.36 214.59-.11.12-.24.25-.36.37l-67.2 67.2c-59.27 59.27-155.699 59.262-214.96 0-59.27-59.26-59.27-155.7 0-214.96l37.106-37.106c9.84-9.84 26.786-3.3 27.294 10.606.648 17.722 3.826 35.527 9.69 52.721 1.986 5.822.567 12.262-3.783 16.612l-13.087 13.087c-28.026 28.026-28.905 73.66-1.155 101.96 28.024 28.579 74.086 28.749 102.325.51l67.2-67.19c28.191-28.191 28.073-73.757 0-101.83-3.701-3.694-7.429-6.564-10.341-8.569a16.037 16.037 0 0 1-6.947-12.606c-.396-10.567 3.348-21.456 11.698-29.806l21.054-21.055c5.521-5.521 14.182-6.199 20.584-1.731a152.482 152.482 0 0 1 20.522 17.197zM467.547 44.449c-59.261-59.262-155.69-59.27-214.96 0l-67.2 67.2c-.12.12-.25.25-.36.37-58.566 58.892-59.387 154.781.36 214.59a152.454 152.454 0 0 0 20.521 17.196c6.402 4.468 15.064 3.789 20.584-1.731l21.054-21.055c8.35-8.35 12.094-19.239 11.698-29.806a16.037 16.037 0 0 0-6.947-12.606c-2.912-2.005-6.64-4.875-10.341-8.569-28.073-28.073-28.191-73.639 0-101.83l67.2-67.19c28.239-28.239 74.3-28.069 102.325.51 27.75 28.3 26.872 73.934-1.155 101.96l-13.087 13.087c-4.35 4.35-5.769 10.79-3.783 16.612 5.864 17.194 9.042 34.999 9.69 52.721.509 13.906 17.454 20.446 27.294 10.606l37.106-37.106c59.271-59.259 59.271-155.699.001-214.959z"/></svg>'; default: return ''; } } function getSvg(name) { const type = name? name : data.config.DeskMain; switch(type) { case 'vEllipsis': return '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 192 512"><title>More</title><path d="M96 184c39.8 0 72 32.2 72 72s-32.2 72-72 72-72-32.2-72-72 32.2-72 72-72zM24 80c0 39.8 32.2 72 72 72s72-32.2 72-72S135.8 8 96 8 24 40.2 24 80zm0 352c0 39.8 32.2 72 72 72s72-32.2 72-72-32.2-72-72-72-72 32.2-72 72z"/></svg>'; case 'map': return '<svg class="map-icon" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512" data-default="true"><path d="M172.268 501.67C26.97 291.031 0 269.413 0 192 0 85.961 85.961 0 192 0s192 85.961 192 192c0 77.413-26.97 99.031-172.268 309.67-9.535 13.774-29.93 13.773-39.464 0zM192 272c44.183 0 80-35.817 80-80s-35.817-80-80-80-80 35.817-80 80 35.817 80 80 80z"/></svg>' case 'hEllipsis': return '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><title>More</title><path d="M328 256c0 39.8-32.2 72-72 72s-72-32.2-72-72 32.2-72 72-72 72 32.2 72 72zm104-72c-39.8 0-72 32.2-72 72s32.2 72 72 72 72-32.2 72-72-32.2-72-72-72zm-352 0c-39.8 0-72 32.2-72 72s32.2 72 72 72 72-32.2 72-72-32.2-72-72-72z"/></svg>'; case 'plus': return '<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 42 42" style="enable-background:new 0 0 42 42; xml:space="preserve"><title>More</title><polygon points="42,20 22,20 22,0 20,0 20,20 0,20 0,22 20,22 20,42 22,42 22,22 42,22 "/><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g></svg>'; case 'bars': return '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><title>More</title><path d="M16 132h416c8.837 0 16-7.163 16-16V76c0-8.837-7.163-16-16-16H16C7.163 60 0 67.163 0 76v40c0 8.837 7.163 16 16 16zm0 160h416c8.837 0 16-7.163 16-16v-40c0-8.837-7.163-16-16-16H16c-8.837 0-16 7.163-16 16v40c0 8.837 7.163 16 16 16zm0 160h416c8.837 0 16-7.163 16-16v-40c0-8.837-7.163-16-16-16H16c-8.837 0-16 7.163-16 16v40c0 8.837 7.163 16 16 16z"/></svg>'; case 'envelope': return '<svg class="email-icon" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><title>Email</title><path d="M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z"/></svg>'; case 'shareenvelope': return '<svg class="iconsvgshareemail" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><title>Email</title><path d="M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z"/></svg>'; case 'phone': return '<svg class="call-icon" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" data-default><title>Phone</title><path d="M493.4 24.6l-104-24c-11.3-2.6-22.9 3.3-27.5 13.9l-48 112c-4.2 9.8-1.4 21.3 6.9 28l60.6 49.6c-36 76.7-98.9 140.5-177.2 177.2l-49.6-60.6c-6.8-8.3-18.2-11.1-28-6.9l-112 48C3.9 366.5-2 378.1.6 389.4l24 104C27.1 504.2 36.7 512 48 512c256.1 0 464-207.5 464-464 0-11.2-7.7-20.9-18.6-23.4z"/></svg>'; case 'close': return '<svg class="iconsvgclose" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"viewBox="0 0 224.512 224.512" style="enable-background:new 0 0 224.512 224.512;" xml:space="preserve"><title>Close</title><g><polygon points="224.507,6.997 217.521,0 112.256,105.258 6.998,0 0.005,6.997 105.263,112.254 0.005,217.512 6.998,224.512 112.256,119.24 217.521,224.512 224.507,217.512 119.249,112.254"/></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g></svg>'; case 'facebook': return '<svg class="iconsvgfb" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 264 512"><title>Facebook</title><path d="M76.7 512V283H0v-91h76.7v-71.7C76.7 42.4 124.3 0 193.8 0c33.3 0 61.9 2.5 70.2 3.6V85h-48.2c-37.8 0-45.1 18-45.1 44.3V192H256l-11.7 91h-73.6v229"/></svg>'; case 'messenger': return '<svg class="mess-icon" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><title>Facebook Messenger</title><path d="M224 32C15.9 32-77.5 278 84.6 400.6V480l75.7-42c142.2 39.8 285.4-59.9 285.4-198.7C445.8 124.8 346.5 32 224 32zm23.4 278.1L190 250.5 79.6 311.6l121.1-128.5 57.4 59.6 110.4-61.1-121.1 128.5z"/></svg>' case 'tumblr': return '<svg class="iconsvgtmb" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512"><title>Tumblr</title><path d="M309.8 480.3c-13.6 14.5-50 31.7-97.4 31.7-120.8 0-147-88.8-147-140.6v-144H17.9c-5.5 0-10-4.5-10-10v-68c0-7.2 4.5-13.6 11.3-16 62-21.8 81.5-76 84.3-117.1.8-11 6.5-16.3 16.1-16.3h70.9c5.5 0 10 4.5 10 10v115.2h83c5.5 0 10 4.4 10 9.9v81.7c0 5.5-4.5 10-10 10h-83.4V360c0 34.2 23.7 53.6 68 35.8 4.8-1.9 9-3.2 12.7-2.2 3.5.9 5.8 3.4 7.4 7.9l22 64.3c1.8 5 3.3 10.6-.4 14.5z"/></svg>'; case 'linkedIn': return '<svg class="iconsvgli" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><title>LinkedIn</title><path d="M100.3 480H7.4V180.9h92.9V480zM53.8 140.1C24.1 140.1 0 115.5 0 85.8 0 56.1 24.1 32 53.8 32c29.7 0 53.8 24.1 53.8 53.8 0 29.7-24.1 54.3-53.8 54.3zM448 480h-92.7V334.4c0-34.7-.7-79.2-48.3-79.2-48.3 0-55.7 37.7-55.7 76.7V480h-92.8V180.9h89.1v40.8h1.3c12.4-23.5 42.7-48.3 87.9-48.3 94 0 111.3 61.9 111.3 142.3V480z"/></svg>'; case 'twitter': return '<svg class="iconsvgtw" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><title>Twitter</title><path d="M12.6.75h2.454l-5.36 6.142L16 15.25h-4.937l-3.867-5.07-4.425 5.07H.316l5.733-6.57L0 .75h5.063l3.495 4.633L12.601.75Zm-.86 13.028h1.36L4.323 2.145H2.865z"/></svg>'; case 'reddit': return '<svg class="iconsvgred" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><title>Reddit</title><path d="M440.3 203.5c-15 0-28.2 6.2-37.9 15.9-35.7-24.7-83.8-40.6-137.1-42.3L293 52.3l88.2 19.8c0 21.6 17.6 39.2 39.2 39.2 22 0 39.7-18.1 39.7-39.7s-17.6-39.7-39.7-39.7c-15.4 0-28.7 9.3-35.3 22l-97.4-21.6c-4.9-1.3-9.7 2.2-11 7.1L246.3 177c-52.9 2.2-100.5 18.1-136.3 42.8-9.7-10.1-23.4-16.3-38.4-16.3-55.6 0-73.8 74.6-22.9 100.1-1.8 7.9-2.6 16.3-2.6 24.7 0 83.8 94.4 151.7 210.3 151.7 116.4 0 210.8-67.9 210.8-151.7 0-8.4-.9-17.2-3.1-25.1 49.9-25.6 31.5-99.7-23.8-99.7zM129.4 308.9c0-22 17.6-39.7 39.7-39.7 21.6 0 39.2 17.6 39.2 39.7 0 21.6-17.6 39.2-39.2 39.2-22 .1-39.7-17.6-39.7-39.2zm214.3 93.5c-36.4 36.4-139.1 36.4-175.5 0-4-3.5-4-9.7 0-13.7 3.5-3.5 9.7-3.5 13.2 0 27.8 28.5 120 29 149 0 3.5-3.5 9.7-3.5 13.2 0 4.1 4 4.1 10.2.1 13.7zm-.8-54.2c-21.6 0-39.2-17.6-39.2-39.2 0-22 17.6-39.7 39.2-39.7 22 0 39.7 17.6 39.7 39.7-.1 21.5-17.7 39.2-39.7 39.2z"/></svg>'; case 'pinterest': return '<svg class="iconsvgpin" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512"><title>Pinterest</title><path d="M204 6.5C101.4 6.5 0 74.9 0 185.6 0 256 39.6 296 63.6 296c9.9 0 15.6-27.6 15.6-35.4 0-9.3-23.7-29.1-23.7-67.8 0-80.4 61.2-137.4 140.4-137.4 68.1 0 118.5 38.7 118.5 109.8 0 53.1-21.3 152.7-90.3 152.7-24.9 0-46.2-18-46.2-43.8 0-37.8 26.4-74.4 26.4-113.4 0-66.2-93.9-54.2-93.9 25.8 0 16.8 2.1 35.4 9.6 50.7-13.8 59.4-42 147.9-42 209.1 0 18.9 2.7 37.5 4.5 56.4 3.4 3.8 1.7 3.4 6.9 1.5 50.4-69 48.6-82.5 71.4-172.8 12.3 23.4 44.1 36 69.3 36 106.2 0 153.9-103.5 153.9-196.8C384 71.3 298.2 6.5 204 6.5z"/></svg>'; case 'share': return '<svg class="share-icon" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1536 1792"><title>Share</title><path d="M1216 1024q133 0 226.5 93.5t93.5 226.5-93.5 226.5-226.5 93.5-226.5-93.5-93.5-226.5q0-12 2-34l-360-180q-92 86-218 86-133 0-226.5-93.5t-93.5-226.5 93.5-226.5 226.5-93.5q126 0 218 86l360-180q-2-22-2-34 0-133 93.5-226.5t226.5-93.5 226.5 93.5 93.5 226.5-93.5 226.5-226.5 93.5q-126 0-218-86l-360 180q2 22 2 34t-2 34l360 180q92-86 218-86z"/></svg>'; case 'sms': return '<svg class="sms-icon" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><title>SMS Text</title><path d="M448 0H64C28.7 0 0 28.7 0 64v288c0 35.3 28.7 64 64 64h96v84c0 9.8 11.2 15.5 19.1 9.7L304 416h144c35.3 0 64-28.7 64-64V64c0-35.3-28.7-64-64-64z"/></svg>'; case 'link': return '<svg class="link-icon" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M326.612 185.391c59.747 59.809 58.927 155.698.36 214.59-.11.12-.24.25-.36.37l-67.2 67.2c-59.27 59.27-155.699 59.262-214.96 0-59.27-59.26-59.27-155.7 0-214.96l37.106-37.106c9.84-9.84 26.786-3.3 27.294 10.606.648 17.722 3.826 35.527 9.69 52.721 1.986 5.822.567 12.262-3.783 16.612l-13.087 13.087c-28.026 28.026-28.905 73.66-1.155 101.96 28.024 28.579 74.086 28.749 102.325.51l67.2-67.19c28.191-28.191 28.073-73.757 0-101.83-3.701-3.694-7.429-6.564-10.341-8.569a16.037 16.037 0 0 1-6.947-12.606c-.396-10.567 3.348-21.456 11.698-29.806l21.054-21.055c5.521-5.521 14.182-6.199 20.584-1.731a152.482 152.482 0 0 1 20.522 17.197zM467.547 44.449c-59.261-59.262-155.69-59.27-214.96 0l-67.2 67.2c-.12.12-.25.25-.36.37-58.566 58.892-59.387 154.781.36 214.59a152.454 152.454 0 0 0 20.521 17.196c6.402 4.468 15.064 3.789 20.584-1.731l21.054-21.055c8.35-8.35 12.094-19.239 11.698-29.806a16.037 16.037 0 0 0-6.947-12.606c-2.912-2.005-6.64-4.875-10.341-8.569-28.073-28.073-28.191-73.639 0-101.83l67.2-67.19c28.239-28.239 74.3-28.069 102.325.51 27.75 28.3 26.872 73.934-1.155 101.96l-13.087 13.087c-4.35 4.35-5.769 10.79-3.783 16.612 5.864 17.194 9.042 34.999 9.69 52.721.509 13.906 17.454 20.446 27.294 10.606l37.106-37.106c59.271-59.259 59.271-155.699.001-214.959z"/></svg>'; case 'chat': // return '<svg class="chat-icon" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><title>Email</title><path d="M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z"/></svg>'; return '<svg class="chat-icon" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><g><path d="m460.747 439.163c89.119-102.791 58.111-262.592-63.094-324.93-35.004-67.784-105.754-114.233-187.153-114.233-116.064 0-210.488 94.43-210.488 210.5 0 51.099 18.088 99.427 51.237 137.663l-46.774 46.16c-9.48 9.357-2.913 25.612 10.465 25.677l112.956.538c38.925 56.641 103.228 91.462 173.6 91.462.144 0 195.446-.999 195.561-1 13.333-.064 19.975-16.29 10.464-25.677zm-377.985-101.146c-34.017-34.08-52.752-79.367-52.752-127.517 0-99.528 80.968-180.5 180.49-180.5s180.49 80.972 180.49 180.5c0 95.373-75.473 181.269-186.343 180.403l-153.258-.73 31.293-30.882c5.918-5.842 5.953-15.389.08-21.274zm218.734 143.983c-52.634 0-101.557-22.489-135.565-61.281 57.104.376 41.945.281 44.569.281 135.402 0 236.506-127.009 204.689-259.617 82.966 67.774 89.761 191.779 14.045 267.634-5.874 5.885-5.838 15.433.08 21.274l31.293 30.882c-.119 0-158.995.827-159.111.827z"/><path d="m121.005 166h179.99c8.284 0 14.999-6.716 14.999-15s-6.715-15-14.999-15h-179.99c-8.284 0-14.999 6.716-14.999 15s6.716 15 14.999 15z"/><path d="m121.005 226h179.99c8.284 0 14.999-6.716 14.999-15s-6.715-15-14.999-15h-179.99c-8.284 0-14.999 6.716-14.999 15s6.716 15 14.999 15z"/><path d="m121.005 286h179.99c8.284 0 14.999-6.716 14.999-15s-6.715-15-14.999-15h-179.99c-8.284 0-14.999 6.716-14.999 15s6.716 15 14.999 15z"/></g></svg>'; default: return ''; } } }; </script> <script> window.customWidgetsFunctions["8293d76ae0f045c88bd69a5907adb323~18"] = function (element, data, api) { var busHours = data.config.hours busHours = busHours.replace(/<p.*?>/g, '') busHours = busHours.replace(/"/g, '"') busHours = busHours.replace(/\<\/p\>/g, '') busHours = busHours.replace(/\<br\>/g, '') busHours = JSON.parse(busHours) var formatTime = function(time) { if (time.substring(0,2) === '00'){ time = time.replace('00', '12') + ' am' }else if (time.substring(0,2) > 12){ let hour = time.substring(0,2) hour = parseInt(hour) - 12 time = time.replace(time.substring(0,2), hour) + ' pm' }else if (time.substring(0,2) === '12'){ time = time + ' pm' }else{ time = time + ' am' } return time; } var displayOpenHours = function(busHours) { var hours = busHours.hours; var zone = busHours.timezone ?? false if (zone) { var time = new Date().toLocaleString("en-US", { timeZone: zone }); var today = new Date(time); var thirtyMins = 30 * 60 * 1000 var days = ['sunday', 'monday', 'tuesday', 'wednesday', 'thursday', 'friday', 'saturday']; var daysShort = ['Sun', 'Mon', 'Tues', 'Wed', 'Thurs', 'Fri', 'Sat']; var day = days[today.getDay()]; var hour = today.getHours(); var min = today.getMinutes(); var dd = ("0" + today.getDate()).slice(-2); var mm = ("0" + (today.getMonth() + 1)).slice(-2) var yyyy = today.getFullYear(); var todayDate = yyyy + '-' + mm + '-' + dd var mm = mm - 1 var tomorrow = new Date(today) tomorrow.setDate(tomorrow.getDate() + 1) var mmTmw = ("0" + (tomorrow.getMonth() + 1)).slice(-2) var ddTmw = ("0" + tomorrow.getDate()).slice(-2) var yyyyTmw = tomorrow.getFullYear(); var nextDay = days[tomorrow.getDay()] tomorrow = yyyyTmw + '-' + mmTmw + '-' + ddTmw var mmTmw = mmTmw - 1 } //check if day is closed var todayHours = hours[day].openIntervals ?? false var closed = hours[day].isClosed ?? false //collects business holiday hours var holidayHours = hours.holidayHours ?? false // //gets next days start time if (hours[nextDay].isClosed === true) { var tomorrowOpen = false } else { var tomorrowOpen = true var tmrwStart = hours[nextDay].openIntervals[0].start } //checks if holiday hours change if (holidayHours) { for (var i = 0; i < holidayHours.length; i++) { if (holidayHours[i].date === todayDate && holidayHours[i].openIntervals) { var todayHours = holidayHours[i] } } } //split hours if(todayHours.length > 1){ for(var i=0;i < todayHours.length;i++){ var start = todayHours[i].start var end = todayHours[i].end if (i+1 != todayHours.length){ var nextStart = todayHours[i + 1].start } var startDate = new Date(yyyy, mm, dd, parseInt(start.split(/\s+|:/)[0]), parseInt(start.split(/\s+|:/)[1])) var nextStartDate = new Date(yyyy, mm, dd, parseInt(nextStart), parseInt(nextStart.split(/\s+|:/)[1])) var endDate = new Date(yyyy, mm, dd, parseInt(end.split(/\s+|:/)[0]), parseInt(end.split(/\s+|:/)[1])) if (endDate < startDate) { endDate = new Date(yyyyTmw, mmTmw, ddTmw, parseInt(end.split(/\s+|:/)[0]), parseInt(end.split(/\s+|:/)[1])) } if(today < startDate){ var closed = true tmrwStart = start break }else if(today > startDate && today < endDate){ // yextAtt = start + ' - ' + end todayHours = [{"start": start ,"end":end}] break }else if(today > endDate && (i+1 != todayHours.length) && today < nextStartDate){ var closed = true tmrwStart = nextStart tomorrowOpen = true }else if(today > endDate && i+1 === todayHours.length){ var closed = true } } } if (todayHours.length === 1 ) { var start = todayHours[0].start var end = todayHours[0].end var startDate = new Date(yyyy, mm, dd, parseInt(start.split(/\s+|:/)[0]), parseInt(start.split(/\s+|:/)[1])) var endDate = new Date(yyyy, mm, dd, parseInt(end.split(/\s+|:/)[0]), parseInt(end.split(/\s+|:/)[1])) if (endDate < startDate) { endDate = new Date(yyyyTmw, mmTmw, ddTmw, parseInt(end.split(/\s+|:/)[0]), parseInt(end.split(/\s+|:/)[1])) } //check if closed if (today > endDate) { var closed = true //opened 24 hours } else if (start === '00:00' && end === '23:59') { var status = "Open " var cssClass = "allDayStatus" var busHours = ' 24 hours ' //opened } else if (today < startDate) { var closed = true //check if closing soon } else if (endDate - today < thirtyMins && endDate - today < 0 === false) { var status = "Closing Soon " var cssClass = "soonStatus" var busHours = ` • ${formatTime(end)}` } else { var status = "Open " var cssClass = "openedStatus" var busHours = `• Closes ${formatTime(end)}` } } if (closed) { // closed & opening today if ((today < startDate)) { var status = "Closed " var cssClass = "closedStatus" var busHours = `• Opens ${formatTime(start)}` //closed & open tomorrow } else if (closed && tomorrowOpen === true) { var status = "Closed " var cssClass = "closedStatus" var busHours = ` • Opens ${formatTime(tmrwStart)}` //closed and not open tomorrow } else if (closed && tomorrowOpen != true) { var offset = days.indexOf(day) + 1 for (var i = 0; i < days.length; i++) { if(offset + i > 6){ offset = offset - days.length; } var dayIndex = days[i + offset] if (hours[dayIndex].openIntervals) { tmrwDay = daysShort[days.indexOf(dayIndex)] tmrwStart = formatTime(hours[dayIndex].openIntervals[0].start) break } } var status = "Closed " var cssClass = "closedStatus" var busHours = ` • Opens ${tmrwDay} ${tmrwStart}` } } // checks if holiday if(holidayHours) { for(var i=0;i < holidayHours.length;i++){ if(holidayHours[i].date === todayDate && holidayHours[i].isClosed === true && tomorrowOpen === false){ var offset = days.indexOf(day) + 1 for( var i=0; i < days.length; i++) { if(offset + i > 6){ offset = offset - days.length; } var dayIndex = days[i + offset] if (hours[dayIndex].openIntervals) { tmrwDay = daysShort[days.indexOf(dayIndex)] tmrwStart = formatTime(hours[dayIndex].openIntervals[0].start) break } } var status = "Closed " var cssClass = "closedStatus" var busHours = ` • Opens ${tmrwDay} ${tmrwStart}` } else if(holidayHours[i].date === todayDate && holidayHours[i].isClosed === true && tomorrowOpen === true){ var status = "Closed " var cssClass = "closedStatus" var busHours = ` • Opens ${formatTime(tmrwStart)}` } } } if(cssClass){ var hoursWidgets = document.getElementsByClassName('status') for( var i=0; i < hoursWidgets.length; i++) { hoursWidgets[i].classList.add(cssClass); } } if(status){ var hoursWidgets = document.getElementsByClassName('status') for( var i=0; i < hoursWidgets.length; i++) { hoursWidgets[i].innerText = status; } } if(cssClass === 'allDayStatus'){ var hoursWidgets = $(element).find('.openHours') for( var i=0; i < hoursWidgets.length; i++) { hoursWidgets[i].children[0].textContent = "" } } if(document.getElementsByClassName('openHours')[0].childElementCount > 1){ var hoursWidgets = document.getElementsByClassName('openHours') for( var i=0; i < hoursWidgets.length; i++) { var openHoursLength = hoursWidgets[i].childNodes.length var oldHours = hoursWidgets[i] oldHours.removeChild(oldHours.childNodes[openHoursLength - 1]) } } var hoursWidgets = document.getElementsByClassName('openHours') for( var i=0; i < hoursWidgets.length; i++) { hoursWidgets[i].append(busHours) } } displayOpenHours(busHours) }; </script> <script> window.customWidgetsFunctions["ca4188fe92024514a23a858f63ab6658~13"] = function (element, data, api) { null }; </script> <script type="text/javascript"> var d_version = "production_5463"; var build = "2025-05-13T10_48_53"; window['v' + 'ersion'] = d_version; function buildEditorParent() { window.isMultiScreen = true; window.editorParent = {}; window.previewParent = {}; window.assetsCacheQueryParam = "?version=2025-05-13T10_48_53"; 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-res-cdn.websites.hibu.com/libs/jquery/jquery-3.7.0.min.js"></script> <!-- End Load jQuery --> <!-- Injecting site-wide before scripts --> <script data-swh-uuid="b13475b53716407d9ee33c7485874f11"> if (window.location.search.match(/[?,&]preview=true/) && window.top !== window) { window.__AudioEyePreviewMode=true; } </script> <script type="text/javascript" data-swh-uuid="b13475b53716407d9ee33c7485874f11"> !function(){ var b=function(){ window.__AudioEyeSiteHash = "a24b8a76c0573c1b12fa37a3a315c908"; var a=document.createElement("script"); a.src="https://wsmcdn.audioeye.com/aem.js"; a.type="text/javascript"; document.getElementsByTagName("body")[0].appendChild(a)}; "complete"!==document.readyState?window.addEventListener?window.addEventListener("load",b):window.attachEvent&&window.attachEvent("onload",b):b()}(); </script> <!-- 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 type="text/javascript"> window.popups = [{"title":"Hibu Video Splash","url":"/hibu-video-splash","options":{"backgroundColor":"#FFFFFF","borderRadius":"5","width":"640","overlayColor":"rgba(0, 0, 0, 0.5)","height":"615.20325","animation":"fadeIn"},"name":"hibu-video-splash"}]</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.hibuwebsites.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/5463'; rtCommonProps["common.resources.cdn.host"] = 'https://static-res-cdn.websites.hibu.com'; rtCommonProps["common.resources.folder"] = 'https://static-res-cdn.websites.hibu.com/mnlt/production/5463'; rtCommonProps["feature.flag.runtime.backgroundSlider.preload.slowly"] =true; rtCommonProps["feature.flag.runtime.newAnimation.enabled"] =true; rtCommonProps["feature.flag.runtime.newAnimation.jitAnimation.enabled"] =true; rtCommonProps["feature.flag.sites.google.analytics.gtag"] =true; rtCommonProps["feature.flag.runOnReadyNewTask"] =true; rtCommonProps["isAutomation.test"] =false; rtCommonProps['common.mapsProvider'] = 'mapbox'; rtCommonProps['common.mapsProvider.version'] = '0.52.0'; rtCommonProps['common.geocodeProvider'] = 'mapbox'; rtCommonProps['common.map.defaults.radiusSize'] = '1500'; rtCommonProps['common.map.defaults.radiusBg'] = 'rgba(255, 255, 255, 0.4)'; rtCommonProps['common.map.defaults.strokeColor'] = 'rgba(255, 255, 255, 1)'; rtCommonProps['common.map.defaults.strokeSize'] = '2'; rtCommonProps['server.for.resources'] = ''; rtCommonProps['feature.flag.lazy.widgets'] = true; rtCommonProps['feature.flag.single.wow'] = false; rtCommonProps['feature.flag.disallowPopupsInEditor'] = true; rtCommonProps['feature.flag.mark.anchors'] = true; rtCommonProps['captcha.public.key'] = '6LffcBsUAAAAAMU-MYacU-6QHY4iDtUEYv_Ppwlz'; rtCommonProps['captcha.invisible.public.key'] = '6LeiWB8UAAAAAHYnVJM7_-7ap6bXCUNGiv7bBPME'; rtCommonProps["images.sizes.small"] =160; rtCommonProps["images.sizes.mobile"] =640; rtCommonProps["images.sizes.tablet"] =1280; rtCommonProps["images.sizes.desktop"] =1920; rtCommonProps["modules.resources.cdn"] =true; rtCommonProps["import.images.storage.imageCDN"] = 'https://le-cdn.hibuwebsites.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"] =false; 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["streamline.monolith.personalization.supportMultipleConditions.enabled"] =false; rtFlags["runtime.cwv.report.cls.enabled"] =false; rtFlags["editor.link.on.container"] =false; rtFlags["flex.runtime.popup.with.show"] =true; rtFlags["contact.form.useActiveForm"] =true; rtFlags["runtime.ssr.productStore.internal.observer"] =true; rtFlags["runtime.ssr.productCustomizations"] =true; rtFlags["flex.megaMenu.a11y"] =false; </script> <script src="https://static-res-cdn.websites.hibu.com/mnlt/production/5463/_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-res-cdn.websites.hibu.com/mnlt/production/5463/_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=G-H78EBZ8NYE"></script> <script type="text/javascript" id="d_track_ga"> _dm_gaq.siteAlias = 'aba5fa99ba5543d0b432e8a95945d2e1'; _dm_gaq.systemAggregatedGaqID = ''; _dm_gaq.externalGaqID = 'G-H78EBZ8NYE'; _dm_gaq.gaAggregatedEventAttributes = { 'site_alias': _dm_gaq.siteAlias, 'product': 'DM_DIRECT', 'plan': 'HIBU_CPQ_PRO-1', 'dfooter': 'true', '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', 'G-H78EBZ8NYE', { 'send_page_view': false, 'anonymize_ip': true, 'transport_type': 'beacon', 'linker': { 'domains': ['lev1.com'] } }); _dm_gaq.pushEvent('G-H78EBZ8NYE', '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: 'aba5fa99ba5543d0b432e8a95945d2e1' }); // 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: aba5fa99ba5543d0b432e8a95945d2e1 --> <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 --> <!-- Begin Body End Markup --> <!-- Begin Body End Markup --><div id="placeholder_retargeting_pixel" style="display: none;" data-inject="placeholder_retargeting_pixel"> {{placeholder_retargeting_pixel}} </div> <div id="placeholder_dpni" style="display: none;" data-inject="placeholder_dpni"> <!-- phone insertion script begins --> <script type="text/javascript" src="https://reports.hibu.com/analytics/js/ybDynamicPhoneInsertion.js"> </script> <script> //<![CDATA[ ybFindPhNums = ['15172199303', '15172199303', '15172199303']; ybReplacePhNums = ['15172134940', '15172157494', '15172157271']; document.addEventListener("YextPhoneChangeEvent", yextPhoneChangeEventHandler, false); function yextPhoneChangeEventHandler(e) { e.preventDefault(); ybFun_ReplaceText(); } if (typeof dmAPI != 'undefined') { dmAPI.runOnReady('dpni', function() { setTimeout(ybFun_ReplaceText, 500); }); dmAPI.subscribeEvent(dmAPI.EVENTS.SHOW_POPUP, function(data) { setTimeout(ybFun_ReplaceText, 500); console.log('dmAPI.EVENTS.SHOW_POPUP' + data); }); } else { window.onload = function() { setTimeout(ybFun_ReplaceText, 500); } } //]]> </script> <!-- phone insertion script ends --> </div> <div id="placeholder_analytics" style="display: none;" data-inject="placeholder_analytics"> <script> //<![CDATA[ //yellAnalyticsConfig need to set before s_code.js var yellAnalyticsConfig = { "global" : { "trackDownloadLinks": true, "downloadFileTypes": "exe,zip,wav,mp3,mov,mpg,avi,wmv,pdf,doc,docx,xls,xlsx,ppt,pptx", "currency": "USD", "trackExternalLinks": true, "internalDomains": "javascript:", "charset": "UTF-8" }, "omniture" : { "enabled": true, "server": "yellgroup.122.2o7.net", "serverSecure": "yellgroup.122.2o7.net", "namespace": "yellgroup", "account": "yelldudalive", "campaign": "CID|cam" }} var hibuWebsiteConfig={ "prodSKU":"WBS-PRO-01", "assetID":"668838245", "customerID":"7012229083" } //]]> </script> <script type="text/javascript" src="https://dh-static-files.s3.amazonaws.com/prod/AppMeasurement.js"> //<![CDATA[ //]]> </script> <script type="text/javascript" src="https://dh-static-files.s3.amazonaws.com/prod/hibu-analytics.min.js"> //<![CDATA[ //]]> </script> <script type="text/javascript" src="https://dh-static-files.s3.amazonaws.com/prod/omn_setting.js"> //<![CDATA[ //]]> </script> </div> <div id="placeholder_footer_reserve1" style="display: none;" data-inject="placeholder_footer_reserve1"> <style> iframe[name="google_conversion_frame"] {height: 0 !important;width: 0 !important;line-height: 0 !important;font-size: 0 !important;margin-top: -13px;float: left;} </style> <script> //<![CDATA[ (function(w,d,t,r,u){var f,n,i;w[u]=w[u]||[],f=function(){var o={ti:"97037280"};o.q=w[u],w[u]=new UET(o),w[u].push("pageLoad")},n=d.createElement(t),n.src=r,n.async=1,n.onload=n.onreadystatechange=function(){var s=this.readyState;s&&s!=="loaded"&&s!=="complete"||(f(),n.onload=n.onreadystatechange=null)},i=d.getElementsByTagName(t)[0],i.parentNode.insertBefore(n,i)})(window,document,"script","//bat.bing.com/bat.js","uetq"); //]]> </script> <noscript> <img src="//bat.bing.com/action/0?ti=97037280&Ver=2" height="0" width="0" style="display:none; visibility: hidden;"/> </noscript> </div> <div id="placeholder_footer_reserve2" style="display: none;" data-inject="placeholder_footer_reserve2"> <!-- Facebook Pixel Code --> <script nonce="zi1vne7e"> //<![CDATA[ !function(f,b,e,v,n,t,s){if(f.fbq)return;n=f.fbq=function(){n.callMethod? n.callMethod.apply(n,arguments):n.queue.push(arguments)};if(!f._fbq)f._fbq=n; n.push=n;n.loaded=!0;n.version='2.0';n.queue=[];t=b.createElement(e);t.async=!0; t.src=v;s=b.getElementsByTagName(e)[0];s.parentNode.insertBefore(t,s)}(window, document,'script','https://connect.facebook.net/en_US/fbevents.js'); fbq('init', '902662441036081'); fbq('track', "PageView"); //]]> </script> <noscript> <img height="1" width="1" style="display:none" src="https://www.facebook.com/tr?id=902662441036081&ev=PageView&noscript=1"/> </noscript> <!-- End Facebook Pixel Code --> </div> <div id="placeholder_footer_reserve3" style="display: none;" data-inject="placeholder_footer_reserve3"> {{placeholder_footer_reserve3}} </div> <div id="placeholder_footer_reserve4" style="display: none;" data-inject="placeholder_footer_reserve4"> {{placeholder_footer_reserve4}} </div> <div id="placeholder_footer_reserve5" style="display: none;" data-inject="placeholder_footer_reserve5"> {{placeholder_footer_reserve5}} </div> <div id="placeholder_footer_reserve6" style="display: none;" data-inject="placeholder_footer_reserve6"> {{placeholder_footer_reserve6}} </div> <div id="placeholder_footer_reserve7" style="display: none;" data-inject="placeholder_footer_reserve7"> {{placeholder_footer_reserve7}} </div> <!-- End Body End Markup --><script type="text/javascript"> //<![CDATA[ if(window.location.href.includes("about")){function rowHasLocDataBindingFn(row) {let hasLoc = false;const rowDataBoundElements = row.querySelectorAll('[data-binding]');var rowArrOfDataElements = Array.prototype.slice.call(rowDataBoundElements);rowArrOfDataElements.map((ele) => {const dataBinding = JSON.parse(atob(ele.getAttribute('data-binding')));if(dataBinding[0].value.contains(' loc ')) {hasLoc = true;}}) return hasLoc}const dmEnvironment = dmAPI.getCurrentEnvironment() if (dmEnvironment === 'live'){const h3s1 = document.querySelectorAll('.dmNewParagraph h3') var h3sArr = Array.prototype.slice.call(h3s1);let h3sParents = h3sArr.map((h3) => {return h3.closest('.dmNewParagraph')}) h3sParents.map((h3parent) => {const closestRow = h3parent.closest('.dmRespRow');const rowHasLocDataBinding = rowHasLocDataBindingFn(closestRow) const nextEleHasDataBinding = h3parent.nextElementSibling?.hasAttribute('data-binding');const nextEleHasDataBindingWithin = h3parent.nextElementSibling?.querySelector('[data-binding]') ? true : false;if(rowHasLocDataBinding && !(nextEleHasDataBinding || nextEleHasDataBindingWithin) ) {h3parent.style.display = 'none';}})}} //]]> </script> <!-- End Body End Markup --> <!-- Site Wide Html Markup --> <div id="swh-54aadb1f0e0e4525835989d7775b9008"><div data-wrapper-source="appstore" > <script type='text/javascript'>/* v3:script */ function rowHasLocDataBindingFn(row) { let hasLoc = false; const rowDataBoundElements = row.querySelectorAll('[data-binding]'); var rowArrOfDataElements = Array.prototype.slice.call(rowDataBoundElements); rowArrOfDataElements.map((ele) => { const dataBinding = JSON.parse(atob(ele.getAttribute('data-binding')));if (dataBinding[0].value.contains(' loc ')) {hasLoc = true;}}); return hasLoc; }; function hideEmptyLocDataHeadings() { const h3s1 = document.querySelectorAll('.dmNewParagraph h3'); var h3sArr = Array.prototype.slice.call(h3s1); let h3sParents = h3sArr.map((h3) => { return h3.closest('.dmNewParagraph'); }); h3sParents.map((h3parent) => { const closestRow = h3parent.closest('.dmRespRow'); const rowHasLocDataBinding = rowHasLocDataBindingFn(closestRow); const nextEleHasDataBinding = h3parent.nextElementSibling?.hasAttribute('data-binding'); const nextEleHasDataBindingWithin = h3parent.nextElementSibling?.querySelector('[data-binding]') ? true : false; if (rowHasLocDataBinding && !(nextEleHasDataBinding || nextEleHasDataBindingWithin)) { h3parent.style.display = 'none'; } }) }; const dmEnvironment = dmAPI.getCurrentEnvironment(); const dmPageAlias = window.Parameters.InitialPageAlias.toUpperCase(); if (dmEnvironment === 'live' && ['ABOUT', 'ABOUT-US'].includes(dmPageAlias)) { hideEmptyLocDataHeadings(); }</script> </div></div> <div id="swh-6ea830b6139a47e09a5c6769dfbbd726"><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 = "a24b8a76c0573c1b12fa37a3a315c908"; 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 --> <!-- Begin Product Custom HTML Markup --> <div id="fb-root"></div> <script>(function(d, s, id) { var js, fjs = d.getElementsByTagName(s)[0]; if (d.getElementById(id)) return; js = d.createElement(s); js.id = id; js.src = "//connect.facebook.net/en_US/sdk.js#xfbml=1&version=v2.8&appId=1822295708016537"; fjs.parentNode.insertBefore(js, fjs); }(document, 'script', 'facebook-jssdk'));</script> <script> //make sure video's on iOS load first screen of the video. dmAPI.runOnReady('russTest',function() { var _hibu_vid = document.getElementsByTagName('video'); for (var i = 0; i < _hibu_vid.length; i++) { _hibu_vid[i].load(); } }) </script> <script> //simple addition by Russ to add consent banner link into footer const _spSpanForFooter = document.createElement('span'); _spSpanForFooter.id = "spConsentWrapper"; const poweredByFirstAnchor = document.querySelector('.poweredBy a:first-child'); poweredByFirstAnchor.insertAdjacentElement('afterend',_spSpanForFooter); window.localStorage.setItem("__springtime__repop__target", "#spConsentWrapper"); </script> <style>#spConsentWrapper:before { content: " | " }</style> <script>if(window.location.search.indexOf('preview')>0){window.localStorage.setItem('ae_user_consent_decision_has_been_made',true);document.getElementById('spConsentWrapper').remove();}</script><script>let comments = document.querySelectorAll('.dmFacebookComments');if (comments) {for (i=0;i<comments.length;i++) { comments[i].style.display = "none"; }}</script><!-- End Product Custom HTML Markup --> <script type="text/javascript" async="async" src="/__zenedge/assets/f.js?v=1674207422"></script><script>(function () { var v = 1747657121 * 3.1415926535898; v = Math.floor(v); document.cookie = "__zjc8115="+v+"; expires=Mon, 19 May 2025 12:20:41 UTC; path=/"; })()</script></body> </html>